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

ChoiceUpdate

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

A list of choices to be updated.

interface ChoiceUpdate {
Notes?: string | null;
Reason?: ChoiceReason | null;
Status: ChoiceStatus;
}

§Properties

§
Notes?: string | null
[src]

The notes associated with a choice.

§
Reason?: ChoiceReason | null
[src]

The reason why a choice is non-applicable to a question in your workload.

§

The status of a choice.