aws-sdk-cloudformation 1.67.0 → 1.70.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: 8a82a7358d56e6c20ba1ce4dadb67c4f21ea8fb06b010777ebbd93ea405ffc85
4
- data.tar.gz: c59752e386651418150dda852516d446713d5c1abaa6b1d531e8801415d33d53
3
+ metadata.gz: 4cc20892317dc3a305234fb88c976d4dfb5a5001483b1d663229d77c17f56b04
4
+ data.tar.gz: 8ae7f8414a3c31e0d35aa7fa332635f0836ffeed8dd63737393732bc224de5e1
5
5
  SHA512:
6
- metadata.gz: 16f66fe9a200a0b32d8266c5297bf038c7d35867b840e529a296e5aff771e627230bef1215fe12ba0f81d0beff43c3b3cf99d226f04ffd2cb4125d1350778570
7
- data.tar.gz: e902d692ee27bd9c8b6158317001fd8a9418e1dbe3099538c6afc6cb7dfeb27a22ff968e9e9bcc61123d19670cbb44598f5ec39bcb9cf4747f95de5576fe4169
6
+ metadata.gz: 5729c3c85480ff0f73a4c031545eb1f69c78a7ee45c83fe513f16b4dceacf2d327f8e181cee899d5aaae9aedc4b8882b6b8f10f5922182bd91fbf54984496077
7
+ data.tar.gz: f19f260d37be5048c81543cf87aa91b261ae557401101ff290b1ee18277fa4e43b668cca930c16ad439e2900469bb41fbaf72f97bc78474d3d010f6c21791bb4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2022-07-06)
5
+ ------------------
6
+
7
+ * Feature - My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation
8
+
9
+ 1.69.0 (2022-05-25)
10
+ ------------------
11
+
12
+ * Feature - Add a new parameter statusReason to DescribeStackSetOperation output for additional details
13
+
14
+ 1.68.0 (2022-02-24)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.67.0 (2022-02-10)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.70.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::CloudFormation
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -372,7 +374,7 @@ module Aws::CloudFormation
372
374
  # and `PublisherId`.
373
375
  #
374
376
  # @option params [String] :public_type_arn
375
- # The Amazon Resource Number (ARN) of the public extension.
377
+ # The Amazon Resource Name (ARN) of the public extension.
376
378
  #
377
379
  # Conditional: You must specify `PublicTypeArn`, or `TypeName`, `Type`,
378
380
  # and `PublisherId`.
@@ -771,8 +773,8 @@ module Aws::CloudFormation
771
773
  # * If you don't specify either of these capabilities, CloudFormation
772
774
  # returns an `InsufficientCapabilities` error.
773
775
  #
774
- # If your stack template contains these resources, we recommend that
775
- # you review all permissions associated with them and edit their
776
+ # If your stack template contains these resources, we suggest that you
777
+ # review all permissions associated with them and edit their
776
778
  # permissions if necessary.
777
779
  #
778
780
  # * [ AWS::IAM::AccessKey][1]
@@ -817,8 +819,8 @@ module Aws::CloudFormation
817
819
  #
818
820
  # </note>
819
821
  #
820
- # For more information on macros, see [Using CloudFormation macros to
821
- # perform custom processing on templates][11].
822
+ # For more information about macros, see [Using CloudFormation macros
823
+ # to perform custom processing on templates][11].
822
824
  #
823
825
  #
824
826
  #
@@ -1431,6 +1433,7 @@ module Aws::CloudFormation
1431
1433
  # accounts: ["Account"],
1432
1434
  # accounts_url: "AccountsUrl",
1433
1435
  # organizational_unit_ids: ["OrganizationalUnitId"],
1436
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
1434
1437
  # },
1435
1438
  # regions: ["Region"], # required
1436
1439
  # parameter_overrides: [
@@ -1510,7 +1513,7 @@ module Aws::CloudFormation
1510
1513
  #
1511
1514
  # @option params [String] :stack_id
1512
1515
  # The stack ID you are importing into a new stack set. Specify the
1513
- # Amazon Resource Number (ARN) of the stack.
1516
+ # Amazon Resource Name (ARN) of the stack.
1514
1517
  #
1515
1518
  # @option params [Array<Types::Parameter>] :parameters
1516
1519
  # The input parameters for the stack set template.
@@ -1604,7 +1607,7 @@ module Aws::CloudFormation
1604
1607
  # fails with an `access denied` error, and the stack set is not created.
1605
1608
  #
1606
1609
  # @option params [String] :administration_role_arn
1607
- # The Amazon Resource Number (ARN) of the IAM role to use to create this
1610
+ # The Amazon Resource Name (ARN) of the IAM role to use to create this
1608
1611
  # stack set.
1609
1612
  #
1610
1613
  # Specify an IAM role only if you are using customized administrator
@@ -1988,6 +1991,7 @@ module Aws::CloudFormation
1988
1991
  # accounts: ["Account"],
1989
1992
  # accounts_url: "AccountsUrl",
1990
1993
  # organizational_unit_ids: ["OrganizationalUnitId"],
1994
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
1991
1995
  # },
1992
1996
  # regions: ["Region"], # required
1993
1997
  # operation_preferences: {
@@ -2016,9 +2020,9 @@ module Aws::CloudFormation
2016
2020
  req.send_request(options)
2017
2021
  end
2018
2022
 
2019
- # Deletes a stack set. Before you can delete a stack set, all of its
2020
- # member stack instances must be deleted. For more information about how
2021
- # to do this, see DeleteStackInstances.
2023
+ # Deletes a stack set. Before you can delete a stack set, all its member
2024
+ # stack instances must be deleted. For more information about how to
2025
+ # complete this, see DeleteStackInstances.
2022
2026
  #
2023
2027
  # @option params [required, String] :stack_set_name
2024
2028
  # The name or unique ID of the stack set that you're deleting. You can
@@ -2359,7 +2363,7 @@ module Aws::CloudFormation
2359
2363
  # extension publisher, `DescribePublisher` returns information about
2360
2364
  # your own publisher account.
2361
2365
  #
2362
- # For more information on registering as a publisher, see:
2366
+ # For more information about registering as a publisher, see:
2363
2367
  #
2364
2368
  # * [RegisterPublisher][1]
2365
2369
  #
@@ -2413,7 +2417,7 @@ module Aws::CloudFormation
2413
2417
  # configuration, as defined in the stack template and any values
2414
2418
  # specified as template parameters. A stack is considered to have
2415
2419
  # drifted if one or more of its resources have drifted. For more
2416
- # information on stack and resource drift, see [Detecting Unregulated
2420
+ # information about stack and resource drift, see [Detecting Unregulated
2417
2421
  # Configuration Changes to Stacks and Resources][1].
2418
2422
  #
2419
2423
  # Use DetectStackDrift to initiate a stack drift detection operation.
@@ -3024,6 +3028,7 @@ module Aws::CloudFormation
3024
3028
  # resp.stack_set_operation.deployment_targets.accounts_url #=> String
3025
3029
  # resp.stack_set_operation.deployment_targets.organizational_unit_ids #=> Array
3026
3030
  # resp.stack_set_operation.deployment_targets.organizational_unit_ids[0] #=> String
