Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
- data DescribeTrustedAdvisorCheckSummaries
- describeTrustedAdvisorCheckSummaries :: DescribeTrustedAdvisorCheckSummaries
- dtacsCheckIds :: Lens' DescribeTrustedAdvisorCheckSummaries [Text]
- data DescribeTrustedAdvisorCheckSummariesResponse
- describeTrustedAdvisorCheckSummariesResponse :: DescribeTrustedAdvisorCheckSummariesResponse
- dtacsrSummaries :: Lens' DescribeTrustedAdvisorCheckSummariesResponse [TrustedAdvisorCheckSummary]
Request
data DescribeTrustedAdvisorCheckSummaries Source
Request constructor
describeTrustedAdvisorCheckSummaries :: DescribeTrustedAdvisorCheckSummaries Source
DescribeTrustedAdvisorCheckSummaries
constructor.
The fields accessible through corresponding lenses are:
dtacsCheckIds
::
[Text
]
Request lenses
dtacsCheckIds :: Lens' DescribeTrustedAdvisorCheckSummaries [Text] Source
The IDs of the Trusted Advisor checks.
Response
data DescribeTrustedAdvisorCheckSummariesResponse Source
Response constructor
describeTrustedAdvisorCheckSummariesResponse :: DescribeTrustedAdvisorCheckSummariesResponse Source
DescribeTrustedAdvisorCheckSummariesResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dtacsrSummaries :: Lens' DescribeTrustedAdvisorCheckSummariesResponse [TrustedAdvisorCheckSummary] Source
The summary information for the requested Trusted Advisor checks.