aws-sdk-autoscaling 1.107.0 → 1.108.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f6d17c2bd76d4eeb812ad7801755e998e42800db37f8014843051471fa255a3e
4
- data.tar.gz: 461596f38364a3ab171d77ac49d5c5ad02337ecaecbff539eb4b6e9dcba38efb
3
+ metadata.gz: 751e90159f3838f48f648610a7493b52693986034fe3f1347be8abb71ed640da
4
+ data.tar.gz: 7c9de8c81e115ee677f77234c2e648d9b33e1983db2a1218e1f5e7edf5308e12
5
5
  SHA512:
6
- metadata.gz: 48eaf416d9aac2ca8ad3fed0bb02232d60b430258179e7ed2564af15f4940421fb9d3c8b775de1eae0af4c1f1e27a7b229983572e8069c704a34fe12c3c5fb3d
7
- data.tar.gz: aa420482c832b7be557c7f41f927e09d11dda579979503f499a27e40f8f191fcdb613cce1eab7965bf47f5b1bde589c111690d88b88f775decc899b82546801d
6
+ metadata.gz: fffad33ada5eaf39d8a6b9d7c46ba3f5a850efb9ec8b0a594c1965a694e12f6d4bd78f82a6851dd188283a413a85a9c3828e11136c294ad3969c50990531b89c
7
+ data.tar.gz: 83c6720ed274d33ab16e745d2c32879f3057c51dfa9a34f0cabb8dab25e0c9671a268b78eed39491490d12e6eaf3bc1bfb0d516a269a62a3264f359b8843aec9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.107.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
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/<sdk_ua_app_id>. It should have a
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.107.0'
7193
+ context[:gem_version] = '1.108.0'
7193
7194
  Seahorse::Client::Request.new(handlers, context)
7194
7195
  end
7195
7196
 
@@ -63,6 +63,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
63
63
  # @!group service
64
64
  module Aws::AutoScaling
65
65
 
66
- GEM_VERSION = '1.107.0'
66
+ GEM_VERSION = '1.108.0'
67
67
 
68
68
  end
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.107.0
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-04-25 00:00:00.000000000 Z
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