aws-sdk-cloudformation 1.88.0 → 1.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4dfec2692a79a91a154928b6e345e4f4984b47f4de15923176a2c5b3951cabc3
4
- data.tar.gz: d067aebb34ff4fa54287e141eac9c422518c2743f0fe5e84095562a4504a993f
3
+ metadata.gz: b613affeed5d4d7976aa33b943f2a3382fef0dfc2e965a7ec1f2ec0a94be9830
4
+ data.tar.gz: ad4a562426a19117bd8531bfb64c03ec4b98d3042bdca3a005a47614e3f4bb12
5
5
  SHA512:
6
- metadata.gz: 01ce8f110fa6b080e0546d1453699b6f53775d21785d2789292e94077eef7f1c4d82b993fff8a6f9a7394858942e083ab65c8296af4703fd5e4afad0366ba4c2
7
- data.tar.gz: 29681523066befa41cbc23fc2735809bac07e00e27ff3a750b528df39a7ecd9d85cb158a5089b5d99457661425913a2b4cdc26f5642c8a4b54a364757bcdc8e4
6
+ metadata.gz: 2eaad6325fc781321ffd73462eaa2061d5c9ea94a45683408200a15ac356335bba8ea41a05a6478b61773b5b91eb88d309fb2dba16089078a464c1ce2250e4e9
7
+ data.tar.gz: 2248ef7b914a3e9ffa0e314571542d86ea77c52c5e61ddf07c2a3fcd52f0d41430eaf31a4e0ecab042300cd430c715e9c7ed334e35dada69dbb762f4e20c7bc8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2023-09-14)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS CloudFormation
8
+
4
9
  1.88.0 (2023-07-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -1350,16 +1350,11 @@ module Aws::CloudFormation
1350
1350
  # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
1351
1351
  #
1352
1352
  # @option params [Boolean] :retain_except_on_create
1353
- # This deletion policy deletes newly created resources, but retains
1354
- # existing resources, when a stack operation is rolled back. This
1355
- # ensures new, empty, and unused resources are deleted, while critical
1356
- # resources and their data are retained. `RetainExceptOnCreate` can be
1357
- # specified for any resource that supports the [ DeletionPolicy][1]
1358
- # attribute.
1353
+ # When set to `true`, newly created resources are deleted when the
1354
+ # operation rolls back. This includes newly created resources marked
1355
+ # with a deletion policy of `Retain`.
1359
1356
  #
1360
- #
1361
- #
1362
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
1357
+ # Default: `false`
1363
1358
  #
1364
1359
  # @return [Types::CreateStackOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1365
1360
  #
@@ -1697,10 +1692,10 @@ module Aws::CloudFormation
1697
1692
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
1698
1693
  # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
1699
1694
  # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
1700
- # [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
1701
- # [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
1702
- # [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
1703
- # [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
1695
+ # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
1696
+ # [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
1697
+ # [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
1698
+ # [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
1704
1699
  #
1705
1700
  # @option params [Array<Types::Tag>] :tags
1706
1701
  # The key-value pairs to associate with this stack set and the stacks
@@ -1725,7 +1720,7 @@ module Aws::CloudFormation
1725
1720
  #
1726
1721
  #
1727
1722
  #
1728
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
1723
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html
1729
1724
  #
1730
1725
  # @option params [String] :execution_role_name
1731
1726
  # The name of the IAM execution role to use to create the stack set. If
@@ -3235,8 +3230,12 @@ module Aws::CloudFormation
3235
3230
  #
3236
3231
  # @option params [String] :stack_name
3237
3232
  # <note markdown="1"> If you don't pass a parameter to `StackName`, the API returns a
3238
- # response that describes all resources in the account. This requires
3239
- # `ListStacks` and `DescribeStacks` permissions.
3233
+ # response that describes all resources in the account, which can impact
3234
+ # performance. This requires `ListStacks` and `DescribeStacks`
3235
+ # permissions.
3236
+ #
3237
+ # Consider using the ListStacks API if you're not passing a parameter
3238
+ # to `StackName`.
3240
3239
  #
3241
3240
  # The IAM policy below can be added to IAM policies when you want to
3242
3241
  # limit resource-level permissions and avoid returning a response when
@@ -3886,16 +3885,11 @@ module Aws::CloudFormation
3886
3885
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html
3887
3886
  #
3888
3887
  # @option params [Boolean] :retain_except_on_create
3889
- # This deletion policy deletes newly created resources, but retains
3890
- # existing resources, when a stack operation is rolled back. This
3891
- # ensures new, empty, and unused resources are deleted, while critical
3892
- # resources and their data are retained. `RetainExceptOnCreate` can be
3893
- # specified for any resource that supports the [ DeletionPolicy][1]
3894
- # attribute.
3895
- #
3888
+ # When set to `true`, newly created resources are deleted when the
3889
+ # operation rolls back. This includes newly created resources marked
3890
+ # with a deletion policy of `Retain`.
3896
3891
  #
3897
- #
3898
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
3892
+ # Default: `false`
3899
3893
  #
3900
3894
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3901
3895
  #
@@ -5707,16 +5701,11 @@ module Aws::CloudFormation
5707
5701
  # A unique identifier for this `RollbackStack` request.
5708
5702
  #
5709
5703
  # @option params [Boolean] :retain_except_on_create
5710
- # This deletion policy deletes newly created resources, but retains
5711
- # existing resources, when a stack operation is rolled back. This
5712
- # ensures new, empty, and unused resources are deleted, while critical
5713
- # resources and their data are retained. `RetainExceptOnCreate` can be
5714
- # specified for any resource that supports the [ DeletionPolicy][1]
5715
- # attribute.
5704
+ # When set to `true`, newly created resources are deleted when the
5705
+ # operation rolls back. This includes newly created resources marked
5706
+ # with a deletion policy of `Retain`.
5716
5707
  #
5717
- #
5718
- #
5719
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
5708
+ # Default: `false`
5720
5709
  #
5721
5710
  # @return [Types::RollbackStackOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5722
5711
  #
@@ -6404,16 +6393,11 @@ module Aws::CloudFormation
6404
6393
  # `Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002`.
6405
6394
  #
6406
6395
  # @option params [Boolean] :retain_except_on_create
6407
- # This deletion policy deletes newly created resources, but retains
6408
- # existing resources, when a stack operation is rolled back. This
6409
- # ensures new, empty, and unused resources are deleted, while critical
6410
- # resources and their data are retained. `RetainExceptOnCreate` can be
6411
- # specified for any resource that supports the [ DeletionPolicy][1]
6412
- # attribute.
6413
- #
6396
+ # When set to `true`, newly created resources are deleted when the
6397
+ # operation rolls back. This includes newly created resources marked
6398
+ # with a deletion policy of `Retain`.
6414
6399
  #
6415
- #
6416
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
6400
+ # Default: `false`
6417
6401
  #
6418
6402
  # @return [Types::UpdateStackOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6419
6403
  #
@@ -6782,10 +6766,10 @@ module Aws::CloudFormation
6782
6766
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
6783
6767
  # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
6784
6768
  # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
6785
- # [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
6786
- # [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
6787
- # [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
6788
- # [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
6769
+ # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
6770
+ # [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
6771
+ # [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
6772
+ # [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
6789
6773
  #
6790
6774
  # @option params [Array<Types::Tag>] :tags
6791
6775
  # The key-value pairs to associate with this stack set and the stacks
@@ -6838,7 +6822,7 @@ module Aws::CloudFormation
6838
6822
  #
6839
6823
  #
6840
6824
  #
6841
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
6825
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html
6842
6826
  #
6843
6827
  # @option params [String] :execution_role_name
6844
6828
  # The name of the IAM execution role to use to update the stack set. If
@@ -7176,7 +7160,7 @@ module Aws::CloudFormation
7176
7160
  params: params,
7177
7161
  config: config)
