aws-sdk-opensearchservice 1.31.0 → 1.32.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: 373a2dc11173ab4444455d8ef8cbdda148cf00e2aa00a41efa1055eaaa15ca7b
4
- data.tar.gz: e248b3d863f3c548e8f8b39522c631864db7a0a85357434600357ed225d405a8
3
+ metadata.gz: f9b8c63f7211b2b04a781653facc0889dd4a653d3ebcae072714efec26b45efb
4
+ data.tar.gz: a652f9bf26fdfdb13484e4c6a546181cf8e91c1dd6c05a88074aa2a4a1a5435c
5
5
  SHA512:
6
- metadata.gz: 242d47a0a48b5b9eff7c270c6c64bd4845974efa401f04c9bd09c35f93c5568e468eb4811b5e34998ca1b6911200037a8394e8b96a6a71dd902a21a0714b70ea
7
- data.tar.gz: 9d3a2a08a8f16a0c07f810cd934c4d408dd1cd42572a529fc5aef374f30afd0b5c313687061663120f719e97a4b8c7043adc65aefad4d5a073ae9e831aad52f4
6
+ metadata.gz: 6033ef9b664471f11e99aed1140c9e7b24b020de0d3f4d0afd8d15923465348c83cd7e0f01476387795a3b048010a2f8b90f3c1c4c4bef101983fc1c8115003d
7
+ data.tar.gz: 341038811a20bcb4ed878c416affe6894f001fb42f28ab8080ecf666ebea5e75029b6d22685793b10b2d1ab7f320e68d6864a3ff7a23430b2a8d0e48a86b35fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -4350,7 +4350,7 @@ module Aws::OpenSearchService
4350
4350
  params: params,
4351
4351
  config: config)
4352
4352
  context[:gem_name] = 'aws-sdk-opensearchservice'
4353
- context[:gem_version] = '1.31.0'
4353
+ context[:gem_version] = '1.32.0'
4354
4354
  Seahorse::Client::Request.new(handlers, context)
4355
4355
  end
4356
4356
 
@@ -25,16 +25,17 @@ module Aws::OpenSearchService
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-opensearchservice/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchService
54
54
 
55
- GEM_VERSION = '1.31.0'
55
+ GEM_VERSION = '1.32.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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