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

CreateCloudFormationTemplateResponse

import type { CreateCloudFormationTemplateResponse } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";
interface CreateCloudFormationTemplateResponse {
ApplicationId?: string | null;
CreationTime?: string | null;
ExpirationTime?: string | null;
SemanticVersion?: string | null;
Status?: Status | null;
TemplateId?: string | null;
TemplateUrl?: string | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The application Amazon Resource Name (ARN).

§
CreationTime?: string | null
[src]

The date and time this resource was created.

§
ExpirationTime?: string | null
[src]

The date and time this template expires. Templates expire 1 hour after creation.

§
SemanticVersion?: string | null
[src]

The semantic version of the application:

https://semver.org/

§
Status?: Status | null
[src]

Status of the template creation workflow.

Possible values: PREPARING | ACTIVE | EXPIRED

§
TemplateId?: string | null
[src]

The UUID returned by CreateCloudFormationTemplate.

Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

§
TemplateUrl?: string | null
[src]

A link to the template that can be used to deploy the application using AWS CloudFormation.