Skip to content

Commit 76509e4

Browse files
Release v1.44.116 (2022-10-14) (#4587)
Release v1.44.116 (2022-10-14) === ### Service Client Updates * `service/mediaconvert`: Updates service API and documentation * MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment.
1 parent 1b418b6 commit 76509e4

File tree

7 files changed

+73
-2
lines changed

7 files changed

+73
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.44.116 (2022-10-14)
2+
===
3+
4+
### Service Client Updates
5+
* `service/mediaconvert`: Updates service API and documentation
6+
* MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment.
7+
18
Release v1.44.115 (2022-10-13)
29
===
310

aws/endpoints/defaults.go

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.115"
8+
const SDKVersion = "1.44.116"

models/apis/mediaconvert/2017-08-29/api-2.json

+12
Original file line numberDiff line numberDiff line change
@@ -4740,6 +4740,10 @@
47404740
"shape": "H264GopSizeUnits",
47414741
"locationName": "gopSizeUnits"
47424742
},
4743+
"HrdBufferFinalFillPercentage": {
4744+
"shape": "__integerMin0Max100",
4745+
"locationName": "hrdBufferFinalFillPercentage"
4746+
},
47434747
"HrdBufferInitialFillPercentage": {
47444748
"shape": "__integerMin0Max100",
47454749
"locationName": "hrdBufferInitialFillPercentage"
@@ -5112,6 +5116,10 @@
51125116
"shape": "H265GopSizeUnits",
51135117
"locationName": "gopSizeUnits"
51145118
},
5119+
"HrdBufferFinalFillPercentage": {
5120+
"shape": "__integerMin0Max100",
5121+
"locationName": "hrdBufferFinalFillPercentage"
5122+
},
51155123
"HrdBufferInitialFillPercentage": {
51165124
"shape": "__integerMin0Max100",
51175125
"locationName": "hrdBufferInitialFillPercentage"
@@ -7860,6 +7868,10 @@
78607868
"shape": "Mpeg2GopSizeUnits",
78617869
"locationName": "gopSizeUnits"
78627870
},
7871+
"HrdBufferFinalFillPercentage": {
7872+
"shape": "__integerMin0Max100",
7873+
"locationName": "hrdBufferFinalFillPercentage"
7874+
},
78637875
"HrdBufferInitialFillPercentage": {
78647876
"shape": "__integerMin0Max100",
78657877
"locationName": "hrdBufferInitialFillPercentage"

models/apis/mediaconvert/2017-08-29/docs-2.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@
18551855
}
18561856
},
18571857
"HlsAdMarkers": {
1858-
"base": null,
1858+
"base": "Ad marker for Apple HLS manifest.",
18591859
"refs": {
18601860
"__listOfHlsAdMarkers$member": null
18611861
}
@@ -3916,9 +3916,12 @@
39163916
"base": null,
39173917
"refs": {
39183918
"Eac3AtmosSettings$SpeechThreshold": "Specify the percentage of audio content, from 0% to 100%, that must be speech in order for the encoder to use the measured speech loudness as the overall program loudness. Default value: 15%",
3919+
"H264Settings$HrdBufferFinalFillPercentage": "If your downstream systems have strict buffer requirements: Specify the minimum percentage of the HRD buffer that's available at the end of each encoded video segment. For the best video quality: Set to 0 or leave blank to automatically determine the final buffer fill percentage.",
39193920
"H264Settings$HrdBufferInitialFillPercentage": "Percentage of the buffer that should initially be filled (HRD buffer model).",
3921+
"H265Settings$HrdBufferFinalFillPercentage": "If your downstream systems have strict buffer requirements: Specify the minimum percentage of the HRD buffer that's available at the end of each encoded video segment. For the best video quality: Set to 0 or leave blank to automatically determine the final buffer fill percentage.",
39203922
"H265Settings$HrdBufferInitialFillPercentage": "Percentage of the buffer that should initially be filled (HRD buffer model).",
39213923
"InsertableImage$Opacity": "Use Opacity (Opacity) to specify how much of the underlying video shows through the inserted image. 0 is transparent and 100 is fully opaque. Default is 50.",
3924+
"Mpeg2Settings$HrdBufferFinalFillPercentage": "If your downstream systems have strict buffer requirements: Specify the minimum percentage of the HRD buffer that's available at the end of each encoded video segment. For the best video quality: Set to 0 or leave blank to automatically determine the final buffer fill percentage.",
39223925
"Mpeg2Settings$HrdBufferInitialFillPercentage": "Percentage of the buffer that should initially be filled (HRD buffer model).",
39233926
"VideoDescription$Sharpness": "Use Sharpness (Sharpness) setting to specify the strength of anti-aliasing. This setting changes the width of the anti-alias filter kernel used for scaling. Sharpness only applies if your output resolution is different from your input resolution. 0 is the softest setting, 100 the sharpest, and 50 recommended for most content."
39243927
}

models/endpoints/endpoints.json

+3
Original file line numberDiff line numberDiff line change
@@ -1661,13 +1661,15 @@
16611661
},
16621662
"appsync" : {
16631663
"endpoints" : {
1664+
"af-south-1" : { },
16641665
"ap-east-1" : { },
16651666
"ap-northeast-1" : { },
16661667
"ap-northeast-2" : { },
16671668
"ap-northeast-3" : { },
16681669
"ap-south-1" : { },
16691670
"ap-southeast-1" : { },
16701671
"ap-southeast-2" : { },
1672+
"ap-southeast-3" : { },
16711673
"ca-central-1" : { },
16721674
"eu-central-1" : { },
16731675
"eu-north-1" : { },
@@ -12475,6 +12477,7 @@
1247512477
"eu-west-1" : { },
1247612478
"eu-west-2" : { },
1247712479
"eu-west-3" : { },
12480+
"me-central-1" : { },
1247812481
"me-south-1" : { },
1247912482
"sa-east-1" : { },
1248012483
"servicediscovery" : {

service/mediaconvert/api.go

+37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)