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

ImprovementSummary

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

An improvement summary of a lens review in a workload.

interface ImprovementSummary {
ImprovementPlans?: ChoiceImprovementPlan[] | null;
ImprovementPlanUrl?: string | null;
PillarId?: string | null;
QuestionId?: string | null;
QuestionTitle?: string | null;
Risk?: Risk | null;
}

§Properties

§
ImprovementPlans?: ChoiceImprovementPlan[] | null
[src]

The improvement plan details.

§
ImprovementPlanUrl?: string | null
[src]
§
PillarId?: string | null
[src]
§
QuestionId?: string | null
[src]
§
QuestionTitle?: string | null
[src]
§
Risk?: Risk | null
[src]