3031
+ # resp.stack_set_operation.deployment_targets.account_filter_type #=> String, one of "NONE", "INTERSECTION", "DIFFERENCE", "UNION"
3027
3032
  # resp.stack_set_operation.stack_set_drift_detection_details.drift_status #=> String, one of "DRIFTED", "IN_SYNC", "NOT_CHECKED"
3028
3033
  # resp.stack_set_operation.stack_set_drift_detection_details.drift_detection_status #=> String, one of "COMPLETED", "FAILED", "PARTIAL_SUCCESS", "IN_PROGRESS", "STOPPED"
3029
3034
  # resp.stack_set_operation.stack_set_drift_detection_details.last_drift_check_timestamp #=> Time
@@ -3032,6 +3037,7 @@ module Aws::CloudFormation
3032
3037
  # resp.stack_set_operation.stack_set_drift_detection_details.in_sync_stack_instances_count #=> Integer
3033
3038
  # resp.stack_set_operation.stack_set_drift_detection_details.in_progress_stack_instances_count #=> Integer
3034
3039
  # resp.stack_set_operation.stack_set_drift_detection_details.failed_stack_instances_count #=> Integer
3040
+ # resp.stack_set_operation.status_reason #=> String
3035
3041
  #
3036
3042
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetOperation AWS API Documentation
3037
3043
  #
@@ -3174,7 +3180,8 @@ module Aws::CloudFormation
3174
3180
  # @option params [String] :publisher_id
3175
3181
  # The publisher ID of the extension publisher.
3176
3182
  #
3177
- # Extensions provided by Amazon are not assigned a publisher ID.
3183
+ # Extensions provided by Amazon Web Services are not assigned a
3184
+ # publisher ID.
3178
3185
  #
3179
3186
  # @option params [String] :public_version_number
3180
3187
  # The version number of a public third-party extension.
@@ -3479,7 +3486,7 @@ module Aws::CloudFormation
3479
3486
  # specific stack instance, including its drift status and last drift
3480
3487
  # time checked.
3481
3488
  #
3482
- # For more information on performing a drift detection operation on a
3489
+ # For more information about performing a drift detection operation on a
3483
3490
  # stack set, see [Detecting unmanaged changes in stack sets][1].
3484
3491
  #
3485
3492
  # You can only run a single drift detection operation on a given stack
@@ -3500,7 +3507,7 @@ module Aws::CloudFormation
3500
3507
  # The user-specified preferences for how CloudFormation performs a stack
3501
3508
  # set operation.
3502
3509
  #
3503
- # For more information on maximum concurrent accounts and failure
3510
+ # For more information about maximum concurrent accounts and failure
3504
3511
  # tolerance, see [Stack set operation options][1].
3505
3512
  #
3506
3513
  #
@@ -3952,7 +3959,7 @@ module Aws::CloudFormation
3952
3959
  # The user-specified preferences for how CloudFormation performs a stack
3953
3960
  # set operation.
3954
3961
  #
3955
- # For more information on maximum concurrent accounts and failure
3962
+ # For more information about maximum concurrent accounts and failure
3956
3963
  # tolerance, see [Stack set operation options][1].
3957
3964
  #
3958
3965
  #
@@ -4168,12 +4175,12 @@ module Aws::CloudFormation
4168
4175
  # instances for.
4169
4176
  #
4170
4177
  # @option params [String] :next_token
4171
- # If the previous request didn't return all of the remaining results,
4172
- # the response's `NextToken` parameter value is set to a token. To
4173
- # retrieve the next set of results, call `ListStackInstances` again and
4174
- # assign that token to the request object's `NextToken` parameter. If
4175
- # there are no remaining results, the previous response object's
4176
- # `NextToken` parameter is set to `null`.
4178
+ # If the previous request didn't return all the remaining results, the
4179
+ # response's `NextToken` parameter value is set to a token. To retrieve
4180
+ # the next set of results, call `ListStackInstances` again and assign
4181
+ # that token to the request object's `NextToken` parameter. If there
4182
+ # are no remaining results, the previous response object's `NextToken`
4183
+ # parameter is set to `null`.
4177
4184
  #
4178
4185
  # @option params [Integer] :max_results
4179
4186
  # The maximum number of results to be returned with a single call. If
@@ -4330,13 +4337,12 @@ module Aws::CloudFormation
4330
4337
  # The ID of the stack set operation.
4331
4338
  #
4332
4339
  # @option params [String] :next_token
4333
- # If the previous request didn't return all of the remaining results,
4334
- # the response object's `NextToken` parameter value is set to a token.
4335
- # To retrieve the next set of results, call
4336
- # `ListStackSetOperationResults` again and assign that token to the
4337
- # request object's `NextToken` parameter. If there are no remaining
4338
- # results, the previous response object's `NextToken` parameter is set
4339
- # to `null`.
4340
+ # If the previous request didn't return all the remaining results, the
4341
+ # response object's `NextToken` parameter value is set to a token. To
4342
+ # retrieve the next set of results, call `ListStackSetOperationResults`
4343
+ # again and assign that token to the request object's `NextToken`
4344
+ # parameter. If there are no remaining results, the previous response
4345
+ # object's `NextToken` parameter is set to `null`.
4340
4346
  #
4341
4347
  # @option params [Integer] :max_results
4342
4348
  # The maximum number of results to be returned with a single call. If
@@ -4471,6 +4477,7 @@ module Aws::CloudFormation
4471
4477
  # resp.summaries[0].status #=> String, one of "RUNNING", "SUCCEEDED", "FAILED", "STOPPING", "STOPPED", "QUEUED"
4472
4478
  # resp.summaries[0].creation_timestamp #=> Time
4473
4479
  # resp.summaries[0].end_timestamp #=> Time
4480
+ # resp.summaries[0].status_reason #=> String
4474
4481
  # resp.next_token #=> String
4475
4482
  #
4476
4483
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperations AWS API Documentation
@@ -4817,8 +4824,9 @@ module Aws::CloudFormation
4817
4824
  # region.
4818
4825
  #
4819
4826
  # * `PUBLIC`\: Extensions that are publicly visible and available to be
4820
- # activated within any Amazon account. This includes extensions from
4821
- # Amazon, as well as third-party publishers.
4827
+ # activated within any Amazon Web Services account. This includes
4828
+ # extensions from Amazon Web Services, in addition to third-party
4829
+ # publishers.
4822
4830
  #
4823
4831
  # The default is `PRIVATE`.
4824
4832
  #
@@ -4873,7 +4881,7 @@ module Aws::CloudFormation
4873
4881
  # request parameter to get the next set of results.
4874
4882
  #
4875
4883
  # @option params [String] :next_token
4876
- # If the previous paginated request didn't return all of the remaining
4884
+ # If the previous paginated request didn't return all the remaining
4877
4885
  # results, the response object's `NextToken` parameter value is set to
4878
4886
  # a token. To retrieve the next set of results, call this action again
4879
4887
  # and assign that token to the request object's `NextToken` parameter.
@@ -4932,7 +4940,7 @@ module Aws::CloudFormation
4932
4940
 
4933
4941
  # Publishes the specified extension to the CloudFormation registry as a
4934
4942
  # public extension in this region. Public extensions are available for
