aws-sdk-autoscaling 1.120.0 → 1.121.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-autoscaling/client.rb +1 -3
- data/lib/aws-sdk-autoscaling.rb +3 -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: 5cf12fbb932a652cf60fc621cda2b41621b8bc4998bb2b4ce54394fbc1b8bf47
|
|
4
|
+
data.tar.gz: bcaa69a442a918e010a4007a34715b15dff29336444782c302c2b5b1c8c1bbe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad7325aecbfabb7e3856b32eb0349b396863f5249615ad3dafd39b7e9a1fe561eb74dcf6239b97b3748450a4f0836f95c7310de9d4ce5f75cf9178c514f4f221
|
|
7
|
+
data.tar.gz: ca51032f42680672b179e53277e58d61720a950ad031bf722e9bec69702fa12c05e29197cddc2ba60f06c6a411605af37d2dfa690ed5f7a0f6b4f74eeaee81f9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
7225
|
+
context[:gem_version] = '1.121.0'
|
|
7228
7226
|
Seahorse::Client::Request.new(handlers, context)
|
|
7229
7227
|
end
|
|
7230
7228
|
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|