aws-sdk-xray 1.61.0 → 1.62.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: 3f30b815cfbd86319bd433f81a8d2a048ce4451863384dc1e1bdc7ac9dc7a8a0
4
- data.tar.gz: fa7bacc664ac6942c66d704718ef1eab80b685e20efa33991df8d01ccae22338
3
+ metadata.gz: 6c121c0e195f58f5900985dcfc662580cc64be61274e77fe40a1d58b7daeb0c0
4
+ data.tar.gz: 564e6c05711b3040354b39e615d94d8a286d57ec0619c8a31c5855b5cdd370f2
5
5
  SHA512:
6
- metadata.gz: f6e5350ce709c5e25934144bd7a8363d3032de238386206390580eb8325bdd8bdb79a599a47eb5819f75ff08f2d2da117d8ae789d8dd67ff8a08d903baafb234
7
- data.tar.gz: 4b65c5d230a19a220d40cae5c8fe7ce3275832a2e91342780a1719ba567063132e34b7455aaca0a00d3b7dc80627a0480a5c6ed9009a8b780a4507da468750ae
6
+ metadata.gz: 33d0bd3dde0be22cb1a34119b0995c6c6f48de4c4f5d97bed49e4a43839f8768fc5fd658825f6fda2117aa84fdf72bef68390c77ef252fcd91ff49df333411bb
7
+ data.tar.gz: 1bcc4c927772dc727cd5bcf87ecd326b248e7b4c62b6a6b1373c82111112027b816fee13122519c5052c1c223eae23ebbd9ffd9ff849e6e6316ee6834e1b5d6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.61.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -2228,7 +2228,7 @@ module Aws::XRay
2228
2228
  params: params,
2229
2229
  config: config)
2230
2230
  context[:gem_name] = 'aws-sdk-xray'
2231
- context[:gem_version] = '1.61.0'
2231
+ context[:gem_version] = '1.62.0'
2232
2232
  Seahorse::Client::Request.new(handlers, context)
2233
2233
  end
2234
2234
 
@@ -25,16 +25,17 @@ module Aws::XRay
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
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.61.0'
55
+ GEM_VERSION = '1.62.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.61.0
4
+ version: 1.62.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-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core