aws-sdk-cloudformation 1.102.0 → 1.104.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e8370b27119126eb875a0ae81933d87f068890dd3b3cc9b596532a3589e7e86
4
- data.tar.gz: c9615dac798a30893625f8b2e819b0238fbd8b126acc8eab3a6cbcd9ae29c520
3
+ metadata.gz: a72ba5389c06b47b5650f814e6377456b0c43bb34c51f718a53c529b7785d07a
4
+ data.tar.gz: cb9be22cbef24702c552a6ae7ecc9658d28a13e855a458f2c7f423544083ffe7
5
5
  SHA512:
6
- metadata.gz: 4d1bbb5342d7521682bc01b782c7078da6474d57648820c4c9d5ee5dd75bed5c492804ebfdecfc5410d52c60b1b54f55686d57c76c8dc29cf5efd69beaf0b7dd
7
- data.tar.gz: cef6cfafdc204df92793d7fe023930c2768bb0b6180acc392feb7189dfcd2773ae5146e0cd330aa8652e6712c33bf126d83e3e43d346da321287dea3411d6dfb
6
+ metadata.gz: a0784f741b95b4081a9d85e949237b5abb1aabcea0689c0d40bd205c155633ea7edef2a49aaf0b3909498c13df3f318b9742c05e7a3f065e6df0564c0d5dcc5b
7
+ data.tar.gz: 1e7ce9a50713fc1471f2d5e87c54a6a722dc4a804c3ff4c10fcc0ad68f50d7c69001889680de571becfeb4e553026c8a14e15cf5d17eb84c27e8a0113ed42e8f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2024-04-03)
5
+ ------------------
6
+
7
+ * Feature - This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template
8
+
9
+ 1.103.0 (2024-03-19)
10
+ ------------------
11
+
12
+ * Feature - Documentation update, March 2024. Corrects some formatting.
13
+
4
14
  1.102.0 (2024-03-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.104.0
@@ -408,7 +408,7 @@ module Aws::CloudFormation
408
408
  # extensions][1] in the *CloudFormation User Guide*.
409
409
  #
410
410
  # Once you have activated a public third-party extension in your account
411
- # and Region, use [ `SetTypeConfiguration` ][2] to specify configuration
411
+ # and Region, use [SetTypeConfiguration][2] to specify configuration
412
412
  # properties for the extension. For more information, see [Configuring
413
413
  # extensions at the account level][3] in the *CloudFormation User
414
414
  # Guide*.
@@ -417,7 +417,7 @@ module Aws::CloudFormation
417
417
  #
418
418
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html
419
419
  # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
420
- # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration
420
+ # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
421
421
  #
422
422
  # @option params [String] :type
423
423
  # The extension type.
@@ -531,7 +531,7 @@ module Aws::CloudFormation
531
531
  #
532
532
  #
533
533
  #
534
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration
534
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
535
535
  #
536
536
  # @option params [required, Array<Types::TypeConfigurationIdentifier>] :type_configuration_identifiers
537
537
  # The list of identifiers for the desired extension configurations.
@@ -843,19 +843,19 @@ module Aws::CloudFormation
843
843
  # review all permissions associated with them and edit their
844
844
  # permissions if necessary.
845
845
  #
846
- # * [ `AWS::IAM::AccessKey` ][1]
846
+ # * [ AWS::IAM::AccessKey][1]
847
847
  #
848
- # * [ `AWS::IAM::Group` ][2]
848
+ # * [ AWS::IAM::Group][2]
849
849
  #
850
- # * [ `AWS::IAM::InstanceProfile` ][3]
850
+ # * [AWS::IAM::InstanceProfile][3]
851
851
  #
852
- # * [ `AWS::IAM::Policy` ][4]
852
+ # * [ AWS::IAM::Policy][4]
853
853
  #
854
- # * [ `AWS::IAM::Role` ][5]
854
+ # * [ AWS::IAM::Role][5]
855
855
  #
856
- # * [ `AWS::IAM::User` ][6]
856
+ # * [ AWS::IAM::User][6]
857
857
  #
858
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
858
+ # * [AWS::IAM::UserToGroupAddition][7]
859
859
  #
860
860
  # For more information, see [Acknowledging IAM resources in
861
861
  # CloudFormation templates][8].
@@ -871,8 +871,8 @@ module Aws::CloudFormation
871
871
  # your stack template contains one or more macros, and you choose to
872
872
  # create a stack directly from the processed template, without first
873
873
  # reviewing the resulting changes in a change set, you must
874
- # acknowledge this capability. This includes the [ `AWS::Include` ][9]
875
- # and [ `AWS::Serverless` ][10] transforms, which are macros hosted by
874
+ # acknowledge this capability. This includes the [AWS::Include][9] and
875
+ # [AWS::Serverless][10] transforms, which are macros hosted by
876
876
  # CloudFormation.
877
877
  #
878
878
  # <note markdown="1"> This capacity doesn't apply to creating change sets, and specifying
@@ -1005,8 +1005,8 @@ module Aws::CloudFormation
1005
1005
  #
1006
1006
  # @option params [String] :on_stack_failure
1007
1007
  # Determines what action will be taken if stack creation fails. If this
1008
- # parameter is specified, the `DisableRollback` parameter to the [
1009
- # `ExecuteChangeSet` ][1] API operation must not be specified. This must
1008
+ # parameter is specified, the `DisableRollback` parameter to the
1009
+ # [ExecuteChangeSet][1] API operation must not be specified. This must
1010
1010
  # be one of these values:
1011
1011
  #
1012
1012
  # * `DELETE` - Deletes the change set if the stack creation fails. This
@@ -1016,11 +1016,11 @@ module Aws::CloudFormation
1016
1016
  #
1017
1017
  # * `DO_NOTHING` - if the stack creation fails, do nothing. This is
1018
1018
  # equivalent to specifying `true` for the `DisableRollback` parameter
1019
- # to the [ `ExecuteChangeSet` ][1] API operation.
1019
+ # to the [ExecuteChangeSet][1] API operation.
1020
1020
  #
1021
1021
  # * `ROLLBACK` - if the stack creation fails, roll back the stack. This
1022
1022
  # is equivalent to specifying `false` for the `DisableRollback`
1023
- # parameter to the [ `ExecuteChangeSet` ][1] API operation.
1023
+ # parameter to the [ExecuteChangeSet][1] API operation.
1024
1024
  #
1025
1025
  # For nested stacks, when the `OnStackFailure` parameter is set to
1026
1026
  # `DELETE` for the change set for the parent stack, any failure in a
@@ -1249,7 +1249,7 @@ module Aws::CloudFormation
1249
1249
  #
1250
1250
  # @option params [Array<Types::Parameter>] :parameters
1251
1251
  # A list of `Parameter` structures that specify input parameters for the
1252
- # stack. For more information, see the [ `Parameter` ][1] data type.
1252
+ # stack. For more information, see the [Parameter][1] data type.
1253
1253
  #
1254
1254
  #
1255
1255
  #
@@ -1305,19 +1305,19 @@ module Aws::CloudFormation
1305
1305
  # you review all permissions associated with them and edit their
1306
1306
  # permissions if necessary.
1307
1307
  #
1308
- # * [ `AWS::IAM::AccessKey` ][1]
1308
+ # * [AWS::IAM::AccessKey][1]
1309
1309
  #
1310
- # * [ `AWS::IAM::Group` ][2]
1310
+ # * [AWS::IAM::Group][2]
1311
1311
  #
1312
- # * [ `AWS::IAM::InstanceProfile` ][3]
1312
+ # * [AWS::IAM::InstanceProfile][3]
1313
1313
  #
1314
- # * [ `AWS::IAM::Policy` ][4]
1314
+ # * [AWS::IAM::Policy][4]
1315
1315
  #
1316
- # * [ `AWS::IAM::Role` ][5]
1316
+ # * [AWS::IAM::Role][5]
1317
1317
  #
1318
- # * [ `AWS::IAM::User` ][6]
1318
+ # * [AWS::IAM::User][6]
1319
1319
  #
1320
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
1320
+ # * [AWS::IAM::UserToGroupAddition][7]
1321
1321
  #
1322
1322
  # For more information, see [Acknowledging IAM Resources in
1323
1323
  # CloudFormation Templates][8].
@@ -1333,8 +1333,8 @@ module Aws::CloudFormation
1333
1333
  # your stack template contains one or more macros, and you choose to
1334
1334
  # create a stack directly from the processed template, without first
1335
1335
  # reviewing the resulting changes in a change set, you must
1336
- # acknowledge this capability. This includes the [ `AWS::Include` ][9]
1337
- # and [ `AWS::Serverless` ][10] transforms, which are macros hosted by
1336
+ # acknowledge this capability. This includes the [AWS::Include][9] and
1337
+ # [AWS::Serverless][10] transforms, which are macros hosted by
1338
1338
  # CloudFormation.
1339
1339
  #
1340
1340
  # If you want to create a stack from a stack template that contains
@@ -1601,8 +1601,8 @@ module Aws::CloudFormation
1601
1601
  # instance aren't updated, but retain their overridden value.
1602
1602
  #
1603
1603
  # You can only override the parameter *values* that are specified in the
1604
- # stack set; to add or delete a parameter itself, use [ `UpdateStackSet`
1605
- # ][1] to update the stack set template.
1604
+ # stack set; to add or delete a parameter itself, use
1605
+ # [UpdateStackSet][1] to update the stack set template.
1606
1606
  #
1607
1607
  #
1608
1608
  #
@@ -1778,19 +1778,19 @@ module Aws::CloudFormation
1778
1778
  # you review all permissions associated with them and edit their
1779
1779
  # permissions if necessary.
1780
1780
  #
1781
- # * [ `AWS::IAM::AccessKey` ][1]
1781
+ # * [AWS::IAM::AccessKey][1]
1782
1782
  #
1783
- # * [ `AWS::IAM::Group` ][2]
1783
+ # * [AWS::IAM::Group][2]
1784
1784
  #
1785
- # * [ `AWS::IAM::InstanceProfile` ][3]
1785
+ # * [AWS::IAM::InstanceProfile][3]
1786
1786
  #
1787
- # * [ `AWS::IAM::Policy` ][4]
1787
+ # * [AWS::IAM::Policy][4]
1788
1788
  #
1789
- # * [ `AWS::IAM::Role` ][5]
1789
+ # * [AWS::IAM::Role][5]
1790
1790
  #
1791
- # * [ `AWS::IAM::User` ][6]
1791
+ # * [AWS::IAM::User][6]
1792
1792
  #
1793
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
1793
+ # * [AWS::IAM::UserToGroupAddition][7]
1794
1794
  #
1795
1795
  # For more information, see [Acknowledging IAM Resources in
1796
1796
  # CloudFormation Templates][8].
@@ -1806,11 +1806,12 @@ module Aws::CloudFormation
1806
1806
  # Templates][9].
1807
1807
  #
1808
1808
  # Stack sets with service-managed permissions don't currently support
1809
- # the use of macros in templates. (This includes the [ `AWS::Include`
1810
- # ][10] and [ `AWS::Serverless` ][11] transforms, which are macros
1811
- # hosted by CloudFormation.) Even if you specify this capability for a
1812
- # stack set with service-managed permissions, if you reference a macro
1813
- # in your template the stack set operation will fail.
1809
+ # the use of macros in templates. (This includes the
1810
+ # [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
1811
+ # macros hosted by CloudFormation.) Even if you specify this
1812
+ # capability for a stack set with service-managed permissions, if you
1813
+ # reference a macro in your template the stack set operation will
1814
+ # fail.
1814
1815
  #
1815
1816
  #
1816
1817
  #
@@ -2363,7 +2364,7 @@ module Aws::CloudFormation
2363
2364
  # deregistered as well and marked as deprecated.
2364
2365
  #
2365
2366
  # To view the deprecation status of an extension or extension version,
2366
- # use [ `DescribeType` ][1].
2367
+ # use [DescribeType][1].
2367
2368
  #
2368
2369
  #
2369
2370
  #
@@ -2534,6 +2535,7 @@ module Aws::CloudFormation
2534
2535
  # resp.changes #=> Array
2535
2536
  # resp.changes[0].type #=> String, one of "Resource"
2536
2537
  # resp.changes[0].hook_invocation_count #=> Integer
2538
+ # resp.changes[0].resource_change.policy_action #=> String, one of "Delete", "Retain", "Snapshot", "ReplaceAndDelete", "ReplaceAndRetain", "ReplaceAndSnapshot"
2537
2539
  # resp.changes[0].resource_change.action #=> String, one of "Add", "Modify", "Remove", "Import", "Dynamic"
2538
2540
  # resp.changes[0].resource_change.logical_resource_id #=> String
2539
2541
  # resp.changes[0].resource_change.physical_resource_id #=> String
@@ -2794,7 +2796,7 @@ module Aws::CloudFormation
2794
2796
  #
2795
2797
  # For more information about registering as a publisher, see:
2796
2798
  #
2797
- # * [ `RegisterPublisher` ][1]
2799
+ # * [RegisterPublisher][1]
2798
2800
  #
2799
2801
  # * [Publishing extensions to make them available for public use][2] in
2800
2802
  # the *CloudFormation CLI User Guide*
@@ -4280,16 +4282,16 @@ module Aws::CloudFormation
4280
4282
  # @option params [Boolean] :disable_rollback
4281
4283
  # Preserves the state of previously provisioned resources when an
4282
4284
  # operation fails. This parameter can't be specified when the
4283
- # `OnStackFailure` parameter to the [ `CreateChangeSet` ][1] API
4284
- # operation was specified.
4285
+ # `OnStackFailure` parameter to the [CreateChangeSet][1] API operation
4286
+ # was specified.
4285
4287
  #
4286
4288
  # * `True` - if the stack creation fails, do nothing. This is equivalent
4287
4289
  # to specifying `DO_NOTHING` for the `OnStackFailure` parameter to the
4288
- # [ `CreateChangeSet` ][1] API operation.
4290
+ # [CreateChangeSet][1] API operation.
4289
4291
  #
4290
4292
  # * `False` - if the stack creation fails, roll back the stack. This is
4291
4293
  # equivalent to specifying `ROLLBACK` for the `OnStackFailure`
4292
- # parameter to the [ `CreateChangeSet` ][1] API operation.
4294
+ # parameter to the [CreateChangeSet][1] API operation.
4293
4295
  #
4294
4296
  # Default: `True`
4295
4297
  #
@@ -6280,7 +6282,7 @@ module Aws::CloudFormation
6280
6282
  # public use][1] in the *CloudFormation CLI User Guide*.
6281
6283
  #
6282
6284
  # To publish an extension, you must be registered as a publisher with
6283
- # CloudFormation. For more information, see [ `RegisterPublisher` ][2].
6285
+ # CloudFormation. For more information, see [RegisterPublisher][2].
6284
6286
  #
6285
6287
  #
6286
6288
  #
@@ -6509,8 +6511,8 @@ module Aws::CloudFormation
6509
6511
  # *CloudFormation CLI User Guide*.
6510
6512
  #
6511
6513
  # You can have a maximum of 50 resource extension versions registered at
6512
- # a time. This maximum is per account and per Region. Use [
6513
- # `DeregisterType` ][2] to deregister specific extension versions if
6514
+ # a time. This maximum is per account and per Region. Use
6515
+ # [DeregisterType][2] to deregister specific extension versions if
6514
6516
  # necessary.
6515
6517
  #
6516
6518
  # Once you have initiated a registration request using RegisterType, you
@@ -6518,7 +6520,7 @@ module Aws::CloudFormation
6518
6520
  # registration request.
6519
6521
  #
6520
6522
  # Once you have registered a private extension in your account and
6521
- # Region, use [ `SetTypeConfiguration` ][3] to specify configuration
6523
+ # Region, use [SetTypeConfiguration][3] to specify configuration
6522
6524
  # properties for the extension. For more information, see [Configuring
6523
6525
  # extensions at the account level][4] in the *CloudFormation User
6524
6526
  # Guide*.
@@ -6528,7 +6530,7 @@ module Aws::CloudFormation
6528
6530
  # [1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html
6529
6531
  # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html
6530
6532
  # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
6531
- # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration
6533
+ # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
6532
6534
  #
6533
6535
  # @option params [String] :type
6534
6536
  # The kind of extension.
@@ -6758,7 +6760,7 @@ module Aws::CloudFormation
6758
6760
  # extension, in the given account and Region.
6759
6761
  #
6760
6762
  # To view the current configuration data for an extension, refer to the
6761
- # `ConfigurationSchema` element of [ `DescribeType` ][1]. For more
6763
+ # `ConfigurationSchema` element of [DescribeType][1]. For more
6762
6764
  # information, see [Configuring extensions at the account level][2] in
6763
6765
  # the *CloudFormation User Guide*.
6764
6766
  #
@@ -6770,7 +6772,7 @@ module Aws::CloudFormation
6770
6772
  #
6771
6773
  #
6772
6774
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html
6773
- # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration
6775
+ # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
6774
6776
  # [3]: https://docs.aws.amazon.com/
6775
6777
  #
6776
6778
  # @option params [String] :type_arn
@@ -6778,9 +6780,9 @@ module Aws::CloudFormation
6778
6780
  # Region.
6779
6781
  #
6780
6782
  # For public extensions, this will be the ARN assigned when you call the
6781
- # [ `ActivateType` ][1] API operation in this account and Region. For
6782
- # private extensions, this will be the ARN assigned when you call the [
6783
- # `RegisterType` ][2] API operation in this account and Region.
6783
+ # [ActivateType][1] API operation in this account and Region. For
6784
+ # private extensions, this will be the ARN assigned when you call the
6785
+ # [RegisterType][2] API operation in this account and Region.
6784
6786
  #
6785
6787
  # Do not include the extension versions suffix at the end of the ARN.
6786
6788
  # You can set the configuration for an extension, but not for a specific
@@ -6795,8 +6797,8 @@ module Aws::CloudFormation
6795
6797
  # The configuration data for the extension, in this account and Region.
6796
6798
  #
6797
6799
  # The configuration data must be formatted as JSON, and validate against
6798
- # the schema returned in the `ConfigurationSchema` response element of [
6799
- # `DescribeType` ][1]. For more information, see [Defining account-level
6800
+ # the schema returned in the `ConfigurationSchema` response element of
6801
+ # [DescribeType][1]. For more information, see [Defining account-level
6800
6802
  # configuration data for an extension][2] in the *CloudFormation CLI
6801
6803
  # User Guide*.
6802
6804
  #
@@ -7054,11 +7056,11 @@ module Aws::CloudFormation
7054
7056
  # version of the extension in your account and Region for testing.
7055
7057
  #
7056
7058
  # To perform testing, CloudFormation assumes the execution role
7057
- # specified when the type was registered. For more information, see [
7058
- # `RegisterType` ][2].
7059
+ # specified when the type was registered. For more information, see
7060
+ # [RegisterType][2].
7059
7061
  #
7060
7062
  # Once you've initiated testing on an extension using `TestType`, you
7061
- # can pass the returned `TypeVersionArn` into [ `DescribeType` ][3] to
7063
+ # can pass the returned `TypeVersionArn` into [DescribeType][3] to
7062
7064
  # monitor the current test status and test status description for the
7063
7065
  # extension.
7064
7066
  #
@@ -7356,7 +7358,7 @@ module Aws::CloudFormation
7356
7358
  #
7357
7359
  # @option params [Array<Types::Parameter>] :parameters
7358
7360
  # A list of `Parameter` structures that specify input parameters for the
7359
- # stack. For more information, see the [ `Parameter` ][1] data type.
7361
+ # stack. For more information, see the [Parameter][1] data type.
7360
7362
  #
7361
7363
  #
7362
7364
  #
@@ -7390,19 +7392,19 @@ module Aws::CloudFormation
7390
7392
  # review all permissions associated with them and edit their
7391
7393
  # permissions if necessary.
7392
7394
  #
7393
- # * [ `AWS::IAM::AccessKey` ][1]
7395
+ # * [ AWS::IAM::AccessKey][1]
7394
7396
  #
7395
- # * [ `AWS::IAM::Group` ][2]
7397
+ # * [ AWS::IAM::Group][2]
7396
7398
  #
7397
- # * [ `AWS::IAM::InstanceProfile` ][3]
7399
+ # * [AWS::IAM::InstanceProfile][3]
7398
7400
  #
7399
- # * [ ` AWS::IAM::Policy` ][4]
7401
+ # * [AWS::IAM::Policy][4]
7400
7402
  #
7401
- # * [ `AWS::IAM::Role` ][5]
7403
+ # * [ AWS::IAM::Role][5]
7402
7404
  #
7403
- # * [ `AWS::IAM::User` ][6]
7405
+ # * [ AWS::IAM::User][6]
7404
7406
  #
7405
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
7407
+ # * [AWS::IAM::UserToGroupAddition][7]
7406
7408
  #
7407
7409
  # For more information, see [Acknowledging IAM Resources in
7408
7410
  # CloudFormation Templates][8].
@@ -7418,8 +7420,8 @@ module Aws::CloudFormation
7418
7420
  # your stack template contains one or more macros, and you choose to
7419
7421
  # update a stack directly from the processed template, without first
7420
7422
  # reviewing the resulting changes in a change set, you must
7421
- # acknowledge this capability. This includes the [ `AWS::Include` ][9]
7422
- # and [ `AWS::Serverless` ][10] transforms, which are macros hosted by
7423
+ # acknowledge this capability. This includes the [AWS::Include][9] and
7424
+ # [AWS::Serverless][10] transforms, which are macros hosted by
7423
7425
  # CloudFormation.
7424
7426
  #
7425
7427
  # If you want to update a stack from a stack template that contains
@@ -7631,20 +7633,20 @@ module Aws::CloudFormation
7631
7633
  #
7632
7634
  # You can only update stack instances in Amazon Web Services Regions and
7633
7635
  # accounts where they already exist; to create additional stack
7634
- # instances, use [ `CreateStackInstances` ][1].
7636
+ # instances, use [CreateStackInstances][1].
7635
7637
  #
7636
7638
  # During stack set updates, any parameters overridden for a stack
7637
7639
  # instance aren't updated, but retain their overridden value.
7638
7640
  #
7639
7641
  # You can only update the parameter *values* that are specified in the
7640
- # stack set; to add or delete a parameter itself, use [ `UpdateStackSet`
7641
- # ][2] to update the stack set template. If you add a parameter to a
7642
- # template, before you can override the parameter value specified in the
7643
- # stack set you must first use [ `UpdateStackSet` ][2] to update all
7644
- # stack instances with the updated template and parameter value
7645
- # specified in the stack set. Once a stack instance has been updated
7646
- # with the new parameter, you can then override the parameter value
7647
- # using `UpdateStackInstances`.
7642
+ # stack set; to add or delete a parameter itself, use
7643
+ # [UpdateStackSet][2] to update the stack set template. If you add a
7644
+ # parameter to a template, before you can override the parameter value
7645
+ # specified in the stack set you must first use [UpdateStackSet][2] to
7646
+ # update all stack instances with the updated template and parameter
7647
+ # value specified in the stack set. Once a stack instance has been
7648
+ # updated with the new parameter, you can then override the parameter
7649
+ # value using `UpdateStackInstances`.
7648
7650
  #
7649
7651
  #
7650
7652
  #
@@ -7710,11 +7712,11 @@ module Aws::CloudFormation
7710
7712
  # stack set; to add or delete a parameter itself, use `UpdateStackSet`
7711
7713
  # to update the stack set template. If you add a parameter to a
7712
7714
  # template, before you can override the parameter value specified in the
7713
- # stack set you must first use [ `UpdateStackSet` ][1] to update all
7714
- # stack instances with the updated template and parameter value
7715
- # specified in the stack set. Once a stack instance has been updated
7716
- # with the new parameter, you can then override the parameter value
7717
- # using `UpdateStackInstances`.
7715
+ # stack set you must first use [UpdateStackSet][1] to update all stack
7716
+ # instances with the updated template and parameter value specified in
7717
+ # the stack set. Once a stack instance has been updated with the new
7718
+ # parameter, you can then override the parameter value using
7719
+ # `UpdateStackInstances`.
7718
7720
  #
7719
7721
  #
7720
7722
  #
@@ -7889,19 +7891,19 @@ module Aws::CloudFormation
7889
7891
  # you review all permissions associated with them and edit their
7890
7892
  # permissions if necessary.
7891
7893
  #
7892
- # * [ `AWS::IAM::AccessKey` ][1]
7894
+ # * [AWS::IAM::AccessKey][1]
7893
7895
  #
7894
- # * [ `AWS::IAM::Group` ][2]
7896
+ # * [AWS::IAM::Group][2]
7895
7897
  #
7896
- # * [ `AWS::IAM::InstanceProfile` ][3]
7898
+ # * [AWS::IAM::InstanceProfile][3]
7897
7899
  #
7898
- # * [ `AWS::IAM::Policy` ][4]
7900
+ # * [AWS::IAM::Policy][4]
7899
7901
  #
7900
- # * [ `AWS::IAM::Role` ][5]
7902
+ # * [AWS::IAM::Role][5]
7901
7903
  #
7902
- # * [ `AWS::IAM::User` ][6]
7904
+ # * [AWS::IAM::User][6]
7903
7905
  #
7904
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
7906
+ # * [AWS::IAM::UserToGroupAddition][7]
7905
7907
  #
7906
7908
  # For more information, see [Acknowledging IAM Resources in
7907
7909
  # CloudFormation Templates][8].
@@ -7917,11 +7919,12 @@ module Aws::CloudFormation
7917
7919
  # Templates][9].
7918
7920
  #
7919
7921
  # Stack sets with service-managed permissions do not currently support
7920
- # the use of macros in templates. (This includes the [ `AWS::Include`
7921
- # ][10] and [ `AWS::Serverless` ][11] transforms, which are macros
7922
- # hosted by CloudFormation.) Even if you specify this capability for a
7923
- # stack set with service-managed permissions, if you reference a macro
7924
- # in your template the stack set operation will fail.
7922
+ # the use of macros in templates. (This includes the
7923
+ # [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
7924
+ # macros hosted by CloudFormation.) Even if you specify this
7925
+ # capability for a stack set with service-managed permissions, if you
7926
+ # reference a macro in your template the stack set operation will
7927
+ # fail.
7925
7928
  #
7926
7929
  #
7927
7930
  #
@@ -8328,7 +8331,7 @@ module Aws::CloudFormation
8328
8331
  params: params,
8329
8332
  config: config)
