aws-sdk-kendra 1.86.0 → 1.87.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: bdaaada9b467ab88700efa99e334d9a779096a768102151dd2b509781bbe01e9
4
- data.tar.gz: b8fdf6f600fd7424d4c88ea9bc0dc894e33a9479f4fb4d3e7572e47e103a3b14
3
+ metadata.gz: 3def8fed8d94f523cfeb47cf0a7fef7a9233f03887538dcba5aaaa7836be4e98
4
+ data.tar.gz: 987ebf153384f6ee87ab01878230dde045b1a0b5e856ec2698d48155fb174ce6
5
5
  SHA512:
6
- metadata.gz: 020427fb0ed7b20b7193439d6c82247c20ff1ce125057e59d7a56d37adce5ce6a26d4d8a5e4a40ad9dc8ea4e14b6f975348554496e748e4d12c446b99e617fbb
7
- data.tar.gz: f521948ddee6219611eecd1976cdfce97caa205750700bd62c904ed6eeee9a880fcd89e9acb3813640588f6808e085b531245ff8eccce0d3d98103df1cec6eb5
6
+ metadata.gz: 5a47a0dc1cd4583cdaad97983bc468c01c27a70a5fb94ba7ae5acef0dec9cc30103217620691f0fa3a03adbff51217d0e4b4605e561395208fe25b49c2d3d8ab
7
+ data.tar.gz: 2c0416693b619c7938d83da507e7d90ba40d5b5db9658064b61ce0318e4aed218b4e3992271f11c716c76c417cd1b2a00384ea97b37d5ba0eca236491edd730c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.86.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -432,6 +432,12 @@ module Aws::Kendra
432
432
  # @option options [String] :ssl_ca_store
433
433
  # Sets the X509::Store to verify peer certificate.
434
434
  #
435
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
436
+ # Sets a client certificate when creating http connections.
437
+ #
438
+ # @option options [OpenSSL::PKey] :ssl_key
439
+ # Sets a client key when creating http connections.
440
+ #
435
441
  # @option options [Float] :ssl_timeout
436
442
  # Sets the SSL timeout in seconds
437
443
  #
@@ -7359,7 +7365,7 @@ module Aws::Kendra
7359
7365
  tracer: tracer
7360
7366
  )
7361
7367
  context[:gem_name] = 'aws-sdk-kendra'
7362
- context[:gem_version] = '1.86.0'
7368
+ context[:gem_version] = '1.87.0'
7363
7369
  Seahorse::Client::Request.new(handlers, context)
7364
7370
  end
7365
7371
 
@@ -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.86.0'
55
+ GEM_VERSION = '1.87.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.86.0
4
+ version: 1.87.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: 2024-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core