aws-sdk-cloudformation 1.151.0 → 1.152.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b0892ef8625580d51b0fed77ccc6eddda64b7e6b3b65455ebf668c07c4c78e3
4
- data.tar.gz: 79894e3bf87f5966448e42424aa3e33b7871ebd02b060632eea2698ef5fbcf5b
3
+ metadata.gz: 65a3073941537e28e7bcf6f7cb94a7556c55cd9e4adf0091e72a92e7b7f339d6
4
+ data.tar.gz: 633f2c295a8a24859c5fb0b0120756313362ca2c8e1a8ab8bb826b6e6b116742
5
5
  SHA512:
6
- metadata.gz: b1550113ba7604ff7409b11a829b3ac50f6debd8382f1c3deb10fd98b2443c2f9c0f26e7754b4fb6928572fb49307950f71f88092f6872eac8597343c359603a
7
- data.tar.gz: 9e93eaf93d7ab3e4f80863db717d68cbac56afb614848bee57d187a8b2b4c2eda9a603f24fdc5cde63082b6bb9ea9af803b50ab5e3a74f45e69d0eafab5be578
6
+ metadata.gz: b2203aa78951f2b18683130795a275ab3fbb8ca14dd14a528edf77c024e2d6eedc51e46c82e63bf75577e4ebe0c081fae0d1a037b077b391c4d543323681f4c5
7
+ data.tar.gz: b5592bd7cd2a2596f73227db3ee73b526bab239ad18c724265fb7b1110352c662866a3eb5a601b7e2f94e20c2631682bc7a9c50c7b01a21807f065f75789ebb3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.152.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.151.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.151.0
1
+ 1.152.0
@@ -9125,7 +9125,7 @@ module Aws::CloudFormation
9125
9125
  tracer: tracer
9126
9126
  )
9127
9127
  context[:gem_name] = 'aws-sdk-cloudformation'
9128
- context[:gem_version] = '1.151.0'
9128
+ context[:gem_version] = '1.152.0'
9129
9129
  Seahorse::Client::Request.new(handlers, context)
9130
9130
  end
9131
9131
 
@@ -59,7 +59,7 @@ module Aws::CloudFormation
59
59
  autoload :StackResource, 'aws-sdk-cloudformation/stack_resource'
60
60
  autoload :StackResourceSummary, 'aws-sdk-cloudformation/stack_resource_summary'
61
61
 
62
- GEM_VERSION = '1.151.0'
62
+ GEM_VERSION = '1.152.0'
63
63
 
64
64
  end
65
65
 
data/sig/client.rbs CHANGED
@@ -123,7 +123,7 @@ module Aws
123
123
  type_configuration_arn: ::String?,
124
124
  type: ("RESOURCE" | "MODULE" | "HOOK")?,
125
125
  type_name: ::String?
126
- },
126
+ }
127
127
  ]
128
128
  ) -> _BatchDescribeTypeConfigurationsResponseSuccess
129
129
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDescribeTypeConfigurationsResponseSuccess
@@ -164,7 +164,7 @@ module Aws
164
164
  parameter_value: ::String?,
165
165
  use_previous_value: bool?,
166
166
  resolved_value: ::String?
167
- },
167
+ }
168
168
  ],
169
169
  ?capabilities: Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")],
170
170
  ?resource_types: Array[::String],
@@ -174,7 +174,7 @@ module Aws
174
174
  {
175
175
  arn: ::String,
176
176
  type: ::String
177
- },
177
+ }
178
178
  ]?,
179
179
  monitoring_time_in_minutes: ::Integer?
180
180
  },
@@ -183,7 +183,7 @@ module Aws
183
183
  {
184
184
  key: ::String,
185
185
  value: ::String
186
- },
186
+ }
187
187
  ],
188
188
  change_set_name: ::String,
189
189
  ?client_token: ::String,
@@ -194,7 +194,7 @@ module Aws
194
194
  resource_type: ::String,
195
195
  logical_resource_id: ::String,
196
196
  resource_identifier: Hash[::String, ::String]
197
- },
197
+ }
198
198
  ],
199
199
  ?include_nested_stacks: bool,
200
200
  ?on_stack_failure: ("DO_NOTHING" | "ROLLBACK" | "DELETE"),
@@ -214,7 +214,7 @@ module Aws
214
214
  resource_type: ::String,
215
215
  logical_resource_id: ::String?,
216
216
  resource_identifier: Hash[::String, ::String]
217
- },
217
+ }
218
218
  ],
219
219
  generated_template_name: ::String,
220
220
  ?stack_name: ::String,
@@ -241,7 +241,7 @@ module Aws
241
241
  parameter_value: ::String?,
242
242
  use_previous_value: bool?,
243
243
  resolved_value: ::String?
244
- },
244
+ }
245
245
  ],