8330
8333
  context[:gem_name] = 'aws-sdk-cloudformation'
8331
- context[:gem_version] = '1.102.0'
8334
+ context[:gem_version] = '1.104.0'
8332
8335
  Seahorse::Client::Request.new(handlers, context)
8333
8336
  end
8334
8337
 
@@ -309,6 +309,7 @@ module Aws::CloudFormation
309
309
  PhysicalResourceId = Shapes::StringShape.new(name: 'PhysicalResourceId')
310
310
  PhysicalResourceIdContext = Shapes::ListShape.new(name: 'PhysicalResourceIdContext')
311
311
  PhysicalResourceIdContextKeyValuePair = Shapes::StructureShape.new(name: 'PhysicalResourceIdContextKeyValuePair')
312
+ PolicyAction = Shapes::StringShape.new(name: 'PolicyAction')
312
313
  PrivateTypeArn = Shapes::StringShape.new(name: 'PrivateTypeArn')
313
314
  Properties = Shapes::StringShape.new(name: 'Properties')
314
315
  PropertyDescription = Shapes::StringShape.new(name: 'PropertyDescription')
@@ -1500,6 +1501,7 @@ module Aws::CloudFormation
1500
1501
 
1501
1502
  RequiredActivatedTypes.member = Shapes::ShapeRef.new(shape: RequiredActivatedType)
