Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit a284d37

Browse files
Release v1.44.229 (2023-03-24) (#4773)
Release v1.44.229 (2023-03-24) === ### Service Client Updates * `service/comprehend`: Updates service API and documentation * `service/monitoring`: Updates service documentation * Doc-only update to correct alarm actions list * `service/rds`: Updates service API, documentation, waiters, paginators, and examples * Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.
1 parent a109cad commit a284d37

File tree

18 files changed

+1300
-2168
lines changed

18 files changed

+1300
-2168
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.229 (2023-03-24)
2+
===
3+
4+
### Service Client Updates
5+
* `service/comprehend`: Updates service API and documentation
6+
* `service/monitoring`: Updates service documentation
7+
* Doc-only update to correct alarm actions list
8+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
9+
* Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.
10+
111
Release v1.44.228 (2023-03-23)
212
===
313

aws/endpoints/defaults.go

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.228"
8+
const SDKVersion = "1.44.229"

models/apis/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":{

models/apis/comprehend/2017-11-27/docs-2.json

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

0 commit comments

Comments
 (0)