246
246
  ?disable_rollback: bool,
247
247
  ?rollback_configuration: {
@@ -249,7 +249,7 @@ module Aws
249
249
  {
250
250
  arn: ::String,
251
251
  type: ::String
252
- },
252
+ }
253
253
  ]?,
254
254
  monitoring_time_in_minutes: ::Integer?
255
255
  },
@@ -265,7 +265,7 @@ module Aws
265
265
  {
266
266
  key: ::String,
267
267
  value: ::String
268
- },
268
+ }
269
269
  ],
270
270
  ?client_request_token: ::String,
271
271
  ?enable_termination_protection: bool,
@@ -294,17 +294,9 @@ module Aws
294
294
  parameter_value: ::String?,
295
295
  use_previous_value: bool?,
296
296
  resolved_value: ::String?
297
- },
297
+ }
298
298
  ],
299
- ?operation_preferences: {
300
- region_concurrency_type: ("SEQUENTIAL" | "PARALLEL")?,
301
- region_order: Array[::String]?,
302
- failure_tolerance_count: ::Integer?,
303
- failure_tolerance_percentage: ::Integer?,
304
- max_concurrent_count: ::Integer?,
305
- max_concurrent_percentage: ::Integer?,
306
- concurrency_mode: ("STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE")?
307
- },
299
+ ?operation_preferences: Params::stack_set_operation_preferences,
308
300
  ?operation_id: ::String,
309
301
  ?call_as: ("SELF" | "DELEGATED_ADMIN")
310
302
  ) -> _CreateStackInstancesResponseSuccess
@@ -328,14 +320,14 @@ module Aws
328
320
  stack_name: ::String,
329
321
  logical_resource_id: ::String
330
322
  }
331
- },
323
+ }
332
324
  ],
333
325
  stack_definitions: Array[
334
326
  {
335
327
  stack_name: ::String?,
336
328
  template_body: ::String?,
337
329
  template_url: ::String?
338
- },
330
+ }
339
331
  ]
340
332
  ) -> _CreateStackRefactorResponseSuccess
341
333
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStackRefactorResponseSuccess
@@ -357,14 +349,14 @@ module Aws
357
349
  parameter_value: ::String?,
358
350
  use_previous_value: bool?,
359
351
  resolved_value: ::String?
360
- },
352
+ }
361
353
  ],
362
354
  ?capabilities: Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")],
363
355
  ?tags: Array[
364
356
  {
365
357
  key: ::String,
366
358
  value: ::String
367
- },
359
+ }
368
360
  ],
369
361
  ?administration_role_arn: ::String,
370
362
  ?execution_role_name: ::String,
@@ -442,15 +434,7 @@ module Aws
442
434
  account_filter_type: ("NONE" | "INTERSECTION" | "DIFFERENCE" | "UNION")?
443
435
  },
444
436
  regions: Array[::String],
445
- ?operation_preferences: {
446
- region_concurrency_type: ("SEQUENTIAL" | "PARALLEL")?,
447
- region_order: Array[::String]?,
448
- failure_tolerance_count: ::Integer?,
449
- failure_tolerance_percentage: ::Integer?,
450
- max_concurrent_count: ::Integer?,
451
- max_concurrent_percentage: ::Integer?,
452
- concurrency_mode: ("STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE")?
453
- },
437
+ ?operation_preferences: Params::stack_set_operation_preferences,
454
438
  retain_stacks: bool,
455
439
  ?operation_id: ::String,
456
440
  ?call_as: ("SELF" | "DELEGATED_ADMIN")
@@ -835,15 +819,7 @@ module Aws
835
819
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudFormation/Client.html#detect_stack_set_drift-instance_method
836
820
  def detect_stack_set_drift: (
837
821
  stack_set_name: ::String,
838
- ?operation_preferences: {
839
- region_concurrency_type: ("SEQUENTIAL" | "PARALLEL")?,
840
- region_order: Array[::String]?,
841
- failure_tolerance_count: ::Integer?,
842
- failure_tolerance_percentage: ::Integer?,
843
- max_concurrent_count: ::Integer?,
844
- max_concurrent_percentage: ::Integer?,
845
- concurrency_mode: ("STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE")?
846
- },
822
+ ?operation_preferences: Params::stack_set_operation_preferences,
847
823
  ?operation_id: ::String,
848
824
  ?call_as: ("SELF" | "DELEGATED_ADMIN")
849
825
  ) -> _DetectStackSetDriftResponseSuccess
@@ -863,7 +839,7 @@ module Aws
863
839
  parameter_value: ::String?,
864
840
  use_previous_value: bool?,
865
841
  resolved_value: ::String?
866
- },
842
+ }
867
843
  ]
868
844
  ) -> _EstimateTemplateCostResponseSuccess
