@aws-sdk/client-medialive 3.901.0 → 3.903.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
@@ -7283,7 +7283,16 @@ var se_MediaPackageV2DestinationSettings = /* @__PURE__ */ __name((input, contex
7283
7283
  }, "se_MediaPackageV2DestinationSettings");
7284
7284
  var se_MediaPackageV2GroupSettings = /* @__PURE__ */ __name((input, context) => {
7285
7285
  return (0, import_smithy_client.take)(input, {
7286
- captionLanguageMappings: [, (_) => se___listOfCaptionLanguageMapping(_, context), `CaptionLanguageMappings`]
7286
+ captionLanguageMappings: [, (_) => se___listOfCaptionLanguageMapping(_, context), `CaptionLanguageMappings`],
7287
+ id3Behavior: [, , `Id3Behavior`],
7288
+ klvBehavior: [, , `KlvBehavior`],
7289
+ nielsenId3Behavior: [, , `NielsenId3Behavior`],
7290
+ scte35Type: [, , `Scte35Type`],
7291
+ segmentLength: [, , `SegmentLength`],
7292
+ segmentLengthUnits: [, , `SegmentLengthUnits`],
7293
+ timedMetadataId3Frame: [, , `TimedMetadataId3Frame`],
7294
+ timedMetadataId3Period: [, , `TimedMetadataId3Period`],
7295
+ timedMetadataPassthrough: [, , `TimedMetadataPassthrough`]
7287
7296
  });
7288
7297
  }, "se_MediaPackageV2GroupSettings");
