aws-sdk-opensearchserverless 1.12.0 → 1.13.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: fac1193d73b13e3f2cd0dc08bc6ee0411dbf8eabbf7b14baf01e79b464c76be9
4
- data.tar.gz: 5db004e7c50e646fde7fdcbccedefcdc7cb4a83bc6de3f672e6794f83041fa32
3
+ metadata.gz: e25b43e69be09b42e70cc4a7e083d70783da14e9fa26cb4ae627845de4b28a2d
4
+ data.tar.gz: 19b3a81d77397f17749155c6a96bb7a8289963223c73f8f060fc123af6a094f7
5
5
  SHA512:
6
- metadata.gz: b5347a46cbffd2a1a0994dba5ecde352e25418503838bec92c1d267673957c6a7e1376a35a3fa73a7536a6a1edb1456008ff1b83779e83654632054acddc1ccf
7
- data.tar.gz: 52ea2fde9650fbb3fcaf8e22f06dcfef488750b99004ced81f305a09748587efd85d64d083e3b2c63afed0bf52cd3b23b4b241758cdc120071aea50e11759c30
6
+ metadata.gz: 5abe3f852ff2bc2f817f8e90feb07faa7dac1ae18bf0c3c0981e7f3a120f2d5eca30a3025219f207a08b29334f37c604f17ca1c4a780db5cc324981efcd18691
7
+ data.tar.gz: bd96600eb14ed12392e4d6dd07a074a0cb1ce71a914351fb43fd68e02e73bac18703fc2dda5d3ba19b9ee1070f309df1c5d2344c3d7292237471508834891cc9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.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.12.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -2315,7 +2315,7 @@ module Aws::OpenSearchServerless
2315
2315
  params: params,
2316
2316
  config: config)
2317
2317
  context[:gem_name] = 'aws-sdk-opensearchserverless'
2318
- context[:gem_version] = '1.12.0'
2318
+ context[:gem_version] = '1.13.0'
2319
2319
  Seahorse::Client::Request.new(handlers, context)
2320
2320
  end
2321
2321
 
@@ -25,16 +25,17 @@ module Aws::OpenSearchServerless
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-opensearchserverless/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchServerless
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.13.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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