Skip to content

Commit

Permalink
Updates SDK to v2.1233.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 14, 2022
1 parent cf8fe5a commit bfb3aaf
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changes/2.1233.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "MediaConvert",
"description": "MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1232.0-->
<!--LATEST=2.1233.0-->
<!--ENTRYINSERT-->

## 2.1233.0
* feature: MediaConvert: MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment.

## 2.1232.0
* bugfix: marketplacecatalog: Enable CORS for marketplacecatalog API
* feature: AmplifyUIBuilder: We are releasing the ability for fields to be configured as arrays.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
12 changes: 12 additions & 0 deletions apis/mediaconvert-2017-08-29.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3932,6 +3932,10 @@
"GopSizeUnits": {
"locationName": "gopSizeUnits"
},
"HrdBufferFinalFillPercentage": {
"locationName": "hrdBufferFinalFillPercentage",
"type": "integer"
},
"HrdBufferInitialFillPercentage": {
"locationName": "hrdBufferInitialFillPercentage",
"type": "integer"
Expand Down Expand Up @@ -4085,6 +4089,10 @@
"GopSizeUnits": {
"locationName": "gopSizeUnits"
},
"HrdBufferFinalFillPercentage": {
"locationName": "hrdBufferFinalFillPercentage",
"type": "integer"
},
"HrdBufferInitialFillPercentage": {
"locationName": "hrdBufferInitialFillPercentage",
"type": "integer"
Expand Down Expand Up @@ -4231,6 +4239,10 @@
"GopSizeUnits": {
"locationName": "gopSizeUnits"
},
"HrdBufferFinalFillPercentage": {
"locationName": "hrdBufferFinalFillPercentage",
"type": "integer"
},
"HrdBufferInitialFillPercentage": {
"locationName": "hrdBufferInitialFillPercentage",
"type": "integer"
Expand Down
16 changes: 16 additions & 0 deletions apis/mediaconvert-2017-08-29.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5556,6 +5556,11 @@
"locationName": "gopSizeUnits",
"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)."
},
"HrdBufferFinalFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferFinalFillPercentage",
"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."
},
"HrdBufferInitialFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferInitialFillPercentage",
Expand Down Expand Up @@ -5995,6 +6000,11 @@
"locationName": "gopSizeUnits",
"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)."
},
"HrdBufferFinalFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferFinalFillPercentage",
"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."
},
"HrdBufferInitialFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferInitialFillPercentage",
Expand Down Expand Up @@ -6272,6 +6282,7 @@
},
"HlsAdMarkers": {
"type": "string",
"documentation": "Ad marker for Apple HLS manifest.",
"enum": [
"ELEMENTAL",
"ELEMENTAL_SCTE35"
Expand Down Expand Up @@ -9251,6 +9262,11 @@
"locationName": "gopSizeUnits",
"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."
},
"HrdBufferFinalFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferFinalFillPercentage",
"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."
},
"HrdBufferInitialFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferInitialFillPercentage",
Expand Down
12 changes: 12 additions & 0 deletions clients/mediaconvert.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2376,6 +2376,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
* 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).
*/
GopSizeUnits?: H264GopSizeUnits;
/**
* 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.
*/
HrdBufferFinalFillPercentage?: __integerMin0Max100;
/**
* Percentage of the buffer that should initially be filled (HRD buffer model).
*/
Expand Down Expand Up @@ -2571,6 +2575,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
* 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).
*/
GopSizeUnits?: H265GopSizeUnits;
/**
* 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.
*/
HrdBufferFinalFillPercentage?: __integerMin0Max100;
/**
* Percentage of the buffer that should initially be filled (HRD buffer model).
*/
Expand Down Expand Up @@ -4298,6 +4306,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
* Specify the units for GOP size (GopSize). If you don't specify a value here, by default the encoder measures GOP size in frames.
*/
GopSizeUnits?: Mpeg2GopSizeUnits;
/**
* 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.
*/
HrdBufferFinalFillPercentage?: __integerMin0Max100;
/**
* Percentage of the buffer that should initially be filled (HRD buffer model).
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/aws-sdk-core-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.1232.0',
VERSION: '2.1233.0',

/**
* @api private
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.1232.0
// AWS SDK for JavaScript v2.1233.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(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){
Expand Down Expand Up @@ -244114,7 +244114,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1232.0',
VERSION: '2.1233.0',

/**
* @api private
Expand Down Expand Up @@ -266109,7 +266109,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],461:[function(require,module,exports){
// AWS SDK for JavaScript v2.1232.0
// AWS SDK for JavaScript v2.1233.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
require('./browser_loader');
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1232.0',
VERSION: '2.1233.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1232.0",
"version": "2.1233.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit bfb3aaf

Please sign in to comment.