aws-sdk-applicationautoscaling 1.81.0 → 1.82.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: 2fab7bc3a1276e8cce39d2e8a52acfbfdc9b9ed7ab3d71a1f08a8fef46ee23f1
4
- data.tar.gz: e2d10847c06e0c7a15dd08bb3f18251ff50ddb4800eabc7e4ca74be226975c19
3
+ metadata.gz: f0e395ed5ac94d4732d94533ba0a806af841f1a3aa9a064022660b08970a2b38
4
+ data.tar.gz: 6636d2e4b8c9a880ce0293248ecfc110e650e1ca68980794cf43cb081304e43e
5
5
  SHA512:
6
- metadata.gz: ffb55b827fa64dc61018c37aaa52f8e8d4c2bb7b298ad9a545f467e25eb04d1fa146a9864e05864cf05fbe642e4fae6ece207a44669b195e86de31b148587836
7
- data.tar.gz: afa281649da1e2ddd2a309a363142b101284e82efe314d37f13df2b01abd964306feb9d3dde75dd59ed337fc452e16f0dca0d6e54ae028e1a01be9f291b9506e
6
+ metadata.gz: 8ce8409f7784046728476504ab5243a77e5fa842afe1963a1aaeb2f9ebb39169d064077317ad9e5c174b46f1276cdf3c58293060267abb3fb5bdf7e2bab0cc4a
7
+ data.tar.gz: 42b0389c378bbc1c72811b6efa057e810e1fd7206a579484b27aba46c97e906de02f464203d57c1a624fa1a79eea08e769dfebbfc2f07fe58426f718a98cd9b8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.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.81.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -301,8 +301,9 @@ module Aws::ApplicationAutoScaling
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
  #
@@ -3417,7 +3418,7 @@ module Aws::ApplicationAutoScaling
3417
3418
  params: params,
3418
3419
  config: config)
3419
3420
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3420
- context[:gem_version] = '1.81.0'
3421
+ context[:gem_version] = '1.82.0'
3421
3422
  Seahorse::Client::Request.new(handlers, context)
3422
3423
  end
3423
3424
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationAutoScaling
54
54
 
55
- GEM_VERSION = '1.81.0'
55
+ GEM_VERSION = '1.82.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.81.0
4
+ version: 1.82.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