aws-sdk-lexmodelsv2 1.11.0 → 1.15.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 +22 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +1087 -159
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +32 -0
- data/lib/aws-sdk-lexmodelsv2/types.rb +1742 -281
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- metadata +4 -5
- data/lib/aws-sdk-lexmodelsv2/plugins/content_type.rb +0 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94ea7b53f8dfdaf65f8846e1a5bfab77010af47314f2470c83528a75b9195b9b
|
4
|
+
data.tar.gz: 536fd9948144131b02e3b37d82ce18dac32ca113883a9fe555f7c639270edc91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40762e45124be33de8989e106077530117a5ec5a8bd59a67b196328c7315663183c371c36818ec6a35a5b716ebd10e098199d31870dddc0ca14aecd605927b63
|
7
|
+
data.tar.gz: 1efae3c189c01236224b4608ce47c97445923e64d513412017aa9c462b3e38a9326e7e49810dba247c3b7284be7ef8ea1b8105a9401e6c22d5566bd8cc0bf582
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,28 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.15.0 (2021-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for Polly Neural TTS (NTTS) voices. Customers can choose between 'standard' and 'neural' for Polly Engine configuration per locale when creating or updating an Amazon Lex bot.
|
8
|
+
|
9
|
+
1.14.0 (2021-11-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.13.0 (2021-10-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
* Issue - Remove a plugin that sets the `Content-Type` header and instead depend on a new version of `aws-sdk-core` that does.
|
20
|
+
|
21
|
+
1.12.0 (2021-10-08)
|
22
|
+
------------------
|
23
|
+
|
24
|
+
* Feature - Added configuration support for an Amazon Lex bot to provide fulfillment progress updates to users while their requests are being processed. See documentation for more details: https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html
|
25
|
+
|
4
26
|
1.11.0 (2021-09-22)
|
5
27
|
------------------
|
6
28
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.15.0
|