Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TrustedAdvisorCheckRefreshStatus = TrustedAdvisorCheckRefreshStatus' {}
- newTrustedAdvisorCheckRefreshStatus :: Text -> Text -> Integer -> TrustedAdvisorCheckRefreshStatus
- trustedAdvisorCheckRefreshStatus_checkId :: Lens' TrustedAdvisorCheckRefreshStatus Text
- trustedAdvisorCheckRefreshStatus_status :: Lens' TrustedAdvisorCheckRefreshStatus Text
- trustedAdvisorCheckRefreshStatus_millisUntilNextRefreshable :: Lens' TrustedAdvisorCheckRefreshStatus Integer
Documentation
data TrustedAdvisorCheckRefreshStatus Source #
The refresh status of a Trusted Advisor check.
See: newTrustedAdvisorCheckRefreshStatus
smart constructor.
TrustedAdvisorCheckRefreshStatus' | |
|
Instances
newTrustedAdvisorCheckRefreshStatus Source #
:: Text | |
-> Text | |
-> Integer |
|
-> TrustedAdvisorCheckRefreshStatus |
Create a value of TrustedAdvisorCheckRefreshStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:checkId:TrustedAdvisorCheckRefreshStatus'
, trustedAdvisorCheckRefreshStatus_checkId
- The unique identifier for the Trusted Advisor check.
$sel:status:TrustedAdvisorCheckRefreshStatus'
, trustedAdvisorCheckRefreshStatus_status
- The status of the Trusted Advisor check for which a refresh has been
requested:
none
- The check is not refreshed or the non-success status exceeds the timeoutenqueued
- The check refresh requests has entered the refresh queueprocessing
- The check refresh request is picked up by the rule processing enginesuccess
- The check is successfully refreshedabandoned
- The check refresh has failed
$sel:millisUntilNextRefreshable:TrustedAdvisorCheckRefreshStatus'
, trustedAdvisorCheckRefreshStatus_millisUntilNextRefreshable
- The amount of time, in milliseconds, until the Trusted Advisor check is
eligible for refresh.
trustedAdvisorCheckRefreshStatus_checkId :: Lens' TrustedAdvisorCheckRefreshStatus Text Source #
The unique identifier for the Trusted Advisor check.
trustedAdvisorCheckRefreshStatus_status :: Lens' TrustedAdvisorCheckRefreshStatus Text Source #
The status of the Trusted Advisor check for which a refresh has been requested:
none
- The check is not refreshed or the non-success status exceeds the timeoutenqueued
- The check refresh requests has entered the refresh queueprocessing
- The check refresh request is picked up by the rule processing enginesuccess
- The check is successfully refreshedabandoned
- The check refresh has failed
trustedAdvisorCheckRefreshStatus_millisUntilNextRefreshable :: Lens' TrustedAdvisorCheckRefreshStatus Integer Source #
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.