aws-sdk-paymentcryptographydata 1.7.0 → 1.8.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: 8ffa8b984859ed30c6b180b75c05ca64df0e564cb70d8bddac8a0bc6df4a45e5
4
- data.tar.gz: ec81a9007b0d3d165c7fd08595521651c0db30c898992f2587e41aaea5fceabe
3
+ metadata.gz: 0d246f10d283f4f8857b8bfbe662357345223b14850138a60fc1c6cebd957522
4
+ data.tar.gz: a9a377a805c22c02fb302b3680c86d585117c2514f511a29a723c9a9c33206d7
5
5
  SHA512:
6
- metadata.gz: f4d75568820d23f30d575a672c5dcd0f2465a1a06598e053475f72961d35324f1d463d18ff3566e0e2e0dccba6c5bd10ee54b2195b0fcee09fd0009cc347403d
7
- data.tar.gz: c4a10c7fdb0b5c8a573cceecd9dad767bb473597637b58685e7a5549d142a7af9c7957e1e2d36a30a9a670c555f68157d9719ba8c2ec4700c61e1da0a807532c
6
+ metadata.gz: 739f357152f8f65838bb76ad63be89705143827b640d203e7ff3f03c199e9e404e763713aa912fa5d201d00ecb54b0574202964140ecbfbdeb528134c828f812
7
+ data.tar.gz: 8b12c6514700ff200a93c37683d5d989f6aa041adc50015963ef4388a65da42d6c2ced1411464b2338e456f99c63427259e059c4bca47ea8d1a20c03e705bf7b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.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.7.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -1691,7 +1691,7 @@ module Aws::PaymentCryptographyData
1691
1691
  params: params,
1692
1692
  config: config)
1693
1693
  context[:gem_name] = 'aws-sdk-paymentcryptographydata'
1694
- context[:gem_version] = '1.7.0'
1694
+ context[:gem_version] = '1.8.0'
1695
1695
  Seahorse::Client::Request.new(handlers, context)
1696
1696
  end
1697
1697
 
@@ -25,16 +25,17 @@ module Aws::PaymentCryptographyData
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-paymentcryptographydata/customizations'
52
52
  # @!group service
53
53
  module Aws::PaymentCryptographyData
54
54
 
55
- GEM_VERSION = '1.7.0'
55
+ GEM_VERSION = '1.8.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-paymentcryptographydata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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