aws-sdk-cloudformation 1.68.0 → 1.69.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +54 -48
- data/lib/aws-sdk-cloudformation/client_api.rb +3 -0
- data/lib/aws-sdk-cloudformation/stack.rb +9 -9
- data/lib/aws-sdk-cloudformation/types.rb +85 -74
- data/lib/aws-sdk-cloudformation.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f171000a56e0e515c21168045fdb6331451db5602f0764df109bbe4ad96b113
|
4
|
+
data.tar.gz: ad1ff0f52c3a88d36e65c221c0b77c58d16f006cd37ca59ad2b7646c25b93e7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f40d12ddc008c11582e7dadececca40c6402c3bf588987800472b74b5593db16d48276d0c8e6b465c3ab9f8a08689c5b313d4846dfd5dfe3cbb8ec5269e9bfb7
|
7
|
+
data.tar.gz: d6a56ec2bd835870aa076dfeae25c02d40b5913e77151eea8adc73a93d16e1e5be1069ed2d12533a04ca74cb71cf2d07a17743b462c5dc76a26997e99061bab3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|
@@ -374,7 +374,7 @@ module Aws::CloudFormation
|
|
374
374
|
# and `PublisherId`.
|
375
375
|
#
|
376
376
|
# @option params [String] :public_type_arn
|
377
|
-
# The Amazon Resource
|
377
|
+
# The Amazon Resource Name (ARN) of the public extension.
|
378
378
|
#
|
379
379
|
# Conditional: You must specify `PublicTypeArn`, or `TypeName`, `Type`,
|
380
380
|
# and `PublisherId`.
|
@@ -773,8 +773,8 @@ module Aws::CloudFormation
|
|
773
773
|
# * If you don't specify either of these capabilities, CloudFormation
|
774
774
|
# returns an `InsufficientCapabilities` error.
|
775
775
|
#
|
776
|
-
# If your stack template contains these resources, we
|
777
|
-
#
|
776
|
+
# If your stack template contains these resources, we suggest that you
|
777
|
+
# review all permissions associated with them and edit their
|
778
778
|
# permissions if necessary.
|
779
779
|
#
|
780
780
|
# * [ AWS::IAM::AccessKey][1]
|
@@ -819,8 +819,8 @@ module Aws::CloudFormation
|
|
819
819
|
#
|
820
820
|
# </note>
|
821
821
|
#
|
822
|
-
# For more information
|
823
|
-
# perform custom processing on templates][11].
|
822
|
+
# For more information about macros, see [Using CloudFormation macros
|
823
|
+
# to perform custom processing on templates][11].
|
824
824
|
#
|
825
825
|
#
|
826
826
|
#
|
@@ -1512,7 +1512,7 @@ module Aws::CloudFormation
|
|
1512
1512
|
#
|
1513
1513
|
# @option params [String] :stack_id
|
1514
1514
|
# The stack ID you are importing into a new stack set. Specify the
|
1515
|
-
# Amazon Resource
|
1515
|
+
# Amazon Resource Name (ARN) of the stack.
|
1516
1516
|
#
|
1517
1517
|
# @option params [Array<Types::Parameter>] :parameters
|
1518
1518
|
# The input parameters for the stack set template.
|
@@ -1606,7 +1606,7 @@ module Aws::CloudFormation
|
|
1606
1606
|
# fails with an `access denied` error, and the stack set is not created.
|
1607
1607
|
#
|
1608
1608
|
# @option params [String] :administration_role_arn
|
1609
|
-
# The Amazon Resource
|
1609
|
+
# The Amazon Resource Name (ARN) of the IAM role to use to create this
|
1610
1610
|
# stack set.
|
1611
1611
|
#
|
1612
1612
|
# Specify an IAM role only if you are using customized administrator
|
@@ -2018,9 +2018,9 @@ module Aws::CloudFormation
|
|
2018
2018
|
req.send_request(options)
|
2019
2019
|
end
|
2020
2020
|
|
2021
|
-
# Deletes a stack set. Before you can delete a stack set, all
|
2022
|
-
#
|
2023
|
-
#
|
2021
|
+
# Deletes a stack set. Before you can delete a stack set, all its member
|
2022
|
+
# stack instances must be deleted. For more information about how to
|
2023
|
+
# complete this, see DeleteStackInstances.
|
2024
2024
|
#
|
2025
2025
|
# @option params [required, String] :stack_set_name
|
2026
2026
|
# The name or unique ID of the stack set that you're deleting. You can
|
@@ -2361,7 +2361,7 @@ module Aws::CloudFormation
|
|
2361
2361
|
# extension publisher, `DescribePublisher` returns information about
|
2362
2362
|
# your own publisher account.
|
2363
2363
|
#
|
2364
|
-
# For more information
|
2364
|
+
# For more information about registering as a publisher, see:
|
2365
2365
|
#
|
2366
2366
|
# * [RegisterPublisher][1]
|
2367
2367
|
#
|
@@ -2415,7 +2415,7 @@ module Aws::CloudFormation
|
|
2415
2415
|
# configuration, as defined in the stack template and any values
|
2416
2416
|
# specified as template parameters. A stack is considered to have
|
2417
2417
|
# drifted if one or more of its resources have drifted. For more
|
2418
|
-
# information
|
2418
|
+
# information about stack and resource drift, see [Detecting Unregulated
|
2419
2419
|
# Configuration Changes to Stacks and Resources][1].
|
2420
2420
|
#
|
2421
2421
|
# Use DetectStackDrift to initiate a stack drift detection operation.
|
@@ -3034,6 +3034,7 @@ module Aws::CloudFormation
|
|
3034
3034
|
# resp.stack_set_operation.stack_set_drift_detection_details.in_sync_stack_instances_count #=> Integer
|
3035
3035
|
# resp.stack_set_operation.stack_set_drift_detection_details.in_progress_stack_instances_count #=> Integer
|
3036
3036
|
# resp.stack_set_operation.stack_set_drift_detection_details.failed_stack_instances_count #=> Integer
|
3037
|
+
# resp.stack_set_operation.status_reason #=> String
|
3037
3038
|
#
|
3038
3039
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetOperation AWS API Documentation
|
3039
3040
|
#
|
@@ -3176,7 +3177,8 @@ module Aws::CloudFormation
|
|
3176
3177
|
# @option params [String] :publisher_id
|
3177
3178
|
# The publisher ID of the extension publisher.
|
3178
3179
|
#
|
3179
|
-
# Extensions provided by Amazon are not assigned a
|
3180
|
+
# Extensions provided by Amazon Web Services are not assigned a
|
3181
|
+
# publisher ID.
|
3180
3182
|
#
|
3181
3183
|
# @option params [String] :public_version_number
|
3182
3184
|
# The version number of a public third-party extension.
|
@@ -3481,7 +3483,7 @@ module Aws::CloudFormation
|
|
3481
3483
|
# specific stack instance, including its drift status and last drift
|
3482
3484
|
# time checked.
|
3483
3485
|
#
|
3484
|
-
# For more information
|
3486
|
+
# For more information about performing a drift detection operation on a
|
3485
3487
|
# stack set, see [Detecting unmanaged changes in stack sets][1].
|
3486
3488
|
#
|
3487
3489
|
# You can only run a single drift detection operation on a given stack
|
@@ -3502,7 +3504,7 @@ module Aws::CloudFormation
|
|
3502
3504
|
# The user-specified preferences for how CloudFormation performs a stack
|
3503
3505
|
# set operation.
|
3504
3506
|
#
|
3505
|
-
# For more information
|
3507
|
+
# For more information about maximum concurrent accounts and failure
|
3506
3508
|
# tolerance, see [Stack set operation options][1].
|
3507
3509
|
#
|
3508
3510
|
#
|
@@ -3954,7 +3956,7 @@ module Aws::CloudFormation
|
|
3954
3956
|
# The user-specified preferences for how CloudFormation performs a stack
|
3955
3957
|
# set operation.
|
3956
3958
|
#
|
3957
|
-
# For more information
|
3959
|
+
# For more information about maximum concurrent accounts and failure
|
3958
3960
|
# tolerance, see [Stack set operation options][1].
|
3959
3961
|
#
|
3960
3962
|
#
|
@@ -4170,12 +4172,12 @@ module Aws::CloudFormation
|
|
4170
4172
|
# instances for.
|
4171
4173
|
#
|
4172
4174
|
# @option params [String] :next_token
|
4173
|
-
# If the previous request didn't return all
|
4174
|
-
#
|
4175
|
-
#
|
4176
|
-
#
|
4177
|
-
#
|
4178
|
-
#
|
4175
|
+
# If the previous request didn't return all the remaining results, the
|
4176
|
+
# response's `NextToken` parameter value is set to a token. To retrieve
|
4177
|
+
# the next set of results, call `ListStackInstances` again and assign
|
4178
|
+
# that token to the request object's `NextToken` parameter. If there
|
4179
|
+
# are no remaining results, the previous response object's `NextToken`
|
4180
|
+
# parameter is set to `null`.
|
4179
4181
|
#
|
4180
4182
|
# @option params [Integer] :max_results
|
4181
4183
|
# The maximum number of results to be returned with a single call. If
|
@@ -4332,13 +4334,12 @@ module Aws::CloudFormation
|
|
4332
4334
|
# The ID of the stack set operation.
|
4333
4335
|
#
|
4334
4336
|
# @option params [String] :next_token
|
4335
|
-
# If the previous request didn't return all
|
4336
|
-
#
|
4337
|
-
#
|
4338
|
-
#
|
4339
|
-
#
|
4340
|
-
#
|
4341
|
-
# to `null`.
|
4337
|
+
# If the previous request didn't return all the remaining results, the
|
4338
|
+
# response object's `NextToken` parameter value is set to a token. To
|
4339
|
+
# retrieve the next set of results, call `ListStackSetOperationResults`
|
4340
|
+
# again and assign that token to the request object's `NextToken`
|
4341
|
+
# parameter. If there are no remaining results, the previous response
|
4342
|
+
# object's `NextToken` parameter is set to `null`.
|
4342
4343
|
#
|
4343
4344
|
# @option params [Integer] :max_results
|
4344
4345
|
# The maximum number of results to be returned with a single call. If
|
@@ -4473,6 +4474,7 @@ module Aws::CloudFormation
|
|
4473
4474
|
# resp.summaries[0].status #=> String, one of "RUNNING", "SUCCEEDED", "FAILED", "STOPPING", "STOPPED", "QUEUED"
|
4474
4475
|
# resp.summaries[0].creation_timestamp #=> Time
|
4475
4476
|
# resp.summaries[0].end_timestamp #=> Time
|
4477
|
+
# resp.summaries[0].status_reason #=> String
|
4476
4478
|
# resp.next_token #=> String
|
4477
4479
|
#
|
4478
4480
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperations AWS API Documentation
|
@@ -4819,8 +4821,9 @@ module Aws::CloudFormation
|
|
4819
4821
|
# region.
|
4820
4822
|
#
|
4821
4823
|
# * `PUBLIC`\: Extensions that are publicly visible and available to be
|
4822
|
-
# activated within any Amazon account. This includes
|
4823
|
-
# Amazon,
|
4824
|
+
# activated within any Amazon Web Services account. This includes
|
4825
|
+
# extensions from Amazon Web Services, in addition to third-party
|
4826
|
+
# publishers.
|
4824
4827
|
#
|
4825
4828
|
# The default is `PRIVATE`.
|
4826
4829
|
#
|
@@ -4875,7 +4878,7 @@ module Aws::CloudFormation
|
|
4875
4878
|
# request parameter to get the next set of results.
|
4876
4879
|
#
|
4877
4880
|
# @option params [String] :next_token
|
4878
|
-
# If the previous paginated request didn't return all
|
4881
|
+
# If the previous paginated request didn't return all the remaining
|
4879
4882
|
# results, the response object's `NextToken` parameter value is set to
|
4880
4883
|
# a token. To retrieve the next set of results, call this action again
|
4881
4884
|
# and assign that token to the request object's `NextToken` parameter.
|
@@ -4934,7 +4937,7 @@ module Aws::CloudFormation
|
|
4934
4937
|
|
4935
4938
|
# Publishes the specified extension to the CloudFormation registry as a
|
4936
4939
|
# public extension in this region. Public extensions are available for
|
4937
|
-
# use by all CloudFormation users. For more information
|
4940
|
+
# use by all CloudFormation users. For more information about publishing
|
4938
4941
|
# extensions, see [Publishing extensions to make them available for
|
4939
4942
|
# public use][1] in the *CloudFormation CLI User Guide*.
|
4940
4943
|
#
|
@@ -4952,7 +4955,7 @@ module Aws::CloudFormation
|
|
4952
4955
|
# Conditional: You must specify `Arn`, or `TypeName` and `Type`.
|
4953
4956
|
#
|
4954
4957
|
# @option params [String] :arn
|
4955
|
-
# The Amazon Resource
|
4958
|
+
# The Amazon Resource Name (ARN) of the extension.
|
4956
4959
|
#
|
4957
4960
|
# Conditional: You must specify `Arn`, or `TypeName` and `Type`.
|
4958
4961
|
#
|
@@ -5094,9 +5097,9 @@ module Aws::CloudFormation
|
|
5094
5097
|
# all CloudFormation users. This publisher ID applies to your account in
|
5095
5098
|
# all Amazon Web Services Regions.
|
5096
5099
|
#
|
5097
|
-
# For information
|
5098
|
-
# publisher, see [Registering your account to publish
|
5099
|
-
# extensions][1] in the *CloudFormation CLI User Guide*.
|
5100
|
+
# For information about requirements for registering as a public
|
5101
|
+
# extension publisher, see [Registering your account to publish
|
5102
|
+
# CloudFormation extensions][1] in the *CloudFormation CLI User Guide*.
|
5100
5103
|
#
|
5101
5104
|
#
|
5102
5105
|
#
|
@@ -5163,8 +5166,8 @@ module Aws::CloudFormation
|
|
5163
5166
|
#
|
5164
5167
|
# * Making the extension available for use in your account.
|
5165
5168
|
#
|
5166
|
-
# For more information
|
5167
|
-
# registration, see [Creating Resource Providers][1] in the
|
5169
|
+
# For more information about how to develop extensions and ready them
|
5170
|
+
# for registration, see [Creating Resource Providers][1] in the
|
5168
5171
|
# *CloudFormation CLI User Guide*.
|
5169
5172
|
#
|
5170
5173
|
# You can have a maximum of 50 resource extension versions registered at
|
@@ -5194,7 +5197,7 @@ module Aws::CloudFormation
|
|
5194
5197
|
# @option params [required, String] :type_name
|
5195
5198
|
# The name of the extension being registered.
|
5196
5199
|
#
|
5197
|
-
# We
|
5200
|
+
# We suggest that extension names adhere to the following patterns:
|
5198
5201
|
#
|
5199
5202
|
# * For resource types,
|
5200
5203
|
# *company\_or\_organization*\::*service*\::*type*.
|
@@ -5202,6 +5205,8 @@ module Aws::CloudFormation
|
|
5202
5205
|
# * For modules,
|
5203
5206
|
# *company\_or\_organization*\::*service*\::*type*\::MODULE.
|
5204
5207
|
#
|
5208
|
+
# * For hooks, *MyCompany*\::*Testing*\::*MyTestHook*.
|
5209
|
+
#
|
5205
5210
|
# <note markdown="1"> The following organization namespaces are reserved and can't be used
|
5206
5211
|
# in your extension names:
|
5207
5212
|
#
|
@@ -5223,7 +5228,7 @@ module Aws::CloudFormation
|
|
5223
5228
|
# A URL to the S3 bucket containing the extension project package that
|
5224
5229
|
# contains the necessary files for the extension you want to register.
|
5225
5230
|
#
|
5226
|
-
# For information
|
5231
|
+
# For information about generating a schema handler package for the
|
5227
5232
|
# extension you want to register, see [submit][1] in the *CloudFormation
|
5228
5233
|
# CLI User Guide*.
|
5229
5234
|
#
|
@@ -5251,7 +5256,8 @@ module Aws::CloudFormation
|
|
5251
5256
|
# For CloudFormation to assume the specified execution role, the role
|
5252
5257
|
# must contain a trust relationship with the CloudFormation service
|
5253
5258
|
# principle (`resources.cloudformation.amazonaws.com`). For more
|
5254
|
-
# information
|
5259
|
+
# information about adding trust relationships, see [Modifying a role
|
5260
|
+
# trust
|
5255
5261
|
# policy](IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy)
|
5256
5262
|
# in the *Identity and Access Management User Guide*.
|
5257
5263
|
#
|
@@ -5807,7 +5813,7 @@ module Aws::CloudFormation
|
|
5807
5813
|
# `StackPolicyDuringUpdateURL` parameter, but not both.
|
5808
5814
|
#
|
5809
5815
|
# If you want to update protected resources, specify a temporary
|
5810
|
-
# overriding stack policy during this update. If you
|
5816
|
+
# overriding stack policy during this update. If you don't specify a
|
5811
5817
|
# stack policy, the current policy that is associated with the stack
|
5812
5818
|
# will be used.
|
5813
5819
|
#
|
@@ -5819,7 +5825,7 @@ module Aws::CloudFormation
|
|
5819
5825
|
# parameter, but not both.
|
5820
5826
|
#
|
5821
5827
|
# If you want to update protected resources, specify a temporary
|
5822
|
-
# overriding stack policy during this update. If you
|
5828
|
+
# overriding stack policy during this update. If you don't specify a
|
5823
5829
|
# stack policy, the current policy that is associated with the stack
|
5824
5830
|
# will be used.
|
5825
5831
|
#
|
@@ -5855,8 +5861,8 @@ module Aws::CloudFormation
|
|
5855
5861
|
# * If you don't specify either of these capabilities, CloudFormation
|
5856
5862
|
# returns an `InsufficientCapabilities` error.
|
5857
5863
|
#
|
5858
|
-
# If your stack template contains these resources, we
|
5859
|
-
#
|
5864
|
+
# If your stack template contains these resources, we suggest that you
|
5865
|
+
# review all permissions associated with them and edit their
|
5860
5866
|
# permissions if necessary.
|
5861
5867
|
#
|
5862
5868
|
# * [ AWS::IAM::AccessKey][1]
|
@@ -6421,7 +6427,7 @@ module Aws::CloudFormation
|
|
6421
6427
|
# Preferences for how CloudFormation performs this stack set operation.
|
6422
6428
|
#
|
6423
6429
|
# @option params [String] :administration_role_arn
|
6424
|
-
# The Amazon Resource
|
6430
|
+
# The Amazon Resource Name (ARN) of the IAM role to use to update this
|
6425
6431
|
# stack set.
|
6426
6432
|
#
|
6427
6433
|
# Specify an IAM role only if you are using customized administrator
|
@@ -6774,7 +6780,7 @@ module Aws::CloudFormation
|
|
6774
6780
|
params: params,
|
6775
6781
|
config: config)
|
6776
6782
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
6777
|
-
context[:gem_version] = '1.
|
6783
|
+
context[:gem_version] = '1.69.0'
|
6778
6784
|
Seahorse::Client::Request.new(handlers, context)
|
6779
6785
|
end
|
6780
6786
|
|
@@ -392,6 +392,7 @@ module Aws::CloudFormation
|
|
392
392
|
StackSetOperationResultSummaries = Shapes::ListShape.new(name: 'StackSetOperationResultSummaries')
|
393
393
|
StackSetOperationResultSummary = Shapes::StructureShape.new(name: 'StackSetOperationResultSummary')
|
394
394
|
StackSetOperationStatus = Shapes::StringShape.new(name: 'StackSetOperationStatus')
|
395
|
+
StackSetOperationStatusReason = Shapes::StringShape.new(name: 'StackSetOperationStatusReason')
|
395
396
|
StackSetOperationSummaries = Shapes::ListShape.new(name: 'StackSetOperationSummaries')
|
396
397
|
StackSetOperationSummary = Shapes::StructureShape.new(name: 'StackSetOperationSummary')
|
397
398
|
StackSetStatus = Shapes::StringShape.new(name: 'StackSetStatus')
|
@@ -1540,6 +1541,7 @@ module Aws::CloudFormation
|
|
1540
1541
|
StackSetOperation.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimestamp"))
|
1541
1542
|
StackSetOperation.add_member(:deployment_targets, Shapes::ShapeRef.new(shape: DeploymentTargets, location_name: "DeploymentTargets"))
|
1542
1543
|
StackSetOperation.add_member(:stack_set_drift_detection_details, Shapes::ShapeRef.new(shape: StackSetDriftDetectionDetails, location_name: "StackSetDriftDetectionDetails"))
|
1544
|
+
StackSetOperation.add_member(:status_reason, Shapes::ShapeRef.new(shape: StackSetOperationStatusReason, location_name: "StatusReason"))
|
1543
1545
|
StackSetOperation.struct_class = Types::StackSetOperation
|
1544
1546
|
|
1545
1547
|
StackSetOperationPreferences.add_member(:region_concurrency_type, Shapes::ShapeRef.new(shape: RegionConcurrencyType, location_name: "RegionConcurrencyType"))
|
@@ -1567,6 +1569,7 @@ module Aws::CloudFormation
|
|
1567
1569
|
StackSetOperationSummary.add_member(:status, Shapes::ShapeRef.new(shape: StackSetOperationStatus, location_name: "Status"))
|
1568
1570
|
StackSetOperationSummary.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimestamp"))
|
1569
1571
|
StackSetOperationSummary.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimestamp"))
|
1572
|
+
StackSetOperationSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: StackSetOperationStatusReason, location_name: "StatusReason"))
|
1570
1573
|
StackSetOperationSummary.struct_class = Types::StackSetOperationSummary
|
1571
1574
|
|
1572
1575
|
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
|
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
|
198
|
-
# *drifted*, from it's expected configuration, as defined in the
|
199
|
-
# template and any values specified as template parameters. For
|
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
|
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
|
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
|
850
|
-
#
|
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
|
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
|
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
|
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
|
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
|
#
|
@@ -1671,7 +1671,7 @@ module Aws::CloudFormation
|
|
1671
1671
|
#
|
1672
1672
|
# @!attribute [rw] stack_id
|
1673
1673
|
# The stack ID you are importing into a new stack set. Specify the
|
1674
|
-
# Amazon Resource
|
1674
|
+
# Amazon Resource Name (ARN) of the stack.
|
1675
1675
|
# @return [String]
|
1676
1676
|
#
|
1677
1677
|
# @!attribute [rw] parameters
|
@@ -1770,8 +1770,8 @@ module Aws::CloudFormation
|
|
1770
1770
|
# @return [Array<Types::Tag>]
|
1771
1771
|
#
|
1772
1772
|
# @!attribute [rw] administration_role_arn
|
1773
|
-
# The Amazon Resource
|
1774
|
-
#
|
1773
|
+
# The Amazon Resource Name (ARN) of the IAM role to use to create this
|
1774
|
+
# stack set.
|
1775
1775
|
#
|
1776
1776
|
# Specify an IAM role only if you are using customized administrator
|
1777
1777
|
# roles to control which users or groups can manage specific stack
|
@@ -2989,7 +2989,7 @@ module Aws::CloudFormation
|
|
2989
2989
|
# @return [Array<Types::StackResourceDrift>]
|
2990
2990
|
#
|
2991
2991
|
# @!attribute [rw] next_token
|
2992
|
-
# If the request doesn't return all
|
2992
|
+
# If the request doesn't return all the remaining results,
|
2993
2993
|
# `NextToken` is set to a token. To retrieve the next set of results,
|
2994
2994
|
# call `DescribeStackResourceDrifts` again and assign that token to
|
2995
2995
|
# the request object's `NextToken` parameter. If the request returns
|
@@ -3351,7 +3351,8 @@ module Aws::CloudFormation
|
|
3351
3351
|
# @!attribute [rw] publisher_id
|
3352
3352
|
# The publisher ID of the extension publisher.
|
3353
3353
|
#
|
3354
|
-
# Extensions provided by Amazon are not assigned a
|
3354
|
+
# Extensions provided by Amazon Web Services are not assigned a
|
3355
|
+
# publisher ID.
|
3355
3356
|
# @return [String]
|
3356
3357
|
#
|
3357
3358
|
# @!attribute [rw] public_version_number
|
@@ -3396,9 +3397,9 @@ module Aws::CloudFormation
|
|
3396
3397
|
# is used when the extension version isn't specified.
|
3397
3398
|
#
|
3398
3399
|
# This applies only to private extensions you have registered in your
|
3399
|
-
# account. For public extensions, both those provided by Amazon
|
3400
|
-
# published by third parties, CloudFormation returns
|
3401
|
-
# information, see [RegisterType][1].
|
3400
|
+
# account. For public extensions, both those provided by Amazon Web
|
3401
|
+
# Services and published by third parties, CloudFormation returns
|
3402
|
+
# `null`. For more information, see [RegisterType][1].
|
3402
3403
|
#
|
3403
3404
|
# To set the default version of an extension, use `
|
3404
3405
|
# SetTypeDefaultVersion `.
|
@@ -3413,8 +3414,8 @@ module Aws::CloudFormation
|
|
3413
3414
|
# version.
|
3414
3415
|
#
|
3415
3416
|
# This applies only to private extensions you have registered in your
|
3416
|
-
# account, and extensions published by Amazon. For public
|
3417
|
-
# extensions, whether
|
3417
|
+
# account, and extensions published by Amazon Web Services. For public
|
3418
|
+
# third-party extensions, whether they are activated in your account,
|
3418
3419
|
# CloudFormation returns `null`.
|
3419
3420
|
# @return [Boolean]
|
3420
3421
|
#
|
@@ -3425,7 +3426,7 @@ module Aws::CloudFormation
|
|
3425
3426
|
#
|
3426
3427
|
# This applies only to registered private extension versions.
|
3427
3428
|
# CloudFormation doesn't return this information for public
|
3428
|
-
# extensions, whether
|
3429
|
+
# extensions, whether they are activated in your account.
|
3429
3430
|
#
|
3430
3431
|
# * `PASSED`\: The extension has passed all its contract tests.
|
3431
3432
|
#
|
@@ -3454,7 +3455,7 @@ module Aws::CloudFormation
|
|
3454
3455
|
#
|
3455
3456
|
# This applies only to registered private extension versions.
|
3456
3457
|
# CloudFormation doesn't return this information for public
|
3457
|
-
# extensions, whether
|
3458
|
+
# extensions, whether they are activated in your account.
|
3458
3459
|
# @return [String]
|
3459
3460
|
#
|
3460
3461
|
# @!attribute [rw] description
|
@@ -3464,7 +3465,7 @@ module Aws::CloudFormation
|
|
3464
3465
|
# @!attribute [rw] schema
|
3465
3466
|
# The schema that defines the extension.
|
3466
3467
|
#
|
3467
|
-
# For more information
|
3468
|
+
# For more information about extension schemas, see [Resource Provider
|
3468
3469
|
# Schema][1] in the *CloudFormation CLI User Guide*.
|
3469
3470
|
#
|
3470
3471
|
#
|
@@ -3515,9 +3516,9 @@ module Aws::CloudFormation
|
|
3515
3516
|
# @!attribute [rw] logging_config
|
3516
3517
|
# Contains logging configuration information for private extensions.
|
3517
3518
|
# This applies only to private extensions you have registered in your
|
3518
|
-
# account. For public extensions, both those provided by Amazon
|
3519
|
-
# published by third parties, CloudFormation returns
|
3520
|
-
# information, see [RegisterType][1].
|
3519
|
+
# account. For public extensions, both those provided by Amazon Web
|
3520
|
+
# Services and published by third parties, CloudFormation returns
|
3521
|
+
# `null`. For more information, see [RegisterType][1].
|
3521
3522
|
#
|
3522
3523
|
#
|
3523
3524
|
#
|
@@ -3536,8 +3537,6 @@ module Aws::CloudFormation
|
|
3536
3537
|
# have registered in your account. For more information, see
|
3537
3538
|
# [RegisterType][1].
|
3538
3539
|
#
|
3539
|
-
#
|
3540
|
-
#
|
3541
3540
|
# If the registered extension calls any Amazon Web Services APIs, you
|
3542
3541
|
# must create an <i> <a
|
3543
3542
|
# href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
@@ -3562,7 +3561,7 @@ module Aws::CloudFormation
|
|
3562
3561
|
# extensions you register as `PRIVATE`.
|
3563
3562
|
#
|
3564
3563
|
# * `PUBLIC`\: The extension is publicly visible and usable within any
|
3565
|
-
# Amazon account.
|
3564
|
+
# Amazon Web Services account.
|
3566
3565
|
# @return [String]
|
3567
3566
|
#
|
3568
3567
|
# @!attribute [rw] source_url
|
@@ -3659,7 +3658,7 @@ module Aws::CloudFormation
|
|
3659
3658
|
# @return [String]
|
3660
3659
|
#
|
3661
3660
|
# @!attribute [rw] is_activated
|
3662
|
-
# Whether
|
3661
|
+
# Whether the extension is activated in the account and region.
|
3663
3662
|
#
|
3664
3663
|
# This only applies to public third-party extensions. For all other
|
3665
3664
|
# extensions, CloudFormation returns `null`.
|
@@ -3873,7 +3872,7 @@ module Aws::CloudFormation
|
|
3873
3872
|
# The user-specified preferences for how CloudFormation performs a
|
3874
3873
|
# stack set operation.
|
3875
3874
|
#
|
3876
|
-
# For more information
|
3875
|
+
# For more information about maximum concurrent accounts and failure
|
3877
3876
|
# tolerance, see [Stack set operation options][1].
|
3878
3877
|
#
|
3879
3878
|
#
|
@@ -4437,7 +4436,7 @@ module Aws::CloudFormation
|
|
4437
4436
|
# The user-specified preferences for how CloudFormation performs a
|
4438
4437
|
# stack set operation.
|
4439
4438
|
#
|
4440
|
-
# For more information
|
4439
|
+
# For more information about maximum concurrent accounts and failure
|
4441
4440
|
# tolerance, see [Stack set operation options][1].
|
4442
4441
|
#
|
4443
4442
|
#
|
@@ -4521,8 +4520,8 @@ module Aws::CloudFormation
|
|
4521
4520
|
|
4522
4521
|
# The quota for the resource has already been reached.
|
4523
4522
|
#
|
4524
|
-
# For information
|
4525
|
-
# quotas][1] in the *CloudFormation User Guide*.
|
4523
|
+
# For information about resource and stack limitations, see
|
4524
|
+
# [CloudFormation quotas][1] in the *CloudFormation User Guide*.
|
4526
4525
|
#
|
4527
4526
|
#
|
4528
4527
|
#
|
@@ -4694,7 +4693,7 @@ module Aws::CloudFormation
|
|
4694
4693
|
# @return [String]
|
4695
4694
|
#
|
4696
4695
|
# @!attribute [rw] next_token
|
4697
|
-
# If the previous request didn't return all
|
4696
|
+
# If the previous request didn't return all the remaining results,
|
4698
4697
|
# the response's `NextToken` parameter value is set to a token. To
|
4699
4698
|
# retrieve the next set of results, call `ListStackInstances` again
|
4700
4699
|
# and assign that token to the request object's `NextToken`
|
@@ -4859,7 +4858,7 @@ module Aws::CloudFormation
|
|
4859
4858
|
# @return [String]
|
4860
4859
|
#
|
4861
4860
|
# @!attribute [rw] next_token
|
4862
|
-
# If the previous request didn't return all
|
4861
|
+
# If the previous request didn't return all the remaining results,
|
4863
4862
|
# the response object's `NextToken` parameter value is set to a
|
4864
4863
|
# token. To retrieve the next set of results, call
|
4865
4864
|
# `ListStackSetOperationResults` again and assign that token to the
|
@@ -5237,7 +5236,7 @@ module Aws::CloudFormation
|
|
5237
5236
|
# @return [Array<String>]
|
5238
5237
|
#
|
5239
5238
|
# @!attribute [rw] next_token
|
5240
|
-
# If the request doesn't return all
|
5239
|
+
# If the request doesn't return all the remaining results,
|
5241
5240
|
# `NextToken` is set to a token. To retrieve the next set of results,
|
5242
5241
|
# call this action again and assign that token to the request
|
5243
5242
|
# object's `NextToken` parameter. If the request returns all results,
|
@@ -5396,8 +5395,9 @@ module Aws::CloudFormation
|
|
5396
5395
|
# region.
|
5397
5396
|
#
|
5398
5397
|
# * `PUBLIC`\: Extensions that are publicly visible and available to
|
5399
|
-
# be activated within any Amazon account. This includes
|
5400
|
-
# from Amazon,
|
5398
|
+
# be activated within any Amazon Web Services account. This includes
|
5399
|
+
# extensions from Amazon Web Services, in addition to third-party
|
5400
|
+
# publishers.
|
5401
5401
|
#
|
5402
5402
|
# The default is `PRIVATE`.
|
5403
5403
|
# @return [String]
|
@@ -5458,12 +5458,12 @@ module Aws::CloudFormation
|
|
5458
5458
|
# @return [Integer]
|
5459
5459
|
#
|
5460
5460
|
# @!attribute [rw] next_token
|
5461
|
-
# If the previous paginated request didn't return all
|
5462
|
-
#
|
5463
|
-
#
|
5464
|
-
#
|
5465
|
-
#
|
5466
|
-
#
|
5461
|
+
# If the previous paginated request didn't return all the remaining
|
5462
|
+
# results, the response object's `NextToken` parameter value is set
|
5463
|
+
# to a token. To retrieve the next set of results, call this action
|
5464
|
+
# again and assign that token to the request object's `NextToken`
|
5465
|
+
# parameter. If there are no remaining results, the previous response
|
5466
|
+
# object's `NextToken` parameter is set to `null`.
|
5467
5467
|
# @return [String]
|
5468
5468
|
#
|
5469
5469
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListTypesInput AWS API Documentation
|
@@ -5571,8 +5571,8 @@ module Aws::CloudFormation
|
|
5571
5571
|
# created, if the resource was created from a module included in the
|
5572
5572
|
# stack template.
|
5573
5573
|
#
|
5574
|
-
# For more information
|
5575
|
-
# reuse resource
|
5574
|
+
# For more information about modules, see [Using modules to encapsulate
|
5575
|
+
# and reuse resource
|
5576
5576
|
# configurations](AWSCloudFormation/latest/UserGuide/modules.html) in
|
5577
5577
|
# the *CloudFormation User Guide*.
|
5578
5578
|
#
|
@@ -5871,7 +5871,7 @@ module Aws::CloudFormation
|
|
5871
5871
|
# @return [String]
|
5872
5872
|
#
|
5873
5873
|
# @!attribute [rw] arn
|
5874
|
-
# The Amazon Resource
|
5874
|
+
# The Amazon Resource Name (ARN) of the extension.
|
5875
5875
|
#
|
5876
5876
|
# Conditional: You must specify `Arn`, or `TypeName` and `Type`.
|
5877
5877
|
# @return [String]
|
@@ -5916,8 +5916,8 @@ module Aws::CloudFormation
|
|
5916
5916
|
end
|
5917
5917
|
|
5918
5918
|
# @!attribute [rw] public_type_arn
|
5919
|
-
# The Amazon Resource
|
5920
|
-
#
|
5919
|
+
# The Amazon Resource Name (ARN) assigned to the public extension upon
|
5920
|
+
# publication.
|
5921
5921
|
# @return [String]
|
5922
5922
|
#
|
5923
5923
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/PublishTypeOutput AWS API Documentation
|
@@ -6094,7 +6094,7 @@ module Aws::CloudFormation
|
|
6094
6094
|
# @!attribute [rw] type_name
|
6095
6095
|
# The name of the extension being registered.
|
6096
6096
|
#
|
6097
|
-
# We
|
6097
|
+
# We suggest that extension names adhere to the following patterns:
|
6098
6098
|
#
|
6099
6099
|
# * For resource types,
|
6100
6100
|
# *company\_or\_organization*\::*service*\::*type*.
|
@@ -6102,6 +6102,8 @@ module Aws::CloudFormation
|
|
6102
6102
|
# * For modules,
|
6103
6103
|
# *company\_or\_organization*\::*service*\::*type*\::MODULE.
|
6104
6104
|
#
|
6105
|
+
# * For hooks, *MyCompany*\::*Testing*\::*MyTestHook*.
|
6106
|
+
#
|
6105
6107
|
# <note markdown="1"> The following organization namespaces are reserved and can't be
|
6106
6108
|
# used in your extension names:
|
6107
6109
|
#
|
@@ -6124,7 +6126,7 @@ module Aws::CloudFormation
|
|
6124
6126
|
# A URL to the S3 bucket containing the extension project package that
|
6125
6127
|
# contains the necessary files for the extension you want to register.
|
6126
6128
|
#
|
6127
|
-
# For information
|
6129
|
+
# For information about generating a schema handler package for the
|
6128
6130
|
# extension you want to register, see [submit][1] in the
|
6129
6131
|
# *CloudFormation CLI User Guide*.
|
6130
6132
|
#
|
@@ -6154,7 +6156,7 @@ module Aws::CloudFormation
|
|
6154
6156
|
# For CloudFormation to assume the specified execution role, the role
|
6155
6157
|
# must contain a trust relationship with the CloudFormation service
|
6156
6158
|
# principle (`resources.cloudformation.amazonaws.com`). For more
|
6157
|
-
# information
|
6159
|
+
# information about adding trust relationships, see [Modifying a role
|
6158
6160
|
# trust
|
6159
6161
|
# policy](IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy)
|
6160
6162
|
# in the *Identity and Access Management User Guide*.
|
@@ -7033,7 +7035,7 @@ module Aws::CloudFormation
|
|
7033
7035
|
# Whether termination protection is enabled for the stack.
|
7034
7036
|
#
|
7035
7037
|
# For [nested stacks][1], termination protection is set on the root
|
7036
|
-
# stack and
|
7038
|
+
# stack and can't be changed directly on the nested stack. For more
|
7037
7039
|
# information, see [Protecting a Stack From Being Deleted][2] in the
|
7038
7040
|
# *CloudFormation User Guide*.
|
7039
7041
|
#
|
@@ -7071,11 +7073,11 @@ module Aws::CloudFormation
|
|
7071
7073
|
# @return [String]
|
7072
7074
|
#
|
7073
7075
|
# @!attribute [rw] drift_information
|
7074
|
-
# Information
|
7075
|
-
# has *drifted*, from it's expected configuration, as defined in
|
7076
|
-
# stack template and any values specified as template parameters.
|
7077
|
-
# more information, see [Detecting Unregulated Configuration
|
7078
|
-
# to Stacks and Resources][1].
|
7076
|
+
# Information about whether a stack's actual configuration differs,
|
7077
|
+
# or has *drifted*, from it's expected configuration, as defined in
|
7078
|
+
# the stack template and any values specified as template parameters.
|
7079
|
+
# For more information, see [Detecting Unregulated Configuration
|
7080
|
+
# Changes to Stacks and Resources][1].
|
7079
7081
|
#
|
7080
7082
|
#
|
7081
7083
|
#
|
@@ -7955,9 +7957,9 @@ module Aws::CloudFormation
|
|
7955
7957
|
# Support Drift Detection][1]. If you performed an
|
7956
7958
|
# ContinueUpdateRollback operation on a stack, any resources
|
7957
7959
|
# included in `ResourcesToSkip` will also have a status of
|
7958
|
-
# `NOT_CHECKED`. For more information
|
7959
|
-
# rollback operations, see [Continue Rolling Back an
|
7960
|
-
# the CloudFormation User Guide.
|
7960
|
+
# `NOT_CHECKED`. For more information about skipping resources
|
7961
|
+
# during rollback operations, see [Continue Rolling Back an
|
7962
|
+
# Update][2] in the CloudFormation User Guide.
|
7961
7963
|
#
|
7962
7964
|
# * `IN_SYNC`\: The resource's actual configuration matches its
|
7963
7965
|
# expected configuration.
|
@@ -8097,11 +8099,11 @@ module Aws::CloudFormation
|
|
8097
8099
|
# @return [Array<Types::Tag>]
|
8098
8100
|
#
|
8099
8101
|
# @!attribute [rw] stack_set_arn
|
8100
|
-
# The Amazon Resource
|
8102
|
+
# The Amazon Resource Name (ARN) of the stack set.
|
8101
8103
|
# @return [String]
|
8102
8104
|
#
|
8103
8105
|
# @!attribute [rw] administration_role_arn
|
8104
|
-
# The Amazon Resource
|
8106
|
+
# The Amazon Resource Name (ARN) of the IAM role used to create or
|
8105
8107
|
# update the stack set.
|
8106
8108
|
#
|
8107
8109
|
# Use customized administrator roles to control which users or groups
|
@@ -8386,8 +8388,8 @@ module Aws::CloudFormation
|
|
8386
8388
|
# @return [Boolean]
|
8387
8389
|
#
|
8388
8390
|
# @!attribute [rw] administration_role_arn
|
8389
|
-
# The Amazon Resource
|
8390
|
-
#
|
8391
|
+
# The Amazon Resource Name (ARN) of the IAM role used to perform this
|
8392
|
+
# stack set operation.
|
8391
8393
|
#
|
8392
8394
|
# Use customized administrator roles to control which users or groups
|
8393
8395
|
# can manage specific stack sets within the same administrator
|
@@ -8444,6 +8446,10 @@ module Aws::CloudFormation
|
|
8444
8446
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html
|
8445
8447
|
# @return [Types::StackSetDriftDetectionDetails]
|
8446
8448
|
#
|
8449
|
+
# @!attribute [rw] status_reason
|
8450
|
+
# The status of the operation in details.
|
8451
|
+
# @return [String]
|
8452
|
+
#
|
8447
8453
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperation AWS API Documentation
|
8448
8454
|
#
|
8449
8455
|
class StackSetOperation < Struct.new(
|
@@ -8458,7 +8464,8 @@ module Aws::CloudFormation
|
|
8458
8464
|
:creation_timestamp,
|
8459
8465
|
:end_timestamp,
|
8460
8466
|
:deployment_targets,
|
8461
|
-
:stack_set_drift_detection_details
|
8467
|
+
:stack_set_drift_detection_details,
|
8468
|
+
:status_reason)
|
8462
8469
|
SENSITIVE = []
|
8463
8470
|
include Aws::Structure
|
8464
8471
|
end
|
@@ -8466,7 +8473,7 @@ module Aws::CloudFormation
|
|
8466
8473
|
# The user-specified preferences for how CloudFormation performs a stack
|
8467
8474
|
# set operation.
|
8468
8475
|
#
|
8469
|
-
# For more information
|
8476
|
+
# For more information about maximum concurrent accounts and failure
|
8470
8477
|
# tolerance, see [Stack set operation options][1].
|
8471
8478
|
#
|
8472
8479
|
#
|
@@ -8706,6 +8713,10 @@ module Aws::CloudFormation
|
|
8706
8713
|
# account or Region.
|
8707
8714
|
# @return [Time]
|
8708
8715
|
#
|
8716
|
+
# @!attribute [rw] status_reason
|
8717
|
+
# The status of the operation in details.
|
8718
|
+
# @return [String]
|
8719
|
+
#
|
8709
8720
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperationSummary AWS API Documentation
|
8710
8721
|
#
|
8711
8722
|
class StackSetOperationSummary < Struct.new(
|
@@ -8713,7 +8724,8 @@ module Aws::CloudFormation
|
|
8713
8724
|
:action,
|
8714
8725
|
:status,
|
8715
8726
|
:creation_timestamp,
|
8716
|
-
:end_timestamp
|
8727
|
+
:end_timestamp,
|
8728
|
+
:status_reason)
|
8717
8729
|
SENSITIVE = []
|
8718
8730
|
include Aws::Structure
|
8719
8731
|
end
|
@@ -8876,7 +8888,7 @@ module Aws::CloudFormation
|
|
8876
8888
|
# @return [String]
|
8877
8889
|
#
|
8878
8890
|
# @!attribute [rw] drift_information
|
8879
|
-
# Summarizes information
|
8891
|
+
# Summarizes information about whether a stack's actual configuration
|
8880
8892
|
# differs, or has *drifted*, from it's expected configuration, as
|
8881
8893
|
# defined in the stack template and any values specified as template
|
8882
8894
|
# parameters. For more information, see [Detecting Unregulated
|
@@ -9177,8 +9189,8 @@ module Aws::CloudFormation
|
|
9177
9189
|
# @return [String]
|
9178
9190
|
#
|
9179
9191
|
# @!attribute [rw] is_default_configuration
|
9180
|
-
# Whether
|
9181
|
-
#
|
9192
|
+
# Whether this configuration data is the default configuration for the
|
9193
|
+
# extension.
|
9182
9194
|
# @return [Boolean]
|
9183
9195
|
#
|
9184
9196
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/TypeConfigurationDetails AWS API Documentation
|
@@ -9455,8 +9467,7 @@ module Aws::CloudFormation
|
|
9455
9467
|
# @return [String]
|
9456
9468
|
#
|
9457
9469
|
# @!attribute [rw] is_activated
|
9458
|
-
# Whether
|
9459
|
-
# region.
|
9470
|
+
# Whether the extension is activated for this account and region.
|
9460
9471
|
#
|
9461
9472
|
# This applies only to third-party public extensions. Extensions
|
9462
9473
|
# published by Amazon are activated by default.
|
@@ -9646,7 +9657,7 @@ module Aws::CloudFormation
|
|
9646
9657
|
# `StackPolicyDuringUpdateURL` parameter, but not both.
|
9647
9658
|
#
|
9648
9659
|
# If you want to update protected resources, specify a temporary
|
9649
|
-
# overriding stack policy during this update. If you
|
9660
|
+
# overriding stack policy during this update. If you don't specify a
|
9650
9661
|
# stack policy, the current policy that is associated with the stack
|
9651
9662
|
# will be used.
|
9652
9663
|
# @return [String]
|
@@ -9659,7 +9670,7 @@ module Aws::CloudFormation
|
|
9659
9670
|
# parameter, but not both.
|
9660
9671
|
#
|
9661
9672
|
# If you want to update protected resources, specify a temporary
|
9662
|
-
# overriding stack policy during this update. If you
|
9673
|
+
# overriding stack policy during this update. If you don't specify a
|
9663
9674
|
# stack policy, the current policy that is associated with the stack
|
9664
9675
|
# will be used.
|
9665
9676
|
# @return [String]
|
@@ -9697,7 +9708,7 @@ module Aws::CloudFormation
|
|
9697
9708
|
# * If you don't specify either of these capabilities,
|
9698
9709
|
# CloudFormation returns an `InsufficientCapabilities` error.
|
9699
9710
|
#
|
9700
|
-
# If your stack template contains these resources, we
|
9711
|
+
# If your stack template contains these resources, we suggest that
|
9701
9712
|
# you review all permissions associated with them and edit their
|
9702
9713
|
# permissions if necessary.
|
9703
9714
|
#
|
@@ -10310,8 +10321,8 @@ module Aws::CloudFormation
|
|
10310
10321
|
# @return [Types::StackSetOperationPreferences]
|
10311
10322
|
#
|
10312
10323
|
# @!attribute [rw] administration_role_arn
|
10313
|
-
# The Amazon Resource
|
10314
|
-
#
|
10324
|
+
# The Amazon Resource Name (ARN) of the IAM role to use to update this
|
10325
|
+
# stack set.
|
10315
10326
|
#
|
10316
10327
|
# Specify an IAM role only if you are using customized administrator
|
10317
10328
|
# roles to control which users or groups can manage specific stack
|
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.
|
4
|
+
version: 1.69.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-
|
11
|
+
date: 2022-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|