4935
- # use by all CloudFormation users. For more information on publishing
4943
+ # use by all CloudFormation users. For more information about publishing
4936
4944
  # extensions, see [Publishing extensions to make them available for
4937
4945
  # public use][1] in the *CloudFormation CLI User Guide*.
4938
4946
  #
@@ -4950,7 +4958,7 @@ module Aws::CloudFormation
4950
4958
  # Conditional: You must specify `Arn`, or `TypeName` and `Type`.
4951
4959
  #
4952
4960
  # @option params [String] :arn
4953
- # The Amazon Resource Number (ARN) of the extension.
4961
+ # The Amazon Resource Name (ARN) of the extension.
4954
4962
  #
4955
4963
  # Conditional: You must specify `Arn`, or `TypeName` and `Type`.
4956
4964
  #
@@ -5092,9 +5100,9 @@ module Aws::CloudFormation
5092
5100
  # all CloudFormation users. This publisher ID applies to your account in
5093
5101
  # all Amazon Web Services Regions.
5094
5102
  #
5095
- # For information on requirements for registering as a public extension
5096
- # publisher, see [Registering your account to publish CloudFormation
5097
- # extensions][1] in the *CloudFormation CLI User Guide*.
5103
+ # For information about requirements for registering as a public
5104
+ # extension publisher, see [Registering your account to publish
5105
+ # CloudFormation extensions][1] in the *CloudFormation CLI User Guide*.
5098
5106
  #
5099
5107
  #
5100
5108
  #
@@ -5161,8 +5169,8 @@ module Aws::CloudFormation
5161
5169
  #
5162
5170
  # * Making the extension available for use in your account.
5163
5171
  #
5164
- # For more information on how to develop extensions and ready them for
5165
- # registration, see [Creating Resource Providers][1] in the
5172
+ # For more information about how to develop extensions and ready them
5173
+ # for registration, see [Creating Resource Providers][1] in the
5166
5174
  # *CloudFormation CLI User Guide*.
5167
5175
  #
5168
5176
  # You can have a maximum of 50 resource extension versions registered at
@@ -5192,7 +5200,7 @@ module Aws::CloudFormation
5192
5200
  # @option params [required, String] :type_name
5193
5201
  # The name of the extension being registered.
5194
5202
  #
5195
- # We recommend that extension names adhere to the following patterns:
5203
+ # We suggest that extension names adhere to the following patterns:
5196
5204
  #
5197
5205
  # * For resource types,
5198
5206
  # *company\_or\_organization*\::*service*\::*type*.
@@ -5200,6 +5208,8 @@ module Aws::CloudFormation
5200
5208
  # * For modules,
5201
5209
  # *company\_or\_organization*\::*service*\::*type*\::MODULE.
5202
5210
  #
5211
+ # * For hooks, *MyCompany*\::*Testing*\::*MyTestHook*.
5212
+ #
5203
5213
  # <note markdown="1"> The following organization namespaces are reserved and can't be used
5204
5214
  # in your extension names:
5205
5215
  #
@@ -5221,7 +5231,7 @@ module Aws::CloudFormation
5221
5231
  # A URL to the S3 bucket containing the extension project package that
5222
5232
  # contains the necessary files for the extension you want to register.
5223
5233
  #
5224
- # For information on generating a schema handler package for the
5234
+ # For information about generating a schema handler package for the
5225
5235
  # extension you want to register, see [submit][1] in the *CloudFormation
5226
5236
  # CLI User Guide*.
5227
5237
  #
@@ -5249,7 +5259,8 @@ module Aws::CloudFormation
5249
5259
  # For CloudFormation to assume the specified execution role, the role
5250
5260
  # must contain a trust relationship with the CloudFormation service
5251
5261
  # principle (`resources.cloudformation.amazonaws.com`). For more
5252
- # information on adding trust relationships, see [Modifying a role trust
5262
+ # information about adding trust relationships, see [Modifying a role
5263
+ # trust
5253
5264
  # policy](IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy)
5254
5265
  # in the *Identity and Access Management User Guide*.
5255
5266
  #
@@ -5805,7 +5816,7 @@ module Aws::CloudFormation
5805
5816
  # `StackPolicyDuringUpdateURL` parameter, but not both.
5806
5817
  #
5807
5818
  # If you want to update protected resources, specify a temporary
5808
- # overriding stack policy during this update. If you do not specify a
5819
+ # overriding stack policy during this update. If you don't specify a
5809
5820
  # stack policy, the current policy that is associated with the stack
5810
5821
  # will be used.
5811
5822
  #
@@ -5817,7 +5828,7 @@ module Aws::CloudFormation
5817
5828
  # parameter, but not both.
5818
5829
  #
5819
5830
  # If you want to update protected resources, specify a temporary
5820
- # overriding stack policy during this update. If you do not specify a
5831
+ # overriding stack policy during this update. If you don't specify a
5821
5832
  # stack policy, the current policy that is associated with the stack
5822
5833
  # will be used.
5823
5834
  #
@@ -5853,8 +5864,8 @@ module Aws::CloudFormation
5853
5864
  # * If you don't specify either of these capabilities, CloudFormation
5854
5865
  # returns an `InsufficientCapabilities` error.
5855
5866
  #
5856
- # If your stack template contains these resources, we recommend that
5857
- # you review all permissions associated with them and edit their
5867
+ # If your stack template contains these resources, we suggest that you
5868
+ # review all permissions associated with them and edit their
5858
5869
  # permissions if necessary.
5859
5870
  #
5860
5871
  # * [ AWS::IAM::AccessKey][1]
@@ -6221,6 +6232,7 @@ module Aws::CloudFormation
6221
6232
  # accounts: ["Account"],
6222
6233
  # accounts_url: "AccountsUrl",
6223
6234
  # organizational_unit_ids: ["OrganizationalUnitId"],
6235
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
6224
6236
  # },
6225
6237
  # regions: ["Region"], # required
6226
6238
  # parameter_overrides: [
@@ -6419,7 +6431,7 @@ module Aws::CloudFormation
6419
6431
  # Preferences for how CloudFormation performs this stack set operation.
6420
6432
  #
6421
6433
  # @option params [String] :administration_role_arn
6422
- # The Amazon Resource Number (ARN) of the IAM role to use to update this
6434
+ # The Amazon Resource Name (ARN) of the IAM role to use to update this
6423
6435
  # stack set.
6424
6436
  #
6425
6437
  # Specify an IAM role only if you are using customized administrator
@@ -6618,6 +6630,7 @@ module Aws::CloudFormation
6618
6630
  # accounts: ["Account"],
6619
6631
  # accounts_url: "AccountsUrl",
6620
6632
  # organizational_unit_ids: ["OrganizationalUnitId"],
6633
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
6621
6634
  # },
6622
6635
  # permission_model: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, SELF_MANAGED
6623
6636
  # auto_deployment: {
@@ -6772,7 +6785,7 @@ module Aws::CloudFormation
6772
6785
  params: params,
6773
6786
  config: config)
6774
6787
  context[:gem_name] = 'aws-sdk-cloudformation'
6775
- context[:gem_version] = '1.67.0'
6788
+ context[:gem_version] = '1.70.0'
6776
6789
  Seahorse::Client::Request.new(handlers, context)
