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

GetAnswerInput

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

Input to get answer.

interface GetAnswerInput {
LensAlias: string;
MilestoneNumber?: number | null;
QuestionId: string;
WorkloadId: string;
}

§Properties

§
LensAlias: string
[src]
§
MilestoneNumber?: number | null
[src]
§
QuestionId: string
[src]
§
WorkloadId: string
[src]