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

ListMilestonesOutput

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

Output of a list milestones call.

interface ListMilestonesOutput {
MilestoneSummaries?: MilestoneSummary[] | null;
NextToken?: string | null;
WorkloadId?: string | null;
}

§Properties

§
MilestoneSummaries?: MilestoneSummary[] | null
[src]
§
NextToken?: string | null
[src]
§
WorkloadId?: string | null
[src]