Skip to content

Commit

Permalink
Release v1.44.229 (2023-03-24) (#4773)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Mar 24, 2023
1 parent a109cad commit a284d37
Show file tree
Hide file tree
Showing 18 changed files with 1,300 additions and 2,168 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
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.

Release v1.44.228 (2023-03-23)
===

Expand Down
25 changes: 25 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.228"
const SDKVersion = "1.44.229"
6 changes: 4 additions & 2 deletions models/apis/comprehend/2017-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2702,7 +2702,8 @@
"LanguageCode":{"shape":"LanguageCode"},
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"VpcConfig":{"shape":"VpcConfig"}
"VpcConfig":{"shape":"VpcConfig"},
"FlywheelArn":{"shape":"ComprehendFlywheelArn"}
}
},
"EntitiesDetectionJobPropertiesList":{
Expand Down Expand Up @@ -3690,7 +3691,8 @@
"STOP_REQUESTED",
"STOPPED",
"IN_ERROR",
"TRAINED"
"TRAINED",
"TRAINED_WITH_WARNING"
]
},
"ModelType":{
Expand Down
205 changes: 103 additions & 102 deletions models/apis/comprehend/2017-11-27/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit a284d37

Please sign in to comment.