Skip to content

Commit c1fd48e

Browse files
author
awstools
committed
feat(client-cloudformation): SDK and documentation updates for UpdateReplacePolicy
1 parent d861f67 commit c1fd48e

File tree

3 files changed

+13033
-13030
lines changed

3 files changed

+13033
-13030
lines changed

clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput,
103103
* // ResourceType: "STRING_VALUE",
104104
* // Replacement: "True" || "False" || "Conditional",
105105
* // Scope: [ // Scope
106-
* // "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "Tags",
106+
* // "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "UpdateReplacePolicy" || "Tags",
107107
* // ],
108108
* // Details: [ // ResourceChangeDetails
109109
* // { // ResourceChangeDetail
110110
* // Target: { // ResourceTargetDefinition
111-
* // Attribute: "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "Tags",
111+
* // Attribute: "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "UpdateReplacePolicy" || "Tags",
112112
* // Name: "STRING_VALUE",
113113
* // RequiresRecreation: "Never" || "Conditionally" || "Always",
114114
* // },

clients/client-cloudformation/src/models/models_0.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ export const ResourceAttribute = {
780780
Properties: "Properties",
781781
Tags: "Tags",
782782
UpdatePolicy: "UpdatePolicy",
783+
UpdateReplacePolicy: "UpdateReplacePolicy",
783784
} as const;
784785

785786
/**

0 commit comments

Comments
 (0)