Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
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.
See: AWS API Reference for DescribeTrustedAdvisorCheckSummaries.
- describeTrustedAdvisorCheckSummaries :: DescribeTrustedAdvisorCheckSummaries
- data DescribeTrustedAdvisorCheckSummaries
- dtacsCheckIds :: Lens' DescribeTrustedAdvisorCheckSummaries [Text]
- describeTrustedAdvisorCheckSummariesResponse :: Int -> DescribeTrustedAdvisorCheckSummariesResponse
- data DescribeTrustedAdvisorCheckSummariesResponse
- dtacsrsResponseStatus :: Lens' DescribeTrustedAdvisorCheckSummariesResponse Int
- dtacsrsSummaries :: Lens' DescribeTrustedAdvisorCheckSummariesResponse [TrustedAdvisorCheckSummary]
Creating a Request
describeTrustedAdvisorCheckSummaries :: DescribeTrustedAdvisorCheckSummaries Source
Creates a value of DescribeTrustedAdvisorCheckSummaries
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeTrustedAdvisorCheckSummaries Source
See: describeTrustedAdvisorCheckSummaries
smart constructor.
Request Lenses
dtacsCheckIds :: Lens' DescribeTrustedAdvisorCheckSummaries [Text] Source
The IDs of the Trusted Advisor checks.
Destructuring the Response
describeTrustedAdvisorCheckSummariesResponse Source
Creates a value of DescribeTrustedAdvisorCheckSummariesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeTrustedAdvisorCheckSummariesResponse Source
The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.
See: describeTrustedAdvisorCheckSummariesResponse
smart constructor.
Response Lenses
dtacsrsResponseStatus :: Lens' DescribeTrustedAdvisorCheckSummariesResponse Int Source
The response status code.
dtacsrsSummaries :: Lens' DescribeTrustedAdvisorCheckSummariesResponse [TrustedAdvisorCheckSummary] Source
The summary information for the requested Trusted Advisor checks.