@aws-sdk/client-mediaconvert 3.1010.0 → 3.1012.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -3061,6 +3061,7 @@ const Format = {
3061
3061
  avi: "avi",
3062
3062
  matroska: "matroska",
3063
3063
  mp4: "mp4",
3064
+ mpegts: "mpegts",
3064
3065
  mxf: "mxf",
3065
3066
  quicktime: "quicktime",
3066
3067
  wave: "wave",
@@ -2475,6 +2475,7 @@ export const Format = {
2475
2475
  avi: "avi",
2476
2476
  matroska: "matroska",
2477
2477
  mp4: "mp4",
2478
+ mpegts: "mpegts",
2478
2479
  mxf: "mxf",
2479
2480
  quicktime: "quicktime",
2480
2481
  wave: "wave",
@@ -50,7 +50,7 @@ declare const ProbeCommand_base: {
50
50
  * // { // ProbeResult
51
51
  * // Container: { // Container
52
52
  * // Duration: Number("double"),
53
- * // Format: "mp4" || "quicktime" || "matroska" || "webm" || "mxf" || "wave" || "avi",
53
+ * // Format: "mp4" || "quicktime" || "matroska" || "webm" || "mxf" || "wave" || "avi" || "mpegts",
54
54
  * // Tracks: [ // __listOfTrack
55
55
  * // { // Track
56
56
  * // AudioProperties: { // AudioProperties
@@ -6071,6 +6071,7 @@ export declare const Format: {
6071
6071
  readonly avi: "avi";
6072
6072
  readonly matroska: "matroska";
6073
6073
  readonly mp4: "mp4";
6074
+ readonly mpegts: "mpegts";
6074
6075
  readonly mxf: "mxf";
6075
6076
  readonly quicktime: "quicktime";
6076
6077
  readonly wave: "wave";
@@ -216,7 +216,7 @@ export interface Ac3Settings {
216
216
  */
217
217
  export interface Ac4Settings {
218
218
  /**
219
- * Specify the average bitrate in bits per second. Leave blank to use the default bitrate for the coding mode you select according to ETSI TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 192000, 256000, or 320000. Valid bitrates for coding mode 5.1 (3/2 with LFE): 512000. Valid bitrates for coding mode 5.1.4 (immersive): 512000, 768000, or 1024000.
219
+ * Specify the average bitrate in bits per second. Leave blank to use the default bitrate for the coding mode you select according to ETSI TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 48000, 64000, 96000, 128000, 144000, 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000. Valid bitrates for coding mode 5.1 (3/2 with LFE): 96000, 128000, 144000, 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000. Valid bitrates for coding mode 5.1.4 (immersive): 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000.
220
220
  * @public
221
221
  */
222
222
  Bitrate?: number | undefined;
@@ -7881,7 +7881,7 @@ export interface Container {
7881
7881
  */
7882
7882
  Duration?: number | undefined;
7883
7883
  /**
7884
- * The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, or AVI. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.
7884
+ * The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, AVI, or MPEG-TS. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.
7885
7885
  * @public
7886
7886
  */
7887
7887
  Format?: Format | undefined;
@@ -3309,6 +3309,7 @@ export declare const Format: {
3309
3309
  readonly avi: "avi";
3310
3310
  readonly matroska: "matroska";
3311
3311
  readonly mp4: "mp4";
3312
+ readonly mpegts: "mpegts";
3312
3313
  readonly mxf: "mxf";
3313
3314
  readonly quicktime: "quicktime";
3314
3315
  readonly wave: "wave";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconvert",
3
3
  "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4
- "version": "3.1010.0",
4
+ "version": "3.1012.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.21",
24
+ "@aws-sdk/core": "^3.973.21",
25
+ "@aws-sdk/credential-provider-node": "^3.972.22",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
29
- "@aws-sdk/middleware-user-agent": "^3.972.21",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.22",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.8",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.7",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.8",
35
35
  "@smithy/config-resolver": "^4.4.11",
36
- "@smithy/core": "^3.23.11",
36
+ "@smithy/core": "^3.23.12",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.25",
42
- "@smithy/middleware-retry": "^4.4.42",
43
- "@smithy/middleware-serde": "^4.2.14",
41
+ "@smithy/middleware-endpoint": "^4.4.26",
42
+ "@smithy/middleware-retry": "^4.4.43",
43
+ "@smithy/middleware-serde": "^4.2.15",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.4.16",
46
+ "@smithy/node-http-handler": "^4.5.0",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.5",
48
+ "@smithy/smithy-client": "^4.12.6",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.41",
55
- "@smithy/util-defaults-mode-node": "^4.2.44",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.42",
55
+ "@smithy/util-defaults-mode-node": "^4.2.45",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",