aws-sdk-cloudformation 1.86.0 → 1.88.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +197 -26
- data/lib/aws-sdk-cloudformation/client_api.rb +47 -0
- data/lib/aws-sdk-cloudformation/endpoints.rb +14 -0
- data/lib/aws-sdk-cloudformation/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-cloudformation/resource.rb +18 -6
- data/lib/aws-sdk-cloudformation/stack.rb +54 -15
- data/lib/aws-sdk-cloudformation/stack_resource.rb +1 -1
- data/lib/aws-sdk-cloudformation/stack_resource_summary.rb +1 -1
- data/lib/aws-sdk-cloudformation/types.rb +301 -44
- data/lib/aws-sdk-cloudformation.rb +1 -1
- metadata +2 -2
@@ -330,6 +330,7 @@ module Aws::CloudFormation
|
|
330
330
|
# An error occurred during a CloudFormation registry operation.
|
331
331
|
#
|
332
332
|
# @!attribute [rw] message
|
333
|
+
# An message with details about the error that occurred.
|
333
334
|
# @return [String]
|
334
335
|
#
|
335
336
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CFNRegistryException AWS API Documentation
|
@@ -819,10 +820,10 @@ module Aws::CloudFormation
|
|
819
820
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
820
821
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
821
822
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
822
|
-
# [8]:
|
823
|
-
# [9]:
|
824
|
-
# [10]:
|
825
|
-
# [11]:
|
823
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
824
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
825
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
826
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
826
827
|
# @return [Array<String>]
|
827
828
|
#
|
828
829
|
# @!attribute [rw] resource_types
|
@@ -1161,10 +1162,10 @@ module Aws::CloudFormation
|
|
1161
1162
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
1162
1163
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
1163
1164
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
1164
|
-
# [8]:
|
1165
|
-
# [9]:
|
1166
|
-
# [10]:
|
1167
|
-
# [11]:
|
1165
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
1166
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
1167
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
1168
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
1168
1169
|
# @return [Array<String>]
|
1169
1170
|
#
|
1170
1171
|
# @!attribute [rw] resource_types
|
@@ -1274,8 +1275,21 @@ module Aws::CloudFormation
|
|
1274
1275
|
#
|
1275
1276
|
#
|
1276
1277
|
#
|
1277
|
-
# [1]:
|
1278
|
-
# [2]:
|
1278
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
|
1279
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
1280
|
+
# @return [Boolean]
|
1281
|
+
#
|
1282
|
+
# @!attribute [rw] retain_except_on_create
|
1283
|
+
# This deletion policy deletes newly created resources, but retains
|
1284
|
+
# existing resources, when a stack operation is rolled back. This
|
1285
|
+
# ensures new, empty, and unused resources are deleted, while critical
|
1286
|
+
# resources and their data are retained. `RetainExceptOnCreate` can be
|
1287
|
+
# specified for any resource that supports the [ DeletionPolicy][1]
|
1288
|
+
# attribute.
|
1289
|
+
#
|
1290
|
+
#
|
1291
|
+
#
|
1292
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
|
1279
1293
|
# @return [Boolean]
|
1280
1294
|
#
|
1281
1295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateStackInput AWS API Documentation
|
@@ -1297,7 +1311,8 @@ module Aws::CloudFormation
|
|
1297
1311
|
:stack_policy_url,
|
1298
1312
|
:tags,
|
1299
1313
|
:client_request_token,
|
1300
|
-
:enable_termination_protection
|
1314
|
+
:enable_termination_protection,
|
1315
|
+
:retain_except_on_create)
|
1301
1316
|
SENSITIVE = []
|
1302
1317
|
include Aws::Structure
|
1303
1318
|
end
|
@@ -1579,10 +1594,10 @@ module Aws::CloudFormation
|
|
1579
1594
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
1580
1595
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
1581
1596
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
1582
|
-
# [8]:
|
1583
|
-
# [9]:
|
1584
|
-
# [10]:
|
1585
|
-
# [11]:
|
1597
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
|
1598
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
|
1599
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
1600
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
|
1586
1601
|
# @return [Array<String>]
|
1587
1602
|
#
|
1588
1603
|
# @!attribute [rw] tags
|
@@ -1610,7 +1625,7 @@ module Aws::CloudFormation
|
|
1610
1625
|
#
|
1611
1626
|
#
|
1612
1627
|
#
|
1613
|
-
# [1]:
|
1628
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
1614
1629
|
# @return [String]
|
1615
1630
|
#
|
1616
1631
|
# @!attribute [rw] execution_role_name
|
@@ -3746,13 +3761,27 @@ module Aws::CloudFormation
|
|
3746
3761
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html
|
3747
3762
|
# @return [Boolean]
|
3748
3763
|
#
|
3764
|
+
# @!attribute [rw] retain_except_on_create
|
3765
|
+
# This deletion policy deletes newly created resources, but retains
|
3766
|
+
# existing resources, when a stack operation is rolled back. This
|
3767
|
+
# ensures new, empty, and unused resources are deleted, while critical
|
3768
|
+
# resources and their data are retained. `RetainExceptOnCreate` can be
|
3769
|
+
# specified for any resource that supports the [ DeletionPolicy][1]
|
3770
|
+
# attribute.
|
3771
|
+
#
|
3772
|
+
#
|
3773
|
+
#
|
3774
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
|
3775
|
+
# @return [Boolean]
|
3776
|
+
#
|
3749
3777
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ExecuteChangeSetInput AWS API Documentation
|
3750
3778
|
#
|
3751
3779
|
class ExecuteChangeSetInput < Struct.new(
|
3752
3780
|
:change_set_name,
|
3753
3781
|
:stack_name,
|
3754
3782
|
:client_request_token,
|
3755
|
-
:disable_rollback
|
3783
|
+
:disable_rollback,
|
3784
|
+
:retain_except_on_create)
|
3756
3785
|
SENSITIVE = []
|
3757
3786
|
include Aws::Structure
|
3758
3787
|
end
|
@@ -4307,6 +4336,117 @@ module Aws::CloudFormation
|
|
4307
4336
|
include Aws::Structure
|
4308
4337
|
end
|
4309
4338
|
|
4339
|
+
# @!attribute [rw] stack_set_name
|
4340
|
+
# The name or unique ID of the stack set that you want to list drifted
|
4341
|
+
# resources for.
|
4342
|
+
# @return [String]
|
4343
|
+
#
|
4344
|
+
# @!attribute [rw] next_token
|
4345
|
+
# If the previous paginated request didn't return all of the
|
4346
|
+
# remaining results, the response object's `NextToken` parameter
|
4347
|
+
# value is set to a token. To retrieve the next set of results, call
|
4348
|
+
# this action again and assign that token to the request object's
|
4349
|
+
# `NextToken` parameter. If there are no remaining results, the
|
4350
|
+
# previous response object's `NextToken` parameter is set to `null`.
|
4351
|
+
# @return [String]
|
4352
|
+
#
|
4353
|
+
# @!attribute [rw] max_results
|
4354
|
+
# The maximum number of results to be returned with a single call. If
|
4355
|
+
# the number of available results exceeds this maximum, the response
|
4356
|
+
# includes a `NextToken` value that you can assign to the `NextToken`
|
4357
|
+
# request parameter to get the next set of results.
|
4358
|
+
# @return [Integer]
|
4359
|
+
#
|
4360
|
+
# @!attribute [rw] stack_instance_resource_drift_statuses
|
4361
|
+
# The resource drift status of the stack instance.
|
4362
|
+
#
|
4363
|
+
# * `DELETED`: The resource differs from its expected template
|
4364
|
+
# configuration in that the resource has been deleted.
|
4365
|
+
#
|
4366
|
+
# * `MODIFIED`: One or more resource properties differ from their
|
4367
|
+
# expected template values.
|
4368
|
+
#
|
4369
|
+
# * `IN_SYNC`: The resource's actual configuration matches its
|
4370
|
+
# expected template configuration.
|
4371
|
+
#
|
4372
|
+
# * `NOT_CHECKED`: CloudFormation doesn't currently return this
|
4373
|
+
# value.
|
4374
|
+
# @return [Array<String>]
|
4375
|
+
#
|
4376
|
+
# @!attribute [rw] stack_instance_account
|
4377
|
+
# The name of the Amazon Web Services account that you want to list
|
4378
|
+
# resource drifts for.
|
4379
|
+
# @return [String]
|
4380
|
+
#
|
4381
|
+
# @!attribute [rw] stack_instance_region
|
4382
|
+
# The name of the Region where you want to list resource drifts.
|
4383
|
+
# @return [String]
|
4384
|
+
#
|
4385
|
+
# @!attribute [rw] operation_id
|
4386
|
+
# The unique ID of the drift operation.
|
4387
|
+
# @return [String]
|
4388
|
+
#
|
4389
|
+
# @!attribute [rw] call_as
|
4390
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
4391
|
+
# an account administrator in the organization's management account
|
4392
|
+
# or as a delegated administrator in a member account.
|
4393
|
+
#
|
4394
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
4395
|
+
# self-managed permissions.
|
4396
|
+
#
|
4397
|
+
# * If you are signed in to the management account, specify `SELF`.
|
4398
|
+
#
|
4399
|
+
# * If you are signed in to a delegated administrator account, specify
|
4400
|
+
# `DELEGATED_ADMIN`.
|
4401
|
+
#
|
4402
|
+
# Your Amazon Web Services account must be registered as a delegated
|
4403
|
+
# administrator in the management account. For more information, see
|
4404
|
+
# [Register a delegated administrator][1] in the *CloudFormation
|
4405
|
+
# User Guide*.
|
4406
|
+
#
|
4407
|
+
#
|
4408
|
+
#
|
4409
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
4410
|
+
# @return [String]
|
4411
|
+
#
|
4412
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackInstanceResourceDriftsInput AWS API Documentation
|
4413
|
+
#
|
4414
|
+
class ListStackInstanceResourceDriftsInput < Struct.new(
|
4415
|
+
:stack_set_name,
|
4416
|
+
:next_token,
|
4417
|
+
:max_results,
|
4418
|
+
:stack_instance_resource_drift_statuses,
|
4419
|
+
:stack_instance_account,
|
4420
|
+
:stack_instance_region,
|
4421
|
+
:operation_id,
|
4422
|
+
:call_as)
|
4423
|
+
SENSITIVE = []
|
4424
|
+
include Aws::Structure
|
4425
|
+
end
|
4426
|
+
|
4427
|
+
# @!attribute [rw] summaries
|
4428
|
+
# A list of `StackInstanceResourceDriftSummary` structures that
|
4429
|
+
# contain information about the specified stack instances.
|
4430
|
+
# @return [Array<Types::StackInstanceResourceDriftsSummary>]
|
4431
|
+
#
|
4432
|
+
# @!attribute [rw] next_token
|
4433
|
+
# If the previous paginated request didn't return all of the
|
4434
|
+
# remaining results, the response object's `NextToken` parameter
|
4435
|
+
# value is set to a token. To retrieve the next set of results, call
|
4436
|
+
# this action again and assign that token to the request object's
|
4437
|
+
# `NextToken` parameter. If there are no remaining results, the
|
4438
|
+
# previous response object's `NextToken` parameter is set to `null`.
|
4439
|
+
# @return [String]
|
4440
|
+
#
|
4441
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackInstanceResourceDriftsOutput AWS API Documentation
|
4442
|
+
#
|
4443
|
+
class ListStackInstanceResourceDriftsOutput < Struct.new(
|
4444
|
+
:summaries,
|
4445
|
+
:next_token)
|
4446
|
+
SENSITIVE = []
|
4447
|
+
include Aws::Structure
|
4448
|
+
end
|
4449
|
+
|
4310
4450
|
# @!attribute [rw] stack_set_name
|
4311
4451
|
# The name or unique ID of the stack set that you want to list stack
|
4312
4452
|
# instances for.
|
@@ -6028,7 +6168,7 @@ module Aws::CloudFormation
|
|
6028
6168
|
#
|
6029
6169
|
#
|
6030
6170
|
#
|
6031
|
-
# [1]:
|
6171
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-rollback-triggers.html
|
6032
6172
|
#
|
6033
6173
|
# @!attribute [rw] rollback_triggers
|
6034
6174
|
# The triggers to monitor during stack creation or update actions.
|
@@ -6102,12 +6242,26 @@ module Aws::CloudFormation
|
|
6102
6242
|
# A unique identifier for this `RollbackStack` request.
|
6103
6243
|
# @return [String]
|
6104
6244
|
#
|
6245
|
+
# @!attribute [rw] retain_except_on_create
|
6246
|
+
# This deletion policy deletes newly created resources, but retains
|
6247
|
+
# existing resources, when a stack operation is rolled back. This
|
6248
|
+
# ensures new, empty, and unused resources are deleted, while critical
|
6249
|
+
# resources and their data are retained. `RetainExceptOnCreate` can be
|
6250
|
+
# specified for any resource that supports the [ DeletionPolicy][1]
|
6251
|
+
# attribute.
|
6252
|
+
#
|
6253
|
+
#
|
6254
|
+
#
|
6255
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
|
6256
|
+
# @return [Boolean]
|
6257
|
+
#
|
6105
6258
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackStackInput AWS API Documentation
|
6106
6259
|
#
|
6107
6260
|
class RollbackStackInput < Struct.new(
|
6108
6261
|
:stack_name,
|
6109
6262
|
:role_arn,
|
6110
|
-
:client_request_token
|
6263
|
+
:client_request_token,
|
6264
|
+
:retain_except_on_create)
|
6111
6265
|
SENSITIVE = []
|
6112
6266
|
include Aws::Structure
|
6113
6267
|
end
|
@@ -6452,8 +6606,8 @@ module Aws::CloudFormation
|
|
6452
6606
|
#
|
6453
6607
|
#
|
6454
6608
|
#
|
6455
|
-
# [1]:
|
6456
|
-
# [2]:
|
6609
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
6610
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
|
6457
6611
|
# @return [Boolean]
|
6458
6612
|
#
|
6459
6613
|
# @!attribute [rw] parent_id
|
@@ -6467,7 +6621,7 @@ module Aws::CloudFormation
|
|
6467
6621
|
#
|
6468
6622
|
#
|
6469
6623
|
#
|
6470
|
-
# [1]:
|
6624
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
6471
6625
|
# @return [String]
|
6472
6626
|
#
|
6473
6627
|
# @!attribute [rw] root_id
|
@@ -6480,7 +6634,7 @@ module Aws::CloudFormation
|
|
6480
6634
|
#
|
6481
6635
|
#
|
6482
6636
|
#
|
6483
|
-
# [1]:
|
6637
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
6484
6638
|
# @return [String]
|
6485
6639
|
#
|
6486
6640
|
# @!attribute [rw] drift_information
|
@@ -6492,9 +6646,22 @@ module Aws::CloudFormation
|
|
6492
6646
|
#
|
6493
6647
|
#
|
6494
6648
|
#
|
6495
|
-
# [1]:
|
6649
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
6496
6650
|
# @return [Types::StackDriftInformation]
|
6497
6651
|
#
|
6652
|
+
# @!attribute [rw] retain_except_on_create
|
6653
|
+
# This deletion policy deletes newly created resources, but retains
|
6654
|
+
# existing resources, when a stack operation is rolled back. This
|
6655
|
+
# ensures new, empty, and unused resources are deleted, while critical
|
6656
|
+
# resources and their data are retained. `RetainExceptOnCreate` can be
|
6657
|
+
# specified for any resource that supports the [ DeletionPolicy][1]
|
6658
|
+
# attribute.
|
6659
|
+
#
|
6660
|
+
#
|
6661
|
+
#
|
6662
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
|
6663
|
+
# @return [Boolean]
|
6664
|
+
#
|
6498
6665
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Stack AWS API Documentation
|
6499
6666
|
#
|
6500
6667
|
class Stack < Struct.new(
|
@@ -6519,7 +6686,8 @@ module Aws::CloudFormation
|
|
6519
6686
|
:enable_termination_protection,
|
6520
6687
|
:parent_id,
|
6521
6688
|
:root_id,
|
6522
|
-
:drift_information
|
6689
|
+
:drift_information,
|
6690
|
+
:retain_except_on_create)
|
6523
6691
|
SENSITIVE = []
|
6524
6692
|
include Aws::Structure
|
6525
6693
|
end
|
@@ -6907,6 +7075,81 @@ module Aws::CloudFormation
|
|
6907
7075
|
#
|
6908
7076
|
class StackInstanceNotFoundException < Aws::EmptyStructure; end
|
6909
7077
|
|
7078
|
+
# The structure containing summary information about resource drifts for
|
7079
|
+
# a stack instance.
|
7080
|
+
#
|
7081
|
+
# @!attribute [rw] stack_id
|
7082
|
+
# The ID of the stack instance.
|
7083
|
+
# @return [String]
|
7084
|
+
#
|
7085
|
+
# @!attribute [rw] logical_resource_id
|
7086
|
+
# The logical name of the resource specified in the template.
|
7087
|
+
# @return [String]
|
7088
|
+
#
|
7089
|
+
# @!attribute [rw] physical_resource_id
|
7090
|
+
# The name or unique identifier that corresponds to a physical
|
7091
|
+
# instance ID of a resource supported by CloudFormation.
|
7092
|
+
# @return [String]
|
7093
|
+
#
|
7094
|
+
# @!attribute [rw] physical_resource_id_context
|
7095
|
+
# Context information that enables CloudFormation to uniquely identify
|
7096
|
+
# a resource. CloudFormation uses context key-value pairs in cases
|
7097
|
+
# where a resource's logical and physical IDs aren't enough to
|
7098
|
+
# uniquely identify that resource. Each context key-value pair
|
7099
|
+
# specifies a unique resource that contains the targeted resource.
|
7100
|
+
# @return [Array<Types::PhysicalResourceIdContextKeyValuePair>]
|
7101
|
+
#
|
7102
|
+
# @!attribute [rw] resource_type
|
7103
|
+
# Type of resource. For more information, go to [Amazon Web Services
|
7104
|
+
# Resource Types Reference][1] in the CloudFormation User Guide.
|
7105
|
+
#
|
7106
|
+
#
|
7107
|
+
#
|
7108
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
7109
|
+
# @return [String]
|
7110
|
+
#
|
7111
|
+
# @!attribute [rw] property_differences
|
7112
|
+
# Status of the actual configuration of the resource compared to its
|
7113
|
+
# expected configuration. These will be present only for resources
|
7114
|
+
# whose `StackInstanceResourceDriftStatus` is `MODIFIED`.
|
7115
|
+
# @return [Array<Types::PropertyDifference>]
|
7116
|
+
#
|
7117
|
+
# @!attribute [rw] stack_resource_drift_status
|
7118
|
+
# The drift status of the resource in a stack instance.
|
7119
|
+
#
|
7120
|
+
# * `DELETED`: The resource differs from its expected template
|
7121
|
+
# configuration in that the resource has been deleted.
|
7122
|
+
#
|
7123
|
+
# * `MODIFIED`: One or more resource properties differ from their
|
7124
|
+
# expected template values.
|
7125
|
+
#
|
7126
|
+
# * `IN_SYNC`: The resource's actual configuration matches its
|
7127
|
+
# expected template configuration.
|
7128
|
+
#
|
7129
|
+
# * `NOT_CHECKED`: CloudFormation doesn't currently return this
|
7130
|
+
# value.
|
7131
|
+
# @return [String]
|
7132
|
+
#
|
7133
|
+
# @!attribute [rw] timestamp
|
7134
|
+
# Time at which the stack instance drift detection operation was
|
7135
|
+
# initiated.
|
7136
|
+
# @return [Time]
|
7137
|
+
#
|
7138
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackInstanceResourceDriftsSummary AWS API Documentation
|
7139
|
+
#
|
7140
|
+
class StackInstanceResourceDriftsSummary < Struct.new(
|
7141
|
+
:stack_id,
|
7142
|
+
:logical_resource_id,
|
7143
|
+
:physical_resource_id,
|
7144
|
+
:physical_resource_id_context,
|
7145
|
+
:resource_type,
|
7146
|
+
:property_differences,
|
7147
|
+
:stack_resource_drift_status,
|
7148
|
+
:timestamp)
|
7149
|
+
SENSITIVE = []
|
7150
|
+
include Aws::Structure
|
7151
|
+
end
|
7152
|
+
|
6910
7153
|
# The structure that contains summary information about a stack
|
6911
7154
|
# instance.
|
6912
7155
|
#
|
@@ -7080,7 +7323,7 @@ module Aws::CloudFormation
|
|
7080
7323
|
#
|
7081
7324
|
#
|
7082
7325
|
#
|
7083
|
-
# [1]:
|
7326
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
7084
7327
|
# @return [Types::StackResourceDriftInformation]
|
7085
7328
|
#
|
7086
7329
|
# @!attribute [rw] module_info
|
@@ -7170,7 +7413,7 @@ module Aws::CloudFormation
|
|
7170
7413
|
#
|
7171
7414
|
#
|
7172
7415
|
#
|
7173
|
-
# [1]:
|
7416
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
7174
7417
|
# @return [Types::StackResourceDriftInformation]
|
7175
7418
|
#
|
7176
7419
|
# @!attribute [rw] module_info
|
@@ -7216,7 +7459,7 @@ module Aws::CloudFormation
|
|
7216
7459
|
#
|
7217
7460
|
#
|
7218
7461
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
7219
|
-
# [2]:
|
7462
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html
|
7220
7463
|
#
|
7221
7464
|
# @!attribute [rw] stack_id
|
7222
7465
|
# The ID of the stack.
|
@@ -7444,7 +7687,7 @@ module Aws::CloudFormation
|
|
7444
7687
|
#
|
7445
7688
|
#
|
7446
7689
|
#
|
7447
|
-
# [1]:
|
7690
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
7448
7691
|
# @return [Types::StackResourceDriftInformationSummary]
|
7449
7692
|
#
|
7450
7693
|
# @!attribute [rw] module_info
|
@@ -7533,7 +7776,7 @@ module Aws::CloudFormation
|
|
7533
7776
|
#
|
7534
7777
|
#
|
7535
7778
|
#
|
7536
|
-
# [1]:
|
7779
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
7537
7780
|
# @return [String]
|
7538
7781
|
#
|
7539
7782
|
# @!attribute [rw] execution_role_name
|
@@ -7824,7 +8067,7 @@ module Aws::CloudFormation
|
|
7824
8067
|
#
|
7825
8068
|
#
|
7826
8069
|
#
|
7827
|
-
# [1]:
|
8070
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
7828
8071
|
# @return [String]
|
7829
8072
|
#
|
7830
8073
|
# @!attribute [rw] execution_role_name
|
@@ -8323,7 +8566,7 @@ module Aws::CloudFormation
|
|
8323
8566
|
#
|
8324
8567
|
#
|
8325
8568
|
#
|
8326
|
-
# [1]:
|
8569
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
8327
8570
|
# @return [String]
|
8328
8571
|
#
|
8329
8572
|
# @!attribute [rw] root_id
|
@@ -8336,7 +8579,7 @@ module Aws::CloudFormation
|
|
8336
8579
|
#
|
8337
8580
|
#
|
8338
8581
|
#
|
8339
|
-
# [1]:
|
8582
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
8340
8583
|
# @return [String]
|
8341
8584
|
#
|
8342
8585
|
# @!attribute [rw] drift_information
|
@@ -8348,7 +8591,7 @@ module Aws::CloudFormation
|
|
8348
8591
|
#
|
8349
8592
|
#
|
8350
8593
|
#
|
8351
|
-
# [1]:
|
8594
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
8352
8595
|
# @return [Types::StackDriftInformationSummary]
|
8353
8596
|
#
|
8354
8597
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSummary AWS API Documentation
|
@@ -9145,10 +9388,10 @@ module Aws::CloudFormation
|
|
9145
9388
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
9146
9389
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
9147
9390
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
9148
|
-
# [8]:
|
9149
|
-
# [9]:
|
9150
|
-
# [10]:
|
9151
|
-
# [11]:
|
9391
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
9392
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
9393
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
9394
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
9152
9395
|
# @return [Array<String>]
|
9153
9396
|
#
|
9154
9397
|
# @!attribute [rw] resource_types
|
@@ -9258,6 +9501,19 @@ module Aws::CloudFormation
|
|
9258
9501
|
# `Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002`.
|
9259
9502
|
# @return [String]
|
9260
9503
|
#
|
9504
|
+
# @!attribute [rw] retain_except_on_create
|
9505
|
+
# This deletion policy deletes newly created resources, but retains
|
9506
|
+
# existing resources, when a stack operation is rolled back. This
|
9507
|
+
# ensures new, empty, and unused resources are deleted, while critical
|
9508
|
+
# resources and their data are retained. `RetainExceptOnCreate` can be
|
9509
|
+
# specified for any resource that supports the [ DeletionPolicy][1]
|
9510
|
+
# attribute.
|
9511
|
+
#
|
9512
|
+
#
|
9513
|
+
#
|
9514
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
|
9515
|
+
# @return [Boolean]
|
9516
|
+
#
|
9261
9517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackInput AWS API Documentation
|
9262
9518
|
#
|
9263
9519
|
class UpdateStackInput < Struct.new(
|
@@ -9277,7 +9533,8 @@ module Aws::CloudFormation
|
|
9277
9533
|
:notification_arns,
|
9278
9534
|
:tags,
|
9279
9535
|
:disable_rollback,
|
9280
|
-
:client_request_token
|
9536
|
+
:client_request_token,
|
9537
|
+
:retain_except_on_create)
|
9281
9538
|
SENSITIVE = []
|
9282
9539
|
include Aws::Structure
|
9283
9540
|
end
|
@@ -9566,10 +9823,10 @@ module Aws::CloudFormation
|
|
9566
9823
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
9567
9824
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
9568
9825
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
9569
|
-
# [8]:
|
9570
|
-
# [9]:
|
9571
|
-
# [10]:
|
9572
|
-
# [11]:
|
9826
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
|
9827
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
|
9828
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
9829
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
|
9573
9830
|
# @return [Array<String>]
|
9574
9831
|
#
|
9575
9832
|
# @!attribute [rw] tags
|
@@ -9629,7 +9886,7 @@ module Aws::CloudFormation
|
|
9629
9886
|
#
|
9630
9887
|
#
|
9631
9888
|
#
|
9632
|
-
# [1]:
|
9889
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
9633
9890
|
# @return [String]
|
9634
9891
|
#
|
9635
9892
|
# @!attribute [rw] execution_role_name
|
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.88.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|