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

UpdateAnswerOutput

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

Output of a update answer call.

interface UpdateAnswerOutput {
Answer?: Answer | null;
LensAlias?: string | null;
LensArn?: string | null;
WorkloadId?: string | null;
}

§Properties

§
Answer?: Answer | null
[src]
§
LensAlias?: string | null
[src]
§
LensArn?: string | null
[src]

The ARN for the lens.

§
WorkloadId?: string | null
[src]