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

CheckSummary

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

Trusted Advisor check summary.

interface CheckSummary {
AccountSummary?: [key in CheckStatus]: number | null | undefined | null;
ChoiceId?: string | null;
Description?: string | null;
Id?: string | null;
LensArn?: string | null;
Name?: string | null;
PillarId?: string | null;
Provider?: CheckProvider | null;
QuestionId?: string | null;
Status?: CheckStatus | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
AccountSummary?: [key in CheckStatus]: number | null | undefined | null
[src]

Account summary associated to the check.

§
ChoiceId?: string | null
[src]
§
Description?: string | null
[src]

Trusted Advisor check description.

§
Id?: string | null
[src]

Trusted Advisor check ID.

§
LensArn?: string | null
[src]

Well-Architected Lens ARN associated to the check.

§
Name?: string | null
[src]

Trusted Advisor check name.

§
PillarId?: string | null
[src]
§
Provider?: CheckProvider | null
[src]

Provider of the check related to the best practice.

§
QuestionId?: string | null
[src]
§
Status?: CheckStatus | null
[src]

Status associated to the check.

§
UpdatedAt?: Date | number | null
[src]