| Copyright | (c) 2013-2016 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 |
Network.AWS.Support.DescribeTrustedAdvisorCheckSummaries
Description
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.
- 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:
dtacsCheckIds- The IDs of the Trusted Advisor checks.
data DescribeTrustedAdvisorCheckSummaries Source #
See: describeTrustedAdvisorCheckSummaries smart constructor.
Instances
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:
dtacsrsResponseStatus- -- | The response status code.dtacsrsSummaries- The summary information for the requested Trusted Advisor checks.
data DescribeTrustedAdvisorCheckSummariesResponse Source #
The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.
See: describeTrustedAdvisorCheckSummariesResponse smart constructor.
Instances
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.