@aws-sdk/client-medialive 3.864.0 → 3.868.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
@@ -715,6 +715,18 @@ var MediaLiveServiceException = class _MediaLiveServiceException extends import_
715
715
  };
716
716
 
717
717
  // src/models/models_1.ts
718
+ var M2tsScte35Control = {
719
+ NONE: "NONE",
720
+ PASSTHROUGH: "PASSTHROUGH"
721
+ };
722
+ var M2tsSegmentationMarkers = {
723
+ EBP: "EBP",
724
+ EBP_LEGACY: "EBP_LEGACY",
725
+ NONE: "NONE",
726
+ PSI_SEGSTART: "PSI_SEGSTART",
727
+ RAI_ADAPT: "RAI_ADAPT",
728
+ RAI_SEGSTART: "RAI_SEGSTART"
729
+ };
718
730
  var M2tsSegmentationStyle = {
719
731
  MAINTAIN_CADENCE: "MAINTAIN_CADENCE",
720
732
  RESET_CADENCE: "RESET_CADENCE"
@@ -5783,6 +5795,11 @@ var de_UnprocessableEntityExceptionRes = /* @__PURE__ */ __name(async (parsedOut
5783
5795
  });
5784
5796
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
5785
5797
  }, "de_UnprocessableEntityExceptionRes");
