aws-sdk-kendra 1.75.0 → 1.76.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: acc98fe24ba1b5f9fe645c95767f72f6b69eb48f69d30eff191575cdd20d7f41
4
- data.tar.gz: e8334f99c7fb8b5b490692a7cb5122b39523db0dd1ff72093040c16b4648407e
3
+ metadata.gz: 29ad3383e3a112d900e5d9a65a614b91bffcc7fdac212b83ed65ceeb1b01add3
4
+ data.tar.gz: 79fcd948aa53f992717381ddbd78e86fe51be2ff6fc9d280fd16f2456fabd693
5
5
  SHA512:
6
- metadata.gz: 72e0733f5d3c647d68fc82ec18a3456b982ef59801d1d52c64f2e4b68befe3860faf64b0ab270b87bb746008f2cff026b7744178d4753f1f7ea9db2c489952d4
7
- data.tar.gz: 2a65452e02cdaaa214ded804b5dfae348265a4d4330b69a3148e08e51f8cd67fd17596d89dadd29f22892a8839b49a74f27f9e3b3fcbb5fca0276102dfc80d55
6
+ metadata.gz: f019d8e6bcb0ccf39ebdbf709432fe278a106440b09ff84e03ff45272bfd65f63258835161ee68069c340517d408744e305f2da1ad160d942734be1d248d0996
7
+ data.tar.gz: 74dc922ae5d3f647e3c383c0d91bfa5b4b485990bf67af393450ce49640fcd5ea79e0ce75f7eebb5251f60ab413938cdae17e6627194b9bd3f268f6f8c73f940
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.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.75.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -7291,7 +7291,7 @@ module Aws::Kendra
7291
7291
  params: params,
7292
7292
  config: config)
7293
7293
  context[:gem_name] = 'aws-sdk-kendra'
7294
- context[:gem_version] = '1.75.0'
7294
+ context[:gem_version] = '1.76.0'
7295
7295
  Seahorse::Client::Request.new(handlers, context)
7296
7296
  end
7297
7297
 
@@ -25,16 +25,17 @@ module Aws::Kendra
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-kendra/customizations'
52
52
  # @!group service
53
53
  module Aws::Kendra
54
54
 
55
- GEM_VERSION = '1.75.0'
55
+ GEM_VERSION = '1.76.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kendra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.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