Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TrustedAdvisorCheckRefreshStatus

import type { TrustedAdvisorCheckRefreshStatus } from "https://aws-api.deno.dev/v0.3/services/support.ts?docs=full";

The refresh status of a Trusted Advisor check.

interface TrustedAdvisorCheckRefreshStatus {
checkId: string;
millisUntilNextRefreshable: number;
status: string;
}

§Properties

§
checkId: string
[src]

The unique identifier for the Trusted Advisor check.

§
millisUntilNextRefreshable: number
[src]

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

§
status: string
[src]

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 timeout
  • enqueued - The check refresh requests has entered the refresh queue
  • processing - The check refresh request is picked up by the rule processing engine
  • success - The check is successfully refreshed
  • abandoned - The check refresh has failed