@aws-sdk/client-medialive 3.873.0 → 3.874.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
@@ -66,6 +66,7 @@ __export(index_exports, {
66
66
  BlackoutSlateState: () => BlackoutSlateState,
67
67
  BurnInAlignment: () => BurnInAlignment,
68
68
  BurnInBackgroundColor: () => BurnInBackgroundColor,
69
+ BurnInDestinationSubtitleRows: () => BurnInDestinationSubtitleRows,
69
70
  BurnInFontColor: () => BurnInFontColor,
70
71
  BurnInOutlineColor: () => BurnInOutlineColor,
71
72
  BurnInShadowColor: () => BurnInShadowColor,
@@ -158,6 +159,7 @@ __export(index_exports, {
158
159
  DvbSubDestinationFontColor: () => DvbSubDestinationFontColor,
159
160
  DvbSubDestinationOutlineColor: () => DvbSubDestinationOutlineColor,
160
161
  DvbSubDestinationShadowColor: () => DvbSubDestinationShadowColor,
162
+ DvbSubDestinationSubtitleRows: () => DvbSubDestinationSubtitleRows,
161
163
  DvbSubDestinationTeletextGridControl: () => DvbSubDestinationTeletextGridControl,
162
164
  DvbSubOcrLanguage: () => DvbSubOcrLanguage,
163
165
  Eac3AtmosCodingMode: () => Eac3AtmosCodingMode,
@@ -715,6 +717,14 @@ var MediaLiveServiceException = class _MediaLiveServiceException extends import_
715
717
  };
716
718
 
717
719
  // src/models/models_1.ts
720
+ var M2tsPcrControl = {
721
+ CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
722
+ PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET"
723
+ };
724
+ var M2tsRateMode = {
725
+ CBR: "CBR",
726
+ VBR: "VBR"
727
+ };
718
728
  var M2tsScte35Control = {
719
729
  NONE: "NONE",
720
730
  PASSTHROUGH: "PASSTHROUGH"
@@ -6302,6 +6312,7 @@ var se_BurnInDestinationSettings = /* @__PURE__ */ __name((input, context) => {
6302
6312
  shadowOpacity: [, , `ShadowOpacity`],
6303
6313
  shadowXOffset: [, , `ShadowXOffset`],
6304
6314
  shadowYOffset: [, , `ShadowYOffset`],
6315
+ subtitleRows: [, , `SubtitleRows`],
6305
6316
  teletextGridControl: [, , `TeletextGridControl`],
6306
6317
  xPosition: [, , `XPosition`],
6307
6318
  yPosition: [, , `YPosition`]
@@ -6470,6 +6481,7 @@ var se_DvbSubDestinationSettings = /* @__PURE__ */ __name((input, context) => {
6470
6481
  shadowOpacity: [, , `ShadowOpacity`],
6471
6482
  shadowXOffset: [, , `ShadowXOffset`],
6472
6483
  shadowYOffset: [, , `ShadowYOffset`],
6484
+ subtitleRows: [, , `SubtitleRows`],
6473
6485
  teletextGridControl: [, , `TeletextGridControl`],
6474
6486
  xPosition: [, , `XPosition`],
6475
6487
  yPosition: [, , `YPosition`]
@@ -8757,6 +8769,7 @@ var de_BurnInDestinationSettings = /* @__PURE__ */ __name((output, context) => {
8757
8769
  ShadowOpacity: [, import_smithy_client.expectInt32, `shadowOpacity`],
8758
8770
  ShadowXOffset: [, import_smithy_client.expectInt32, `shadowXOffset`],
8759
8771
  ShadowYOffset: [, import_smithy_client.expectInt32, `shadowYOffset`],
8772
+ SubtitleRows: [, import_smithy_client.expectString, `subtitleRows`],
8760
8773
  TeletextGridControl: [, import_smithy_client.expectString, `teletextGridControl`],
8761
8774
  XPosition: [, import_smithy_client.expectInt32, `xPosition`],
8762
8775
  YPosition: [, import_smithy_client.expectInt32, `yPosition`]
@@ -9065,6 +9078,7 @@ var de_DvbSubDestinationSettings = /* @__PURE__ */ __name((output, context) => {
9065
9078
  ShadowOpacity: [, import_smithy_client.expectInt32, `shadowOpacity`],
9066
9079
  ShadowXOffset: [, import_smithy_client.expectInt32, `shadowXOffset`],
9067
9080
  ShadowYOffset: [, import_smithy_client.expectInt32, `shadowYOffset`],
9081
+ SubtitleRows: [, import_smithy_client.expectString, `subtitleRows`],
9068
9082
  TeletextGridControl: [, import_smithy_client.expectString, `teletextGridControl`],
9069
9083
  XPosition: [, import_smithy_client.expectInt32, `xPosition`],
9070
9084
  YPosition: [, import_smithy_client.expectInt32, `yPosition`]
@@ -14450,6 +14464,11 @@ var BurnInShadowColor = {
14450
14464
  NONE: "NONE",
14451
14465
  WHITE: "WHITE"
14452
14466
  };
14467
+ var BurnInDestinationSubtitleRows = {
14468
+ ROWS_16: "ROWS_16",
14469
+ ROWS_20: "ROWS_20",
14470
+ ROWS_24: "ROWS_24"
14471
+ };
14453
14472
  var BurnInTeletextGridControl = {
14454
14473
  FIXED: "FIXED",
14455
14474
  SCALED: "SCALED"
@@ -14485,6 +14504,11 @@ var DvbSubDestinationShadowColor = {
14485
14504
  NONE: "NONE",
14486
14505
  WHITE: "WHITE"
14487
14506
  };
14507
+ var DvbSubDestinationSubtitleRows = {
14508
+ ROWS_16: "ROWS_16",
14509
+ ROWS_20: "ROWS_20",
14510
+ ROWS_24: "ROWS_24"
14511
+ };
14488
14512
  var DvbSubDestinationTeletextGridControl = {
14489
14513
  FIXED: "FIXED",
14490
14514
  SCALED: "SCALED"
@@ -14976,14 +15000,6 @@ var M2tsNielsenId3Behavior = {
14976
15000
  NO_PASSTHROUGH: "NO_PASSTHROUGH",
14977
15001
  PASSTHROUGH: "PASSTHROUGH"
14978
15002
  };
14979
- var M2tsPcrControl = {
14980
- CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
14981
- PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET"
14982
- };
14983
- var M2tsRateMode = {
14984
- CBR: "CBR",
14985
- VBR: "VBR"
14986
- };
14987
15003
  // Annotate the CommonJS export names for ESM import in node:
14988
15004
 
14989
15005
  0 && (module.exports = {
@@ -15227,12 +15243,14 @@ var M2tsRateMode = {
15227
15243
  BurnInFontColor,
15228
15244
  BurnInOutlineColor,
15229
15245
  BurnInShadowColor,
15246
+ BurnInDestinationSubtitleRows,
15230
15247
  BurnInTeletextGridControl,
15231
15248
  DvbSubDestinationAlignment,
15232
15249
  DvbSubDestinationBackgroundColor,
15233
15250
  DvbSubDestinationFontColor,
15234
15251
  DvbSubDestinationOutlineColor,
15235
15252
  DvbSubDestinationShadowColor,
15253
+ DvbSubDestinationSubtitleRows,
15236
15254
  DvbSubDestinationTeletextGridControl,
15237
15255
  EbuTtDFillLineGapControl,
15238
15256
  EbuTtDDestinationStyleControl,
@@ -293,6 +293,11 @@ export const BurnInShadowColor = {
293
293
  NONE: "NONE",
294
294
  WHITE: "WHITE",
295
295
  };
296
+ export const BurnInDestinationSubtitleRows = {
297
+ ROWS_16: "ROWS_16",
298
+ ROWS_20: "ROWS_20",
299
+ ROWS_24: "ROWS_24",
300
+ };
296
301
  export const BurnInTeletextGridControl = {
297
302
  FIXED: "FIXED",
298
303
  SCALED: "SCALED",
@@ -328,6 +333,11 @@ export const DvbSubDestinationShadowColor = {
328
333
  NONE: "NONE",
329
334
  WHITE: "WHITE",
330
335
  };
336
+ export const DvbSubDestinationSubtitleRows = {
337
+ ROWS_16: "ROWS_16",
338
+ ROWS_20: "ROWS_20",
339
+ ROWS_24: "ROWS_24",
340
+ };
331
341
  export const DvbSubDestinationTeletextGridControl = {
332
342
  FIXED: "FIXED",
333
343
  SCALED: "SCALED",
@@ -819,11 +829,3 @@ export const M2tsNielsenId3Behavior = {
819
829
  NO_PASSTHROUGH: "NO_PASSTHROUGH",
820
830
  PASSTHROUGH: "PASSTHROUGH",
821
831
  };
822
- export const M2tsPcrControl = {
823
- CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
824
- PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET",
825
- };
826
- export const M2tsRateMode = {
827
- CBR: "CBR",
828
- VBR: "VBR",
829
- };
@@ -1,4 +1,12 @@
1
1
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
2
+ export const M2tsPcrControl = {
3
+ CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
4
+ PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET",
5
+ };
6
+ export const M2tsRateMode = {
7
+ CBR: "CBR",
8
+ VBR: "VBR",
9
+ };
2
10
  export const M2tsScte35Control = {
3
11
  NONE: "NONE",
4
12
  PASSTHROUGH: "PASSTHROUGH",
@@ -4588,6 +4588,7 @@ const se_BurnInDestinationSettings = (input, context) => {
4588
4588
  shadowOpacity: [, , `ShadowOpacity`],
4589
4589
  shadowXOffset: [, , `ShadowXOffset`],
4590
4590
  shadowYOffset: [, , `ShadowYOffset`],
4591
+ subtitleRows: [, , `SubtitleRows`],
4591
4592
  teletextGridControl: [, , `TeletextGridControl`],
4592
4593
  xPosition: [, , `XPosition`],
4593
4594
  yPosition: [, , `YPosition`],
@@ -4756,6 +4757,7 @@ const se_DvbSubDestinationSettings = (input, context) => {
4756
4757
  shadowOpacity: [, , `ShadowOpacity`],
4757
4758
  shadowXOffset: [, , `ShadowXOffset`],
4758
4759
  shadowYOffset: [, , `ShadowYOffset`],
4760
+ subtitleRows: [, , `SubtitleRows`],
4759
4761
  teletextGridControl: [, , `TeletextGridControl`],
4760
4762
  xPosition: [, , `XPosition`],
4761
4763
  yPosition: [, , `YPosition`],
@@ -7183,6 +7185,7 @@ const de_BurnInDestinationSettings = (output, context) => {
7183
7185
  ShadowOpacity: [, __expectInt32, `shadowOpacity`],
7184
7186
  ShadowXOffset: [, __expectInt32, `shadowXOffset`],
7185
7187
  ShadowYOffset: [, __expectInt32, `shadowYOffset`],
7188
+ SubtitleRows: [, __expectString, `subtitleRows`],
7186
7189
  TeletextGridControl: [, __expectString, `teletextGridControl`],
7187
7190
  XPosition: [, __expectInt32, `xPosition`],
7188
7191
  YPosition: [, __expectInt32, `yPosition`],
@@ -7491,6 +7494,7 @@ const de_DvbSubDestinationSettings = (output, context) => {
7491
7494
  ShadowOpacity: [, __expectInt32, `shadowOpacity`],
7492
7495
  ShadowXOffset: [, __expectInt32, `shadowXOffset`],
7493
7496
  ShadowYOffset: [, __expectInt32, `shadowYOffset`],
7497
+ SubtitleRows: [, __expectString, `subtitleRows`],
7494
7498
  TeletextGridControl: [, __expectString, `teletextGridControl`],
7495
7499
  XPosition: [, __expectInt32, `xPosition`],
7496
7500
  YPosition: [, __expectInt32, `yPosition`],
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { BatchStopRequest, BatchStopResponse } from "../models/models_1";
4
+ import { BatchStopRequest, BatchStopResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -263,6 +263,7 @@ declare const CreateChannelCommand_base: {
263
263
  * TeletextGridControl: "FIXED" || "SCALED",
264
264
  * XPosition: Number("int"),
265
265
  * YPosition: Number("int"),
266
+ * SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
266
267
  * },
267
268
  * DvbSubDestinationSettings: { // DvbSubDestinationSettings
268
269
  * Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -286,6 +287,7 @@ declare const CreateChannelCommand_base: {
286
287
  * TeletextGridControl: "FIXED" || "SCALED",
287
288
  * XPosition: Number("int"),
288
289
  * YPosition: Number("int"),
290
+ * SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
289
291
  * },
290
292
  * EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
291
293
  * CopyrightHolder: "STRING_VALUE",
@@ -1485,6 +1487,7 @@ declare const CreateChannelCommand_base: {
1485
1487
  * // TeletextGridControl: "FIXED" || "SCALED",
1486
1488
  * // XPosition: Number("int"),
1487
1489
  * // YPosition: Number("int"),
1490
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
1488
1491
  * // },
1489
1492
  * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
1490
1493
  * // Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -1508,6 +1511,7 @@ declare const CreateChannelCommand_base: {
1508
1511
  * // TeletextGridControl: "FIXED" || "SCALED",
1509
1512
  * // XPosition: Number("int"),
1510
1513
  * // YPosition: Number("int"),
1514
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
1511
1515
  * // },
1512
1516
  * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
1513
1517
  * // CopyrightHolder: "STRING_VALUE",
@@ -274,6 +274,7 @@ declare const DeleteChannelCommand_base: {
274
274
  * // TeletextGridControl: "FIXED" || "SCALED",
275
275
  * // XPosition: Number("int"),
276
276
  * // YPosition: Number("int"),
277
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
277
278
  * // },
278
279
  * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
279
280
  * // Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -297,6 +298,7 @@ declare const DeleteChannelCommand_base: {
297
298
  * // TeletextGridControl: "FIXED" || "SCALED",
298
299
  * // XPosition: Number("int"),
299
300
  * // YPosition: Number("int"),
301
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
300
302
  * // },
301
303
  * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
302
304
  * // CopyrightHolder: "STRING_VALUE",
@@ -274,6 +274,7 @@ declare const DescribeChannelCommand_base: {
274
274
  * // TeletextGridControl: "FIXED" || "SCALED",
275
275
  * // XPosition: Number("int"),
276
276
  * // YPosition: Number("int"),
277
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
277
278
  * // },
278
279
  * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
279
280
  * // Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -297,6 +298,7 @@ declare const DescribeChannelCommand_base: {
297
298
  * // TeletextGridControl: "FIXED" || "SCALED",
298
299
  * // XPosition: Number("int"),
299
300
  * // YPosition: Number("int"),
301
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
300
302
  * // },
301
303
  * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
302
304
  * // CopyrightHolder: "STRING_VALUE",
@@ -277,6 +277,7 @@ declare const RestartChannelPipelinesCommand_base: {
277
277
  * // TeletextGridControl: "FIXED" || "SCALED",
278
278
  * // XPosition: Number("int"),
279
279
  * // YPosition: Number("int"),
280
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
280
281
  * // },
281
282
  * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
282
283
  * // Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -300,6 +301,7 @@ declare const RestartChannelPipelinesCommand_base: {
300
301
  * // TeletextGridControl: "FIXED" || "SCALED",
301
302
  * // XPosition: Number("int"),
302
303
  * // YPosition: Number("int"),
304
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
303
305
  * // },
304
306
  * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
305
307
  * // CopyrightHolder: "STRING_VALUE",
@@ -274,6 +274,7 @@ declare const StartChannelCommand_base: {
274
274
  * // TeletextGridControl: "FIXED" || "SCALED",
275
275
  * // XPosition: Number("int"),
276
276
  * // YPosition: Number("int"),
277
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
277
278
  * // },
278
279
  * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
279
280
  * // Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -297,6 +298,7 @@ declare const StartChannelCommand_base: {
297
298
  * // TeletextGridControl: "FIXED" || "SCALED",
298
299
  * // XPosition: Number("int"),
299
300
  * // YPosition: Number("int"),
301
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
300
302
  * // },
301
303
  * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
302
304
  * // CopyrightHolder: "STRING_VALUE",
@@ -274,6 +274,7 @@ declare const StopChannelCommand_base: {
274
274
  * // TeletextGridControl: "FIXED" || "SCALED",
275
275
  * // XPosition: Number("int"),
276
276
  * // YPosition: Number("int"),
277
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
277
278
  * // },
278
279
  * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
279
280
  * // Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -297,6 +298,7 @@ declare const StopChannelCommand_base: {
297
298
  * // TeletextGridControl: "FIXED" || "SCALED",
298
299
  * // XPosition: Number("int"),
299
300
  * // YPosition: Number("int"),
301
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
300
302
  * // },
301
303
  * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
302
304
  * // CopyrightHolder: "STRING_VALUE",
@@ -310,6 +310,7 @@ declare const UpdateChannelClassCommand_base: {
310
310
  * // TeletextGridControl: "FIXED" || "SCALED",
311
311
  * // XPosition: Number("int"),
312
312
  * // YPosition: Number("int"),
313
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
313
314
  * // },
314
315
  * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
315
316
  * // Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -333,6 +334,7 @@ declare const UpdateChannelClassCommand_base: {
333
334
  * // TeletextGridControl: "FIXED" || "SCALED",
334
335
  * // XPosition: Number("int"),
335
336
  * // YPosition: Number("int"),
337
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
336
338
  * // },
337
339
  * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
338
340
  * // CopyrightHolder: "STRING_VALUE",
@@ -263,6 +263,7 @@ declare const UpdateChannelCommand_base: {
263
263
  * TeletextGridControl: "FIXED" || "SCALED",
264
264
  * XPosition: Number("int"),
265
265
  * YPosition: Number("int"),
266
+ * SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
266
267
  * },
267
268
  * DvbSubDestinationSettings: { // DvbSubDestinationSettings
268
269
  * Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -286,6 +287,7 @@ declare const UpdateChannelCommand_base: {
286
287
  * TeletextGridControl: "FIXED" || "SCALED",
287
288
  * XPosition: Number("int"),
288
289
  * YPosition: Number("int"),
290
+ * SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
289
291
  * },
290
292
  * EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
291
293
  * CopyrightHolder: "STRING_VALUE",
@@ -1476,6 +1478,7 @@ declare const UpdateChannelCommand_base: {
1476
1478
  * // TeletextGridControl: "FIXED" || "SCALED",
1477
1479
  * // XPosition: Number("int"),
1478
1480
  * // YPosition: Number("int"),
1481
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
1479
1482
  * // },
1480
1483
  * // DvbSubDestinationSettings: { // DvbSubDestinationSettings
1481
1484
  * // Alignment: "CENTERED" || "LEFT" || "SMART",
@@ -1499,6 +1502,7 @@ declare const UpdateChannelCommand_base: {
1499
1502
  * // TeletextGridControl: "FIXED" || "SCALED",
1500
1503
  * // XPosition: Number("int"),
1501
1504
  * // YPosition: Number("int"),
1505
+ * // SubtitleRows: "ROWS_16" || "ROWS_20" || "ROWS_24",
1502
1506
  * // },
1503
1507
  * // EbuTtDDestinationSettings: { // EbuTtDDestinationSettings
1504
1508
  * // CopyrightHolder: "STRING_VALUE",
@@ -1481,6 +1481,19 @@ export declare const BurnInShadowColor: {
1481
1481
  * @public
1482
1482
  */
1483
1483
  export type BurnInShadowColor = (typeof BurnInShadowColor)[keyof typeof BurnInShadowColor];
1484
+ /**
1485
+ * @public
1486
+ * @enum
1487
+ */
1488
+ export declare const BurnInDestinationSubtitleRows: {
1489
+ readonly ROWS_16: "ROWS_16";
1490
+ readonly ROWS_20: "ROWS_20";
1491
+ readonly ROWS_24: "ROWS_24";
1492
+ };
1493
+ /**
1494
+ * @public
1495
+ */
1496
+ export type BurnInDestinationSubtitleRows = (typeof BurnInDestinationSubtitleRows)[keyof typeof BurnInDestinationSubtitleRows];
1484
1497
  /**
1485
1498
  * @public
1486
1499
  * @enum
@@ -1583,6 +1596,11 @@ export interface BurnInDestinationSettings {
1583
1596
  * @public
1584
1597
  */
1585
1598
  YPosition?: number | undefined;
1599
+ /**
1600
+ * Applies only when the input captions are Teletext and the output captions are DVB-Sub or Burn-In. Choose the number of lines for the captions bitmap. The captions bitmap is 700 wide × 576 high and will be laid over the video. For example, a value of 16 divides the bitmap into 16 lines, with each line 36 pixels high (16 × 36 = 576). The default is 24 (24 pixels high). Enter the same number in every encode in every output that converts the same Teletext source to DVB-Sub or Burn-in.
1601
+ * @public
1602
+ */
1603
+ SubtitleRows?: BurnInDestinationSubtitleRows | undefined;
1586
1604
  }
1587
1605
  /**
1588
1606
  * @public
@@ -1655,6 +1673,19 @@ export declare const DvbSubDestinationShadowColor: {
1655
1673
  * @public
1656
1674
  */
1657
1675
  export type DvbSubDestinationShadowColor = (typeof DvbSubDestinationShadowColor)[keyof typeof DvbSubDestinationShadowColor];
1676
+ /**
1677
+ * @public
1678
+ * @enum
1679
+ */
1680
+ export declare const DvbSubDestinationSubtitleRows: {
1681
+ readonly ROWS_16: "ROWS_16";
1682
+ readonly ROWS_20: "ROWS_20";
1683
+ readonly ROWS_24: "ROWS_24";
1684
+ };
1685
+ /**
1686
+ * @public
1687
+ */
1688
+ export type DvbSubDestinationSubtitleRows = (typeof DvbSubDestinationSubtitleRows)[keyof typeof DvbSubDestinationSubtitleRows];
1658
1689
  /**
1659
1690
  * @public
1660
1691
  * @enum
@@ -1757,6 +1788,11 @@ export interface DvbSubDestinationSettings {
1757
1788
  * @public
1758
1789
  */
1759
1790
  YPosition?: number | undefined;
1791
+ /**
1792
+ * Applies only when the input captions are Teletext and the output captions are DVB-Sub or Burn-In. Choose the number of lines for the captions bitmap. The captions bitmap is 700 wide × 576 high and will be laid over the video. For example, a value of 16 divides the bitmap into 16 lines, with each line 36 pixels high (16 × 36 = 576). The default is 24 (24 pixels high). Enter the same number in every encode in every output that converts the same Teletext source to DVB-Sub or Burn-in.
1793
+ * @public
1794
+ */
1795
+ SubtitleRows?: DvbSubDestinationSubtitleRows | undefined;
1760
1796
  }
1761
1797
  /**
1762
1798
  * @public
@@ -5903,27 +5939,3 @@ export declare const M2tsNielsenId3Behavior: {
5903
5939
  * @public
5904
5940
  */
5905
5941
  export type M2tsNielsenId3Behavior = (typeof M2tsNielsenId3Behavior)[keyof typeof M2tsNielsenId3Behavior];
5906
- /**
5907
- * @public
5908
- * @enum
5909
- */
5910
- export declare const M2tsPcrControl: {
5911
- readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
5912
- readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
5913
- };
5914
- /**
5915
- * @public
5916
- */
5917
- export type M2tsPcrControl = (typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
5918
- /**
5919
- * @public
5920
- * @enum
5921
- */
5922
- export declare const M2tsRateMode: {
5923
- readonly CBR: "CBR";
5924
- readonly VBR: "VBR";
5925
- };
5926
- /**
5927
- * @public
5928
- */
5929
- export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
@@ -1,6 +1,30 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
3
- import { AdditionalDestinations, Algorithm, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionLanguageMapping, ChannelEngineVersionResponse, CmafIngestCaptionLanguageMapping, DvbNitSettings, DvbSdtSettings, DvbTdtSettings, Hdr10Settings, HlsAdMarkers, InputLocation, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, OfferingDurationUnits, OfferingType, OutputLocationRef, ReservationResourceSpecification } from "./models_0";
3
+ import { AdditionalDestinations, Algorithm, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionLanguageMapping, ChannelEngineVersionResponse, CmafIngestCaptionLanguageMapping, DvbNitSettings, DvbSdtSettings, DvbTdtSettings, Hdr10Settings, HlsAdMarkers, InputLocation, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, OfferingDurationUnits, OfferingType, OutputLocationRef, ReservationResourceSpecification } from "./models_0";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const M2tsPcrControl: {
9
+ readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
10
+ readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type M2tsPcrControl = (typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
16
+ /**
17
+ * @public
18
+ * @enum
19
+ */
20
+ export declare const M2tsRateMode: {
21
+ readonly CBR: "CBR";
22
+ readonly VBR: "VBR";
23
+ };
24
+ /**
25
+ * @public
26
+ */
27
+ export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
4
28
  /**
5
29
  * @public
6
30
  * @enum
@@ -6394,35 +6418,3 @@ export interface BatchStartResponse {
6394
6418
  */
6395
6419
  Successful?: BatchSuccessfulResultModel[] | undefined;
6396
6420
  }
6397
- /**
6398
- * A request to stop resources
6399
- * @public
6400
- */
6401
- export interface BatchStopRequest {
6402
- /**
6403
- * List of channel IDs
6404
- * @public
6405
- */
6406
- ChannelIds?: string[] | undefined;
6407
- /**
6408
- * List of multiplex IDs
6409
- * @public
6410
- */
6411
- MultiplexIds?: string[] | undefined;
6412
- }
6413
- /**
6414
- * Placeholder documentation for BatchStopResponse
6415
- * @public
6416
- */
6417
- export interface BatchStopResponse {
6418
- /**
6419
- * List of failed operations
6420
- * @public
6421
- */
6422
- Failed?: BatchFailedResultModel[] | undefined;
6423
- /**
6424
- * List of successful operations
6425
- * @public
6426
- */
6427
- Successful?: BatchSuccessfulResultModel[] | undefined;
6428
- }
@@ -1,6 +1,38 @@
1
1
  import { StreamingBlobTypes } from "@smithy/types";
2
- import { AudioDescription, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterNetworkSettings, ClusterState, ClusterType, ColorCorrection, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeNetworkSummary, DescribeNodeSummary, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputNetworkLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, NetworkState, NodeConnectionState, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, NodeRole, NodeState, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, Route, SdiSourceMapping, Smpte2110ReceiverGroupSettings, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
2
+ import { AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterNetworkSettings, ClusterState, ClusterType, ColorCorrection, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeNetworkSummary, DescribeNodeSummary, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputNetworkLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, NetworkState, NodeConnectionState, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, NodeRole, NodeState, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, Route, SdiSourceMapping, Smpte2110ReceiverGroupSettings, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
3
3
  import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration, BatchScheduleActionCreateRequest, BatchScheduleActionCreateResult, BatchScheduleActionDeleteRequest, BatchScheduleActionDeleteResult, OutputGroup, PipelineDetail, RenewalSettings, Reservation, ReservationState, RouteCreateRequest, RouteUpdateRequest, ScheduleAction, SdiSourceMode, SdiSourceState, SdiSourceSummary, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, SignalMapSummary, SrtCallerSourceRequest, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription } from "./models_1";
4
+ /**
5
+ * A request to stop resources
6
+ * @public
7
+ */
8
+ export interface BatchStopRequest {
9
+ /**
10
+ * List of channel IDs
11
+ * @public
12
+ */
13
+ ChannelIds?: string[] | undefined;
14
+ /**
15
+ * List of multiplex IDs
16
+ * @public
17
+ */
18
+ MultiplexIds?: string[] | undefined;
19
+ }
20
+ /**
21
+ * Placeholder documentation for BatchStopResponse
22
+ * @public
23
+ */
24
+ export interface BatchStopResponse {
25
+ /**
26
+ * List of failed operations
27
+ * @public
28
+ */
29
+ Failed?: BatchFailedResultModel[] | undefined;
30
+ /**
31
+ * List of successful operations
32
+ * @public
33
+ */
34
+ Successful?: BatchSuccessfulResultModel[] | undefined;
35
+ }
4
36
  /**
5
37
  * List of actions to create and list of actions to delete.
6
38
  * @public
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { BatchStopRequest, BatchStopResponse } from "../models/models_1";
8
+ import { BatchStopRequest, BatchStopResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface BatchStopCommandInput extends BatchStopRequest {}
@@ -555,6 +555,13 @@ export declare const BurnInShadowColor: {
555
555
  };
556
556
  export type BurnInShadowColor =
557
557
  (typeof BurnInShadowColor)[keyof typeof BurnInShadowColor];
558
+ export declare const BurnInDestinationSubtitleRows: {
559
+ readonly ROWS_16: "ROWS_16";
560
+ readonly ROWS_20: "ROWS_20";
561
+ readonly ROWS_24: "ROWS_24";
562
+ };
563
+ export type BurnInDestinationSubtitleRows =
564
+ (typeof BurnInDestinationSubtitleRows)[keyof typeof BurnInDestinationSubtitleRows];
558
565
  export declare const BurnInTeletextGridControl: {
559
566
  readonly FIXED: "FIXED";
560
567
  readonly SCALED: "SCALED";
@@ -579,6 +586,7 @@ export interface BurnInDestinationSettings {
579
586
  TeletextGridControl?: BurnInTeletextGridControl | undefined;
580
587
  XPosition?: number | undefined;
581
588
  YPosition?: number | undefined;
589
+ SubtitleRows?: BurnInDestinationSubtitleRows | undefined;
582
590
  }
583
591
  export declare const DvbSubDestinationAlignment: {
584
592
  readonly CENTERED: "CENTERED";
@@ -621,6 +629,13 @@ export declare const DvbSubDestinationShadowColor: {
621
629
  };
622
630
  export type DvbSubDestinationShadowColor =
623
631
  (typeof DvbSubDestinationShadowColor)[keyof typeof DvbSubDestinationShadowColor];
632
+ export declare const DvbSubDestinationSubtitleRows: {
633
+ readonly ROWS_16: "ROWS_16";
634
+ readonly ROWS_20: "ROWS_20";
635
+ readonly ROWS_24: "ROWS_24";
636
+ };
637
+ export type DvbSubDestinationSubtitleRows =
638
+ (typeof DvbSubDestinationSubtitleRows)[keyof typeof DvbSubDestinationSubtitleRows];
624
639
  export declare const DvbSubDestinationTeletextGridControl: {
625
640
  readonly FIXED: "FIXED";
626
641
  readonly SCALED: "SCALED";
@@ -645,6 +660,7 @@ export interface DvbSubDestinationSettings {
645
660
  TeletextGridControl?: DvbSubDestinationTeletextGridControl | undefined;
646
661
  XPosition?: number | undefined;
647
662
  YPosition?: number | undefined;
663
+ SubtitleRows?: DvbSubDestinationSubtitleRows | undefined;
648
664
  }
649
665
  export declare const EbuTtDFillLineGapControl: {
650
666
  readonly DISABLED: "DISABLED";
@@ -1968,14 +1984,3 @@ export declare const M2tsNielsenId3Behavior: {
1968
1984
  };
1969
1985
  export type M2tsNielsenId3Behavior =
1970
1986
  (typeof M2tsNielsenId3Behavior)[keyof typeof M2tsNielsenId3Behavior];
1971
- export declare const M2tsPcrControl: {
1972
- readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
1973
- readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
1974
- };
1975
- export type M2tsPcrControl =
1976
- (typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
1977
- export declare const M2tsRateMode: {
1978
- readonly CBR: "CBR";
1979
- readonly VBR: "VBR";
1980
- };
1981
- export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
@@ -27,13 +27,22 @@ import {
27
27
  M2tsEsRateInPes,
28
28
  M2tsKlv,
29
29
  M2tsNielsenId3Behavior,
30
- M2tsPcrControl,
31
- M2tsRateMode,
32
30
  OfferingDurationUnits,
33
31
  OfferingType,
34
32
  OutputLocationRef,
35
33
  ReservationResourceSpecification,
36
34
  } from "./models_0";
35
+ export declare const M2tsPcrControl: {
36
+ readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
37
+ readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
38
+ };
39
+ export type M2tsPcrControl =
40
+ (typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
41
+ export declare const M2tsRateMode: {
42
+ readonly CBR: "CBR";
43
+ readonly VBR: "VBR";
44
+ };
45
+ export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
37
46
  export declare const M2tsScte35Control: {
38
47
  readonly NONE: "NONE";
39
48
  readonly PASSTHROUGH: "PASSTHROUGH";
@@ -2094,11 +2103,3 @@ export interface BatchStartResponse {
2094
2103
  Failed?: BatchFailedResultModel[] | undefined;
2095
2104
  Successful?: BatchSuccessfulResultModel[] | undefined;
2096
2105
  }
2097
- export interface BatchStopRequest {
2098
- ChannelIds?: string[] | undefined;
2099
- MultiplexIds?: string[] | undefined;
2100
- }
2101
- export interface BatchStopResponse {
2102
- Failed?: BatchFailedResultModel[] | undefined;
2103
- Successful?: BatchSuccessfulResultModel[] | undefined;
2104
- }
@@ -1,6 +1,8 @@
1
1
  import { StreamingBlobTypes } from "@smithy/types";
2
2
  import {
3
3
  AudioDescription,
4
+ BatchFailedResultModel,
5
+ BatchSuccessfulResultModel,
4
6
  CaptionDescription,
5
7
  CdiInputSpecification,
6
8
  ChannelClass,
@@ -126,6 +128,14 @@ import {
126
128
  TransferringInputDeviceSummary,
127
129
  VideoDescription,
128
130
  } from "./models_1";
131
+ export interface BatchStopRequest {
132
+ ChannelIds?: string[] | undefined;
133
+ MultiplexIds?: string[] | undefined;
134
+ }
135
+ export interface BatchStopResponse {
136
+ Failed?: BatchFailedResultModel[] | undefined;
137
+ Successful?: BatchSuccessfulResultModel[] | undefined;
138
+ }
129
139
  export interface BatchUpdateScheduleRequest {
130
140
  ChannelId: string | undefined;
131
141
  Creates?: BatchScheduleActionCreateRequest | undefined;
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.873.0",
4
+ "version": "3.874.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",