aws-sdk-autoscaling 1.120.0 → 1.121.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: 76e66d392e736effcc308fbe4ad661b9dd1edc208c2e0a433c4896e16250f0e2
4
- data.tar.gz: 539deee9d70b8319558b4290e38aef1cd2060f3fe508f33443c6f4c9e29ae9c6
3
+ metadata.gz: 5cf12fbb932a652cf60fc621cda2b41621b8bc4998bb2b4ce54394fbc1b8bf47
4
+ data.tar.gz: bcaa69a442a918e010a4007a34715b15dff29336444782c302c2b5b1c8c1bbe4
5
5
  SHA512:
6
- metadata.gz: b400fd9b9a034bd76288e2c7c9def86bbaac6f5be0b3dfeb56c6bbc2f67fa1e72834d0da5a6db97094bbb750a3173ef2f4cd46c5a98e2e613a78af27ef94882f
7
- data.tar.gz: 1b6952bd93c72ffea7b4b346f5f3cb9d0f81886943c6464d6dea85011a0772c64c18725a9fb51aa6a23f972e157e6c24e418467bc42d8064ef3ac1693e886031
6
+ metadata.gz: ad7325aecbfabb7e3856b32eb0349b396863f5249615ad3dafd39b7e9a1fe561eb74dcf6239b97b3748450a4f0836f95c7310de9d4ce5f75cf9178c514f4f221
7
+ data.tar.gz: ca51032f42680672b179e53277e58d61720a950ad031bf722e9bec69702fa12c05e29197cddc2ba60f06c6a411605af37d2dfa690ed5f7a0f6b4f74eeaee81f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.121.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.120.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.120.0
1
+ 1.121.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(:autoscaling)
40
-
41
39
  module Aws::AutoScaling
42
40
  # An API client for AutoScaling. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -7224,7 +7222,7 @@ module Aws::AutoScaling
7224
7222
  tracer: tracer
7225
7223
  )
7226
7224
  context[:gem_name] = 'aws-sdk-autoscaling'
7227
- context[:gem_version] = '1.120.0'
7225
+ context[:gem_version] = '1.121.0'
7228
7226
  Seahorse::Client::Request.new(handlers, context)
7229
7227
  end
7230
7228
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:autoscaling)
15
+
14
16
  # This module provides support for Auto Scaling. This module is available in the
15
17
  # `aws-sdk-autoscaling` gem.
16
18
  #
@@ -63,7 +65,7 @@ module Aws::AutoScaling
63
65
  autoload :ScheduledAction, 'aws-sdk-autoscaling/scheduled_action'
64
66
  autoload :Tag, 'aws-sdk-autoscaling/tag'
65
67
 
66
- GEM_VERSION = '1.120.0'
68
+ GEM_VERSION = '1.121.0'
67
69
 
68
70
  end
69
71
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.120.0
4
+ version: 1.121.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