Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data DescribeTrustedAdvisorCheckResult
- describeTrustedAdvisorCheckResult :: Text -> DescribeTrustedAdvisorCheckResult
- dtacrCheckId :: Lens' DescribeTrustedAdvisorCheckResult Text
- dtacrLanguage :: Lens' DescribeTrustedAdvisorCheckResult (Maybe Text)
- data DescribeTrustedAdvisorCheckResultResponse
- describeTrustedAdvisorCheckResultResponse :: DescribeTrustedAdvisorCheckResultResponse
- dtacrrResult :: Lens' DescribeTrustedAdvisorCheckResultResponse (Maybe TrustedAdvisorCheckResult)
Request
data DescribeTrustedAdvisorCheckResult Source
Request constructor
describeTrustedAdvisorCheckResult Source
DescribeTrustedAdvisorCheckResult
constructor.
The fields accessible through corresponding lenses are:
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
describeTrustedAdvisorCheckResultResponse :: DescribeTrustedAdvisorCheckResultResponse Source
DescribeTrustedAdvisorCheckResultResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dtacrrResult :: Lens' DescribeTrustedAdvisorCheckResultResponse (Maybe TrustedAdvisorCheckResult) Source
The detailed results of the Trusted Advisor check.