6777
6790
  end
6778
6791
 
@@ -15,6 +15,7 @@ module Aws::CloudFormation
15
15
 
16
16
  AcceptTermsAndConditions = Shapes::BooleanShape.new(name: 'AcceptTermsAndConditions')
17
17
  Account = Shapes::StringShape.new(name: 'Account')
18
+ AccountFilterType = Shapes::StringShape.new(name: 'AccountFilterType')
18
19
  AccountGateResult = Shapes::StructureShape.new(name: 'AccountGateResult')
19
20
  AccountGateStatus = Shapes::StringShape.new(name: 'AccountGateStatus')
20
21
  AccountGateStatusReason = Shapes::StringShape.new(name: 'AccountGateStatusReason')
@@ -392,6 +393,7 @@ module Aws::CloudFormation
392
393
  StackSetOperationResultSummaries = Shapes::ListShape.new(name: 'StackSetOperationResultSummaries')
393
394
  StackSetOperationResultSummary = Shapes::StructureShape.new(name: 'StackSetOperationResultSummary')
394
395
  StackSetOperationStatus = Shapes::StringShape.new(name: 'StackSetOperationStatus')
396
+ StackSetOperationStatusReason = Shapes::StringShape.new(name: 'StackSetOperationStatusReason')
395
397
  StackSetOperationSummaries = Shapes::ListShape.new(name: 'StackSetOperationSummaries')
396
398
  StackSetOperationSummary = Shapes::StructureShape.new(name: 'StackSetOperationSummary')
397
399
  StackSetStatus = Shapes::StringShape.new(name: 'StackSetStatus')
@@ -704,6 +706,7 @@ module Aws::CloudFormation
704
706
  DeploymentTargets.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
705
707
  DeploymentTargets.add_member(:accounts_url, Shapes::ShapeRef.new(shape: AccountsUrl, location_name: "AccountsUrl"))
706
708
  DeploymentTargets.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
709
+ DeploymentTargets.add_member(:account_filter_type, Shapes::ShapeRef.new(shape: AccountFilterType, location_name: "AccountFilterType"))
707
710
  DeploymentTargets.struct_class = Types::DeploymentTargets
708
711
 
709
712
  DeregisterTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
@@ -1540,6 +1543,7 @@ module Aws::CloudFormation
1540
1543
  StackSetOperation.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimestamp"))
1541
1544
  StackSetOperation.add_member(:deployment_targets, Shapes::ShapeRef.new(shape: DeploymentTargets, location_name: "DeploymentTargets"))
1542
1545
  StackSetOperation.add_member(:stack_set_drift_detection_details, Shapes::ShapeRef.new(shape: StackSetDriftDetectionDetails, location_name: "StackSetDriftDetectionDetails"))
1546
+ StackSetOperation.add_member(:status_reason, Shapes::ShapeRef.new(shape: StackSetOperationStatusReason, location_name: "StatusReason"))
1543
1547
  StackSetOperation.struct_class = Types::StackSetOperation
1544
1548
 
1545
1549
  StackSetOperationPreferences.add_member(:region_concurrency_type, Shapes::ShapeRef.new(shape: RegionConcurrencyType, location_name: "RegionConcurrencyType"))
@@ -1567,6 +1571,7 @@ module Aws::CloudFormation
1567
1571
  StackSetOperationSummary.add_member(:status, Shapes::ShapeRef.new(shape: StackSetOperationStatus, location_name: "Status"))
1568
1572
  StackSetOperationSummary.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimestamp"))
1569
1573
  StackSetOperationSummary.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimestamp"))
1574
+ StackSetOperationSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: StackSetOperationStatusReason, location_name: "StatusReason"))
1570
1575
  StackSetOperationSummary.struct_class = Types::StackSetOperationSummary
1571
1576
 
1572
1577
  StackSetSummaries.member = Shapes::ShapeRef.new(shape: StackSetSummary)
@@ -151,7 +151,7 @@ module Aws::CloudFormation
151
151
  # Whether termination protection is enabled for the stack.
152
152
  #
153
153
  # For [nested stacks][1], termination protection is set on the root
154
- # stack and cannot be changed directly on the nested stack. For more
154
+ # stack and can't be changed directly on the nested stack. For more
155
155
  # information, see [Protecting a Stack From Being Deleted][2] in the
156
156
  # *CloudFormation User Guide*.
157
157
  #
@@ -194,10 +194,10 @@ module Aws::CloudFormation
194
194
  data[:root_id]
195
195
  end
196
196
 
197
- # Information on whether a stack's actual configuration differs, or has
198
- # *drifted*, from it's expected configuration, as defined in the stack
199
- # template and any values specified as template parameters. For more
200
- # information, see [Detecting Unregulated Configuration Changes to
197
+ # Information about whether a stack's actual configuration differs, or
198
+ # has *drifted*, from it's expected configuration, as defined in the
199
+ # stack template and any values specified as template parameters. For
200
+ # more information, see [Detecting Unregulated Configuration Changes to
201
201
  # Stacks and Resources][1].
202
202
  #
203
203
  #
@@ -801,7 +801,7 @@ module Aws::CloudFormation
801
801
  # `StackPolicyDuringUpdateURL` parameter, but not both.
802
802
  #
803
803
  # If you want to update protected resources, specify a temporary
804
- # overriding stack policy during this update. If you do not specify a
804
+ # overriding stack policy during this update. If you don't specify a
805
805
  # stack policy, the current policy that is associated with the stack
806
806
  # will be used.
807
807
  # @option options [String] :stack_policy_during_update_url
@@ -812,7 +812,7 @@ module Aws::CloudFormation
812
812
  # parameter, but not both.
813
813
  #
814
814
  # If you want to update protected resources, specify a temporary
815
- # overriding stack policy during this update. If you do not specify a
815
+ # overriding stack policy during this update. If you don't specify a
816
816
  # stack policy, the current policy that is associated with the stack
817
817
  # will be used.
818
818
  # @option options [Array<Types::Parameter>] :parameters
@@ -846,8 +846,8 @@ module Aws::CloudFormation
846
846
  # * If you don't specify either of these capabilities, CloudFormation
847
847
  # returns an `InsufficientCapabilities` error.
848
848
  #
849
- # If your stack template contains these resources, we recommend that
850
- # you review all permissions associated with them and edit their
849
+ # If your stack template contains these resources, we suggest that you
850
+ # review all permissions associated with them and edit their
851
851
  # permissions if necessary.
852
852
  #
853
853
  # * [ AWS::IAM::AccessKey][1]
@@ -140,7 +140,7 @@ module Aws::CloudFormation
140
140
  # @return [String]
141
141
  #
142
142
  # @!attribute [rw] public_type_arn
143
- # The Amazon Resource Number (ARN) of the public extension.
143
+ # The Amazon Resource Name (ARN) of the public extension.
144
144
  #
145
145
  # Conditional: You must specify `PublicTypeArn`, or `TypeName`,
146
146
  # `Type`, and `PublisherId`.
@@ -228,7 +228,7 @@ module Aws::CloudFormation
228
228
  end
229
229
 
230
230
  # @!attribute [rw] arn
