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

DescribeTrustedAdvisorCheckResultResponse

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

The result of the Trusted Advisor check returned by the "DescribeTrustedAdvisorCheckResult" operation.

interface DescribeTrustedAdvisorCheckResultResponse {
result?: TrustedAdvisorCheckResult | null;
}

§Properties

§

The detailed results of the Trusted Advisor check.