aws-sdk-docdbelastic 1.9.0 → 1.10.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: a531621461c804104a669249feee30f458c08fe8d60e8347247ea0e68aaa715d
4
- data.tar.gz: 2b70e5de307d2482c489199ef003bfa56a98f215a3f340eac41835ce27697fee
3
+ metadata.gz: ef949b956f64484cfacb7a1c784fb5f836b302fbc390bbfb1abc74ea575d2b4e
4
+ data.tar.gz: 446be31425d874b4e00d13e23732a9f17f48c0ae5137a636c9d8d83ccced76b0
5
5
  SHA512:
6
- metadata.gz: bc0b23c318dcfd9d45dbc45ec40d0aba35e344b8562f5caff44f836ba72587274cde8f406489857c5653ab11b97649d208197ddfa594b5db4d827be99d9d4ca3
7
- data.tar.gz: ecebfe25914cf907a6da8adf49a8c7a5b9f5e1fd7bf30ff0642c080a064f902c4eee01726d60be070c81cd7b1ca2bd199183da1d4ac1e26a49ca1ac4b3c89c79
6
+ metadata.gz: 4ee1ba0067cbe613d5544c8853740238faa7cdba4df23245edc5001ab2837762f3286c50e99fca28f3affa201d5872c640aebdec3e557eeec22b2ee39370e7b2
7
+ data.tar.gz: f0f9c1fa1c40268a4db2e5db7e4d48302c9e23bd6ed4959d060ff1084bfa9b8fff1e486bc1a76fe563016a27b47723de9a5aefa0f60f1e1ed9ea4132cf7aed2f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.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.9.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -1094,7 +1094,7 @@ module Aws::DocDBElastic
1094
1094
  params: params,
1095
1095
  config: config)
1096
1096
  context[:gem_name] = 'aws-sdk-docdbelastic'
1097
- context[:gem_version] = '1.9.0'
1097
+ context[:gem_version] = '1.10.0'
1098
1098
  Seahorse::Client::Request.new(handlers, context)
1099
1099
  end
1100
1100
 
@@ -25,16 +25,17 @@ module Aws::DocDBElastic
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-docdbelastic/customizations'
52
52
  # @!group service
53
53
  module Aws::DocDBElastic
54
54
 
55
- GEM_VERSION = '1.9.0'
55
+ GEM_VERSION = '1.10.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdbelastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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