@aws-sdk/client-medialive 3.451.0 → 3.454.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/models/models_1.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +66 -0
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +66 -0
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +75 -3
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +26 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexesCommand.d.ts +1 -2
- package/dist-types/commands/StartChannelCommand.d.ts +1 -0
- package/dist-types/commands/StopChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +111 -49
- package/dist-types/models/models_2.d.ts +50 -2
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +27 -12
- package/dist-types/ts3.4/models/models_2.d.ts +12 -0
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.H264EntropyEncoding = exports.H264ColorMetadata = exports.AfdSignaling = exports.H264AdaptiveQuantization = exports.TimecodeBurninPosition = exports.TimecodeBurninFontSize = exports.FrameCaptureIntervalUnit = exports.InputDeviceTransferType = exports.ThumbnailType = exports.FollowPoint = exports.Scte35SegmentationCancelIndicator = exports.Scte35WebDeliveryAllowedFlag = exports.Scte35NoRegionalBlackoutFlag = exports.Scte35DeviceRestrictions = exports.Scte35ArchiveAllowedFlag = exports.Scte35InputMode = exports.LastFrameClippingBehavior = exports.InputTimecodeSource = exports.ReservationState = exports.ReservationAutomaticRenewal = exports.PipelineId = exports.UdpTimedMetadataId3Frame = exports.InputLossActionForUdpOut = exports.InputLossActionForRtmpOut = exports.IncludeFillerNalUnits = exports.RtmpCaptionData = exports.RtmpCacheFullBehavior = exports.AuthenticationScheme = exports.RtmpAdMarkers = exports.SmoothGroupTimestampOffsetMode = exports.SmoothGroupStreamManifestBehavior = exports.SmoothGroupSparseTrackType = exports.SmoothGroupSegmentationMode = exports.InputLossActionForMsSmoothOut = exports.SmoothGroupEventStopBehavior = exports.SmoothGroupEventIdMode = exports.SmoothGroupCertificateMode = exports.SmoothGroupAudioOnlyTimecodeControl = exports.HlsTsFileMode = exports.HlsTimedMetadataId3Frame = exports.HlsStreamInfResolution = exports.HlsSegmentationMode = exports.HlsRedundantManifest = exports.HlsProgramDateTimeClock = exports.HlsProgramDateTime = exports.HlsOutputSelection = exports.HlsMode = exports.HlsManifestDurationFormat = exports.HlsManifestCompression = exports.HlsIvSource = void 0;
|
|
4
4
|
exports.GatewayTimeoutException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.BadGatewayException = exports.AcceptHeader = exports.VideoDescriptionScalingBehavior = exports.VideoDescriptionRespondToAfd = exports.Mpeg2TimecodeInsertionBehavior = exports.Mpeg2SubGopLength = exports.Mpeg2ScanType = exports.Mpeg2GopSizeUnits = exports.Mpeg2DisplayRatio = exports.Mpeg2ColorSpace = exports.Mpeg2ColorMetadata = exports.Mpeg2AdaptiveQuantization = exports.H265TimecodeInsertionBehavior = exports.H265Tier = exports.H265SceneChangeDetect = exports.H265ScanType = exports.H265RateControlMode = exports.H265Profile = exports.H265LookAheadRateControl = exports.H265Level = exports.H265GopSizeUnits = exports.H265FlickerAq = exports.H265ColorMetadata = exports.H265AlternativeTransferFunction = exports.H265AdaptiveQuantization = exports.H264TimecodeInsertionBehavior = exports.H264TemporalAq = exports.H264Syntax = exports.H264SubGopLength = exports.H264SpatialAq = exports.H264SceneChangeDetect = exports.H264ScanType = exports.H264RateControlMode = exports.H264QualityLevel = exports.H264Profile = exports.H264ParControl = exports.H264LookAheadRateControl = exports.H264Level = exports.H264GopSizeUnits = exports.H264GopBReference = exports.H264FramerateControl = exports.H264ForceFieldPictures = exports.H264FlickerAq = exports.FixedAfd = exports.TemporalFilterStrength = exports.TemporalFilterPostFilterSharpening = void 0;
|
|
5
|
-
exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = exports.PreferredChannelPipeline = exports.ContentType = exports.TimecodeConfigSource = exports.ThumbnailState = exports.NielsenPcmToId3TaggingState = exports.MotionGraphicsInsertion = exports.GlobalConfigurationLowFramerateInputs = exports.GlobalConfigurationOutputTimingSource = exports.GlobalConfigurationOutputLockingMode = exports.InputLossImageType = exports.GlobalConfigurationInputEndAction = exports.FeatureActivationsInputPrepareScheduleActions = exports.BlackoutSlateState = exports.BlackoutSlateNetworkEndBlackout = exports.Scte35AposWebDeliveryAllowedBehavior = exports.Scte35AposNoRegionalBlackoutBehavior = exports.Scte35SpliceInsertWebDeliveryAllowedBehavior = exports.Scte35SpliceInsertNoRegionalBlackoutBehavior = exports.AvailBlankingState = exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = void 0;
|
|
5
|
+
exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = exports.PreferredChannelPipeline = exports.ContentType = exports.TimecodeConfigSource = exports.ThumbnailState = exports.NielsenPcmToId3TaggingState = exports.MotionGraphicsInsertion = exports.GlobalConfigurationLowFramerateInputs = exports.GlobalConfigurationOutputTimingSource = exports.GlobalConfigurationOutputLockingMode = exports.InputLossImageType = exports.GlobalConfigurationInputEndAction = exports.FeatureActivationsOutputStaticImageOverlayScheduleActions = exports.FeatureActivationsInputPrepareScheduleActions = exports.BlackoutSlateState = exports.BlackoutSlateNetworkEndBlackout = exports.Scte35AposWebDeliveryAllowedBehavior = exports.Scte35AposNoRegionalBlackoutBehavior = exports.Scte35SpliceInsertWebDeliveryAllowedBehavior = exports.Scte35SpliceInsertNoRegionalBlackoutBehavior = exports.AvailBlankingState = exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = void 0;
|
|
6
6
|
const MediaLiveServiceException_1 = require("./MediaLiveServiceException");
|
|
7
7
|
exports.HlsIvSource = {
|
|
8
8
|
EXPLICIT: "EXPLICIT",
|
|
@@ -639,6 +639,10 @@ exports.FeatureActivationsInputPrepareScheduleActions = {
|
|
|
639
639
|
DISABLED: "DISABLED",
|
|
640
640
|
ENABLED: "ENABLED",
|
|
641
641
|
};
|
|
642
|
+
exports.FeatureActivationsOutputStaticImageOverlayScheduleActions = {
|
|
643
|
+
DISABLED: "DISABLED",
|
|
644
|
+
ENABLED: "ENABLED",
|
|
645
|
+
};
|
|
642
646
|
exports.GlobalConfigurationInputEndAction = {
|
|
643
647
|
NONE: "NONE",
|
|
644
648
|
SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS",
|
|
@@ -5655,6 +5655,7 @@ const se_FailoverConditionSettings = (input, context) => {
|
|
|
5655
5655
|
const se_FeatureActivations = (input, context) => {
|
|
5656
5656
|
return (0, smithy_client_1.take)(input, {
|
|
5657
5657
|
inputPrepareScheduleActions: [, , `InputPrepareScheduleActions`],
|
|
5658
|
+
outputStaticImageOverlayScheduleActions: [, , `OutputStaticImageOverlayScheduleActions`],
|
|
5658
5659
|
});
|
|
5659
5660
|
};
|
|
5660
5661
|
const se_FecOutputSettings = (input, context) => {
|
|
@@ -6535,6 +6536,16 @@ const se_ScheduleActionSettings = (input, context) => {
|
|
|
6535
6536
|
(_) => se_StaticImageDeactivateScheduleActionSettings(_, context),
|
|
6536
6537
|
`StaticImageDeactivateSettings`,
|
|
6537
6538
|
],
|
|
6539
|
+
staticImageOutputActivateSettings: [
|
|
6540
|
+
,
|
|
6541
|
+
(_) => se_StaticImageOutputActivateScheduleActionSettings(_, context),
|
|
6542
|
+
`StaticImageOutputActivateSettings`,
|
|
6543
|
+
],
|
|
6544
|
+
staticImageOutputDeactivateSettings: [
|
|
6545
|
+
,
|
|
6546
|
+
(_) => se_StaticImageOutputDeactivateScheduleActionSettings(_, context),
|
|
6547
|
+
`StaticImageOutputDeactivateSettings`,
|
|
6548
|
+
],
|
|
6538
6549
|
});
|
|
6539
6550
|
};
|
|
6540
6551
|
const se_ScheduleActionStartSettings = (input, context) => {
|
|
@@ -6668,6 +6679,28 @@ const se_StaticImageDeactivateScheduleActionSettings = (input, context) => {
|
|
|
6668
6679
|
layer: [, , `Layer`],
|
|
6669
6680
|
});
|
|
6670
6681
|
};
|
|
6682
|
+
const se_StaticImageOutputActivateScheduleActionSettings = (input, context) => {
|
|
6683
|
+
return (0, smithy_client_1.take)(input, {
|
|
6684
|
+
duration: [, , `Duration`],
|
|
6685
|
+
fadeIn: [, , `FadeIn`],
|
|
6686
|
+
fadeOut: [, , `FadeOut`],
|
|
6687
|
+
height: [, , `Height`],
|
|
6688
|
+
image: [, (_) => se_InputLocation(_, context), `Image`],
|
|
6689
|
+
imageX: [, , `ImageX`],
|
|
6690
|
+
imageY: [, , `ImageY`],
|
|
6691
|
+
layer: [, , `Layer`],
|
|
6692
|
+
opacity: [, , `Opacity`],
|
|
6693
|
+
outputNames: [, smithy_client_1._json, `OutputNames`],
|
|
6694
|
+
width: [, , `Width`],
|
|
6695
|
+
});
|
|
6696
|
+
};
|
|
6697
|
+
const se_StaticImageOutputDeactivateScheduleActionSettings = (input, context) => {
|
|
6698
|
+
return (0, smithy_client_1.take)(input, {
|
|
6699
|
+
fadeOut: [, , `FadeOut`],
|
|
6700
|
+
layer: [, , `Layer`],
|
|
6701
|
+
outputNames: [, smithy_client_1._json, `OutputNames`],
|
|
6702
|
+
});
|
|
6703
|
+
};
|
|
6671
6704
|
const se_StaticKeySettings = (input, context) => {
|
|
6672
6705
|
return (0, smithy_client_1.take)(input, {
|
|
6673
6706
|
keyProviderServer: [, (_) => se_InputLocation(_, context), `KeyProviderServer`],
|
|
@@ -7657,6 +7690,7 @@ const de_FailoverConditionSettings = (output, context) => {
|
|
|
7657
7690
|
const de_FeatureActivations = (output, context) => {
|
|
7658
7691
|
return (0, smithy_client_1.take)(output, {
|
|
7659
7692
|
InputPrepareScheduleActions: [, smithy_client_1.expectString, `inputPrepareScheduleActions`],
|
|
7693
|
+
OutputStaticImageOverlayScheduleActions: [, smithy_client_1.expectString, `outputStaticImageOverlayScheduleActions`],
|
|
7660
7694
|
});
|
|
7661
7695
|
};
|
|
7662
7696
|
const de_FecOutputSettings = (output, context) => {
|
|
@@ -8755,6 +8789,16 @@ const de_ScheduleActionSettings = (output, context) => {
|
|
|
8755
8789
|
(_) => de_StaticImageDeactivateScheduleActionSettings(_, context),
|
|
8756
8790
|
`staticImageDeactivateSettings`,
|
|
8757
8791
|
],
|
|
8792
|
+
StaticImageOutputActivateSettings: [
|
|
8793
|
+
,
|
|
8794
|
+
(_) => de_StaticImageOutputActivateScheduleActionSettings(_, context),
|
|
8795
|
+
`staticImageOutputActivateSettings`,
|
|
8796
|
+
],
|
|
8797
|
+
StaticImageOutputDeactivateSettings: [
|
|
8798
|
+
,
|
|
8799
|
+
(_) => de_StaticImageOutputDeactivateScheduleActionSettings(_, context),
|
|
8800
|
+
`staticImageOutputDeactivateSettings`,
|
|
8801
|
+
],
|
|
8758
8802
|
});
|
|
8759
8803
|
};
|
|
8760
8804
|
const de_ScheduleActionStartSettings = (output, context) => {
|
|
@@ -8888,6 +8932,28 @@ const de_StaticImageDeactivateScheduleActionSettings = (output, context) => {
|
|
|
8888
8932
|
Layer: [, smithy_client_1.expectInt32, `layer`],
|
|
8889
8933
|
});
|
|
8890
8934
|
};
|
|
8935
|
+
const de_StaticImageOutputActivateScheduleActionSettings = (output, context) => {
|
|
8936
|
+
return (0, smithy_client_1.take)(output, {
|
|
8937
|
+
Duration: [, smithy_client_1.expectInt32, `duration`],
|
|
8938
|
+
FadeIn: [, smithy_client_1.expectInt32, `fadeIn`],
|
|
8939
|
+
FadeOut: [, smithy_client_1.expectInt32, `fadeOut`],
|
|
8940
|
+
Height: [, smithy_client_1.expectInt32, `height`],
|
|
8941
|
+
Image: [, (_) => de_InputLocation(_, context), `image`],
|
|
8942
|
+
ImageX: [, smithy_client_1.expectInt32, `imageX`],
|
|
8943
|
+
ImageY: [, smithy_client_1.expectInt32, `imageY`],
|
|
8944
|
+
Layer: [, smithy_client_1.expectInt32, `layer`],
|
|
8945
|
+
Opacity: [, smithy_client_1.expectInt32, `opacity`],
|
|
8946
|
+
OutputNames: [, smithy_client_1._json, `outputNames`],
|
|
8947
|
+
Width: [, smithy_client_1.expectInt32, `width`],
|
|
8948
|
+
});
|
|
8949
|
+
};
|
|
8950
|
+
const de_StaticImageOutputDeactivateScheduleActionSettings = (output, context) => {
|
|
8951
|
+
return (0, smithy_client_1.take)(output, {
|
|
8952
|
+
FadeOut: [, smithy_client_1.expectInt32, `fadeOut`],
|
|
8953
|
+
Layer: [, smithy_client_1.expectInt32, `layer`],
|
|
8954
|
+
OutputNames: [, smithy_client_1._json, `outputNames`],
|
|
8955
|
+
});
|
|
8956
|
+
};
|
|
8891
8957
|
const de_StaticKeySettings = (output, context) => {
|
|
8892
8958
|
return (0, smithy_client_1.take)(output, {
|
|
8893
8959
|
KeyProviderServer: [, (_) => de_InputLocation(_, context), `keyProviderServer`],
|
|
@@ -625,6 +625,10 @@ export const FeatureActivationsInputPrepareScheduleActions = {
|
|
|
625
625
|
DISABLED: "DISABLED",
|
|
626
626
|
ENABLED: "ENABLED",
|
|
627
627
|
};
|
|
628
|
+
export const FeatureActivationsOutputStaticImageOverlayScheduleActions = {
|
|
629
|
+
DISABLED: "DISABLED",
|
|
630
|
+
ENABLED: "ENABLED",
|
|
631
|
+
};
|
|
628
632
|
export const GlobalConfigurationInputEndAction = {
|
|
629
633
|
NONE: "NONE",
|
|
630
634
|
SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS",
|
|
@@ -5522,6 +5522,7 @@ const se_FailoverConditionSettings = (input, context) => {
|
|
|
5522
5522
|
const se_FeatureActivations = (input, context) => {
|
|
5523
5523
|
return take(input, {
|
|
5524
5524
|
inputPrepareScheduleActions: [, , `InputPrepareScheduleActions`],
|
|
5525
|
+
outputStaticImageOverlayScheduleActions: [, , `OutputStaticImageOverlayScheduleActions`],
|
|
5525
5526
|
});
|
|
5526
5527
|
};
|
|
5527
5528
|
const se_FecOutputSettings = (input, context) => {
|
|
@@ -6402,6 +6403,16 @@ const se_ScheduleActionSettings = (input, context) => {
|
|
|
6402
6403
|
(_) => se_StaticImageDeactivateScheduleActionSettings(_, context),
|
|
6403
6404
|
`StaticImageDeactivateSettings`,
|
|
6404
6405
|
],
|
|
6406
|
+
staticImageOutputActivateSettings: [
|
|
6407
|
+
,
|
|
6408
|
+
(_) => se_StaticImageOutputActivateScheduleActionSettings(_, context),
|
|
6409
|
+
`StaticImageOutputActivateSettings`,
|
|
6410
|
+
],
|
|
6411
|
+
staticImageOutputDeactivateSettings: [
|
|
6412
|
+
,
|
|
6413
|
+
(_) => se_StaticImageOutputDeactivateScheduleActionSettings(_, context),
|
|
6414
|
+
`StaticImageOutputDeactivateSettings`,
|
|
6415
|
+
],
|
|
6405
6416
|
});
|
|
6406
6417
|
};
|
|
6407
6418
|
const se_ScheduleActionStartSettings = (input, context) => {
|
|
@@ -6535,6 +6546,28 @@ const se_StaticImageDeactivateScheduleActionSettings = (input, context) => {
|
|
|
6535
6546
|
layer: [, , `Layer`],
|
|
6536
6547
|
});
|
|
6537
6548
|
};
|
|
6549
|
+
const se_StaticImageOutputActivateScheduleActionSettings = (input, context) => {
|
|
6550
|
+
return take(input, {
|
|
6551
|
+
duration: [, , `Duration`],
|
|
6552
|
+
fadeIn: [, , `FadeIn`],
|
|
6553
|
+
fadeOut: [, , `FadeOut`],
|
|
6554
|
+
height: [, , `Height`],
|
|
6555
|
+
image: [, (_) => se_InputLocation(_, context), `Image`],
|
|
6556
|
+
imageX: [, , `ImageX`],
|
|
6557
|
+
imageY: [, , `ImageY`],
|
|
6558
|
+
layer: [, , `Layer`],
|
|
6559
|
+
opacity: [, , `Opacity`],
|
|
6560
|
+
outputNames: [, _json, `OutputNames`],
|
|
6561
|
+
width: [, , `Width`],
|
|
6562
|
+
});
|
|
6563
|
+
};
|
|
6564
|
+
const se_StaticImageOutputDeactivateScheduleActionSettings = (input, context) => {
|
|
6565
|
+
return take(input, {
|
|
6566
|
+
fadeOut: [, , `FadeOut`],
|
|
6567
|
+
layer: [, , `Layer`],
|
|
6568
|
+
outputNames: [, _json, `OutputNames`],
|
|
6569
|
+
});
|
|
6570
|
+
};
|
|
6538
6571
|
const se_StaticKeySettings = (input, context) => {
|
|
6539
6572
|
return take(input, {
|
|
6540
6573
|
keyProviderServer: [, (_) => se_InputLocation(_, context), `KeyProviderServer`],
|
|
@@ -7524,6 +7557,7 @@ const de_FailoverConditionSettings = (output, context) => {
|
|
|
7524
7557
|
const de_FeatureActivations = (output, context) => {
|
|
7525
7558
|
return take(output, {
|
|
7526
7559
|
InputPrepareScheduleActions: [, __expectString, `inputPrepareScheduleActions`],
|
|
7560
|
+
OutputStaticImageOverlayScheduleActions: [, __expectString, `outputStaticImageOverlayScheduleActions`],
|
|
7527
7561
|
});
|
|
7528
7562
|
};
|
|
7529
7563
|
const de_FecOutputSettings = (output, context) => {
|
|
@@ -8622,6 +8656,16 @@ const de_ScheduleActionSettings = (output, context) => {
|
|
|
8622
8656
|
(_) => de_StaticImageDeactivateScheduleActionSettings(_, context),
|
|
8623
8657
|
`staticImageDeactivateSettings`,
|
|
8624
8658
|
],
|
|
8659
|
+
StaticImageOutputActivateSettings: [
|
|
8660
|
+
,
|
|
8661
|
+
(_) => de_StaticImageOutputActivateScheduleActionSettings(_, context),
|
|
8662
|
+
`staticImageOutputActivateSettings`,
|
|
8663
|
+
],
|
|
8664
|
+
StaticImageOutputDeactivateSettings: [
|
|
8665
|
+
,
|
|
8666
|
+
(_) => de_StaticImageOutputDeactivateScheduleActionSettings(_, context),
|
|
8667
|
+
`staticImageOutputDeactivateSettings`,
|
|
8668
|
+
],
|
|
8625
8669
|
});
|
|
8626
8670
|
};
|
|
8627
8671
|
const de_ScheduleActionStartSettings = (output, context) => {
|
|
@@ -8755,6 +8799,28 @@ const de_StaticImageDeactivateScheduleActionSettings = (output, context) => {
|
|
|
8755
8799
|
Layer: [, __expectInt32, `layer`],
|
|
8756
8800
|
});
|
|
8757
8801
|
};
|
|
8802
|
+
const de_StaticImageOutputActivateScheduleActionSettings = (output, context) => {
|
|
8803
|
+
return take(output, {
|
|
8804
|
+
Duration: [, __expectInt32, `duration`],
|
|
8805
|
+
FadeIn: [, __expectInt32, `fadeIn`],
|
|
8806
|
+
FadeOut: [, __expectInt32, `fadeOut`],
|
|
8807
|
+
Height: [, __expectInt32, `height`],
|
|
8808
|
+
Image: [, (_) => de_InputLocation(_, context), `image`],
|
|
8809
|
+
ImageX: [, __expectInt32, `imageX`],
|
|
8810
|
+
ImageY: [, __expectInt32, `imageY`],
|
|
8811
|
+
Layer: [, __expectInt32, `layer`],
|
|
8812
|
+
Opacity: [, __expectInt32, `opacity`],
|
|
8813
|
+
OutputNames: [, _json, `outputNames`],
|
|
8814
|
+
Width: [, __expectInt32, `width`],
|
|
8815
|
+
});
|
|
8816
|
+
};
|
|
8817
|
+
const de_StaticImageOutputDeactivateScheduleActionSettings = (output, context) => {
|
|
8818
|
+
return take(output, {
|
|
8819
|
+
FadeOut: [, __expectInt32, `fadeOut`],
|
|
8820
|
+
Layer: [, __expectInt32, `layer`],
|
|
8821
|
+
OutputNames: [, _json, `outputNames`],
|
|
8822
|
+
});
|
|
8823
|
+
};
|
|
8758
8824
|
const de_StaticKeySettings = (output, context) => {
|
|
8759
8825
|
return take(output, {
|
|
8760
8826
|
KeyProviderServer: [, (_) => de_InputLocation(_, context), `keyProviderServer`],
|
|
@@ -147,6 +147,32 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
147
147
|
* FadeOut: Number("int"),
|
|
148
148
|
* Layer: Number("int"),
|
|
149
149
|
* },
|
|
150
|
+
* StaticImageOutputActivateSettings: { // StaticImageOutputActivateScheduleActionSettings
|
|
151
|
+
* Duration: Number("int"),
|
|
152
|
+
* FadeIn: Number("int"),
|
|
153
|
+
* FadeOut: Number("int"),
|
|
154
|
+
* Height: Number("int"),
|
|
155
|
+
* Image: {
|
|
156
|
+
* PasswordParam: "STRING_VALUE",
|
|
157
|
+
* Uri: "STRING_VALUE", // required
|
|
158
|
+
* Username: "STRING_VALUE",
|
|
159
|
+
* },
|
|
160
|
+
* ImageX: Number("int"),
|
|
161
|
+
* ImageY: Number("int"),
|
|
162
|
+
* Layer: Number("int"),
|
|
163
|
+
* Opacity: Number("int"),
|
|
164
|
+
* OutputNames: [ // required
|
|
165
|
+
* "STRING_VALUE",
|
|
166
|
+
* ],
|
|
167
|
+
* Width: Number("int"),
|
|
168
|
+
* },
|
|
169
|
+
* StaticImageOutputDeactivateSettings: { // StaticImageOutputDeactivateScheduleActionSettings
|
|
170
|
+
* FadeOut: Number("int"),
|
|
171
|
+
* Layer: Number("int"),
|
|
172
|
+
* OutputNames: [ // required
|
|
173
|
+
* "STRING_VALUE",
|
|
174
|
+
* ],
|
|
175
|
+
* },
|
|
150
176
|
* },
|
|
151
177
|
* ScheduleActionStartSettings: { // ScheduleActionStartSettings
|
|
152
178
|
* FixedModeScheduleActionStartSettings: { // FixedModeScheduleActionStartSettings
|
|
@@ -285,6 +311,32 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
285
311
|
* // FadeOut: Number("int"),
|
|
286
312
|
* // Layer: Number("int"),
|
|
287
313
|
* // },
|
|
314
|
+
* // StaticImageOutputActivateSettings: { // StaticImageOutputActivateScheduleActionSettings
|
|
315
|
+
* // Duration: Number("int"),
|
|
316
|
+
* // FadeIn: Number("int"),
|
|
317
|
+
* // FadeOut: Number("int"),
|
|
318
|
+
* // Height: Number("int"),
|
|
319
|
+
* // Image: {
|
|
320
|
+
* // PasswordParam: "STRING_VALUE",
|
|
321
|
+
* // Uri: "STRING_VALUE", // required
|
|
322
|
+
* // Username: "STRING_VALUE",
|
|
323
|
+
* // },
|
|
324
|
+
* // ImageX: Number("int"),
|
|
325
|
+
* // ImageY: Number("int"),
|
|
326
|
+
* // Layer: Number("int"),
|
|
327
|
+
* // Opacity: Number("int"),
|
|
328
|
+
* // OutputNames: [ // required
|
|
329
|
+
* // "STRING_VALUE",
|
|
330
|
+
* // ],
|
|
331
|
+
* // Width: Number("int"),
|
|
332
|
+
* // },
|
|
333
|
+
* // StaticImageOutputDeactivateSettings: { // StaticImageOutputDeactivateScheduleActionSettings
|
|
334
|
+
* // FadeOut: Number("int"),
|
|
335
|
+
* // Layer: Number("int"),
|
|
336
|
+
* // OutputNames: [ // required
|
|
337
|
+
* // "STRING_VALUE",
|
|
338
|
+
* // ],
|
|
339
|
+
* // },
|
|
288
340
|
* // },
|
|
289
341
|
* // ScheduleActionStartSettings: { // ScheduleActionStartSettings
|
|
290
342
|
* // FixedModeScheduleActionStartSettings: { // FixedModeScheduleActionStartSettings
|
|
@@ -339,9 +391,7 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
339
391
|
* // Timecode: "STRING_VALUE",
|
|
340
392
|
* // },
|
|
341
393
|
* // },
|
|
342
|
-
* // UrlPath:
|
|
343
|
-
* // "STRING_VALUE",
|
|
344
|
-
* // ],
|
|
394
|
+
* // UrlPath: "<__listOf__string>",
|
|
345
395
|
* // },
|
|
346
396
|
* // MotionGraphicsImageActivateSettings: {
|
|
347
397
|
* // Duration: Number("long"),
|
|
@@ -414,6 +464,28 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
414
464
|
* // FadeOut: Number("int"),
|
|
415
465
|
* // Layer: Number("int"),
|
|
416
466
|
* // },
|
|
467
|
+
* // StaticImageOutputActivateSettings: {
|
|
468
|
+
* // Duration: Number("int"),
|
|
469
|
+
* // FadeIn: Number("int"),
|
|
470
|
+
* // FadeOut: Number("int"),
|
|
471
|
+
* // Height: Number("int"),
|
|
472
|
+
* // Image: {
|
|
473
|
+
* // PasswordParam: "STRING_VALUE",
|
|
474
|
+
* // Uri: "STRING_VALUE", // required
|
|
475
|
+
* // Username: "STRING_VALUE",
|
|
476
|
+
* // },
|
|
477
|
+
* // ImageX: Number("int"),
|
|
478
|
+
* // ImageY: Number("int"),
|
|
479
|
+
* // Layer: Number("int"),
|
|
480
|
+
* // Opacity: Number("int"),
|
|
481
|
+
* // OutputNames: "<__listOf__string>", // required
|
|
482
|
+
* // Width: Number("int"),
|
|
483
|
+
* // },
|
|
484
|
+
* // StaticImageOutputDeactivateSettings: {
|
|
485
|
+
* // FadeOut: Number("int"),
|
|
486
|
+
* // Layer: Number("int"),
|
|
487
|
+
* // OutputNames: "<__listOf__string>", // required
|
|
488
|
+
* // },
|
|
417
489
|
* // },
|
|
418
490
|
* // ScheduleActionStartSettings: {
|
|
419
491
|
* // FixedModeScheduleActionStartSettings: {
|
|
@@ -293,6 +293,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
293
293
|
* ],
|
|
294
294
|
* FeatureActivations: { // FeatureActivations
|
|
295
295
|
* InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
296
|
+
* OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
296
297
|
* },
|
|
297
298
|
* GlobalConfiguration: { // GlobalConfiguration
|
|
298
299
|
* InitialAudioGain: Number("int"),
|
|
@@ -1303,6 +1304,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
1303
1304
|
* // ],
|
|
1304
1305
|
* // FeatureActivations: { // FeatureActivations
|
|
1305
1306
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
1307
|
+
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
1306
1308
|
* // },
|
|
1307
1309
|
* // GlobalConfiguration: { // GlobalConfiguration
|
|
1308
1310
|
* // InitialAudioGain: Number("int"),
|
|
@@ -304,6 +304,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
304
304
|
* // ],
|
|
305
305
|
* // FeatureActivations: { // FeatureActivations
|
|
306
306
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
307
|
+
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
307
308
|
* // },
|
|
308
309
|
* // GlobalConfiguration: { // GlobalConfiguration
|
|
309
310
|
* // InitialAudioGain: Number("int"),
|
|
@@ -23,7 +23,7 @@ export interface DescribeAccountConfigurationCommandOutput extends DescribeAccou
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
*
|
|
26
|
+
* Describe account configuration
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -304,6 +304,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
304
304
|
* // ],
|
|
305
305
|
* // FeatureActivations: { // FeatureActivations
|
|
306
306
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
307
|
+
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
307
308
|
* // },
|
|
308
309
|
* // GlobalConfiguration: { // GlobalConfiguration
|
|
309
310
|
* // InitialAudioGain: Number("int"),
|
|
@@ -153,6 +153,32 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse,
|
|
|
153
153
|
* // FadeOut: Number("int"),
|
|
154
154
|
* // Layer: Number("int"),
|
|
155
155
|
* // },
|
|
156
|
+
* // StaticImageOutputActivateSettings: { // StaticImageOutputActivateScheduleActionSettings
|
|
157
|
+
* // Duration: Number("int"),
|
|
158
|
+
* // FadeIn: Number("int"),
|
|
159
|
+
* // FadeOut: Number("int"),
|
|
160
|
+
* // Height: Number("int"),
|
|
161
|
+
* // Image: {
|
|
162
|
+
* // PasswordParam: "STRING_VALUE",
|
|
163
|
+
* // Uri: "STRING_VALUE", // required
|
|
164
|
+
* // Username: "STRING_VALUE",
|
|
165
|
+
* // },
|
|
166
|
+
* // ImageX: Number("int"),
|
|
167
|
+
* // ImageY: Number("int"),
|
|
168
|
+
* // Layer: Number("int"),
|
|
169
|
+
* // Opacity: Number("int"),
|
|
170
|
+
* // OutputNames: [ // required
|
|
171
|
+
* // "STRING_VALUE",
|
|
172
|
+
* // ],
|
|
173
|
+
* // Width: Number("int"),
|
|
174
|
+
* // },
|
|
175
|
+
* // StaticImageOutputDeactivateSettings: { // StaticImageOutputDeactivateScheduleActionSettings
|
|
176
|
+
* // FadeOut: Number("int"),
|
|
177
|
+
* // Layer: Number("int"),
|
|
178
|
+
* // OutputNames: [ // required
|
|
179
|
+
* // "STRING_VALUE",
|
|
180
|
+
* // ],
|
|
181
|
+
* // },
|
|
156
182
|
* // },
|
|
157
183
|
* // ScheduleActionStartSettings: { // ScheduleActionStartSettings
|
|
158
184
|
* // FixedModeScheduleActionStartSettings: { // FixedModeScheduleActionStartSettings
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
|
-
import { ListInputSecurityGroupsRequest, ListInputSecurityGroupsResponse } from "../models/
|
|
5
|
+
import { ListInputSecurityGroupsRequest, ListInputSecurityGroupsResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
|
-
import { ListMultiplexesRequest } from "../models/
|
|
6
|
-
import { ListMultiplexesResponse } from "../models/models_2";
|
|
5
|
+
import { ListMultiplexesRequest, ListMultiplexesResponse } from "../models/models_2";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
@@ -304,6 +304,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
304
304
|
* // ],
|
|
305
305
|
* // FeatureActivations: { // FeatureActivations
|
|
306
306
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
307
|
+
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
307
308
|
* // },
|
|
308
309
|
* // GlobalConfiguration: { // GlobalConfiguration
|
|
309
310
|
* // InitialAudioGain: Number("int"),
|
|
@@ -304,6 +304,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
304
304
|
* // ],
|
|
305
305
|
* // FeatureActivations: { // FeatureActivations
|
|
306
306
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
307
|
+
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
307
308
|
* // },
|
|
308
309
|
* // GlobalConfiguration: { // GlobalConfiguration
|
|
309
310
|
* // InitialAudioGain: Number("int"),
|
|
@@ -328,6 +328,7 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
|
|
|
328
328
|
* // ],
|
|
329
329
|
* // FeatureActivations: { // FeatureActivations
|
|
330
330
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
331
|
+
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
331
332
|
* // },
|
|
332
333
|
* // GlobalConfiguration: { // GlobalConfiguration
|
|
333
334
|
* // InitialAudioGain: Number("int"),
|
|
@@ -293,6 +293,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
293
293
|
* ],
|
|
294
294
|
* FeatureActivations: { // FeatureActivations
|
|
295
295
|
* InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
296
|
+
* OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
296
297
|
* },
|
|
297
298
|
* GlobalConfiguration: { // GlobalConfiguration
|
|
298
299
|
* InitialAudioGain: Number("int"),
|
|
@@ -1288,6 +1289,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
1288
1289
|
* // ],
|
|
1289
1290
|
* // FeatureActivations: { // FeatureActivations
|
|
1290
1291
|
* // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
1292
|
+
* // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
|
|
1291
1293
|
* // },
|
|
1292
1294
|
* // GlobalConfiguration: { // GlobalConfiguration
|
|
1293
1295
|
* // InitialAudioGain: Number("int"),
|
|
@@ -1598,6 +1598,88 @@ export interface StaticImageDeactivateScheduleActionSettings {
|
|
|
1598
1598
|
*/
|
|
1599
1599
|
Layer?: number;
|
|
1600
1600
|
}
|
|
1601
|
+
/**
|
|
1602
|
+
* @public
|
|
1603
|
+
* Settings for the action to activate a static image.
|
|
1604
|
+
*/
|
|
1605
|
+
export interface StaticImageOutputActivateScheduleActionSettings {
|
|
1606
|
+
/**
|
|
1607
|
+
* @public
|
|
1608
|
+
* The duration in milliseconds for the image to remain on the video. If omitted or set to 0 the duration is unlimited and the image will remain until it is explicitly deactivated.
|
|
1609
|
+
*/
|
|
1610
|
+
Duration?: number;
|
|
1611
|
+
/**
|
|
1612
|
+
* @public
|
|
1613
|
+
* The time in milliseconds for the image to fade in. The fade-in starts at the start time of the overlay. Default is 0 (no fade-in).
|
|
1614
|
+
*/
|
|
1615
|
+
FadeIn?: number;
|
|
1616
|
+
/**
|
|
1617
|
+
* @public
|
|
1618
|
+
* Applies only if a duration is specified. The time in milliseconds for the image to fade out. The fade-out starts when the duration time is hit, so it effectively extends the duration. Default is 0 (no fade-out).
|
|
1619
|
+
*/
|
|
1620
|
+
FadeOut?: number;
|
|
1621
|
+
/**
|
|
1622
|
+
* @public
|
|
1623
|
+
* The height of the image when inserted into the video, in pixels. The overlay will be scaled up or down to the specified height. Leave blank to use the native height of the overlay.
|
|
1624
|
+
*/
|
|
1625
|
+
Height?: number;
|
|
1626
|
+
/**
|
|
1627
|
+
* @public
|
|
1628
|
+
* The location and filename of the image file to overlay on the video. The file must be a 32-bit BMP, PNG, or TGA file, and must not be larger (in pixels) than the input video.
|
|
1629
|
+
*/
|
|
1630
|
+
Image: InputLocation | undefined;
|
|
1631
|
+
/**
|
|
1632
|
+
* @public
|
|
1633
|
+
* Placement of the left edge of the overlay relative to the left edge of the video frame, in pixels. 0 (the default) is the left edge of the frame. If the placement causes the overlay to extend beyond the right edge of the underlying video, then the overlay is cropped on the right.
|
|
1634
|
+
*/
|
|
1635
|
+
ImageX?: number;
|
|
1636
|
+
/**
|
|
1637
|
+
* @public
|
|
1638
|
+
* Placement of the top edge of the overlay relative to the top edge of the video frame, in pixels. 0 (the default) is the top edge of the frame. If the placement causes the overlay to extend beyond the bottom edge of the underlying video, then the overlay is cropped on the bottom.
|
|
1639
|
+
*/
|
|
1640
|
+
ImageY?: number;
|
|
1641
|
+
/**
|
|
1642
|
+
* @public
|
|
1643
|
+
* The number of the layer, 0 to 7. There are 8 layers that can be overlaid on the video, each layer with a different image. The layers are in Z order, which means that overlays with higher values of layer are inserted on top of overlays with lower values of layer. Default is 0.
|
|
1644
|
+
*/
|
|
1645
|
+
Layer?: number;
|
|
1646
|
+
/**
|
|
1647
|
+
* @public
|
|
1648
|
+
* Opacity of image where 0 is transparent and 100 is fully opaque. Default is 100.
|
|
1649
|
+
*/
|
|
1650
|
+
Opacity?: number;
|
|
1651
|
+
/**
|
|
1652
|
+
* @public
|
|
1653
|
+
* The name(s) of the output(s) the activation should apply to.
|
|
1654
|
+
*/
|
|
1655
|
+
OutputNames: string[] | undefined;
|
|
1656
|
+
/**
|
|
1657
|
+
* @public
|
|
1658
|
+
* The width of the image when inserted into the video, in pixels. The overlay will be scaled up or down to the specified width. Leave blank to use the native width of the overlay.
|
|
1659
|
+
*/
|
|
1660
|
+
Width?: number;
|
|
1661
|
+
}
|
|
1662
|
+
/**
|
|
1663
|
+
* @public
|
|
1664
|
+
* Settings for the action to deactivate the image in a specific layer.
|
|
1665
|
+
*/
|
|
1666
|
+
export interface StaticImageOutputDeactivateScheduleActionSettings {
|
|
1667
|
+
/**
|
|
1668
|
+
* @public
|
|
1669
|
+
* The time in milliseconds for the image to fade out. Default is 0 (no fade-out).
|
|
1670
|
+
*/
|
|
1671
|
+
FadeOut?: number;
|
|
1672
|
+
/**
|
|
1673
|
+
* @public
|
|
1674
|
+
* The image overlay layer to deactivate, 0 to 7. Default is 0.
|
|
1675
|
+
*/
|
|
1676
|
+
Layer?: number;
|
|
1677
|
+
/**
|
|
1678
|
+
* @public
|
|
1679
|
+
* The name(s) of the output(s) the deactivation should apply to.
|
|
1680
|
+
*/
|
|
1681
|
+
OutputNames: string[] | undefined;
|
|
1682
|
+
}
|
|
1601
1683
|
/**
|
|
1602
1684
|
* @public
|
|
1603
1685
|
* Holds the settings for a single schedule action.
|
|
@@ -1668,6 +1750,16 @@ export interface ScheduleActionSettings {
|
|
|
1668
1750
|
* Action to deactivate a static image overlay
|
|
1669
1751
|
*/
|
|
1670
1752
|
StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings;
|
|
1753
|
+
/**
|
|
1754
|
+
* @public
|
|
1755
|
+
* Action to activate a static image overlay in one or more specified outputs
|
|
1756
|
+
*/
|
|
1757
|
+
StaticImageOutputActivateSettings?: StaticImageOutputActivateScheduleActionSettings;
|
|
1758
|
+
/**
|
|
1759
|
+
* @public
|
|
1760
|
+
* Action to deactivate a static image overlay in one or more specified outputs
|
|
1761
|
+
*/
|
|
1762
|
+
StaticImageOutputDeactivateSettings?: StaticImageOutputDeactivateScheduleActionSettings;
|
|
1671
1763
|
}
|
|
1672
1764
|
/**
|
|
1673
1765
|
* @public
|
|
@@ -3979,6 +4071,18 @@ export declare const FeatureActivationsInputPrepareScheduleActions: {
|
|
|
3979
4071
|
* @public
|
|
3980
4072
|
*/
|
|
3981
4073
|
export type FeatureActivationsInputPrepareScheduleActions = (typeof FeatureActivationsInputPrepareScheduleActions)[keyof typeof FeatureActivationsInputPrepareScheduleActions];
|
|
4074
|
+
/**
|
|
4075
|
+
* @public
|
|
4076
|
+
* @enum
|
|
4077
|
+
*/
|
|
4078
|
+
export declare const FeatureActivationsOutputStaticImageOverlayScheduleActions: {
|
|
4079
|
+
readonly DISABLED: "DISABLED";
|
|
4080
|
+
readonly ENABLED: "ENABLED";
|
|
4081
|
+
};
|
|
4082
|
+
/**
|
|
4083
|
+
* @public
|
|
4084
|
+
*/
|
|
4085
|
+
export type FeatureActivationsOutputStaticImageOverlayScheduleActions = (typeof FeatureActivationsOutputStaticImageOverlayScheduleActions)[keyof typeof FeatureActivationsOutputStaticImageOverlayScheduleActions];
|
|
3982
4086
|
/**
|
|
3983
4087
|
* @public
|
|
3984
4088
|
* Feature Activations
|
|
@@ -3990,6 +4094,12 @@ export interface FeatureActivations {
|
|
|
3990
4094
|
* If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
|
|
3991
4095
|
*/
|
|
3992
4096
|
InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions;
|
|
4097
|
+
/**
|
|
4098
|
+
* @public
|
|
4099
|
+
* Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates
|
|
4100
|
+
* to display/clear/modify image overlays on an output-by-output bases.
|
|
4101
|
+
*/
|
|
4102
|
+
OutputStaticImageOverlayScheduleActions?: FeatureActivationsOutputStaticImageOverlayScheduleActions;
|
|
3993
4103
|
}
|
|
3994
4104
|
/**
|
|
3995
4105
|
* @public
|
|
@@ -4256,7 +4366,7 @@ export type ThumbnailState = (typeof ThumbnailState)[keyof typeof ThumbnailState
|
|
|
4256
4366
|
export interface ThumbnailConfiguration {
|
|
4257
4367
|
/**
|
|
4258
4368
|
* @public
|
|
4259
|
-
*
|
|
4369
|
+
* Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.
|
|
4260
4370
|
*/
|
|
4261
4371
|
State: ThumbnailState | undefined;
|
|
4262
4372
|
}
|
|
@@ -6531,54 +6641,6 @@ export interface ListInputsResponse {
|
|
|
6531
6641
|
*/
|
|
6532
6642
|
NextToken?: string;
|
|
6533
6643
|
}
|
|
6534
|
-
/**
|
|
6535
|
-
* @public
|
|
6536
|
-
* Placeholder documentation for ListInputSecurityGroupsRequest
|
|
6537
|
-
*/
|
|
6538
|
-
export interface ListInputSecurityGroupsRequest {
|
|
6539
|
-
/**
|
|
6540
|
-
* @public
|
|
6541
|
-
* Placeholder documentation for MaxResults
|
|
6542
|
-
*/
|
|
6543
|
-
MaxResults?: number;
|
|
6544
|
-
/**
|
|
6545
|
-
* @public
|
|
6546
|
-
* Placeholder documentation for __string
|
|
6547
|
-
*/
|
|
6548
|
-
NextToken?: string;
|
|
6549
|
-
}
|
|
6550
|
-
/**
|
|
6551
|
-
* @public
|
|
6552
|
-
* Placeholder documentation for ListInputSecurityGroupsResponse
|
|
6553
|
-
*/
|
|
6554
|
-
export interface ListInputSecurityGroupsResponse {
|
|
6555
|
-
/**
|
|
6556
|
-
* @public
|
|
6557
|
-
* List of input security groups
|
|
6558
|
-
*/
|
|
6559
|
-
InputSecurityGroups?: InputSecurityGroup[];
|
|
6560
|
-
/**
|
|
6561
|
-
* @public
|
|
6562
|
-
* Placeholder documentation for __string
|
|
6563
|
-
*/
|
|
6564
|
-
NextToken?: string;
|
|
6565
|
-
}
|
|
6566
|
-
/**
|
|
6567
|
-
* @public
|
|
6568
|
-
* Placeholder documentation for ListMultiplexesRequest
|
|
6569
|
-
*/
|
|
6570
|
-
export interface ListMultiplexesRequest {
|
|
6571
|
-
/**
|
|
6572
|
-
* @public
|
|
6573
|
-
* The maximum number of items to return.
|
|
6574
|
-
*/
|
|
6575
|
-
MaxResults?: number;
|
|
6576
|
-
/**
|
|
6577
|
-
* @public
|
|
6578
|
-
* The token to retrieve the next page of results.
|
|
6579
|
-
*/
|
|
6580
|
-
NextToken?: string;
|
|
6581
|
-
}
|
|
6582
6644
|
/**
|
|
6583
6645
|
* @internal
|
|
6584
6646
|
*/
|
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OutputDestination, VpcOutputSettingsDescription } from "./models_0";
|
|
2
2
|
import { AccountConfiguration, Channel, EncoderSettings, InputDeviceConfigurableSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* Placeholder documentation for ListInputSecurityGroupsRequest
|
|
6
|
+
*/
|
|
7
|
+
export interface ListInputSecurityGroupsRequest {
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
* Placeholder documentation for MaxResults
|
|
11
|
+
*/
|
|
12
|
+
MaxResults?: number;
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* Placeholder documentation for __string
|
|
16
|
+
*/
|
|
17
|
+
NextToken?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
* Placeholder documentation for ListInputSecurityGroupsResponse
|
|
22
|
+
*/
|
|
23
|
+
export interface ListInputSecurityGroupsResponse {
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* List of input security groups
|
|
27
|
+
*/
|
|
28
|
+
InputSecurityGroups?: InputSecurityGroup[];
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* Placeholder documentation for __string
|
|
32
|
+
*/
|
|
33
|
+
NextToken?: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
* Placeholder documentation for ListMultiplexesRequest
|
|
38
|
+
*/
|
|
39
|
+
export interface ListMultiplexesRequest {
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
* The maximum number of items to return.
|
|
43
|
+
*/
|
|
44
|
+
MaxResults?: number;
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
* The token to retrieve the next page of results.
|
|
48
|
+
*/
|
|
49
|
+
NextToken?: string;
|
|
50
|
+
}
|
|
3
51
|
/**
|
|
4
52
|
* @public
|
|
5
53
|
* Placeholder documentation for ListMultiplexesResponse
|
|
@@ -469,7 +517,7 @@ export interface StartChannelResponse {
|
|
|
469
517
|
export interface StartInputDeviceRequest {
|
|
470
518
|
/**
|
|
471
519
|
* @public
|
|
472
|
-
* The unique ID of the input device to
|
|
520
|
+
* The unique ID of the input device to start. For example, hd-123456789abcdef.
|
|
473
521
|
*/
|
|
474
522
|
InputDeviceId: string | undefined;
|
|
475
523
|
}
|
|
@@ -679,7 +727,7 @@ export interface StopChannelResponse {
|
|
|
679
727
|
export interface StopInputDeviceRequest {
|
|
680
728
|
/**
|
|
681
729
|
* @public
|
|
682
|
-
* The unique ID of the input device to
|
|
730
|
+
* The unique ID of the input device to stop. For example, hd-123456789abcdef.
|
|
683
731
|
*/
|
|
684
732
|
InputDeviceId: string | undefined;
|
|
685
733
|
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListInputSecurityGroupsRequest,
|
|
16
16
|
ListInputSecurityGroupsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface ListInputSecurityGroupsCommandInput
|
|
20
20
|
extends ListInputSecurityGroupsRequest {}
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaLiveClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
ListMultiplexesRequest,
|
|
16
|
+
ListMultiplexesResponse,
|
|
17
|
+
} from "../models/models_2";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface ListMultiplexesCommandInput extends ListMultiplexesRequest {}
|
|
18
20
|
export interface ListMultiplexesCommandOutput
|
|
@@ -557,6 +557,24 @@ export interface StaticImageDeactivateScheduleActionSettings {
|
|
|
557
557
|
FadeOut?: number;
|
|
558
558
|
Layer?: number;
|
|
559
559
|
}
|
|
560
|
+
export interface StaticImageOutputActivateScheduleActionSettings {
|
|
561
|
+
Duration?: number;
|
|
562
|
+
FadeIn?: number;
|
|
563
|
+
FadeOut?: number;
|
|
564
|
+
Height?: number;
|
|
565
|
+
Image: InputLocation | undefined;
|
|
566
|
+
ImageX?: number;
|
|
567
|
+
ImageY?: number;
|
|
568
|
+
Layer?: number;
|
|
569
|
+
Opacity?: number;
|
|
570
|
+
OutputNames: string[] | undefined;
|
|
571
|
+
Width?: number;
|
|
572
|
+
}
|
|
573
|
+
export interface StaticImageOutputDeactivateScheduleActionSettings {
|
|
574
|
+
FadeOut?: number;
|
|
575
|
+
Layer?: number;
|
|
576
|
+
OutputNames: string[] | undefined;
|
|
577
|
+
}
|
|
560
578
|
export interface ScheduleActionSettings {
|
|
561
579
|
HlsId3SegmentTaggingSettings?: HlsId3SegmentTaggingScheduleActionSettings;
|
|
562
580
|
HlsTimedMetadataSettings?: HlsTimedMetadataScheduleActionSettings;
|
|
@@ -571,6 +589,8 @@ export interface ScheduleActionSettings {
|
|
|
571
589
|
Scte35TimeSignalSettings?: Scte35TimeSignalScheduleActionSettings;
|
|
572
590
|
StaticImageActivateSettings?: StaticImageActivateScheduleActionSettings;
|
|
573
591
|
StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings;
|
|
592
|
+
StaticImageOutputActivateSettings?: StaticImageOutputActivateScheduleActionSettings;
|
|
593
|
+
StaticImageOutputDeactivateSettings?: StaticImageOutputDeactivateScheduleActionSettings;
|
|
574
594
|
}
|
|
575
595
|
export interface FixedModeScheduleActionStartSettings {
|
|
576
596
|
Time: string | undefined;
|
|
@@ -1366,8 +1386,15 @@ export declare const FeatureActivationsInputPrepareScheduleActions: {
|
|
|
1366
1386
|
};
|
|
1367
1387
|
export type FeatureActivationsInputPrepareScheduleActions =
|
|
1368
1388
|
(typeof FeatureActivationsInputPrepareScheduleActions)[keyof typeof FeatureActivationsInputPrepareScheduleActions];
|
|
1389
|
+
export declare const FeatureActivationsOutputStaticImageOverlayScheduleActions: {
|
|
1390
|
+
readonly DISABLED: "DISABLED";
|
|
1391
|
+
readonly ENABLED: "ENABLED";
|
|
1392
|
+
};
|
|
1393
|
+
export type FeatureActivationsOutputStaticImageOverlayScheduleActions =
|
|
1394
|
+
(typeof FeatureActivationsOutputStaticImageOverlayScheduleActions)[keyof typeof FeatureActivationsOutputStaticImageOverlayScheduleActions];
|
|
1369
1395
|
export interface FeatureActivations {
|
|
1370
1396
|
InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions;
|
|
1397
|
+
OutputStaticImageOverlayScheduleActions?: FeatureActivationsOutputStaticImageOverlayScheduleActions;
|
|
1371
1398
|
}
|
|
1372
1399
|
export declare const GlobalConfigurationInputEndAction: {
|
|
1373
1400
|
readonly NONE: "NONE";
|
|
@@ -1972,18 +1999,6 @@ export interface ListInputsResponse {
|
|
|
1972
1999
|
Inputs?: Input[];
|
|
1973
2000
|
NextToken?: string;
|
|
1974
2001
|
}
|
|
1975
|
-
export interface ListInputSecurityGroupsRequest {
|
|
1976
|
-
MaxResults?: number;
|
|
1977
|
-
NextToken?: string;
|
|
1978
|
-
}
|
|
1979
|
-
export interface ListInputSecurityGroupsResponse {
|
|
1980
|
-
InputSecurityGroups?: InputSecurityGroup[];
|
|
1981
|
-
NextToken?: string;
|
|
1982
|
-
}
|
|
1983
|
-
export interface ListMultiplexesRequest {
|
|
1984
|
-
MaxResults?: number;
|
|
1985
|
-
NextToken?: string;
|
|
1986
|
-
}
|
|
1987
2002
|
export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (
|
|
1988
2003
|
obj: DescribeInputDeviceThumbnailResponse
|
|
1989
2004
|
) => any;
|
|
@@ -44,6 +44,18 @@ import {
|
|
|
44
44
|
RenewalSettings,
|
|
45
45
|
Reservation,
|
|
46
46
|
} from "./models_1";
|
|
47
|
+
export interface ListInputSecurityGroupsRequest {
|
|
48
|
+
MaxResults?: number;
|
|
49
|
+
NextToken?: string;
|
|
50
|
+
}
|
|
51
|
+
export interface ListInputSecurityGroupsResponse {
|
|
52
|
+
InputSecurityGroups?: InputSecurityGroup[];
|
|
53
|
+
NextToken?: string;
|
|
54
|
+
}
|
|
55
|
+
export interface ListMultiplexesRequest {
|
|
56
|
+
MaxResults?: number;
|
|
57
|
+
NextToken?: string;
|
|
58
|
+
}
|
|
47
59
|
export interface ListMultiplexesResponse {
|
|
48
60
|
Multiplexes?: MultiplexSummary[];
|
|
49
61
|
NextToken?: string;
|
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.
|
|
4
|
+
"version": "3.454.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.454.0",
|
|
25
25
|
"@aws-sdk/core": "3.451.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.451.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.451.0",
|