aws-sdk-kendra 1.79.0 → 1.80.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: 1008bfe50cafae87ebe36c5fc8bd34ad8d30bebc420cbdb03e15969894e58c40
4
- data.tar.gz: c5f8e621a545426dc5c5533b7f1c5aca55173f509524ec3a4f4ed2d39a12de86
3
+ metadata.gz: '0478df0d5947810a195d026987ecbcc0b43faeb70c8ced35b43985a7384e267d'
4
+ data.tar.gz: f9900ea27b18627ffb5bf735838739cb55e1822e8b2554aa36c73c96751f4bb6
5
5
  SHA512:
6
- metadata.gz: 7e0674110e6ce363e69dfd5ba31234dcd92010d66ee1360ac96c13cdb88c168dce16b9cae6fa7a1fa4a99a84e6402cc5de1a51a7059819c91dedef3093d3d800
7
- data.tar.gz: 6abe2ce028eac4fb02f11720c4609ec4ec88645895c143bb6b4d459439343e60d91e2ba9b15d5b8774c41523bb6a304c5055489159aeb45ad728262acaf60e1c
6
+ metadata.gz: ac3bd749b1a23851c8cd4d140ffdbefeae94dd2f506793a55843c13ec3bbccbfcdda0bc1b60e0beb83e67d537588e42c3b4ef705ad6c0d3cfecb4179566ff21e
7
+ data.tar.gz: c48e970a23315da86a9975fc130486ddb0c9a08fad64d5fc9cb0d44653f8a50fb0da07113c1754ef1596bc1a1c9d3a983c84074f4a742f2633ddd90a45d508d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.79.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -301,8 +301,9 @@ module Aws::Kendra
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -7332,7 +7333,7 @@ module Aws::Kendra
7332
7333
  params: params,
7333
7334
  config: config)
7334
7335
  context[:gem_name] = 'aws-sdk-kendra'
7335
- context[:gem_version] = '1.79.0'
7336
+ context[:gem_version] = '1.80.0'
7336
7337
  Seahorse::Client::Request.new(handlers, context)
7337
7338
  end
7338
7339
 
@@ -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.79.0'
55
+ GEM_VERSION = '1.80.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.79.0
4
+ version: 1.80.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core