869
845
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EstimateTemplateCostResponseSuccess
@@ -980,15 +956,7 @@ module Aws
980
956
  ?stack_ids: Array[::String],
981
957
  ?stack_ids_url: ::String,
982
958
  ?organizational_unit_ids: Array[::String],
983
- ?operation_preferences: {
984
- region_concurrency_type: ("SEQUENTIAL" | "PARALLEL")?,
985
- region_order: Array[::String]?,
986
- failure_tolerance_count: ::Integer?,
987
- failure_tolerance_percentage: ::Integer?,
988
- max_concurrent_count: ::Integer?,
989
- max_concurrent_percentage: ::Integer?,
990
- concurrency_mode: ("STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE")?
991
- },
959
+ ?operation_preferences: Params::stack_set_operation_preferences,
992
960
  ?operation_id: ::String,
993
961
  ?call_as: ("SELF" | "DELEGATED_ADMIN")
994
962
  ) -> _ImportStacksToStackSetResponseSuccess
@@ -1070,7 +1038,7 @@ module Aws
1070
1038
  {
1071
1039
  resource_type: ::String,
1072
1040
  resource_identifier: Hash[::String, ::String]
1073
- },
1041
+ }
1074
1042
  ],
1075
1043
  ?next_token: ::String,
1076
1044
  ?max_results: ::Integer
@@ -1139,7 +1107,7 @@ module Aws
1139
1107
  {
1140
1108
  name: ("DETAILED_STATUS" | "LAST_OPERATION_ID" | "DRIFT_STATUS")?,
1141
1109
  values: ::String?
1142
- },
1110
+ }
1143
1111
  ],
1144
1112
  ?stack_instance_account: ::String,
1145
1113
  ?stack_instance_region: ::String,
@@ -1215,7 +1183,7 @@ module Aws
1215
1183
  {
1216
1184
  name: ("OPERATION_RESULT_STATUS")?,
1217
1185
  values: ::String?
1218
- },
1186
+ }
1219
1187
  ]
1220
1188
  ) -> _ListStackSetOperationResultsResponseSuccess
1221
1189
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStackSetOperationResultsResponseSuccess
@@ -1438,7 +1406,7 @@ module Aws
1438
1406
  ?scan_filters: Array[
1439
1407
  {
1440
1408
  types: Array[::String]?
1441
- },
1409
+ }
1442
1410
  ]
1443
1411
  ) -> _StartResourceScanResponseSuccess
1444
1412
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartResourceScanResponseSuccess
@@ -1481,7 +1449,7 @@ module Aws
1481
1449
  resource_type: ::String,
1482
1450
  logical_resource_id: ::String?,
1483
1451
  resource_identifier: Hash[::String, ::String]
1484
- },
1452
+ }
1485
1453
  ],
1486
1454
  ?remove_resources: Array[::String],
1487
1455
  ?refresh_all_resources: bool,
@@ -1511,7 +1479,7 @@ module Aws
1511
1479
  parameter_value: ::String?,
1512
1480
  use_previous_value: bool?,
1513
1481
  resolved_value: ::String?
1514
- },
1482
+ }
1515
1483
  ],
1516
1484
  ?capabilities: Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")],
1517
1485
  ?resource_types: Array[::String],
@@ -1521,7 +1489,7 @@ module Aws
1521
1489
  {
1522
1490
  arn: ::String,
1523
1491
  type: ::String
1524
- },
1492
+ }
1525
1493
  ]?,
1526
1494
  monitoring_time_in_minutes: ::Integer?
1527
1495
  },
@@ -1532,7 +1500,7 @@ module Aws
1532
1500
  {
1533
1501
  key: ::String,
1534
1502
  value: ::String
1535
- },
1503
+ }
1536
1504
  ],
1537
1505
  ?disable_rollback: bool,
1538
1506
  ?client_request_token: ::String,
@@ -1561,17 +1529,9 @@ module Aws
1561
1529
  parameter_value: ::String?,
1562
1530
  use_previous_value: bool?,
1563
1531
  resolved_value: ::String?
1564
- },
1532
+ }
1565
1533
  ],
1566
- ?operation_preferences: {
1567
- region_concurrency_type: ("SEQUENTIAL" | "PARALLEL")?,
1568
- region_order: Array[::String]?,
1569
- failure_tolerance_count: ::Integer?,
1570
- failure_tolerance_percentage: ::Integer?,
1571
- max_concurrent_count: ::Integer?,
1572
- max_concurrent_percentage: ::Integer?,
1573
- concurrency_mode: ("STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE")?
1574
- },
1534
+ ?operation_preferences: Params::stack_set_operation_preferences,
1575
1535
  ?operation_id: ::String,
1576
1536
  ?call_as: ("SELF" | "DELEGATED_ADMIN")
1577
1537
  ) -> _UpdateStackInstancesResponseSuccess
