amazonka-support-1.2.0.2: 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.DescribeTrustedAdvisorChecks

Contents

Description

Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English ("en") and Japanese ("ja") are currently supported. The response contains a TrustedAdvisorCheckDescription for each check.

See: AWS API Reference for DescribeTrustedAdvisorChecks.

Synopsis

Creating a Request

describeTrustedAdvisorChecks Source

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

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

Request Lenses

dtacLanguage :: Lens' DescribeTrustedAdvisorChecks Text Source

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

Destructuring the Response

describeTrustedAdvisorChecksResponse Source

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

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

Response Lenses

dtacrsChecks :: Lens' DescribeTrustedAdvisorChecksResponse [TrustedAdvisorCheckDescription] Source

Information about all available Trusted Advisor checks.