aws-sdk-dax 1.49.0 → 1.50.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc52cdbf1589bca68707aa0df6d300870247b8b7ceb4b8fbc05aca067af32b6e
4
- data.tar.gz: 5c5949c0b4c010b63762b7d9dfb9de485e55cc97823c34a4c8cc8848cbf398f6
3
+ metadata.gz: 5c273a4125d805a7ccaa864e1c3593aca9d79d1349206c96d49a91456203ed93
4
+ data.tar.gz: 2ba6ed20326b2b18d148cd823368a8829348a3b448602ccdd5436e34eb4959dc
5
5
  SHA512:
6
- metadata.gz: '0186e0941be3447dc5de2b797b7bde74460951e631fea3e277c9bfffcc1e8aa2b2113ad90609df1f162828e48d77b620e46a2a379a1b2dcda2c1f60254029703'
7
- data.tar.gz: 2e0173c7a335bf63af476a5589f02574cdd1b3a0ee073c25084187e5f5290926f958b805821386ffb38db3f5ced83b0423d05fc3bf66002e89bb103ecd37f113
6
+ metadata.gz: 9a5af0f42897280e41fa066992e05c5bc07b7d92d85dd3745c84a6ca80304668862ed11035434b4dcee8e418e114bb16fb92d4c8c319121635b1777efe0ccfcf
7
+ data.tar.gz: 13acd8c4a90059963e60d48f43ee98639f472f8a25cd011a02dd561cdc6ca3e1e6b71b6be5850dc7a4ab3771be47f5db274a7d3afce294cdaf0e098aab9e4dab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.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.49.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -1726,7 +1726,7 @@ module Aws::DAX
1726
1726
  params: params,
1727
1727
  config: config)
1728
1728
  context[:gem_name] = 'aws-sdk-dax'
1729
- context[:gem_version] = '1.49.0'
1729
+ context[:gem_version] = '1.50.0'
1730
1730
  Seahorse::Client::Request.new(handlers, context)
1731
1731
  end
1732
1732
 
@@ -25,16 +25,17 @@ module Aws::DAX
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-dax.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-dax/customizations'
52
52
  # @!group service
53
53
  module Aws::DAX
54
54
 
55
- GEM_VERSION = '1.49.0'
55
+ GEM_VERSION = '1.50.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dax
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.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