aws-sdk-autoscaling 1.107.0 → 1.108.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-autoscaling/client.rb +4 -3
- data/lib/aws-sdk-autoscaling.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: 751e90159f3838f48f648610a7493b52693986034fe3f1347be8abb71ed640da
|
4
|
+
data.tar.gz: 7c9de8c81e115ee677f77234c2e648d9b33e1983db2a1218e1f5e7edf5308e12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fffad33ada5eaf39d8a6b9d7c46ba3f5a850efb9ec8b0a594c1965a694e12f6d4bd78f82a6851dd188283a413a85a9c3828e11136c294ad3969c50990531b89c
|
7
|
+
data.tar.gz: 83c6720ed274d33ab16e745d2c32879f3057c51dfa9a34f0cabb8dab25e0c9671a268b78eed39491490d12e6eaf3bc1bfb0d516a269a62a3264f359b8843aec9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.108.0
|
@@ -301,8 +301,9 @@ module Aws::AutoScaling
|
|
301
301
|
#
|
302
302
|
# @option options [String] :sdk_ua_app_id
|
303
303
|
# A unique and opaque application ID that is appended to the
|
304
|
-
# User-Agent header as app
|
305
|
-
# maximum length of 50.
|
304
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
305
|
+
# maximum length of 50. This variable is sourced from environment
|
306
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
306
307
|
#
|
307
308
|
# @option options [String] :secret_access_key
|
308
309
|
#
|
@@ -7189,7 +7190,7 @@ module Aws::AutoScaling
|
|
7189
7190
|
params: params,
|
7190
7191
|
config: config)
|
7191
7192
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
7192
|
-
context[:gem_version] = '1.
|
7193
|
+
context[:gem_version] = '1.108.0'
|
7193
7194
|
Seahorse::Client::Request.new(handlers, context)
|
7194
7195
|
end
|
7195
7196
|
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
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.108.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-
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|