Skip to content

Commit bfb3aaf

Browse files
author
awstools
committed
Updates SDK to v2.1233.0
1 parent cf8fe5a commit bfb3aaf

12 files changed

+62
-12
lines changed

.changes/2.1233.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "MediaConvert",
5+
"description": "MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment."
6+
}
7+
]

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1232.0-->
2+
<!--LATEST=2.1233.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1233.0
6+
* feature: MediaConvert: MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment.
7+
58
## 2.1232.0
69
* bugfix: marketplacecatalog: Enable CORS for marketplacecatalog API
710
* feature: AmplifyUIBuilder: We are releasing the ability for fields to be configured as arrays.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1232.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1233.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/mediaconvert-2017-08-29.min.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3932,6 +3932,10 @@
39323932
"GopSizeUnits": {
39333933
"locationName": "gopSizeUnits"
39343934
},
3935+
"HrdBufferFinalFillPercentage": {
3936+
"locationName": "hrdBufferFinalFillPercentage",
3937+
"type": "integer"
3938+
},
39353939
"HrdBufferInitialFillPercentage": {
39363940
"locationName": "hrdBufferInitialFillPercentage",
39373941
"type": "integer"
@@ -4085,6 +4089,10 @@
40854089
"GopSizeUnits": {
40864090
"locationName": "gopSizeUnits"
40874091
},
4092+
"HrdBufferFinalFillPercentage": {
4093+
"locationName": "hrdBufferFinalFillPercentage",
4094+
"type": "integer"
4095+
},
40884096
"HrdBufferInitialFillPercentage": {
40894097
"locationName": "hrdBufferInitialFillPercentage",
40904098
"type": "integer"
@@ -4231,6 +4239,10 @@
42314239
"GopSizeUnits": {
42324240
"locationName": "gopSizeUnits"
42334241
},
4242+
"HrdBufferFinalFillPercentage": {
4243+
"locationName": "hrdBufferFinalFillPercentage",
4244+
"type": "integer"
4245+
},
42344246
"HrdBufferInitialFillPercentage": {
42354247
"locationName": "hrdBufferInitialFillPercentage",
42364248
"type": "integer"

apis/mediaconvert-2017-08-29.normal.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5556,6 +5556,11 @@
55565556
"locationName": "gopSizeUnits",
55575557
"documentation": "Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize)."
55585558
},
5559+
"HrdBufferFinalFillPercentage": {
5560+
"shape": "__integerMin0Max100",
5561+
"locationName": "hrdBufferFinalFillPercentage",
5562+
"documentation": "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."
5563+
},
55595564
"HrdBufferInitialFillPercentage": {
55605565
"shape": "__integerMin0Max100",
55615566
"locationName": "hrdBufferInitialFillPercentage",
@@ -5995,6 +6000,11 @@
59956000
"locationName": "gopSizeUnits",
59966001
"documentation": "Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize)."
59976002
},
6003+
"HrdBufferFinalFillPercentage": {
6004+
"shape": "__integerMin0Max100",
6005+
"locationName": "hrdBufferFinalFillPercentage",
6006+
"documentation": "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."
6007+
},
59986008
"HrdBufferInitialFillPercentage": {
59996009
"shape": "__integerMin0Max100",
60006010
"locationName": "hrdBufferInitialFillPercentage",
@@ -6272,6 +6282,7 @@
62726282
},
62736283
"HlsAdMarkers": {
62746284
"type": "string",
6285+
"documentation": "Ad marker for Apple HLS manifest.",
62756286
"enum": [
62766287
"ELEMENTAL",
62776288
"ELEMENTAL_SCTE35"
@@ -9251,6 +9262,11 @@
92519262
"locationName": "gopSizeUnits",
92529263
"documentation": "Specify the units for GOP size (GopSize). If you don't specify a value here, by default the encoder measures GOP size in frames."
92539264
},
9265+
"HrdBufferFinalFillPercentage": {
9266+
"shape": "__integerMin0Max100",
9267+
"locationName": "hrdBufferFinalFillPercentage",
9268+
"documentation": "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."
9269+
},
92549270
"HrdBufferInitialFillPercentage": {
92559271
"shape": "__integerMin0Max100",
92569272
"locationName": "hrdBufferInitialFillPercentage",

clients/mediaconvert.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,6 +2376,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
23762376
* Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize).
23772377
*/
23782378
GopSizeUnits?: H264GopSizeUnits;
2379+
/**
2380+
* 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.
2381+
*/
2382+
HrdBufferFinalFillPercentage?: __integerMin0Max100;
23792383
/**
23802384
* Percentage of the buffer that should initially be filled (HRD buffer model).
23812385
*/
@@ -2571,6 +2575,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
25712575
* Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize).
25722576
*/
25732577
GopSizeUnits?: H265GopSizeUnits;
2578+
/**
2579+
* 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.
2580+
*/
2581+
HrdBufferFinalFillPercentage?: __integerMin0Max100;
25742582
/**
25752583
* Percentage of the buffer that should initially be filled (HRD buffer model).
25762584
*/
@@ -4298,6 +4306,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
42984306
* Specify the units for GOP size (GopSize). If you don't specify a value here, by default the encoder measures GOP size in frames.
42994307
*/
43004308
GopSizeUnits?: Mpeg2GopSizeUnits;
4309+
/**
4310+
* 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.
4311+
*/
4312+
HrdBufferFinalFillPercentage?: __integerMin0Max100;
43014313
/**
43024314
* Percentage of the buffer that should initially be filled (HRD buffer model).
43034315
*/

dist/aws-sdk-core-react-native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
8383
/**
8484
* @constant
8585
*/
86-
VERSION: '2.1232.0',
86+
VERSION: '2.1233.0',
8787

8888
/**
8989
* @api private

dist/aws-sdk-react-native.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/aws-sdk.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// AWS SDK for JavaScript v2.1232.0
1+
// AWS SDK for JavaScript v2.1233.0
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
44
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -244114,7 +244114,7 @@ AWS.util.update(AWS, {
244114244114
/**
244115244115
* @constant
244116244116
*/
244117-
VERSION: '2.1232.0',
244117+
VERSION: '2.1233.0',
244118244118

244119244119
/**
244120244120
* @api private
@@ -266109,7 +266109,7 @@ var LRUCache = /** @class */ (function () {
266109266109
}());
266110266110
exports.LRUCache = LRUCache;
266111266111
},{}],461:[function(require,module,exports){
266112-
// AWS SDK for JavaScript v2.1232.0
266112+
// AWS SDK for JavaScript v2.1233.0
266113266113
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
266114266114
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
266115266115
require('./browser_loader');

dist/aws-sdk.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
2020
/**
2121
* @constant
2222
*/
23-
VERSION: '2.1232.0',
23+
VERSION: '2.1233.0',
2424

2525
/**
2626
* @api private

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-sdk",
33
"description": "AWS SDK for JavaScript",
4-
"version": "2.1232.0",
4+
"version": "2.1233.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "",

0 commit comments

Comments
 (0)