aws-sdk-qldbsession 1.32.0 → 1.33.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: aecc17f4885563394ff03b5329bf1a6cdfe792358c1400803dc4c06a3b4faa6b
4
- data.tar.gz: 43ac99f5844d7f08c6ae741771a8de4bdb5fe110bf41e5f09e85cea985ef7607
3
+ metadata.gz: 396970916b57040451d6f57093753401d92b0a181e7ba0ba576d65ac6e43e8e7
4
+ data.tar.gz: 0d646d12dab16335160713db6cd089ebbbf2aa77ee15ba95f44d70d385c6b337
5
5
  SHA512:
6
- metadata.gz: fcf6ee4ed687cca403e05577392c469a7841443610e77e51e59223c9bca17bf76bfc0e3503ca8358526e53caef8422385401bde72925aa2a8d0243c30f46eb2e
7
- data.tar.gz: f71158c476f78c0ad9a22a2df70b55d9234adae97bfc2bd7b3b49644129a233bbca2ed93437b2c0649dcda50a0f08e1506a4d07038a4a43a6ae3dec2b83437d1
6
+ metadata.gz: dc774788eb03a82fbe6ba6513d265f71fdfb8cdee78a6e6c8ff7ee47362fc9f6606ae2f88d26a9a3f7219586f676b3119db1ff517da9ab07f1836568784ddd19
7
+ data.tar.gz: a001e37599b9f2cce42e48d1efac9b6598c9bb904b716aa5fc09ef9b12fa541948f8d7e247034909f8e1b39f135005dbb6b503f4021773b437626252ffc344e8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -546,7 +546,7 @@ module Aws::QLDBSession
546
546
  params: params,
547
547
  config: config)
548
548
  context[:gem_name] = 'aws-sdk-qldbsession'
549
- context[:gem_version] = '1.32.0'
549
+ context[:gem_version] = '1.33.0'
550
550
  Seahorse::Client::Request.new(handlers, context)
551
551
  end
552
552
 
@@ -25,16 +25,17 @@ module Aws::QLDBSession
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-qldbsession/customizations'
52
52
  # @!group service
53
53
  module Aws::QLDBSession
54
54
 
55
- GEM_VERSION = '1.32.0'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qldbsession
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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