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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e25b43e69be09b42e70cc4a7e083d70783da14e9fa26cb4ae627845de4b28a2d
|
|
4
|
+
data.tar.gz: 19b3a81d77397f17749155c6a96bb7a8289963223c73f8f060fc123af6a094f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5abe3f852ff2bc2f817f8e90feb07faa7dac1ae18bf0c3c0981e7f3a120f2d5eca30a3025219f207a08b29334f37c604f17ca1c4a780db5cc324981efcd18691
|
|
7
|
+
data.tar.gz: bd96600eb14ed12392e4d6dd07a074a0cb1ce71a914351fb43fd68e02e73bac18703fc2dda5d3ba19b9ee1070f309df1c5d2344c3d7292237471508834891cc9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
|
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.
|
|
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-
|
|
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
|