amazonka-support-0.0.8: Amazon Support SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Support.DescribeTrustedAdvisorCheckResult

Contents

Description

Returns the results of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

The response contains a TrustedAdvisorCheckResult object, which contains these three objects:

TrustedAdvisorCategorySpecificSummary TrustedAdvisorResourceDetail TrustedAdvisorResourcesSummary In addition, the response contains these fields:

Status. The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available". Timestamp. The time of the last refresh of the check. CheckId. The unique identifier for the check.

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

Synopsis

Request

Request constructor

Request lenses

dtacrCheckId :: Lens' DescribeTrustedAdvisorCheckResult Text Source

The unique identifier for the Trusted Advisor check.

dtacrLanguage :: Lens' DescribeTrustedAdvisorCheckResult (Maybe 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