amazonka-support-1.0.0: Amazon Support SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DescribeTrustedAdvisorCheckSummaries.

Synopsis

Creating a Request

describeTrustedAdvisorCheckSummaries :: DescribeTrustedAdvisorCheckSummaries Source

Creates a value of DescribeTrustedAdvisorCheckSummaries with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dtacsCheckIds :: Lens' DescribeTrustedAdvisorCheckSummaries [Text] Source

The IDs of the Trusted Advisor checks.

Destructuring the Response

describeTrustedAdvisorCheckSummariesResponse Source

Creates a value of DescribeTrustedAdvisorCheckSummariesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dtacsrsSummaries :: Lens' DescribeTrustedAdvisorCheckSummariesResponse [TrustedAdvisorCheckSummary] Source

The summary information for the requested Trusted Advisor checks.