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

CreateCloudFormationChangeSetResponse

import type { CreateCloudFormationChangeSetResponse } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";
interface CreateCloudFormationChangeSetResponse {
ApplicationId?: string | null;
ChangeSetId?: string | null;
SemanticVersion?: string | null;
StackId?: string | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The application Amazon Resource Name (ARN).

§
ChangeSetId?: string | null
[src]

The Amazon Resource Name (ARN) of the change set.

Length constraints: Minimum length of 1.

Pattern: ARN:[-a-zA-Z0-9:/]*

§
SemanticVersion?: string | null
[src]

The semantic version of the application:

https://semver.org/

§
StackId?: string | null
[src]

The unique ID of the stack.