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

DescribeChangeSetHooksInput

import type { DescribeChangeSetHooksInput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DescribeChangeSetHooksInput {
ChangeSetName: string;
LogicalResourceId?: string | null;
NextToken?: string | null;
StackName?: string | null;
}

§Properties

§
ChangeSetName: string
[src]

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

§
LogicalResourceId?: string | null
[src]

If specified, lists only the hooks related to the specified LogicalResourceId.

§
NextToken?: string | null
[src]

A string, provided by the DescribeChangeSetHooks response output, that identifies the next page of information that you want to retrieve.

§
StackName?: string | null
[src]

If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.