@aws-sdk/client-medialive 3.886.0 → 3.887.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
@@ -244,9 +244,11 @@ __export(index_exports, {
244
244
  H265TreeblockSize: () => H265TreeblockSize,
245
245
  HlsAdMarkers: () => HlsAdMarkers,
246
246
  HlsAkamaiHttpTransferMode: () => HlsAkamaiHttpTransferMode,
247
+ HlsAutoSelect: () => HlsAutoSelect,
247
248
  HlsCaptionLanguageSetting: () => HlsCaptionLanguageSetting,
248
249
  HlsClientCache: () => HlsClientCache,
249
250
  HlsCodecSpecification: () => HlsCodecSpecification,
251
+ HlsDefault: () => HlsDefault,
250
252
  HlsDirectoryStructure: () => HlsDirectoryStructure,
251
253
  HlsDiscontinuityTags: () => HlsDiscontinuityTags,
252
254
  HlsEncryptionType: () => HlsEncryptionType,
@@ -787,6 +789,16 @@ var M3u8TimedMetadataBehavior = {
787
789
  NO_PASSTHROUGH: "NO_PASSTHROUGH",
788
790
  PASSTHROUGH: "PASSTHROUGH"
789
791
  };
792
+ var HlsAutoSelect = {
793
+ NO: "NO",
794
+ OMIT: "OMIT",
795
+ YES: "YES"
796
+ };
797
+ var HlsDefault = {
798
+ NO: "NO",
799
+ OMIT: "OMIT",
800
+ YES: "YES"
801
+ };
790
802
  var MsSmoothH265PackagingType = {
791
803
  HEV1: "HEV1",
792
804
  HVC1: "HVC1"
@@ -7225,7 +7237,8 @@ var se_MediaConnectFlowRequest = /* @__PURE__ */ __name((input, context) => {
7225
7237
  }, "se_MediaConnectFlowRequest");
7226
7238
  var se_MediaPackageGroupSettings = /* @__PURE__ */ __name((input, context) => {
7227
7239
  return (0, import_smithy_client.take)(input, {
7228
- destination: [, (_) => se_OutputLocationRef(_, context), `Destination`]
7240
+ destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
7241
+ mediapackageV2GroupSettings: [, (_) => se_MediaPackageV2GroupSettings(_, context), `MediapackageV2GroupSettings`]
7229
7242
  });
7230
7243
  }, "se_MediaPackageGroupSettings");
7231
7244
  var se_MediaPackageOutputDestinationSettings = /* @__PURE__ */ __name((input, context) => {
@@ -7235,6 +7248,28 @@ var se_MediaPackageOutputDestinationSettings = /* @__PURE__ */ __name((input, co
7235
7248
  channelName: [, , `ChannelName`]
7236
7249
  });
7237
7250
  }, "se_MediaPackageOutputDestinationSettings");
7251
+ var se_MediaPackageOutputSettings = /* @__PURE__ */ __name((input, context) => {
7252
+ return (0, import_smithy_client.take)(input, {
7253
+ mediaPackageV2DestinationSettings: [
7254
+ ,
7255
+ (_) => se_MediaPackageV2DestinationSettings(_, context),
7256
+ `MediaPackageV2DestinationSettings`
7257
+ ]
7258
+ });
7259
+ }, "se_MediaPackageOutputSettings");
7260
+ var se_MediaPackageV2DestinationSettings = /* @__PURE__ */ __name((input, context) => {
7261
+ return (0, import_smithy_client.take)(input, {
7262
+ audioGroupId: [, , `AudioGroupId`],
7263
+ audioRenditionSets: [, , `AudioRenditionSets`],
7264
+ hlsAutoSelect: [, , `HlsAutoSelect`],
7265
+ hlsDefault: [, , `HlsDefault`]
7266
+ });
7267
+ }, "se_MediaPackageV2DestinationSettings");
7268
+ var se_MediaPackageV2GroupSettings = /* @__PURE__ */ __name((input, context) => {
7269
+ return (0, import_smithy_client.take)(input, {
7270
+ captionLanguageMappings: [, (_) => se___listOfCaptionLanguageMapping(_, context), `CaptionLanguageMappings`]
7271
+ });
7272
+ }, "se_MediaPackageV2GroupSettings");
7238
7273
  var se_MotionGraphicsActivateScheduleActionSettings = /* @__PURE__ */ __name((input, context) => {
7239
7274
  return (0, import_smithy_client.take)(input, {
7240
7275
  duration: [, , `Duration`],
@@ -7560,7 +7595,7 @@ var se_OutputSettings = /* @__PURE__ */ __name((input, context) => {
7560
7595
  cmafIngestOutputSettings: [, (_) => se_CmafIngestOutputSettings(_, context), `CmafIngestOutputSettings`],
7561
7596
  frameCaptureOutputSettings: [, (_) => se_FrameCaptureOutputSettings(_, context), `FrameCaptureOutputSettings`],
7562
7597
  hlsOutputSettings: [, (_) => se_HlsOutputSettings(_, context), `HlsOutputSettings`],
7563
- mediaPackageOutputSettings: [, import_smithy_client._json, `MediaPackageOutputSettings`],
7598
+ mediaPackageOutputSettings: [, (_) => se_MediaPackageOutputSettings(_, context), `MediaPackageOutputSettings`],
7564
7599
  msSmoothOutputSettings: [, (_) => se_MsSmoothOutputSettings(_, context), `MsSmoothOutputSettings`],
7565
7600
  multiplexOutputSettings: [, (_) => se_MultiplexOutputSettings(_, context), `MultiplexOutputSettings`],
7566
7601
  rtmpOutputSettings: [, (_) => se_RtmpOutputSettings(_, context), `RtmpOutputSettings`],
@@ -9925,7 +9960,12 @@ var de_MediaConnectFlow = /* @__PURE__ */ __name((output, context) => {
9925
9960
  }, "de_MediaConnectFlow");
9926
9961
  var de_MediaPackageGroupSettings = /* @__PURE__ */ __name((output, context) => {
9927
9962
  return (0, import_smithy_client.take)(output, {
9928
- Destination: [, (_) => de_OutputLocationRef(_, context), `destination`]
9963
+ Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
9964
+ MediapackageV2GroupSettings: [
9965
+ ,
9966
+ (_) => de_MediaPackageV2GroupSettings(_, context),
9967
+ `mediapackageV2GroupSettings`
9968
+ ]
9929
9969
  });
9930
9970
  }, "de_MediaPackageGroupSettings");
9931
9971
  var de_MediaPackageOutputDestinationSettings = /* @__PURE__ */ __name((output, context) => {
@@ -9935,6 +9975,28 @@ var de_MediaPackageOutputDestinationSettings = /* @__PURE__ */ __name((output, c
9935
9975
  ChannelName: [, import_smithy_client.expectString, `channelName`]
9936
9976
  });
9937
9977
  }, "de_MediaPackageOutputDestinationSettings");
9978
+ var de_MediaPackageOutputSettings = /* @__PURE__ */ __name((output, context) => {
9979
+ return (0, import_smithy_client.take)(output, {
9980
+ MediaPackageV2DestinationSettings: [
9981
+ ,
9982
+ (_) => de_MediaPackageV2DestinationSettings(_, context),
9983
+ `mediaPackageV2DestinationSettings`
9984
+ ]
9985
+ });
9986
+ }, "de_MediaPackageOutputSettings");
9987
+ var de_MediaPackageV2DestinationSettings = /* @__PURE__ */ __name((output, context) => {
9988
+ return (0, import_smithy_client.take)(output, {
9989
+ AudioGroupId: [, import_smithy_client.expectString, `audioGroupId`],
9990
+ AudioRenditionSets: [, import_smithy_client.expectString, `audioRenditionSets`],
9991
+ HlsAutoSelect: [, import_smithy_client.expectString, `hlsAutoSelect`],
9992
+ HlsDefault: [, import_smithy_client.expectString, `hlsDefault`]
9993
+ });
9994
+ }, "de_MediaPackageV2DestinationSettings");
9995
+ var de_MediaPackageV2GroupSettings = /* @__PURE__ */ __name((output, context) => {
9996
+ return (0, import_smithy_client.take)(output, {
9997
+ CaptionLanguageMappings: [, (_) => de___listOfCaptionLanguageMapping(_, context), `captionLanguageMappings`]
9998
+ });
9999
+ }, "de_MediaPackageV2GroupSettings");
9938
10000
  var de_MediaResource = /* @__PURE__ */ __name((output, context) => {
9939
10001
  return (0, import_smithy_client.take)(output, {
9940
10002
  Destinations: [, (_) => de___listOfMediaResourceNeighbor(_, context), `destinations`],
@@ -10344,7 +10406,7 @@ var de_OutputSettings = /* @__PURE__ */ __name((output, context) => {
10344
10406
  CmafIngestOutputSettings: [, (_) => de_CmafIngestOutputSettings(_, context), `cmafIngestOutputSettings`],
10345
10407
  FrameCaptureOutputSettings: [, (_) => de_FrameCaptureOutputSettings(_, context), `frameCaptureOutputSettings`],
10346
10408
  HlsOutputSettings: [, (_) => de_HlsOutputSettings(_, context), `hlsOutputSettings`],
10347
- MediaPackageOutputSettings: [, import_smithy_client._json, `mediaPackageOutputSettings`],
10409
+ MediaPackageOutputSettings: [, (_) => de_MediaPackageOutputSettings(_, context), `mediaPackageOutputSettings`],
10348
10410
  MsSmoothOutputSettings: [, (_) => de_MsSmoothOutputSettings(_, context), `msSmoothOutputSettings`],
10349
10411
  MultiplexOutputSettings: [, (_) => de_MultiplexOutputSettings(_, context), `multiplexOutputSettings`],
10350
10412
  RtmpOutputSettings: [, (_) => de_RtmpOutputSettings(_, context), `rtmpOutputSettings`],
@@ -15355,6 +15417,8 @@ var M2tsNielsenId3Behavior = {
15355
15417
  M3u8PcrControl,
15356
15418
  M3u8Scte35Behavior,
15357
15419
  M3u8TimedMetadataBehavior,
15420
+ HlsAutoSelect,
15421
+ HlsDefault,
15358
15422
  MsSmoothH265PackagingType,
15359
15423
  RtmpOutputCertificateMode,
15360
15424
  SrtEncryptionType,
@@ -69,6 +69,16 @@ export const M3u8TimedMetadataBehavior = {
69
69
  NO_PASSTHROUGH: "NO_PASSTHROUGH",
70
70
  PASSTHROUGH: "PASSTHROUGH",
71
71
  };
72
+ export const HlsAutoSelect = {
73
+ NO: "NO",
74
+ OMIT: "OMIT",
75
+ YES: "YES",
76
+ };
77
+ export const HlsDefault = {
78
+ NO: "NO",
79
+ OMIT: "OMIT",
80
+ YES: "YES",
81
+ };
72
82
  export const MsSmoothH265PackagingType = {
73
83
  HEV1: "HEV1",
74
84
  HVC1: "HVC1",
@@ -5502,6 +5502,7 @@ const se_MediaConnectFlowRequest = (input, context) => {
5502
5502
  const se_MediaPackageGroupSettings = (input, context) => {
5503
5503
  return take(input, {
5504
5504
  destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
5505
+ mediapackageV2GroupSettings: [, (_) => se_MediaPackageV2GroupSettings(_, context), `MediapackageV2GroupSettings`],
5505
5506
  });
5506
5507
  };
5507
5508
  const se_MediaPackageOutputDestinationSettings = (input, context) => {
@@ -5511,6 +5512,28 @@ const se_MediaPackageOutputDestinationSettings = (input, context) => {
5511
5512
  channelName: [, , `ChannelName`],
5512
5513
  });
5513
5514
  };
5515
+ const se_MediaPackageOutputSettings = (input, context) => {
5516
+ return take(input, {
5517
+ mediaPackageV2DestinationSettings: [
5518
+ ,
5519
+ (_) => se_MediaPackageV2DestinationSettings(_, context),
5520
+ `MediaPackageV2DestinationSettings`,
5521
+ ],
5522
+ });
5523
+ };
5524
+ const se_MediaPackageV2DestinationSettings = (input, context) => {
5525
+ return take(input, {
5526
+ audioGroupId: [, , `AudioGroupId`],
5527
+ audioRenditionSets: [, , `AudioRenditionSets`],
5528
+ hlsAutoSelect: [, , `HlsAutoSelect`],
5529
+ hlsDefault: [, , `HlsDefault`],
5530
+ });
5531
+ };
5532
+ const se_MediaPackageV2GroupSettings = (input, context) => {
5533
+ return take(input, {
5534
+ captionLanguageMappings: [, (_) => se___listOfCaptionLanguageMapping(_, context), `CaptionLanguageMappings`],
5535
+ });
5536
+ };
5514
5537
  const se_MotionGraphicsActivateScheduleActionSettings = (input, context) => {
5515
5538
  return take(input, {
5516
5539
  duration: [, , `Duration`],
@@ -5836,7 +5859,7 @@ const se_OutputSettings = (input, context) => {
5836
5859
  cmafIngestOutputSettings: [, (_) => se_CmafIngestOutputSettings(_, context), `CmafIngestOutputSettings`],
5837
5860
  frameCaptureOutputSettings: [, (_) => se_FrameCaptureOutputSettings(_, context), `FrameCaptureOutputSettings`],
5838
5861
  hlsOutputSettings: [, (_) => se_HlsOutputSettings(_, context), `HlsOutputSettings`],
5839
- mediaPackageOutputSettings: [, _json, `MediaPackageOutputSettings`],
5862
+ mediaPackageOutputSettings: [, (_) => se_MediaPackageOutputSettings(_, context), `MediaPackageOutputSettings`],
5840
5863
  msSmoothOutputSettings: [, (_) => se_MsSmoothOutputSettings(_, context), `MsSmoothOutputSettings`],
5841
5864
  multiplexOutputSettings: [, (_) => se_MultiplexOutputSettings(_, context), `MultiplexOutputSettings`],
5842
5865
  rtmpOutputSettings: [, (_) => se_RtmpOutputSettings(_, context), `RtmpOutputSettings`],
@@ -8342,6 +8365,11 @@ const de_MediaConnectFlow = (output, context) => {
8342
8365
  const de_MediaPackageGroupSettings = (output, context) => {
8343
8366
  return take(output, {
8344
8367
  Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
8368
+ MediapackageV2GroupSettings: [
8369
+ ,
8370
+ (_) => de_MediaPackageV2GroupSettings(_, context),
8371
+ `mediapackageV2GroupSettings`,
8372
+ ],
8345
8373
  });
8346
8374
  };
8347
8375
  const de_MediaPackageOutputDestinationSettings = (output, context) => {
@@ -8351,6 +8379,28 @@ const de_MediaPackageOutputDestinationSettings = (output, context) => {
8351
8379
  ChannelName: [, __expectString, `channelName`],
8352
8380
  });
8353
8381
  };
8382
+ const de_MediaPackageOutputSettings = (output, context) => {
8383
+ return take(output, {
8384
+ MediaPackageV2DestinationSettings: [
8385
+ ,
8386
+ (_) => de_MediaPackageV2DestinationSettings(_, context),
8387
+ `mediaPackageV2DestinationSettings`,
8388
+ ],
8389
+ });
8390
+ };
8391
+ const de_MediaPackageV2DestinationSettings = (output, context) => {
8392
+ return take(output, {
8393
+ AudioGroupId: [, __expectString, `audioGroupId`],
8394
+ AudioRenditionSets: [, __expectString, `audioRenditionSets`],
8395
+ HlsAutoSelect: [, __expectString, `hlsAutoSelect`],
8396
+ HlsDefault: [, __expectString, `hlsDefault`],
8397
+ });
8398
+ };
8399
+ const de_MediaPackageV2GroupSettings = (output, context) => {
8400
+ return take(output, {
8401
+ CaptionLanguageMappings: [, (_) => de___listOfCaptionLanguageMapping(_, context), `captionLanguageMappings`],
8402
+ });
8403
+ };
8354
8404
  const de_MediaResource = (output, context) => {
8355
8405
  return take(output, {
8356
8406
  Destinations: [, (_) => de___listOfMediaResourceNeighbor(_, context), `destinations`],
@@ -8760,7 +8810,7 @@ const de_OutputSettings = (output, context) => {
8760
8810
  CmafIngestOutputSettings: [, (_) => de_CmafIngestOutputSettings(_, context), `cmafIngestOutputSettings`],
8761
8811
  FrameCaptureOutputSettings: [, (_) => de_FrameCaptureOutputSettings(_, context), `frameCaptureOutputSettings`],
8762
8812
  HlsOutputSettings: [, (_) => de_HlsOutputSettings(_, context), `hlsOutputSettings`],
8763
- MediaPackageOutputSettings: [, _json, `mediaPackageOutputSettings`],
8813
+ MediaPackageOutputSettings: [, (_) => de_MediaPackageOutputSettings(_, context), `mediaPackageOutputSettings`],
8764
8814
  MsSmoothOutputSettings: [, (_) => de_MsSmoothOutputSettings(_, context), `msSmoothOutputSettings`],
8765
8815
  MultiplexOutputSettings: [, (_) => de_MultiplexOutputSettings(_, context), `multiplexOutputSettings`],
8766
8816
  RtmpOutputSettings: [, (_) => de_RtmpOutputSettings(_, context), `rtmpOutputSettings`],
@@ -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 { BatchStartRequest, BatchStartResponse } from "../models/models_1";
4
+ import { BatchStartRequest, BatchStartResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -477,6 +477,15 @@ declare const CreateChannelCommand_base: {
477
477
  * Destination: {
478
478
  * DestinationRefId: "STRING_VALUE",
479
479
  * },
480
+ * MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
481
+ * CaptionLanguageMappings: [
482
+ * {
483
+ * CaptionChannel: Number("int"), // required
484
+ * LanguageCode: "STRING_VALUE", // required
485
+ * LanguageDescription: "STRING_VALUE", // required
486
+ * },
487
+ * ],
488
+ * },
480
489
  * },
481
490
  * MsSmoothGroupSettings: { // MsSmoothGroupSettings
482
491
  * AcquisitionPointId: "STRING_VALUE",
@@ -675,7 +684,14 @@ declare const CreateChannelCommand_base: {
675
684
  * NameModifier: "STRING_VALUE",
676
685
  * SegmentModifier: "STRING_VALUE",
677
686
  * },
678
- * MediaPackageOutputSettings: {},
687
+ * MediaPackageOutputSettings: { // MediaPackageOutputSettings
688
+ * MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
689
+ * AudioGroupId: "STRING_VALUE",
690
+ * AudioRenditionSets: "STRING_VALUE",
691
+ * HlsAutoSelect: "NO" || "OMIT" || "YES",
692
+ * HlsDefault: "NO" || "OMIT" || "YES",
693
+ * },
694
+ * },
679
695
  * MsSmoothOutputSettings: { // MsSmoothOutputSettings
680
696
  * H265PackagingType: "HEV1" || "HVC1",
681
697
  * NameModifier: "STRING_VALUE",
@@ -1701,6 +1717,15 @@ declare const CreateChannelCommand_base: {
1701
1717
  * // Destination: {
1702
1718
  * // DestinationRefId: "STRING_VALUE",
1703
1719
  * // },
1720
+ * // MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
1721
+ * // CaptionLanguageMappings: [
1722
+ * // {
1723
+ * // CaptionChannel: Number("int"), // required
1724
+ * // LanguageCode: "STRING_VALUE", // required
1725
+ * // LanguageDescription: "STRING_VALUE", // required
1726
+ * // },
1727
+ * // ],
1728
+ * // },
1704
1729
  * // },
1705
1730
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
1706
1731
  * // AcquisitionPointId: "STRING_VALUE",
@@ -1899,7 +1924,14 @@ declare const CreateChannelCommand_base: {
1899
1924
  * // NameModifier: "STRING_VALUE",
1900
1925
  * // SegmentModifier: "STRING_VALUE",
1901
1926
  * // },
1902
- * // MediaPackageOutputSettings: {},
1927
+ * // MediaPackageOutputSettings: { // MediaPackageOutputSettings
1928
+ * // MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
1929
+ * // AudioGroupId: "STRING_VALUE",
1930
+ * // AudioRenditionSets: "STRING_VALUE",
1931
+ * // HlsAutoSelect: "NO" || "OMIT" || "YES",
1932
+ * // HlsDefault: "NO" || "OMIT" || "YES",
1933
+ * // },
1934
+ * // },
1903
1935
  * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
1904
1936
  * // H265PackagingType: "HEV1" || "HVC1",
1905
1937
  * // NameModifier: "STRING_VALUE",
@@ -488,6 +488,15 @@ declare const DeleteChannelCommand_base: {
488
488
  * // Destination: {
489
489
  * // DestinationRefId: "STRING_VALUE",
490
490
  * // },
491
+ * // MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
492
+ * // CaptionLanguageMappings: [
493
+ * // {
494
+ * // CaptionChannel: Number("int"), // required
495
+ * // LanguageCode: "STRING_VALUE", // required
496
+ * // LanguageDescription: "STRING_VALUE", // required
497
+ * // },
498
+ * // ],
499
+ * // },
491
500
  * // },
492
501
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
493
502
  * // AcquisitionPointId: "STRING_VALUE",
@@ -686,7 +695,14 @@ declare const DeleteChannelCommand_base: {
686
695
  * // NameModifier: "STRING_VALUE",
687
696
  * // SegmentModifier: "STRING_VALUE",
688
697
  * // },
689
- * // MediaPackageOutputSettings: {},
698
+ * // MediaPackageOutputSettings: { // MediaPackageOutputSettings
699
+ * // MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
700
+ * // AudioGroupId: "STRING_VALUE",
701
+ * // AudioRenditionSets: "STRING_VALUE",
702
+ * // HlsAutoSelect: "NO" || "OMIT" || "YES",
703
+ * // HlsDefault: "NO" || "OMIT" || "YES",
704
+ * // },
705
+ * // },
690
706
  * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
691
707
  * // H265PackagingType: "HEV1" || "HVC1",
692
708
  * // NameModifier: "STRING_VALUE",
@@ -488,6 +488,15 @@ declare const DescribeChannelCommand_base: {
488
488
  * // Destination: {
489
489
  * // DestinationRefId: "STRING_VALUE",
490
490
  * // },
491
+ * // MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
492
+ * // CaptionLanguageMappings: [
493
+ * // {
494
+ * // CaptionChannel: Number("int"), // required
495
+ * // LanguageCode: "STRING_VALUE", // required
496
+ * // LanguageDescription: "STRING_VALUE", // required
497
+ * // },
498
+ * // ],
499
+ * // },
491
500
  * // },
492
501
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
493
502
  * // AcquisitionPointId: "STRING_VALUE",
@@ -686,7 +695,14 @@ declare const DescribeChannelCommand_base: {
686
695
  * // NameModifier: "STRING_VALUE",
687
696
  * // SegmentModifier: "STRING_VALUE",
688
697
  * // },
689
- * // MediaPackageOutputSettings: {},
698
+ * // MediaPackageOutputSettings: { // MediaPackageOutputSettings
699
+ * // MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
700
+ * // AudioGroupId: "STRING_VALUE",
701
+ * // AudioRenditionSets: "STRING_VALUE",
702
+ * // HlsAutoSelect: "NO" || "OMIT" || "YES",
703
+ * // HlsDefault: "NO" || "OMIT" || "YES",
704
+ * // },
705
+ * // },
690
706
  * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
691
707
  * // H265PackagingType: "HEV1" || "HVC1",
692
708
  * // NameModifier: "STRING_VALUE",
@@ -491,6 +491,15 @@ declare const RestartChannelPipelinesCommand_base: {
491
491
  * // Destination: {
492
492
  * // DestinationRefId: "STRING_VALUE",
493
493
  * // },
494
+ * // MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
495
+ * // CaptionLanguageMappings: [
496
+ * // {
497
+ * // CaptionChannel: Number("int"), // required
498
+ * // LanguageCode: "STRING_VALUE", // required
499
+ * // LanguageDescription: "STRING_VALUE", // required
500
+ * // },
501
+ * // ],
502
+ * // },
494
503
  * // },
495
504
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
496
505
  * // AcquisitionPointId: "STRING_VALUE",
@@ -689,7 +698,14 @@ declare const RestartChannelPipelinesCommand_base: {
689
698
  * // NameModifier: "STRING_VALUE",
690
699
  * // SegmentModifier: "STRING_VALUE",
691
700
  * // },
692
- * // MediaPackageOutputSettings: {},
701
+ * // MediaPackageOutputSettings: { // MediaPackageOutputSettings
702
+ * // MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
703
+ * // AudioGroupId: "STRING_VALUE",
704
+ * // AudioRenditionSets: "STRING_VALUE",
705
+ * // HlsAutoSelect: "NO" || "OMIT" || "YES",
706
+ * // HlsDefault: "NO" || "OMIT" || "YES",
707
+ * // },
708
+ * // },
693
709
  * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
694
710
  * // H265PackagingType: "HEV1" || "HVC1",
695
711
  * // NameModifier: "STRING_VALUE",
@@ -488,6 +488,15 @@ declare const StartChannelCommand_base: {
488
488
  * // Destination: {
489
489
  * // DestinationRefId: "STRING_VALUE",
490
490
  * // },
491
+ * // MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
492
+ * // CaptionLanguageMappings: [
493
+ * // {
494
+ * // CaptionChannel: Number("int"), // required
495
+ * // LanguageCode: "STRING_VALUE", // required
496
+ * // LanguageDescription: "STRING_VALUE", // required
497
+ * // },
498
+ * // ],
499
+ * // },
491
500
  * // },
492
501
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
493
502
  * // AcquisitionPointId: "STRING_VALUE",
@@ -686,7 +695,14 @@ declare const StartChannelCommand_base: {
686
695
  * // NameModifier: "STRING_VALUE",
687
696
  * // SegmentModifier: "STRING_VALUE",
688
697
  * // },
689
- * // MediaPackageOutputSettings: {},
698
+ * // MediaPackageOutputSettings: { // MediaPackageOutputSettings
699
+ * // MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
700
+ * // AudioGroupId: "STRING_VALUE",
701
+ * // AudioRenditionSets: "STRING_VALUE",
702
+ * // HlsAutoSelect: "NO" || "OMIT" || "YES",
703
+ * // HlsDefault: "NO" || "OMIT" || "YES",
704
+ * // },
705
+ * // },
690
706
  * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
691
707
  * // H265PackagingType: "HEV1" || "HVC1",
692
708
  * // NameModifier: "STRING_VALUE",
@@ -488,6 +488,15 @@ declare const StopChannelCommand_base: {
488
488
  * // Destination: {
489
489
  * // DestinationRefId: "STRING_VALUE",
490
490
  * // },
491
+ * // MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
492
+ * // CaptionLanguageMappings: [
493
+ * // {
494
+ * // CaptionChannel: Number("int"), // required
495
+ * // LanguageCode: "STRING_VALUE", // required
496
+ * // LanguageDescription: "STRING_VALUE", // required
497
+ * // },
498
+ * // ],
499
+ * // },
491
500
  * // },
492
501
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
493
502
  * // AcquisitionPointId: "STRING_VALUE",
@@ -686,7 +695,14 @@ declare const StopChannelCommand_base: {
686
695
  * // NameModifier: "STRING_VALUE",
687
696
  * // SegmentModifier: "STRING_VALUE",
688
697
  * // },
689
- * // MediaPackageOutputSettings: {},
698
+ * // MediaPackageOutputSettings: { // MediaPackageOutputSettings
699
+ * // MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
700
+ * // AudioGroupId: "STRING_VALUE",
701
+ * // AudioRenditionSets: "STRING_VALUE",
702
+ * // HlsAutoSelect: "NO" || "OMIT" || "YES",
703
+ * // HlsDefault: "NO" || "OMIT" || "YES",
704
+ * // },
705
+ * // },
690
706
  * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
691
707
  * // H265PackagingType: "HEV1" || "HVC1",
692
708
  * // NameModifier: "STRING_VALUE",
@@ -524,6 +524,15 @@ declare const UpdateChannelClassCommand_base: {
524
524
  * // Destination: {
525
525
  * // DestinationRefId: "STRING_VALUE",
526
526
  * // },
527
+ * // MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
528
+ * // CaptionLanguageMappings: [
529
+ * // {
530
+ * // CaptionChannel: Number("int"), // required
531
+ * // LanguageCode: "STRING_VALUE", // required
532
+ * // LanguageDescription: "STRING_VALUE", // required
533
+ * // },
534
+ * // ],
535
+ * // },
527
536
  * // },
528
537
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
529
538
  * // AcquisitionPointId: "STRING_VALUE",
@@ -722,7 +731,14 @@ declare const UpdateChannelClassCommand_base: {
722
731
  * // NameModifier: "STRING_VALUE",
723
732
  * // SegmentModifier: "STRING_VALUE",
724
733
  * // },
725
- * // MediaPackageOutputSettings: {},
734
+ * // MediaPackageOutputSettings: { // MediaPackageOutputSettings
735
+ * // MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
736
+ * // AudioGroupId: "STRING_VALUE",
737
+ * // AudioRenditionSets: "STRING_VALUE",
738
+ * // HlsAutoSelect: "NO" || "OMIT" || "YES",
739
+ * // HlsDefault: "NO" || "OMIT" || "YES",
740
+ * // },
741
+ * // },
726
742
  * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
727
743
  * // H265PackagingType: "HEV1" || "HVC1",
728
744
  * // NameModifier: "STRING_VALUE",
@@ -477,6 +477,15 @@ declare const UpdateChannelCommand_base: {
477
477
  * Destination: {
478
478
  * DestinationRefId: "STRING_VALUE",
479
479
  * },
480
+ * MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
481
+ * CaptionLanguageMappings: [
482
+ * {
483
+ * CaptionChannel: Number("int"), // required
484
+ * LanguageCode: "STRING_VALUE", // required
485
+ * LanguageDescription: "STRING_VALUE", // required
486
+ * },
487
+ * ],
488
+ * },
480
489
  * },
481
490
  * MsSmoothGroupSettings: { // MsSmoothGroupSettings
482
491
  * AcquisitionPointId: "STRING_VALUE",
@@ -675,7 +684,14 @@ declare const UpdateChannelCommand_base: {
675
684
  * NameModifier: "STRING_VALUE",
676
685
  * SegmentModifier: "STRING_VALUE",
677
686
  * },
678
- * MediaPackageOutputSettings: {},
687
+ * MediaPackageOutputSettings: { // MediaPackageOutputSettings
688
+ * MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
689
+ * AudioGroupId: "STRING_VALUE",
690
+ * AudioRenditionSets: "STRING_VALUE",
691
+ * HlsAutoSelect: "NO" || "OMIT" || "YES",
692
+ * HlsDefault: "NO" || "OMIT" || "YES",
693
+ * },
694
+ * },
679
695
  * MsSmoothOutputSettings: { // MsSmoothOutputSettings
680
696
  * H265PackagingType: "HEV1" || "HVC1",
681
697
  * NameModifier: "STRING_VALUE",
@@ -1692,6 +1708,15 @@ declare const UpdateChannelCommand_base: {
1692
1708
  * // Destination: {
1693
1709
  * // DestinationRefId: "STRING_VALUE",
1694
1710
  * // },
1711
+ * // MediapackageV2GroupSettings: { // MediaPackageV2GroupSettings
1712
+ * // CaptionLanguageMappings: [
1713
+ * // {
1714
+ * // CaptionChannel: Number("int"), // required
1715
+ * // LanguageCode: "STRING_VALUE", // required
1716
+ * // LanguageDescription: "STRING_VALUE", // required
1717
+ * // },
1718
+ * // ],
1719
+ * // },
1695
1720
  * // },
1696
1721
  * // MsSmoothGroupSettings: { // MsSmoothGroupSettings
1697
1722
  * // AcquisitionPointId: "STRING_VALUE",
@@ -1890,7 +1915,14 @@ declare const UpdateChannelCommand_base: {
1890
1915
  * // NameModifier: "STRING_VALUE",
1891
1916
  * // SegmentModifier: "STRING_VALUE",
1892
1917
  * // },
1893
- * // MediaPackageOutputSettings: {},
1918
+ * // MediaPackageOutputSettings: { // MediaPackageOutputSettings
1919
+ * // MediaPackageV2DestinationSettings: { // MediaPackageV2DestinationSettings
1920
+ * // AudioGroupId: "STRING_VALUE",
1921
+ * // AudioRenditionSets: "STRING_VALUE",
1922
+ * // HlsAutoSelect: "NO" || "OMIT" || "YES",
1923
+ * // HlsDefault: "NO" || "OMIT" || "YES",
1924
+ * // },
1925
+ * // },
1894
1926
  * // MsSmoothOutputSettings: { // MsSmoothOutputSettings
1895
1927
  * // H265PackagingType: "HEV1" || "HVC1",
1896
1928
  * // NameModifier: "STRING_VALUE",
@@ -751,11 +751,70 @@ export interface HlsOutputSettings {
751
751
  */
752
752
  SegmentModifier?: string | undefined;
753
753
  }
754
+ /**
755
+ * @public
756
+ * @enum
757
+ */
758
+ export declare const HlsAutoSelect: {
759
+ readonly NO: "NO";
760
+ readonly OMIT: "OMIT";
761
+ readonly YES: "YES";
762
+ };
763
+ /**
764
+ * @public
765
+ */
766
+ export type HlsAutoSelect = (typeof HlsAutoSelect)[keyof typeof HlsAutoSelect];
767
+ /**
768
+ * @public
769
+ * @enum
770
+ */
771
+ export declare const HlsDefault: {
772
+ readonly NO: "NO";
773
+ readonly OMIT: "OMIT";
774
+ readonly YES: "YES";
775
+ };
776
+ /**
777
+ * @public
778
+ */
779
+ export type HlsDefault = (typeof HlsDefault)[keyof typeof HlsDefault];
780
+ /**
781
+ * Media Package V2 Destination Settings
782
+ * @public
783
+ */
784
+ export interface MediaPackageV2DestinationSettings {
785
+ /**
786
+ * Applies only to an output that contains audio. If you want to put several audio encodes into one audio rendition group, decide on a name (ID) for the group. Then in every audio output that you want to belong to that group, enter that ID in this field. Note that this information is part of the HLS specification (not the CMAF specification), but if you include it then MediaPackage will include it in the manifest it creates for the video player.
787
+ * @public
788
+ */
789
+ AudioGroupId?: string | undefined;
790
+ /**
791
+ * Applies only to an output that contains video, and only if you want to associate one or more audio groups to this video. In this field you assign the groups that you create (in the Group ID fields in the various audio outputs). Enter one group ID, or enter a comma-separated list of group IDs. Note that this information is part of the HLS specification (not the CMAF specification), but if you include it then MediaPackage will include it in the manifest it creates for the video player.
792
+ * @public
793
+ */
794
+ AudioRenditionSets?: string | undefined;
795
+ /**
796
+ * Specifies whether MediaPackage should set this output as the auto-select rendition in the HLS manifest. YES means this must be the auto-select. NO means this should never be the auto-select. OMIT means MediaPackage decides what to set on this rendition.
797
+ * When you consider all the renditions, follow these guidelines. You can set zero or one renditions to YES. You can set zero or more renditions to NO, but you can't set all renditions to NO. You can set zero, some, or all to OMIT.
798
+ * @public
799
+ */
800
+ HlsAutoSelect?: HlsAutoSelect | undefined;
801
+ /**
802
+ * Specifies whether MediaPackage should set this output as the default rendition in the HLS manifest. YES means this must be the default. NO means this should never be the default. OMIT means MediaPackage decides what to set on this rendition.
803
+ * When you consider all the renditions, follow these guidelines. You can set zero or one renditions to YES. You can set zero or more renditions to NO, but you can't set all renditions to NO. You can set zero, some, or all to OMIT.
804
+ * @public
805
+ */
806
+ HlsDefault?: HlsDefault | undefined;
807
+ }
754
808
  /**
755
809
  * Media Package Output Settings
756
810
  * @public
757
811
  */
758
812
  export interface MediaPackageOutputSettings {
813
+ /**
814
+ * Optional settings for MediaPackage V2 destinations
815
+ * @public
816
+ */
817
+ MediaPackageV2DestinationSettings?: MediaPackageV2DestinationSettings | undefined;
759
818
  }
760
819
  /**
761
820
  * @public
@@ -2167,6 +2226,17 @@ export interface HlsGroupSettings {
2167
2226
  */
2168
2227
  TsFileMode?: HlsTsFileMode | undefined;
2169
2228
  }
2229
+ /**
2230
+ * Media Package V2 Group Settings
2231
+ * @public
2232
+ */
2233
+ export interface MediaPackageV2GroupSettings {
2234
+ /**
2235
+ * Mapping of up to 4 caption channels to caption languages.
2236
+ * @public
2237
+ */
2238
+ CaptionLanguageMappings?: CaptionLanguageMapping[] | undefined;
2239
+ }
2170
2240
  /**
2171
2241
  * Media Package Group Settings
2172
2242
  * @public
@@ -2177,6 +2247,11 @@ export interface MediaPackageGroupSettings {
2177
2247
  * @public
2178
2248
  */
2179
2249
  Destination: OutputLocationRef | undefined;
2250
+ /**
2251
+ * Parameters that apply only if the destination parameter (for the output group) specifies a channelGroup and channelName. Use of these two paramters indicates that the output group is for MediaPackage V2 (CMAF Ingest).
2252
+ * @public
2253
+ */
2254
+ MediapackageV2GroupSettings?: MediaPackageV2GroupSettings | undefined;
2180
2255
  }
2181
2256
  /**
2182
2257
  * @public
@@ -4794,7 +4869,7 @@ export type H264TimecodeInsertionBehavior = (typeof H264TimecodeInsertionBehavio
4794
4869
  */
4795
4870
  export interface H264Settings {
4796
4871
  /**
4797
- * Enables or disables adaptive quantization, which is a technique MediaLive can apply to video on a frame-by-frame basis to produce more compression without losing quality. There are three types of adaptive quantization: flicker, spatial, and temporal. Set the field in one of these ways: Set to Auto. Recommended. For each type of AQ, MediaLive will determine if AQ is needed, and if so, the appropriate strength. Set a strength (a value other than Auto or Disable). This strength will apply to any of the AQ fields that you choose to enable. Set to Disabled to disable all types of adaptive quantization.
4872
+ * Enables or disables adaptive quantization (AQ), which is a technique MediaLive can apply to video on a frame-by-frame basis to produce more compression without losing quality. There are three types of adaptive quantization: spatial, temporal, and flicker. We recommend that you set the field to Auto. For more information about all the options, see the topic about video adaptive quantization in the MediaLive user guide.
4798
4873
  * @public
4799
4874
  */
4800
4875
  AdaptiveQuantization?: H264AdaptiveQuantization | undefined;
@@ -4851,7 +4926,7 @@ export interface H264Settings {
4851
4926
  */
4852
4927
  FixedAfd?: FixedAfd | undefined;
4853
4928
  /**
4854
- * Flicker AQ makes adjustments within each frame to reduce flicker or 'pop' on I-frames. The value to enter in this field depends on the value in the Adaptive quantization field: If you have set the Adaptive quantization field to Auto, MediaLive ignores any value in this field. MediaLive will determine if flicker AQ is appropriate and will apply the appropriate strength. If you have set the Adaptive quantization field to a strength, you can set this field to Enabled or Disabled. Enabled: MediaLive will apply flicker AQ using the specified strength. Disabled: MediaLive won't apply flicker AQ. If you have set the Adaptive quantization to Disabled, MediaLive ignores any value in this field and doesn't apply flicker AQ.
4929
+ * Flicker AQ makes adjustments within each frame to reduce flicker or 'pop' on I-frames. The value to enter in this field depends on the value in the Adaptive quantization field. For more information, see the topic about video adaptive quantization in the MediaLive user guide.
4855
4930
  * @public
4856
4931
  */
4857
4932
  FlickerAq?: H264FlickerAq | undefined;
@@ -5010,7 +5085,7 @@ export interface H264Settings {
5010
5085
  */
5011
5086
  Softness?: number | undefined;
5012
5087
  /**
5013
- * Spatial AQ makes adjustments within each frame based on spatial variation of content complexity. The value to enter in this field depends on the value in the Adaptive quantization field: If you have set the Adaptive quantization field to Auto, MediaLive ignores any value in this field. MediaLive will determine if spatial AQ is appropriate and will apply the appropriate strength. If you have set the Adaptive quantization field to a strength, you can set this field to Enabled or Disabled. Enabled: MediaLive will apply spatial AQ using the specified strength. Disabled: MediaLive won't apply spatial AQ. If you have set the Adaptive quantization to Disabled, MediaLive ignores any value in this field and doesn't apply spatial AQ.
5088
+ * Spatial AQ makes adjustments within each frame based on spatial variation of content complexity. The value to enter in this field depends on the value in the Adaptive quantization field. For more information, see the topic about video adaptive quantization in the MediaLive user guide.
5014
5089
  * @public
5015
5090
  */
5016
5091
  SpatialAq?: H264SpatialAq | undefined;
@@ -5025,7 +5100,7 @@ export interface H264Settings {
5025
5100
  */
5026
5101
  Syntax?: H264Syntax | undefined;
5027
5102
  /**
5028
- * Temporal makes adjustments within each frame based on temporal variation of content complexity. The value to enter in this field depends on the value in the Adaptive quantization field: If you have set the Adaptive quantization field to Auto, MediaLive ignores any value in this field. MediaLive will determine if temporal AQ is appropriate and will apply the appropriate strength. If you have set the Adaptive quantization field to a strength, you can set this field to Enabled or Disabled. Enabled: MediaLive will apply temporal AQ using the specified strength. Disabled: MediaLive won't apply temporal AQ. If you have set the Adaptive quantization to Disabled, MediaLive ignores any value in this field and doesn't apply temporal AQ.
5103
+ * Temporal makes adjustments within each frame based on variations in content complexity over time. The value to enter in this field depends on the value in the Adaptive quantization field. For more information, see the topic about video adaptive quantization in the MediaLive user guide.
5029
5104
  * @public
5030
5105
  */
5031
5106
  TemporalAq?: H264TemporalAq | undefined;
@@ -5342,7 +5417,7 @@ export type H265TreeblockSize = (typeof H265TreeblockSize)[keyof typeof H265Tree
5342
5417
  */
5343
5418
  export interface H265Settings {
5344
5419
  /**
5345
- * Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.
5420
+ * Enables or disables adaptive quantization (AQ), which is a technique MediaLive can apply to video on a frame-by-frame basis to produce more compression without losing quality. There are three types of adaptive quantization: spatial, temporal, and flicker. Flicker is the only type that you can customize. We recommend that you set the field to Auto. For more information about all the options, see the topic about video adaptive quantization in the MediaLive user guide.
5346
5421
  * @public
5347
5422
  */
5348
5423
  AdaptiveQuantization?: H265AdaptiveQuantization | undefined;
@@ -5394,7 +5469,7 @@ export interface H265Settings {
5394
5469
  */
5395
5470
  FixedAfd?: FixedAfd | undefined;
5396
5471
  /**
5397
- * If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
5472
+ * Flicker AQ makes adjustments within each frame to reduce flicker or 'pop' on I-frames. The value to enter in this field depends on the value in the Adaptive quantization field. For more information, see the topic about video adaptive quantization in the MediaLive user guide.
5398
5473
  * @public
5399
5474
  */
5400
5475
  FlickerAq?: H265FlickerAq | undefined;
@@ -6364,57 +6439,3 @@ export interface BatchScheduleActionCreateResult {
6364
6439
  */
6365
6440
  ScheduleActions: ScheduleAction[] | undefined;
6366
6441
  }
6367
- /**
6368
- * A list of schedule actions to delete.
6369
- * @public
6370
- */
6371
- export interface BatchScheduleActionDeleteRequest {
6372
- /**
6373
- * A list of schedule actions to delete.
6374
- * @public
6375
- */
6376
- ActionNames: string[] | undefined;
6377
- }
6378
- /**
6379
- * List of actions that have been deleted from the schedule.
6380
- * @public
6381
- */
6382
- export interface BatchScheduleActionDeleteResult {
6383
- /**
6384
- * List of actions that have been deleted from the schedule.
6385
- * @public
6386
- */
6387
- ScheduleActions: ScheduleAction[] | undefined;
6388
- }
6389
- /**
6390
- * A request to start resources
6391
- * @public
6392
- */
6393
- export interface BatchStartRequest {
6394
- /**
6395
- * List of channel IDs
6396
- * @public
6397
- */
6398
- ChannelIds?: string[] | undefined;
6399
- /**
6400
- * List of multiplex IDs
6401
- * @public
6402
- */
6403
- MultiplexIds?: string[] | undefined;
6404
- }
6405
- /**
6406
- * Placeholder documentation for BatchStartResponse
6407
- * @public
6408
- */
6409
- export interface BatchStartResponse {
6410
- /**
6411
- * List of failed operations
6412
- * @public
6413
- */
6414
- Failed?: BatchFailedResultModel[] | undefined;
6415
- /**
6416
- * List of successful operations
6417
- * @public
6418
- */
6419
- Successful?: BatchSuccessfulResultModel[] | undefined;
6420
- }
@@ -1,6 +1,60 @@
1
1
  import { StreamingBlobTypes } from "@smithy/types";
2
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
- 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";
3
+ import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration, BatchScheduleActionCreateRequest, BatchScheduleActionCreateResult, 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 list of schedule actions to delete.
6
+ * @public
7
+ */
8
+ export interface BatchScheduleActionDeleteRequest {
9
+ /**
10
+ * A list of schedule actions to delete.
11
+ * @public
12
+ */
13
+ ActionNames: string[] | undefined;
14
+ }
15
+ /**
16
+ * List of actions that have been deleted from the schedule.
17
+ * @public
18
+ */
19
+ export interface BatchScheduleActionDeleteResult {
20
+ /**
21
+ * List of actions that have been deleted from the schedule.
22
+ * @public
23
+ */
24
+ ScheduleActions: ScheduleAction[] | undefined;
25
+ }
26
+ /**
27
+ * A request to start resources
28
+ * @public
29
+ */
30
+ export interface BatchStartRequest {
31
+ /**
32
+ * List of channel IDs
33
+ * @public
34
+ */
35
+ ChannelIds?: string[] | undefined;
36
+ /**
37
+ * List of multiplex IDs
38
+ * @public
39
+ */
40
+ MultiplexIds?: string[] | undefined;
41
+ }
42
+ /**
43
+ * Placeholder documentation for BatchStartResponse
44
+ * @public
45
+ */
46
+ export interface BatchStartResponse {
47
+ /**
48
+ * List of failed operations
49
+ * @public
50
+ */
51
+ Failed?: BatchFailedResultModel[] | undefined;
52
+ /**
53
+ * List of successful operations
54
+ * @public
55
+ */
56
+ Successful?: BatchSuccessfulResultModel[] | undefined;
57
+ }
4
58
  /**
5
59
  * A request to stop resources
6
60
  * @public
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { BatchStartRequest, BatchStartResponse } from "../models/models_1";
8
+ import { BatchStartRequest, BatchStartResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface BatchStartCommandInput extends BatchStartRequest {}
@@ -248,7 +248,29 @@ export interface HlsOutputSettings {
248
248
  NameModifier?: string | undefined;
249
249
  SegmentModifier?: string | undefined;
250
250
  }
251
- export interface MediaPackageOutputSettings {}
251
+ export declare const HlsAutoSelect: {
252
+ readonly NO: "NO";
253
+ readonly OMIT: "OMIT";
254
+ readonly YES: "YES";
255
+ };
256
+ export type HlsAutoSelect = (typeof HlsAutoSelect)[keyof typeof HlsAutoSelect];
257
+ export declare const HlsDefault: {
258
+ readonly NO: "NO";
259
+ readonly OMIT: "OMIT";
260
+ readonly YES: "YES";
261
+ };
262
+ export type HlsDefault = (typeof HlsDefault)[keyof typeof HlsDefault];
263
+ export interface MediaPackageV2DestinationSettings {
264
+ AudioGroupId?: string | undefined;
265
+ AudioRenditionSets?: string | undefined;
266
+ HlsAutoSelect?: HlsAutoSelect | undefined;
267
+ HlsDefault?: HlsDefault | undefined;
268
+ }
269
+ export interface MediaPackageOutputSettings {
270
+ MediaPackageV2DestinationSettings?:
271
+ | MediaPackageV2DestinationSettings
272
+ | undefined;
273
+ }
252
274
  export declare const MsSmoothH265PackagingType: {
253
275
  readonly HEV1: "HEV1";
254
276
  readonly HVC1: "HVC1";
@@ -682,8 +704,12 @@ export interface HlsGroupSettings {
682
704
  TimestampDeltaMilliseconds?: number | undefined;
683
705
  TsFileMode?: HlsTsFileMode | undefined;
684
706
  }
707
+ export interface MediaPackageV2GroupSettings {
708
+ CaptionLanguageMappings?: CaptionLanguageMapping[] | undefined;
709
+ }
685
710
  export interface MediaPackageGroupSettings {
686
711
  Destination: OutputLocationRef | undefined;
712
+ MediapackageV2GroupSettings?: MediaPackageV2GroupSettings | undefined;
687
713
  }
688
714
  export declare const SmoothGroupAudioOnlyTimecodeControl: {
689
715
  readonly PASSTHROUGH: "PASSTHROUGH";
@@ -2089,17 +2115,3 @@ export interface BatchScheduleActionCreateRequest {
2089
2115
  export interface BatchScheduleActionCreateResult {
2090
2116
  ScheduleActions: ScheduleAction[] | undefined;
2091
2117
  }
2092
- export interface BatchScheduleActionDeleteRequest {
2093
- ActionNames: string[] | undefined;
2094
- }
2095
- export interface BatchScheduleActionDeleteResult {
2096
- ScheduleActions: ScheduleAction[] | undefined;
2097
- }
2098
- export interface BatchStartRequest {
2099
- ChannelIds?: string[] | undefined;
2100
- MultiplexIds?: string[] | undefined;
2101
- }
2102
- export interface BatchStartResponse {
2103
- Failed?: BatchFailedResultModel[] | undefined;
2104
- Successful?: BatchSuccessfulResultModel[] | undefined;
2105
- }
@@ -106,8 +106,6 @@ import {
106
106
  AvailConfiguration,
107
107
  BatchScheduleActionCreateRequest,
108
108
  BatchScheduleActionCreateResult,
109
- BatchScheduleActionDeleteRequest,
110
- BatchScheduleActionDeleteResult,
111
109
  OutputGroup,
112
110
  PipelineDetail,
113
111
  RenewalSettings,
@@ -128,6 +126,20 @@ import {
128
126
  TransferringInputDeviceSummary,
129
127
  VideoDescription,
130
128
  } from "./models_1";
129
+ export interface BatchScheduleActionDeleteRequest {
130
+ ActionNames: string[] | undefined;
131
+ }
132
+ export interface BatchScheduleActionDeleteResult {
133
+ ScheduleActions: ScheduleAction[] | undefined;
134
+ }
135
+ export interface BatchStartRequest {
136
+ ChannelIds?: string[] | undefined;
137
+ MultiplexIds?: string[] | undefined;
138
+ }
139
+ export interface BatchStartResponse {
140
+ Failed?: BatchFailedResultModel[] | undefined;
141
+ Successful?: BatchSuccessfulResultModel[] | undefined;
142
+ }
131
143
  export interface BatchStopRequest {
132
144
  ChannelIds?: string[] | undefined;
133
145
  MultiplexIds?: string[] | 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.886.0",
4
+ "version": "3.887.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",
@@ -20,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.883.0",
24
- "@aws-sdk/credential-provider-node": "3.886.0",
25
- "@aws-sdk/middleware-host-header": "3.873.0",
26
- "@aws-sdk/middleware-logger": "3.876.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.886.0",
28
- "@aws-sdk/middleware-user-agent": "3.883.0",
29
- "@aws-sdk/region-config-resolver": "3.873.0",
30
- "@aws-sdk/types": "3.862.0",
31
- "@aws-sdk/util-endpoints": "3.879.0",
32
- "@aws-sdk/util-user-agent-browser": "3.873.0",
33
- "@aws-sdk/util-user-agent-node": "3.883.0",
34
- "@smithy/config-resolver": "^4.1.5",
35
- "@smithy/core": "^3.9.2",
36
- "@smithy/fetch-http-handler": "^5.1.1",
37
- "@smithy/hash-node": "^4.0.5",
38
- "@smithy/invalid-dependency": "^4.0.5",
39
- "@smithy/middleware-content-length": "^4.0.5",
40
- "@smithy/middleware-endpoint": "^4.1.21",
41
- "@smithy/middleware-retry": "^4.1.22",
42
- "@smithy/middleware-serde": "^4.0.9",
43
- "@smithy/middleware-stack": "^4.0.5",
44
- "@smithy/node-config-provider": "^4.1.4",
45
- "@smithy/node-http-handler": "^4.1.1",
46
- "@smithy/protocol-http": "^5.1.3",
47
- "@smithy/smithy-client": "^4.5.2",
48
- "@smithy/types": "^4.3.2",
49
- "@smithy/url-parser": "^4.0.5",
50
- "@smithy/util-base64": "^4.0.0",
51
- "@smithy/util-body-length-browser": "^4.0.0",
52
- "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.29",
54
- "@smithy/util-defaults-mode-node": "^4.0.29",
55
- "@smithy/util-endpoints": "^3.0.7",
56
- "@smithy/util-middleware": "^4.0.5",
57
- "@smithy/util-retry": "^4.0.7",
58
- "@smithy/util-stream": "^4.2.4",
59
- "@smithy/util-utf8": "^4.0.0",
60
- "@smithy/util-waiter": "^4.0.7",
23
+ "@aws-sdk/core": "3.887.0",
24
+ "@aws-sdk/credential-provider-node": "3.887.0",
25
+ "@aws-sdk/middleware-host-header": "3.887.0",
26
+ "@aws-sdk/middleware-logger": "3.887.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
+ "@aws-sdk/middleware-user-agent": "3.887.0",
29
+ "@aws-sdk/region-config-resolver": "3.887.0",
30
+ "@aws-sdk/types": "3.887.0",
31
+ "@aws-sdk/util-endpoints": "3.887.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.887.0",
33
+ "@aws-sdk/util-user-agent-node": "3.887.0",
34
+ "@smithy/config-resolver": "^4.2.1",
35
+ "@smithy/core": "^3.11.0",
36
+ "@smithy/fetch-http-handler": "^5.2.1",
37
+ "@smithy/hash-node": "^4.1.1",
38
+ "@smithy/invalid-dependency": "^4.1.1",
39
+ "@smithy/middleware-content-length": "^4.1.1",
40
+ "@smithy/middleware-endpoint": "^4.2.1",
41
+ "@smithy/middleware-retry": "^4.2.1",
42
+ "@smithy/middleware-serde": "^4.1.1",
43
+ "@smithy/middleware-stack": "^4.1.1",
44
+ "@smithy/node-config-provider": "^4.2.1",
45
+ "@smithy/node-http-handler": "^4.2.1",
46
+ "@smithy/protocol-http": "^5.2.1",
47
+ "@smithy/smithy-client": "^4.6.1",
48
+ "@smithy/types": "^4.5.0",
49
+ "@smithy/url-parser": "^4.1.1",
50
+ "@smithy/util-base64": "^4.1.0",
51
+ "@smithy/util-body-length-browser": "^4.1.0",
52
+ "@smithy/util-body-length-node": "^4.1.0",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.1",
54
+ "@smithy/util-defaults-mode-node": "^4.1.1",
55
+ "@smithy/util-endpoints": "^3.1.1",
56
+ "@smithy/util-middleware": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.1",
58
+ "@smithy/util-stream": "^4.3.1",
59
+ "@smithy/util-utf8": "^4.1.0",
60
+ "@smithy/util-waiter": "^4.1.1",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"