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;
}