7178
7162
  context[:gem_name] = 'aws-sdk-cloudformation'
7179
- context[:gem_version] = '1.88.0'
7163
+ context[:gem_version] = '1.89.0'
7180
7164
  Seahorse::Client::Request.new(handlers, context)
7181
7165
  end
7182
7166
 
@@ -317,16 +317,11 @@ module Aws::CloudFormation
317
317
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
318
318
  # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
319
319
  # @option options [Boolean] :retain_except_on_create
320
- # This deletion policy deletes newly created resources, but retains
321
- # existing resources, when a stack operation is rolled back. This
322
- # ensures new, empty, and unused resources are deleted, while critical
323
- # resources and their data are retained. `RetainExceptOnCreate` can be
324
- # specified for any resource that supports the [ DeletionPolicy][1]
325
- # attribute.
320
+ # When set to `true`, newly created resources are deleted when the
321
+ # operation rolls back. This includes newly created resources marked
322
+ # with a deletion policy of `Retain`.
326
323
  #
327
- #
328
- #
329
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
324
+ # Default: `false`
330
325
  # @return [Stack]
331
326
  def create_stack(options = {})
332
327
  Aws::Plugins::UserAgent.feature('resource') do
@@ -366,8 +361,12 @@ module Aws::CloudFormation
366
361
  # @param [Hash] options ({})
