Skip to content

Commit

Permalink
Release v1.44.249 (2023-04-24) (#4812)
Browse files Browse the repository at this point in the history
Release v1.44.249 (2023-04-24)
===

### Service Client Updates
* `service/appflow`: Updates service API
* `service/ec2`: Updates service API and documentation
  * API changes to AWS Verified Access related to identity providers' information.
* `service/mediaconvert`: Updates service API and documentation
  * This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
* `service/rekognition`: Updates service API and documentation
  * Added new status result to Liveness session status.
  • Loading branch information
aws-sdk-go-automation committed Apr 24, 2023
1 parent f9284e3 commit 82ec8a6
Show file tree
Hide file tree
Showing 15 changed files with 1,257 additions and 665 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.44.249 (2023-04-24)
===

### Service Client Updates
* `service/appflow`: Updates service API
* `service/ec2`: Updates service API and documentation
* API changes to AWS Verified Access related to identity providers' information.
* `service/mediaconvert`: Updates service API and documentation
* This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
* `service/rekognition`: Updates service API and documentation
* Added new status result to Liveness session status.

Release v1.44.248 (2023-04-21)
===

Expand Down
51 changes: 51 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.248"
const SDKVersion = "1.44.249"
4 changes: 2 additions & 2 deletions models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
},
"AuthCode":{
"type":"string",
"max":2048,
"max":4096,
"pattern":"\\S+"
},
"AuthCodeUrl":{
Expand Down Expand Up @@ -2471,7 +2471,7 @@
},
"RefreshToken":{
"type":"string",
"max":2048,
"max":4096,
"pattern":"\\S+"
},
"Region":{
Expand Down
16 changes: 13 additions & 3 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8824,6 +8824,10 @@
}
}
},
"ClientSecretType":{
"type":"string",
"sensitive":true
},
"ClientVpnAssociationId":{"type":"string"},
"ClientVpnAuthentication":{
"type":"structure",
Expand Down Expand Up @@ -11964,7 +11968,7 @@
"TokenEndpoint":{"shape":"String"},
"UserInfoEndpoint":{"shape":"String"},
"ClientId":{"shape":"String"},
"ClientSecret":{"shape":"String"},
"ClientSecret":{"shape":"ClientSecretType"},
"Scope":{"shape":"String"}
}
},
Expand Down Expand Up @@ -19601,7 +19605,7 @@
"locationName":"format"
},
"ImportManifestUrl":{
"shape":"String",
"shape":"ImportManifestUrl",
"locationName":"importManifestUrl"
},
"Size":{
Expand Down Expand Up @@ -31685,6 +31689,12 @@
"ModifyVerifiedAccessTrustProviderOidcOptions":{
"type":"structure",
"members":{
"Issuer":{"shape":"String"},
"AuthorizationEndpoint":{"shape":"String"},
"TokenEndpoint":{"shape":"String"},
"UserInfoEndpoint":{"shape":"String"},
"ClientId":{"shape":"String"},
"ClientSecret":{"shape":"ClientSecretType"},
"Scope":{"shape":"String"}
}
},
Expand Down Expand Up @@ -33319,7 +33329,7 @@
"locationName":"clientId"
},
"ClientSecret":{
"shape":"String",
"shape":"ClientSecretType",
"locationName":"clientSecret"
},
"Scope":{
Expand Down
Loading

0 comments on commit 82ec8a6

Please sign in to comment.