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

TrustedAdvisorResourcesSummary

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

Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor "DescribeTrustedAdvisorCheckSummaries".

interface TrustedAdvisorResourcesSummary {
resourcesFlagged: number;
resourcesIgnored: number;
resourcesProcessed: number;
resourcesSuppressed: number;
}

§Properties

§
resourcesFlagged: number
[src]

The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.

§
resourcesIgnored: number
[src]

The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.

§
resourcesProcessed: number
[src]

The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.

§
resourcesSuppressed: number
[src]

The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.