| 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.DescribeTrustedAdvisorCheckRefreshStatuses
Description
Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
- describeTrustedAdvisorCheckRefreshStatuses :: DescribeTrustedAdvisorCheckRefreshStatuses
- data DescribeTrustedAdvisorCheckRefreshStatuses
- dtacrsCheckIds :: Lens' DescribeTrustedAdvisorCheckRefreshStatuses [Text]
- describeTrustedAdvisorCheckRefreshStatusesResponse :: Int -> DescribeTrustedAdvisorCheckRefreshStatusesResponse
- data DescribeTrustedAdvisorCheckRefreshStatusesResponse
- dtacrsrsResponseStatus :: Lens' DescribeTrustedAdvisorCheckRefreshStatusesResponse Int
- dtacrsrsStatuses :: Lens' DescribeTrustedAdvisorCheckRefreshStatusesResponse [TrustedAdvisorCheckRefreshStatus]
Creating a Request
describeTrustedAdvisorCheckRefreshStatuses :: DescribeTrustedAdvisorCheckRefreshStatuses Source
Creates a value of DescribeTrustedAdvisorCheckRefreshStatuses with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeTrustedAdvisorCheckRefreshStatuses Source
See: describeTrustedAdvisorCheckRefreshStatuses smart constructor.
Instances
Request Lenses
dtacrsCheckIds :: Lens' DescribeTrustedAdvisorCheckRefreshStatuses [Text] Source
The IDs of the Trusted Advisor checks.
Destructuring the Response
describeTrustedAdvisorCheckRefreshStatusesResponse Source
Creates a value of DescribeTrustedAdvisorCheckRefreshStatusesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeTrustedAdvisorCheckRefreshStatusesResponse Source
The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
See: describeTrustedAdvisorCheckRefreshStatusesResponse smart constructor.
Instances
Response Lenses
dtacrsrsResponseStatus :: Lens' DescribeTrustedAdvisorCheckRefreshStatusesResponse Int Source
The response status code.
dtacrsrsStatuses :: Lens' DescribeTrustedAdvisorCheckRefreshStatusesResponse [TrustedAdvisorCheckRefreshStatus] Source
The refresh status of the specified Trusted Advisor checks.