aws-sdk-lexmodelsv2 1.26.0 → 1.27.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +822 -7
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +44 -0
- data/lib/aws-sdk-lexmodelsv2/types.rb +1758 -340
- data/lib/aws-sdk-lexmodelsv2.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: 62e36c6f9166aeb387e87247a2a07defa0cd9c34ece65f8f0f7020101976b2e1
|
4
|
+
data.tar.gz: ebc08fe358435ac310c46e8e6a88c3de3ad212fa4085655f1c2fda7a71f614b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4621c3523b80eb3494d7352e22b40537adbd3246b2dcfe55400c0cb3890bb4c9afe8d616d0f18d9508c1aa183e7d953fe62d0a7e39c563cc7d6e72f81565e7c8
|
7
|
+
data.tar.gz: c8ebd446f7c14ab6d8afd82915608638fdb67d615ecd95fec026334e4626392347ffb48de93bafe7ef847eb075cf5636454e9b5a29f1ee1ff2fe849de5a2bff2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.27.0 (2022-09-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation.
|
8
|
+
|
4
9
|
1.26.0 (2022-08-22)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.27.0
|