367
362
  # @option options [String] :stack_name
368
363
  # <note markdown="1"> If you don't pass a parameter to `StackName`, the API returns a
369
- # response that describes all resources in the account. This requires
370
- # `ListStacks` and `DescribeStacks` permissions.
364
+ # response that describes all resources in the account, which can impact
365
+ # performance. This requires `ListStacks` and `DescribeStacks`
366
+ # permissions.
367
+ #
368
+ # Consider using the ListStacks API if you're not passing a parameter
369
+ # to `StackName`.
371
370
  #
372
371
  # The IAM policy below can be added to IAM policies when you want to
373
372
  # limit resource-level permissions and avoid returning a response when
@@ -208,16 +208,11 @@ module Aws::CloudFormation
208
208
  data[:drift_information]
209
209
  end
210
210
 
211
- # This deletion policy deletes newly created resources, but retains
212
- # existing resources, when a stack operation is rolled back. This
213
- # ensures new, empty, and unused resources are deleted, while critical
214
- # resources and their data are retained. `RetainExceptOnCreate` can be
215
- # specified for any resource that supports the [ DeletionPolicy][1]
216
- # attribute.
211
+ # When set to `true`, newly created resources are deleted when the
212
+ # operation rolls back. This includes newly created resources marked
213
+ # with a deletion policy of `Retain`.
217
214
  #
218
- #
219
- #
220
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
215
+ # Default: `false`
221
216
  # @return [Boolean]
222
217
  def retain_except_on_create
223
218
  data[:retain_except_on_create]
@@ -687,16 +682,11 @@ module Aws::CloudFormation
687
682
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
688
683
  # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
689
684
  # @option options [Boolean] :retain_except_on_create
690
- # This deletion policy deletes newly created resources, but retains
691
- # existing resources, when a stack operation is rolled back. This
692
- # ensures new, empty, and unused resources are deleted, while critical
693
- # resources and their data are retained. `RetainExceptOnCreate` can be
694
- # specified for any resource that supports the [ DeletionPolicy][1]
695
- # attribute.
696
- #
697
- #
685
+ # When set to `true`, newly created resources are deleted when the
686
+ # operation rolls back. This includes newly created resources marked
687
+ # with a deletion policy of `Retain`.
698
688
  #
699
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
689
+ # Default: `false`
700
690
  # @return [Types::CreateStackOutput]
701
691
  def create(options = {})
702
692
  options = options.merge(stack_name: @name)
@@ -1038,16 +1028,11 @@ module Aws::CloudFormation
1038
1028
  # token in the following format:
1039
1029
  # `Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002`.
1040
1030
  # @option options [Boolean] :retain_except_on_create
1041
- # This deletion policy deletes newly created resources, but retains
1042
- # existing resources, when a stack operation is rolled back. This
1043
- # ensures new, empty, and unused resources are deleted, while critical
1044
- # resources and their data are retained. `RetainExceptOnCreate` can be
1045
- # specified for any resource that supports the [ DeletionPolicy][1]
1046
- # attribute.
1047
- #
1031
+ # When set to `true`, newly created resources are deleted when the
1032
+ # operation rolls back. This includes newly created resources marked
1033
+ # with a deletion policy of `Retain`.
1048
1034
  #
