Skip to content

Commit cca95ce

Browse files
Update models for release
1 parent f45eefe commit cca95ce

22 files changed

+839
-1814
lines changed

.changes/3.262.1

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "RDS",
5+
"description": "Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Comprehend",
10+
"description": "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 ."
11+
},
12+
{
13+
"type": "enhancement",
14+
"category": "CloudWatch",
15+
"description": "Doc-only update to correct alarm actions list"
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\CloudWatch` - Doc-only update to correct alarm actions list
6+
* `Aws\Comprehend` - 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 .
7+
* `Aws\RDS` - Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.
8+
39
## 3.262.0 - 2023-03-23
410

511
* `Aws\Batch` - This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE

src/data/comprehend/2017-11-27/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,7 +2702,8 @@
27022702
"LanguageCode":{"shape":"LanguageCode"},
27032703
"DataAccessRoleArn":{"shape":"IamRoleArn"},
27042704
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
2705-
"VpcConfig":{"shape":"VpcConfig"}
2705+
"VpcConfig":{"shape":"VpcConfig"},
2706+
"FlywheelArn":{"shape":"ComprehendFlywheelArn"}
27062707
}
27072708
},
27082709
"EntitiesDetectionJobPropertiesList":{
@@ -3690,7 +3691,8 @@
36903691
"STOP_REQUESTED",
36913692
"STOPPED",
36923693
"IN_ERROR",
3693-
"TRAINED"
3694+
"TRAINED",
3695+
"TRAINED_WITH_WARNING"
36943696
]
36953697
},
36963698
"ModelType":{

src/data/comprehend/2017-11-27/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/comprehend/2017-11-27/docs-2.json

Lines changed: 103 additions & 102 deletions
Large diffs are not rendered by default.

src/data/comprehend/2017-11-27/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)