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

GetTemplateSummaryOutput

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

The output for the "GetTemplateSummary" action.

interface GetTemplateSummaryOutput {
Capabilities: Capability[];
CapabilitiesReason?: string | null;
DeclaredTransforms: string[];
Description?: string | null;
Metadata?: string | null;
Parameters: ParameterDeclaration[];
ResourceIdentifierSummaries: ResourceIdentifierSummary[];
ResourceTypes: string[];
Version?: string | null;
}

§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 value that's defined in the Description property of the template.

§
Metadata?: string | null
[src]

The value that's defined for the Metadata property of the template.

§

A list of parameter declarations that describe various properties for each parameter.

§
ResourceIdentifierSummaries: ResourceIdentifierSummary[]
[src]

A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.

§
ResourceTypes: string[]
[src]

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

§
Version?: string | null
[src]

The Amazon Web Services template format version, which identifies the capabilities of the template.