aws-sdk-cloudformation 1.145.0 → 1.146.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +11 -5
- data/lib/aws-sdk-cloudformation/client_api.rb +4 -0
- data/lib/aws-sdk-cloudformation/types.rb +13 -5
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a2e7ebc2b1a46539e76df0ef9d0c86a94e404f39fc51c1e095c81f3ed51c0b6
|
|
4
|
+
data.tar.gz: ca3ac07a61e37ff7141ff9cedfdd1222f32b1d0412b501011f5a48b67b45db11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35dec9b2811a745dac77aee04656f8ce0e24ccea89e922405ffe0d2e7b0687e3768ec01b7b8b52badd6da5425db9d6909aceb2c0ce3dbfdb2d1437f79af7351d
|
|
7
|
+
data.tar.gz: 391b31998a3afdb67267ac308b5607f8ae93fdab50cafe73e2cf2bbc374a481f0db3855f854687fee4b390920ed1ffa79bb76a98e67486405a6e395a1b41299e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.146.0 (2025-11-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds the DependsOn field to the AutoDeployment configuration parameter for CreateStackSet, UpdateStackSet, and DescribeStackSet APIs, allowing users to set and read auto-deployment dependencies between StackSets
|
|
8
|
+
|
|
4
9
|
1.145.0 (2025-11-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.146.0
|
|
@@ -2173,6 +2173,7 @@ module Aws::CloudFormation
|
|
|
2173
2173
|
# auto_deployment: {
|
|
2174
2174
|
# enabled: false,
|
|
2175
2175
|
# retain_stacks_on_account_removal: false,
|
|
2176
|
+
# depends_on: ["StackSetARN"],
|
|
2176
2177
|
# },
|
|
2177
2178
|
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
|
2178
2179
|
# client_request_token: "ClientRequestToken",
|
|
@@ -3962,6 +3963,8 @@ module Aws::CloudFormation
|
|
|
3962
3963
|
# resp.stack_set.stack_set_drift_detection_details.failed_stack_instances_count #=> Integer
|
|
3963
3964
|
# resp.stack_set.auto_deployment.enabled #=> Boolean
|
|
3964
3965
|
# resp.stack_set.auto_deployment.retain_stacks_on_account_removal #=> Boolean
|
|
3966
|
+
# resp.stack_set.auto_deployment.depends_on #=> Array
|
|
3967
|
+
# resp.stack_set.auto_deployment.depends_on[0] #=> String
|
|
3965
3968
|
# resp.stack_set.permission_model #=> String, one of "SERVICE_MANAGED", "SELF_MANAGED"
|
|
3966
3969
|
# resp.stack_set.organizational_unit_ids #=> Array
|
|
3967
3970
|
# resp.stack_set.organizational_unit_ids[0] #=> String
|
|
@@ -6658,6 +6661,8 @@ module Aws::CloudFormation
|
|
|
6658
6661
|
# resp.summaries[0].status #=> String, one of "ACTIVE", "DELETED"
|
|
6659
6662
|
# resp.summaries[0].auto_deployment.enabled #=> Boolean
|
|
6660
6663
|
# resp.summaries[0].auto_deployment.retain_stacks_on_account_removal #=> Boolean
|
|
6664
|
+
# resp.summaries[0].auto_deployment.depends_on #=> Array
|
|
6665
|
+
# resp.summaries[0].auto_deployment.depends_on[0] #=> String
|
|
6661
6666
|
# resp.summaries[0].permission_model #=> String, one of "SERVICE_MANAGED", "SELF_MANAGED"
|
|
6662
6667
|
# resp.summaries[0].drift_status #=> String, one of "DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED"
|
|
6663
6668
|
# resp.summaries[0].last_drift_check_timestamp #=> Time
|
|
@@ -7670,10 +7675,10 @@ module Aws::CloudFormation
|
|
|
7670
7675
|
#
|
|
7671
7676
|
# @option params [required, String] :unique_id
|
|
7672
7677
|
# A unique ID of the signal. When you signal Amazon EC2 instances or
|
|
7673
|
-
# Auto Scaling groups, specify the instance ID that you are
|
|
7674
|
-
# the unique ID. If you send multiple signals to a single
|
|
7675
|
-
# as signaling a wait condition), each signal requires a
|
|
7676
|
-
# unique ID.
|
|
7678
|
+
# Amazon EC2 Auto Scaling groups, specify the instance ID that you are
|
|
7679
|
+
# signaling as the unique ID. If you send multiple signals to a single
|
|
7680
|
+
# resource (such as signaling a wait condition), each signal requires a
|
|
7681
|
+
# different unique ID.
|
|
7677
7682
|
#
|
|
7678
7683
|
# @option params [required, String] :status
|
|
7679
7684
|
# The status of the signal, which is either success or failure. A
|
|
@@ -8974,6 +8979,7 @@ module Aws::CloudFormation
|
|
|
8974
8979
|
# auto_deployment: {
|
|
8975
8980
|
# enabled: false,
|
|
8976
8981
|
# retain_stacks_on_account_removal: false,
|
|
8982
|
+
# depends_on: ["StackSetARN"],
|
|
8977
8983
|
# },
|
|
8978
8984
|
# operation_id: "ClientRequestToken",
|
|
8979
8985
|
# accounts: ["Account"],
|
|
@@ -9119,7 +9125,7 @@ module Aws::CloudFormation
|
|
|
9119
9125
|
tracer: tracer
|
|
9120
9126
|
)
|
|
9121
9127
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
|
9122
|
-
context[:gem_version] = '1.
|
|
9128
|
+
context[:gem_version] = '1.146.0'
|
|
9123
9129
|
Seahorse::Client::Request.new(handlers, context)
|
|
9124
9130
|
end
|
|
9125
9131
|
|
|
@@ -555,6 +555,7 @@ module Aws::CloudFormation
|
|
|
555
555
|
StackResources = Shapes::ListShape.new(name: 'StackResources')
|
|
556
556
|
StackSet = Shapes::StructureShape.new(name: 'StackSet')
|
|
557
557
|
StackSetARN = Shapes::StringShape.new(name: 'StackSetARN')
|
|
558
|
+
StackSetARNList = Shapes::ListShape.new(name: 'StackSetARNList')
|
|
558
559
|
StackSetAutoDeploymentTargetSummaries = Shapes::ListShape.new(name: 'StackSetAutoDeploymentTargetSummaries')
|
|
559
560
|
StackSetAutoDeploymentTargetSummary = Shapes::StructureShape.new(name: 'StackSetAutoDeploymentTargetSummary')
|
|
560
561
|
StackSetDriftDetectionDetails = Shapes::StructureShape.new(name: 'StackSetDriftDetectionDetails')
|
|
@@ -724,6 +725,7 @@ module Aws::CloudFormation
|
|
|
724
725
|
|
|
725
726
|
AutoDeployment.add_member(:enabled, Shapes::ShapeRef.new(shape: AutoDeploymentNullable, location_name: "Enabled"))
|
|
726
727
|
AutoDeployment.add_member(:retain_stacks_on_account_removal, Shapes::ShapeRef.new(shape: RetainStacksOnAccountRemovalNullable, location_name: "RetainStacksOnAccountRemoval"))
|
|
728
|
+
AutoDeployment.add_member(:depends_on, Shapes::ShapeRef.new(shape: StackSetARNList, location_name: "DependsOn"))
|
|
727
729
|
AutoDeployment.struct_class = Types::AutoDeployment
|
|
728
730
|
|
|
729
731
|
BatchDescribeTypeConfigurationsError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
|
@@ -2195,6 +2197,8 @@ module Aws::CloudFormation
|
|
|
2195
2197
|
StackSet.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
|
|
2196
2198
|
StackSet.struct_class = Types::StackSet
|
|
2197
2199
|
|
|
2200
|
+
StackSetARNList.member = Shapes::ShapeRef.new(shape: StackSetARN)
|
|
2201
|
+
|
|
2198
2202
|
StackSetAutoDeploymentTargetSummaries.member = Shapes::ShapeRef.new(shape: StackSetAutoDeploymentTargetSummary)
|
|
2199
2203
|
|
|
2200
2204
|
StackSetAutoDeploymentTargetSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
|
|
@@ -309,11 +309,19 @@ module Aws::CloudFormation
|
|
|
309
309
|
# resources are deleted. Specify only if `Enabled` is set to `True`.
|
|
310
310
|
# @return [Boolean]
|
|
311
311
|
#
|
|
312
|
+
# @!attribute [rw] depends_on
|
|
313
|
+
# A list of StackSet ARNs that this StackSet depends on for
|
|
314
|
+
# auto-deployment operations. When auto-deployment is triggered,
|
|
315
|
+
# operations will be sequenced to ensure all dependencies complete
|
|
316
|
+
# successfully before this StackSet's operation begins.
|
|
317
|
+
# @return [Array<String>]
|
|
318
|
+
#
|
|
312
319
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/AutoDeployment AWS API Documentation
|
|
313
320
|
#
|
|
314
321
|
class AutoDeployment < Struct.new(
|
|
315
322
|
:enabled,
|
|
316
|
-
:retain_stacks_on_account_removal
|
|
323
|
+
:retain_stacks_on_account_removal,
|
|
324
|
+
:depends_on)
|
|
317
325
|
SENSITIVE = []
|
|
318
326
|
include Aws::Structure
|
|
319
327
|
end
|
|
@@ -8565,10 +8573,10 @@ module Aws::CloudFormation
|
|
|
8565
8573
|
#
|
|
8566
8574
|
# @!attribute [rw] unique_id
|
|
8567
8575
|
# A unique ID of the signal. When you signal Amazon EC2 instances or
|
|
8568
|
-
# Auto Scaling groups, specify the instance ID that you are
|
|
8569
|
-
# as the unique ID. If you send multiple signals to a single
|
|
8570
|
-
# (such as signaling a wait condition), each signal requires
|
|
8571
|
-
# different unique ID.
|
|
8576
|
+
# Amazon EC2 Auto Scaling groups, specify the instance ID that you are
|
|
8577
|
+
# signaling as the unique ID. If you send multiple signals to a single
|
|
8578
|
+
# resource (such as signaling a wait condition), each signal requires
|
|
8579
|
+
# a different unique ID.
|
|
8572
8580
|
# @return [String]
|
|
8573
8581
|
#
|
|
8574
8582
|
# @!attribute [rw] status
|
data/sig/client.rbs
CHANGED
|
@@ -371,7 +371,8 @@ module Aws
|
|
|
371
371
|
?permission_model: ("SERVICE_MANAGED" | "SELF_MANAGED"),
|
|
372
372
|
?auto_deployment: {
|
|
373
373
|
enabled: bool?,
|
|
374
|
-
retain_stacks_on_account_removal: bool
|
|
374
|
+
retain_stacks_on_account_removal: bool?,
|
|
375
|
+
depends_on: Array[::String]?
|
|
375
376
|
},
|
|
376
377
|
?call_as: ("SELF" | "DELEGATED_ADMIN"),
|
|
377
378
|
?client_request_token: ::String,
|
|
@@ -1622,7 +1623,8 @@ module Aws
|
|
|
1622
1623
|
?permission_model: ("SERVICE_MANAGED" | "SELF_MANAGED"),
|
|
1623
1624
|
?auto_deployment: {
|
|
1624
1625
|
enabled: bool?,
|
|
1625
|
-
retain_stacks_on_account_removal: bool
|
|
1626
|
+
retain_stacks_on_account_removal: bool?,
|
|
1627
|
+
depends_on: Array[::String]?
|
|
1626
1628
|
},
|
|
1627
1629
|
?operation_id: ::String,
|
|
1628
1630
|
?accounts: Array[::String],
|
data/sig/types.rbs
CHANGED
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.
|
|
4
|
+
version: 1.146.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.239.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.239.1
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|