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

DeleteStackInstancesInput

import type { DeleteStackInstancesInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface DeleteStackInstancesInput {
Accounts?: string[] | null;
CallAs?: CallAs | null;
DeploymentTargets?: DeploymentTargets | null;
OperationId?: string | null;
OperationPreferences?: StackSetOperationPreferences | null;
Regions: string[];
RetainStacks: boolean;
StackSetName: string;
}

§Properties

§
Accounts?: string[] | null
[src]
§
CallAs?: CallAs | null
[src]
§
DeploymentTargets?: DeploymentTargets | null
[src]
§
OperationId?: string | null
[src]
§
OperationPreferences?: StackSetOperationPreferences | null
[src]
§
Regions: string[]
[src]
§
RetainStacks: boolean
[src]
§
StackSetName: string
[src]