aws-sdk-kendra 1.53.0 → 1.56.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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kendra/client.rb +533 -123
- data/lib/aws-sdk-kendra/client_api.rb +157 -0
- data/lib/aws-sdk-kendra/types.rb +765 -201
- data/lib/aws-sdk-kendra.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23a9fd618927b78862ad237401dd0a093b102e34faa2cb480c377630d3fb11f0
|
4
|
+
data.tar.gz: 80f998a654a9e788186969de358149c504d704a38cb559ff1b741c8cf90d2519
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c7f54e75e8051bb96f52e094c06106b33a3701dc2bc7d8911cc9b2788e61910d92ea18deade760bc6989ee42c9a207b1ae3201bea16f86e8b0ff105d5af96f2
|
7
|
+
data.tar.gz: 95fa6525e34eaa6f3cdb0ec5f5aecb8623e0fb6950fe6ccb5f6cf5a9c90e51cb19eb9f736878aed307ffa66c69aae6d8c6772d5036ba2b9dd7fdbda9edb408fa
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.0 (2022-08-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds Zendesk connector (which allows you to specify Zendesk SAAS platform as data source), Proxy Support for Sharepoint and Confluence Server (which allows you to specify the proxy configuration if proxy is required to connect to your Sharepoint/Confluence Server as data source).
|
8
|
+
|
9
|
+
1.55.0 (2022-07-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon Kendra now provides Oauth2 support for SharePoint Online. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html
|
13
|
+
|
14
|
+
1.54.0 (2022-07-14)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds AccessControlConfigurations which allow you to redefine your document level access control without the need for content re-indexing.
|
18
|
+
|
4
19
|
1.53.0 (2022-06-30)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|