1502
1503
 
1504
+ ResourceChange.add_member(:policy_action, Shapes::ShapeRef.new(shape: PolicyAction, location_name: "PolicyAction"))
1503
1505
  ResourceChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
1504
1506
  ResourceChange.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
1505
1507
  ResourceChange.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
@@ -113,7 +113,7 @@ module Aws::CloudFormation
113
113
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
114
114
  # @option options [Array<Types::Parameter>] :parameters
115
115
  # A list of `Parameter` structures that specify input parameters for the
116
- # stack. For more information, see the [ `Parameter` ][1] data type.
116
+ # stack. For more information, see the [Parameter][1] data type.
117
117
  #
118
118
  #
119
119
  #
@@ -164,19 +164,19 @@ module Aws::CloudFormation
164
164
  # you review all permissions associated with them and edit their
165
165
  # permissions if necessary.
166
166
  #
167
- # * [ `AWS::IAM::AccessKey` ][1]
167
+ # * [AWS::IAM::AccessKey][1]
168
168
  #
169
- # * [ `AWS::IAM::Group` ][2]
169
+ # * [AWS::IAM::Group][2]
170
170
  #
171
- # * [ `AWS::IAM::InstanceProfile` ][3]
171
+ # * [AWS::IAM::InstanceProfile][3]
172
172
  #
173
- # * [ `AWS::IAM::Policy` ][4]
173
+ # * [AWS::IAM::Policy][4]
174
174
  #
175
- # * [ `AWS::IAM::Role` ][5]
175
+ # * [AWS::IAM::Role][5]
176
176
  #
177
- # * [ `AWS::IAM::User` ][6]
177
+ # * [AWS::IAM::User][6]
178
178
  #
179
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
179
+ # * [AWS::IAM::UserToGroupAddition][7]
180
180
  #
181
181
  # For more information, see [Acknowledging IAM Resources in
182
182
  # CloudFormation Templates][8].
@@ -192,8 +192,8 @@ module Aws::CloudFormation
192
192
  # your stack template contains one or more macros, and you choose to
193
193
  # create a stack directly from the processed template, without first
194
194
  # reviewing the resulting changes in a change set, you must
195
- # acknowledge this capability. This includes the [ `AWS::Include` ][9]
196
- # and [ `AWS::Serverless` ][10] transforms, which are macros hosted by
195
+ # acknowledge this capability. This includes the [AWS::Include][9] and
196
+ # [AWS::Serverless][10] transforms, which are macros hosted by
197
197
  # CloudFormation.
198
198
  #
199
199
  # If you want to create a stack from a stack template that contains