aws-sdk-cloudformation 1.85.0 → 1.87.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 +153 -26
- data/lib/aws-sdk-cloudformation/client_api.rb +52 -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 +6 -6
- data/lib/aws-sdk-cloudformation/stack.rb +15 -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 +270 -41
- 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: ffbf8c0045f7e0347d781bf85b2154ecf017f44b643eec5ccd62bdc22e800d4c
|
|
4
|
+
data.tar.gz: 9f9c9a9874aad1ea4246ff82ce3f307cf96ea7ba9132a0c07cc4610d57b3bca8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19ca82e649885083ae84276cbee6e413bbb627ea7abca2d0b0804963c819cde781a296cb7248e593cd12f4455b17eb6e00b66f8dc7159b05815b2ba63ad7b273
|
|
7
|
+
data.tar.gz: ee8165a1ec2d754c060c29b75324619dda275496c23dd8a0977a8fbf67fc5c7ddc917401c1fc1f78f0679f58c591953f8d99d9615d1551ca47af157c697d158e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.87.0 (2023-07-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts.
|
|
8
|
+
|
|
9
|
+
1.86.0 (2023-07-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
|
|
13
|
+
|
|
4
14
|
1.85.0 (2023-07-11)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.87.0
|
|
@@ -896,10 +896,10 @@ module Aws::CloudFormation
|
|
|
896
896
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
897
897
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
898
898
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
899
|
-
# [8]:
|
|
900
|
-
# [9]:
|
|
901
|
-
# [10]:
|
|
902
|
-
# [11]:
|
|
899
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
|
900
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
901
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
902
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
903
903
|
#
|
|
904
904
|
# @option params [Array<String>] :resource_types
|
|
905
905
|
# The template resource types that you have permissions to work with if
|
|
@@ -1243,10 +1243,10 @@ module Aws::CloudFormation
|
|
|
1243
1243
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
1244
1244
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
1245
1245
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
1246
|
-
# [8]:
|
|
1247
|
-
# [9]:
|
|
1248
|
-
# [10]:
|
|
1249
|
-
# [11]:
|
|
1246
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
|
1247
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
1248
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
1249
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
1250
1250
|
#
|
|
1251
1251
|
# @option params [Array<String>] :resource_types
|
|
1252
1252
|
# The template resource types that you have permissions to work with for
|
|
@@ -1346,8 +1346,8 @@ module Aws::CloudFormation
|
|
|
1346
1346
|
#
|
|
1347
1347
|
#
|
|
1348
1348
|
#
|
|
1349
|
-
# [1]:
|
|
1350
|
-
# [2]:
|
|
1349
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
|
|
1350
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
1351
1351
|
#
|
|
1352
1352
|
# @return [Types::CreateStackOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1353
1353
|
#
|
|
@@ -1684,10 +1684,10 @@ module Aws::CloudFormation
|
|
|
1684
1684
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
1685
1685
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
1686
1686
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
1687
|
-
# [8]:
|
|
1688
|
-
# [9]:
|
|
1689
|
-
# [10]:
|
|
1690
|
-
# [11]:
|
|
1687
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
|
|
1688
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
|
|
1689
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
1690
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
|
|
1691
1691
|
#
|
|
1692
1692
|
# @option params [Array<Types::Tag>] :tags
|
|
1693
1693
|
# The key-value pairs to associate with this stack set and the stacks
|
|
@@ -1712,7 +1712,7 @@ module Aws::CloudFormation
|
|
|
1712
1712
|
#
|
|
1713
1713
|
#
|
|
1714
1714
|
#
|
|
1715
|
-
# [1]:
|
|
1715
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
|
1716
1716
|
#
|
|
1717
1717
|
# @option params [String] :execution_role_name
|
|
1718
1718
|
# The name of the IAM execution role to use to create the stack set. If
|
|
@@ -4061,6 +4061,9 @@ module Aws::CloudFormation
|
|
|
4061
4061
|
#
|
|
4062
4062
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
|
4063
4063
|
#
|
|
4064
|
+
# @option params [Types::TemplateSummaryConfig] :template_summary_config
|
|
4065
|
+
# Specifies options for the `GetTemplateSummary` API action.
|
|
4066
|
+
#
|
|
4064
4067
|
# @return [Types::GetTemplateSummaryOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4065
4068
|
#
|
|
4066
4069
|
# * {Types::GetTemplateSummaryOutput#parameters #parameters} => Array<Types::ParameterDeclaration>
|
|
@@ -4072,6 +4075,7 @@ module Aws::CloudFormation
|
|
|
4072
4075
|
# * {Types::GetTemplateSummaryOutput#metadata #metadata} => String
|
|
4073
4076
|
# * {Types::GetTemplateSummaryOutput#declared_transforms #declared_transforms} => Array<String>
|
|
4074
4077
|
# * {Types::GetTemplateSummaryOutput#resource_identifier_summaries #resource_identifier_summaries} => Array<Types::ResourceIdentifierSummary>
|
|
4078
|
+
# * {Types::GetTemplateSummaryOutput#warnings #warnings} => Types::Warnings
|
|
4075
4079
|
#
|
|
4076
4080
|
# @example Request syntax with placeholder values
|
|
4077
4081
|
#
|
|
@@ -4081,6 +4085,9 @@ module Aws::CloudFormation
|
|
|
4081
4085
|
# stack_name: "StackNameOrId",
|
|
4082
4086
|
# stack_set_name: "StackSetNameOrId",
|
|
4083
4087
|
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
|
4088
|
+
# template_summary_config: {
|
|
4089
|
+
# treat_unrecognized_resource_types_as_warnings: false,
|
|
4090
|
+
# },
|
|
4084
4091
|
# })
|
|
4085
4092
|
#
|
|
4086
4093
|
# @example Response structure
|
|
@@ -4109,6 +4116,8 @@ module Aws::CloudFormation
|
|
|
4109
4116
|
# resp.resource_identifier_summaries[0].logical_resource_ids[0] #=> String
|
|
4110
4117
|
# resp.resource_identifier_summaries[0].resource_identifiers #=> Array
|
|
4111
4118
|
# resp.resource_identifier_summaries[0].resource_identifiers[0] #=> String
|
|
4119
|
+
# resp.warnings.unrecognized_resource_types #=> Array
|
|
4120
|
+
# resp.warnings.unrecognized_resource_types[0] #=> String
|
|
4112
4121
|
#
|
|
4113
4122
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/GetTemplateSummary AWS API Documentation
|
|
4114
4123
|
#
|
|
@@ -4354,6 +4363,124 @@ module Aws::CloudFormation
|
|
|
4354
4363
|
req.send_request(options)
|
|
4355
4364
|
end
|
|
4356
4365
|
|
|
4366
|
+
# Returns drift information for resources in a stack instance.
|
|
4367
|
+
#
|
|
4368
|
+
# <note markdown="1"> `ListStackInstanceResourceDrifts` returns drift information for the
|
|
4369
|
+
# most recent drift detection operation. If an operation is in progress,
|
|
4370
|
+
# it may only return partial results.
|
|
4371
|
+
#
|
|
4372
|
+
# </note>
|
|
4373
|
+
#
|
|
4374
|
+
# @option params [required, String] :stack_set_name
|
|
4375
|
+
# The name or unique ID of the stack set that you want to list drifted
|
|
4376
|
+
# resources for.
|
|
4377
|
+
#
|
|
4378
|
+
# @option params [String] :next_token
|
|
4379
|
+
# If the previous paginated request didn't return all of the remaining
|
|
4380
|
+
# results, the response object's `NextToken` parameter value is set to
|
|
4381
|
+
# a token. To retrieve the next set of results, call this action again
|
|
4382
|
+
# and assign that token to the request object's `NextToken` parameter.
|
|
4383
|
+
# If there are no remaining results, the previous response object's
|
|
4384
|
+
# `NextToken` parameter is set to `null`.
|
|
4385
|
+
#
|
|
4386
|
+
# @option params [Integer] :max_results
|
|
4387
|
+
# The maximum number of results to be returned with a single call. If
|
|
4388
|
+
# the number of available results exceeds this maximum, the response
|
|
4389
|
+
# includes a `NextToken` value that you can assign to the `NextToken`
|
|
4390
|
+
# request parameter to get the next set of results.
|
|
4391
|
+
#
|
|
4392
|
+
# @option params [Array<String>] :stack_instance_resource_drift_statuses
|
|
4393
|
+
# The resource drift status of the stack instance.
|
|
4394
|
+
#
|
|
4395
|
+
# * `DELETED`: The resource differs from its expected template
|
|
4396
|
+
# configuration in that the resource has been deleted.
|
|
4397
|
+
#
|
|
4398
|
+
# * `MODIFIED`: One or more resource properties differ from their
|
|
4399
|
+
# expected template values.
|
|
4400
|
+
#
|
|
4401
|
+
# * `IN_SYNC`: The resource's actual configuration matches its expected
|
|
4402
|
+
# template configuration.
|
|
4403
|
+
#
|
|
4404
|
+
# * `NOT_CHECKED`: CloudFormation doesn't currently return this value.
|
|
4405
|
+
#
|
|
4406
|
+
# @option params [required, String] :stack_instance_account
|
|
4407
|
+
# The name of the Amazon Web Services account that you want to list
|
|
4408
|
+
# resource drifts for.
|
|
4409
|
+
#
|
|
4410
|
+
# @option params [required, String] :stack_instance_region
|
|
4411
|
+
# The name of the Region where you want to list resource drifts.
|
|
4412
|
+
#
|
|
4413
|
+
# @option params [required, String] :operation_id
|
|
4414
|
+
# The unique ID of the drift operation.
|
|
4415
|
+
#
|
|
4416
|
+
# @option params [String] :call_as
|
|
4417
|
+
# \[Service-managed permissions\] Specifies whether you are acting as an
|
|
4418
|
+
# account administrator in the organization's management account or as
|
|
4419
|
+
# a delegated administrator in a member account.
|
|
4420
|
+
#
|
|
4421
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
|
4422
|
+
# self-managed permissions.
|
|
4423
|
+
#
|
|
4424
|
+
# * If you are signed in to the management account, specify `SELF`.
|
|
4425
|
+
#
|
|
4426
|
+
# * If you are signed in to a delegated administrator account, specify
|
|
4427
|
+
# `DELEGATED_ADMIN`.
|
|
4428
|
+
#
|
|
4429
|
+
# Your Amazon Web Services account must be registered as a delegated
|
|
4430
|
+
# administrator in the management account. For more information, see
|
|
4431
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
|
4432
|
+
# Guide*.
|
|
4433
|
+
#
|
|
4434
|
+
#
|
|
4435
|
+
#
|
|
4436
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
|
4437
|
+
#
|
|
4438
|
+
# @return [Types::ListStackInstanceResourceDriftsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4439
|
+
#
|
|
4440
|
+
# * {Types::ListStackInstanceResourceDriftsOutput#summaries #summaries} => Array<Types::StackInstanceResourceDriftsSummary>
|
|
4441
|
+
# * {Types::ListStackInstanceResourceDriftsOutput#next_token #next_token} => String
|
|
4442
|
+
#
|
|
4443
|
+
# @example Request syntax with placeholder values
|
|
4444
|
+
#
|
|
4445
|
+
# resp = client.list_stack_instance_resource_drifts({
|
|
4446
|
+
# stack_set_name: "StackSetNameOrId", # required
|
|
4447
|
+
# next_token: "NextToken",
|
|
4448
|
+
# max_results: 1,
|
|
4449
|
+
# stack_instance_resource_drift_statuses: ["IN_SYNC"], # accepts IN_SYNC, MODIFIED, DELETED, NOT_CHECKED
|
|
4450
|
+
# stack_instance_account: "Account", # required
|
|
4451
|
+
# stack_instance_region: "Region", # required
|
|
4452
|
+
# operation_id: "ClientRequestToken", # required
|
|
4453
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
|
4454
|
+
# })
|
|
4455
|
+
#
|
|
4456
|
+
# @example Response structure
|
|
4457
|
+
#
|
|
4458
|
+
# resp.summaries #=> Array
|
|
4459
|
+
# resp.summaries[0].stack_id #=> String
|
|
4460
|
+
# resp.summaries[0].logical_resource_id #=> String
|
|
4461
|
+
# resp.summaries[0].physical_resource_id #=> String
|
|
4462
|
+
# resp.summaries[0].physical_resource_id_context #=> Array
|
|
4463
|
+
# resp.summaries[0].physical_resource_id_context[0].key #=> String
|
|
4464
|
+
# resp.summaries[0].physical_resource_id_context[0].value #=> String
|
|
4465
|
+
# resp.summaries[0].resource_type #=> String
|
|
4466
|
+
# resp.summaries[0].property_differences #=> Array
|
|
4467
|
+
# resp.summaries[0].property_differences[0].property_path #=> String
|
|
4468
|
+
# resp.summaries[0].property_differences[0].expected_value #=> String
|
|
4469
|
+
# resp.summaries[0].property_differences[0].actual_value #=> String
|
|
4470
|
+
# resp.summaries[0].property_differences[0].difference_type #=> String, one of "ADD", "REMOVE", "NOT_EQUAL"
|
|
4471
|
+
# resp.summaries[0].stack_resource_drift_status #=> String, one of "IN_SYNC", "MODIFIED", "DELETED", "NOT_CHECKED"
|
|
4472
|
+
# resp.summaries[0].timestamp #=> Time
|
|
4473
|
+
# resp.next_token #=> String
|
|
4474
|
+
#
|
|
4475
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackInstanceResourceDrifts AWS API Documentation
|
|
4476
|
+
#
|
|
4477
|
+
# @overload list_stack_instance_resource_drifts(params = {})
|
|
4478
|
+
# @param [Hash] params ({})
|
|
4479
|
+
def list_stack_instance_resource_drifts(params = {}, options = {})
|
|
4480
|
+
req = build_request(:list_stack_instance_resource_drifts, params)
|
|
4481
|
+
req.send_request(options)
|
|
4482
|
+
end
|
|
4483
|
+
|
|
4357
4484
|
# Returns summary information about stack instances that are associated
|
|
4358
4485
|
# with the specified stack set. You can filter for stack instances that
|
|
4359
4486
|
# are associated with a specific Amazon Web Services account name or
|
|
@@ -4424,7 +4551,7 @@ module Aws::CloudFormation
|
|
|
4424
4551
|
# max_results: 1,
|
|
4425
4552
|
# filters: [
|
|
4426
4553
|
# {
|
|
4427
|
-
# name: "DETAILED_STATUS", # accepts DETAILED_STATUS, LAST_OPERATION_ID
|
|
4554
|
+
# name: "DETAILED_STATUS", # accepts DETAILED_STATUS, LAST_OPERATION_ID, DRIFT_STATUS
|
|
4428
4555
|
# values: "StackInstanceFilterValues",
|
|
4429
4556
|
# },
|
|
4430
4557
|
# ],
|
|
@@ -6135,10 +6262,10 @@ module Aws::CloudFormation
|
|
|
6135
6262
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
6136
6263
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
6137
6264
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
6138
|
-
# [8]:
|
|
6139
|
-
# [9]:
|
|
6140
|
-
# [10]:
|
|
6141
|
-
# [11]:
|
|
6265
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
|
6266
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
6267
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
6268
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
6142
6269
|
#
|
|
6143
6270
|
# @option params [Array<String>] :resource_types
|
|
6144
6271
|
# The template resource types that you have permissions to work with for
|
|
@@ -6602,10 +6729,10 @@ module Aws::CloudFormation
|
|
|
6602
6729
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
6603
6730
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
6604
6731
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
6605
|
-
# [8]:
|
|
6606
|
-
# [9]:
|
|
6607
|
-
# [10]:
|
|
6608
|
-
# [11]:
|
|
6732
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
|
|
6733
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
|
|
6734
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
6735
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
|
|
6609
6736
|
#
|
|
6610
6737
|
# @option params [Array<Types::Tag>] :tags
|
|
6611
6738
|
# The key-value pairs to associate with this stack set and the stacks
|
|
@@ -6658,7 +6785,7 @@ module Aws::CloudFormation
|
|
|
6658
6785
|
#
|
|
6659
6786
|
#
|
|
6660
6787
|
#
|
|
6661
|
-
# [1]:
|
|
6788
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
|
6662
6789
|
#
|
|
6663
6790
|
# @option params [String] :execution_role_name
|
|
6664
6791
|
# The name of the IAM execution role to use to update the stack set. If
|
|
@@ -6996,7 +7123,7 @@ module Aws::CloudFormation
|
|
|
6996
7123
|
params: params,
|
|
6997
7124
|
config: config)
|
|
6998
7125
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
|
6999
|
-
context[:gem_version] = '1.
|
|
7126
|
+
context[:gem_version] = '1.87.0'
|
|
7000
7127
|
Seahorse::Client::Request.new(handlers, context)
|
|
7001
7128
|
end
|
|
7002
7129
|
|
|
@@ -202,6 +202,8 @@ module Aws::CloudFormation
|
|
|
202
202
|
ListExportsOutput = Shapes::StructureShape.new(name: 'ListExportsOutput')
|
|
203
203
|
ListImportsInput = Shapes::StructureShape.new(name: 'ListImportsInput')
|
|
204
204
|
ListImportsOutput = Shapes::StructureShape.new(name: 'ListImportsOutput')
|
|
205
|
+
ListStackInstanceResourceDriftsInput = Shapes::StructureShape.new(name: 'ListStackInstanceResourceDriftsInput')
|
|
206
|
+
ListStackInstanceResourceDriftsOutput = Shapes::StructureShape.new(name: 'ListStackInstanceResourceDriftsOutput')
|
|
205
207
|
ListStackInstancesInput = Shapes::StructureShape.new(name: 'ListStackInstancesInput')
|
|
206
208
|
ListStackInstancesOutput = Shapes::StructureShape.new(name: 'ListStackInstancesOutput')
|
|
207
209
|
ListStackResourcesInput = Shapes::StructureShape.new(name: 'ListStackResourcesInput')
|
|
@@ -367,6 +369,8 @@ module Aws::CloudFormation
|
|
|
367
369
|
StackInstanceFilterValues = Shapes::StringShape.new(name: 'StackInstanceFilterValues')
|
|
368
370
|
StackInstanceFilters = Shapes::ListShape.new(name: 'StackInstanceFilters')
|
|
369
371
|
StackInstanceNotFoundException = Shapes::StructureShape.new(name: 'StackInstanceNotFoundException')
|
|
372
|
+
StackInstanceResourceDriftsSummaries = Shapes::ListShape.new(name: 'StackInstanceResourceDriftsSummaries')
|
|
373
|
+
StackInstanceResourceDriftsSummary = Shapes::StructureShape.new(name: 'StackInstanceResourceDriftsSummary')
|
|
370
374
|
StackInstanceStatus = Shapes::StringShape.new(name: 'StackInstanceStatus')
|
|
371
375
|
StackInstanceSummaries = Shapes::ListShape.new(name: 'StackInstanceSummaries')
|
|
372
376
|
StackInstanceSummary = Shapes::StructureShape.new(name: 'StackInstanceSummary')
|
|
@@ -434,6 +438,7 @@ module Aws::CloudFormation
|
|
|
434
438
|
TemplateParameter = Shapes::StructureShape.new(name: 'TemplateParameter')
|
|
435
439
|
TemplateParameters = Shapes::ListShape.new(name: 'TemplateParameters')
|
|
436
440
|
TemplateStage = Shapes::StringShape.new(name: 'TemplateStage')
|
|
441
|
+
TemplateSummaryConfig = Shapes::StructureShape.new(name: 'TemplateSummaryConfig')
|
|
437
442
|
TemplateURL = Shapes::StringShape.new(name: 'TemplateURL')
|
|
438
443
|
TestTypeInput = Shapes::StructureShape.new(name: 'TestTypeInput')
|
|
439
444
|
TestTypeOutput = Shapes::StructureShape.new(name: 'TestTypeOutput')
|
|
@@ -445,6 +450,7 @@ module Aws::CloudFormation
|
|
|
445
450
|
TotalStackInstancesCount = Shapes::IntegerShape.new(name: 'TotalStackInstancesCount')
|
|
446
451
|
TransformName = Shapes::StringShape.new(name: 'TransformName')
|
|
447
452
|
TransformsList = Shapes::ListShape.new(name: 'TransformsList')
|
|
453
|
+
TreatUnrecognizedResourceTypesAsWarnings = Shapes::BooleanShape.new(name: 'TreatUnrecognizedResourceTypesAsWarnings')
|
|
448
454
|
Type = Shapes::StringShape.new(name: 'Type')
|
|
449
455
|
TypeArn = Shapes::StringShape.new(name: 'TypeArn')
|
|
450
456
|
TypeConfiguration = Shapes::StringShape.new(name: 'TypeConfiguration')
|
|
@@ -486,6 +492,7 @@ module Aws::CloudFormation
|
|
|
486
492
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
487
493
|
VersionBump = Shapes::StringShape.new(name: 'VersionBump')
|
|
488
494
|
Visibility = Shapes::StringShape.new(name: 'Visibility')
|
|
495
|
+
Warnings = Shapes::StructureShape.new(name: 'Warnings')
|
|
489
496
|
|
|
490
497
|
AccountGateResult.add_member(:status, Shapes::ShapeRef.new(shape: AccountGateStatus, location_name: "Status"))
|
|
491
498
|
AccountGateResult.add_member(:status_reason, Shapes::ShapeRef.new(shape: AccountGateStatusReason, location_name: "StatusReason"))
|
|
@@ -992,6 +999,7 @@ module Aws::CloudFormation
|
|
|
992
999
|
GetTemplateSummaryInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
|
993
1000
|
GetTemplateSummaryInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, location_name: "StackSetName"))
|
|
994
1001
|
GetTemplateSummaryInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
|
1002
|
+
GetTemplateSummaryInput.add_member(:template_summary_config, Shapes::ShapeRef.new(shape: TemplateSummaryConfig, location_name: "TemplateSummaryConfig"))
|
|
995
1003
|
GetTemplateSummaryInput.struct_class = Types::GetTemplateSummaryInput
|
|
996
1004
|
|
|
997
1005
|
GetTemplateSummaryOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterDeclarations, location_name: "Parameters"))
|
|
@@ -1003,6 +1011,7 @@ module Aws::CloudFormation
|
|
|
1003
1011
|
GetTemplateSummaryOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
|
|
1004
1012
|
GetTemplateSummaryOutput.add_member(:declared_transforms, Shapes::ShapeRef.new(shape: TransformsList, location_name: "DeclaredTransforms"))
|
|
1005
1013
|
GetTemplateSummaryOutput.add_member(:resource_identifier_summaries, Shapes::ShapeRef.new(shape: ResourceIdentifierSummaries, location_name: "ResourceIdentifierSummaries"))
|
|
1014
|
+
GetTemplateSummaryOutput.add_member(:warnings, Shapes::ShapeRef.new(shape: Warnings, location_name: "Warnings"))
|
|
1006
1015
|
GetTemplateSummaryOutput.struct_class = Types::GetTemplateSummaryOutput
|
|
1007
1016
|
|
|
1008
1017
|
ImportStacksToStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
|
@@ -1052,6 +1061,20 @@ module Aws::CloudFormation
|
|
|
1052
1061
|
ListImportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1053
1062
|
ListImportsOutput.struct_class = Types::ListImportsOutput
|
|
1054
1063
|
|
|
1064
|
+
ListStackInstanceResourceDriftsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
|
1065
|
+
ListStackInstanceResourceDriftsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1066
|
+
ListStackInstanceResourceDriftsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
1067
|
+
ListStackInstanceResourceDriftsInput.add_member(:stack_instance_resource_drift_statuses, Shapes::ShapeRef.new(shape: StackResourceDriftStatusFilters, location_name: "StackInstanceResourceDriftStatuses"))
|
|
1068
|
+
ListStackInstanceResourceDriftsInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, required: true, location_name: "StackInstanceAccount"))
|
|
1069
|
+
ListStackInstanceResourceDriftsInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "StackInstanceRegion"))
|
|
1070
|
+
ListStackInstanceResourceDriftsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
|
1071
|
+
ListStackInstanceResourceDriftsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
|
1072
|
+
ListStackInstanceResourceDriftsInput.struct_class = Types::ListStackInstanceResourceDriftsInput
|
|
1073
|
+
|
|
1074
|
+
ListStackInstanceResourceDriftsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackInstanceResourceDriftsSummaries, location_name: "Summaries"))
|
|
1075
|
+
ListStackInstanceResourceDriftsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1076
|
+
ListStackInstanceResourceDriftsOutput.struct_class = Types::ListStackInstanceResourceDriftsOutput
|
|
1077
|
+
|
|
1055
1078
|
ListStackInstancesInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
|
1056
1079
|
ListStackInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1057
1080
|
ListStackInstancesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
@@ -1454,6 +1477,18 @@ module Aws::CloudFormation
|
|
|
1454
1477
|
|
|
1455
1478
|
StackInstanceNotFoundException.struct_class = Types::StackInstanceNotFoundException
|
|
1456
1479
|
|
|
1480
|
+
StackInstanceResourceDriftsSummaries.member = Shapes::ShapeRef.new(shape: StackInstanceResourceDriftsSummary)
|
|
1481
|
+
|
|
1482
|
+
StackInstanceResourceDriftsSummary.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
|
|
1483
|
+
StackInstanceResourceDriftsSummary.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
|
|
1484
|
+
StackInstanceResourceDriftsSummary.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
|
1485
|
+
StackInstanceResourceDriftsSummary.add_member(:physical_resource_id_context, Shapes::ShapeRef.new(shape: PhysicalResourceIdContext, location_name: "PhysicalResourceIdContext"))
|
|
1486
|
+
StackInstanceResourceDriftsSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
|
1487
|
+
StackInstanceResourceDriftsSummary.add_member(:property_differences, Shapes::ShapeRef.new(shape: PropertyDifferences, location_name: "PropertyDifferences"))
|
|
1488
|
+
StackInstanceResourceDriftsSummary.add_member(:stack_resource_drift_status, Shapes::ShapeRef.new(shape: StackResourceDriftStatus, required: true, location_name: "StackResourceDriftStatus"))
|
|
1489
|
+
StackInstanceResourceDriftsSummary.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
|
1490
|
+
StackInstanceResourceDriftsSummary.struct_class = Types::StackInstanceResourceDriftsSummary
|
|
1491
|
+
|
|
1457
1492
|
StackInstanceSummaries.member = Shapes::ShapeRef.new(shape: StackInstanceSummary)
|
|
1458
1493
|
|
|
1459
1494
|
StackInstanceSummary.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
|
|
@@ -1678,6 +1713,9 @@ module Aws::CloudFormation
|
|
|
1678
1713
|
|
|
1679
1714
|
TemplateParameters.member = Shapes::ShapeRef.new(shape: TemplateParameter)
|
|
1680
1715
|
|
|
1716
|
+
TemplateSummaryConfig.add_member(:treat_unrecognized_resource_types_as_warnings, Shapes::ShapeRef.new(shape: TreatUnrecognizedResourceTypesAsWarnings, location_name: "TreatUnrecognizedResourceTypesAsWarnings"))
|
|
1717
|
+
TemplateSummaryConfig.struct_class = Types::TemplateSummaryConfig
|
|
1718
|
+
|
|
1681
1719
|
TestTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
|
1682
1720
|
TestTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
|
1683
1721
|
TestTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
|
@@ -1829,6 +1867,9 @@ module Aws::CloudFormation
|
|
|
1829
1867
|
ValidateTemplateOutput.add_member(:declared_transforms, Shapes::ShapeRef.new(shape: TransformsList, location_name: "DeclaredTransforms"))
|
|
1830
1868
|
ValidateTemplateOutput.struct_class = Types::ValidateTemplateOutput
|
|
1831
1869
|
|
|
1870
|
+
Warnings.add_member(:unrecognized_resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "UnrecognizedResourceTypes"))
|
|
1871
|
+
Warnings.struct_class = Types::Warnings
|
|
1872
|
+
|
|
1832
1873
|
|
|
1833
1874
|
# @api private
|
|
1834
1875
|
API = Seahorse::Model::Api.new.tap do |api|
|
|
@@ -2302,6 +2343,17 @@ module Aws::CloudFormation
|
|
|
2302
2343
|
)
|
|
2303
2344
|
end)
|
|
2304
2345
|
|
|
2346
|
+
api.add_operation(:list_stack_instance_resource_drifts, Seahorse::Model::Operation.new.tap do |o|
|
|
2347
|
+
o.name = "ListStackInstanceResourceDrifts"
|
|
2348
|
+
o.http_method = "POST"
|
|
2349
|
+
o.http_request_uri = "/"
|
|
2350
|
+
o.input = Shapes::ShapeRef.new(shape: ListStackInstanceResourceDriftsInput)
|
|
2351
|
+
o.output = Shapes::ShapeRef.new(shape: ListStackInstanceResourceDriftsOutput)
|
|
2352
|
+
o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
|
|
2353
|
+
o.errors << Shapes::ShapeRef.new(shape: StackInstanceNotFoundException)
|
|
2354
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotFoundException)
|
|
2355
|
+
end)
|
|
2356
|
+
|
|
2305
2357
|
api.add_operation(:list_stack_instances, Seahorse::Model::Operation.new.tap do |o|
|
|
2306
2358
|
o.name = "ListStackInstances"
|
|
2307
2359
|
o.http_method = "POST"
|
|
@@ -628,6 +628,20 @@ module Aws::CloudFormation
|
|
|
628
628
|
end
|
|
629
629
|
end
|
|
630
630
|
|
|
631
|
+
class ListStackInstanceResourceDrifts
|
|
632
|
+
def self.build(context)
|
|
633
|
+
unless context.config.regional_endpoint
|
|
634
|
+
endpoint = context.config.endpoint.to_s
|
|
635
|
+
end
|
|
636
|
+
Aws::CloudFormation::EndpointParameters.new(
|
|
637
|
+
region: context.config.region,
|
|
638
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
|
639
|
+
use_fips: context.config.use_fips_endpoint,
|
|
640
|
+
endpoint: endpoint,
|
|
641
|
+
)
|
|
642
|
+
end
|
|
643
|
+
end
|
|
644
|
+
|
|
631
645
|
class ListStackInstances
|
|
632
646
|
def self.build(context)
|
|
633
647
|
unless context.config.regional_endpoint
|
|
@@ -144,6 +144,8 @@ module Aws::CloudFormation
|
|
|
144
144
|
Aws::CloudFormation::Endpoints::ListExports.build(context)
|
|
145
145
|
when :list_imports
|
|
146
146
|
Aws::CloudFormation::Endpoints::ListImports.build(context)
|
|
147
|
+
when :list_stack_instance_resource_drifts
|
|
148
|
+
Aws::CloudFormation::Endpoints::ListStackInstanceResourceDrifts.build(context)
|
|
147
149
|
when :list_stack_instances
|
|
148
150
|
Aws::CloudFormation::Endpoints::ListStackInstances.build(context)
|
|
149
151
|
when :list_stack_resources
|
|
@@ -218,10 +218,10 @@ module Aws::CloudFormation
|
|
|
218
218
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
219
219
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
220
220
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
221
|
-
# [8]:
|
|
222
|
-
# [9]:
|
|
223
|
-
# [10]:
|
|
224
|
-
# [11]:
|
|
221
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
|
222
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
223
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
224
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
225
225
|
# @option options [Array<String>] :resource_types
|
|
226
226
|
# The template resource types that you have permissions to work with for
|
|
227
227
|
# this create stack action, such as `AWS::EC2::Instance`, `AWS::EC2::*`,
|
|
@@ -313,8 +313,8 @@ module Aws::CloudFormation
|
|
|
313
313
|
#
|
|
314
314
|
#
|
|
315
315
|
#
|
|
316
|
-
# [1]:
|
|
317
|
-
# [2]:
|
|
316
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
|
|
317
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
318
318
|
# @return [Stack]
|
|
319
319
|
def create_stack(options = {})
|
|
320
320
|
Aws::Plugins::UserAgent.feature('resource') do
|
|
@@ -157,8 +157,8 @@ module Aws::CloudFormation
|
|
|
157
157
|
#
|
|
158
158
|
#
|
|
159
159
|
#
|
|
160
|
-
# [1]:
|
|
161
|
-
# [2]:
|
|
160
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
161
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
|
|
162
162
|
# @return [Boolean]
|
|
163
163
|
def enable_termination_protection
|
|
164
164
|
data[:enable_termination_protection]
|
|
@@ -173,7 +173,7 @@ module Aws::CloudFormation
|
|
|
173
173
|
#
|
|
174
174
|
#
|
|
175
175
|
#
|
|
176
|
-
# [1]:
|
|
176
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
177
177
|
# @return [String]
|
|
178
178
|
def parent_id
|
|
179
179
|
data[:parent_id]
|
|
@@ -188,7 +188,7 @@ module Aws::CloudFormation
|
|
|
188
188
|
#
|
|
189
189
|
#
|
|
190
190
|
#
|
|
191
|
-
# [1]:
|
|
191
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
192
192
|
# @return [String]
|
|
193
193
|
def root_id
|
|
194
194
|
data[:root_id]
|
|
@@ -202,7 +202,7 @@ module Aws::CloudFormation
|
|
|
202
202
|
#
|
|
203
203
|
#
|
|
204
204
|
#
|
|
205
|
-
# [1]:
|
|
205
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
|
206
206
|
# @return [Types::StackDriftInformation]
|
|
207
207
|
def drift_information
|
|
208
208
|
data[:drift_information]
|
|
@@ -573,10 +573,10 @@ module Aws::CloudFormation
|
|
|
573
573
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
574
574
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
575
575
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
576
|
-
# [8]:
|
|
577
|
-
# [9]:
|
|
578
|
-
# [10]:
|
|
579
|
-
# [11]:
|
|
576
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
|
577
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
578
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
579
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
580
580
|
# @option options [Array<String>] :resource_types
|
|
581
581
|
# The template resource types that you have permissions to work with for
|
|
582
582
|
# this create stack action, such as `AWS::EC2::Instance`, `AWS::EC2::*`,
|
|
@@ -668,8 +668,8 @@ module Aws::CloudFormation
|
|
|
668
668
|
#
|
|
669
669
|
#
|
|
670
670
|
#
|
|
671
|
-
# [1]:
|
|
672
|
-
# [2]:
|
|
671
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
|
|
672
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
673
673
|
# @return [Types::CreateStackOutput]
|
|
674
674
|
def create(options = {})
|
|
675
675
|
options = options.merge(stack_name: @name)
|
|
@@ -918,10 +918,10 @@ module Aws::CloudFormation
|
|
|
918
918
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
919
919
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
920
920
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
921
|
-
# [8]:
|
|
922
|
-
# [9]:
|
|
923
|
-
# [10]:
|
|
924
|
-
# [11]:
|
|
921
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
|
922
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
923
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
924
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
925
925
|
# @option options [Array<String>] :resource_types
|
|
926
926
|
# The template resource types that you have permissions to work with for
|
|
927
927
|
# this update stack action, such as `AWS::EC2::Instance`, `AWS::EC2::*`,
|
|
@@ -111,7 +111,7 @@ module Aws::CloudFormation
|
|
|
111
111
|
#
|
|
112
112
|
#
|
|
113
113
|
#
|
|
114
|
-
# [1]:
|
|
114
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
|
115
115
|
# @return [Types::StackResourceDriftInformation]
|
|
116
116
|
def drift_information
|
|
117
117
|
data[:drift_information]
|
|
@@ -87,7 +87,7 @@ module Aws::CloudFormation
|
|
|
87
87
|
#
|
|
88
88
|
#
|
|
89
89
|
#
|
|
90
|
-
# [1]:
|
|
90
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
|
91
91
|
# @return [Types::StackResourceDriftInformationSummary]
|
|
92
92
|
def drift_information
|
|
93
93
|
data[:drift_information]
|
|
@@ -819,10 +819,10 @@ module Aws::CloudFormation
|
|
|
819
819
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
820
820
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
821
821
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
822
|
-
# [8]:
|
|
823
|
-
# [9]:
|
|
824
|
-
# [10]:
|
|
825
|
-
# [11]:
|
|
822
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
|
823
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
824
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
825
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
826
826
|
# @return [Array<String>]
|
|
827
827
|
#
|
|
828
828
|
# @!attribute [rw] resource_types
|
|
@@ -1161,10 +1161,10 @@ module Aws::CloudFormation
|
|
|
1161
1161
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
1162
1162
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
1163
1163
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
1164
|
-
# [8]:
|
|
1165
|
-
# [9]:
|
|
1166
|
-
# [10]:
|
|
1167
|
-
# [11]:
|
|
1164
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
|
1165
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
1166
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
1167
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
1168
1168
|
# @return [Array<String>]
|
|
1169
1169
|
#
|
|
1170
1170
|
# @!attribute [rw] resource_types
|
|
@@ -1274,8 +1274,8 @@ module Aws::CloudFormation
|
|
|
1274
1274
|
#
|
|
1275
1275
|
#
|
|
1276
1276
|
#
|
|
1277
|
-
# [1]:
|
|
1278
|
-
# [2]:
|
|
1277
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
|
|
1278
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
1279
1279
|
# @return [Boolean]
|
|
1280
1280
|
#
|
|
1281
1281
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateStackInput AWS API Documentation
|
|
@@ -1579,10 +1579,10 @@ module Aws::CloudFormation
|
|
|
1579
1579
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
1580
1580
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
1581
1581
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
1582
|
-
# [8]:
|
|
1583
|
-
# [9]:
|
|
1584
|
-
# [10]:
|
|
1585
|
-
# [11]:
|
|
1582
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
|
|
1583
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
|
|
1584
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
1585
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
|
|
1586
1586
|
# @return [Array<String>]
|
|
1587
1587
|
#
|
|
1588
1588
|
# @!attribute [rw] tags
|
|
@@ -1610,7 +1610,7 @@ module Aws::CloudFormation
|
|
|
1610
1610
|
#
|
|
1611
1611
|
#
|
|
1612
1612
|
#
|
|
1613
|
-
# [1]:
|
|
1613
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
|
1614
1614
|
# @return [String]
|
|
1615
1615
|
#
|
|
1616
1616
|
# @!attribute [rw] execution_role_name
|
|
@@ -3972,6 +3972,10 @@ module Aws::CloudFormation
|
|
|
3972
3972
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
|
3973
3973
|
# @return [String]
|
|
3974
3974
|
#
|
|
3975
|
+
# @!attribute [rw] template_summary_config
|
|
3976
|
+
# Specifies options for the `GetTemplateSummary` API action.
|
|
3977
|
+
# @return [Types::TemplateSummaryConfig]
|
|
3978
|
+
#
|
|
3975
3979
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/GetTemplateSummaryInput AWS API Documentation
|
|
3976
3980
|
#
|
|
3977
3981
|
class GetTemplateSummaryInput < Struct.new(
|
|
@@ -3979,7 +3983,8 @@ module Aws::CloudFormation
|
|
|
3979
3983
|
:template_url,
|
|
3980
3984
|
:stack_name,
|
|
3981
3985
|
:stack_set_name,
|
|
3982
|
-
:call_as
|
|
3986
|
+
:call_as,
|
|
3987
|
+
:template_summary_config)
|
|
3983
3988
|
SENSITIVE = []
|
|
3984
3989
|
include Aws::Structure
|
|
3985
3990
|
end
|
|
@@ -4044,6 +4049,10 @@ module Aws::CloudFormation
|
|
|
4044
4049
|
# `AWS::S3::Bucket` resource.
|
|
4045
4050
|
# @return [Array<Types::ResourceIdentifierSummary>]
|
|
4046
4051
|
#
|
|
4052
|
+
# @!attribute [rw] warnings
|
|
4053
|
+
# An object containing any warnings returned.
|
|
4054
|
+
# @return [Types::Warnings]
|
|
4055
|
+
#
|
|
4047
4056
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/GetTemplateSummaryOutput AWS API Documentation
|
|
4048
4057
|
#
|
|
4049
4058
|
class GetTemplateSummaryOutput < Struct.new(
|
|
@@ -4055,7 +4064,8 @@ module Aws::CloudFormation
|
|
|
4055
4064
|
:version,
|
|
4056
4065
|
:metadata,
|
|
4057
4066
|
:declared_transforms,
|
|
4058
|
-
:resource_identifier_summaries
|
|
4067
|
+
:resource_identifier_summaries,
|
|
4068
|
+
:warnings)
|
|
4059
4069
|
SENSITIVE = []
|
|
4060
4070
|
include Aws::Structure
|
|
4061
4071
|
end
|
|
@@ -4297,6 +4307,117 @@ module Aws::CloudFormation
|
|
|
4297
4307
|
include Aws::Structure
|
|
4298
4308
|
end
|
|
4299
4309
|
|
|
4310
|
+
# @!attribute [rw] stack_set_name
|
|
4311
|
+
# The name or unique ID of the stack set that you want to list drifted
|
|
4312
|
+
# resources for.
|
|
4313
|
+
# @return [String]
|
|
4314
|
+
#
|
|
4315
|
+
# @!attribute [rw] next_token
|
|
4316
|
+
# If the previous paginated request didn't return all of the
|
|
4317
|
+
# remaining results, the response object's `NextToken` parameter
|
|
4318
|
+
# value is set to a token. To retrieve the next set of results, call
|
|
4319
|
+
# this action again and assign that token to the request object's
|
|
4320
|
+
# `NextToken` parameter. If there are no remaining results, the
|
|
4321
|
+
# previous response object's `NextToken` parameter is set to `null`.
|
|
4322
|
+
# @return [String]
|
|
4323
|
+
#
|
|
4324
|
+
# @!attribute [rw] max_results
|
|
4325
|
+
# The maximum number of results to be returned with a single call. If
|
|
4326
|
+
# the number of available results exceeds this maximum, the response
|
|
4327
|
+
# includes a `NextToken` value that you can assign to the `NextToken`
|
|
4328
|
+
# request parameter to get the next set of results.
|
|
4329
|
+
# @return [Integer]
|
|
4330
|
+
#
|
|
4331
|
+
# @!attribute [rw] stack_instance_resource_drift_statuses
|
|
4332
|
+
# The resource drift status of the stack instance.
|
|
4333
|
+
#
|
|
4334
|
+
# * `DELETED`: The resource differs from its expected template
|
|
4335
|
+
# configuration in that the resource has been deleted.
|
|
4336
|
+
#
|
|
4337
|
+
# * `MODIFIED`: One or more resource properties differ from their
|
|
4338
|
+
# expected template values.
|
|
4339
|
+
#
|
|
4340
|
+
# * `IN_SYNC`: The resource's actual configuration matches its
|
|
4341
|
+
# expected template configuration.
|
|
4342
|
+
#
|
|
4343
|
+
# * `NOT_CHECKED`: CloudFormation doesn't currently return this
|
|
4344
|
+
# value.
|
|
4345
|
+
# @return [Array<String>]
|
|
4346
|
+
#
|
|
4347
|
+
# @!attribute [rw] stack_instance_account
|
|
4348
|
+
# The name of the Amazon Web Services account that you want to list
|
|
4349
|
+
# resource drifts for.
|
|
4350
|
+
# @return [String]
|
|
4351
|
+
#
|
|
4352
|
+
# @!attribute [rw] stack_instance_region
|
|
4353
|
+
# The name of the Region where you want to list resource drifts.
|
|
4354
|
+
# @return [String]
|
|
4355
|
+
#
|
|
4356
|
+
# @!attribute [rw] operation_id
|
|
4357
|
+
# The unique ID of the drift operation.
|
|
4358
|
+
# @return [String]
|
|
4359
|
+
#
|
|
4360
|
+
# @!attribute [rw] call_as
|
|
4361
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
|
4362
|
+
# an account administrator in the organization's management account
|
|
4363
|
+
# or as a delegated administrator in a member account.
|
|
4364
|
+
#
|
|
4365
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
|
4366
|
+
# self-managed permissions.
|
|
4367
|
+
#
|
|
4368
|
+
# * If you are signed in to the management account, specify `SELF`.
|
|
4369
|
+
#
|
|
4370
|
+
# * If you are signed in to a delegated administrator account, specify
|
|
4371
|
+
# `DELEGATED_ADMIN`.
|
|
4372
|
+
#
|
|
4373
|
+
# Your Amazon Web Services account must be registered as a delegated
|
|
4374
|
+
# administrator in the management account. For more information, see
|
|
4375
|
+
# [Register a delegated administrator][1] in the *CloudFormation
|
|
4376
|
+
# User Guide*.
|
|
4377
|
+
#
|
|
4378
|
+
#
|
|
4379
|
+
#
|
|
4380
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
|
4381
|
+
# @return [String]
|
|
4382
|
+
#
|
|
4383
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackInstanceResourceDriftsInput AWS API Documentation
|
|
4384
|
+
#
|
|
4385
|
+
class ListStackInstanceResourceDriftsInput < Struct.new(
|
|
4386
|
+
:stack_set_name,
|
|
4387
|
+
:next_token,
|
|
4388
|
+
:max_results,
|
|
4389
|
+
:stack_instance_resource_drift_statuses,
|
|
4390
|
+
:stack_instance_account,
|
|
4391
|
+
:stack_instance_region,
|
|
4392
|
+
:operation_id,
|
|
4393
|
+
:call_as)
|
|
4394
|
+
SENSITIVE = []
|
|
4395
|
+
include Aws::Structure
|
|
4396
|
+
end
|
|
4397
|
+
|
|
4398
|
+
# @!attribute [rw] summaries
|
|
4399
|
+
# A list of `StackInstanceResourceDriftSummary` structures that
|
|
4400
|
+
# contain information about the specified stack instances.
|
|
4401
|
+
# @return [Array<Types::StackInstanceResourceDriftsSummary>]
|
|
4402
|
+
#
|
|
4403
|
+
# @!attribute [rw] next_token
|
|
4404
|
+
# If the previous paginated request didn't return all of the
|
|
4405
|
+
# remaining results, the response object's `NextToken` parameter
|
|
4406
|
+
# value is set to a token. To retrieve the next set of results, call
|
|
4407
|
+
# this action again and assign that token to the request object's
|
|
4408
|
+
# `NextToken` parameter. If there are no remaining results, the
|
|
4409
|
+
# previous response object's `NextToken` parameter is set to `null`.
|
|
4410
|
+
# @return [String]
|
|
4411
|
+
#
|
|
4412
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackInstanceResourceDriftsOutput AWS API Documentation
|
|
4413
|
+
#
|
|
4414
|
+
class ListStackInstanceResourceDriftsOutput < Struct.new(
|
|
4415
|
+
:summaries,
|
|
4416
|
+
:next_token)
|
|
4417
|
+
SENSITIVE = []
|
|
4418
|
+
include Aws::Structure
|
|
4419
|
+
end
|
|
4420
|
+
|
|
4300
4421
|
# @!attribute [rw] stack_set_name
|
|
4301
4422
|
# The name or unique ID of the stack set that you want to list stack
|
|
4302
4423
|
# instances for.
|
|
@@ -6018,7 +6139,7 @@ module Aws::CloudFormation
|
|
|
6018
6139
|
#
|
|
6019
6140
|
#
|
|
6020
6141
|
#
|
|
6021
|
-
# [1]:
|
|
6142
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-rollback-triggers.html
|
|
6022
6143
|
#
|
|
6023
6144
|
# @!attribute [rw] rollback_triggers
|
|
6024
6145
|
# The triggers to monitor during stack creation or update actions.
|
|
@@ -6442,8 +6563,8 @@ module Aws::CloudFormation
|
|
|
6442
6563
|
#
|
|
6443
6564
|
#
|
|
6444
6565
|
#
|
|
6445
|
-
# [1]:
|
|
6446
|
-
# [2]:
|
|
6566
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
6567
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
|
|
6447
6568
|
# @return [Boolean]
|
|
6448
6569
|
#
|
|
6449
6570
|
# @!attribute [rw] parent_id
|
|
@@ -6457,7 +6578,7 @@ module Aws::CloudFormation
|
|
|
6457
6578
|
#
|
|
6458
6579
|
#
|
|
6459
6580
|
#
|
|
6460
|
-
# [1]:
|
|
6581
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
6461
6582
|
# @return [String]
|
|
6462
6583
|
#
|
|
6463
6584
|
# @!attribute [rw] root_id
|
|
@@ -6470,7 +6591,7 @@ module Aws::CloudFormation
|
|
|
6470
6591
|
#
|
|
6471
6592
|
#
|
|
6472
6593
|
#
|
|
6473
|
-
# [1]:
|
|
6594
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
6474
6595
|
# @return [String]
|
|
6475
6596
|
#
|
|
6476
6597
|
# @!attribute [rw] drift_information
|
|
@@ -6482,7 +6603,7 @@ module Aws::CloudFormation
|
|
|
6482
6603
|
#
|
|
6483
6604
|
#
|
|
6484
6605
|
#
|
|
6485
|
-
# [1]:
|
|
6606
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
|
6486
6607
|
# @return [Types::StackDriftInformation]
|
|
6487
6608
|
#
|
|
6488
6609
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Stack AWS API Documentation
|
|
@@ -6897,6 +7018,81 @@ module Aws::CloudFormation
|
|
|
6897
7018
|
#
|
|
6898
7019
|
class StackInstanceNotFoundException < Aws::EmptyStructure; end
|
|
6899
7020
|
|
|
7021
|
+
# The structure containing summary information about resource drifts for
|
|
7022
|
+
# a stack instance.
|
|
7023
|
+
#
|
|
7024
|
+
# @!attribute [rw] stack_id
|
|
7025
|
+
# The ID of the stack instance.
|
|
7026
|
+
# @return [String]
|
|
7027
|
+
#
|
|
7028
|
+
# @!attribute [rw] logical_resource_id
|
|
7029
|
+
# The logical name of the resource specified in the template.
|
|
7030
|
+
# @return [String]
|
|
7031
|
+
#
|
|
7032
|
+
# @!attribute [rw] physical_resource_id
|
|
7033
|
+
# The name or unique identifier that corresponds to a physical
|
|
7034
|
+
# instance ID of a resource supported by CloudFormation.
|
|
7035
|
+
# @return [String]
|
|
7036
|
+
#
|
|
7037
|
+
# @!attribute [rw] physical_resource_id_context
|
|
7038
|
+
# Context information that enables CloudFormation to uniquely identify
|
|
7039
|
+
# a resource. CloudFormation uses context key-value pairs in cases
|
|
7040
|
+
# where a resource's logical and physical IDs aren't enough to
|
|
7041
|
+
# uniquely identify that resource. Each context key-value pair
|
|
7042
|
+
# specifies a unique resource that contains the targeted resource.
|
|
7043
|
+
# @return [Array<Types::PhysicalResourceIdContextKeyValuePair>]
|
|
7044
|
+
#
|
|
7045
|
+
# @!attribute [rw] resource_type
|
|
7046
|
+
# Type of resource. For more information, go to [Amazon Web Services
|
|
7047
|
+
# Resource Types Reference][1] in the CloudFormation User Guide.
|
|
7048
|
+
#
|
|
7049
|
+
#
|
|
7050
|
+
#
|
|
7051
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
|
7052
|
+
# @return [String]
|
|
7053
|
+
#
|
|
7054
|
+
# @!attribute [rw] property_differences
|
|
7055
|
+
# Status of the actual configuration of the resource compared to its
|
|
7056
|
+
# expected configuration. These will be present only for resources
|
|
7057
|
+
# whose `StackInstanceResourceDriftStatus` is `MODIFIED`.
|
|
7058
|
+
# @return [Array<Types::PropertyDifference>]
|
|
7059
|
+
#
|
|
7060
|
+
# @!attribute [rw] stack_resource_drift_status
|
|
7061
|
+
# The drift status of the resource in a stack instance.
|
|
7062
|
+
#
|
|
7063
|
+
# * `DELETED`: The resource differs from its expected template
|
|
7064
|
+
# configuration in that the resource has been deleted.
|
|
7065
|
+
#
|
|
7066
|
+
# * `MODIFIED`: One or more resource properties differ from their
|
|
7067
|
+
# expected template values.
|
|
7068
|
+
#
|
|
7069
|
+
# * `IN_SYNC`: The resource's actual configuration matches its
|
|
7070
|
+
# expected template configuration.
|
|
7071
|
+
#
|
|
7072
|
+
# * `NOT_CHECKED`: CloudFormation doesn't currently return this
|
|
7073
|
+
# value.
|
|
7074
|
+
# @return [String]
|
|
7075
|
+
#
|
|
7076
|
+
# @!attribute [rw] timestamp
|
|
7077
|
+
# Time at which the stack instance drift detection operation was
|
|
7078
|
+
# initiated.
|
|
7079
|
+
# @return [Time]
|
|
7080
|
+
#
|
|
7081
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackInstanceResourceDriftsSummary AWS API Documentation
|
|
7082
|
+
#
|
|
7083
|
+
class StackInstanceResourceDriftsSummary < Struct.new(
|
|
7084
|
+
:stack_id,
|
|
7085
|
+
:logical_resource_id,
|
|
7086
|
+
:physical_resource_id,
|
|
7087
|
+
:physical_resource_id_context,
|
|
7088
|
+
:resource_type,
|
|
7089
|
+
:property_differences,
|
|
7090
|
+
:stack_resource_drift_status,
|
|
7091
|
+
:timestamp)
|
|
7092
|
+
SENSITIVE = []
|
|
7093
|
+
include Aws::Structure
|
|
7094
|
+
end
|
|
7095
|
+
|
|
6900
7096
|
# The structure that contains summary information about a stack
|
|
6901
7097
|
# instance.
|
|
6902
7098
|
#
|
|
@@ -7070,7 +7266,7 @@ module Aws::CloudFormation
|
|
|
7070
7266
|
#
|
|
7071
7267
|
#
|
|
7072
7268
|
#
|
|
7073
|
-
# [1]:
|
|
7269
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
|
7074
7270
|
# @return [Types::StackResourceDriftInformation]
|
|
7075
7271
|
#
|
|
7076
7272
|
# @!attribute [rw] module_info
|
|
@@ -7160,7 +7356,7 @@ module Aws::CloudFormation
|
|
|
7160
7356
|
#
|
|
7161
7357
|
#
|
|
7162
7358
|
#
|
|
7163
|
-
# [1]:
|
|
7359
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
|
7164
7360
|
# @return [Types::StackResourceDriftInformation]
|
|
7165
7361
|
#
|
|
7166
7362
|
# @!attribute [rw] module_info
|
|
@@ -7206,7 +7402,7 @@ module Aws::CloudFormation
|
|
|
7206
7402
|
#
|
|
7207
7403
|
#
|
|
7208
7404
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
|
7209
|
-
# [2]:
|
|
7405
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html
|
|
7210
7406
|
#
|
|
7211
7407
|
# @!attribute [rw] stack_id
|
|
7212
7408
|
# The ID of the stack.
|
|
@@ -7434,7 +7630,7 @@ module Aws::CloudFormation
|
|
|
7434
7630
|
#
|
|
7435
7631
|
#
|
|
7436
7632
|
#
|
|
7437
|
-
# [1]:
|
|
7633
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
|
7438
7634
|
# @return [Types::StackResourceDriftInformationSummary]
|
|
7439
7635
|
#
|
|
7440
7636
|
# @!attribute [rw] module_info
|
|
@@ -7523,7 +7719,7 @@ module Aws::CloudFormation
|
|
|
7523
7719
|
#
|
|
7524
7720
|
#
|
|
7525
7721
|
#
|
|
7526
|
-
# [1]:
|
|
7722
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
|
7527
7723
|
# @return [String]
|
|
7528
7724
|
#
|
|
7529
7725
|
# @!attribute [rw] execution_role_name
|
|
@@ -7814,7 +8010,7 @@ module Aws::CloudFormation
|
|
|
7814
8010
|
#
|
|
7815
8011
|
#
|
|
7816
8012
|
#
|
|
7817
|
-
# [1]:
|
|
8013
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
|
7818
8014
|
# @return [String]
|
|
7819
8015
|
#
|
|
7820
8016
|
# @!attribute [rw] execution_role_name
|
|
@@ -8313,7 +8509,7 @@ module Aws::CloudFormation
|
|
|
8313
8509
|
#
|
|
8314
8510
|
#
|
|
8315
8511
|
#
|
|
8316
|
-
# [1]:
|
|
8512
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
8317
8513
|
# @return [String]
|
|
8318
8514
|
#
|
|
8319
8515
|
# @!attribute [rw] root_id
|
|
@@ -8326,7 +8522,7 @@ module Aws::CloudFormation
|
|
|
8326
8522
|
#
|
|
8327
8523
|
#
|
|
8328
8524
|
#
|
|
8329
|
-
# [1]:
|
|
8525
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
|
8330
8526
|
# @return [String]
|
|
8331
8527
|
#
|
|
8332
8528
|
# @!attribute [rw] drift_information
|
|
@@ -8338,7 +8534,7 @@ module Aws::CloudFormation
|
|
|
8338
8534
|
#
|
|
8339
8535
|
#
|
|
8340
8536
|
#
|
|
8341
|
-
# [1]:
|
|
8537
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
|
8342
8538
|
# @return [Types::StackDriftInformationSummary]
|
|
8343
8539
|
#
|
|
8344
8540
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSummary AWS API Documentation
|
|
@@ -8465,6 +8661,22 @@ module Aws::CloudFormation
|
|
|
8465
8661
|
include Aws::Structure
|
|
8466
8662
|
end
|
|
8467
8663
|
|
|
8664
|
+
# Options for the `GetTemplateSummary` API action.
|
|
8665
|
+
#
|
|
8666
|
+
# @!attribute [rw] treat_unrecognized_resource_types_as_warnings
|
|
8667
|
+
# If set to `True`, any unrecognized resource types generate warnings
|
|
8668
|
+
# and not an error. Any unrecognized resource types are returned in
|
|
8669
|
+
# the `Warnings` output parameter.
|
|
8670
|
+
# @return [Boolean]
|
|
8671
|
+
#
|
|
8672
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/TemplateSummaryConfig AWS API Documentation
|
|
8673
|
+
#
|
|
8674
|
+
class TemplateSummaryConfig < Struct.new(
|
|
8675
|
+
:treat_unrecognized_resource_types_as_warnings)
|
|
8676
|
+
SENSITIVE = []
|
|
8677
|
+
include Aws::Structure
|
|
8678
|
+
end
|
|
8679
|
+
|
|
8468
8680
|
# @!attribute [rw] arn
|
|
8469
8681
|
# The Amazon Resource Name (ARN) of the extension.
|
|
8470
8682
|
#
|
|
@@ -9119,10 +9331,10 @@ module Aws::CloudFormation
|
|
|
9119
9331
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
9120
9332
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
9121
9333
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
9122
|
-
# [8]:
|
|
9123
|
-
# [9]:
|
|
9124
|
-
# [10]:
|
|
9125
|
-
# [11]:
|
|
9334
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
|
|
9335
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
9336
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
|
9337
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
|
|
9126
9338
|
# @return [Array<String>]
|
|
9127
9339
|
#
|
|
9128
9340
|
# @!attribute [rw] resource_types
|
|
@@ -9540,10 +9752,10 @@ module Aws::CloudFormation
|
|
|
9540
9752
|
# [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
|
|
9541
9753
|
# [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
|
|
9542
9754
|
# [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
|
|
9543
|
-
# [8]:
|
|
9544
|
-
# [9]:
|
|
9545
|
-
# [10]:
|
|
9546
|
-
# [11]:
|
|
9755
|
+
# [8]: https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities
|
|
9756
|
+
# [9]: https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html
|
|
9757
|
+
# [10]: https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
|
|
9758
|
+
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html
|
|
9547
9759
|
# @return [Array<String>]
|
|
9548
9760
|
#
|
|
9549
9761
|
# @!attribute [rw] tags
|
|
@@ -9603,7 +9815,7 @@ module Aws::CloudFormation
|
|
|
9603
9815
|
#
|
|
9604
9816
|
#
|
|
9605
9817
|
#
|
|
9606
|
-
# [1]:
|
|
9818
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html
|
|
9607
9819
|
# @return [String]
|
|
9608
9820
|
#
|
|
9609
9821
|
# @!attribute [rw] execution_role_name
|
|
@@ -9909,5 +10121,22 @@ module Aws::CloudFormation
|
|
|
9909
10121
|
include Aws::Structure
|
|
9910
10122
|
end
|
|
9911
10123
|
|
|
10124
|
+
# Contains any warnings returned by the `GetTemplateSummary` API action.
|
|
10125
|
+
#
|
|
10126
|
+
# @!attribute [rw] unrecognized_resource_types
|
|
10127
|
+
# A list of all of the unrecognized resource types. This is only
|
|
10128
|
+
# returned if the `TemplateSummaryConfig` parameter has the
|
|
10129
|
+
# `TreatUnrecognizedResourceTypesAsWarning` configuration set to
|
|
10130
|
+
# `True`.
|
|
10131
|
+
# @return [Array<String>]
|
|
10132
|
+
#
|
|
10133
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Warnings AWS API Documentation
|
|
10134
|
+
#
|
|
10135
|
+
class Warnings < Struct.new(
|
|
10136
|
+
:unrecognized_resource_types)
|
|
10137
|
+
SENSITIVE = []
|
|
10138
|
+
include Aws::Structure
|
|
10139
|
+
end
|
|
10140
|
+
|
|
9912
10141
|
end
|
|
9913
10142
|
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.
|
|
4
|
+
version: 1.87.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-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|