aws-sdk-cloudformation 1.119.0 → 1.120.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: b23ed8f681bb67b2176bd206c418f59a47d13eb3585c48cb47e557b09b39c90c
4
- data.tar.gz: e1f8b580ac4cd98d8f8aaf71e78f7c7ceb51ed1ef9878822906570ea14c81264
3
+ metadata.gz: fcfe46d8c3e67f7588bc843b9e6b47cf92d0dd09116ec34cbd5956f30005c710
4
+ data.tar.gz: 3b113df4319eeba01dc7726faaa89649f90582cc4ef99aede96ad274c95af564
5
5
  SHA512:
6
- metadata.gz: d1d2bb3c33aa7d75b8b84aae030711b98d0a349957741fe7d015d89c8287efbba41235c813c6886c93580ae3e58164d35ac902bf9b2870425e67d1a97f840323
7
- data.tar.gz: ee27e83e55990475e5cc44efe56e64cbac38991830bd3d342a39a8e69babf32027d7040318ab80df7ec43cbd91c28a3751636f25812b71b1ca9f53562723bc71
6
+ metadata.gz: db3ba7de31d84800c62b54c45bcfab1db904f5d44dca5ec7ae0c6b106fa2525ca26aed7c30e3dc385f907894ddf1b34872f77f9f1477746290aeb91c8fa3d44b
7
+ data.tar.gz: 8b1fa6ea5023d1ab3598fc68116e6790c23ec08067953160d1b0355e9b17550ed16f8a478c2556e2115c6d5c8dff2ff0cf6662ce7b0b668fbc80e222141b0ee8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.120.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.119.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.119.0
1
+ 1.120.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/query.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:cloudformation)
40
-
41
39
  module Aws::CloudFormation
42
40
  # An API client for CloudFormation. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -8419,7 +8417,7 @@ module Aws::CloudFormation
8419
8417
  tracer: tracer
8420
8418
  )
8421
8419
  context[:gem_name] = 'aws-sdk-cloudformation'
8422
- context[:gem_version] = '1.119.0'
8420
+ context[:gem_version] = '1.120.0'
8423
8421
  Seahorse::Client::Request.new(handlers, context)
8424
8422
  end
8425
8423
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:cloudformation)
15
+
14
16
  # This module provides support for AWS CloudFormation. This module is available in the
15
17
  # `aws-sdk-cloudformation` gem.
16
18
  #
@@ -57,7 +59,7 @@ module Aws::CloudFormation
57
59
  autoload :StackResource, 'aws-sdk-cloudformation/stack_resource'
58
60
  autoload :StackResourceSummary, 'aws-sdk-cloudformation/stack_resource_summary'
59
61
 
60
- GEM_VERSION = '1.119.0'
62
+ GEM_VERSION = '1.120.0'
61
63
 
62
64
  end
63
65
 
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.119.0
4
+ version: 1.120.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core