DescribeDeliveryChannelStatusRequest Class
(QtAws::ConfigService::DescribeDeliveryChannelStatusRequest)The DescribeDeliveryChannelStatusRequest class provides an interface for ConfigService DescribeDeliveryChannelStatus requests. More...
| Header: | #include <DescribeDeliveryChannelStatusRequest> |
| Inherits: | QtAws::ConfigService::ConfigServiceRequest |
Public Functions
| DescribeDeliveryChannelStatusRequest(const DescribeDeliveryChannelStatusRequest &other) | |
| DescribeDeliveryChannelStatusRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::ConfigService::ConfigServiceRequest
- 7 public functions inherited from QtAws::Core::AwsAbstractRequest
Reimplemented Protected Functions
| virtual QtAws::Core::AwsAbstractResponse * | response(QNetworkReply * const reply) const override |
- 7 protected functions inherited from QtAws::ConfigService::ConfigServiceRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The DescribeDeliveryChannelStatusRequest class provides an interface for ConfigService DescribeDeliveryChannelStatus requests.
<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::describeDeliveryChannelStatus.
Member Function Documentation
DescribeDeliveryChannelStatusRequest::DescribeDeliveryChannelStatusRequest(const DescribeDeliveryChannelStatusRequest &other)
Constructs a copy of other.
DescribeDeliveryChannelStatusRequest::DescribeDeliveryChannelStatusRequest()
Constructs a DescribeDeliveryChannelStatusRequest object.
[override virtual] bool DescribeDeliveryChannelStatusRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *DescribeDeliveryChannelStatusRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a DescribeDeliveryChannelStatusResponse object to process reply.
See also QtAws::Core::AwsAbstractClient::send.
© 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.