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

DescribeChangeSetHooksOutput

import type { DescribeChangeSetHooksOutput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DescribeChangeSetHooksOutput {
ChangeSetId?: string | null;
ChangeSetName?: string | null;
Hooks: ChangeSetHook[];
NextToken?: string | null;
StackId?: string | null;
StackName?: string | null;
Status?: ChangeSetHooksStatus | null;
}

§Properties

§
ChangeSetId?: string | null
[src]

The change set identifier (stack ID).

§
ChangeSetName?: string | null
[src]

The change set name.

§

List of hook objects.

§
NextToken?: string | null
[src]

Pagination token, null or empty if no more results.

§
StackId?: string | null
[src]

The stack identifier (stack ID).

§
StackName?: string | null
[src]

The stack name.

§

Provides the status of the change set hook.