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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbfe8d004d3bb7ac54c587a14d56ee5b972a42a45f127205b6a656201ae77226
4
- data.tar.gz: dadd921b5cd464943d7abf519a41351b574bbc041c14a8f72f8f9dffab397441
3
+ metadata.gz: '08356c372f21e630c3144010b422deae48d9a23334d50e087a3805aa3be21209'
4
+ data.tar.gz: 32b1cc180ef009c6b1e33bc2ac19e7e80d8d21363113b4aaaef60565403e234c
5
5
  SHA512:
6
- metadata.gz: 35c0b54a6ddbe4898dc498f1d646f3a53c32df8d051df57950fed5ba8fdb167355e902b0d9fe1c60c99a8dfefe66df77a230b9267d92eb9d09f35b4aafcb96ec
7
- data.tar.gz: b8fa639d0162efe9d330385ec92b19230f55cf5e2addf9decc7cfca44fc82a0c0bd7c2f18ededffb9fe7e18f75f334d31d4c846b9ed8b70c015037b375eab258
6
+ metadata.gz: 5670db1fe24156a10d63a062c0ca68eaffdfc5f1138405e0ed4cb9a1936b539ac66fe25100720a51f5c65bcbd3b3ff03cda39c4d91487f4781cfaad11e89ac50
7
+ data.tar.gz: 0d4927dd855035c2771940c46d823d400b0832604c6b79e983df2e98e792da4944411bc251b77664c8665141aef7020153d2775ca8790bcb939d865718c73c64
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2023-01-30)
5
+ ------------------
6
+
7
+ * Feature - This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
8
+
4
9
  1.75.0 (2023-01-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
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.75.0'
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
@@ -57,6 +57,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
57
57
  # @!group service
58
58
  module Aws::CloudFormation
59
59
 
60
- GEM_VERSION = '1.75.0'
60
+ GEM_VERSION = '1.76.0'
61
61
 
62
62
  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.75.0
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-25 00:00:00.000000000 Z
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