amazonka-support-0.2.0: Amazon Support SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Support.RefreshTrustedAdvisorCheck

Contents

Description

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

Synopsis

Request

Request constructor

refreshTrustedAdvisorCheck Source

RefreshTrustedAdvisorCheck constructor.

The fields accessible through corresponding lenses are:

Request lenses

rtacCheckId :: Lens' RefreshTrustedAdvisorCheck Text Source

The unique identifier for the Trusted Advisor check.

Response

Response constructor

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.