aws-sdk-comprehend 1.65.0 → 1.67.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: 1679773b2ca42c4d6f8830c4dbf0219e9fcea7ca0ab08ea91f2709b410124a81
4
- data.tar.gz: a048bd080a47574b1f0fbce2dae014d844f1e01c51fad83e699c378f467af0c4
3
+ metadata.gz: 98cca79ad616409a627fb408bf9d57dde00f6ae9f610d0b2347cb53172595630
4
+ data.tar.gz: 37bf33b746207ed09a41855ec47bac27e7bf7d9618ef40927f7ad89234d2d4ab
5
5
  SHA512:
6
- metadata.gz: 3dcbafeaad1a6b949c8c011e7b27f81caa409f21f71baec748fe02249d0a093b0f88c5fbcff40524bbdc711d52276d3acb5bf41624f01cb9c59b79dd338d4d2a
7
- data.tar.gz: 61ddb63f2669dd5f86549aaba9ed357b25e44f199fb2cde0a0a9e60fbe889270d8cc128bed14661788447f3d6a2264b7ea3070d518bf70302a7b453ad9b1ab04
6
+ metadata.gz: ee8117be4044e5ded7fd37ff794c2de556a4f47beec32abee11ffb61a9f7a82ea440c21cec9f1ab7389ad67a8ede376e975cb2b54bf0065e2e224c0ba005aa04
7
+ data.tar.gz: ff0b87b8396361b18eaf86b3b907b99e20ca83f1777216fa1446dfe6debac2f6ac769e50d066d0c47474472e408d404a85277ad9224db88833303b00148d1eb0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2023-03-24)
5
+ ------------------
6
+
7
+ * Feature - This release adds a new field (FlywheelArn) to the EntitiesDetectionJobProperties object. The FlywheelArn field is returned in the DescribeEntitiesDetectionJob and ListEntitiesDetectionJobs responses when the EntitiesDetection job is started with a FlywheelArn instead of an EntityRecognizerArn .
8
+
9
+ 1.66.0 (2023-02-28)
10
+ ------------------
11
+
12
+ * Feature - Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models.
13
+
4
14
  1.65.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.67.0