@@ -1594,24 +1554,16 @@ module Aws
1594
1554
  parameter_value: ::String?,
1595
1555
  use_previous_value: bool?,
1596
1556
  resolved_value: ::String?
1597
- },
1557
+ }
1598
1558
  ],
1599
1559
  ?capabilities: Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")],
1600
1560
  ?tags: Array[
1601
1561
  {
1602
1562
  key: ::String,
1603
1563
  value: ::String
1604
- },
1564
+ }
1605
1565
  ],
1606
- ?operation_preferences: {
1607
- region_concurrency_type: ("SEQUENTIAL" | "PARALLEL")?,
1608
- region_order: Array[::String]?,
1609
- failure_tolerance_count: ::Integer?,
1610
- failure_tolerance_percentage: ::Integer?,
1611
- max_concurrent_count: ::Integer?,
1612
- max_concurrent_percentage: ::Integer?,
1613
- concurrency_mode: ("STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE")?
1614
- },
1566
+ ?operation_preferences: Params::stack_set_operation_preferences,
1615
1567
  ?administration_role_arn: ::String,
1616
1568
  ?execution_role_name: ::String,
1617
1569
  ?deployment_targets: {
data/sig/params.rbs ADDED
@@ -0,0 +1,23 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CloudFormation
10
+ module Params
11
+ type stack_set_operation_preferences = {
12
+ region_concurrency_type: ("SEQUENTIAL" | "PARALLEL")?,
13
+ region_order: Array[::String]?,
14
+ failure_tolerance_count: ::Integer?,
15
+ failure_tolerance_percentage: ::Integer?,
16
+ max_concurrent_count: ::Integer?,
17
+ max_concurrent_percentage: ::Integer?,
18
+ concurrency_mode: ("STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE")?
19
+ }
20
+
21
+ end
22
+ end
23
+ end
data/sig/resource.rbs CHANGED
@@ -91,7 +91,7 @@ module Aws
91
91
  parameter_value: ::String?,
92
92
  use_previous_value: bool?,
93
93
  resolved_value: ::String?
94
- },
94
+ }
95
95
  ],
96
96
  ?disable_rollback: bool,
97
97
  ?rollback_configuration: {
@@ -99,7 +99,7 @@ module Aws
99
99
  {
100
100
  arn: ::String,
101
101
  type: ::String
102
- },
102
+ }
103
103
  ]?,
104
104
  monitoring_time_in_minutes: ::Integer?
105
105
  },
@@ -115,7 +115,7 @@ module Aws
115
115
  {
116
116
  key: ::String,
117
117
  value: ::String
118
- },
118
+ }
119
119
  ],
120
120
  ?client_request_token: ::String,
121
121
  ?enable_termination_protection: bool,
data/sig/stack.rbs CHANGED
@@ -129,7 +129,7 @@ module Aws
129
129
  parameter_value: ::String?,
130
130
  use_previous_value: bool?,
131
131
  resolved_value: ::String?
132
- },
132
+ }
133
133
  ],
134
134
  ?disable_rollback: bool,
135
135
  ?rollback_configuration: {
@@ -137,7 +137,7 @@ module Aws
137
137
  {
138
138
  arn: ::String,
139
139
  type: ::String
140
- },
140
+ }
141
141
  ]?,
142
142
  monitoring_time_in_minutes: ::Integer?
143
143
  },
@@ -153,7 +153,7 @@ module Aws
153
153
  {
154
154
  key: ::String,
155
155
  value: ::String
156
- },
156
+ }
157
157
  ],
158
158
  ?client_request_token: ::String,
159
159
  ?enable_termination_protection: bool,
@@ -183,7 +183,7 @@ module Aws
183
183
  parameter_value: ::String?,
184
184
  use_previous_value: bool?,
185
185
  resolved_value: ::String?
186
- },
186
+ }
187
187
  ],
188
188
  ?capabilities: Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")],
189
189
  ?resource_types: Array[::String],
@@ -193,7 +193,7 @@ module Aws
193
193
  {
194
194
  arn: ::String,
195
195
  type: ::String
196
- },
196
+ }
197
197
  ]?,
198
198
  monitoring_time_in_minutes: ::Integer?
199
199
  },
@@ -204,7 +204,7 @@ module Aws
204
204
  {
205
205
  key: ::String,
206
206
  value: ::String
207
- },
207
+ }
208
208
  ],
209
209
  ?disable_rollback: bool,
210
210
  ?client_request_token: ::String,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.151.0
4
+ version: 1.152.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -73,6 +73,7 @@ files:
73
73
  - sig/client.rbs
74
74
  - sig/errors.rbs
75
75
  - sig/event.rbs
76
+ - sig/params.rbs
76
77
  - sig/resource.rbs
77
78
  - sig/stack.rbs
78
79
  - sig/stack_resource.rbs