DescribeEventAggregatesRequest Class
(QtAws::Health::DescribeEventAggregatesRequest)The DescribeEventAggregatesRequest class provides an interface for Health DescribeEventAggregates requests. More...
| Header: | #include <DescribeEventAggregatesRequest> |
| Inherits: | QtAws::Health::HealthRequest |
Public Functions
| DescribeEventAggregatesRequest(const DescribeEventAggregatesRequest &other) | |
| DescribeEventAggregatesRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::Health::HealthRequest
- 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::Health::HealthRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The DescribeEventAggregatesRequest class provides an interface for Health DescribeEventAggregates requests.
<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::describeEventAggregates.
Member Function Documentation
DescribeEventAggregatesRequest::DescribeEventAggregatesRequest(const DescribeEventAggregatesRequest &other)
Constructs a copy of other.
DescribeEventAggregatesRequest::DescribeEventAggregatesRequest()
Constructs a DescribeEventAggregatesRequest object.
[override virtual] bool DescribeEventAggregatesRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *DescribeEventAggregatesRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a DescribeEventAggregatesResponse 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.