aws-sdk-xray 1.64.0 → 1.65.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: a506ac89c2f6e1db8a07f987991a2c0957a5006de5fdbdfb6141f181db0c72fe
4
- data.tar.gz: 174575fe194ad86cb9d1ef5c3531dfc7a739e9b24d511baa813435bf964eabf8
3
+ metadata.gz: f46f83ac704a927e530e8fbfc77d25e4c53afb4c639aea2aee682efaf6ef1866
4
+ data.tar.gz: ed61624e63f70db5d0a5bf4fa458cc01b52f267393548cd79193ba0a36ea291d
5
5
  SHA512:
6
- metadata.gz: 12d7d757812bb94be9e3b98500250906df24a771339c60366d6e036c2af07cc6d03ebb8ecf1bc663d9b1760d1f02a7b48efe8a0431200e7552c8244e0c3eee5f
7
- data.tar.gz: d1666527c1dd9d64a0178a77ca5cbf75515d3018948e7f42e5fb1f9437ec7305718f605a80388a923af9762be06fb0db14fd67361ed1aea922213896438d6797
6
+ metadata.gz: 4c5c927909084d7a8340fefface5b3c3427e28b3b8f62037384b4ee246852bddd9d3cdfbb3accec0ab7fef11f987b98a9a9baac0ce243cdb2dabb4a164b14c58
7
+ data.tar.gz: af7717edd42470bf40b72663ed9309d999e4865aaac20bb7037d15cca06379ee5da9203add068da28bdd0e93184db77a52f306ba99d4f596d32d4df3850f62f5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.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.64.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -301,8 +301,9 @@ module Aws::XRay
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
  #
@@ -2252,7 +2253,7 @@ module Aws::XRay
2252
2253
  params: params,
2253
2254
  config: config)
2254
2255
  context[:gem_name] = 'aws-sdk-xray'
2255
- context[:gem_version] = '1.64.0'
2256
+ context[:gem_version] = '1.65.0'
2256
2257
  Seahorse::Client::Request.new(handlers, context)
2257
2258
  end
2258
2259
 
data/lib/aws-sdk-xray.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-xray/customizations'
52
52
  # @!group service
53
53
  module Aws::XRay
54
54
 
55
- GEM_VERSION = '1.64.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-xray
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.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