aws-sdk-cloudformation 1.76.0 → 1.78.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +26 -23
- data/lib/aws-sdk-cloudformation/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-cloudformation/endpoint_provider.rb +29 -32
- data/lib/aws-sdk-cloudformation/event.rb +3 -1
- data/lib/aws-sdk-cloudformation/resource.rb +6 -2
- data/lib/aws-sdk-cloudformation/stack.rb +29 -11
- data/lib/aws-sdk-cloudformation/stack_resource.rb +6 -2
- data/lib/aws-sdk-cloudformation/stack_resource_summary.rb +3 -1
- data/lib/aws-sdk-cloudformation/types.rb +142 -142
- data/lib/aws-sdk-cloudformation/waiters.rb +6 -0
- data/lib/aws-sdk-cloudformation.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b1022215a3c2522513a868193dc7afc51501ccdd14dc144f0d8a2f7d82e1cbf
|
4
|
+
data.tar.gz: ffa1a738b1d4e13287d51b2de7cb58f17ded8769a5dde17ba2124aa42cc5af5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60de0848ab1d504d17cb1d2a9e27f606b2cd0c6325de8c39ea514377844f8c3604946ba7d6783c4df2fd7682d7218708ec42ebcdb5dc786fae7253c65f8a986e
|
7
|
+
data.tar.gz: d22f8b009be878f99bccfbf23ce6b509e7002460f537bce3c366cea9dd1fa84490e27c2ba7d8c6873c1a26b43af8f1defa78f1863a97097f86011ab3c3d8155b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.78.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.77.0 (2023-04-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
|
13
|
+
|
4
14
|
1.76.0 (2023-01-30)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.78.0
|
@@ -275,6 +275,11 @@ module Aws::CloudFormation
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -438,10 +443,10 @@ module Aws::CloudFormation
|
|
438
443
|
# version, if available. You can also use this parameter to update the
|
439
444
|
# value of `AutoUpdate`.
|
440
445
|
#
|
441
|
-
# * `MAJOR
|
446
|
+
# * `MAJOR`: CloudFormation updates the extension to the newest major
|
442
447
|
# version, if one is available.
|
443
448
|
#
|
444
|
-
# * `MINOR
|
449
|
+
# * `MINOR`: CloudFormation updates the extension to the newest minor
|
445
450
|
# version, if one is available.
|
446
451
|
#
|
447
452
|
# @option params [Integer] :major_version
|
@@ -2729,16 +2734,16 @@ module Aws::CloudFormation
|
|
2729
2734
|
# The resource drift status values to use as filters for the resource
|
2730
2735
|
# drift results returned.
|
2731
2736
|
#
|
2732
|
-
# * `DELETED
|
2737
|
+
# * `DELETED`: The resource differs from its expected template
|
2733
2738
|
# configuration in that the resource has been deleted.
|
2734
2739
|
#
|
2735
|
-
# * `MODIFIED
|
2740
|
+
# * `MODIFIED`: One or more resource properties differ from their
|
2736
2741
|
# expected template values.
|
2737
2742
|
#
|
2738
|
-
# * `IN_SYNC
|
2739
|
-
#
|
2743
|
+
# * `IN_SYNC`: The resource's actual configuration matches its expected
|
2744
|
+
# template configuration.
|
2740
2745
|
#
|
2741
|
-
# * `NOT_CHECKED
|
2746
|
+
# * `NOT_CHECKED`: CloudFormation doesn't currently return this value.
|
2742
2747
|
#
|
2743
2748
|
# @option params [String] :next_token
|
2744
2749
|
# A string that identifies the next page of stack resource drift
|
@@ -4790,12 +4795,12 @@ module Aws::CloudFormation
|
|
4790
4795
|
#
|
4791
4796
|
# Valid values include:
|
4792
4797
|
#
|
4793
|
-
# * `LIVE
|
4798
|
+
# * `LIVE`: The extension version is registered and can be used in
|
4794
4799
|
# CloudFormation operations, dependent on its provisioning behavior
|
4795
4800
|
# and visibility scope.
|
4796
4801
|
#
|
4797
|
-
# * `DEPRECATED
|
4798
|
-
#
|
4802
|
+
# * `DEPRECATED`: The extension version has been deregistered and can no
|
4803
|
+
# longer be used in CloudFormation operations.
|
4799
4804
|
#
|
4800
4805
|
# The default is `LIVE`.
|
4801
4806
|
#
|
@@ -4854,7 +4859,7 @@ module Aws::CloudFormation
|
|
4854
4859
|
#
|
4855
4860
|
# Valid values include:
|
4856
4861
|
#
|
4857
|
-
# * `PRIVATE
|
4862
|
+
# * `PRIVATE`: Extensions that are visible and usable within this
|
4858
4863
|
# account and region. This includes:
|
4859
4864
|
#
|
4860
4865
|
# * Private extensions you have registered in this account and region.
|
@@ -4862,7 +4867,7 @@ module Aws::CloudFormation
|
|
4862
4867
|
# * Public extensions that you have activated in this account and
|
4863
4868
|
# region.
|
4864
4869
|
#
|
4865
|
-
# * `PUBLIC
|
4870
|
+
# * `PUBLIC`: Extensions that are publicly visible and available to be
|
4866
4871
|
# activated within any Amazon Web Services account. This includes
|
4867
4872
|
# extensions from Amazon Web Services, in addition to third-party
|
4868
4873
|
# publishers.
|
@@ -4877,14 +4882,14 @@ module Aws::CloudFormation
|
|
4877
4882
|
#
|
4878
4883
|
# Valid values include:
|
4879
4884
|
#
|
4880
|
-
# * `FULLY_MUTABLE
|
4885
|
+
# * `FULLY_MUTABLE`: The resource type includes an update handler to
|
4881
4886
|
# process updates to the type during stack update operations.
|
4882
4887
|
#
|
4883
|
-
# * `IMMUTABLE
|
4888
|
+
# * `IMMUTABLE`: The resource type doesn't include an update handler,
|
4884
4889
|
# so the type can't be updated and must instead be replaced during
|
4885
4890
|
# stack update operations.
|
4886
4891
|
#
|
4887
|
-
# * `NON_PROVISIONABLE
|
4892
|
+
# * `NON_PROVISIONABLE`: The resource type doesn't include create,
|
4888
4893
|
# read, and delete handlers, and therefore can't actually be
|
4889
4894
|
# provisioned.
|
4890
4895
|
#
|
@@ -4896,10 +4901,10 @@ module Aws::CloudFormation
|
|
4896
4901
|
#
|
4897
4902
|
# Valid values include:
|
4898
4903
|
#
|
4899
|
-
# * `LIVE
|
4904
|
+
# * `LIVE`: The extension is registered for use in CloudFormation
|
4900
4905
|
# operations.
|
4901
4906
|
#
|
4902
|
-
# * `DEPRECATED
|
4907
|
+
# * `DEPRECATED`: The extension has been deregistered and can no longer
|
4903
4908
|
# be used in CloudFormation operations.
|
4904
4909
|
#
|
4905
4910
|
# @option params [String] :type
|
@@ -5241,13 +5246,11 @@ module Aws::CloudFormation
|
|
5241
5246
|
#
|
5242
5247
|
# We suggest that extension names adhere to the following patterns:
|
5243
5248
|
#
|
5244
|
-
# * For resource types,
|
5245
|
-
# *company\_or\_organization*\::*service*\::*type*.
|
5249
|
+
# * For resource types, *company\_or\_organization*::*service*::*type*.
|
5246
5250
|
#
|
5247
|
-
# * For modules,
|
5248
|
-
# *company\_or\_organization*\::*service*\::*type*\::MODULE.
|
5251
|
+
# * For modules, *company\_or\_organization*::*service*::*type*::MODULE.
|
5249
5252
|
#
|
5250
|
-
# * For hooks, *MyCompany
|
5253
|
+
# * For hooks, *MyCompany*::*Testing*::*MyTestHook*.
|
5251
5254
|
#
|
5252
5255
|
# <note markdown="1"> The following organization namespaces are reserved and can't be used
|
5253
5256
|
# in your extension names:
|
@@ -6825,7 +6828,7 @@ module Aws::CloudFormation
|
|
6825
6828
|
params: params,
|
6826
6829
|
config: config)
|
6827
6830
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
6828
|
-
context[:gem_version] = '1.
|
6831
|
+
context[:gem_version] = '1.78.0'
|
6829
6832
|
Seahorse::Client::Request.new(handlers, context)
|
6830
6833
|
end
|
6831
6834
|
|
@@ -50,9 +50,6 @@ module Aws::CloudFormation
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
-
if self[:region].nil?
|
54
|
-
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
-
end
|
56
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
57
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
58
55
|
if self[:use_dual_stack].nil?
|
@@ -14,45 +14,42 @@ module Aws::CloudFormation
|
|
14
14
|
use_dual_stack = parameters.use_dual_stack
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
|
-
if
|
18
|
-
if Aws::Endpoints::Matchers.
|
19
|
-
|
20
|
-
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
-
end
|
22
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
-
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
-
end
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
17
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
19
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
26
20
|
end
|
27
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
28
|
-
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
-
end
|
31
|
-
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
21
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
22
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
32
23
|
end
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
25
|
+
end
|
26
|
+
if Aws::Endpoints::Matchers.set?(region)
|
27
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
29
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
37
31
|
end
|
38
|
-
|
32
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
39
33
|
end
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
37
|
+
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation.#{region}.amazonaws.com", headers: {}, properties: {})
|
38
|
+
end
|
39
|
+
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
40
|
+
end
|
41
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
45
42
|
end
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation
|
43
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
44
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
45
|
+
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
46
|
+
end
|
47
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
48
|
+
end
|
49
|
+
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
53
50
|
end
|
54
|
-
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
55
51
|
end
|
52
|
+
raise ArgumentError, "Invalid Configuration: Missing Region"
|
56
53
|
raise ArgumentError, 'No endpoint could be resolved'
|
57
54
|
|
58
55
|
end
|
@@ -317,7 +317,9 @@ module Aws::CloudFormation
|
|
317
317
|
# [2]: http://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
|
321
|
+
@client.create_stack(options)
|
322
|
+
end
|
321
323
|
Stack.new(
|
322
324
|
name: options[:stack_name],
|
323
325
|
client: @client
|
@@ -363,7 +365,9 @@ module Aws::CloudFormation
|
|
363
365
|
# @return [Stack::Collection]
|
364
366
|
def stacks(options = {})
|
365
367
|
batches = Enumerator.new do |y|
|
366
|
-
resp =
|
368
|
+
resp = Aws::Plugins::UserAgent.feature('resource') do
|
369
|
+
@client.describe_stacks(options)
|
370
|
+
end
|
367
371
|
resp.each_page do |page|
|
368
372
|
batch = []
|
369
373
|
page.data.stacks.each do |s|
|
@@ -100,9 +100,9 @@ module Aws::CloudFormation
|
|
100
100
|
|
101
101
|
# Boolean to enable or disable rollback on stack creation failures:
|
102
102
|
#
|
103
|
-
# * `true
|
103
|
+
# * `true`: disable rollback.
|
104
104
|
#
|
105
|
-
# * `false
|
105
|
+
# * `false`: enable rollback.
|
106
106
|
# @return [Boolean]
|
107
107
|
def disable_rollback
|
108
108
|
data[:disable_rollback]
|
@@ -222,7 +222,9 @@ module Aws::CloudFormation
|
|
222
222
|
#
|
223
223
|
# @return [self]
|
224
224
|
def load
|
225
|
-
resp =
|
225
|
+
resp = Aws::Plugins::UserAgent.feature('resource') do
|
226
|
+
@client.describe_stacks(stack_name: @name)
|
227
|
+
end
|
226
228
|
@data = resp.stacks[0]
|
227
229
|
self
|
228
230
|
end
|
@@ -267,7 +269,9 @@ module Aws::CloudFormation
|
|
267
269
|
options, params = separate_params_and_options(options)
|
268
270
|
waiter = Waiters::StackExists.new(options)
|
269
271
|
yield_waiter_and_warn(waiter, &block) if block_given?
|
270
|
-
|
272
|
+
Aws::Plugins::UserAgent.feature('resource') do
|
273
|
+
waiter.wait(params.merge(stack_name: @name))
|
274
|
+
end
|
271
275
|
Stack.new({
|
272
276
|
name: @name,
|
273
277
|
client: @client
|
@@ -368,7 +372,9 @@ module Aws::CloudFormation
|
|
368
372
|
:retry
|
369
373
|
end
|
370
374
|
end
|
371
|
-
Aws::
|
375
|
+
Aws::Plugins::UserAgent.feature('resource') do
|
376
|
+
Aws::Waiters::Waiter.new(options).wait({})
|
377
|
+
end
|
372
378
|
end
|
373
379
|
|
374
380
|
# @!group Actions
|
@@ -388,7 +394,9 @@ module Aws::CloudFormation
|
|
388
394
|
# @return [EmptyStructure]
|
389
395
|
def cancel_update(options = {})
|
390
396
|
options = options.merge(stack_name: @name)
|
391
|
-
resp =
|
397
|
+
resp = Aws::Plugins::UserAgent.feature('resource') do
|
398
|
+
@client.cancel_update_stack(options)
|
399
|
+
end
|
392
400
|
resp.data
|
393
401
|
end
|
394
402
|
|
@@ -665,7 +673,9 @@ module Aws::CloudFormation
|
|
665
673
|
# @return [Types::CreateStackOutput]
|
666
674
|
def create(options = {})
|
667
675
|
options = options.merge(stack_name: @name)
|
668
|
-
resp =
|
676
|
+
resp = Aws::Plugins::UserAgent.feature('resource') do
|
677
|
+
@client.create_stack(options)
|
678
|
+
end
|
669
679
|
resp.data
|
670
680
|
end
|
671
681
|
|
@@ -718,7 +728,9 @@ module Aws::CloudFormation
|
|
718
728
|
# @return [EmptyStructure]
|
719
729
|
def delete(options = {})
|
720
730
|
options = options.merge(stack_name: @name)
|
721
|
-
resp =
|
731
|
+
resp = Aws::Plugins::UserAgent.feature('resource') do
|
732
|
+
@client.delete_stack(options)
|
733
|
+
end
|
722
734
|
resp.data
|
723
735
|
end
|
724
736
|
|
@@ -1000,7 +1012,9 @@ module Aws::CloudFormation
|
|
1000
1012
|
# @return [Types::UpdateStackOutput]
|
1001
1013
|
def update(options = {})
|
1002
1014
|
options = options.merge(stack_name: @name)
|
1003
|
-
resp =
|
1015
|
+
resp = Aws::Plugins::UserAgent.feature('resource') do
|
1016
|
+
@client.update_stack(options)
|
1017
|
+
end
|
1004
1018
|
resp.data
|
1005
1019
|
end
|
1006
1020
|
|
@@ -1014,7 +1028,9 @@ module Aws::CloudFormation
|
|
1014
1028
|
def events(options = {})
|
1015
1029
|
batches = Enumerator.new do |y|
|
1016
1030
|
options = options.merge(stack_name: @name)
|
1017
|
-
resp =
|
1031
|
+
resp = Aws::Plugins::UserAgent.feature('resource') do
|
1032
|
+
@client.describe_stack_events(options)
|
1033
|
+
end
|
1018
1034
|
resp.each_page do |page|
|
1019
1035
|
batch = []
|
1020
1036
|
page.data.stack_events.each do |s|
|
@@ -1048,7 +1064,9 @@ module Aws::CloudFormation
|
|
1048
1064
|
def resource_summaries(options = {})
|
1049
1065
|
batches = Enumerator.new do |y|
|
1050
1066
|
options = options.merge(stack_name: @name)
|
1051
|
-
resp =
|
1067
|
+
resp = Aws::Plugins::UserAgent.feature('resource') do
|
1068
|
+
@client.list_stack_resources(options)
|
1069
|
+
end
|
1052
1070
|
resp.each_page do |page|
|
1053
1071
|
batch = []
|
1054
1072
|
page.data.stack_resource_summaries.each do |s|
|
@@ -139,10 +139,12 @@ module Aws::CloudFormation
|
|
139
139
|
#
|
140
140
|
# @return [self]
|
141
141
|
def load
|
142
|
-
resp =
|
142
|
+
resp = Aws::Plugins::UserAgent.feature('resource') do
|
143
|
+
@client.describe_stack_resource(
|
143
144
|
logical_resource_id: @logical_id,
|
144
145
|
stack_name: @stack_name
|
145
146
|
)
|
147
|
+
end
|
146
148
|
@data = resp.stack_resource_detail
|
147
149
|
self
|
148
150
|
end
|
@@ -257,7 +259,9 @@ module Aws::CloudFormation
|
|
257
259
|
:retry
|
258
260
|
end
|
259
261
|
end
|
260
|
-
Aws::
|
262
|
+
Aws::Plugins::UserAgent.feature('resource') do
|
263
|
+
Aws::Waiters::Waiter.new(options).wait({})
|
264
|
+
end
|
261
265
|
end
|
262
266
|
|
263
267
|
# @!group Associations
|
@@ -32,18 +32,18 @@ module Aws::CloudFormation
|
|
32
32
|
# @!attribute [rw] status
|
33
33
|
# The status of the account gate function.
|
34
34
|
#
|
35
|
-
# * `SUCCEEDED
|
35
|
+
# * `SUCCEEDED`: The account gate function has determined that the
|
36
36
|
# account and Region passes any requirements for a stack set
|
37
37
|
# operation to occur. CloudFormation proceeds with the stack
|
38
38
|
# operation in that account and Region.
|
39
39
|
#
|
40
|
-
# * `FAILED
|
40
|
+
# * `FAILED`: The account gate function has determined that the
|
41
41
|
# account and Region doesn't meet the requirements for a stack set
|
42
42
|
# operation to occur. CloudFormation cancels the stack set operation
|
43
43
|
# in that account and Region, and sets the stack set operation
|
44
44
|
# result status for that account and Region to `FAILED`.
|
45
45
|
#
|
46
|
-
# * `SKIPPED
|
46
|
+
# * `SKIPPED`: CloudFormation has skipped calling the account gate
|
47
47
|
# function for this account and Region, for one of the following
|
48
48
|
# reasons:
|
49
49
|
#
|
@@ -175,10 +175,10 @@ module Aws::CloudFormation
|
|
175
175
|
# version, if available. You can also use this parameter to update the
|
176
176
|
# value of `AutoUpdate`.
|
177
177
|
#
|
178
|
-
# * `MAJOR
|
178
|
+
# * `MAJOR`: CloudFormation updates the extension to the newest major
|
179
179
|
# version, if one is available.
|
180
180
|
#
|
181
|
-
# * `MINOR
|
181
|
+
# * `MINOR`: CloudFormation updates the extension to the newest minor
|
182
182
|
# version, if one is available.
|
183
183
|
# @return [String]
|
184
184
|
#
|
@@ -1992,14 +1992,14 @@ module Aws::CloudFormation
|
|
1992
1992
|
# The following is a list of possible values for the
|
1993
1993
|
# `AccountFilterType` operation.
|
1994
1994
|
#
|
1995
|
-
# * `INTERSECTION
|
1995
|
+
# * `INTERSECTION`: StackSets deploys to the accounts specified in
|
1996
1996
|
# `Accounts` parameter.
|
1997
1997
|
#
|
1998
|
-
# * `DIFFERENCE
|
1998
|
+
# * `DIFFERENCE`: StackSets excludes the accounts specified in
|
1999
1999
|
# `Accounts` parameter. This enables user to avoid certain accounts
|
2000
2000
|
# within an OU such as suspended accounts.
|
2001
2001
|
#
|
2002
|
-
# * `UNION
|
2002
|
+
# * `UNION`: StackSets includes additional accounts deployment
|
2003
2003
|
# targets.
|
2004
2004
|
#
|
2005
2005
|
# This is the default value if `AccountFilterType` is not provided.
|
@@ -2007,7 +2007,7 @@ module Aws::CloudFormation
|
|
2007
2007
|
# from a different OU in one request, which used to be two separate
|
2008
2008
|
# requests.
|
2009
2009
|
#
|
2010
|
-
# * `NONE
|
2010
|
+
# * `NONE`: Deploys to all the accounts in specified organizational
|
2011
2011
|
# units (OU).
|
2012
2012
|
# @return [String]
|
2013
2013
|
#
|
@@ -2409,23 +2409,23 @@ module Aws::CloudFormation
|
|
2409
2409
|
# Status of the stack's actual configuration compared to its expected
|
2410
2410
|
# configuration.
|
2411
2411
|
#
|
2412
|
-
# * `DRIFTED
|
2412
|
+
# * `DRIFTED`: The stack differs from its expected template
|
2413
2413
|
# configuration. A stack is considered to have drifted if one or
|
2414
2414
|
# more of its resources have drifted.
|
2415
2415
|
#
|
2416
|
-
# * `NOT_CHECKED
|
2417
|
-
#
|
2416
|
+
# * `NOT_CHECKED`: CloudFormation hasn't checked if the stack differs
|
2417
|
+
# from its expected template configuration.
|
2418
2418
|
#
|
2419
|
-
# * `IN_SYNC
|
2419
|
+
# * `IN_SYNC`: The stack's actual configuration matches its expected
|
2420
2420
|
# template configuration.
|
2421
2421
|
#
|
2422
|
-
# * `UNKNOWN
|
2422
|
+
# * `UNKNOWN`: This value is reserved for future use.
|
2423
2423
|
# @return [String]
|
2424
2424
|
#
|
2425
2425
|
# @!attribute [rw] detection_status
|
2426
2426
|
# The status of the stack drift detection operation.
|
2427
2427
|
#
|
2428
|
-
# * `DETECTION_COMPLETE
|
2428
|
+
# * `DETECTION_COMPLETE`: The stack drift detection operation has
|
2429
2429
|
# successfully completed for all resources in the stack that support
|
2430
2430
|
# drift detection. (Resources that don't currently support stack
|
2431
2431
|
# detection remain unchecked.)
|
@@ -2434,12 +2434,12 @@ module Aws::CloudFormation
|
|
2434
2434
|
# a filter for the stack drift detection operation, only the
|
2435
2435
|
# resources with those logical IDs are checked for drift.
|
2436
2436
|
#
|
2437
|
-
# * `DETECTION_FAILED
|
2438
|
-
#
|
2439
|
-
#
|
2440
|
-
#
|
2437
|
+
# * `DETECTION_FAILED`: The stack drift detection operation has failed
|
2438
|
+
# for at least one resource in the stack. Results will be available
|
2439
|
+
# for resources on which CloudFormation successfully completed drift
|
2440
|
+
# detection.
|
2441
2441
|
#
|
2442
|
-
# * `DETECTION_IN_PROGRESS
|
2442
|
+
# * `DETECTION_IN_PROGRESS`: The stack drift detection operation is
|
2443
2443
|
# currently in progress.
|
2444
2444
|
# @return [String]
|
2445
2445
|
#
|
@@ -2590,16 +2590,16 @@ module Aws::CloudFormation
|
|
2590
2590
|
# The resource drift status values to use as filters for the resource
|
2591
2591
|
# drift results returned.
|
2592
2592
|
#
|
2593
|
-
# * `DELETED
|
2593
|
+
# * `DELETED`: The resource differs from its expected template
|
2594
2594
|
# configuration in that the resource has been deleted.
|
2595
2595
|
#
|
2596
|
-
# * `MODIFIED
|
2596
|
+
# * `MODIFIED`: One or more resource properties differ from their
|
2597
2597
|
# expected template values.
|
2598
2598
|
#
|
2599
|
-
# * `IN_SYNC
|
2599
|
+
# * `IN_SYNC`: The resource's actual configuration matches its
|
2600
2600
|
# expected template configuration.
|
2601
2601
|
#
|
2602
|
-
# * `NOT_CHECKED
|
2602
|
+
# * `NOT_CHECKED`: CloudFormation doesn't currently return this
|
2603
2603
|
# value.
|
2604
2604
|
# @return [Array<String>]
|
2605
2605
|
#
|
@@ -3030,19 +3030,19 @@ module Aws::CloudFormation
|
|
3030
3030
|
# CloudFormation doesn't return this information for public
|
3031
3031
|
# extensions, whether they are activated in your account.
|
3032
3032
|
#
|
3033
|
-
# * `PASSED
|
3033
|
+
# * `PASSED`: The extension has passed all its contract tests.
|
3034
3034
|
#
|
3035
3035
|
# An extension must have a test status of `PASSED` before it can be
|
3036
3036
|
# published. For more information, see [Publishing extensions to
|
3037
3037
|
# make them available for public use][1] in the *CloudFormation
|
3038
3038
|
# Command Line Interface User Guide*.
|
3039
3039
|
#
|
3040
|
-
# * `FAILED
|
3040
|
+
# * `FAILED`: The extension has failed one or more contract tests.
|
3041
3041
|
#
|
3042
|
-
# * `IN_PROGRESS
|
3043
|
-
#
|
3042
|
+
# * `IN_PROGRESS`: Contract tests are currently being performed on the
|
3043
|
+
# extension.
|
3044
3044
|
#
|
3045
|
-
# * `NOT_TESTED
|
3045
|
+
# * `NOT_TESTED`: Contract tests haven't been performed on the
|
3046
3046
|
# extension.
|
3047
3047
|
#
|
3048
3048
|
#
|
@@ -3083,14 +3083,14 @@ module Aws::CloudFormation
|
|
3083
3083
|
#
|
3084
3084
|
# Valid values include:
|
3085
3085
|
#
|
3086
|
-
# * `FULLY_MUTABLE
|
3086
|
+
# * `FULLY_MUTABLE`: The resource type includes an update handler to
|
3087
3087
|
# process updates to the type during stack update operations.
|
3088
3088
|
#
|
3089
|
-
# * `IMMUTABLE
|
3090
|
-
#
|
3091
|
-
#
|
3089
|
+
# * `IMMUTABLE`: The resource type doesn't include an update handler,
|
3090
|
+
# so the type can't be updated and must instead be replaced during
|
3091
|
+
# stack update operations.
|
3092
3092
|
#
|
3093
|
-
# * `NON_PROVISIONABLE
|
3093
|
+
# * `NON_PROVISIONABLE`: The resource type doesn't include all the
|
3094
3094
|
# following handlers, and therefore can't actually be provisioned.
|
3095
3095
|
#
|
3096
3096
|
# * create
|
@@ -3105,11 +3105,11 @@ module Aws::CloudFormation
|
|
3105
3105
|
#
|
3106
3106
|
# Valid values include:
|
3107
3107
|
#
|
3108
|
-
# * `LIVE
|
3108
|
+
# * `LIVE`: The extension is activated or registered and can be used
|
3109
3109
|
# in CloudFormation operations, dependent on its provisioning
|
3110
3110
|
# behavior and visibility scope.
|
3111
3111
|
#
|
3112
|
-
# * `DEPRECATED
|
3112
|
+
# * `DEPRECATED`: The extension has been deactivated or deregistered
|
3113
3113
|
# and can no longer be used in CloudFormation operations.
|
3114
3114
|
#
|
3115
3115
|
# For public third-party extensions, CloudFormation returns `null`.
|
@@ -3158,11 +3158,11 @@ module Aws::CloudFormation
|
|
3158
3158
|
#
|
3159
3159
|
# Valid values include:
|
3160
3160
|
#
|
3161
|
-
# * `PRIVATE
|
3161
|
+
# * `PRIVATE`: The extension is only visible and usable within the
|
3162
3162
|
# account in which it is registered. CloudFormation marks any
|
3163
3163
|
# extensions you register as `PRIVATE`.
|
3164
3164
|
#
|
3165
|
-
# * `PUBLIC
|
3165
|
+
# * `PUBLIC`: The extension is publicly visible and usable within any
|
3166
3166
|
# Amazon Web Services account.
|
3167
3167
|
# @return [String]
|
3168
3168
|
#
|
@@ -4691,11 +4691,11 @@ module Aws::CloudFormation
|
|
4691
4691
|
#
|
4692
4692
|
# Valid values include:
|
4693
4693
|
#
|
4694
|
-
# * `LIVE
|
4694
|
+
# * `LIVE`: The extension version is registered and can be used in
|
4695
4695
|
# CloudFormation operations, dependent on its provisioning behavior
|
4696
4696
|
# and visibility scope.
|
4697
4697
|
#
|
4698
|
-
# * `DEPRECATED
|
4698
|
+
# * `DEPRECATED`: The extension version has been deregistered and can
|
4699
4699
|
# no longer be used in CloudFormation operations.
|
4700
4700
|
#
|
4701
4701
|
# The default is `LIVE`.
|
@@ -4749,7 +4749,7 @@ module Aws::CloudFormation
|
|
4749
4749
|
#
|
4750
4750
|
# Valid values include:
|
4751
4751
|
#
|
4752
|
-
# * `PRIVATE
|
4752
|
+
# * `PRIVATE`: Extensions that are visible and usable within this
|
4753
4753
|
# account and region. This includes:
|
4754
4754
|
#
|
4755
4755
|
# * Private extensions you have registered in this account and
|
@@ -4758,8 +4758,8 @@ module Aws::CloudFormation
|
|
4758
4758
|
# * Public extensions that you have activated in this account and
|
4759
4759
|
# region.
|
4760
4760
|
#
|
4761
|
-
# * `PUBLIC
|
4762
|
-
#
|
4761
|
+
# * `PUBLIC`: Extensions that are publicly visible and available to be
|
4762
|
+
# activated within any Amazon Web Services account. This includes
|
4763
4763
|
# extensions from Amazon Web Services, in addition to third-party
|
4764
4764
|
# publishers.
|
4765
4765
|
#
|
@@ -4774,14 +4774,14 @@ module Aws::CloudFormation
|
|
4774
4774
|
#
|
4775
4775
|
# Valid values include:
|
4776
4776
|
#
|
4777
|
-
# * `FULLY_MUTABLE
|
4777
|
+
# * `FULLY_MUTABLE`: The resource type includes an update handler to
|
4778
4778
|
# process updates to the type during stack update operations.
|
4779
4779
|
#
|
4780
|
-
# * `IMMUTABLE
|
4781
|
-
#
|
4782
|
-
#
|
4780
|
+
# * `IMMUTABLE`: The resource type doesn't include an update handler,
|
4781
|
+
# so the type can't be updated and must instead be replaced during
|
4782
|
+
# stack update operations.
|
4783
4783
|
#
|
4784
|
-
# * `NON_PROVISIONABLE
|
4784
|
+
# * `NON_PROVISIONABLE`: The resource type doesn't include create,
|
4785
4785
|
# read, and delete handlers, and therefore can't actually be
|
4786
4786
|
# provisioned.
|
4787
4787
|
#
|
@@ -4794,10 +4794,10 @@ module Aws::CloudFormation
|
|
4794
4794
|
#
|
4795
4795
|
# Valid values include:
|
4796
4796
|
#
|
4797
|
-
# * `LIVE
|
4797
|
+
# * `LIVE`: The extension is registered for use in CloudFormation
|
4798
4798
|
# operations.
|
4799
4799
|
#
|
4800
|
-
# * `DEPRECATED
|
4800
|
+
# * `DEPRECATED`: The extension has been deregistered and can no
|
4801
4801
|
# longer be used in CloudFormation operations.
|
4802
4802
|
# @return [String]
|
4803
4803
|
#
|
@@ -5190,13 +5190,13 @@ module Aws::CloudFormation
|
|
5190
5190
|
# @!attribute [rw] difference_type
|
5191
5191
|
# The type of property difference.
|
5192
5192
|
#
|
5193
|
-
# * `ADD
|
5193
|
+
# * `ADD`: A value has been added to a resource property that's an
|
5194
5194
|
# array or list data type.
|
5195
5195
|
#
|
5196
|
-
# * `REMOVE
|
5196
|
+
# * `REMOVE`: The property has been removed from the current resource
|
5197
5197
|
# configuration.
|
5198
5198
|
#
|
5199
|
-
# * `NOT_EQUAL
|
5199
|
+
# * `NOT_EQUAL`: The current property value differs from its expected
|
5200
5200
|
# value (as defined in the stack template and any values specified
|
5201
5201
|
# as template parameters).
|
5202
5202
|
# @return [String]
|
@@ -5409,12 +5409,12 @@ module Aws::CloudFormation
|
|
5409
5409
|
# We suggest that extension names adhere to the following patterns:
|
5410
5410
|
#
|
5411
5411
|
# * For resource types,
|
5412
|
-
# *company\_or\_organization
|
5412
|
+
# *company\_or\_organization*::*service*::*type*.
|
5413
5413
|
#
|
5414
5414
|
# * For modules,
|
5415
|
-
# *company\_or\_organization
|
5415
|
+
# *company\_or\_organization*::*service*::*type*::MODULE.
|
5416
5416
|
#
|
5417
|
-
# * For hooks, *MyCompany
|
5417
|
+
# * For hooks, *MyCompany*::*Testing*::*MyTestHook*.
|
5418
5418
|
#
|
5419
5419
|
# <note markdown="1"> The following organization namespaces are reserved and can't be
|
5420
5420
|
# used in your extension names:
|
@@ -6229,9 +6229,9 @@ module Aws::CloudFormation
|
|
6229
6229
|
# @!attribute [rw] disable_rollback
|
6230
6230
|
# Boolean to enable or disable rollback on stack creation failures:
|
6231
6231
|
#
|
6232
|
-
# * `true
|
6232
|
+
# * `true`: disable rollback.
|
6233
6233
|
#
|
6234
|
-
# * `false
|
6234
|
+
# * `false`: enable rollback.
|
6235
6235
|
# @return [Boolean]
|
6236
6236
|
#
|
6237
6237
|
# @!attribute [rw] notification_arns
|
@@ -6354,17 +6354,17 @@ module Aws::CloudFormation
|
|
6354
6354
|
# Status of the stack's actual configuration compared to its expected
|
6355
6355
|
# template configuration.
|
6356
6356
|
#
|
6357
|
-
# * `DRIFTED
|
6357
|
+
# * `DRIFTED`: The stack differs from its expected template
|
6358
6358
|
# configuration. A stack is considered to have drifted if one or
|
6359
6359
|
# more of its resources have drifted.
|
6360
6360
|
#
|
6361
|
-
# * `NOT_CHECKED
|
6362
|
-
#
|
6361
|
+
# * `NOT_CHECKED`: CloudFormation hasn't checked if the stack differs
|
6362
|
+
# from its expected template configuration.
|
6363
6363
|
#
|
6364
|
-
# * `IN_SYNC
|
6364
|
+
# * `IN_SYNC`: The stack's actual configuration matches its expected
|
6365
6365
|
# template configuration.
|
6366
6366
|
#
|
6367
|
-
# * `UNKNOWN
|
6367
|
+
# * `UNKNOWN`: This value is reserved for future use.
|
6368
6368
|
# @return [String]
|
6369
6369
|
#
|
6370
6370
|
# @!attribute [rw] last_check_timestamp
|
@@ -6392,17 +6392,17 @@ module Aws::CloudFormation
|
|
6392
6392
|
# Status of the stack's actual configuration compared to its expected
|
6393
6393
|
# template configuration.
|
6394
6394
|
#
|
6395
|
-
# * `DRIFTED
|
6395
|
+
# * `DRIFTED`: The stack differs from its expected template
|
6396
6396
|
# configuration. A stack is considered to have drifted if one or
|
6397
6397
|
# more of its resources have drifted.
|
6398
6398
|
#
|
6399
|
-
# * `NOT_CHECKED
|
6400
|
-
#
|
6399
|
+
# * `NOT_CHECKED`: CloudFormation hasn't checked if the stack differs
|
6400
|
+
# from its expected template configuration.
|
6401
6401
|
#
|
6402
|
-
# * `IN_SYNC
|
6402
|
+
# * `IN_SYNC`: The stack's actual configuration matches its expected
|
6403
6403
|
# template configuration.
|
6404
6404
|
#
|
6405
|
-
# * `UNKNOWN
|
6405
|
+
# * `UNKNOWN`: This value is reserved for future use.
|
6406
6406
|
# @return [String]
|
6407
6407
|
#
|
6408
6408
|
# @!attribute [rw] last_check_timestamp
|
@@ -6572,14 +6572,14 @@ module Aws::CloudFormation
|
|
6572
6572
|
# The status of the stack instance, in terms of its synchronization
|
6573
6573
|
# with its associated stack set.
|
6574
6574
|
#
|
6575
|
-
# * `INOPERABLE
|
6575
|
+
# * `INOPERABLE`: A `DeleteStackInstances` operation has failed and
|
6576
6576
|
# left the stack in an unstable state. Stacks in this state are
|
6577
6577
|
# excluded from further `UpdateStackSet` operations. You might need
|
6578
6578
|
# to perform a `DeleteStackInstances` operation, with `RetainStacks`
|
6579
6579
|
# set to `true`, to delete the stack instance, and then delete the
|
6580
6580
|
# stack manually.
|
6581
6581
|
#
|
6582
|
-
# * `OUTDATED
|
6582
|
+
# * `OUTDATED`: The stack isn't currently up to date with the stack
|
6583
6583
|
# set because:
|
6584
6584
|
#
|
6585
6585
|
# * The associated stack failed during a `CreateStackSet` or
|
@@ -6589,7 +6589,7 @@ module Aws::CloudFormation
|
|
6589
6589
|
# operation that failed or was stopped before the stack was
|
6590
6590
|
# created or updated.
|
6591
6591
|
#
|
6592
|
-
# * `CURRENT
|
6592
|
+
# * `CURRENT`: The stack is currently up to date with the stack set.
|
6593
6593
|
# @return [String]
|
6594
6594
|
#
|
6595
6595
|
# @!attribute [rw] stack_instance_status
|
@@ -6616,18 +6616,18 @@ module Aws::CloudFormation
|
|
6616
6616
|
# expected template and parameter configuration of the stack set to
|
6617
6617
|
# which it belongs.
|
6618
6618
|
#
|
6619
|
-
# * `DRIFTED
|
6619
|
+
# * `DRIFTED`: The stack differs from the expected template and
|
6620
6620
|
# parameter configuration of the stack set to which it belongs. A
|
6621
6621
|
# stack instance is considered to have drifted if one or more of the
|
6622
6622
|
# resources in the associated stack have drifted.
|
6623
6623
|
#
|
6624
|
-
# * `NOT_CHECKED
|
6624
|
+
# * `NOT_CHECKED`: CloudFormation hasn't checked if the stack
|
6625
6625
|
# instance differs from its expected stack set configuration.
|
6626
6626
|
#
|
6627
|
-
# * `IN_SYNC
|
6627
|
+
# * `IN_SYNC`: The stack instance's actual configuration matches its
|
6628
6628
|
# expected stack set configuration.
|
6629
6629
|
#
|
6630
|
-
# * `UNKNOWN
|
6630
|
+
# * `UNKNOWN`: This value is reserved for future use.
|
6631
6631
|
# @return [String]
|
6632
6632
|
#
|
6633
6633
|
# @!attribute [rw] last_drift_check_timestamp
|
@@ -6663,30 +6663,30 @@ module Aws::CloudFormation
|
|
6663
6663
|
# The detailed status of the stack instance.
|
6664
6664
|
#
|
6665
6665
|
# @!attribute [rw] detailed_status
|
6666
|
-
# * `CANCELLED
|
6667
|
-
#
|
6668
|
-
#
|
6669
|
-
#
|
6666
|
+
# * `CANCELLED`: The operation in the specified account and Region has
|
6667
|
+
# been canceled. This is either because a user has stopped the stack
|
6668
|
+
# set operation, or because the failure tolerance of the stack set
|
6669
|
+
# operation has been exceeded.
|
6670
6670
|
#
|
6671
|
-
# * `FAILED
|
6671
|
+
# * `FAILED`: The operation in the specified account and Region
|
6672
6672
|
# failed. If the stack set operation fails in enough accounts within
|
6673
6673
|
# a Region, the failure tolerance for the stack set operation as a
|
6674
6674
|
# whole might be exceeded.
|
6675
6675
|
#
|
6676
|
-
# * `INOPERABLE
|
6676
|
+
# * `INOPERABLE`: A `DeleteStackInstances` operation has failed and
|
6677
6677
|
# left the stack in an unstable state. Stacks in this state are
|
6678
6678
|
# excluded from further `UpdateStackSet` operations. You might need
|
6679
6679
|
# to perform a `DeleteStackInstances` operation, with `RetainStacks`
|
6680
6680
|
# set to `true`, to delete the stack instance, and then delete the
|
6681
6681
|
# stack manually.
|
6682
6682
|
#
|
6683
|
-
# * `PENDING
|
6683
|
+
# * `PENDING`: The operation in the specified account and Region has
|
6684
6684
|
# yet to start.
|
6685
6685
|
#
|
6686
|
-
# * `RUNNING
|
6686
|
+
# * `RUNNING`: The operation in the specified account and Region is
|
6687
6687
|
# currently in progress.
|
6688
6688
|
#
|
6689
|
-
# * `SUCCEEDED
|
6689
|
+
# * `SUCCEEDED`: The operation in the specified account and Region
|
6690
6690
|
# completed successfully.
|
6691
6691
|
# @return [String]
|
6692
6692
|
#
|
@@ -6749,14 +6749,14 @@ module Aws::CloudFormation
|
|
6749
6749
|
# The status of the stack instance, in terms of its synchronization
|
6750
6750
|
# with its associated stack set.
|
6751
6751
|
#
|
6752
|
-
# * `INOPERABLE
|
6752
|
+
# * `INOPERABLE`: A `DeleteStackInstances` operation has failed and
|
6753
6753
|
# left the stack in an unstable state. Stacks in this state are
|
6754
6754
|
# excluded from further `UpdateStackSet` operations. You might need
|
6755
6755
|
# to perform a `DeleteStackInstances` operation, with `RetainStacks`
|
6756
6756
|
# set to `true`, to delete the stack instance, and then delete the
|
6757
6757
|
# stack manually.
|
6758
6758
|
#
|
6759
|
-
# * `OUTDATED
|
6759
|
+
# * `OUTDATED`: The stack isn't currently up to date with the stack
|
6760
6760
|
# set because:
|
6761
6761
|
#
|
6762
6762
|
# * The associated stack failed during a `CreateStackSet` or
|
@@ -6766,7 +6766,7 @@ module Aws::CloudFormation
|
|
6766
6766
|
# operation that failed or was stopped before the stack was
|
6767
6767
|
# created or updated.
|
6768
6768
|
#
|
6769
|
-
# * `CURRENT
|
6769
|
+
# * `CURRENT`: The stack is currently up to date with the stack set.
|
6770
6770
|
# @return [String]
|
6771
6771
|
#
|
6772
6772
|
# @!attribute [rw] status_reason
|
@@ -6793,18 +6793,18 @@ module Aws::CloudFormation
|
|
6793
6793
|
# expected template and parameter configuration of the stack set to
|
6794
6794
|
# which it belongs.
|
6795
6795
|
#
|
6796
|
-
# * `DRIFTED
|
6796
|
+
# * `DRIFTED`: The stack differs from the expected template and
|
6797
6797
|
# parameter configuration of the stack set to which it belongs. A
|
6798
6798
|
# stack instance is considered to have drifted if one or more of the
|
6799
6799
|
# resources in the associated stack have drifted.
|
6800
6800
|
#
|
6801
|
-
# * `NOT_CHECKED
|
6801
|
+
# * `NOT_CHECKED`: CloudFormation hasn't checked if the stack
|
6802
6802
|
# instance differs from its expected stack set configuration.
|
6803
6803
|
#
|
6804
|
-
# * `IN_SYNC
|
6804
|
+
# * `IN_SYNC`: The stack instance's actual configuration matches its
|
6805
6805
|
# expected stack set configuration.
|
6806
6806
|
#
|
6807
|
-
# * `UNKNOWN
|
6807
|
+
# * `UNKNOWN`: This value is reserved for future use.
|
6808
6808
|
# @return [String]
|
6809
6809
|
#
|
6810
6810
|
# @!attribute [rw] last_drift_check_timestamp
|
@@ -7086,17 +7086,17 @@ module Aws::CloudFormation
|
|
7086
7086
|
# Status of the resource's actual configuration compared to its
|
7087
7087
|
# expected configuration.
|
7088
7088
|
#
|
7089
|
-
# * `DELETED
|
7089
|
+
# * `DELETED`: The resource differs from its expected template
|
7090
7090
|
# configuration because the resource has been deleted.
|
7091
7091
|
#
|
7092
|
-
# * `MODIFIED
|
7092
|
+
# * `MODIFIED`: One or more resource properties differ from their
|
7093
7093
|
# expected values (as defined in the stack template and any values
|
7094
7094
|
# specified as template parameters).
|
7095
7095
|
#
|
7096
|
-
# * `IN_SYNC
|
7096
|
+
# * `IN_SYNC`: The resource's actual configuration matches its
|
7097
7097
|
# expected template configuration.
|
7098
7098
|
#
|
7099
|
-
# * `NOT_CHECKED
|
7099
|
+
# * `NOT_CHECKED`: CloudFormation does not currently return this
|
7100
7100
|
# value.
|
7101
7101
|
# @return [String]
|
7102
7102
|
#
|
@@ -7137,19 +7137,19 @@ module Aws::CloudFormation
|
|
7137
7137
|
# Status of the resource's actual configuration compared to its
|
7138
7138
|
# expected configuration
|
7139
7139
|
#
|
7140
|
-
# * `DELETED
|
7141
|
-
#
|
7140
|
+
# * `DELETED`: The resource differs from its expected configuration in
|
7141
|
+
# that it has been deleted.
|
7142
7142
|
#
|
7143
|
-
# * `MODIFIED
|
7143
|
+
# * `MODIFIED`: The resource differs from its expected configuration.
|
7144
7144
|
#
|
7145
|
-
# * `NOT_CHECKED
|
7145
|
+
# * `NOT_CHECKED`: CloudFormation has not checked if the resource
|
7146
7146
|
# differs from its expected configuration.
|
7147
7147
|
#
|
7148
7148
|
# Any resources that do not currently support drift detection have a
|
7149
7149
|
# status of `NOT_CHECKED`. For more information, see [Resources that
|
7150
7150
|
# Support Drift Detection][1].
|
7151
7151
|
#
|
7152
|
-
# * `IN_SYNC
|
7152
|
+
# * `IN_SYNC`: The resource's actual configuration matches its
|
7153
7153
|
# expected configuration.
|
7154
7154
|
#
|
7155
7155
|
#
|
@@ -7179,12 +7179,12 @@ module Aws::CloudFormation
|
|
7179
7179
|
# Status of the resource's actual configuration compared to its
|
7180
7180
|
# expected configuration.
|
7181
7181
|
#
|
7182
|
-
# * `DELETED
|
7183
|
-
#
|
7182
|
+
# * `DELETED`: The resource differs from its expected configuration in
|
7183
|
+
# that it has been deleted.
|
7184
7184
|
#
|
7185
|
-
# * `MODIFIED
|
7185
|
+
# * `MODIFIED`: The resource differs from its expected configuration.
|
7186
7186
|
#
|
7187
|
-
# * `NOT_CHECKED
|
7187
|
+
# * `NOT_CHECKED`: CloudFormation hasn't checked if the resource
|
7188
7188
|
# differs from its expected configuration.
|
7189
7189
|
#
|
7190
7190
|
# Any resources that don't currently support drift detection have a
|
@@ -7196,7 +7196,7 @@ module Aws::CloudFormation
|
|
7196
7196
|
# during rollback operations, see [Continue Rolling Back an
|
7197
7197
|
# Update][2] in the CloudFormation User Guide.
|
7198
7198
|
#
|
7199
|
-
# * `IN_SYNC
|
7199
|
+
# * `IN_SYNC`: The resource's actual configuration matches its
|
7200
7200
|
# expected configuration.
|
7201
7201
|
#
|
7202
7202
|
#
|
@@ -7459,15 +7459,15 @@ module Aws::CloudFormation
|
|
7459
7459
|
# have drifted from their expected template and parameter
|
7460
7460
|
# configuration.
|
7461
7461
|
#
|
7462
|
-
# * `DRIFTED
|
7462
|
+
# * `DRIFTED`: One or more of the stack instances belonging to the
|
7463
7463
|
# stack set stack differs from the expected template and parameter
|
7464
7464
|
# configuration. A stack instance is considered to have drifted if
|
7465
7465
|
# one or more of the resources in the associated stack have drifted.
|
7466
7466
|
#
|
7467
|
-
# * `NOT_CHECKED
|
7467
|
+
# * `NOT_CHECKED`: CloudFormation hasn't checked the stack set for
|
7468
7468
|
# drift.
|
7469
7469
|
#
|
7470
|
-
# * `IN_SYNC
|
7470
|
+
# * `IN_SYNC`: All of the stack instances belonging to the stack set
|
7471
7471
|
# stack match from the expected template and parameter
|
7472
7472
|
# configuration.
|
7473
7473
|
# @return [String]
|
@@ -7475,19 +7475,19 @@ module Aws::CloudFormation
|
|
7475
7475
|
# @!attribute [rw] drift_detection_status
|
7476
7476
|
# The status of the stack set drift detection operation.
|
7477
7477
|
#
|
7478
|
-
# * `COMPLETED
|
7478
|
+
# * `COMPLETED`: The drift detection operation completed without
|
7479
7479
|
# failing on any stack instances.
|
7480
7480
|
#
|
7481
|
-
# * `FAILED
|
7481
|
+
# * `FAILED`: The drift detection operation exceeded the specified
|
7482
7482
|
# failure tolerance.
|
7483
7483
|
#
|
7484
|
-
# * `PARTIAL_SUCCESS
|
7485
|
-
#
|
7484
|
+
# * `PARTIAL_SUCCESS`: The drift detection operation completed without
|
7485
|
+
# exceeding the failure tolerance for the operation.
|
7486
7486
|
#
|
7487
|
-
# * `IN_PROGRESS
|
7487
|
+
# * `IN_PROGRESS`: The drift detection operation is currently being
|
7488
7488
|
# performed.
|
7489
7489
|
#
|
7490
|
-
# * `STOPPED
|
7490
|
+
# * `STOPPED`: The user has canceled the drift detection operation.
|
7491
7491
|
# @return [String]
|
7492
7492
|
#
|
7493
7493
|
# @!attribute [rw] last_drift_check_timestamp
|
@@ -7584,7 +7584,7 @@ module Aws::CloudFormation
|
|
7584
7584
|
# @!attribute [rw] status
|
7585
7585
|
# The status of the operation.
|
7586
7586
|
#
|
7587
|
-
# * `FAILED
|
7587
|
+
# * `FAILED`: The operation exceeded the specified failure tolerance.
|
7588
7588
|
# The failure tolerance value that you've set for an operation is
|
7589
7589
|
# applied for each Region during stack create and update operations.
|
7590
7590
|
# If the number of failed stacks within a Region exceeds the failure
|
@@ -7593,19 +7593,19 @@ module Aws::CloudFormation
|
|
7593
7593
|
# to `FAILED`, and CloudFormation cancels the operation in any
|
7594
7594
|
# remaining Regions.
|
7595
7595
|
#
|
7596
|
-
# * `QUEUED
|
7596
|
+
# * `QUEUED`: \[Service-managed permissions\] For automatic
|
7597
7597
|
# deployments that require a sequence of operations, the operation
|
7598
7598
|
# is queued to be performed. For more information, see the [stack
|
7599
7599
|
# set operation status codes][1] in the CloudFormation User Guide.
|
7600
7600
|
#
|
7601
|
-
# * `RUNNING
|
7601
|
+
# * `RUNNING`: The operation is currently being performed.
|
7602
7602
|
#
|
7603
|
-
# * `STOPPED
|
7603
|
+
# * `STOPPED`: The user has canceled the operation.
|
7604
7604
|
#
|
7605
|
-
# * `STOPPING
|
7605
|
+
# * `STOPPING`: The operation is in the process of stopping, at user
|
7606
7606
|
# request.
|
7607
7607
|
#
|
7608
|
-
# * `SUCCEEDED
|
7608
|
+
# * `SUCCEEDED`: The operation completed creating or updating all the
|
7609
7609
|
# specified stacks without exceeding the failure tolerance for the
|
7610
7610
|
# operation.
|
7611
7611
|
#
|
@@ -7828,25 +7828,25 @@ module Aws::CloudFormation
|
|
7828
7828
|
# The result status of the stack set operation for the given account
|
7829
7829
|
# in the given Region.
|
7830
7830
|
#
|
7831
|
-
# * `CANCELLED
|
7832
|
-
#
|
7833
|
-
#
|
7834
|
-
#
|
7831
|
+
# * `CANCELLED`: The operation in the specified account and Region has
|
7832
|
+
# been canceled. This is either because a user has stopped the stack
|
7833
|
+
# set operation, or because the failure tolerance of the stack set
|
7834
|
+
# operation has been exceeded.
|
7835
7835
|
#
|
7836
|
-
# * `FAILED
|
7836
|
+
# * `FAILED`: The operation in the specified account and Region
|
7837
7837
|
# failed.
|
7838
7838
|
#
|
7839
7839
|
# If the stack set operation fails in enough accounts within a
|
7840
7840
|
# Region, the failure tolerance for the stack set operation as a
|
7841
7841
|
# whole might be exceeded.
|
7842
7842
|
#
|
7843
|
-
# * `RUNNING
|
7843
|
+
# * `RUNNING`: The operation in the specified account and Region is
|
7844
7844
|
# currently in progress.
|
7845
7845
|
#
|
7846
|
-
# * `PENDING
|
7846
|
+
# * `PENDING`: The operation in the specified account and Region has
|
7847
7847
|
# yet to start.
|
7848
7848
|
#
|
7849
|
-
# * `SUCCEEDED
|
7849
|
+
# * `SUCCEEDED`: The operation in the specified account and Region
|
7850
7850
|
# completed successfully.
|
7851
7851
|
# @return [String]
|
7852
7852
|
#
|
@@ -7914,7 +7914,7 @@ module Aws::CloudFormation
|
|
7914
7914
|
# @!attribute [rw] status
|
7915
7915
|
# The overall status of the operation.
|
7916
7916
|
#
|
7917
|
-
# * `FAILED
|
7917
|
+
# * `FAILED`: The operation exceeded the specified failure tolerance.
|
7918
7918
|
# The failure tolerance value that you've set for an operation is
|
7919
7919
|
# applied for each Region during stack create and update operations.
|
7920
7920
|
# If the number of failed stacks within a Region exceeds the failure
|
@@ -7923,19 +7923,19 @@ module Aws::CloudFormation
|
|
7923
7923
|
# to `FAILED`, and CloudFormation cancels the operation in any
|
7924
7924
|
# remaining Regions.
|
7925
7925
|
#
|
7926
|
-
# * `QUEUED
|
7926
|
+
# * `QUEUED`: \[Service-managed permissions\] For automatic
|
7927
7927
|
# deployments that require a sequence of operations, the operation
|
7928
7928
|
# is queued to be performed. For more information, see the [stack
|
7929
7929
|
# set operation status codes][1] in the CloudFormation User Guide.
|
7930
7930
|
#
|
7931
|
-
# * `RUNNING
|
7931
|
+
# * `RUNNING`: The operation is currently being performed.
|
7932
7932
|
#
|
7933
|
-
# * `STOPPED
|
7933
|
+
# * `STOPPED`: The user has canceled the operation.
|
7934
7934
|
#
|
7935
|
-
# * `STOPPING
|
7935
|
+
# * `STOPPING`: The operation is in the process of stopping, at user
|
7936
7936
|
# request.
|
7937
7937
|
#
|
7938
|
-
# * `SUCCEEDED
|
7938
|
+
# * `SUCCEEDED`: The operation completed creating or updating all the
|
7939
7939
|
# specified stacks without exceeding the failure tolerance for the
|
7940
7940
|
# operation.
|
7941
7941
|
#
|
@@ -8048,19 +8048,19 @@ module Aws::CloudFormation
|
|
8048
8048
|
# have drifted from their expected template and parameter
|
8049
8049
|
# configuration.
|
8050
8050
|
#
|
8051
|
-
# * `DRIFTED
|
8051
|
+
# * `DRIFTED`: One or more of the stack instances belonging to the
|
8052
8052
|
# stack set stack differs from the expected template and parameter
|
8053
8053
|
# configuration. A stack instance is considered to have drifted if
|
8054
8054
|
# one or more of the resources in the associated stack have drifted.
|
8055
8055
|
#
|
8056
|
-
# * `NOT_CHECKED
|
8056
|
+
# * `NOT_CHECKED`: CloudFormation hasn't checked the stack set for
|
8057
8057
|
# drift.
|
8058
8058
|
#
|
8059
|
-
# * `IN_SYNC
|
8059
|
+
# * `IN_SYNC`: All the stack instances belonging to the stack set
|
8060
8060
|
# stack match from the expected template and parameter
|
8061
8061
|
# configuration.
|
8062
8062
|
#
|
8063
|
-
# * `UNKNOWN
|
8063
|
+
# * `UNKNOWN`: This value is reserved for future use.
|
8064
8064
|
# @return [String]
|
8065
8065
|
#
|
8066
8066
|
# @!attribute [rw] last_drift_check_timestamp
|
@@ -8503,13 +8503,13 @@ module Aws::CloudFormation
|
|
8503
8503
|
# @!attribute [rw] category
|
8504
8504
|
# The category of extensions to return.
|
8505
8505
|
#
|
8506
|
-
# * `REGISTERED
|
8506
|
+
# * `REGISTERED`: Private extensions that have been registered for
|
8507
8507
|
# this account and region.
|
8508
8508
|
#
|
8509
|
-
# * `ACTIVATED
|
8509
|
+
# * `ACTIVATED`: Public extensions that have been activated for this
|
8510
8510
|
# account and region.
|
8511
8511
|
#
|
8512
|
-
# * `THIRD_PARTY
|
8512
|
+
# * `THIRD_PARTY`: Extensions available for use from publishers other
|
8513
8513
|
# than Amazon. This includes:
|
8514
8514
|
#
|
8515
8515
|
# * Private extensions registered in the account.
|
@@ -8517,7 +8517,7 @@ module Aws::CloudFormation
|
|
8517
8517
|
# * Public extensions from publishers other than Amazon, whether
|
8518
8518
|
# activated or not.
|
8519
8519
|
#
|
8520
|
-
# * `AWS_TYPES
|
8520
|
+
# * `AWS_TYPES`: Extensions available for use from Amazon.
|
8521
8521
|
# @return [String]
|
8522
8522
|
#
|
8523
8523
|
# @!attribute [rw] publisher_id
|
@@ -267,6 +267,12 @@ module Aws::CloudFormation
|
|
267
267
|
"expected" => "UPDATE_ROLLBACK_COMPLETE",
|
268
268
|
"matcher" => "pathAny",
|
269
269
|
"state" => "failure"
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"argument" => "stacks[].stack_status",
|
273
|
+
"expected" => "UPDATE_COMPLETE",
|
274
|
+
"matcher" => "pathAny",
|
275
|
+
"state" => "failure"
|
270
276
|
}
|
271
277
|
]
|
272
278
|
)
|
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.78.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-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|