@aws-sdk/client-medialive 3.758.0 → 3.765.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 +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +2 -0
- package/dist-types/commands/StartChannelCommand.d.ts +2 -0
- package/dist-types/commands/StopChannelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +13 -14
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -6286,6 +6286,8 @@ var se_Eac3Settings = /* @__PURE__ */ __name((input, context) => {
|
|
|
6286
6286
|
var se_EbuTtDDestinationSettings = /* @__PURE__ */ __name((input, context) => {
|
|
6287
6287
|
return (0, import_smithy_client.take)(input, {
|
|
6288
6288
|
copyrightHolder: [, , `CopyrightHolder`],
|
|
6289
|
+
defaultFontSize: [, , `DefaultFontSize`],
|
|
6290
|
+
defaultLineHeight: [, , `DefaultLineHeight`],
|
|
6289
6291
|
fillLineGap: [, , `FillLineGap`],
|
|
6290
6292
|
fontFamily: [, , `FontFamily`],
|
|
6291
6293
|
styleControl: [, , `StyleControl`]
|
|
@@ -8789,6 +8791,8 @@ var de_Eac3Settings = /* @__PURE__ */ __name((output, context) => {
|
|
|
8789
8791
|
var de_EbuTtDDestinationSettings = /* @__PURE__ */ __name((output, context) => {
|
|
8790
8792
|
return (0, import_smithy_client.take)(output, {
|
|
8791
8793
|
CopyrightHolder: [, import_smithy_client.expectString, `copyrightHolder`],
|
|
8794
|
+
DefaultFontSize: [, import_smithy_client.expectInt32, `defaultFontSize`],
|
|
8795
|
+
DefaultLineHeight: [, import_smithy_client.expectInt32, `defaultLineHeight`],
|
|
8792
8796
|
FillLineGap: [, import_smithy_client.expectString, `fillLineGap`],
|
|
8793
8797
|
FontFamily: [, import_smithy_client.expectString, `fontFamily`],
|
|
8794
8798
|
StyleControl: [, import_smithy_client.expectString, `styleControl`]
|
|
@@ -4601,6 +4601,8 @@ const se_Eac3Settings = (input, context) => {
|
|
|
4601
4601
|
const se_EbuTtDDestinationSettings = (input, context) => {
|
|
4602
4602
|
return take(input, {
|
|
4603
4603
|
copyrightHolder: [, , `CopyrightHolder`],
|
|
4604
|
+
defaultFontSize: [, , `DefaultFontSize`],
|
|
4605
|
+
defaultLineHeight: [, , `DefaultLineHeight`],
|
|
4604
4606
|
fillLineGap: [, , `FillLineGap`],
|
|
4605
4607
|
fontFamily: [, , `FontFamily`],
|
|
4606
4608
|
styleControl: [, , `StyleControl`],
|
|
@@ -7232,6 +7234,8 @@ const de_Eac3Settings = (output, context) => {
|
|
|
7232
7234
|
const de_EbuTtDDestinationSettings = (output, context) => {
|
|
7233
7235
|
return take(output, {
|
|
7234
7236
|
CopyrightHolder: [, __expectString, `copyrightHolder`],
|
|
7237
|
+
DefaultFontSize: [, __expectInt32, `defaultFontSize`],
|
|
7238
|
+
DefaultLineHeight: [, __expectInt32, `defaultLineHeight`],
|
|
7235
7239
|
FillLineGap: [, __expectString, `fillLineGap`],
|
|
7236
7240
|
FontFamily: [, __expectString, `fontFamily`],
|
|
7237
7241
|
StyleControl: [, __expectString, `styleControl`],
|
|
@@ -289,6 +289,8 @@ declare const CreateChannelCommand_base: {
|
|
|
289
289
|
* FillLineGap: "DISABLED" || "ENABLED",
|
|
290
290
|
* FontFamily: "STRING_VALUE",
|
|
291
291
|
* StyleControl: "EXCLUDE" || "INCLUDE",
|
|
292
|
+
* DefaultFontSize: Number("int"),
|
|
293
|
+
* DefaultLineHeight: Number("int"),
|
|
292
294
|
* },
|
|
293
295
|
* EmbeddedDestinationSettings: {},
|
|
294
296
|
* EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -1490,6 +1492,8 @@ declare const CreateChannelCommand_base: {
|
|
|
1490
1492
|
* // FillLineGap: "DISABLED" || "ENABLED",
|
|
1491
1493
|
* // FontFamily: "STRING_VALUE",
|
|
1492
1494
|
* // StyleControl: "EXCLUDE" || "INCLUDE",
|
|
1495
|
+
* // DefaultFontSize: Number("int"),
|
|
1496
|
+
* // DefaultLineHeight: Number("int"),
|
|
1493
1497
|
* // },
|
|
1494
1498
|
* // EmbeddedDestinationSettings: {},
|
|
1495
1499
|
* // EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -300,6 +300,8 @@ declare const DeleteChannelCommand_base: {
|
|
|
300
300
|
* // FillLineGap: "DISABLED" || "ENABLED",
|
|
301
301
|
* // FontFamily: "STRING_VALUE",
|
|
302
302
|
* // StyleControl: "EXCLUDE" || "INCLUDE",
|
|
303
|
+
* // DefaultFontSize: Number("int"),
|
|
304
|
+
* // DefaultLineHeight: Number("int"),
|
|
303
305
|
* // },
|
|
304
306
|
* // EmbeddedDestinationSettings: {},
|
|
305
307
|
* // EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -300,6 +300,8 @@ declare const DescribeChannelCommand_base: {
|
|
|
300
300
|
* // FillLineGap: "DISABLED" || "ENABLED",
|
|
301
301
|
* // FontFamily: "STRING_VALUE",
|
|
302
302
|
* // StyleControl: "EXCLUDE" || "INCLUDE",
|
|
303
|
+
* // DefaultFontSize: Number("int"),
|
|
304
|
+
* // DefaultLineHeight: Number("int"),
|
|
303
305
|
* // },
|
|
304
306
|
* // EmbeddedDestinationSettings: {},
|
|
305
307
|
* // EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -303,6 +303,8 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
303
303
|
* // FillLineGap: "DISABLED" || "ENABLED",
|
|
304
304
|
* // FontFamily: "STRING_VALUE",
|
|
305
305
|
* // StyleControl: "EXCLUDE" || "INCLUDE",
|
|
306
|
+
* // DefaultFontSize: Number("int"),
|
|
307
|
+
* // DefaultLineHeight: Number("int"),
|
|
306
308
|
* // },
|
|
307
309
|
* // EmbeddedDestinationSettings: {},
|
|
308
310
|
* // EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -300,6 +300,8 @@ declare const StartChannelCommand_base: {
|
|
|
300
300
|
* // FillLineGap: "DISABLED" || "ENABLED",
|
|
301
301
|
* // FontFamily: "STRING_VALUE",
|
|
302
302
|
* // StyleControl: "EXCLUDE" || "INCLUDE",
|
|
303
|
+
* // DefaultFontSize: Number("int"),
|
|
304
|
+
* // DefaultLineHeight: Number("int"),
|
|
303
305
|
* // },
|
|
304
306
|
* // EmbeddedDestinationSettings: {},
|
|
305
307
|
* // EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -300,6 +300,8 @@ declare const StopChannelCommand_base: {
|
|
|
300
300
|
* // FillLineGap: "DISABLED" || "ENABLED",
|
|
301
301
|
* // FontFamily: "STRING_VALUE",
|
|
302
302
|
* // StyleControl: "EXCLUDE" || "INCLUDE",
|
|
303
|
+
* // DefaultFontSize: Number("int"),
|
|
304
|
+
* // DefaultLineHeight: Number("int"),
|
|
303
305
|
* // },
|
|
304
306
|
* // EmbeddedDestinationSettings: {},
|
|
305
307
|
* // EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -333,6 +333,8 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
333
333
|
* // FillLineGap: "DISABLED" || "ENABLED",
|
|
334
334
|
* // FontFamily: "STRING_VALUE",
|
|
335
335
|
* // StyleControl: "EXCLUDE" || "INCLUDE",
|
|
336
|
+
* // DefaultFontSize: Number("int"),
|
|
337
|
+
* // DefaultLineHeight: Number("int"),
|
|
336
338
|
* // },
|
|
337
339
|
* // EmbeddedDestinationSettings: {},
|
|
338
340
|
* // EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -289,6 +289,8 @@ declare const UpdateChannelCommand_base: {
|
|
|
289
289
|
* FillLineGap: "DISABLED" || "ENABLED",
|
|
290
290
|
* FontFamily: "STRING_VALUE",
|
|
291
291
|
* StyleControl: "EXCLUDE" || "INCLUDE",
|
|
292
|
+
* DefaultFontSize: Number("int"),
|
|
293
|
+
* DefaultLineHeight: Number("int"),
|
|
292
294
|
* },
|
|
293
295
|
* EmbeddedDestinationSettings: {},
|
|
294
296
|
* EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -1477,6 +1479,8 @@ declare const UpdateChannelCommand_base: {
|
|
|
1477
1479
|
* // FillLineGap: "DISABLED" || "ENABLED",
|
|
1478
1480
|
* // FontFamily: "STRING_VALUE",
|
|
1479
1481
|
* // StyleControl: "EXCLUDE" || "INCLUDE",
|
|
1482
|
+
* // DefaultFontSize: Number("int"),
|
|
1483
|
+
* // DefaultLineHeight: Number("int"),
|
|
1480
1484
|
* // },
|
|
1481
1485
|
* // EmbeddedDestinationSettings: {},
|
|
1482
1486
|
* // EmbeddedPlusScte20DestinationSettings: {},
|
|
@@ -1771,31 +1771,30 @@ export interface EbuTtDDestinationSettings {
|
|
|
1771
1771
|
*/
|
|
1772
1772
|
CopyrightHolder?: string | undefined;
|
|
1773
1773
|
/**
|
|
1774
|
-
* Specifies how to handle the gap between the lines (in multi-line captions).
|
|
1775
|
-
*
|
|
1776
|
-
* - enabled: Fill with the captions background color (as specified in the input captions).
|
|
1777
|
-
* - disabled: Leave the gap unfilled.
|
|
1774
|
+
* Specifies how to handle the gap between the lines (in multi-line captions). ENABLED: Fill with the captions background color (as specified in the input captions). DISABLED: Leave the gap unfilled
|
|
1778
1775
|
* @public
|
|
1779
1776
|
*/
|
|
1780
1777
|
FillLineGap?: EbuTtDFillLineGapControl | undefined;
|
|
1781
1778
|
/**
|
|
1782
|
-
* Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if
|
|
1783
|
-
*
|
|
1784
|
-
* You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size.
|
|
1785
|
-
*
|
|
1786
|
-
* - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font).
|
|
1787
|
-
* - Leave blank to set the family to “monospace”.
|
|
1779
|
+
* Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if style_control is set to include. (If style_control is set to exclude, the font family is always set to monospaced.) Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as Arial), or a generic font family (such as serif), or default (to let the downstream player choose the font). Or leave blank to set the family to monospace. Note that you can specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size.
|
|
1788
1780
|
* @public
|
|
1789
1781
|
*/
|
|
1790
1782
|
FontFamily?: string | undefined;
|
|
1791
1783
|
/**
|
|
1792
|
-
* Specifies the style information
|
|
1793
|
-
*
|
|
1794
|
-
* - include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext.
|
|
1795
|
-
* - exclude: In the font data attached to the EBU-TT captions, set the font family to "monospaced". Do not include any other style information.
|
|
1784
|
+
* Specifies the style information to include in the font data that is attached to the EBU-TT captions. INCLUDE: Take the style information from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. EXCLUDE: Set the font family to monospaced. Do not include any other style information.
|
|
1796
1785
|
* @public
|
|
1797
1786
|
*/
|
|
1798
1787
|
StyleControl?: EbuTtDDestinationStyleControl | undefined;
|
|
1788
|
+
/**
|
|
1789
|
+
* Specifies the default font size as a percentage of the computed cell size. Valid only if the defaultLineHeight is also set. If you leave this field empty, the default font size is 80% of the cell size.
|
|
1790
|
+
* @public
|
|
1791
|
+
*/
|
|
1792
|
+
DefaultFontSize?: number | undefined;
|
|
1793
|
+
/**
|
|
1794
|
+
* Documentation update needed
|
|
1795
|
+
* @public
|
|
1796
|
+
*/
|
|
1797
|
+
DefaultLineHeight?: number | undefined;
|
|
1799
1798
|
}
|
|
1800
1799
|
/**
|
|
1801
1800
|
* Embedded Destination Settings
|
|
@@ -657,6 +657,8 @@ export interface EbuTtDDestinationSettings {
|
|
|
657
657
|
FillLineGap?: EbuTtDFillLineGapControl | undefined;
|
|
658
658
|
FontFamily?: string | undefined;
|
|
659
659
|
StyleControl?: EbuTtDDestinationStyleControl | undefined;
|
|
660
|
+
DefaultFontSize?: number | undefined;
|
|
661
|
+
DefaultLineHeight?: number | undefined;
|
|
660
662
|
}
|
|
661
663
|
export interface EmbeddedDestinationSettings {}
|
|
662
664
|
export interface EmbeddedPlusScte20DestinationSettings {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.765.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|