aws-sdk-applicationautoscaling 1.70.0 → 1.71.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: 7b001381b46f70812ec6cb6d85f4f3589fe0337ff280ae9976d12b4e0cc0eb60
4
- data.tar.gz: fa50be9fa89c043b360a7d7a1443a7c4ece02be516f2b52236c08f917f428efd
3
+ metadata.gz: 2aa25b4a21c41123f9e60c93417221fd0a6dff6cd2458ed921f1f839ce443830
4
+ data.tar.gz: 23519f752b323e1897ca8a1e1798b7c26de43fae8cad52ee3610d6175e203890
5
5
  SHA512:
6
- metadata.gz: 82e9c9ea5f406286667bd018b1813ef67b646e7317e2deb70f90712288f34ae1d1b036f4ae7238bda6f68d9909b4bbf678f7051fcc17d6cb902d846f44c682af
7
- data.tar.gz: 9b83ed45198a710f20aaff942fa78abd813d47fa9043b334409247645a630a76a784747c2d27589ae37223a164289ea228fbd12f23444d8ab081257d6e56c40e
6
+ metadata.gz: df19e081fc5d7886bee7051df135e08d10e85ca8cb0353d6cc015ccd924b75b7025da91e5024ad8c5e55300fbf51789358d5c4143e62f4add74151d72df33338
7
+ data.tar.gz: 3f14754aef00c96c1fe6ec719b21c81c1fc0d1292c2a33b32aba949c87b5fd10d3a22db981ccc26e52f4ee1d6126d9bece75006e24a83ffbbea6f994dcf75017
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2023-05-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -275,6 +275,11 @@ module Aws::ApplicationAutoScaling
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -3303,7 +3308,7 @@ module Aws::ApplicationAutoScaling
3303
3308
  params: params,
3304
3309
  config: config)
3305
3310
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3306
- context[:gem_version] = '1.70.0'
3311
+ context[:gem_version] = '1.71.0'
3307
3312
  Seahorse::Client::Request.new(handlers, context)
3308
3313
  end
3309
3314
 
@@ -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.70.0'
55
+ GEM_VERSION = '1.71.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.70.0
4
+ version: 1.71.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: 2023-05-25 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement