Skip to content

Commit

Permalink
Release v1.44.240 (2023-04-10) (#4792)
Browse files Browse the repository at this point in the history
Release v1.44.240 (2023-04-10)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
  * This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
* `service/marketplace-catalog`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources.
* `service/omics`: Updates service API
* `service/rekognition`: Updates service API and documentation
  * This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation.
  • Loading branch information
aws-sdk-go-automation authored Apr 10, 2023
1 parent d27381d commit f522e96
Show file tree
Hide file tree
Showing 35 changed files with 3,402 additions and 1,274 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.240 (2023-04-10)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
* This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
* `service/marketplace-catalog`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources.
* `service/omics`: Updates service API
* `service/rekognition`: Updates service API and documentation
* This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation.

Release v1.44.239 (2023-04-07)
===

Expand Down
53 changes: 52 additions & 1 deletion 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.239"
const SDKVersion = "1.44.240"
17 changes: 16 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3169,6 +3169,13 @@
"min":8,
"pattern":"[a-z]{2}(-[a-z]+){1,2}(-[0-9])?"
},
"BehaviorType":{
"type":"string",
"enum":[
"ROUTE_CURRENT_CHANNEL_ONLY",
"ROUTE_ANY_CHANNEL"
]
},
"Boolean":{"type":"boolean"},
"BotName":{
"type":"string",
Expand Down Expand Up @@ -4045,6 +4052,13 @@
"RefreshTokenExpiration":{"shape":"timestamp"}
}
},
"CrossChannelBehavior":{
"type":"structure",
"required":["BehaviorType"],
"members":{
"BehaviorType":{"shape":"BehaviorType"}
}
},
"CurrentMetric":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -7139,7 +7153,8 @@
],
"members":{
"Channel":{"shape":"Channel"},
"Concurrency":{"shape":"Concurrency"}
"Concurrency":{"shape":"Concurrency"},
"CrossChannelBehavior":{"shape":"CrossChannelBehavior"}
}
},
"Message":{"type":"string"},
Expand Down
Loading

0 comments on commit f522e96

Please sign in to comment.