5798
+ var se___listOfAdditionalDestinations = /* @__PURE__ */ __name((input, context) => {
5799
+ return input.filter((e) => e != null).map((entry) => {
5800
+ return se_AdditionalDestinations(entry, context);
5801
+ });
5802
+ }, "se___listOfAdditionalDestinations");
5786
5803
  var se___listOfAudioChannelMapping = /* @__PURE__ */ __name((input, context) => {
5787
5804
  return input.filter((e) => e != null).map((entry) => {
5788
5805
  return se_AudioChannelMapping(entry, context);
@@ -6033,6 +6050,11 @@ var se_AccountConfiguration = /* @__PURE__ */ __name((input, context) => {
6033
6050
  kmsKeyId: [, , `KmsKeyId`]
6034
6051
  });
6035
6052
  }, "se_AccountConfiguration");
6053
+ var se_AdditionalDestinations = /* @__PURE__ */ __name((input, context) => {
6054
+ return (0, import_smithy_client.take)(input, {
6055
+ destination: [, (_) => se_OutputLocationRef(_, context), `Destination`]
6056
+ });
6057
+ }, "se_AdditionalDestinations");
6036
6058
  var se_AncillarySourceSettings = /* @__PURE__ */ __name((input, context) => {
6037
6059
  return (0, import_smithy_client.take)(input, {
6038
6060
  sourceAncillaryChannelNumber: [, , `SourceAncillaryChannelNumber`]
@@ -6377,6 +6399,7 @@ var se_CmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((input, context
6377
6399
  }, "se_CmafIngestCaptionLanguageMapping");
6378
6400
  var se_CmafIngestGroupSettings = /* @__PURE__ */ __name((input, context) => {
6379
6401
  return (0, import_smithy_client.take)(input, {
6402
+ additionalDestinations: [, (_) => se___listOfAdditionalDestinations(_, context), `AdditionalDestinations`],
6380
6403
  captionLanguageMappings: [
6381
6404
  ,
6382
6405
  (_) => se___listOfCmafIngestCaptionLanguageMapping(_, context),
@@ -8029,6 +8052,12 @@ var se_WebvttDestinationSettings = /* @__PURE__ */ __name((input, context) => {
8029
8052
  styleControl: [, , `StyleControl`]
8030
8053
  });
8031
8054
  }, "se_WebvttDestinationSettings");
8055
+ var de___listOfAdditionalDestinations = /* @__PURE__ */ __name((output, context) => {
8056
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
8057
+ return de_AdditionalDestinations(entry, context);
8058
+ });
8059
+ return retVal;
8060
+ }, "de___listOfAdditionalDestinations");
8032
8061
  var de___listOfAudioChannelMapping = /* @__PURE__ */ __name((output, context) => {
8033
8062
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
8034
8063
  return de_AudioChannelMapping(entry, context);
@@ -8467,6 +8496,11 @@ var de_AccountConfiguration = /* @__PURE__ */ __name((output, context) => {
8467
8496
  KmsKeyId: [, import_smithy_client.expectString, `kmsKeyId`]
8468
8497
  });
8469
8498
  }, "de_AccountConfiguration");
8499
+ var de_AdditionalDestinations = /* @__PURE__ */ __name((output, context) => {
8500
+ return (0, import_smithy_client.take)(output, {
8501
+ Destination: [, (_) => de_OutputLocationRef(_, context), `destination`]
8502
+ });
8503
+ }, "de_AdditionalDestinations");
8470
8504
  var de_AncillarySourceSettings = /* @__PURE__ */ __name((output, context) => {
8471
8505
  return (0, import_smithy_client.take)(output, {
8472
8506
  SourceAncillaryChannelNumber: [, import_smithy_client.expectInt32, `sourceAncillaryChannelNumber`]
@@ -8904,6 +8938,7 @@ var de_CmafIngestCaptionLanguageMapping = /* @__PURE__ */ __name((output, contex
8904
8938
  }, "de_CmafIngestCaptionLanguageMapping");
8905
8939
  var de_CmafIngestGroupSettings = /* @__PURE__ */ __name((output, context) => {
8906
8940
  return (0, import_smithy_client.take)(output, {
8941
+ AdditionalDestinations: [, (_) => de___listOfAdditionalDestinations(_, context), `additionalDestinations`],
8907
8942
  CaptionLanguageMappings: [
8908
8943
  ,
8909
8944
  (_) => de___listOfCmafIngestCaptionLanguageMapping(_, context),
@@ -14949,18 +14984,6 @@ var M2tsRateMode = {
14949
14984
  CBR: "CBR",
14950
14985
  VBR: "VBR"
14951
14986
  };
14952
- var M2tsScte35Control = {
14953
- NONE: "NONE",
14954
- PASSTHROUGH: "PASSTHROUGH"
14955
- };
14956
- var M2tsSegmentationMarkers = {
14957
- EBP: "EBP",
14958
- EBP_LEGACY: "EBP_LEGACY",
14959
- NONE: "NONE",
14960
- PSI_SEGSTART: "PSI_SEGSTART",
14961
- RAI_ADAPT: "RAI_ADAPT",
14962
- RAI_SEGSTART: "RAI_SEGSTART"
14963
- };
14964
14987
  // Annotate the CommonJS export names for ESM import in node:
14965
14988
 
14966
14989
  0 && (module.exports = {
@@ -827,15 +827,3 @@ export const M2tsRateMode = {
827
827
  CBR: "CBR",
828
828
  VBR: "VBR",
829
829
  };
830
- export const M2tsScte35Control = {
831
- NONE: "NONE",
832
- PASSTHROUGH: "PASSTHROUGH",
833
- };
834
- export const M2tsSegmentationMarkers = {
835
- EBP: "EBP",
836
- EBP_LEGACY: "EBP_LEGACY",
837
- NONE: "NONE",
838
- PSI_SEGSTART: "PSI_SEGSTART",
839
- RAI_ADAPT: "RAI_ADAPT",
840
- RAI_SEGSTART: "RAI_SEGSTART",
841
- };
@@ -1,4 +1,16 @@
1
1
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
2
+ export const M2tsScte35Control = {
3
+ NONE: "NONE",
4
+ PASSTHROUGH: "PASSTHROUGH",
5
+ };
6
+ export const M2tsSegmentationMarkers = {
7
+ EBP: "EBP",
8
+ EBP_LEGACY: "EBP_LEGACY",
9
+ NONE: "NONE",
10
+ PSI_SEGSTART: "PSI_SEGSTART",
11
+ RAI_ADAPT: "RAI_ADAPT",
12
+ RAI_SEGSTART: "RAI_SEGSTART",
13
+ };
2
14
  export const M2tsSegmentationStyle = {
3
15
  MAINTAIN_CADENCE: "MAINTAIN_CADENCE",
4
16
  RESET_CADENCE: "RESET_CADENCE",
@@ -3991,6 +3991,13 @@ const de_UnprocessableEntityExceptionRes = async (parsedOutput, context) => {
3991
3991
  });
3992
3992
  return __decorateServiceException(exception, parsedOutput.body);
3993
3993
  };
3994
+ const se___listOfAdditionalDestinations = (input, context) => {
3995
+ return input
3996
+ .filter((e) => e != null)
3997
+ .map((entry) => {
3998
+ return se_AdditionalDestinations(entry, context);
3999
+ });
4000
+ };
3994
4001
  const se___listOfAudioChannelMapping = (input, context) => {
3995
4002
  return input
3996
4003
  .filter((e) => e != null)
@@ -4329,6 +4336,11 @@ const se_AccountConfiguration = (input, context) => {
4329
4336
  kmsKeyId: [, , `KmsKeyId`],
4330
4337
  });
4331
4338
  };
4339
+ const se_AdditionalDestinations = (input, context) => {
4340
+ return take(input, {
4341
+ destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
4342
+ });
4343
+ };
4332
4344
  const se_AncillarySourceSettings = (input, context) => {
4333
4345
  return take(input, {
4334
4346
  sourceAncillaryChannelNumber: [, , `SourceAncillaryChannelNumber`],
@@ -4673,6 +4685,7 @@ const se_CmafIngestCaptionLanguageMapping = (input, context) => {
4673
4685
  };
4674
4686
  const se_CmafIngestGroupSettings = (input, context) => {
4675
4687
  return take(input, {
4688
+ additionalDestinations: [, (_) => se___listOfAdditionalDestinations(_, context), `AdditionalDestinations`],
4676
4689
  captionLanguageMappings: [
4677
4690
  ,
4678
4691
  (_) => se___listOfCmafIngestCaptionLanguageMapping(_, context),
@@ -6327,6 +6340,14 @@ const se_WebvttDestinationSettings = (input, context) => {
6327
6340
  styleControl: [, , `StyleControl`],
6328
6341
  });
6329
6342
  };
6343
+ const de___listOfAdditionalDestinations = (output, context) => {
6344
+ const retVal = (output || [])
6345
+ .filter((e) => e != null)
6346
+ .map((entry) => {
6347
+ return de_AdditionalDestinations(entry, context);
6348
+ });
6349
+ return retVal;
6350
+ };
6330
6351
  const de___listOfAudioChannelMapping = (output, context) => {
6331
6352
  const retVal = (output || [])
6332
6353
  .filter((e) => e != null)
@@ -6901,6 +6922,11 @@ const de_AccountConfiguration = (output, context) => {
6901
6922
  KmsKeyId: [, __expectString, `kmsKeyId`],
6902
6923
  });
6903
6924
  };
6925
+ const de_AdditionalDestinations = (output, context) => {
6926
+ return take(output, {
6927
+ Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
6928
+ });
6929
+ };
6904
6930
  const de_AncillarySourceSettings = (output, context) => {
6905
6931
  return take(output, {
6906
6932
  SourceAncillaryChannelNumber: [, __expectInt32, `sourceAncillaryChannelNumber`],
@@ -7338,6 +7364,7 @@ const de_CmafIngestCaptionLanguageMapping = (output, context) => {
7338
7364
  };
7339
7365
  const de_CmafIngestGroupSettings = (output, context) => {
7340
7366
  return take(output, {
7367
+ AdditionalDestinations: [, (_) => de___listOfAdditionalDestinations(_, context), `additionalDestinations`],
7341
7368
  CaptionLanguageMappings: [
7342
7369
  ,
7343
7370
  (_) => de___listOfCmafIngestCaptionLanguageMapping(_, context),
@@ -1,8 +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 { BatchUpdateScheduleRequest } from "../models/models_1";
5
- import { BatchUpdateScheduleResponse } from "../models/models_2";
4
+ import { BatchUpdateScheduleRequest, BatchUpdateScheduleResponse } from "../models/models_2";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -539,6 +539,11 @@ declare const CreateChannelCommand_base: {
539
539
  * TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
540
540
  * TimedMetadataId3Period: Number("int"),
541
541
  * TimedMetadataPassthrough: "DISABLED" || "ENABLED",
542
+ * AdditionalDestinations: [ // __listOfAdditionalDestinations
543
+ * { // AdditionalDestinations
544
+ * Destination: "<OutputLocationRef>", // required
545
+ * },
546
+ * ],
542
547
  * },
543
548
  * SrtGroupSettings: { // SrtGroupSettings
544
549
  * InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -1756,6 +1761,11 @@ declare const CreateChannelCommand_base: {
1756
1761
  * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
1757
1762
  * // TimedMetadataId3Period: Number("int"),
1758
1763
  * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
1764
+ * // AdditionalDestinations: [ // __listOfAdditionalDestinations
1765
+ * // { // AdditionalDestinations
1766
+ * // Destination: "<OutputLocationRef>", // required
1767
+ * // },
1768
+ * // ],
1759
1769
  * // },
1760
1770
  * // SrtGroupSettings: { // SrtGroupSettings
1761
1771
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -550,6 +550,11 @@ declare const DeleteChannelCommand_base: {
550
550
  * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
551
551
  * // TimedMetadataId3Period: Number("int"),
552
552
  * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
553
+ * // AdditionalDestinations: [ // __listOfAdditionalDestinations
554
+ * // { // AdditionalDestinations
555
+ * // Destination: "<OutputLocationRef>", // required
556
+ * // },
557
+ * // ],
553
558
  * // },
554
559
  * // SrtGroupSettings: { // SrtGroupSettings
555
560
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -550,6 +550,11 @@ declare const DescribeChannelCommand_base: {
550
550
  * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
551
551
  * // TimedMetadataId3Period: Number("int"),
552
552
  * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
553
+ * // AdditionalDestinations: [ // __listOfAdditionalDestinations
554
+ * // { // AdditionalDestinations
555
+ * // Destination: "<OutputLocationRef>", // required
556
+ * // },
557
+ * // ],
553
558
  * // },
554
559
  * // SrtGroupSettings: { // SrtGroupSettings
555
560
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -553,6 +553,11 @@ declare const RestartChannelPipelinesCommand_base: {
553
553
  * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
554
554
  * // TimedMetadataId3Period: Number("int"),
555
555
  * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
556
+ * // AdditionalDestinations: [ // __listOfAdditionalDestinations
557
+ * // { // AdditionalDestinations
558
+ * // Destination: "<OutputLocationRef>", // required
559
+ * // },
560
+ * // ],
556
561
  * // },
557
562
  * // SrtGroupSettings: { // SrtGroupSettings
558
563
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -550,6 +550,11 @@ declare const StartChannelCommand_base: {
550
550
  * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
551
551
  * // TimedMetadataId3Period: Number("int"),
552
552
  * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
553
+ * // AdditionalDestinations: [ // __listOfAdditionalDestinations
554
+ * // { // AdditionalDestinations
555
+ * // Destination: "<OutputLocationRef>", // required
556
+ * // },
557
+ * // ],
553
558
  * // },
554
559
  * // SrtGroupSettings: { // SrtGroupSettings
555
560
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -550,6 +550,11 @@ declare const StopChannelCommand_base: {
550
550
  * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
551
551
  * // TimedMetadataId3Period: Number("int"),
552
552
  * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
553
+ * // AdditionalDestinations: [ // __listOfAdditionalDestinations
554
+ * // { // AdditionalDestinations
555
+ * // Destination: "<OutputLocationRef>", // required
556
+ * // },
557
+ * // ],
553
558
  * // },
554
559
  * // SrtGroupSettings: { // SrtGroupSettings
555
560
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -586,6 +586,11 @@ declare const UpdateChannelClassCommand_base: {
586
586
  * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
587
587
  * // TimedMetadataId3Period: Number("int"),
588
588
  * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
589
+ * // AdditionalDestinations: [ // __listOfAdditionalDestinations
590
+ * // { // AdditionalDestinations
591
+ * // Destination: "<OutputLocationRef>", // required
592
+ * // },
593
+ * // ],
589
594
  * // },
590
595
  * // SrtGroupSettings: { // SrtGroupSettings
591
596
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -539,6 +539,11 @@ declare const UpdateChannelCommand_base: {
539
539
  * TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
540
540
  * TimedMetadataId3Period: Number("int"),
541
541
  * TimedMetadataPassthrough: "DISABLED" || "ENABLED",
542
+ * AdditionalDestinations: [ // __listOfAdditionalDestinations
543
+ * { // AdditionalDestinations
544
+ * Destination: "<OutputLocationRef>", // required
545
+ * },
546
+ * ],
542
547
  * },
543
548
  * SrtGroupSettings: { // SrtGroupSettings
544
549
  * InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -1747,6 +1752,11 @@ declare const UpdateChannelCommand_base: {
1747
1752
  * // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
1748
1753
  * // TimedMetadataId3Period: Number("int"),
1749
1754
  * // TimedMetadataPassthrough: "DISABLED" || "ENABLED",
1755
+ * // AdditionalDestinations: [ // __listOfAdditionalDestinations
1756
+ * // { // AdditionalDestinations
1757
+ * // Destination: "<OutputLocationRef>", // required
1758
+ * // },
1759
+ * // ],
1750
1760
  * // },
1751
1761
  * // SrtGroupSettings: { // SrtGroupSettings
1752
1762
  * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -1,3 +1,25 @@
1
+ /**
2
+ * Reference to an OutputDestination ID defined in the channel
3
+ * @public
4
+ */
5
+ export interface OutputLocationRef {
6
+ /**
7
+ * Placeholder documentation for __string
8
+ * @public
9
+ */
10
+ DestinationRefId?: string | undefined;
11
+ }
12
+ /**
13
+ * Additional output destinations for a CMAF Ingest output group
14
+ * @public
15
+ */
16
+ export interface AdditionalDestinations {
17
+ /**
18
+ * The destination location
19
+ * @public
20
+ */
21
+ Destination: OutputLocationRef | undefined;
22
+ }
1
23
  /**
2
24
  * Input Channel Level
3
25
  * @public
@@ -5905,31 +5927,3 @@ export declare const M2tsRateMode: {
5905
5927
  * @public
5906
5928
  */
5907
5929
  export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
5908
- /**
5909
- * @public
5910
- * @enum
5911
- */
5912
- export declare const M2tsScte35Control: {
5913
- readonly NONE: "NONE";
5914
- readonly PASSTHROUGH: "PASSTHROUGH";
5915
- };
5916
- /**
5917
- * @public
5918
- */
5919
- export type M2tsScte35Control = (typeof M2tsScte35Control)[keyof typeof M2tsScte35Control];
5920
- /**
5921
- * @public
5922
- * @enum
5923
- */
5924
- export declare const M2tsSegmentationMarkers: {
5925
- readonly EBP: "EBP";
5926
- readonly EBP_LEGACY: "EBP_LEGACY";
5927
- readonly NONE: "NONE";
5928
- readonly PSI_SEGSTART: "PSI_SEGSTART";
5929
- readonly RAI_ADAPT: "RAI_ADAPT";
5930
- readonly RAI_SEGSTART: "RAI_SEGSTART";
5931
- };
5932
- /**
5933
- * @public
5934
- */
5935
- export type M2tsSegmentationMarkers = (typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
@@ -1,6 +1,34 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
3
- import { 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, M2tsScte35Control, M2tsSegmentationMarkers, OfferingDurationUnits, OfferingType, 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, M2tsPcrControl, M2tsRateMode, OfferingDurationUnits, OfferingType, OutputLocationRef, ReservationResourceSpecification } from "./models_0";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const M2tsScte35Control: {
9
+ readonly NONE: "NONE";
10
+ readonly PASSTHROUGH: "PASSTHROUGH";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type M2tsScte35Control = (typeof M2tsScte35Control)[keyof typeof M2tsScte35Control];
16
+ /**
17
+ * @public
18
+ * @enum
19
+ */
20
+ export declare const M2tsSegmentationMarkers: {
21
+ readonly EBP: "EBP";
22
+ readonly EBP_LEGACY: "EBP_LEGACY";
23
+ readonly NONE: "NONE";
24
+ readonly PSI_SEGSTART: "PSI_SEGSTART";
25
+ readonly RAI_ADAPT: "RAI_ADAPT";
26
+ readonly RAI_SEGSTART: "RAI_SEGSTART";
27
+ };
28
+ /**
29
+ * @public
30
+ */
31
+ export type M2tsSegmentationMarkers = (typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
4
32
  /**
5
33
  * @public
6
34
  * @enum
@@ -821,17 +849,6 @@ export interface MultiplexContainerSettings {
821
849
  */
822
850
  MultiplexM2tsSettings?: MultiplexM2tsSettings | undefined;
823
851
  }
824
- /**
825
- * Reference to an OutputDestination ID defined in the channel
826
- * @public
827
- */
828
- export interface OutputLocationRef {
829
- /**
830
- * Placeholder documentation for __string
831
- * @public
832
- */
833
- DestinationRefId?: string | undefined;
834
- }
835
852
  /**
836
853
  * Multiplex Output Settings
837
854
  * @public
@@ -1314,6 +1331,11 @@ export interface CmafIngestGroupSettings {
1314
1331
  * @public
1315
1332
  */
1316
1333
  TimedMetadataPassthrough?: CmafTimedMetadataPassthrough | undefined;
1334
+ /**
1335
+ * Optional an array of additional destinational HTTP destinations for the OutputGroup outputs
1336
+ * @public
1337
+ */
1338
+ AdditionalDestinations?: AdditionalDestinations[] | undefined;
1317
1339
  }
1318
1340
  /**
1319
1341
  * Frame Capture S3 Settings
@@ -6404,24 +6426,3 @@ export interface BatchStopResponse {
6404
6426
  */
6405
6427
  Successful?: BatchSuccessfulResultModel[] | undefined;
6406
6428
  }
6407
- /**
6408
- * List of actions to create and list of actions to delete.
6409
- * @public
6410
- */
6411
- export interface BatchUpdateScheduleRequest {
6412
- /**
6413
- * Id of the channel whose schedule is being updated.
6414
- * @public
6415
- */
6416
- ChannelId: string | undefined;
6417
- /**
6418
- * Schedule actions to create in the schedule.
6419
- * @public
6420
- */
6421
- Creates?: BatchScheduleActionCreateRequest | undefined;
6422
- /**
6423
- * Schedule actions to delete from the schedule.
6424
- * @public
6425
- */
6426
- Deletes?: BatchScheduleActionDeleteRequest | undefined;
6427
- }
@@ -1,6 +1,27 @@
1
1
  import { StreamingBlobTypes } from "@smithy/types";
2
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";
3
- import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration, BatchScheduleActionCreateResult, 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, 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
+ * List of actions to create and list of actions to delete.
6
+ * @public
7
+ */
8
+ export interface BatchUpdateScheduleRequest {
9
+ /**
10
+ * Id of the channel whose schedule is being updated.
11
+ * @public
12
+ */
13
+ ChannelId: string | undefined;
14
+ /**
15
+ * Schedule actions to create in the schedule.
16
+ * @public
17
+ */
18
+ Creates?: BatchScheduleActionCreateRequest | undefined;
19
+ /**
20
+ * Schedule actions to delete from the schedule.
21
+ * @public
22
+ */
23
+ Deletes?: BatchScheduleActionDeleteRequest | undefined;
24
+ }
4
25
  /**
5
26
  * Placeholder documentation for BatchUpdateScheduleResponse
6
27
  * @public
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { BatchUpdateScheduleRequest } from "../models/models_1";
9
- import { BatchUpdateScheduleResponse } from "../models/models_2";
8
+ import {
9
+ BatchUpdateScheduleRequest,
10
+ BatchUpdateScheduleResponse,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface BatchUpdateScheduleCommandInput
@@ -1,3 +1,9 @@
1
+ export interface OutputLocationRef {
2
+ DestinationRefId?: string | undefined;
3
+ }
4
+ export interface AdditionalDestinations {
5
+ Destination: OutputLocationRef | undefined;
6
+ }
1
7
  export interface InputChannelLevel {
2
8
  Gain: number | undefined;
3
9
  InputChannel: number | undefined;
@@ -1973,19 +1979,3 @@ export declare const M2tsRateMode: {
1973
1979
  readonly VBR: "VBR";
1974
1980
  };
1975
1981
  export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
1976
- export declare const M2tsScte35Control: {
1977
- readonly NONE: "NONE";
1978
- readonly PASSTHROUGH: "PASSTHROUGH";
1979
- };
1980
- export type M2tsScte35Control =
1981
- (typeof M2tsScte35Control)[keyof typeof M2tsScte35Control];
1982
- export declare const M2tsSegmentationMarkers: {
1983
- readonly EBP: "EBP";
1984
- readonly EBP_LEGACY: "EBP_LEGACY";
1985
- readonly NONE: "NONE";
1986
- readonly PSI_SEGSTART: "PSI_SEGSTART";
1987
- readonly RAI_ADAPT: "RAI_ADAPT";
1988
- readonly RAI_SEGSTART: "RAI_SEGSTART";
1989
- };
1990
- export type M2tsSegmentationMarkers =
1991
- (typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
3
3
  import {
4
+ AdditionalDestinations,
4
5
  Algorithm,
5
6
  BatchFailedResultModel,
6
7
  BatchSuccessfulResultModel,
@@ -28,12 +29,27 @@ import {
28
29
  M2tsNielsenId3Behavior,
29
30
  M2tsPcrControl,
30
31
  M2tsRateMode,
31
- M2tsScte35Control,
32
- M2tsSegmentationMarkers,
33
32
  OfferingDurationUnits,
34
33
  OfferingType,
34
+ OutputLocationRef,
35
35
  ReservationResourceSpecification,
36
36
  } from "./models_0";
37
+ export declare const M2tsScte35Control: {
38
+ readonly NONE: "NONE";
39
+ readonly PASSTHROUGH: "PASSTHROUGH";
40
+ };
41
+ export type M2tsScte35Control =
42
+ (typeof M2tsScte35Control)[keyof typeof M2tsScte35Control];
43
+ export declare const M2tsSegmentationMarkers: {
44
+ readonly EBP: "EBP";
45
+ readonly EBP_LEGACY: "EBP_LEGACY";
46
+ readonly NONE: "NONE";
47
+ readonly PSI_SEGSTART: "PSI_SEGSTART";
48
+ readonly RAI_ADAPT: "RAI_ADAPT";
49
+ readonly RAI_SEGSTART: "RAI_SEGSTART";
50
+ };
51
+ export type M2tsSegmentationMarkers =
52
+ (typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
37
53
  export declare const M2tsSegmentationStyle: {
38
54
  readonly MAINTAIN_CADENCE: "MAINTAIN_CADENCE";
39
55
  readonly RESET_CADENCE: "RESET_CADENCE";
@@ -253,9 +269,6 @@ export interface MultiplexM2tsSettings {
253
269
  export interface MultiplexContainerSettings {
254
270
  MultiplexM2tsSettings?: MultiplexM2tsSettings | undefined;
255
271
  }
256
- export interface OutputLocationRef {
257
- DestinationRefId?: string | undefined;
258
- }
259
272
  export interface MultiplexOutputSettings {
260
273
  Destination: OutputLocationRef | undefined;
261
274
  ContainerSettings?: MultiplexContainerSettings | undefined;
@@ -402,6 +415,7 @@ export interface CmafIngestGroupSettings {
402
415
  TimedMetadataId3Frame?: CmafTimedMetadataId3Frame | undefined;
403
416
  TimedMetadataId3Period?: number | undefined;
404
417
  TimedMetadataPassthrough?: CmafTimedMetadataPassthrough | undefined;
418
+ AdditionalDestinations?: AdditionalDestinations[] | undefined;
405
419
  }
406
420
  export interface FrameCaptureS3Settings {
407
421
  CannedAcl?: S3CannedAcl | undefined;
@@ -2088,8 +2102,3 @@ export interface BatchStopResponse {
2088
2102
  Failed?: BatchFailedResultModel[] | undefined;
2089
2103
  Successful?: BatchSuccessfulResultModel[] | undefined;
2090
2104
  }
2091
- export interface BatchUpdateScheduleRequest {
2092
- ChannelId: string | undefined;
2093
- Creates?: BatchScheduleActionCreateRequest | undefined;
2094
- Deletes?: BatchScheduleActionDeleteRequest | undefined;
2095
- }
@@ -102,7 +102,9 @@ import {
102
102
  AnywhereSettings,
103
103
  AvailBlanking,
104
104
  AvailConfiguration,
105
+ BatchScheduleActionCreateRequest,
105
106
  BatchScheduleActionCreateResult,
107
+ BatchScheduleActionDeleteRequest,
106
108
  BatchScheduleActionDeleteResult,
107
109
  OutputGroup,
108
110
  PipelineDetail,
@@ -124,6 +126,11 @@ import {
124
126
  TransferringInputDeviceSummary,
125
127
  VideoDescription,
126
128
  } from "./models_1";
129
+ export interface BatchUpdateScheduleRequest {
130
+ ChannelId: string | undefined;
131
+ Creates?: BatchScheduleActionCreateRequest | undefined;
132
+ Deletes?: BatchScheduleActionDeleteRequest | undefined;
133
+ }
127
134
  export interface BatchUpdateScheduleResponse {
128
135
  Creates?: BatchScheduleActionCreateResult | undefined;
129
136
  Deletes?: BatchScheduleActionDeleteResult | 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.864.0",
4
+ "version": "3.868.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",