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

ValidateTemplateOutput

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

The output for "ValidateTemplate" action.

interface ValidateTemplateOutput {
Capabilities: Capability[];
CapabilitiesReason?: string | null;
DeclaredTransforms: string[];
Description?: string | null;
Parameters: TemplateParameter[];
}

§Properties

§
Capabilities: Capability[]
[src]

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the "CreateStack" or "UpdateStack" actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in CloudFormation Templates.

§
CapabilitiesReason?: string | null
[src]

The list of resources that generated the values in the Capabilities response element.

§
DeclaredTransforms: string[]
[src]

A list of the transforms that are declared in the template.

§
Description?: string | null
[src]

The description found within the template.

§

A list of TemplateParameter structures.