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-gyr5wj9zj0fg.deno.dev/v0.2/services/serverlessapplicationrepository.ts";
interface CreateCloudFormationChangeSetResponse {
ApplicationId?: string | null;
ChangeSetId?: string | null;
SemanticVersion?: string | null;
StackId?: string | null;
}

§Properties

§
ApplicationId?: string | null
[src]
§
ChangeSetId?: string | null
[src]
§
SemanticVersion?: string | null
[src]
§
StackId?: string | null
[src]