amazonka-support-1.3.0: Amazon Support SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for RefreshTrustedAdvisorCheck.

Synopsis

Creating a Request

refreshTrustedAdvisorCheck Source

Creates a value of RefreshTrustedAdvisorCheck with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

rtacCheckId :: Lens' RefreshTrustedAdvisorCheck Text Source

The unique identifier for the Trusted Advisor check.

Destructuring the Response

refreshTrustedAdvisorCheckResponse Source

Creates a value of RefreshTrustedAdvisorCheckResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

rtacrsStatus :: Lens' RefreshTrustedAdvisorCheckResponse TrustedAdvisorCheckRefreshStatus Source

The current refresh status for a check, including the amount of time until the check is eligible for refresh.