aws-sdk-lexmodelsv2 1.10.0 → 1.14.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f52073f2359ea2a3c51fb425c8f9ec53f69569b0601ec305c6d7a2ba0709745d
4
- data.tar.gz: 4840b42b3d61ba5c4c34770fc4887178bd9c99d6738bb9746f1965b5d600eec8
3
+ metadata.gz: ad2ace7d21c2e5360a2bc5d937993213639ad0c68981a158edf29cde37c3f293
4
+ data.tar.gz: 5ef82e66c39efd95e1eb32e14ef0a8ec63f0dd090143804551d887a2fe4944b6
5
5
  SHA512:
6
- metadata.gz: 798b32b2366131f3359310c990174a9b6ca2e781293c2e19db35565e528d1a4b309cd738f3302bf44952b5d98c31efdda77eb6e3bde5d61aab35d6c94a09868e
7
- data.tar.gz: 2aef9746c802f7863f075b70650a121d0a212035c663854bb1256465be7dc2bd29a1fee9729c5e4c6f989ceb934a32e8e7d24709b5eda0e5bf822acb7cd57a11
6
+ metadata.gz: e7eab58568e3a0cb27ac6c73f40ec81e4443aba8138cac38295bdfd6550f806182ec68c3abb188d9b74d9b361b906e81278f7e02320ad8b43f876e3cc6d43f4a
7
+ data.tar.gz: 98d6defff751197701c8eced19bfad228138e493a3d3843da69f12e5e1103c0e87897766769e19dd5e05f2098b68302cd8d4bcf6e748d0e0003c1d563affdbde
data/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.13.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ * Issue - Remove a plugin that sets the `Content-Type` header and instead depend on a new version of `aws-sdk-core` that does.
15
+
16
+ 1.12.0 (2021-10-08)
17
+ ------------------
18
+
19
+ * 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
20
+
21
+ 1.11.0 (2021-09-22)
22
+ ------------------
23
+
24
+ * Feature - This release adds support for utterances statistics for bots built using Lex V2 console and APIs. For details, see: https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html
25
+
4
26
  1.10.0 (2021-09-01)
5
27
  ------------------
6
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.14.0