231
- # The Amazon Resource Number (ARN) of the activated extension, in this
231
+ # The Amazon Resource Name (ARN) of the activated extension, in this
232
232
  # account and region.
233
233
  # @return [String]
234
234
  #
@@ -849,7 +849,7 @@ module Aws::CloudFormation
849
849
  # * If you don't specify either of these capabilities,
850
850
  # CloudFormation returns an `InsufficientCapabilities` error.
851
851
  #
852
- # If your stack template contains these resources, we recommend that
852
+ # If your stack template contains these resources, we suggest that
853
853
  # you review all permissions associated with them and edit their
854
854
  # permissions if necessary.
855
855
  #
@@ -895,8 +895,8 @@ module Aws::CloudFormation
895
895
  #
896
896
  # </note>
897
897
  #
898
- # For more information on macros, see [Using CloudFormation macros
899
- # to perform custom processing on templates][11].
898
+ # For more information about macros, see [Using CloudFormation
899
+ # macros to perform custom processing on templates][11].
900
900
  #
901
901
  #
902
902
  #
@@ -1413,6 +1413,7 @@ module Aws::CloudFormation
1413
1413
  # accounts: ["Account"],
1414
1414
  # accounts_url: "AccountsUrl",
1415
1415
  # organizational_unit_ids: ["OrganizationalUnitId"],
1416
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
1416
1417
  # },
1417
1418
  # regions: ["Region"], # required
1418
1419
  # parameter_overrides: [
@@ -1671,7 +1672,7 @@ module Aws::CloudFormation
1671
1672
  #
1672
1673
  # @!attribute [rw] stack_id
1673
1674
  # The stack ID you are importing into a new stack set. Specify the
1674
- # Amazon Resource Number (ARN) of the stack.
1675
+ # Amazon Resource Name (ARN) of the stack.
1675
1676
  # @return [String]
1676
1677
  #
1677
1678
  # @!attribute [rw] parameters
@@ -1770,8 +1771,8 @@ module Aws::CloudFormation
1770
1771
  # @return [Array<Types::Tag>]
1771
1772
  #
1772
1773
  # @!attribute [rw] administration_role_arn
1773
- # The Amazon Resource Number (ARN) of the IAM role to use to create
1774
- # this stack set.
1774
+ # The Amazon Resource Name (ARN) of the IAM role to use to create this
1775
+ # stack set.
1775
1776
  #
1776
1777
  # Specify an IAM role only if you are using customized administrator
1777
1778
  # roles to control which users or groups can manage specific stack
@@ -2072,6 +2073,7 @@ module Aws::CloudFormation
2072
2073
  # accounts: ["Account"],
2073
2074
  # accounts_url: "AccountsUrl",
2074
2075
  # organizational_unit_ids: ["OrganizationalUnitId"],
2076
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
2075
2077
  # },
2076
2078
  # regions: ["Region"], # required
2077
2079
  # operation_preferences: {
@@ -2262,6 +2264,7 @@ module Aws::CloudFormation
2262
2264
  # accounts: ["Account"],
2263
2265
  # accounts_url: "AccountsUrl",
2264
2266
  # organizational_unit_ids: ["OrganizationalUnitId"],
2267
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
2265
2268
  # }
2266
2269
  #
2267
2270
  # @!attribute [rw] accounts
@@ -2278,12 +2281,39 @@ module Aws::CloudFormation
2278
2281
  # StackSets deploys.
2279
2282
  # @return [Array<String>]
2280
2283
  #
2284
+ # @!attribute [rw] account_filter_type
2285
+ # Limit deployment targets to individual accounts or include
2286
+ # additional accounts with provided OUs.
2287
+ #
2288
+ # The following is a list of possible values for the
2289
+ # `AccountFilterType` operation.
2290
+ #
2291
+ # * `INTERSECTION`\: StackSets deploys to the accounts specified in
2292
+ # `Accounts` parameter.
2293
+ #
2294
+ # * `DIFFERENCE`\: StackSets excludes the accounts specified in
2295
+ # `Accounts` parameter. This enables user to avoid certain accounts
2296
+ # within an OU such as suspended accounts.
2297
+ #
2298
+ # * `UNION`\: (default value) StackSets includes additional accounts
2299
+ # deployment targets.
2300
+ #
2301
+ # This is the default value if `AccountFilterType` is not provided.
2302
+ # This enables user to update an entire OU and individual accounts
2303
+ # from a different OU in one request, which used to be two separate
2304
+ # requests.
2305
+ #
2306
+ # * `NONE`\: Deploys to all the accounts in specified organizational
2307
+ # units (OU).
2308
+ # @return [String]
2309
+ #
2281
2310
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeploymentTargets AWS API Documentation
2282
2311
  #
2283
2312
  class DeploymentTargets < Struct.new(
2284
2313
  :accounts,
2285
2314
  :accounts_url,
2286
- :organizational_unit_ids)
2315
+ :organizational_unit_ids,
2316
+ :account_filter_type)
2287
2317
  SENSITIVE = []
2288
2318
  include Aws::Structure
2289
2319
  end
@@ -2989,7 +3019,7 @@ module Aws::CloudFormation
2989
3019
  # @return [Array<Types::StackResourceDrift>]
2990
3020
  #
2991
3021
  # @!attribute [rw] next_token
2992
- # If the request doesn't return all of the remaining results,
3022
+ # If the request doesn't return all the remaining results,
2993
3023
  # `NextToken` is set to a token. To retrieve the next set of results,
2994
3024
  # call `DescribeStackResourceDrifts` again and assign that token to
2995
3025
  # the request object's `NextToken` parameter. If the request returns
@@ -3351,7 +3381,8 @@ module Aws::CloudFormation
3351
3381
  # @!attribute [rw] publisher_id
3352
3382
  # The publisher ID of the extension publisher.
3353
3383
  #
3354
- # Extensions provided by Amazon are not assigned a publisher ID.
3384
+ # Extensions provided by Amazon Web Services are not assigned a
3385
+ # publisher ID.
3355
3386
  # @return [String]
3356
3387
  #
3357
3388
  # @!attribute [rw] public_version_number
@@ -3396,9 +3427,9 @@ module Aws::CloudFormation
3396
3427
  # is used when the extension version isn't specified.
3397
3428
  #
3398
3429
  # This applies only to private extensions you have registered in your
3399
- # account. For public extensions, both those provided by Amazon and
3400
- # published by third parties, CloudFormation returns `null`. For more
3401
- # information, see [RegisterType][1].
3430
+ # account. For public extensions, both those provided by Amazon Web
3431
+ # Services and published by third parties, CloudFormation returns
3432
+ # `null`. For more information, see [RegisterType][1].
3402
3433
  #
3403
3434
  # To set the default version of an extension, use `
3404
3435
  # SetTypeDefaultVersion `.
@@ -3413,8 +3444,8 @@ module Aws::CloudFormation
3413
3444
  # version.
3414
3445
  #
3415
3446
  # This applies only to private extensions you have registered in your
3416
- # account, and extensions published by Amazon. For public third-party
3417
- # extensions, whether or not they are activated in your account,
3447
+ # account, and extensions published by Amazon Web Services. For public
3448
+ # third-party extensions, whether they are activated in your account,
3418
3449
  # CloudFormation returns `null`.
