aws-sdk-lexmodelsv2 1.11.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 125ac009347a40f55d65a46299a33312afbd25fb6a6b8494dedb6ad2f5f6d9fa
4
- data.tar.gz: 61e17dc74a1972ca161c24f38c834c298401925ab0311259f7607c3ae6d93744
3
+ metadata.gz: 94ea7b53f8dfdaf65f8846e1a5bfab77010af47314f2470c83528a75b9195b9b
4
+ data.tar.gz: 536fd9948144131b02e3b37d82ce18dac32ca113883a9fe555f7c639270edc91
5
5
  SHA512:
6
- metadata.gz: 11814b7000590a29be3e00e030dfa618102a57758e0496559044c229213cc07f61daa315608b42634ba86976f72c01bc0f86ddece00eec0d7ebbc0e0f304a14f
7
- data.tar.gz: d7a23ff7be3d3b04daaf4c61748177e34a3bd49bc2c6d770fa39c13e8f3f5b765ae7cb5c8c7095a6a4e9fb639d297acedacce128b3fff1395b5ec9318b6e2d35
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.11.0
1
+ 1.15.0