@aws-sdk/client-medialive 3.758.0 → 3.766.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
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AacCodingMode: () => AacCodingMode,
25
25
  AacInputType: () => AacInputType,
26
26
  AacProfile: () => AacProfile,
@@ -530,7 +530,7 @@ __export(src_exports, {
530
530
  waitUntilSignalMapMonitorDeployed: () => waitUntilSignalMapMonitorDeployed,
531
531
  waitUntilSignalMapUpdated: () => waitUntilSignalMapUpdated
532
532
  });
533
- module.exports = __toCommonJS(src_exports);
533
+ module.exports = __toCommonJS(index_exports);
534
534
 
535
535
  // src/MediaLiveClient.ts
536
536
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -657,9 +657,9 @@ var MediaLiveClient = class extends import_smithy_client.Client {
657
657
  this.middlewareStack.use(
658
658
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
659
659
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMediaLiveHttpAuthSchemeParametersProvider,
660
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
660
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
661
661
  "aws.auth#sigv4": config.credentials
662
- })
662
+ }), "identityProviderConfigProvider")
663
663
  })
664
664
  );
665
665
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -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`]
@@ -11318,6 +11322,7 @@ var DescribeInputDeviceCommand = class extends import_smithy_client.Command.clas
11318
11322
 
11319
11323
  // src/models/models_2.ts
11320
11324
  var GlobalConfigurationOutputLockingMode = {
11325
+ DISABLED: "DISABLED",
11321
11326
  EPOCH_LOCKING: "EPOCH_LOCKING",
11322
11327
  PIPELINE_LOCKING: "PIPELINE_LOCKING"
11323
11328
  };
@@ -1,4 +1,5 @@
1
1
  export const GlobalConfigurationOutputLockingMode = {
2
+ DISABLED: "DISABLED",
2
3
  EPOCH_LOCKING: "EPOCH_LOCKING",
3
4
  PIPELINE_LOCKING: "PIPELINE_LOCKING",
4
5
  };
@@ -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: {},
@@ -327,7 +329,7 @@ declare const CreateChannelCommand_base: {
327
329
  * InputLossImageType: "COLOR" || "SLATE",
328
330
  * RepeatFrameMsec: Number("int"),
329
331
  * },
330
- * OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
332
+ * OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
331
333
  * OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
332
334
  * SupportLowFramerateInputs: "DISABLED" || "ENABLED",
333
335
  * OutputLockingSettings: { // OutputLockingSettings
@@ -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: {},
@@ -1528,7 +1532,7 @@ declare const CreateChannelCommand_base: {
1528
1532
  * // InputLossImageType: "COLOR" || "SLATE",
1529
1533
  * // RepeatFrameMsec: Number("int"),
1530
1534
  * // },
1531
- * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
1535
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
1532
1536
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
1533
1537
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
1534
1538
  * // OutputLockingSettings: { // OutputLockingSettings
@@ -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: {},
@@ -338,7 +340,7 @@ declare const DeleteChannelCommand_base: {
338
340
  * // InputLossImageType: "COLOR" || "SLATE",
339
341
  * // RepeatFrameMsec: Number("int"),
340
342
  * // },
341
- * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
343
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
342
344
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
343
345
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
344
346
  * // OutputLockingSettings: { // OutputLockingSettings
@@ -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: {},
@@ -338,7 +340,7 @@ declare const DescribeChannelCommand_base: {
338
340
  * // InputLossImageType: "COLOR" || "SLATE",
339
341
  * // RepeatFrameMsec: Number("int"),
340
342
  * // },
341
- * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
343
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
342
344
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
343
345
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
344
346
  * // OutputLockingSettings: { // OutputLockingSettings
@@ -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: {},
@@ -341,7 +343,7 @@ declare const RestartChannelPipelinesCommand_base: {
341
343
  * // InputLossImageType: "COLOR" || "SLATE",
342
344
  * // RepeatFrameMsec: Number("int"),
343
345
  * // },
344
- * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
346
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
345
347
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
346
348
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
347
349
  * // OutputLockingSettings: { // OutputLockingSettings
@@ -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: {},
@@ -338,7 +340,7 @@ declare const StartChannelCommand_base: {
338
340
  * // InputLossImageType: "COLOR" || "SLATE",
339
341
  * // RepeatFrameMsec: Number("int"),
340
342
  * // },
341
- * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
343
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
342
344
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
343
345
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
344
346
  * // OutputLockingSettings: { // OutputLockingSettings
@@ -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: {},
@@ -338,7 +340,7 @@ declare const StopChannelCommand_base: {
338
340
  * // InputLossImageType: "COLOR" || "SLATE",
339
341
  * // RepeatFrameMsec: Number("int"),
340
342
  * // },
341
- * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
343
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
342
344
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
343
345
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
344
346
  * // OutputLockingSettings: { // OutputLockingSettings
@@ -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: {},
@@ -371,7 +373,7 @@ declare const UpdateChannelClassCommand_base: {
371
373
  * // InputLossImageType: "COLOR" || "SLATE",
372
374
  * // RepeatFrameMsec: Number("int"),
373
375
  * // },
374
- * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
376
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
375
377
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
376
378
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
377
379
  * // OutputLockingSettings: { // OutputLockingSettings
@@ -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: {},
@@ -327,7 +329,7 @@ declare const UpdateChannelCommand_base: {
327
329
  * InputLossImageType: "COLOR" || "SLATE",
328
330
  * RepeatFrameMsec: Number("int"),
329
331
  * },
330
- * OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
332
+ * OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
331
333
  * OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
332
334
  * SupportLowFramerateInputs: "DISABLED" || "ENABLED",
333
335
  * OutputLockingSettings: { // OutputLockingSettings
@@ -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: {},
@@ -1515,7 +1519,7 @@ declare const UpdateChannelCommand_base: {
1515
1519
  * // InputLossImageType: "COLOR" || "SLATE",
1516
1520
  * // RepeatFrameMsec: Number("int"),
1517
1521
  * // },
1518
- * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
1522
+ * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
1519
1523
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
1520
1524
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
1521
1525
  * // OutputLockingSettings: { // OutputLockingSettings
@@ -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 styleControl is set to include. If you leave this field empty, the font family is set to "monospaced". (If styleControl is set to exclude, the font family is always set to "monospaced".)
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 (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.
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
@@ -6,6 +6,7 @@ import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, Av
6
6
  * @enum
7
7
  */
8
8
  export declare const GlobalConfigurationOutputLockingMode: {
9
+ readonly DISABLED: "DISABLED";
9
10
  readonly EPOCH_LOCKING: "EPOCH_LOCKING";
10
11
  readonly PIPELINE_LOCKING: "PIPELINE_LOCKING";
11
12
  };
@@ -100,6 +101,7 @@ export interface GlobalConfiguration {
100
101
  *
101
102
  * PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other.
102
103
  * EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.
104
+ * DISABLED - MediaLive will not attempt to synchronize the output of pipelines. We advise against disabling output locking because it has negative side effects in most workflows. For more information, see the section about output locking (pipeline locking) in the Medialive user guide.
103
105
  * @public
104
106
  */
105
107
  OutputLockingMode?: GlobalConfigurationOutputLockingMode | undefined;
@@ -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 {}
@@ -120,6 +120,7 @@ import {
120
120
  VideoDescription,
121
121
  } from "./models_1";
122
122
  export declare const GlobalConfigurationOutputLockingMode: {
123
+ readonly DISABLED: "DISABLED";
123
124
  readonly EPOCH_LOCKING: "EPOCH_LOCKING";
124
125
  readonly PIPELINE_LOCKING: "PIPELINE_LOCKING";
125
126
  };
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.758.0",
4
+ "version": "3.766.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",