DescribeEventDetailsResponse Class

(QtAws::Health::DescribeEventDetailsResponse)

The DescribeEventDetailsResponse class provides an interace for Health DescribeEventDetails responses. More...

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

Public Functions

DescribeEventDetailsResponse(const DescribeEventDetailsRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const DescribeEventDetailsRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The DescribeEventDetailsResponse class provides an interace for Health DescribeEventDetails 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::describeEventDetails.

Member Function Documentation

DescribeEventDetailsResponse::DescribeEventDetailsResponse(const DescribeEventDetailsRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

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

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

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful Health DescribeEventDetails response.

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