amazonka-support-0.0.6: Amazon Support SDK.

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.

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

Synopsis

Request

Request constructor

describeTrustedAdvisorChecks Source

DescribeTrustedAdvisorChecks constructor.

The fields accessible through corresponding lenses are:

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.

Response

Response constructor

Response lenses

dtacrChecks :: Lens' DescribeTrustedAdvisorChecksResponse [TrustedAdvisorCheckDescription] Source

Information about all available Trusted Advisor checks.