DescribeEventDetailsRequest Class

(QtAws::Health::DescribeEventDetailsRequest)

The DescribeEventDetailsRequest class provides an interface for Health DescribeEventDetails requests. More...

Header: #include <DescribeEventDetailsRequest>
Inherits: QtAws::Health::HealthRequest

Public Functions

DescribeEventDetailsRequest(const DescribeEventDetailsRequest &other)
DescribeEventDetailsRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

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

Member Function Documentation

DescribeEventDetailsRequest::DescribeEventDetailsRequest(const DescribeEventDetailsRequest &other)

Constructs a copy of other.

DescribeEventDetailsRequest::DescribeEventDetailsRequest()

Constructs a DescribeEventDetailsRequest object.

[override virtual] bool DescribeEventDetailsRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *DescribeEventDetailsRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a DescribeEventDetailsResponse 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.