aws-sdk-cloudformation 1.91.0 → 1.92.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +41 -3
- data/lib/aws-sdk-cloudformation/client_api.rb +2 -0
- data/lib/aws-sdk-cloudformation/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-cloudformation/resource.rb +10 -0
- data/lib/aws-sdk-cloudformation/stack.rb +20 -0
- data/lib/aws-sdk-cloudformation/types.rb +56 -5
- 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: 65862210496251d7470b023c6494625e549f2a8b0176acb4ba02c4650b196987
|
4
|
+
data.tar.gz: 5988a15fbeb2342c330a2c9092730958ada09436dca7b01ab90132bbe6b36d11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 304ec12406413f77e6e0631a8bc13412fe3fce6f76688e7de81781bc6789c754db3fe849417377c1d7baf9642c1ebca60338d330599578a0f580bd72dd5653a3
|
7
|
+
data.tar.gz: 46bd6b98189e5de370b326561081de38d140e110f5fe84c04f4687cc965f9aafade45570bb64a29742d6330b1acc6e0164a356d1fb76f0b13d690b90e9af1fce
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.92.0 (2023-11-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.
|
8
|
+
|
4
9
|
1.91.0 (2023-10-16)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.92.0
|
@@ -887,6 +887,11 @@ module Aws::CloudFormation
|
|
887
887
|
# For more information about macros, see [Using CloudFormation macros
|
888
888
|
# to perform custom processing on templates][11].
|
889
889
|
#
|
890
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
891
|
+
# specified.
|
892
|
+
#
|
893
|
+
# </note>
|
894
|
+
#
|
890
895
|
#
|
891
896
|
#
|
892
897
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
|
@@ -914,6 +919,11 @@ module Aws::CloudFormation
|
|
914
919
|
# access with Identity and Access Management][1] in the CloudFormation
|
915
920
|
# User Guide.
|
916
921
|
#
|
922
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
923
|
+
# specified.
|
924
|
+
#
|
925
|
+
# </note>
|
926
|
+
#
|
917
927
|
#
|
918
928
|
#
|
919
929
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
|
@@ -1234,6 +1244,11 @@ module Aws::CloudFormation
|
|
1234
1244
|
# For more information, see [Using CloudFormation macros to perform
|
1235
1245
|
# custom processing on templates][11].
|
1236
1246
|
#
|
1247
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
1248
|
+
# specified.
|
1249
|
+
#
|
1250
|
+
# </note>
|
1251
|
+
#
|
1237
1252
|
#
|
1238
1253
|
#
|
1239
1254
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
|
@@ -1266,6 +1281,11 @@ module Aws::CloudFormation
|
|
1266
1281
|
# in IAM policies. For more information, see [Controlling Access with
|
1267
1282
|
# Identity and Access Management][1].
|
1268
1283
|
#
|
1284
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
1285
|
+
# specified.
|
1286
|
+
#
|
1287
|
+
# </note>
|
1288
|
+
#
|
1269
1289
|
#
|
1270
1290
|
#
|
1271
1291
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
|
@@ -1553,6 +1573,7 @@ module Aws::CloudFormation
|
|
1553
1573
|
# failure_tolerance_percentage: 1,
|
1554
1574
|
# max_concurrent_count: 1,
|
1555
1575
|
# max_concurrent_percentage: 1,
|
1576
|
+
# concurrency_mode: "STRICT_FAILURE_TOLERANCE", # accepts STRICT_FAILURE_TOLERANCE, SOFT_FAILURE_TOLERANCE
|
1556
1577
|
# },
|
1557
1578
|
# operation_id: "ClientRequestToken",
|
1558
1579
|
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
@@ -2118,6 +2139,7 @@ module Aws::CloudFormation
|
|
2118
2139
|
# failure_tolerance_percentage: 1,
|
2119
2140
|
# max_concurrent_count: 1,
|
2120
2141
|
# max_concurrent_percentage: 1,
|
2142
|
+
# concurrency_mode: "STRICT_FAILURE_TOLERANCE", # accepts STRICT_FAILURE_TOLERANCE, SOFT_FAILURE_TOLERANCE
|
2121
2143
|
# },
|
2122
2144
|
# retain_stacks: false, # required
|
2123
2145
|
# operation_id: "ClientRequestToken",
|
@@ -3190,6 +3212,7 @@ module Aws::CloudFormation
|
|
3190
3212
|
# resp.stack_set_operation.operation_preferences.failure_tolerance_percentage #=> Integer
|
3191
3213
|
# resp.stack_set_operation.operation_preferences.max_concurrent_count #=> Integer
|
3192
3214
|
# resp.stack_set_operation.operation_preferences.max_concurrent_percentage #=> Integer
|
3215
|
+
# resp.stack_set_operation.operation_preferences.concurrency_mode #=> String, one of "STRICT_FAILURE_TOLERANCE", "SOFT_FAILURE_TOLERANCE"
|
3193
3216
|
# resp.stack_set_operation.retain_stacks #=> Boolean
|
3194
3217
|
# resp.stack_set_operation.administration_role_arn #=> String
|
3195
3218
|
# resp.stack_set_operation.execution_role_name #=> String
|
@@ -3224,7 +3247,7 @@ module Aws::CloudFormation
|
|
3224
3247
|
# Returns the description for the specified stack; if no stack name was
|
3225
3248
|
# specified, then it returns the description for all the stacks created.
|
3226
3249
|
#
|
3227
|
-
# <note markdown="1"> If the stack doesn't exist,
|
3250
|
+
# <note markdown="1"> If the stack doesn't exist, a `ValidationError` is returned.
|
3228
3251
|
#
|
3229
3252
|
# </note>
|
3230
3253
|
#
|
@@ -3750,6 +3773,7 @@ module Aws::CloudFormation
|
|
3750
3773
|
# failure_tolerance_percentage: 1,
|
3751
3774
|
# max_concurrent_count: 1,
|
3752
3775
|
# max_concurrent_percentage: 1,
|
3776
|
+
# concurrency_mode: "STRICT_FAILURE_TOLERANCE", # accepts STRICT_FAILURE_TOLERANCE, SOFT_FAILURE_TOLERANCE
|
3753
3777
|
# },
|
3754
3778
|
# operation_id: "ClientRequestToken",
|
3755
3779
|
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
@@ -4217,6 +4241,7 @@ module Aws::CloudFormation
|
|
4217
4241
|
# failure_tolerance_percentage: 1,
|
4218
4242
|
# max_concurrent_count: 1,
|
4219
4243
|
# max_concurrent_percentage: 1,
|
4244
|
+
# concurrency_mode: "STRICT_FAILURE_TOLERANCE", # accepts STRICT_FAILURE_TOLERANCE, SOFT_FAILURE_TOLERANCE
|
4220
4245
|
# },
|
4221
4246
|
# operation_id: "ClientRequestToken",
|
4222
4247
|
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
@@ -4833,6 +4858,7 @@ module Aws::CloudFormation
|
|
4833
4858
|
# resp.summaries[0].operation_preferences.failure_tolerance_percentage #=> Integer
|
4834
4859
|
# resp.summaries[0].operation_preferences.max_concurrent_count #=> Integer
|
4835
4860
|
# resp.summaries[0].operation_preferences.max_concurrent_percentage #=> Integer
|
4861
|
+
# resp.summaries[0].operation_preferences.concurrency_mode #=> String, one of "STRICT_FAILURE_TOLERANCE", "SOFT_FAILURE_TOLERANCE"
|
4836
4862
|
# resp.next_token #=> String
|
4837
4863
|
#
|
4838
4864
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperations AWS API Documentation
|
@@ -5612,7 +5638,7 @@ module Aws::CloudFormation
|
|
5612
5638
|
#
|
5613
5639
|
# For CloudFormation to assume the specified execution role, the role
|
5614
5640
|
# must contain a trust relationship with the CloudFormation service
|
5615
|
-
#
|
5641
|
+
# principal (`resources.cloudformation.amazonaws.com`). For more
|
5616
5642
|
# information about adding trust relationships, see [Modifying a role
|
5617
5643
|
# trust policy][1] in the *Identity and Access Management User Guide*.
|
5618
5644
|
#
|
@@ -6282,6 +6308,11 @@ module Aws::CloudFormation
|
|
6282
6308
|
# For more information, see [Using CloudFormation Macros to Perform
|
6283
6309
|
# Custom Processing on Templates][11].
|
6284
6310
|
#
|
6311
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
6312
|
+
# specified.
|
6313
|
+
#
|
6314
|
+
# </note>
|
6315
|
+
#
|
6285
6316
|
#
|
6286
6317
|
#
|
6287
6318
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
|
@@ -6308,6 +6339,11 @@ module Aws::CloudFormation
|
|
6308
6339
|
# in IAM policies. For more information, see [Controlling Access with
|
6309
6340
|
# Identity and Access Management][1].
|
6310
6341
|
#
|
6342
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
6343
|
+
# specified.
|
6344
|
+
#
|
6345
|
+
# </note>
|
6346
|
+
#
|
6311
6347
|
#
|
6312
6348
|
#
|
6313
6349
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
|
@@ -6625,6 +6661,7 @@ module Aws::CloudFormation
|
|
6625
6661
|
# failure_tolerance_percentage: 1,
|
6626
6662
|
# max_concurrent_count: 1,
|
6627
6663
|
# max_concurrent_percentage: 1,
|
6664
|
+
# concurrency_mode: "STRICT_FAILURE_TOLERANCE", # accepts STRICT_FAILURE_TOLERANCE, SOFT_FAILURE_TOLERANCE
|
6628
6665
|
# },
|
6629
6666
|
# operation_id: "ClientRequestToken",
|
6630
6667
|
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
@@ -6998,6 +7035,7 @@ module Aws::CloudFormation
|
|
6998
7035
|
# failure_tolerance_percentage: 1,
|
6999
7036
|
# max_concurrent_count: 1,
|
7000
7037
|
# max_concurrent_percentage: 1,
|
7038
|
+
# concurrency_mode: "STRICT_FAILURE_TOLERANCE", # accepts STRICT_FAILURE_TOLERANCE, SOFT_FAILURE_TOLERANCE
|
7001
7039
|
# },
|
7002
7040
|
# administration_role_arn: "RoleARN",
|
7003
7041
|
# execution_role_name: "ExecutionRoleName",
|
@@ -7160,7 +7198,7 @@ module Aws::CloudFormation
|
|
7160
7198
|
params: params,
|
7161
7199
|
config: config)
|
7162
7200
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
7163
|
-
context[:gem_version] = '1.
|
7201
|
+
context[:gem_version] = '1.92.0'
|
7164
7202
|
Seahorse::Client::Request.new(handlers, context)
|
7165
7203
|
end
|
7166
7204
|
|
@@ -69,6 +69,7 @@ module Aws::CloudFormation
|
|
69
69
|
Changes = Shapes::ListShape.new(name: 'Changes')
|
70
70
|
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
71
71
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
72
|
+
ConcurrencyMode = Shapes::StringShape.new(name: 'ConcurrencyMode')
|
72
73
|
ConfigurationSchema = Shapes::StringShape.new(name: 'ConfigurationSchema')
|
73
74
|
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
74
75
|
ContinueUpdateRollbackInput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackInput')
|
@@ -1632,6 +1633,7 @@ module Aws::CloudFormation
|
|
1632
1633
|
StackSetOperationPreferences.add_member(:failure_tolerance_percentage, Shapes::ShapeRef.new(shape: FailureTolerancePercentage, location_name: "FailureTolerancePercentage"))
|
1633
1634
|
StackSetOperationPreferences.add_member(:max_concurrent_count, Shapes::ShapeRef.new(shape: MaxConcurrentCount, location_name: "MaxConcurrentCount"))
|
1634
1635
|
StackSetOperationPreferences.add_member(:max_concurrent_percentage, Shapes::ShapeRef.new(shape: MaxConcurrentPercentage, location_name: "MaxConcurrentPercentage"))
|
1636
|
+
StackSetOperationPreferences.add_member(:concurrency_mode, Shapes::ShapeRef.new(shape: ConcurrencyMode, location_name: "ConcurrencyMode"))
|
1635
1637
|
StackSetOperationPreferences.struct_class = Types::StackSetOperationPreferences
|
1636
1638
|
|
1637
1639
|
StackSetOperationResultSummaries.member = Shapes::ShapeRef.new(shape: StackSetOperationResultSummary)
|
@@ -32,8 +32,8 @@ module Aws::CloudFormation
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
36
|
-
if Aws::Endpoints::Matchers.string_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
37
37
|
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation.#{region}.amazonaws.com", headers: {}, properties: {})
|
38
38
|
end
|
39
39
|
return Aws::Endpoints::Endpoint.new(url: "https://cloudformation-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
@@ -210,6 +210,11 @@ module Aws::CloudFormation
|
|
210
210
|
# For more information, see [Using CloudFormation macros to perform
|
211
211
|
# custom processing on templates][11].
|
212
212
|
#
|
213
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
214
|
+
# specified.
|
215
|
+
#
|
216
|
+
# </note>
|
217
|
+
#
|
213
218
|
#
|
214
219
|
#
|
215
220
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
|
@@ -241,6 +246,11 @@ module Aws::CloudFormation
|
|
241
246
|
# in IAM policies. For more information, see [Controlling Access with
|
242
247
|
# Identity and Access Management][1].
|
243
248
|
#
|
249
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
250
|
+
# specified.
|
251
|
+
#
|
252
|
+
# </note>
|
253
|
+
#
|
244
254
|
#
|
245
255
|
#
|
246
256
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
|
@@ -575,6 +575,11 @@ module Aws::CloudFormation
|
|
575
575
|
# For more information, see [Using CloudFormation macros to perform
|
576
576
|
# custom processing on templates][11].
|
577
577
|
#
|
578
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
579
|
+
# specified.
|
580
|
+
#
|
581
|
+
# </note>
|
582
|
+
#
|
578
583
|
#
|
579
584
|
#
|
580
585
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
|
@@ -606,6 +611,11 @@ module Aws::CloudFormation
|
|
606
611
|
# in IAM policies. For more information, see [Controlling Access with
|
607
612
|
# Identity and Access Management][1].
|
608
613
|
#
|
614
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
615
|
+
# specified.
|
616
|
+
#
|
617
|
+
# </note>
|
618
|
+
#
|
609
619
|
#
|
610
620
|
#
|
611
621
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
|
@@ -927,6 +937,11 @@ module Aws::CloudFormation
|
|
927
937
|
# For more information, see [Using CloudFormation Macros to Perform
|
928
938
|
# Custom Processing on Templates][11].
|
929
939
|
#
|
940
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
941
|
+
# specified.
|
942
|
+
#
|
943
|
+
# </note>
|
944
|
+
#
|
930
945
|
#
|
931
946
|
#
|
932
947
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
|
@@ -952,6 +967,11 @@ module Aws::CloudFormation
|
|
952
967
|
# in IAM policies. For more information, see [Controlling Access with
|
953
968
|
# Identity and Access Management][1].
|
954
969
|
#
|
970
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
971
|
+
# specified.
|
972
|
+
#
|
973
|
+
# </note>
|
974
|
+
#
|
955
975
|
#
|
956
976
|
#
|
957
977
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
|
@@ -811,6 +811,11 @@ module Aws::CloudFormation
|
|
811
811
|
# For more information about macros, see [Using CloudFormation
|
812
812
|
# macros to perform custom processing on templates][11].
|
813
813
|
#
|
814
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
815
|
+
# specified.
|
816
|
+
#
|
817
|
+
# </note>
|
818
|
+
#
|
814
819
|
#
|
815
820
|
#
|
816
821
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
|
@@ -839,6 +844,11 @@ module Aws::CloudFormation
|
|
839
844
|
# access with Identity and Access Management][1] in the CloudFormation
|
840
845
|
# User Guide.
|
841
846
|
#
|
847
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
848
|
+
# specified.
|
849
|
+
#
|
850
|
+
# </note>
|
851
|
+
#
|
842
852
|
#
|
843
853
|
#
|
844
854
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
|
@@ -1153,6 +1163,11 @@ module Aws::CloudFormation
|
|
1153
1163
|
# For more information, see [Using CloudFormation macros to perform
|
1154
1164
|
# custom processing on templates][11].
|
1155
1165
|
#
|
1166
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
1167
|
+
# specified.
|
1168
|
+
#
|
1169
|
+
# </note>
|
1170
|
+
#
|
1156
1171
|
#
|
1157
1172
|
#
|
1158
1173
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
|
@@ -1187,6 +1202,11 @@ module Aws::CloudFormation
|
|
1187
1202
|
# information, see [Controlling Access with Identity and Access
|
1188
1203
|
# Management][1].
|
1189
1204
|
#
|
1205
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
1206
|
+
# specified.
|
1207
|
+
#
|
1208
|
+
# </note>
|
1209
|
+
#
|
1190
1210
|
#
|
1191
1211
|
#
|
1192
1212
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
|
@@ -5779,7 +5799,7 @@ module Aws::CloudFormation
|
|
5779
5799
|
#
|
5780
5800
|
# For CloudFormation to assume the specified execution role, the role
|
5781
5801
|
# must contain a trust relationship with the CloudFormation service
|
5782
|
-
#
|
5802
|
+
# principal (`resources.cloudformation.amazonaws.com`). For more
|
5783
5803
|
# information about adding trust relationships, see [Modifying a role
|
5784
5804
|
# trust policy][1] in the *Identity and Access Management User Guide*.
|
5785
5805
|
#
|
@@ -8177,9 +8197,10 @@ module Aws::CloudFormation
|
|
8177
8197
|
#
|
8178
8198
|
# @!attribute [rw] max_concurrent_count
|
8179
8199
|
# The maximum number of accounts in which to perform this operation at
|
8180
|
-
# one time. This
|
8181
|
-
# `
|
8182
|
-
# than the `FailureToleranceCount
|
8200
|
+
# one time. This can depend on the value of `FailureToleranceCount`
|
8201
|
+
# depending on your `ConcurrencyMode`. `MaxConcurrentCount` is at most
|
8202
|
+
# one more than the `FailureToleranceCount` if you're using
|
8203
|
+
# `STRICT_FAILURE_TOLERANCE`.
|
8183
8204
|
#
|
8184
8205
|
# Note that this setting lets you specify the *maximum* for
|
8185
8206
|
# operations. For large deployments, under certain circumstances the
|
@@ -8212,6 +8233,25 @@ module Aws::CloudFormation
|
|
8212
8233
|
# By default, `1` is specified.
|
8213
8234
|
# @return [Integer]
|
8214
8235
|
#
|
8236
|
+
# @!attribute [rw] concurrency_mode
|
8237
|
+
# Specifies how the concurrency level behaves during the operation
|
8238
|
+
# execution.
|
8239
|
+
#
|
8240
|
+
# * `STRICT_FAILURE_TOLERANCE`: Dynamically lowers the concurrency
|
8241
|
+
# level to ensure the number of failed accounts never exceeds the
|
8242
|
+
# `FailureToleranceCount` +1. StackSets will set the actual
|
8243
|
+
# concurrency of your deployment as the minimum value between the
|
8244
|
+
# `MaxConcurrentCount` and the `FailureToleranceCount` +1. This is
|
8245
|
+
# the default behavior.
|
8246
|
+
#
|
8247
|
+
# If failure tolerance or Maximum concurrent accounts are set to
|
8248
|
+
# percentages, the behavior is similar.
|
8249
|
+
#
|
8250
|
+
# * `SOFT_FAILURE_TOLERANCE`: Always run at the concurrency level set
|
8251
|
+
# by the user in the `MaxConcurrentCount` or
|
8252
|
+
# `MaxConcurrentPercentage`, regardless of the number of failures.
|
8253
|
+
# @return [String]
|
8254
|
+
#
|
8215
8255
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperationPreferences AWS API Documentation
|
8216
8256
|
#
|
8217
8257
|
class StackSetOperationPreferences < Struct.new(
|
@@ -8220,7 +8260,8 @@ module Aws::CloudFormation
|
|
8220
8260
|
:failure_tolerance_count,
|
8221
8261
|
:failure_tolerance_percentage,
|
8222
8262
|
:max_concurrent_count,
|
8223
|
-
:max_concurrent_percentage
|
8263
|
+
:max_concurrent_percentage,
|
8264
|
+
:concurrency_mode)
|
8224
8265
|
SENSITIVE = []
|
8225
8266
|
include Aws::Structure
|
8226
8267
|
end
|
@@ -9363,6 +9404,11 @@ module Aws::CloudFormation
|
|
9363
9404
|
# For more information, see [Using CloudFormation Macros to Perform
|
9364
9405
|
# Custom Processing on Templates][11].
|
9365
9406
|
#
|
9407
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
9408
|
+
# specified.
|
9409
|
+
#
|
9410
|
+
# </note>
|
9411
|
+
#
|
9366
9412
|
#
|
9367
9413
|
#
|
9368
9414
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
|
@@ -9390,6 +9436,11 @@ module Aws::CloudFormation
|
|
9390
9436
|
# condition keys in IAM policies. For more information, see
|
9391
9437
|
# [Controlling Access with Identity and Access Management][1].
|
9392
9438
|
#
|
9439
|
+
# <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
|
9440
|
+
# specified.
|
9441
|
+
#
|
9442
|
+
# </note>
|
9443
|
+
#
|
9393
9444
|
#
|
9394
9445
|
#
|
9395
9446
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
|
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.92.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-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|