3419
3450
  # @return [Boolean]
3420
3451
  #
@@ -3425,7 +3456,7 @@ module Aws::CloudFormation
3425
3456
  #
3426
3457
  # This applies only to registered private extension versions.
3427
3458
  # CloudFormation doesn't return this information for public
3428
- # extensions, whether or not they are activated in your account.
3459
+ # extensions, whether they are activated in your account.
3429
3460
  #
3430
3461
  # * `PASSED`\: The extension has passed all its contract tests.
3431
3462
  #
@@ -3454,7 +3485,7 @@ module Aws::CloudFormation
3454
3485
  #
3455
3486
  # This applies only to registered private extension versions.
3456
3487
  # CloudFormation doesn't return this information for public
3457
- # extensions, whether or not they are activated in your account.
3488
+ # extensions, whether they are activated in your account.
3458
3489
  # @return [String]
3459
3490
  #
3460
3491
  # @!attribute [rw] description
@@ -3464,7 +3495,7 @@ module Aws::CloudFormation
3464
3495
  # @!attribute [rw] schema
3465
3496
  # The schema that defines the extension.
3466
3497
  #
3467
- # For more information on extension schemas, see [Resource Provider
3498
+ # For more information about extension schemas, see [Resource Provider
3468
3499
  # Schema][1] in the *CloudFormation CLI User Guide*.
3469
3500
  #
3470
3501
  #
@@ -3515,9 +3546,9 @@ module Aws::CloudFormation
3515
3546
  # @!attribute [rw] logging_config
3516
3547
  # Contains logging configuration information for private extensions.
3517
3548
  # This applies only to private extensions you have registered in your
3518
- # account. For public extensions, both those provided by Amazon and
3519
- # published by third parties, CloudFormation returns `null`. For more
3520
- # information, see [RegisterType][1].
3549
+ # account. For public extensions, both those provided by Amazon Web
3550
+ # Services and published by third parties, CloudFormation returns
3551
+ # `null`. For more information, see [RegisterType][1].
3521
3552
  #
3522
3553
  #
3523
3554
  #
@@ -3536,8 +3567,6 @@ module Aws::CloudFormation
3536
3567
  # have registered in your account. For more information, see
3537
3568
  # [RegisterType][1].
3538
3569
  #
3539
- #
3540
- #
3541
3570
  # If the registered extension calls any Amazon Web Services APIs, you
3542
3571
  # must create an <i> <a
3543
3572
  # href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
@@ -3562,7 +3591,7 @@ module Aws::CloudFormation
3562
3591
  # extensions you register as `PRIVATE`.
3563
3592
  #
3564
3593
  # * `PUBLIC`\: The extension is publicly visible and usable within any
3565
- # Amazon account.
3594
+ # Amazon Web Services account.
3566
3595
  # @return [String]
3567
3596
  #
3568
3597
  # @!attribute [rw] source_url
@@ -3659,7 +3688,7 @@ module Aws::CloudFormation
3659
3688
  # @return [String]
3660
3689
  #
3661
3690
  # @!attribute [rw] is_activated
3662
- # Whether or not the extension is activated in the account and region.
3691
+ # Whether the extension is activated in the account and region.
3663
3692
  #
3664
3693
  # This only applies to public third-party extensions. For all other
3665
3694
  # extensions, CloudFormation returns `null`.
@@ -3873,7 +3902,7 @@ module Aws::CloudFormation
3873
3902
  # The user-specified preferences for how CloudFormation performs a
3874
3903
  # stack set operation.
3875
3904
  #
3876
- # For more information on maximum concurrent accounts and failure
3905
+ # For more information about maximum concurrent accounts and failure
3877
3906
  # tolerance, see [Stack set operation options][1].
3878
3907
  #
3879
3908
  #
@@ -4437,7 +4466,7 @@ module Aws::CloudFormation
4437
4466
  # The user-specified preferences for how CloudFormation performs a
4438
4467
  # stack set operation.
4439
4468
  #
4440
- # For more information on maximum concurrent accounts and failure
4469
+ # For more information about maximum concurrent accounts and failure
4441
4470
  # tolerance, see [Stack set operation options][1].
4442
4471
  #
4443
4472
  #
@@ -4521,8 +4550,8 @@ module Aws::CloudFormation
4521
4550
 
4522
4551
  # The quota for the resource has already been reached.
4523
4552
  #
4524
- # For information on resource and stack limitations, see [CloudFormation
4525
- # quotas][1] in the *CloudFormation User Guide*.
4553
+ # For information about resource and stack limitations, see
4554
+ # [CloudFormation quotas][1] in the *CloudFormation User Guide*.
4526
4555
  #
4527
4556
  #
4528
4557
  #
@@ -4694,7 +4723,7 @@ module Aws::CloudFormation
4694
4723
  # @return [String]
4695
4724
  #
4696
4725
  # @!attribute [rw] next_token
4697
- # If the previous request didn't return all of the remaining results,
4726
+ # If the previous request didn't return all the remaining results,
4698
4727
  # the response's `NextToken` parameter value is set to a token. To
4699
4728
  # retrieve the next set of results, call `ListStackInstances` again
4700
4729
  # and assign that token to the request object's `NextToken`
@@ -4859,7 +4888,7 @@ module Aws::CloudFormation
4859
4888
  # @return [String]
4860
4889
  #
4861
4890
  # @!attribute [rw] next_token
4862
- # If the previous request didn't return all of the remaining results,
4891
+ # If the previous request didn't return all the remaining results,
4863
4892
  # the response object's `NextToken` parameter value is set to a
4864
4893
  # token. To retrieve the next set of results, call
4865
4894
  # `ListStackSetOperationResults` again and assign that token to the
@@ -5237,7 +5266,7 @@ module Aws::CloudFormation
5237
5266
  # @return [Array<String>]
5238
5267
  #
5239
5268
  # @!attribute [rw] next_token
5240
- # If the request doesn't return all of the remaining results,
5269
+ # If the request doesn't return all the remaining results,
5241
5270
  # `NextToken` is set to a token. To retrieve the next set of results,
5242
5271
  # call this action again and assign that token to the request
5243
5272
  # object's `NextToken` parameter. If the request returns all results,
@@ -5396,8 +5425,9 @@ module Aws::CloudFormation
5396
5425
  # region.
5397
5426
  #
5398
5427
  # * `PUBLIC`\: Extensions that are publicly visible and available to
5399
- # be activated within any Amazon account. This includes extensions
5400
- # from Amazon, as well as third-party publishers.
5428
+ # be activated within any Amazon Web Services account. This includes
5429
+ # extensions from Amazon Web Services, in addition to third-party
5430
+ # publishers.
5401
5431
  #
5402
5432
  # The default is `PRIVATE`.
5403
5433
  # @return [String]
@@ -5458,12 +5488,12 @@ module Aws::CloudFormation
5458
5488
  # @return [Integer]
5459
5489
  #
5460
5490
  # @!attribute [rw] next_token
