aws-sdk-qbusiness 1.2.0 → 1.4.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qbusiness/client.rb +374 -273
- data/lib/aws-sdk-qbusiness/client_api.rb +36 -5
- data/lib/aws-sdk-qbusiness/types.rb +709 -457
- data/lib/aws-sdk-qbusiness.rb +1 -1
- data/sig/client.rbs +19 -5
- data/sig/types.rbs +34 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd283db25315ae56fd6ba2985855e68d2ffeb400b3fb04510bd26f0b224c9b8e
|
4
|
+
data.tar.gz: 1f33079fd2a759b761a495285f213fa25fc4a21ed9e8b438eb9bde885c275c99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9107842f460e3df9273103383748d0f2b885946c8590d51d8337b993881075af4ec56dcdf0bd698a45c7a04e7569c2af27826bb0184ce5349221f40e1d60307
|
7
|
+
data.tar.gz: 006c25b68fd1a1691c66bcb72f8947142a6552f6dd3075c8420aa2fb532d60909488ae97caa453ec7c10f056e5685ba66d998defe0f4072db1a62193b82c04b3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.4.0 (2024-04-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.3.0 (2024-04-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for IAM Identity Center (IDC) as the identity gateway for Q Business. It also allows users to provide an explicit intent for Q Business to identify how the Chat request should be handled.
|
13
|
+
|
4
14
|
1.2.0 (2024-02-14)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.4.0
|