aws-sdk-cloudformation 1.75.0 → 1.76.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 +3 -1
- data/lib/aws-sdk-cloudformation/client_api.rb +1 -0
- data/lib/aws-sdk-cloudformation/types.rb +5 -1
- 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: '08356c372f21e630c3144010b422deae48d9a23334d50e087a3805aa3be21209'
|
4
|
+
data.tar.gz: 32b1cc180ef009c6b1e33bc2ac19e7e80d8d21363113b4aaaef60565403e234c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5670db1fe24156a10d63a062c0ca68eaffdfc5f1138405e0ed4cb9a1936b539ac66fe25100720a51f5c65bcbd3b3ff03cda39c4d91487f4781cfaad11e89ac50
|
7
|
+
data.tar.gz: 0d4927dd855035c2771940c46d823d400b0832604c6b79e983df2e98e792da4944411bc251b77664c8665141aef7020153d2775ca8790bcb939d865718c73c64
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.76.0
|
@@ -2970,6 +2970,8 @@ module Aws::CloudFormation
|
|
2970
2970
|
# resp.stack_set.organizational_unit_ids #=> Array
|
2971
2971
|
# resp.stack_set.organizational_unit_ids[0] #=> String
|
2972
2972
|
# resp.stack_set.managed_execution.active #=> Boolean
|
2973
|
+
# resp.stack_set.regions #=> Array
|
2974
|
+
# resp.stack_set.regions[0] #=> String
|
2973
2975
|
#
|
2974
2976
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSet AWS API Documentation
|
2975
2977
|
#
|
@@ -6823,7 +6825,7 @@ module Aws::CloudFormation
|
|
6823
6825
|
params: params,
|
6824
6826
|
config: config)
|
6825
6827
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
6826
|
-
context[:gem_version] = '1.
|
6828
|
+
context[:gem_version] = '1.76.0'
|
6827
6829
|
Seahorse::Client::Request.new(handlers, context)
|
6828
6830
|
end
|
6829
6831
|
|
@@ -1529,6 +1529,7 @@ module Aws::CloudFormation
|
|
1529
1529
|
StackSet.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
|
1530
1530
|
StackSet.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
|
1531
1531
|
StackSet.add_member(:managed_execution, Shapes::ShapeRef.new(shape: ManagedExecution, location_name: "ManagedExecution"))
|
1532
|
+
StackSet.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
|
1532
1533
|
StackSet.struct_class = Types::StackSet
|
1533
1534
|
|
1534
1535
|
StackSetDriftDetectionDetails.add_member(:drift_status, Shapes::ShapeRef.new(shape: StackSetDriftStatus, location_name: "DriftStatus"))
|
@@ -7409,6 +7409,9 @@ module Aws::CloudFormation
|
|
7409
7409
|
# concurrently and queues conflicting operations.
|
7410
7410
|
# @return [Types::ManagedExecution]
|
7411
7411
|
#
|
7412
|
+
# @!attribute [rw] regions
|
7413
|
+
# @return [Array<String>]
|
7414
|
+
#
|
7412
7415
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSet AWS API Documentation
|
7413
7416
|
#
|
7414
7417
|
class StackSet < Struct.new(
|
@@ -7427,7 +7430,8 @@ module Aws::CloudFormation
|
|
7427
7430
|
:auto_deployment,
|
7428
7431
|
:permission_model,
|
7429
7432
|
:organizational_unit_ids,
|
7430
|
-
:managed_execution
|
7433
|
+
:managed_execution,
|
7434
|
+
:regions)
|
7431
7435
|
SENSITIVE = []
|
7432
7436
|
include Aws::Structure
|
7433
7437
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudformation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.76.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-01-
|
11
|
+
date: 2023-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|