aws-sdk-cleanrooms 1.13.0 → 1.14.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: a55ac8b47c2986013a812d84a13213bbf0d08fbf5e21c05628a69e91e273988e
4
- data.tar.gz: e8ea22058e007d691d1cc353c2940145a727137b36aff9194bb7e3fc538d5294
3
+ metadata.gz: bb6305f0739eb6b9f6d08e5f00b047c7e4913a876d71b9a42bdc5a61b52b5ad5
4
+ data.tar.gz: 4d331903b942396c30df97ccdb92514693c81063222ceffa52df6ef3cf07c988
5
5
  SHA512:
6
- metadata.gz: 31867650ef521971f5f8c5292fd0a3a4264cbce8699c2d3295ad5b40bb773afd8c7ca61d1939f1314556a0f54d0bdc312cfba54f8891ea5c2dd91ed019c28930
7
- data.tar.gz: affdf71c48566fe5ac7dc168aeb208ea96d2a480f974910cf580a4a4cd6d1c14e61844ebf8711380a653774d4b6856234d4127dab1657027ba379515cba0df0b
6
+ metadata.gz: 74d9154e8a9b92e54215a6ad7e412aa2f5a78f763d8d378e1efe3ec9a4b6c488e1eb511b13ea784719f84d4848fb885b89ab18ba8d09beaa49111f657b48d9c3
7
+ data.tar.gz: d917058e34e6177eb60435975ecf39e6356622972de2cd427f96338fe90f776952ce53d8d6d97f000e26e74e34d92dbedb000e040a27fbfeaf5ef88c0f0ffb9a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.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.13.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -2772,7 +2772,7 @@ module Aws::CleanRooms
2772
2772
  params: params,
2773
2773
  config: config)
2774
2774
  context[:gem_name] = 'aws-sdk-cleanrooms'
2775
- context[:gem_version] = '1.13.0'
2775
+ context[:gem_version] = '1.14.0'
2776
2776
  Seahorse::Client::Request.new(handlers, context)
2777
2777
  end
2778
2778
 
@@ -25,16 +25,17 @@ module Aws::CleanRooms
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cleanrooms/customizations'
53
53
  # @!group service
54
54
  module Aws::CleanRooms
55
55
 
56
- GEM_VERSION = '1.13.0'
56
+ GEM_VERSION = '1.14.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cleanrooms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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