5461
- # If the previous paginated request didn't return all of the
5462
- # remaining results, the response object's `NextToken` parameter
5463
- # value is set to a token. To retrieve the next set of results, call
5464
- # this action again and assign that token to the request object's
5465
- # `NextToken` parameter. If there are no remaining results, the
5466
- # previous response object's `NextToken` parameter is set to `null`.
5491
+ # If the previous paginated request didn't return all the remaining
5492
+ # results, the response object's `NextToken` parameter value is set
5493
+ # to a token. To retrieve the next set of results, call this action
5494
+ # again and assign that token to the request object's `NextToken`
5495
+ # parameter. If there are no remaining results, the previous response
5496
+ # object's `NextToken` parameter is set to `null`.
5467
5497
  # @return [String]
5468
5498
  #
5469
5499
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListTypesInput AWS API Documentation
@@ -5571,8 +5601,8 @@ module Aws::CloudFormation
5571
5601
  # created, if the resource was created from a module included in the
5572
5602
  # stack template.
5573
5603
  #
5574
- # For more information on modules, see [Using modules to encapsulate and
5575
- # reuse resource
5604
+ # For more information about modules, see [Using modules to encapsulate
5605
+ # and reuse resource
5576
5606
  # configurations](AWSCloudFormation/latest/UserGuide/modules.html) in
5577
5607
  # the *CloudFormation User Guide*.
5578
5608
  #
@@ -5871,7 +5901,7 @@ module Aws::CloudFormation
5871
5901
  # @return [String]
5872
5902
  #
5873
5903
  # @!attribute [rw] arn
5874
- # The Amazon Resource Number (ARN) of the extension.
5904
+ # The Amazon Resource Name (ARN) of the extension.
5875
5905
  #
5876
5906
  # Conditional: You must specify `Arn`, or `TypeName` and `Type`.
5877
5907
  # @return [String]
@@ -5916,8 +5946,8 @@ module Aws::CloudFormation
5916
5946
  end
5917
5947
 
5918
5948
  # @!attribute [rw] public_type_arn
5919
- # The Amazon Resource Number (ARN) assigned to the public extension
5920
- # upon publication.
5949
+ # The Amazon Resource Name (ARN) assigned to the public extension upon
5950
+ # publication.
5921
5951
  # @return [String]
5922
5952
  #
5923
5953
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/PublishTypeOutput AWS API Documentation
@@ -6094,7 +6124,7 @@ module Aws::CloudFormation
6094
6124
  # @!attribute [rw] type_name
6095
6125
  # The name of the extension being registered.
6096
6126
  #
6097
- # We recommend that extension names adhere to the following patterns:
6127
+ # We suggest that extension names adhere to the following patterns:
6098
6128
  #
6099
6129
  # * For resource types,
6100
6130
  # *company\_or\_organization*\::*service*\::*type*.
@@ -6102,6 +6132,8 @@ module Aws::CloudFormation
6102
6132
  # * For modules,
6103
6133
  # *company\_or\_organization*\::*service*\::*type*\::MODULE.
6104
6134
  #
6135
+ # * For hooks, *MyCompany*\::*Testing*\::*MyTestHook*.
6136
+ #
6105
6137
  # <note markdown="1"> The following organization namespaces are reserved and can't be
6106
6138
  # used in your extension names:
6107
6139
  #
@@ -6124,7 +6156,7 @@ module Aws::CloudFormation
6124
6156
  # A URL to the S3 bucket containing the extension project package that
6125
6157
  # contains the necessary files for the extension you want to register.
6126
6158
  #
6127
- # For information on generating a schema handler package for the
6159
+ # For information about generating a schema handler package for the
6128
6160
  # extension you want to register, see [submit][1] in the
6129
6161
  # *CloudFormation CLI User Guide*.
6130
6162
  #
@@ -6154,7 +6186,7 @@ module Aws::CloudFormation
6154
6186
  # For CloudFormation to assume the specified execution role, the role
6155
6187
  # must contain a trust relationship with the CloudFormation service
6156
6188
  # principle (`resources.cloudformation.amazonaws.com`). For more
6157
- # information on adding trust relationships, see [Modifying a role
6189
+ # information about adding trust relationships, see [Modifying a role
6158
6190
  # trust
6159
6191
  # policy](IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy)
6160
6192
  # in the *Identity and Access Management User Guide*.
@@ -7033,7 +7065,7 @@ module Aws::CloudFormation
7033
7065
  # Whether termination protection is enabled for the stack.
7034
7066
  #
7035
7067
  # For [nested stacks][1], termination protection is set on the root
7036
- # stack and cannot be changed directly on the nested stack. For more
7068
+ # stack and can't be changed directly on the nested stack. For more
7037
7069
  # information, see [Protecting a Stack From Being Deleted][2] in the
7038
7070
  # *CloudFormation User Guide*.
7039
7071
  #
@@ -7071,11 +7103,11 @@ module Aws::CloudFormation
7071
7103
  # @return [String]
7072
7104
  #
7073
7105
  # @!attribute [rw] drift_information
7074
- # Information on whether a stack's actual configuration differs, or
7075
- # has *drifted*, from it's expected configuration, as defined in the
7076
- # stack template and any values specified as template parameters. For
7077
- # more information, see [Detecting Unregulated Configuration Changes
7078
- # to Stacks and Resources][1].
7106
+ # Information about whether a stack's actual configuration differs,
7107
+ # or has *drifted*, from it's expected configuration, as defined in
7108
+ # the stack template and any values specified as template parameters.
7109
+ # For more information, see [Detecting Unregulated Configuration
7110
+ # Changes to Stacks and Resources][1].
7079
7111
  #
7080
7112
  #
7081
7113
  #
@@ -7955,9 +7987,9 @@ module Aws::CloudFormation
7955
7987
  # Support Drift Detection][1]. If you performed an
7956
7988
  # ContinueUpdateRollback operation on a stack, any resources
7957
7989
  # included in `ResourcesToSkip` will also have a status of
7958
- # `NOT_CHECKED`. For more information on skipping resources during
7959
- # rollback operations, see [Continue Rolling Back an Update][2] in
7960
- # the CloudFormation User Guide.
7990
+ # `NOT_CHECKED`. For more information about skipping resources
7991
+ # during rollback operations, see [Continue Rolling Back an
7992
+ # Update][2] in the CloudFormation User Guide.
7961
7993
  #
7962
7994
  # * `IN_SYNC`\: The resource's actual configuration matches its
7963
7995
  # expected configuration.
@@ -8097,11 +8129,11 @@ module Aws::CloudFormation
8097
8129
  # @return [Array<Types::Tag>]
8098
8130
  #
8099
8131
  # @!attribute [rw] stack_set_arn
8100
- # The Amazon Resource Number (ARN) of the stack set.
8132
+ # The Amazon Resource Name (ARN) of the stack set.
8101
8133
  # @return [String]
8102
8134
  #
8103
8135
  # @!attribute [rw] administration_role_arn
8104
- # The Amazon Resource Number (ARN) of the IAM role used to create or
8136
+ # The Amazon Resource Name (ARN) of the IAM role used to create or
8105
8137
  # update the stack set.
8106
8138
  #
8107
8139
  # Use customized administrator roles to control which users or groups
@@ -8386,8 +8418,8 @@ module Aws::CloudFormation
8386
8418
  # @return [Boolean]
8387
8419
  #
