DescribeEntityAggregatesResponse Class

(QtAws::Health::DescribeEntityAggregatesResponse)

The DescribeEntityAggregatesResponse class provides an interace for Health DescribeEntityAggregates responses. More...

Header: #include <DescribeEntityAggregatesResponse>
Inherits: QtAws::Health::HealthResponse

Public Functions

DescribeEntityAggregatesResponse(const DescribeEntityAggregatesRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const DescribeEntityAggregatesRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The DescribeEntityAggregatesResponse class provides an interace for Health DescribeEntityAggregates 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::describeEntityAggregates.

Member Function Documentation

DescribeEntityAggregatesResponse::DescribeEntityAggregatesResponse(const DescribeEntityAggregatesRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

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

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

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful Health DescribeEntityAggregates response.

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