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

CancelUpdateStackInput

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

The input for the "CancelUpdateStack" action.

interface CancelUpdateStackInput {
ClientRequestToken?: string | null;
StackName: string;
}

§Properties

§
ClientRequestToken?: string | null
[src]

A unique identifier for this CancelUpdateStack request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to cancel an update on a stack with the same name. You might retry CancelUpdateStack requests to ensure that CloudFormation successfully received them.

§
StackName: string
[src]

The name or the unique stack ID that's associated with the stack.