Safe Haskell | None |
---|---|
Language | Haskell2010 |
Requests a refresh of the Trusted Advisor check that has the specified check
ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks
.
The response contains a TrustedAdvisorCheckRefreshStatus
object, which
contains these fields:
Status. The refresh status of the check: "none", "enqueued", "processing", "success", or "abandoned". MillisUntilNextRefreshable. The amount of time, in milliseconds, until the check is eligible for refresh. CheckId. The unique identifier for the check.
http://docs.aws.amazon.com/awssupport/latest/APIReference/API_RefreshTrustedAdvisorCheck.html
- data RefreshTrustedAdvisorCheck
- refreshTrustedAdvisorCheck :: Text -> RefreshTrustedAdvisorCheck
- rtacCheckId :: Lens' RefreshTrustedAdvisorCheck Text
- data RefreshTrustedAdvisorCheckResponse
- refreshTrustedAdvisorCheckResponse :: TrustedAdvisorCheckRefreshStatus -> RefreshTrustedAdvisorCheckResponse
- rtacrStatus :: Lens' RefreshTrustedAdvisorCheckResponse TrustedAdvisorCheckRefreshStatus
Request
data RefreshTrustedAdvisorCheck Source
Request constructor
refreshTrustedAdvisorCheck Source
RefreshTrustedAdvisorCheck
constructor.
The fields accessible through corresponding lenses are:
rtacCheckId
::
Text
Request lenses
rtacCheckId :: Lens' RefreshTrustedAdvisorCheck Text Source
The unique identifier for the Trusted Advisor check.
Response
Response constructor
refreshTrustedAdvisorCheckResponse Source
RefreshTrustedAdvisorCheckResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
rtacrStatus :: Lens' RefreshTrustedAdvisorCheckResponse TrustedAdvisorCheckRefreshStatus Source
The current refresh status for a check, including the amount of time until the check is eligible for refresh.