1049
- #
1050
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
1035
+ # Default: `false`
1051
1036
  # @return [Types::UpdateStackOutput]
1052
1037
  def update(options = {})
1053
1038
  options = options.merge(stack_name: @name)
@@ -1280,16 +1280,11 @@ module Aws::CloudFormation
1280
1280
  # @return [Boolean]
1281
1281
  #
1282
1282
  # @!attribute [rw] retain_except_on_create
1283
- # This deletion policy deletes newly created resources, but retains
1284
- # existing resources, when a stack operation is rolled back. This
1285
- # ensures new, empty, and unused resources are deleted, while critical
1286
- # resources and their data are retained. `RetainExceptOnCreate` can be
1287
- # specified for any resource that supports the [ DeletionPolicy][1]
1288
- # attribute.
1283
+ # When set to `true`, newly created resources are deleted when the
1284
+ # operation rolls back. This includes newly created resources marked
1285
+ # with a deletion policy of `Retain`.
1289
1286
  #
1290
- #
1291
- #
1292
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
1287
+ # Default: `false`
1293
1288
  # @return [Boolean]
1294
1289
  #
1295
1290
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateStackInput AWS API Documentation
@@ -1594,10 +1589,10 @@ module Aws::CloudFormation
1594
1589
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
1595
1590
  # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
1596
1591
  # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
1597
- # [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
1598
- # [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
1599
- # [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
1600
- # [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
1592
+ # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
1593
+ # [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
1594
+ # [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
1595
+ # [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
1601
1596
  # @return [Array<String>]
1602
1597
  #
1603
1598
  # @!attribute [rw] tags
@@ -1625,7 +1620,7 @@ module Aws::CloudFormation
1625
1620
  #
1626
1621
  #
1627
1622
  #
1628
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
1623
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html
1629
1624
  # @return [String]
1630
1625
  #
1631
1626
  # @!attribute [rw] execution_role_name
@@ -3019,8 +3014,12 @@ module Aws::CloudFormation
3019
3014
  #
3020
3015
  # @!attribute [rw] stack_name
3021
3016
  # <note markdown="1"> If you don't pass a parameter to `StackName`, the API returns a
3022
- # response that describes all resources in the account. This requires
3023
- # `ListStacks` and `DescribeStacks` permissions.
3017
+ # response that describes all resources in the account, which can
3018
+ # impact performance. This requires `ListStacks` and `DescribeStacks`
3019
+ # permissions.
3020
+ #
3021
+ # Consider using the ListStacks API if you're not passing a parameter
3022
+ # to `StackName`.
3024
3023
  #
3025
3024
  # The IAM policy below can be added to IAM policies when you want to
3026
3025
  # limit resource-level permissions and avoid returning a response when
@@ -3762,16 +3761,11 @@ module Aws::CloudFormation
3762
3761
  # @return [Boolean]
3763
3762
  #
3764
3763
  # @!attribute [rw] retain_except_on_create
3765
- # This deletion policy deletes newly created resources, but retains
3766
- # existing resources, when a stack operation is rolled back. This
3767
- # ensures new, empty, and unused resources are deleted, while critical
3768
- # resources and their data are retained. `RetainExceptOnCreate` can be
3769
- # specified for any resource that supports the [ DeletionPolicy][1]
3770
- # attribute.
3764
+ # When set to `true`, newly created resources are deleted when the
3765
+ # operation rolls back. This includes newly created resources marked
3766
+ # with a deletion policy of `Retain`.
3771
3767
  #
3772
- #
3773
- #
3774
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
3768
+ # Default: `false`
3775
3769
  # @return [Boolean]
3776
3770
  #
3777
3771
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ExecuteChangeSetInput AWS API Documentation
@@ -6243,16 +6237,11 @@ module Aws::CloudFormation
6243
6237
  # @return [String]
6244
6238
  #
6245
6239
  # @!attribute [rw] retain_except_on_create
