aws-sdk-signer 1.53.0 → 1.54.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: b70a1404c9d02c38eade3ceae84ca14b120023577091f3c082525532e6d7b513
4
- data.tar.gz: 3132a245c93f39761c03ad700783fd689c88e0a87ccaeef6bb1e3910370b199a
3
+ metadata.gz: f0e0c7657a1eb2ab1ae5133a59f372cb205e17cf054924a0a544efda26e9178c
4
+ data.tar.gz: 9dcd6217a1b0a9bde2fa9853871c2b08e1dd297b6dc368d228254b8a6a9a30de
5
5
  SHA512:
6
- metadata.gz: d95cdc7b26c8d4a91ce80df88f6ba4d1ddff1ffcd4b1a46abb98693ebf828bbad77e3627079777a0ce10439282fba2deca5fce158acebb441f60d7749229a9f6
7
- data.tar.gz: 1be9f9b43b01943ccfdd40ed43ac42cea40f367483157861c41b8bc56d732c6e2ff8f5111c3e90cb99f59abb721ac786ad9d0d4538aab11316d68bb17cfd4f6c
6
+ metadata.gz: aacfd48e55796e911b7d4670484a319695bee573a0d501d723c8ecccbd01250502bffc077382f049e7fa9a130140ddc06edcf98aa657bd6f51ae5659b13c8e95
7
+ data.tar.gz: ebc5a6af6ff38de0189da34bfbb67aebf310632e323c46a8f57dbd1813185573b004c215e3b7303f5d0b6c3315c7c48158b76de350c9ffbd2646854d6a2a1408
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.0 (2024-04-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -301,8 +301,9 @@ module Aws::Signer
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
  #
@@ -1480,7 +1481,7 @@ module Aws::Signer
1480
1481
  params: params,
1481
1482
  config: config)
1482
1483
  context[:gem_name] = 'aws-sdk-signer'
1483
- context[:gem_version] = '1.53.0'
1484
+ context[:gem_version] = '1.54.0'
1484
1485
  Seahorse::Client::Request.new(handlers, context)
1485
1486
  end
1486
1487
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-signer/customizations'
53
53
  # @!group service
54
54
  module Aws::Signer
55
55
 
56
- GEM_VERSION = '1.53.0'
56
+ GEM_VERSION = '1.54.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-signer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.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-30 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