DeletePendingAggregationRequestResponse Class
(QtAws::ConfigService::DeletePendingAggregationRequestResponse)The DeletePendingAggregationRequestResponse class provides an interace for ConfigService DeletePendingAggregationRequest responses. More...
| Header: | #include <DeletePendingAggregationRequestResponse> |
| Inherits: | QtAws::ConfigService::ConfigServiceResponse |
Public Functions
| DeletePendingAggregationRequestResponse(const DeletePendingAggregationRequestRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const DeletePendingAggregationRequestRequest * | request() const override |
- 7 public functions inherited from QtAws::Core::AwsAbstractResponse
Protected Slots
| virtual void | parseSuccess(QIODevice &response) override |
- 1 protected slot inherited from QtAws::ConfigService::ConfigServiceResponse
- 1 protected slot inherited from QtAws::Core::AwsAbstractResponse
Additional Inherited Members
- 1 signal inherited from QtAws::Core::AwsAbstractResponse
- 1 static public member inherited from QtAws::Core::AwsAbstractResponse
- 7 protected functions inherited from QtAws::Core::AwsAbstractResponse
Detailed Description
The DeletePendingAggregationRequestResponse class provides an interace for ConfigService DeletePendingAggregationRequest responses.
<fullname>AWS Config</fullname>
AWS Config provides a way to keep track of the configurations of all the AWS resources associated with your AWS account. You can use AWS Config to get the current and historical configurations of each AWS resource and also to get information about the relationship between the resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an elastic network Interface (ENI), or a security group. For a complete list of resources currently supported by AWS Config, see <a href="http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources">Supported AWS
Resources</a>>
You can access and manage AWS Config through the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS SDKs for AWS Config. This reference guide contains documentation for the AWS Config API and the AWS CLI commands that you can use to manage AWS Config. The AWS Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>. For detailed information about AWS Config features and their associated actions or commands, as well as how to work with AWS Management Console, see <a href="http://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html">What Is AWS Config</a> in the <i>AWS Config Developer
See also ConfigServiceClient::deletePendingAggregationRequest.
Member Function Documentation
DeletePendingAggregationRequestResponse::DeletePendingAggregationRequestResponse(const DeletePendingAggregationRequestRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a DeletePendingAggregationRequestResponse object for reply to request, with parent parent.
[override virtual protected slot] void DeletePendingAggregationRequestResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful ConfigService DeletePendingAggregationRequest response.
[override virtual] const DeletePendingAggregationRequestRequest *DeletePendingAggregationRequestResponse::request() const
Reimplemented from AwsAbstractResponse::request().
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.