6246
- # This deletion policy deletes newly created resources, but retains
6247
- # existing resources, when a stack operation is rolled back. This
6248
- # ensures new, empty, and unused resources are deleted, while critical
6249
- # resources and their data are retained. `RetainExceptOnCreate` can be
6250
- # specified for any resource that supports the [ DeletionPolicy][1]
6251
- # attribute.
6252
- #
6240
+ # When set to `true`, newly created resources are deleted when the
6241
+ # operation rolls back. This includes newly created resources marked
6242
+ # with a deletion policy of `Retain`.
6253
6243
  #
6254
- #
6255
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
6244
+ # Default: `false`
6256
6245
  # @return [Boolean]
6257
6246
  #
6258
6247
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackStackInput AWS API Documentation
@@ -6650,16 +6639,11 @@ module Aws::CloudFormation
6650
6639
  # @return [Types::StackDriftInformation]
6651
6640
  #
6652
6641
  # @!attribute [rw] retain_except_on_create
6653
- # This deletion policy deletes newly created resources, but retains
6654
- # existing resources, when a stack operation is rolled back. This
6655
- # ensures new, empty, and unused resources are deleted, while critical
6656
- # resources and their data are retained. `RetainExceptOnCreate` can be
6657
- # specified for any resource that supports the [ DeletionPolicy][1]
6658
- # attribute.
6659
- #
6642
+ # When set to `true`, newly created resources are deleted when the
6643
+ # operation rolls back. This includes newly created resources marked
6644
+ # with a deletion policy of `Retain`.
6660
6645
  #
6661
- #
6662
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
6646
+ # Default: `false`
6663
6647
  # @return [Boolean]
6664
6648
  #
6665
6649
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Stack AWS API Documentation
@@ -7776,7 +7760,7 @@ module Aws::CloudFormation
7776
7760
  #
7777
7761
  #
7778
7762
  #
7779
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
7763
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html
7780
7764
  # @return [String]
7781
7765
  #
7782
7766
  # @!attribute [rw] execution_role_name
@@ -8067,7 +8051,7 @@ module Aws::CloudFormation
8067
8051
  #
8068
8052
  #
8069
8053
  #
8070
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
8054
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html
8071
8055
  # @return [String]
8072
8056
  #
8073
8057
  # @!attribute [rw] execution_role_name
@@ -9502,16 +9486,11 @@ module Aws::CloudFormation
9502
9486
  # @return [String]
9503
9487
  #
9504
9488
  # @!attribute [rw] retain_except_on_create
9505
- # This deletion policy deletes newly created resources, but retains
9506
- # existing resources, when a stack operation is rolled back. This
9507
- # ensures new, empty, and unused resources are deleted, while critical
9508
- # resources and their data are retained. `RetainExceptOnCreate` can be
9509
- # specified for any resource that supports the [ DeletionPolicy][1]
9510
- # attribute.
9489
+ # When set to `true`, newly created resources are deleted when the
9490
+ # operation rolls back. This includes newly created resources marked
9491
+ # with a deletion policy of `Retain`.
9511
9492
  #
9512
- #
9513
- #
9514
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
9493
+ # Default: `false`
9515
9494
  # @return [Boolean]
9516
9495
  #
9517
9496
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackInput AWS API Documentation
@@ -9823,10 +9802,10 @@ module Aws::CloudFormation
9823
9802
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
9824
9803
  # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
9825
9804
  # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
9826
- # [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
9827
- # [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
9828
- # [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
9829
- # [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
9805
+ # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
9806
+ # [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
9807
+ # [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
9808
+ # [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
9830
9809
  # @return [Array<String>]
9831
9810
  #
9832
9811
  # @!attribute [rw] tags
@@ -9886,7 +9865,7 @@ module Aws::CloudFormation
9886
9865
  #
9887
9866
  #
9888
9867
  #
9889
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
9868
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html
9890
9869
  # @return [String]
9891
9870
  #
9892
9871
  # @!attribute [rw] execution_role_name
@@ -57,6 +57,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
57
57
  # @!group service
58
58
  module Aws::CloudFormation
59
59
 
60
- GEM_VERSION = '1.88.0'
60
+ GEM_VERSION = '1.89.0'
61
61
 
62
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-28 00:00:00.000000000 Z
11
+ date: 2023-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core