aws-sdk-cloudformation 1.101.0 → 1.103.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: 72ed6b352211215a4b5c4bf0ad457dbd1b1e21bcb2318993aebe3b9c43780010
4
- data.tar.gz: c84b8eba834abba113a7d6fc49c6156a80c31aaad5769cd070e44a4ba04c1390
3
+ metadata.gz: 5c324e25ee68059c82bea509acb8c216b72ac437f7f089fc42ab2ab60833e0e7
4
+ data.tar.gz: 7b4bdf451a26056072ade92e11e2b83c593a8091e8309d07b036d36eae8f7bcf
5
5
  SHA512:
6
- metadata.gz: ccd7d12fd240affed2043ad22e32598ce571013e7b38cef270d71a27a482b3a52f9e34b2d9c62c939bcaefe51976ec2302c635998a3c34498f56beaeb03c8054
7
- data.tar.gz: 6d23078df1f4135087ea46e31ac2a1086ffa118e9e7cbaec5dc51f900dd0766189a74f5e20b835f7e392c6a88afff581e1bedcc830870cdd7c96979fa11df8ce
6
+ metadata.gz: 3de6c518081f7f46a7b51ba56dc7acaab69ab262c06e0df9bf1a0055428750c1828f6e590f41fd32adb62ff773118b108cd81fdc9b0588da0cd650ed4f1afe42
7
+ data.tar.gz: 002c6bf643ab5dbdd3b4d3ee3a41ed03e5a02414ffd3ba96d17a4cb406531440dd89dbb4beae7c79ae7795702a17e81fd53ae9d55e0995ff626551c29609a2bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.103.0 (2024-03-19)
5
+ ------------------
6
+
7
+ * Feature - Documentation update, March 2024. Corrects some formatting.
8
+
9
+ 1.102.0 (2024-03-18)
10
+ ------------------
11
+
12
+ * Feature - This release supports for a new API ListStackSetAutoDeploymentTargets, which provider auto-deployment configuration as a describable resource. Customers can now view the specific combinations of regions and OUs that are being auto-deployed.
13
+
4
14
  1.101.0 (2024-03-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.103.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*.
@@ -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` 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
  #
@@ -2794,7 +2795,7 @@ module Aws::CloudFormation
2794
2795
  #
2795
2796
  # For more information about registering as a publisher, see:
2796
2797
  #
2797
- # * [ `RegisterPublisher` ][1]
2798
+ # * [RegisterPublisher][1]
2798
2799
  #
2799
2800
  # * [Publishing extensions to make them available for public use][2] in
2800
2801
  # the *CloudFormation CLI User Guide*
@@ -4280,16 +4281,16 @@ module Aws::CloudFormation
4280
4281
  # @option params [Boolean] :disable_rollback
4281
4282
  # Preserves the state of previously provisioned resources when an
4282
4283
  # operation fails. This parameter can't be specified when the
4283
- # `OnStackFailure` parameter to the [ `CreateChangeSet` ][1] API
4284
- # operation was specified.
4284
+ # `OnStackFailure` parameter to the [CreateChangeSet][1] API operation
4285
+ # was specified.
4285
4286
  #
4286
4287
  # * `True` - if the stack creation fails, do nothing. This is equivalent
4287
4288
  # to specifying `DO_NOTHING` for the `OnStackFailure` parameter to the
4288
- # [ `CreateChangeSet` ][1] API operation.
4289
+ # [CreateChangeSet][1] API operation.
4289
4290
  #
4290
4291
  # * `False` - if the stack creation fails, roll back the stack. This is
4291
4292
  # equivalent to specifying `ROLLBACK` for the `OnStackFailure`
4292
- # parameter to the [ `CreateChangeSet` ][1] API operation.
4293
+ # parameter to the [CreateChangeSet][1] API operation.
4293
4294
  #
4294
4295
  # Default: `True`
4295
4296
  #
@@ -5574,6 +5575,75 @@ module Aws::CloudFormation
5574
5575
  req.send_request(options)
5575
5576
  end
5576
5577
 
5578
+ # Returns summary information about deployment targets for a stack set.
5579
+ #
5580
+ # @option params [required, String] :stack_set_name
5581
+ # The name or unique ID of the stack set that you want to get automatic
5582
+ # deployment targets for.
5583
+ #
5584
+ # @option params [String] :next_token
5585
+ # A string that identifies the next page of stack set deployment targets
5586
+ # that you want to retrieve.
5587
+ #
5588
+ # @option params [Integer] :max_results
5589
+ # The maximum number of results to be returned with a single call. If
5590
+ # the number of available results exceeds this maximum, the response
5591
+ # includes a `NextToken` value that you can assign to the `NextToken`
5592
+ # request parameter to get the next set of results.
5593
+ #
5594
+ # @option params [String] :call_as
5595
+ # Specifies whether you are acting as an account administrator in the
5596
+ # organization's management account or as a delegated administrator in
5597
+ # a member account.
5598
+ #
5599
+ # By default, `SELF` is specified. Use `SELF` for StackSets with
5600
+ # self-managed permissions.
5601
+ #
5602
+ # * If you are signed in to the management account, specify `SELF`.
5603
+ #
5604
+ # * If you are signed in to a delegated administrator account, specify
5605
+ # `DELEGATED_ADMIN`.
5606
+ #
5607
+ # Your Amazon Web Services account must be registered as a delegated
5608
+ # administrator in the management account. For more information, see
5609
+ # [Register a delegated administrator][1] in the *CloudFormation User
5610
+ # Guide*.
5611
+ #
5612
+ #
5613
+ #
5614
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
5615
+ #
5616
+ # @return [Types::ListStackSetAutoDeploymentTargetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5617
+ #
5618
+ # * {Types::ListStackSetAutoDeploymentTargetsOutput#summaries #summaries} => Array&lt;Types::StackSetAutoDeploymentTargetSummary&gt;
5619
+ # * {Types::ListStackSetAutoDeploymentTargetsOutput#next_token #next_token} => String
5620
+ #
5621
+ # @example Request syntax with placeholder values
5622
+ #
5623
+ # resp = client.list_stack_set_auto_deployment_targets({
5624
+ # stack_set_name: "StackSetNameOrId", # required
5625
+ # next_token: "NextToken",
5626
+ # max_results: 1,
5627
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
5628
+ # })
5629
+ #
5630
+ # @example Response structure
5631
+ #
5632
+ # resp.summaries #=> Array
5633
+ # resp.summaries[0].organizational_unit_id #=> String
5634
+ # resp.summaries[0].regions #=> Array
5635
+ # resp.summaries[0].regions[0] #=> String
5636
+ # resp.next_token #=> String
5637
+ #
5638
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetAutoDeploymentTargets AWS API Documentation
5639
+ #
5640
+ # @overload list_stack_set_auto_deployment_targets(params = {})
5641
+ # @param [Hash] params ({})
5642
+ def list_stack_set_auto_deployment_targets(params = {}, options = {})
5643
+ req = build_request(:list_stack_set_auto_deployment_targets, params)
5644
+ req.send_request(options)
5645
+ end
5646
+
5577
5647
  # Returns summary information about the results of a stack set
5578
5648
  # operation.
5579
5649
  #
@@ -6211,7 +6281,7 @@ module Aws::CloudFormation
6211
6281
  # public use][1] in the *CloudFormation CLI User Guide*.
6212
6282
  #
6213
6283
  # To publish an extension, you must be registered as a publisher with
6214
- # CloudFormation. For more information, see [ `RegisterPublisher` ][2].
6284
+ # CloudFormation. For more information, see [RegisterPublisher][2].
6215
6285
  #
6216
6286
  #
6217
6287
  #
@@ -6440,8 +6510,8 @@ module Aws::CloudFormation
6440
6510
  # *CloudFormation CLI User Guide*.
6441
6511
  #
6442
6512
  # You can have a maximum of 50 resource extension versions registered at
6443
- # a time. This maximum is per account and per Region. Use [
6444
- # `DeregisterType` ][2] to deregister specific extension versions if
6513
+ # a time. This maximum is per account and per Region. Use
6514
+ # [DeregisterType][2] to deregister specific extension versions if
6445
6515
  # necessary.
6446
6516
  #
6447
6517
  # Once you have initiated a registration request using RegisterType, you
@@ -6449,7 +6519,7 @@ module Aws::CloudFormation
6449
6519
  # registration request.
6450
6520
  #
6451
6521
  # Once you have registered a private extension in your account and
6452
- # Region, use [ `SetTypeConfiguration` ][3] to specify configuration
6522
+ # Region, use [SetTypeConfiguration][3] to specify configuration
6453
6523
  # properties for the extension. For more information, see [Configuring
6454
6524
  # extensions at the account level][4] in the *CloudFormation User
6455
6525
  # Guide*.
@@ -6689,7 +6759,7 @@ module Aws::CloudFormation
6689
6759
  # extension, in the given account and Region.
6690
6760
  #
6691
6761
  # To view the current configuration data for an extension, refer to the
6692
- # `ConfigurationSchema` element of [ `DescribeType` ][1]. For more
6762
+ # `ConfigurationSchema` element of [DescribeType][1]. For more
6693
6763
  # information, see [Configuring extensions at the account level][2] in
6694
6764
  # the *CloudFormation User Guide*.
6695
6765
  #
@@ -6709,9 +6779,9 @@ module Aws::CloudFormation
6709
6779
  # Region.
6710
6780
  #
6711
6781
  # For public extensions, this will be the ARN assigned when you call the
6712
- # [ `ActivateType` ][1] API operation in this account and Region. For
6713
- # private extensions, this will be the ARN assigned when you call the [
6714
- # `RegisterType` ][2] API operation in this account and Region.
6782
+ # [ActivateType][1] API operation in this account and Region. For
6783
+ # private extensions, this will be the ARN assigned when you call the
6784
+ # [RegisterType][2] API operation in this account and Region.
6715
6785
  #
6716
6786
  # Do not include the extension versions suffix at the end of the ARN.
6717
6787
  # You can set the configuration for an extension, but not for a specific
@@ -6726,8 +6796,8 @@ module Aws::CloudFormation
6726
6796
  # The configuration data for the extension, in this account and Region.
6727
6797
  #
6728
6798
  # The configuration data must be formatted as JSON, and validate against
6729
- # the schema returned in the `ConfigurationSchema` response element of [
6730
- # `DescribeType` ][1]. For more information, see [Defining account-level
6799
+ # the schema returned in the `ConfigurationSchema` response element of
6800
+ # [DescribeType][1]. For more information, see [Defining account-level
6731
6801
  # configuration data for an extension][2] in the *CloudFormation CLI
6732
6802
  # User Guide*.
6733
6803
  #
@@ -6985,11 +7055,11 @@ module Aws::CloudFormation
6985
7055
  # version of the extension in your account and Region for testing.
6986
7056
  #
6987
7057
  # To perform testing, CloudFormation assumes the execution role
6988
- # specified when the type was registered. For more information, see [
6989
- # `RegisterType` ][2].
7058
+ # specified when the type was registered. For more information, see
7059
+ # [RegisterType][2].
6990
7060
  #
6991
7061
  # Once you've initiated testing on an extension using `TestType`, you
6992
- # can pass the returned `TypeVersionArn` into [ `DescribeType` ][3] to
7062
+ # can pass the returned `TypeVersionArn` into [DescribeType][3] to
6993
7063
  # monitor the current test status and test status description for the
6994
7064
  # extension.
6995
7065
  #
@@ -7287,7 +7357,7 @@ module Aws::CloudFormation
7287
7357
  #
7288
7358
  # @option params [Array<Types::Parameter>] :parameters
7289
7359
  # A list of `Parameter` structures that specify input parameters for the
7290
- # stack. For more information, see the [ `Parameter` ][1] data type.
7360
+ # stack. For more information, see the [Parameter][1] data type.
7291
7361
  #
7292
7362
  #
7293
7363
  #
@@ -7321,19 +7391,19 @@ module Aws::CloudFormation
7321
7391
  # review all permissions associated with them and edit their
7322
7392
  # permissions if necessary.
7323
7393
  #
7324
- # * [ `AWS::IAM::AccessKey` ][1]
7394
+ # * [ AWS::IAM::AccessKey][1]
7325
7395
  #
7326
- # * [ `AWS::IAM::Group` ][2]
7396
+ # * [ AWS::IAM::Group][2]
7327
7397
  #
7328
- # * [ `AWS::IAM::InstanceProfile` ][3]
7398
+ # * [AWS::IAM::InstanceProfile][3]
7329
7399
  #
7330
- # * [ ` AWS::IAM::Policy` ][4]
7400
+ # * [AWS::IAM::Policy][4]
7331
7401
  #
7332
- # * [ `AWS::IAM::Role` ][5]
7402
+ # * [ AWS::IAM::Role][5]
7333
7403
  #
7334
- # * [ `AWS::IAM::User` ][6]
7404
+ # * [ AWS::IAM::User][6]
7335
7405
  #
7336
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
7406
+ # * [AWS::IAM::UserToGroupAddition][7]
7337
7407
  #
7338
7408
  # For more information, see [Acknowledging IAM Resources in
7339
7409
  # CloudFormation Templates][8].
@@ -7349,8 +7419,8 @@ module Aws::CloudFormation
7349
7419
  # your stack template contains one or more macros, and you choose to
7350
7420
  # update a stack directly from the processed template, without first
7351
7421
  # reviewing the resulting changes in a change set, you must
7352
- # acknowledge this capability. This includes the [ `AWS::Include` ][9]
7353
- # and [ `AWS::Serverless` ][10] transforms, which are macros hosted by
7422
+ # acknowledge this capability. This includes the [AWS::Include][9] and
7423
+ # [AWS::Serverless][10] transforms, which are macros hosted by
7354
7424
  # CloudFormation.
7355
7425
  #
7356
7426
  # If you want to update a stack from a stack template that contains
@@ -7562,20 +7632,20 @@ module Aws::CloudFormation
7562
7632
  #
7563
7633
  # You can only update stack instances in Amazon Web Services Regions and
7564
7634
  # accounts where they already exist; to create additional stack
7565
- # instances, use [ `CreateStackInstances` ][1].
7635
+ # instances, use [CreateStackInstances][1].
7566
7636
  #
7567
7637
  # During stack set updates, any parameters overridden for a stack
7568
7638
  # instance aren't updated, but retain their overridden value.
7569
7639
  #
7570
7640
  # You can only update the parameter *values* that are specified in the
7571
- # stack set; to add or delete a parameter itself, use [ `UpdateStackSet`
7572
- # ][2] to update the stack set template. If you add a parameter to a
7573
- # template, before you can override the parameter value specified in the
7574
- # stack set you must first use [ `UpdateStackSet` ][2] to update all
7575
- # stack instances with the updated template and parameter value
7576
- # specified in the stack set. Once a stack instance has been updated
7577
- # with the new parameter, you can then override the parameter value
7578
- # using `UpdateStackInstances`.
7641
+ # stack set; to add or delete a parameter itself, use
7642
+ # [UpdateStackSet][2] to update the stack set template. If you add a
7643
+ # parameter to a template, before you can override the parameter value
7644
+ # specified in the stack set you must first use [UpdateStackSet][2] to
7645
+ # update all stack instances with the updated template and parameter
7646
+ # value specified in the stack set. Once a stack instance has been
7647
+ # updated with the new parameter, you can then override the parameter
7648
+ # value using `UpdateStackInstances`.
7579
7649
  #
7580
7650
  #
7581
7651
  #
@@ -7641,11 +7711,11 @@ module Aws::CloudFormation
7641
7711
  # stack set; to add or delete a parameter itself, use `UpdateStackSet`
7642
7712
  # to update the stack set template. If you add a parameter to a
7643
7713
  # template, before you can override the parameter value specified in the
7644
- # stack set you must first use [ `UpdateStackSet` ][1] to update all
7645
- # stack instances with the updated template and parameter value
7646
- # specified in the stack set. Once a stack instance has been updated
7647
- # with the new parameter, you can then override the parameter value
7648
- # using `UpdateStackInstances`.
7714
+ # stack set you must first use [UpdateStackSet][1] to update all stack
7715
+ # instances with the updated template and parameter value specified in
7716
+ # the stack set. Once a stack instance has been updated with the new
7717
+ # parameter, you can then override the parameter value using
7718
+ # `UpdateStackInstances`.
7649
7719
  #
7650
7720
  #
7651
7721
  #
@@ -7820,19 +7890,19 @@ module Aws::CloudFormation
7820
7890
  # you review all permissions associated with them and edit their
7821
7891
  # permissions if necessary.
7822
7892
  #
7823
- # * [ `AWS::IAM::AccessKey` ][1]
7893
+ # * [AWS::IAM::AccessKey][1]
7824
7894
  #
7825
- # * [ `AWS::IAM::Group` ][2]
7895
+ # * [AWS::IAM::Group][2]
7826
7896
  #
7827
- # * [ `AWS::IAM::InstanceProfile` ][3]
7897
+ # * [AWS::IAM::InstanceProfile][3]
7828
7898
  #
7829
- # * [ `AWS::IAM::Policy` ][4]
7899
+ # * [AWS::IAM::Policy][4]
7830
7900
  #
7831
- # * [ `AWS::IAM::Role` ][5]
7901
+ # * [AWS::IAM::Role][5]
7832
7902
  #
7833
- # * [ `AWS::IAM::User` ][6]
7903
+ # * [AWS::IAM::User][6]
7834
7904
  #
7835
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
7905
+ # * [AWS::IAM::UserToGroupAddition][7]
7836
7906
  #
7837
7907
  # For more information, see [Acknowledging IAM Resources in
7838
7908
  # CloudFormation Templates][8].
@@ -7848,11 +7918,12 @@ module Aws::CloudFormation
7848
7918
  # Templates][9].
7849
7919
  #
7850
7920
  # Stack sets with service-managed permissions do not currently support
7851
- # the use of macros in templates. (This includes the [ `AWS::Include`
7852
- # ][10] and [ `AWS::Serverless` ][11] transforms, which are macros
7853
- # hosted by CloudFormation.) Even if you specify this capability for a
7854
- # stack set with service-managed permissions, if you reference a macro
7855
- # in your template the stack set operation will fail.
7921
+ # the use of macros in templates. (This includes the
7922
+ # [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
7923
+ # macros hosted by CloudFormation.) Even if you specify this
7924
+ # capability for a stack set with service-managed permissions, if you
7925
+ # reference a macro in your template the stack set operation will
7926
+ # fail.
7856
7927
  #
7857
7928
  #
7858
7929
  #
@@ -8259,7 +8330,7 @@ module Aws::CloudFormation
8259
8330
  params: params,
8260
8331
  config: config)
8261
8332
  context[:gem_name] = 'aws-sdk-cloudformation'
8262
- context[:gem_version] = '1.101.0'
8333
+ context[:gem_version] = '1.103.0'
8263
8334
  Seahorse::Client::Request.new(handlers, context)
8264
8335
  end
8265
8336
 
@@ -240,6 +240,8 @@ module Aws::CloudFormation
240
240
  ListStackInstancesOutput = Shapes::StructureShape.new(name: 'ListStackInstancesOutput')
241
241
  ListStackResourcesInput = Shapes::StructureShape.new(name: 'ListStackResourcesInput')
242
242
  ListStackResourcesOutput = Shapes::StructureShape.new(name: 'ListStackResourcesOutput')
243
+ ListStackSetAutoDeploymentTargetsInput = Shapes::StructureShape.new(name: 'ListStackSetAutoDeploymentTargetsInput')
244
+ ListStackSetAutoDeploymentTargetsOutput = Shapes::StructureShape.new(name: 'ListStackSetAutoDeploymentTargetsOutput')
243
245
  ListStackSetOperationResultsInput = Shapes::StructureShape.new(name: 'ListStackSetOperationResultsInput')
244
246
  ListStackSetOperationResultsOutput = Shapes::StructureShape.new(name: 'ListStackSetOperationResultsOutput')
245
247
  ListStackSetOperationsInput = Shapes::StructureShape.new(name: 'ListStackSetOperationsInput')
@@ -459,6 +461,8 @@ module Aws::CloudFormation
459
461
  StackResources = Shapes::ListShape.new(name: 'StackResources')
460
462
  StackSet = Shapes::StructureShape.new(name: 'StackSet')
461
463
  StackSetARN = Shapes::StringShape.new(name: 'StackSetARN')
464
+ StackSetAutoDeploymentTargetSummaries = Shapes::ListShape.new(name: 'StackSetAutoDeploymentTargetSummaries')
465
+ StackSetAutoDeploymentTargetSummary = Shapes::StructureShape.new(name: 'StackSetAutoDeploymentTargetSummary')
462
466
  StackSetDriftDetectionDetails = Shapes::StructureShape.new(name: 'StackSetDriftDetectionDetails')
463
467
  StackSetDriftDetectionStatus = Shapes::StringShape.new(name: 'StackSetDriftDetectionStatus')
464
468
  StackSetDriftStatus = Shapes::StringShape.new(name: 'StackSetDriftStatus')
@@ -1280,6 +1284,16 @@ module Aws::CloudFormation
1280
1284
  ListStackResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1281
1285
  ListStackResourcesOutput.struct_class = Types::ListStackResourcesOutput
1282
1286
 
1287
+ ListStackSetAutoDeploymentTargetsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
1288
+ ListStackSetAutoDeploymentTargetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1289
+ ListStackSetAutoDeploymentTargetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1290
+ ListStackSetAutoDeploymentTargetsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
1291
+ ListStackSetAutoDeploymentTargetsInput.struct_class = Types::ListStackSetAutoDeploymentTargetsInput
1292
+
1293
+ ListStackSetAutoDeploymentTargetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetAutoDeploymentTargetSummaries, location_name: "Summaries"))
1294
+ ListStackSetAutoDeploymentTargetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1295
+ ListStackSetAutoDeploymentTargetsOutput.struct_class = Types::ListStackSetAutoDeploymentTargetsOutput
1296
+
1283
1297
  ListStackSetOperationResultsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
1284
1298
  ListStackSetOperationResultsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
1285
1299
  ListStackSetOperationResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -1827,6 +1841,12 @@ module Aws::CloudFormation
1827
1841
  StackSet.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
1828
1842
  StackSet.struct_class = Types::StackSet
1829
1843
 
1844
+ StackSetAutoDeploymentTargetSummaries.member = Shapes::ShapeRef.new(shape: StackSetAutoDeploymentTargetSummary)
1845
+
1846
+ StackSetAutoDeploymentTargetSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
1847
+ StackSetAutoDeploymentTargetSummary.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
1848
+ StackSetAutoDeploymentTargetSummary.struct_class = Types::StackSetAutoDeploymentTargetSummary
1849
+
1830
1850
  StackSetDriftDetectionDetails.add_member(:drift_status, Shapes::ShapeRef.new(shape: StackSetDriftStatus, location_name: "DriftStatus"))
1831
1851
  StackSetDriftDetectionDetails.add_member(:drift_detection_status, Shapes::ShapeRef.new(shape: StackSetDriftDetectionStatus, location_name: "DriftDetectionStatus"))
1832
1852
  StackSetDriftDetectionDetails.add_member(:last_drift_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastDriftCheckTimestamp"))
@@ -2779,6 +2799,15 @@ module Aws::CloudFormation
2779
2799
  )
2780
2800
  end)
2781
2801
 
2802
+ api.add_operation(:list_stack_set_auto_deployment_targets, Seahorse::Model::Operation.new.tap do |o|
2803
+ o.name = "ListStackSetAutoDeploymentTargets"
2804
+ o.http_method = "POST"
2805
+ o.http_request_uri = "/"
2806
+ o.input = Shapes::ShapeRef.new(shape: ListStackSetAutoDeploymentTargetsInput)
2807
+ o.output = Shapes::ShapeRef.new(shape: ListStackSetAutoDeploymentTargetsOutput)
2808
+ o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
2809
+ end)
2810
+
2782
2811
  api.add_operation(:list_stack_set_operation_results, Seahorse::Model::Operation.new.tap do |o|
2783
2812
  o.name = "ListStackSetOperationResults"
2784
2813
  o.http_method = "POST"
@@ -796,6 +796,20 @@ module Aws::CloudFormation
796
796
  end
797
797
  end
798
798
 
799
+ class ListStackSetAutoDeploymentTargets
800
+ def self.build(context)
801
+ unless context.config.regional_endpoint
802
+ endpoint = context.config.endpoint.to_s
803
+ end
804
+ Aws::CloudFormation::EndpointParameters.new(
805
+ region: context.config.region,
806
+ use_dual_stack: context.config.use_dualstack_endpoint,
807
+ use_fips: context.config.use_fips_endpoint,
808
+ endpoint: endpoint,
809
+ )
810
+ end
811
+ end
812
+
799
813
  class ListStackSetOperationResults
800
814
  def self.build(context)
801
815
  unless context.config.regional_endpoint
@@ -170,6 +170,8 @@ module Aws::CloudFormation
170
170
  Aws::CloudFormation::Endpoints::ListStackInstances.build(context)
171
171
  when :list_stack_resources
172
172
  Aws::CloudFormation::Endpoints::ListStackResources.build(context)
173
+ when :list_stack_set_auto_deployment_targets
174
+ Aws::CloudFormation::Endpoints::ListStackSetAutoDeploymentTargets.build(context)
173
175
  when :list_stack_set_operation_results
174
176
  Aws::CloudFormation::Endpoints::ListStackSetOperationResults.build(context)
175
177
  when :list_stack_set_operations