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

GetTemplateSummaryInput

import type { GetTemplateSummaryInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface GetTemplateSummaryInput {
CallAs?: CallAs | null;
StackName?: string | null;
StackSetName?: string | null;
TemplateBody?: string | null;
TemplateURL?: string | null;
}

§Properties

§
CallAs?: CallAs | null
[src]
§
StackName?: string | null
[src]
§
StackSetName?: string | null
[src]
§
TemplateBody?: string | null
[src]
§
TemplateURL?: string | null
[src]