7289
7298
  var se_MotionGraphicsActivateScheduleActionSettings = /* @__PURE__ */ __name((input, context) => {
@@ -10016,7 +10025,16 @@ var de_MediaPackageV2DestinationSettings = /* @__PURE__ */ __name((output, conte
10016
10025
  }, "de_MediaPackageV2DestinationSettings");
10017
10026
  var de_MediaPackageV2GroupSettings = /* @__PURE__ */ __name((output, context) => {
10018
10027
  return (0, import_smithy_client.take)(output, {
10019
- CaptionLanguageMappings: [, (_) => de___listOfCaptionLanguageMapping(_, context), `captionLanguageMappings`]
10028
+ CaptionLanguageMappings: [, (_) => de___listOfCaptionLanguageMapping(_, context), `captionLanguageMappings`],
10029
+ Id3Behavior: [, import_smithy_client.expectString, `id3Behavior`],
10030
+ KlvBehavior: [, import_smithy_client.expectString, `klvBehavior`],
10031
+ NielsenId3Behavior: [, import_smithy_client.expectString, `nielsenId3Behavior`],
10032
+ Scte35Type: [, import_smithy_client.expectString, `scte35Type`],
10033
+ SegmentLength: [, import_smithy_client.expectInt32, `segmentLength`],
10034
+ SegmentLengthUnits: [, import_smithy_client.expectString, `segmentLengthUnits`],
10035
+ TimedMetadataId3Frame: [, import_smithy_client.expectString, `timedMetadataId3Frame`],
10036
+ TimedMetadataId3Period: [, import_smithy_client.expectInt32, `timedMetadataId3Period`],
10037
+ TimedMetadataPassthrough: [, import_smithy_client.expectString, `timedMetadataPassthrough`]
10020
10038
  });
10021
10039
  }, "de_MediaPackageV2GroupSettings");
10022
10040
  var de_MediaResource = /* @__PURE__ */ __name((output, context) => {
@@ -5538,6 +5538,15 @@ const se_MediaPackageV2DestinationSettings = (input, context) => {
5538
5538
  const se_MediaPackageV2GroupSettings = (input, context) => {
5539
5539
  return take(input, {
5540
5540
  captionLanguageMappings: [, (_) => se___listOfCaptionLanguageMapping(_, context), `CaptionLanguageMappings`],
5541
+ id3Behavior: [, , `Id3Behavior`],
5542
+ klvBehavior: [, , `KlvBehavior`],
5543
+ nielsenId3Behavior: [, , `NielsenId3Behavior`],
5544
+ scte35Type: [, , `Scte35Type`],
5545
+ segmentLength: [, , `SegmentLength`],
5546
+ segmentLengthUnits: [, , `SegmentLengthUnits`],
5547
+ timedMetadataId3Frame: [, , `TimedMetadataId3Frame`],
5548
+ timedMetadataId3Period: [, , `TimedMetadataId3Period`],
5549
+ timedMetadataPassthrough: [, , `TimedMetadataPassthrough`],
5541
5550
  });
5542
5551
  };
5543
5552
  const se_MotionGraphicsActivateScheduleActionSettings = (input, context) => {
@@ -8411,6 +8420,15 @@ const de_MediaPackageV2DestinationSettings = (output, context) => {
8411
8420
  const de_MediaPackageV2GroupSettings = (output, context) => {
8412
8421
  return take(output, {
8413
8422
  CaptionLanguageMappings: [, (_) => de___listOfCaptionLanguageMapping(_, context), `captionLanguageMappings`],
8423
+ Id3Behavior: [, __expectString, `id3Behavior`],
8424
+ KlvBehavior: [, __expectString, `klvBehavior`],
8425
+ NielsenId3Behavior: [, __expectString, `nielsenId3Behavior`],
8426
+ Scte35Type: [, __expectString, `scte35Type`],
8427
+ SegmentLength: [, __expectInt32, `segmentLength`],
8428
+ SegmentLengthUnits: [, __expectString, `segmentLengthUnits`],
8429
+ TimedMetadataId3Frame: [, __expectString, `timedMetadataId3Frame`],
8430
+ TimedMetadataId3Period: [, __expectInt32, `timedMetadataId3Period`],
8431
+ TimedMetadataPassthrough: [, __expectString, `timedMetadataPassthrough`],
8414
8432
  });
8415
8433
  };
8416
8434
  const de_MediaResource = (output, context) => {
@@ -487,6 +487,15 @@ declare const CreateChannelCommand_base: {
487
487
  * LanguageDescription: "STRING_VALUE", // required
488
488
  * },
489
489
  * ],
490
+ * Id3Behavior: "DISABLED" || "ENABLED",
491
+ * KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
492
+ * NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
493
+ * Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
494
+ * SegmentLength: Number("int"),
495
+ * SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
496
+ * TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
497
+ * TimedMetadataId3Period: Number("int"),
498
+ * TimedMetadataPassthrough: "DISABLED" || "ENABLED",
490
499
  * },
491
500
  * },
492
501
  * MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -1733,6 +1742,15 @@ declare const CreateChannelCommand_base: {
1733
1742
  * // LanguageDescription: "STRING_VALUE", // required
1734
1743
  * // },
1735
1744
  * // ],
1745
+ * // Id3Behavior: "DISABLED" || "ENABLED",
1746
+ * // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1747
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1748
+ * // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
1749
+ * // SegmentLength: Number("int"),
1750
+ * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
1751
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
1752
+ * // TimedMetadataId3Period: Number("int"),
1753
+ * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
1736
1754
  * // },
1737
1755
  * // },
1738
1756
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -498,6 +498,15 @@ declare const DeleteChannelCommand_base: {
498
498
  * // LanguageDescription: "STRING_VALUE", // required
499
499
  * // },
500
500
  * // ],
501
+ * // Id3Behavior: "DISABLED" || "ENABLED",
502
+ * // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
503
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
504
+ * // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
505
+ * // SegmentLength: Number("int"),
506
+ * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
507
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
508
+ * // TimedMetadataId3Period: Number("int"),
509
+ * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
501
510
  * // },
502
511
  * // },
503
512
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -498,6 +498,15 @@ declare const DescribeChannelCommand_base: {
498
498
  * // LanguageDescription: "STRING_VALUE", // required
499
499
  * // },
500
500
  * // ],
501
+ * // Id3Behavior: "DISABLED" || "ENABLED",
502
+ * // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
503
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
504
+ * // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
505
+ * // SegmentLength: Number("int"),
506
+ * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
507
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
508
+ * // TimedMetadataId3Period: Number("int"),
509
+ * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
501
510
  * // },
502
511
  * // },
503
512
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -501,6 +501,15 @@ declare const RestartChannelPipelinesCommand_base: {
501
501
  * // LanguageDescription: "STRING_VALUE", // required
502
502
  * // },
503
503
  * // ],
504
+ * // Id3Behavior: "DISABLED" || "ENABLED",
505
+ * // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
506
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
507
+ * // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
508
+ * // SegmentLength: Number("int"),
509
+ * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
510
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
511
+ * // TimedMetadataId3Period: Number("int"),
512
+ * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
504
513
  * // },
505
514
  * // },
506
515
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -498,6 +498,15 @@ declare const StartChannelCommand_base: {
498
498
  * // LanguageDescription: "STRING_VALUE", // required
499
499
  * // },
500
500
  * // ],
501
+ * // Id3Behavior: "DISABLED" || "ENABLED",
502
+ * // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
503
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
504
+ * // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
505
+ * // SegmentLength: Number("int"),
506
+ * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
507
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
508
+ * // TimedMetadataId3Period: Number("int"),
509
+ * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
501
510
  * // },
502
511
  * // },
503
512
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -498,6 +498,15 @@ declare const StopChannelCommand_base: {
498
498
  * // LanguageDescription: "STRING_VALUE", // required
499
499
  * // },
500
500
  * // ],
501
+ * // Id3Behavior: "DISABLED" || "ENABLED",
502
+ * // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
503
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
504
+ * // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
505
+ * // SegmentLength: Number("int"),
506
+ * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
507
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
508
+ * // TimedMetadataId3Period: Number("int"),
509
+ * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
501
510
  * // },
502
511
  * // },
503
512
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -534,6 +534,15 @@ declare const UpdateChannelClassCommand_base: {
534
534
  * // LanguageDescription: "STRING_VALUE", // required
535
535
  * // },
536
536
  * // ],
537
+ * // Id3Behavior: "DISABLED" || "ENABLED",
538
+ * // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
539
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
540
+ * // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
541
+ * // SegmentLength: Number("int"),
542
+ * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
543
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
544
+ * // TimedMetadataId3Period: Number("int"),
545
+ * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
537
546
  * // },
538
547
  * // },
539
548
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -487,6 +487,15 @@ declare const UpdateChannelCommand_base: {
487
487
  * LanguageDescription: "STRING_VALUE", // required
488
488
  * },
489
489
  * ],
490
+ * Id3Behavior: "DISABLED" || "ENABLED",
491
+ * KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
492
+ * NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
493
+ * Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
494
+ * SegmentLength: Number("int"),
495
+ * SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
496
+ * TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
497
+ * TimedMetadataId3Period: Number("int"),
498
+ * TimedMetadataPassthrough: "DISABLED" || "ENABLED",
490
499
  * },
491
500
  * },
492
501
  * MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -1724,6 +1733,15 @@ declare const UpdateChannelCommand_base: {
1724
1733
  * // LanguageDescription: "STRING_VALUE", // required
1725
1734
  * // },
1726
1735
  * // ],
1736
+ * // Id3Behavior: "DISABLED" || "ENABLED",
1737
+ * // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1738
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1739
+ * // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
1740
+ * // SegmentLength: Number("int"),
1741
+ * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
1742
+ * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
1743
+ * // TimedMetadataId3Period: Number("int"),
1744
+ * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
1727
1745
  * // },
1728
1746
  * // },
1729
1747
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
@@ -2934,12 +2934,12 @@ export interface VideoSelectorSettings {
2934
2934
  */
2935
2935
  export interface VideoSelector {
2936
2936
  /**
2937
- * Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video description's colorSpaceSettingsChoice to determine if any conversion will be performed.
2937
+ * Controls how MediaLive will use the color space metadata from the source. Typically, choose FOLLOW, which means to use the color space metadata without changing it. Or choose another value (a standard). In this case, the handling is controlled by the colorspaceUsage property.
2938
2938
  * @public
2939
2939
  */
2940
2940
  ColorSpace?: VideoSelectorColorSpace | undefined;
2941
2941
  /**
2942
- * Color space settings
2942
+ * Choose HDR10 only if the following situation applies. Firstly, you specified HDR10 in ColorSpace. Secondly, the attached input is for AWS Elemental Link. Thirdly, you plan to convert the content to another color space. You need to specify the color space metadata that is missing from the source sent from AWS Elemental Link.
2943
2943
  * @public
2944
2944
  */
2945
2945
  ColorSpaceSettings?: VideoSelectorColorSpaceSettings | undefined;
@@ -355,7 +355,7 @@ export interface ArchiveContainerSettings {
355
355
  */
356
356
  export interface ArchiveOutputSettings {
357
357
  /**
358
- * Settings specific to the container type of the file.
358
+ * Container for this output. Can be auto-detected from extension field.
359
359
  * @public
360
360
  */
361
361
  ContainerSettings: ArchiveContainerSettings | undefined;
@@ -2236,6 +2236,51 @@ export interface MediaPackageV2GroupSettings {
2236
2236
  * @public
2237
2237
  */
2238
2238
  CaptionLanguageMappings?: CaptionLanguageMapping[] | undefined;
2239
+ /**
2240
+ * Set to ENABLED to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group, or you add an ID3 action to the channel schedule.
2241
+ * @public
2242
+ */
2243
+ Id3Behavior?: CmafId3Behavior | undefined;
2244
+ /**
2245
+ * If set to passthrough, passes any KLV data from the input source to this output.
2246
+ * @public
2247
+ */
2248
+ KlvBehavior?: CmafKLVBehavior | undefined;
2249
+ /**
2250
+ * If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
2251
+ * @public
2252
+ */
2253
+ NielsenId3Behavior?: CmafNielsenId3Behavior | undefined;
2254
+ /**
2255
+ * Type of scte35 track to add. none or scte35WithoutSegmentation
2256
+ * @public
2257
+ */
2258
+ Scte35Type?: Scte35Type | undefined;
2259
+ /**
2260
+ * The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
2261
+ * @public
2262
+ */
2263
+ SegmentLength?: number | undefined;
2264
+ /**
2265
+ * Time unit for segment length parameter.
2266
+ * @public
2267
+ */
2268
+ SegmentLengthUnits?: CmafIngestSegmentLengthUnits | undefined;
2269
+ /**
2270
+ * Set to none if you don't want to insert a timecode in the output. Otherwise choose the frame type for the timecode.
2271
+ * @public
2272
+ */
2273
+ TimedMetadataId3Frame?: CmafTimedMetadataId3Frame | undefined;
2274
+ /**
2275
+ * If you set up to insert a timecode in the output, specify the frequency for the frame, in seconds.
2276
+ * @public
2277
+ */
2278
+ TimedMetadataId3Period?: number | undefined;
2279
+ /**
2280
+ * Set to enabled to pass through ID3 metadata from the input sources.
2281
+ * @public
2282
+ */
2283
+ TimedMetadataPassthrough?: CmafTimedMetadataPassthrough | undefined;
2239
2284
  }
2240
2285
  /**
2241
2286
  * Media Package Group Settings
@@ -4302,7 +4347,7 @@ export interface Av1Settings {
4302
4347
  */
4303
4348
  BufSize?: number | undefined;
4304
4349
  /**
4305
- * Color Space settings
4350
+ * Specify the type of color space to apply or choose to pass through. The default is to pass through the color space that is in the source.
4306
4351
  * @public
4307
4352
  */
4308
4353
  ColorSpaceSettings?: Av1ColorSpaceSettings | undefined;
@@ -4906,7 +4951,7 @@ export interface H264Settings {
4906
4951
  */
4907
4952
  ColorMetadata?: H264ColorMetadata | undefined;
4908
4953
  /**
4909
- * Color Space settings
4954
+ * Specify the type of color space to apply or choose to pass through. The default is to pass through the color space that is in the source.
4910
4955
  * @public
4911
4956
  */
4912
4957
  ColorSpaceSettings?: H264ColorSpaceSettings | undefined;
@@ -5485,7 +5530,7 @@ export interface H265Settings {
5485
5530
  */
5486
5531
  ColorMetadata?: H265ColorMetadata | undefined;
5487
5532
  /**
5488
- * Color Space settings
5533
+ * Specify the type of color space to apply or choose to pass through. The default is to pass through the color space that is in the source.
5489
5534
  * @public
5490
5535
  */
5491
5536
  ColorSpaceSettings?: H265ColorSpaceSettings | undefined;
@@ -706,6 +706,15 @@ export interface HlsGroupSettings {
706
706
  }
707
707
  export interface MediaPackageV2GroupSettings {
708
708
  CaptionLanguageMappings?: CaptionLanguageMapping[] | undefined;
709
+ Id3Behavior?: CmafId3Behavior | undefined;
710
+ KlvBehavior?: CmafKLVBehavior | undefined;
711
+ NielsenId3Behavior?: CmafNielsenId3Behavior | undefined;
712
+ Scte35Type?: Scte35Type | undefined;
713
+ SegmentLength?: number | undefined;
714
+ SegmentLengthUnits?: CmafIngestSegmentLengthUnits | undefined;
715
+ TimedMetadataId3Frame?: CmafTimedMetadataId3Frame | undefined;
716
+ TimedMetadataId3Period?: number | undefined;
717
+ TimedMetadataPassthrough?: CmafTimedMetadataPassthrough | undefined;
709
718
  }
710
719
  export interface MediaPackageGroupSettings {
711
720
  Destination: OutputLocationRef | 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.901.0",
4
+ "version": "3.903.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",