DescribeEventTypesResponse Class
(QtAws::Health::DescribeEventTypesResponse)The DescribeEventTypesResponse class provides an interace for Health DescribeEventTypes responses. More...
| Header: | #include <DescribeEventTypesResponse> |
| Inherits: | QtAws::Health::HealthResponse |
Public Functions
| DescribeEventTypesResponse(const DescribeEventTypesRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const DescribeEventTypesRequest * | 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::Health::HealthResponse
- 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 DescribeEventTypesResponse class provides an interace for Health DescribeEventTypes responses.
<fullname>AWS Health</fullname>
The AWS Health API provides programmatic access to the AWS Health information that is presented in the <a href="https://phd.aws.amazon.com/phd/home#/">AWS Personal Health Dashboard</a>. You can get information about events that affect your AWS
resources> <ul> <li>
<a>DescribeEvents</a>: Summary information about
events> </li> <li>
<a>DescribeEventDetails</a>: Detailed information about one or more
events> </li> <li>
<a>DescribeAffectedEntities</a>: Information about AWS resources that are affected by one or more
events> </li> </ul>
In addition, these operations provide information about event types and summary counts of events or affected
entities> <ul> <li>
<a>DescribeEventTypes</a>: Information about the kinds of events that AWS Health
tracks> </li> <li>
<a>DescribeEventAggregates</a>: A count of the number of events that meet specified
criteria> </li> <li>
<a>DescribeEntityAggregates</a>: A count of the number of affected entities that meet specified
criteria> </li> </ul>
The Health API requires a Business or Enterprise support plan from <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>. Calling the Health API from an account that does not have a Business or Enterprise support plan causes a <code>SubscriptionRequiredException</code>.
</p
For authentication of requests, AWS Health uses the <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing
Process</a>>
See the <a href="http://docs.aws.amazon.com/health/latest/ug/what-is-aws-health.html">AWS Health User Guide</a> for information about how to use the
API>
<b>Service Endpoint</b>
</p
The HTTP endpoint for the AWS Health API
is> <ul> <li>
https://health.us-east-1.amazonaws.com
See also HealthClient::describeEventTypes.
Member Function Documentation
DescribeEventTypesResponse::DescribeEventTypesResponse(const DescribeEventTypesRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a DescribeEventTypesResponse object for reply to request, with parent parent.
[override virtual protected slot] void DescribeEventTypesResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful Health DescribeEventTypes response.
[override virtual] const DescribeEventTypesRequest *DescribeEventTypesResponse::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.