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

RefreshTrustedAdvisorCheckRequest

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

§Properties

§
checkId: string
[src]

The unique identifier for the Trusted Advisor check to refresh.

Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.