DeleteConfigRuleResponse Class

(QtAws::ConfigService::DeleteConfigRuleResponse)

The DeleteConfigRuleResponse class provides an interace for ConfigService DeleteConfigRule responses. More...

Header: #include <DeleteConfigRuleResponse>
Inherits: QtAws::ConfigService::ConfigServiceResponse

Public Functions

DeleteConfigRuleResponse(const DeleteConfigRuleRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const DeleteConfigRuleRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The DeleteConfigRuleResponse class provides an interace for ConfigService DeleteConfigRule 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::deleteConfigRule.

Member Function Documentation

DeleteConfigRuleResponse::DeleteConfigRuleResponse(const DeleteConfigRuleRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Constructs a DeleteConfigRuleResponse object for reply to request, with parent parent.

[override virtual protected slot] void DeleteConfigRuleResponse::parseSuccess(QIODevice &response)

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful ConfigService DeleteConfigRule response.

[override virtual] const DeleteConfigRuleRequest *DeleteConfigRuleResponse::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.