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

UpdateStackRequest

import type { UpdateStackRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";
interface UpdateStackRequest {
AgentVersion?: string | null;
Attributes?: [key in StackAttributesKeys]: string | null | undefined | null;
ChefConfiguration?: ChefConfiguration | null;
ConfigurationManager?: StackConfigurationManager | null;
CustomCookbooksSource?: Source | null;
CustomJson?: string | null;
DefaultAvailabilityZone?: string | null;
DefaultInstanceProfileArn?: string | null;
DefaultOs?: string | null;
DefaultRootDeviceType?: RootDeviceType | null;
DefaultSshKeyName?: string | null;
DefaultSubnetId?: string | null;
HostnameTheme?: string | null;
Name?: string | null;
ServiceRoleArn?: string | null;
StackId: string;
UseCustomCookbooks?: boolean | null;
UseOpsworksSecurityGroups?: boolean | null;
}

§Properties

§
AgentVersion?: string | null
[src]
§
Attributes?: [key in StackAttributesKeys]: string | null | undefined | null
[src]
§
ChefConfiguration?: ChefConfiguration | null
[src]
§
ConfigurationManager?: StackConfigurationManager | null
[src]
§
CustomCookbooksSource?: Source | null
[src]
§
CustomJson?: string | null
[src]
§
DefaultAvailabilityZone?: string | null
[src]
§
DefaultInstanceProfileArn?: string | null
[src]
§
DefaultOs?: string | null
[src]
§
DefaultRootDeviceType?: RootDeviceType | null
[src]
§
DefaultSshKeyName?: string | null
[src]
§
DefaultSubnetId?: string | null
[src]
§
HostnameTheme?: string | null
[src]
§
Name?: string | null
[src]
§
ServiceRoleArn?: string | null
[src]
§
StackId: string
[src]
§
UseCustomCookbooks?: boolean | null
[src]
§
UseOpsworksSecurityGroups?: boolean | null
[src]