aws-sdk-kendra 1.92.0 → 1.93.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: dc2032b25b976db245597c706471b8b18feea8497d38ddf64d143852e2f487d9
4
- data.tar.gz: 3977a7b6255267ee7c87148d44e76fa6d4595a5f3d6163b9148ceedb60338443
3
+ metadata.gz: a706b3c7e1b06a1500b35dc52d9fc577b38a36d4e0c3dd441229247caa72e3a8
4
+ data.tar.gz: abc56834c8eefd66fa0bd721564c9941c4b5f3685179170ac93eddabc71a84a1
5
5
  SHA512:
6
- metadata.gz: 87bd084fd61ba547862ad9b81d524eed1acda37b89f09ab45479a788e15889fe746a6a4598215861e9dd128c4dcf71444341d65f7bd8cdc12a2cf2afdbf31e72
7
- data.tar.gz: 9482ef8b7085be0382bb645696f7896b503f049bbbc1024c81d6761a0f6c2bba15db6c42689169be73596dff51c6ce373523afa63ca81bcc7ea4459bfda95046
6
+ metadata.gz: a4439e83aa03cf7f4c95eda60e89c8b1b8cec1862c24f2bf034a1f75b3f3233544a417dc402bd4e004976fc167823d5a0c08d2e83047b8d71725aeac3bf5a4bb
7
+ data.tar.gz: 77fae2d4e432e1d1640b4ee84afc392f19e6d1a3e4d93d7c2cd38a5ec998335bc84956f0c182be4256ae40570d5ab4e1bdc50042178ce046017256d587b9f122
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.92.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -7369,7 +7369,7 @@ module Aws::Kendra
7369
7369
  tracer: tracer
7370
7370
  )
7371
7371
  context[:gem_name] = 'aws-sdk-kendra'
7372
- context[:gem_version] = '1.92.0'
7372
+ context[:gem_version] = '1.93.0'
7373
7373
  Seahorse::Client::Request.new(handlers, context)
7374
7374
  end
7375
7375
 
@@ -8667,7 +8667,7 @@ module Aws::Kendra
8667
8667
  #
8668
8668
  # * ***/*.png*—All .png files in all directories.
8669
8669
  #
8670
- # * ***/*.\\\{png, ico, md\\}*—All .png, .ico or .md files in all
8670
+ # * ***/*.\{png, ico, md}*—All .png, .ico or .md files in all
8671
8671
  # directories.
8672
8672
  #
8673
8673
  # * */myapp/src/**/*.ts*—All .ts files inside src directory (and
@@ -8705,7 +8705,7 @@ module Aws::Kendra
8705
8705
  #
8706
8706
  # * ***/*.png*—All .png files in all directories.
8707
8707
  #
8708
- # * ***/*.\\\{png, ico, md\\}*—All .png, .ico or .md files in all
8708
+ # * ***/*.\{png, ico, md}*—All .png, .ico or .md files in all
8709
8709
  # directories.
8710
8710
  #
8711
8711
  # * */myapp/src/**/*.ts*—All .ts files inside src directory (and
@@ -9227,7 +9227,7 @@ module Aws::Kendra
9227
9227
  # @!attribute [rw] host_url
9228
9228
  # The ServiceNow instance that the data source connects to. The host
9229
9229
  # endpoint should look like the following:
9230
- # *\\\{instance\\}.service-now.com.*
9230
+ # *\{instance}.service-now.com.*
9231
9231
  # @return [String]
9232
9232
  #
9233
9233
  # @!attribute [rw] secret_arn
@@ -54,7 +54,7 @@ module Aws::Kendra
54
54
  autoload :EndpointProvider, 'aws-sdk-kendra/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kendra/endpoints'
56
56
 
57
- GEM_VERSION = '1.92.0'
57
+ GEM_VERSION = '1.93.0'
58
58
 
59
59
  end
60
60
 
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.92.0
4
+ version: 1.93.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core