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

WorkloadSummary

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

A workload summary return object.

interface WorkloadSummary {
ImprovementStatus?: WorkloadImprovementStatus | null;
Lenses?: string[] | null;
Owner?: string | null;
RiskCounts?: [key in Risk]: number | null | undefined | null;
UpdatedAt?: Date | number | null;
WorkloadArn?: string | null;
WorkloadId?: string | null;
WorkloadName?: string | null;
}

§Properties

§
ImprovementStatus?: WorkloadImprovementStatus | null
[src]
§
Lenses?: string[] | null
[src]
§
Owner?: string | null
[src]
§
RiskCounts?: [key in Risk]: number | null | undefined | null
[src]
§
UpdatedAt?: Date | number | null
[src]
§
WorkloadArn?: string | null
[src]
§
WorkloadId?: string | null
[src]
§
WorkloadName?: string | null
[src]