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

Commit 82ec8a6

Browse files
Release v1.44.249 (2023-04-24) (#4812)
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.
1 parent f9284e3 commit 82ec8a6

File tree

15 files changed

+1257
-665
lines changed

15 files changed

+1257
-665
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.44.249 (2023-04-24)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appflow`: Updates service API
6+
* `service/ec2`: Updates service API and documentation
7+
* API changes to AWS Verified Access related to identity providers' information.
8+
* `service/mediaconvert`: Updates service API and documentation
9+
* 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.
10+
* `service/rekognition`: Updates service API and documentation
11+
* Added new status result to Liveness session status.
12+
113
Release v1.44.248 (2023-04-21)
214
===
315

aws/endpoints/defaults.go

Lines changed: 51 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.248"
8+
const SDKVersion = "1.44.249"

models/apis/appflow/2020-08-23/api-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
},
490490
"AuthCode":{
491491
"type":"string",
492-
"max":2048,
492+
"max":4096,
493493
"pattern":"\\S+"
494494
},
495495
"AuthCodeUrl":{
@@ -2471,7 +2471,7 @@
24712471
},
24722472
"RefreshToken":{
24732473
"type":"string",
2474-
"max":2048,
2474+
"max":4096,
24752475
"pattern":"\\S+"
24762476
},
24772477
"Region":{

models/apis/ec2/2016-11-15/api-2.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8824,6 +8824,10 @@
88248824
}
88258825
}
88268826
},
8827+
"ClientSecretType":{
8828+
"type":"string",
8829+
"sensitive":true
8830+
},
88278831
"ClientVpnAssociationId":{"type":"string"},
88288832
"ClientVpnAuthentication":{
88298833
"type":"structure",
@@ -11964,7 +11968,7 @@
1196411968
"TokenEndpoint":{"shape":"String"},
1196511969
"UserInfoEndpoint":{"shape":"String"},
1196611970
"ClientId":{"shape":"String"},
11967-
"ClientSecret":{"shape":"String"},
11971+
"ClientSecret":{"shape":"ClientSecretType"},
1196811972
"Scope":{"shape":"String"}
1196911973
}
1197011974
},
@@ -19601,7 +19605,7 @@
1960119605
"locationName":"format"
1960219606
},
1960319607
"ImportManifestUrl":{
19604-
"shape":"String",
19608+
"shape":"ImportManifestUrl",
1960519609
"locationName":"importManifestUrl"
1960619610
},
1960719611
"Size":{
@@ -31685,6 +31689,12 @@
3168531689
"ModifyVerifiedAccessTrustProviderOidcOptions":{
3168631690
"type":"structure",
3168731691
"members":{
31692+
"Issuer":{"shape":"String"},
31693+
"AuthorizationEndpoint":{"shape":"String"},
31694+
"TokenEndpoint":{"shape":"String"},
31695+
"UserInfoEndpoint":{"shape":"String"},
31696+
"ClientId":{"shape":"String"},
31697+
"ClientSecret":{"shape":"ClientSecretType"},
3168831698
"Scope":{"shape":"String"}
3168931699
}
3169031700
},
@@ -33319,7 +33329,7 @@
3331933329
"locationName":"clientId"
3332033330
},
3332133331
"ClientSecret":{
33322-
"shape":"String",
33332+
"shape":"ClientSecretType",
3332333333
"locationName":"clientSecret"
3332433334
},
3332533335
"Scope":{

0 commit comments

Comments
 (0)