Skip to content

Commit

Permalink
feat(client-cloudformation): SDK and documentation updates for Update…
Browse files Browse the repository at this point in the history
…ReplacePolicy
  • Loading branch information
awstools committed Oct 16, 2023
1 parent d861f67 commit c1fd48e
Show file tree
Hide file tree
Showing 3 changed files with 13,033 additions and 13,030 deletions.
Expand Up @@ -103,12 +103,12 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput,
* // ResourceType: "STRING_VALUE",
* // Replacement: "True" || "False" || "Conditional",
* // Scope: [ // Scope
* // "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "Tags",
* // "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "UpdateReplacePolicy" || "Tags",
* // ],
* // Details: [ // ResourceChangeDetails
* // { // ResourceChangeDetail
* // Target: { // ResourceTargetDefinition
* // Attribute: "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "Tags",
* // Attribute: "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "UpdateReplacePolicy" || "Tags",
* // Name: "STRING_VALUE",
* // RequiresRecreation: "Never" || "Conditionally" || "Always",
* // },
Expand Down
1 change: 1 addition & 0 deletions clients/client-cloudformation/src/models/models_0.ts
Expand Up @@ -780,6 +780,7 @@ export const ResourceAttribute = {
Properties: "Properties",
Tags: "Tags",
UpdatePolicy: "UpdatePolicy",
UpdateReplacePolicy: "UpdateReplacePolicy",
} as const;

/**
Expand Down

0 comments on commit c1fd48e

Please sign in to comment.