amazonka-support-0.0.1: Amazon Support SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Support.DescribeTrustedAdvisorCheckSummaries

Contents

Description

Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks. The response contains an array of TrustedAdvisorCheckSummary objects.

http://docs.aws.amazon.com/awssupport/latest/APIReference/API_DescribeTrustedAdvisorCheckSummaries.html

Synopsis

Request

Request constructor

Request lenses

dtacsCheckIds :: Lens' DescribeTrustedAdvisorCheckSummaries [Text] Source

The IDs of the Trusted Advisor checks.

Response

Response constructor

Response lenses

dtacsrSummaries :: Lens' DescribeTrustedAdvisorCheckSummariesResponse [TrustedAdvisorCheckSummary] Source

The summary information for the requested Trusted Advisor checks.