8388
8420
  # @!attribute [rw] administration_role_arn
8389
- # The Amazon Resource Number (ARN) of the IAM role used to perform
8390
- # this stack set operation.
8421
+ # The Amazon Resource Name (ARN) of the IAM role used to perform this
8422
+ # stack set operation.
8391
8423
  #
8392
8424
  # Use customized administrator roles to control which users or groups
8393
8425
  # can manage specific stack sets within the same administrator
@@ -8444,6 +8476,10 @@ module Aws::CloudFormation
8444
8476
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html
8445
8477
  # @return [Types::StackSetDriftDetectionDetails]
8446
8478
  #
8479
+ # @!attribute [rw] status_reason
8480
+ # The status of the operation in details.
8481
+ # @return [String]
8482
+ #
8447
8483
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperation AWS API Documentation
8448
8484
  #
8449
8485
  class StackSetOperation < Struct.new(
@@ -8458,7 +8494,8 @@ module Aws::CloudFormation
8458
8494
  :creation_timestamp,
8459
8495
  :end_timestamp,
8460
8496
  :deployment_targets,
8461
- :stack_set_drift_detection_details)
8497
+ :stack_set_drift_detection_details,
8498
+ :status_reason)
8462
8499
  SENSITIVE = []
8463
8500
  include Aws::Structure
8464
8501
  end
@@ -8466,7 +8503,7 @@ module Aws::CloudFormation
8466
8503
  # The user-specified preferences for how CloudFormation performs a stack
8467
8504
  # set operation.
8468
8505
  #
8469
- # For more information on maximum concurrent accounts and failure
8506
+ # For more information about maximum concurrent accounts and failure
8470
8507
  # tolerance, see [Stack set operation options][1].
8471
8508
  #
8472
8509
  #
@@ -8706,6 +8743,10 @@ module Aws::CloudFormation
8706
8743
  # account or Region.
8707
8744
  # @return [Time]
8708
8745
  #
8746
+ # @!attribute [rw] status_reason
8747
+ # The status of the operation in details.
8748
+ # @return [String]
8749
+ #
8709
8750
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperationSummary AWS API Documentation
8710
8751
  #
8711
8752
  class StackSetOperationSummary < Struct.new(
@@ -8713,7 +8754,8 @@ module Aws::CloudFormation
8713
8754
  :action,
8714
8755
  :status,
8715
8756
  :creation_timestamp,
8716
- :end_timestamp)
8757
+ :end_timestamp,
8758
+ :status_reason)
8717
8759
  SENSITIVE = []
8718
8760
  include Aws::Structure
8719
8761
  end
@@ -8876,7 +8918,7 @@ module Aws::CloudFormation
8876
8918
  # @return [String]
8877
8919
  #
8878
8920
  # @!attribute [rw] drift_information
8879
- # Summarizes information on whether a stack's actual configuration
8921
+ # Summarizes information about whether a stack's actual configuration
8880
8922
  # differs, or has *drifted*, from it's expected configuration, as
8881
8923
  # defined in the stack template and any values specified as template
8882
8924
  # parameters. For more information, see [Detecting Unregulated
@@ -9177,8 +9219,8 @@ module Aws::CloudFormation
9177
9219
  # @return [String]
9178
9220
  #
9179
9221
  # @!attribute [rw] is_default_configuration
9180
- # Whether or not this configuration data is the default configuration
9181
- # for the extension.
9222
+ # Whether this configuration data is the default configuration for the
9223
+ # extension.
9182
9224
  # @return [Boolean]
9183
9225
  #
9184
9226
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/TypeConfigurationDetails AWS API Documentation
@@ -9455,8 +9497,7 @@ module Aws::CloudFormation
9455
9497
  # @return [String]
9456
9498
  #
9457
9499
  # @!attribute [rw] is_activated
9458
- # Whether or not the extension is activated for this account and
9459
- # region.
9500
+ # Whether the extension is activated for this account and region.
9460
9501
  #
9461
9502
  # This applies only to third-party public extensions. Extensions
9462
9503
  # published by Amazon are activated by default.
@@ -9646,7 +9687,7 @@ module Aws::CloudFormation
9646
9687
  # `StackPolicyDuringUpdateURL` parameter, but not both.
9647
9688
  #
9648
9689
  # If you want to update protected resources, specify a temporary
9649
- # overriding stack policy during this update. If you do not specify a
9690
+ # overriding stack policy during this update. If you don't specify a
9650
9691
  # stack policy, the current policy that is associated with the stack
9651
9692
  # will be used.
9652
9693
  # @return [String]
@@ -9659,7 +9700,7 @@ module Aws::CloudFormation
9659
9700
  # parameter, but not both.
9660
9701
  #
9661
9702
  # If you want to update protected resources, specify a temporary
9662
- # overriding stack policy during this update. If you do not specify a
9703
+ # overriding stack policy during this update. If you don't specify a
9663
9704
  # stack policy, the current policy that is associated with the stack
9664
9705
  # will be used.
9665
9706
  # @return [String]
@@ -9697,7 +9738,7 @@ module Aws::CloudFormation
9697
9738
  # * If you don't specify either of these capabilities,
9698
9739
  # CloudFormation returns an `InsufficientCapabilities` error.
9699
9740
  #
9700
- # If your stack template contains these resources, we recommend that
9741
+ # If your stack template contains these resources, we suggest that
9701
9742
  # you review all permissions associated with them and edit their
9702
9743
  # permissions if necessary.
9703
9744
  #
@@ -9904,6 +9945,7 @@ module Aws::CloudFormation
9904
9945
  # accounts: ["Account"],
9905
9946
  # accounts_url: "AccountsUrl",
9906
9947
  # organizational_unit_ids: ["OrganizationalUnitId"],
9948
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
9907
9949
  # },
9908
9950
  # regions: ["Region"], # required
9909
9951
  # parameter_overrides: [
@@ -10124,6 +10166,7 @@ module Aws::CloudFormation
10124
10166
  # accounts: ["Account"],
10125
10167
  # accounts_url: "AccountsUrl",
10126
10168
  # organizational_unit_ids: ["OrganizationalUnitId"],
10169
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
10127
10170
  # },
10128
10171
  # permission_model: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, SELF_MANAGED
10129
10172
  # auto_deployment: {
@@ -10310,8 +10353,8 @@ module Aws::CloudFormation
10310
10353
  # @return [Types::StackSetOperationPreferences]
10311
10354
  #
10312
10355
  # @!attribute [rw] administration_role_arn
10313
- # The Amazon Resource Number (ARN) of the IAM role to use to update
10314
- # this stack set.
10356
+ # The Amazon Resource Name (ARN) of the IAM role to use to update this
10357
+ # stack set.
10315
10358
  #
10316
10359
  # Specify an IAM role only if you are using customized administrator
10317
10360
  # roles to control which users or groups can manage specific stack
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
53
53
  # @!group service
54
54
  module Aws::CloudFormation
55
55
 
56
- GEM_VERSION = '1.67.0'
56
+ GEM_VERSION = '1.70.0'
57
57
 
58
58
  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.67.0
4
+ version: 1.70.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: 2022-02-10 00:00:00.000000000 Z
11
+ date: 2022-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.126.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.126.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement