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

GetMilestoneInput

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

Input to get a milestone.

interface GetMilestoneInput {
MilestoneNumber: number;
WorkloadId: string;
}

§Properties

§
MilestoneNumber: number
[src]
§
WorkloadId: string
[src]