@aws-sdk/client-medialive 3.975.0 → 3.978.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 +227 -165
- package/dist-es/MediaLive.js +95 -1
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +13 -6
- package/dist-types/MediaLive.d.ts +295 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +10 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +5 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +5 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +5 -0
- package/dist-types/commands/StartChannelCommand.d.ts +5 -0
- package/dist-types/commands/StopChannelCommand.d.ts +5 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +5 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +10 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +8 -1
- package/dist-types/models/models_1.d.ts +21 -0
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/MediaLive.d.ts +366 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +5 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +17 -17
|
@@ -348,6 +348,10 @@ declare const UpdateChannelCommand_base: {
|
|
|
348
348
|
* },
|
|
349
349
|
* PipelineLockingSettings: { // PipelineLockingSettings
|
|
350
350
|
* PipelineLockingMethod: "SOURCE_TIMECODE" || "VIDEO_ALIGNMENT",
|
|
351
|
+
* CustomEpoch: "STRING_VALUE",
|
|
352
|
+
* },
|
|
353
|
+
* DisabledLockingSettings: { // DisabledLockingSettings
|
|
354
|
+
* CustomEpoch: "STRING_VALUE",
|
|
351
355
|
* },
|
|
352
356
|
* },
|
|
353
357
|
* },
|
|
@@ -1102,6 +1106,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
1102
1106
|
* MinBitrate: Number("int"),
|
|
1103
1107
|
* SpatialAq: "DISABLED" || "ENABLED",
|
|
1104
1108
|
* TemporalAq: "DISABLED" || "ENABLED",
|
|
1109
|
+
* TimecodeInsertion: "DISABLED" || "METADATA_OBU",
|
|
1105
1110
|
* },
|
|
1106
1111
|
* },
|
|
1107
1112
|
* Height: Number("int"),
|
|
@@ -1615,6 +1620,10 @@ declare const UpdateChannelCommand_base: {
|
|
|
1615
1620
|
* // },
|
|
1616
1621
|
* // PipelineLockingSettings: { // PipelineLockingSettings
|
|
1617
1622
|
* // PipelineLockingMethod: "SOURCE_TIMECODE" || "VIDEO_ALIGNMENT",
|
|
1623
|
+
* // CustomEpoch: "STRING_VALUE",
|
|
1624
|
+
* // },
|
|
1625
|
+
* // DisabledLockingSettings: { // DisabledLockingSettings
|
|
1626
|
+
* // CustomEpoch: "STRING_VALUE",
|
|
1618
1627
|
* // },
|
|
1619
1628
|
* // },
|
|
1620
1629
|
* // },
|
|
@@ -2369,6 +2378,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
2369
2378
|
* // MinBitrate: Number("int"),
|
|
2370
2379
|
* // SpatialAq: "DISABLED" || "ENABLED",
|
|
2371
2380
|
* // TemporalAq: "DISABLED" || "ENABLED",
|
|
2381
|
+
* // TimecodeInsertion: "DISABLED" || "METADATA_OBU",
|
|
2372
2382
|
* // },
|
|
2373
2383
|
* // },
|
|
2374
2384
|
* // Height: Number("int"),
|
|
@@ -3375,6 +3375,18 @@ export declare const TimecodeBurninPosition: {
|
|
|
3375
3375
|
* @public
|
|
3376
3376
|
*/
|
|
3377
3377
|
export type TimecodeBurninPosition = (typeof TimecodeBurninPosition)[keyof typeof TimecodeBurninPosition];
|
|
3378
|
+
/**
|
|
3379
|
+
* @public
|
|
3380
|
+
* @enum
|
|
3381
|
+
*/
|
|
3382
|
+
export declare const Av1TimecodeInsertionBehavior: {
|
|
3383
|
+
readonly DISABLED: "DISABLED";
|
|
3384
|
+
readonly METADATA_OBU: "METADATA_OBU";
|
|
3385
|
+
};
|
|
3386
|
+
/**
|
|
3387
|
+
* @public
|
|
3388
|
+
*/
|
|
3389
|
+
export type Av1TimecodeInsertionBehavior = (typeof Av1TimecodeInsertionBehavior)[keyof typeof Av1TimecodeInsertionBehavior];
|
|
3378
3390
|
/**
|
|
3379
3391
|
* @public
|
|
3380
3392
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AacCodingMode, AacInputType, AacProfile, AacRateControlMode, AacRawFormat, AacSpec, AacVbrQuality, Ac3AttenuationControl, Ac3BitstreamMode, Ac3CodingMode, Ac3DrcProfile, Ac3LfeFilter, Ac3MetadataControl, AccessibilityType, AfdSignaling, Algorithm, AudioDescriptionAudioTypeControl, AudioDescriptionLanguageCodeControl, AudioLanguageSelectionPolicy, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioOnlyHlsSegmentType, AudioOnlyHlsTrackType, AudioType, AuthenticationScheme, Av1GopSizeUnits, Av1Level, Av1LookAheadRateControl, Av1RateControlMode, Av1SceneChangeDetect, Av1SpatialAq, Av1TemporalAq, AvailBlankingState, BandwidthReductionFilterStrength, BandwidthReductionPostFilterSharpening, BurnInAlignment, BurnInBackgroundColor, BurnInDestinationSubtitleRows, BurnInFontColor, BurnInOutlineColor, BurnInShadowColor, BurnInTeletextGridControl, CdiInputResolution, ChannelAlertState, ChannelClass, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterAlertState, ClusterState, ClusterType, CmafId3Behavior, CmafIngestSegmentLengthUnits, CmafKLVBehavior, CmafNielsenId3Behavior, CmafTimedMetadataId3Frame, CmafTimedMetadataPassthrough, ColorSpace, DashRoleAudio, DashRoleCaption, DeviceSettingsSyncState, DeviceUpdateStatus, DolbyEProgramSelection, DvbDashAccessibility, DvbSdtOutputSdt, DvbSubDestinationAlignment, DvbSubDestinationBackgroundColor, DvbSubDestinationFontColor, DvbSubDestinationOutlineColor, DvbSubDestinationShadowColor, DvbSubDestinationSubtitleRows, DvbSubDestinationTeletextGridControl, DvbSubOcrLanguage, Eac3AtmosCodingMode, Eac3AtmosDrcLine, Eac3AtmosDrcRf, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DrcLine, Eac3DrcRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, EbuTtDDestinationStyleControl, EbuTtDFillLineGapControl, EmbeddedConvert608To708, EmbeddedScte20Detection, EventBridgeRuleTemplateEventType, FecOutputIncludeFec, FixedAfd, Fmp4NielsenId3Behavior, Fmp4TimedMetadataBehavior, FollowPoint, FrameCaptureIntervalUnit, H264AdaptiveQuantization, H264ColorMetadata, H264EntropyEncoding, H264FlickerAq, H264ForceFieldPictures, H264FramerateControl, H264GopBReference, H264GopSizeUnits, H264Level, H264LookAheadRateControl, H264ParControl, H264Profile, H264QualityLevel, H264RateControlMode, H264ScanType, H264SceneChangeDetect, H264SpatialAq, H264SubGopLength, H264Syntax, H264TemporalAq, H264TimecodeInsertionBehavior, H265AdaptiveQuantization, H265AlternativeTransferFunction, H265ColorMetadata, H265Deblocking, H265FlickerAq, H265GopBReference, H265GopSizeUnits, H265Level, H265LookAheadRateControl, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265Profile, H265RateControlMode, H265ScanType, H265SceneChangeDetect, H265SubGopLength, H265Tier, H265TilePadding, H265TimecodeInsertionBehavior, H265TreeblockSize, HlsAdMarkers, HlsAkamaiHttpTransferMode, HlsAutoSelect, HlsCaptionLanguageSetting, HlsClientCache, HlsCodecSpecification, HlsDefault, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsH265PackagingType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMediaStoreStorageClass, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsScte35SourceType, HlsSegmentationMode, HlsStreamInfResolution, HlsTimedMetadataId3Frame, HlsTsFileMode, HlsWebdavHttpTransferMode, IFrameOnlyPlaylistType, IncludeFillerNalUnits, InputClass, InputCodec, InputDeblockFilter, InputDenoiseFilter, InputDeviceActiveInput, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairProfile, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceIpScheme, InputDeviceOutputType, InputDeviceScanType, InputDeviceState, InputDeviceTransferType, InputDeviceType, InputDeviceUhdAudioChannelPairProfile, InputFilter, InputLossActionForHlsOut, InputLossActionForMsSmoothOut, InputLossActionForRtmpOut, InputLossActionForUdpOut, InputMaximumBitrate, InputNetworkLocation, InputPreference, InputResolution, InputSecurityGroupState, InputSourceEndBehavior, InputSourceType, InputState, InputTimecodeSource, InputType, LastFrameClippingBehavior, LinkedChannelType, LogLevel, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, M2tsScte35Control, M2tsSegmentationMarkers, M2tsSegmentationStyle, M2tsTimedMetadataBehavior, M3u8KlvBehavior, M3u8NielsenId3Behavior, M3u8PcrControl, M3u8Scte35Behavior, M3u8TimedMetadataBehavior, MaintenanceDay, Mp2CodingMode, Mpeg2AdaptiveQuantization, Mpeg2ColorMetadata, Mpeg2ColorSpace, Mpeg2DisplayRatio, Mpeg2GopSizeUnits, Mpeg2ScanType, Mpeg2SubGopLength, Mpeg2TimecodeInsertionBehavior, MsSmoothH265PackagingType, MultiplexAlertState, MultiplexState, NetworkInputServerValidation, NetworkInterfaceMode, NetworkState, NielsenWatermarksCbetStepaside, NielsenWatermarksDistributionTypes, NielsenWatermarkTimezones, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineId, ReservationAutomaticRenewal, ReservationCodec, ReservationMaximumBitrate, ReservationMaximumFramerate, ReservationResolution, ReservationResourceType, ReservationSpecialFeature, ReservationState, ReservationVideoQuality, RouterEncryptionType, RtmpAdMarkers, RtmpCacheFullBehavior, RtmpCaptionData, RtmpOutputCertificateMode, S3CannedAcl, Scte20Convert608To708, Scte27OcrLanguage, Scte35AposNoRegionalBlackoutBehavior, Scte35AposWebDeliveryAllowedBehavior, Scte35ArchiveAllowedFlag, Scte35DeviceRestrictions, Scte35InputMode, Scte35NoRegionalBlackoutFlag, Scte35SegmentationCancelIndicator, Scte35SegmentationScope, Scte35SpliceInsertNoRegionalBlackoutBehavior, Scte35SpliceInsertWebDeliveryAllowedBehavior, Scte35Type, Scte35WebDeliveryAllowedFlag, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, SmoothGroupAudioOnlyTimecodeControl, SmoothGroupCertificateMode, SmoothGroupEventIdMode, SmoothGroupEventStopBehavior, SmoothGroupSegmentationMode, SmoothGroupSparseTrackType, SmoothGroupStreamManifestBehavior, SmoothGroupTimestampOffsetMode, Smpte2038DataPreference, SrtEncryptionType, TemporalFilterPostFilterSharpening, TemporalFilterStrength, ThumbnailType, TimecodeBurninFontSize, TimecodeBurninPosition, TtmlDestinationStyleControl, UdpTimedMetadataId3Frame, VideoDescriptionRespondToAfd, VideoDescriptionScalingBehavior, VideoSelectorColorSpace, VideoSelectorColorSpaceUsage, WavCodingMode, WebvttDestinationStyleControl } from "./enums";
|
|
1
|
+
import { AacCodingMode, AacInputType, AacProfile, AacRateControlMode, AacRawFormat, AacSpec, AacVbrQuality, Ac3AttenuationControl, Ac3BitstreamMode, Ac3CodingMode, Ac3DrcProfile, Ac3LfeFilter, Ac3MetadataControl, AccessibilityType, AfdSignaling, Algorithm, AudioDescriptionAudioTypeControl, AudioDescriptionLanguageCodeControl, AudioLanguageSelectionPolicy, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioOnlyHlsSegmentType, AudioOnlyHlsTrackType, AudioType, AuthenticationScheme, Av1GopSizeUnits, Av1Level, Av1LookAheadRateControl, Av1RateControlMode, Av1SceneChangeDetect, Av1SpatialAq, Av1TemporalAq, Av1TimecodeInsertionBehavior, AvailBlankingState, BandwidthReductionFilterStrength, BandwidthReductionPostFilterSharpening, BurnInAlignment, BurnInBackgroundColor, BurnInDestinationSubtitleRows, BurnInFontColor, BurnInOutlineColor, BurnInShadowColor, BurnInTeletextGridControl, CdiInputResolution, ChannelAlertState, ChannelClass, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterAlertState, ClusterState, ClusterType, CmafId3Behavior, CmafIngestSegmentLengthUnits, CmafKLVBehavior, CmafNielsenId3Behavior, CmafTimedMetadataId3Frame, CmafTimedMetadataPassthrough, ColorSpace, DashRoleAudio, DashRoleCaption, DeviceSettingsSyncState, DeviceUpdateStatus, DolbyEProgramSelection, DvbDashAccessibility, DvbSdtOutputSdt, DvbSubDestinationAlignment, DvbSubDestinationBackgroundColor, DvbSubDestinationFontColor, DvbSubDestinationOutlineColor, DvbSubDestinationShadowColor, DvbSubDestinationSubtitleRows, DvbSubDestinationTeletextGridControl, DvbSubOcrLanguage, Eac3AtmosCodingMode, Eac3AtmosDrcLine, Eac3AtmosDrcRf, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DrcLine, Eac3DrcRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, EbuTtDDestinationStyleControl, EbuTtDFillLineGapControl, EmbeddedConvert608To708, EmbeddedScte20Detection, EventBridgeRuleTemplateEventType, FecOutputIncludeFec, FixedAfd, Fmp4NielsenId3Behavior, Fmp4TimedMetadataBehavior, FollowPoint, FrameCaptureIntervalUnit, H264AdaptiveQuantization, H264ColorMetadata, H264EntropyEncoding, H264FlickerAq, H264ForceFieldPictures, H264FramerateControl, H264GopBReference, H264GopSizeUnits, H264Level, H264LookAheadRateControl, H264ParControl, H264Profile, H264QualityLevel, H264RateControlMode, H264ScanType, H264SceneChangeDetect, H264SpatialAq, H264SubGopLength, H264Syntax, H264TemporalAq, H264TimecodeInsertionBehavior, H265AdaptiveQuantization, H265AlternativeTransferFunction, H265ColorMetadata, H265Deblocking, H265FlickerAq, H265GopBReference, H265GopSizeUnits, H265Level, H265LookAheadRateControl, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265Profile, H265RateControlMode, H265ScanType, H265SceneChangeDetect, H265SubGopLength, H265Tier, H265TilePadding, H265TimecodeInsertionBehavior, H265TreeblockSize, HlsAdMarkers, HlsAkamaiHttpTransferMode, HlsAutoSelect, HlsCaptionLanguageSetting, HlsClientCache, HlsCodecSpecification, HlsDefault, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsH265PackagingType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMediaStoreStorageClass, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsScte35SourceType, HlsSegmentationMode, HlsStreamInfResolution, HlsTimedMetadataId3Frame, HlsTsFileMode, HlsWebdavHttpTransferMode, IFrameOnlyPlaylistType, IncludeFillerNalUnits, InputClass, InputCodec, InputDeblockFilter, InputDenoiseFilter, InputDeviceActiveInput, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairProfile, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceIpScheme, InputDeviceOutputType, InputDeviceScanType, InputDeviceState, InputDeviceTransferType, InputDeviceType, InputDeviceUhdAudioChannelPairProfile, InputFilter, InputLossActionForHlsOut, InputLossActionForMsSmoothOut, InputLossActionForRtmpOut, InputLossActionForUdpOut, InputMaximumBitrate, InputNetworkLocation, InputPreference, InputResolution, InputSecurityGroupState, InputSourceEndBehavior, InputSourceType, InputState, InputTimecodeSource, InputType, LastFrameClippingBehavior, LinkedChannelType, LogLevel, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, M2tsScte35Control, M2tsSegmentationMarkers, M2tsSegmentationStyle, M2tsTimedMetadataBehavior, M3u8KlvBehavior, M3u8NielsenId3Behavior, M3u8PcrControl, M3u8Scte35Behavior, M3u8TimedMetadataBehavior, MaintenanceDay, Mp2CodingMode, Mpeg2AdaptiveQuantization, Mpeg2ColorMetadata, Mpeg2ColorSpace, Mpeg2DisplayRatio, Mpeg2GopSizeUnits, Mpeg2ScanType, Mpeg2SubGopLength, Mpeg2TimecodeInsertionBehavior, MsSmoothH265PackagingType, MultiplexAlertState, MultiplexState, NetworkInputServerValidation, NetworkInterfaceMode, NetworkState, NielsenWatermarksCbetStepaside, NielsenWatermarksDistributionTypes, NielsenWatermarkTimezones, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineId, ReservationAutomaticRenewal, ReservationCodec, ReservationMaximumBitrate, ReservationMaximumFramerate, ReservationResolution, ReservationResourceType, ReservationSpecialFeature, ReservationState, ReservationVideoQuality, RouterEncryptionType, RtmpAdMarkers, RtmpCacheFullBehavior, RtmpCaptionData, RtmpOutputCertificateMode, S3CannedAcl, Scte20Convert608To708, Scte27OcrLanguage, Scte35AposNoRegionalBlackoutBehavior, Scte35AposWebDeliveryAllowedBehavior, Scte35ArchiveAllowedFlag, Scte35DeviceRestrictions, Scte35InputMode, Scte35NoRegionalBlackoutFlag, Scte35SegmentationCancelIndicator, Scte35SegmentationScope, Scte35SpliceInsertNoRegionalBlackoutBehavior, Scte35SpliceInsertWebDeliveryAllowedBehavior, Scte35Type, Scte35WebDeliveryAllowedFlag, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, SmoothGroupAudioOnlyTimecodeControl, SmoothGroupCertificateMode, SmoothGroupEventIdMode, SmoothGroupEventStopBehavior, SmoothGroupSegmentationMode, SmoothGroupSparseTrackType, SmoothGroupStreamManifestBehavior, SmoothGroupTimestampOffsetMode, Smpte2038DataPreference, SrtEncryptionType, TemporalFilterPostFilterSharpening, TemporalFilterStrength, ThumbnailType, TimecodeBurninFontSize, TimecodeBurninPosition, TtmlDestinationStyleControl, UdpTimedMetadataId3Frame, VideoDescriptionRespondToAfd, VideoDescriptionScalingBehavior, VideoSelectorColorSpace, VideoSelectorColorSpaceUsage, WavCodingMode, WebvttDestinationStyleControl } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* Reference to an OutputDestination ID defined in the channel
|
|
4
4
|
* @public
|
|
@@ -7374,6 +7374,13 @@ export interface Av1Settings {
|
|
|
7374
7374
|
* @public
|
|
7375
7375
|
*/
|
|
7376
7376
|
TemporalAq?: Av1TemporalAq | undefined;
|
|
7377
|
+
/**
|
|
7378
|
+
* Controls how MediaLive inserts timecodes into the video output encode.
|
|
7379
|
+
* DISABLED: Do not insert timecodes.
|
|
7380
|
+
* METADATA_OBU: Include timecodes. MediaLive inserts timecode metadata based on the timecode from the source specified in the Timecode Config property. The timecode metadata is a metadata OBU (Open Bitstream Unit) of type METADATA_TYPE_TIMECODE, in accordance with https://aomediacodec.github.io/av1-spec/#metadata-timecode-syntax.
|
|
7381
|
+
* @public
|
|
7382
|
+
*/
|
|
7383
|
+
TimecodeInsertion?: Av1TimecodeInsertionBehavior | undefined;
|
|
7377
7384
|
}
|
|
7378
7385
|
/**
|
|
7379
7386
|
* Frame Capture Settings
|
|
@@ -125,6 +125,17 @@ export interface InputLossBehavior {
|
|
|
125
125
|
*/
|
|
126
126
|
RepeatFrameMsec?: number | undefined;
|
|
127
127
|
}
|
|
128
|
+
/**
|
|
129
|
+
* Disabled Locking Settings
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export interface DisabledLockingSettings {
|
|
133
|
+
/**
|
|
134
|
+
* Optional. Only applies to CMAF Ingest Output Group and MediaPackage V2 Output Group. Enter a value here to use a custom epoch, instead of the standard epoch (which started at 1970-01-01T00:00:00 UTC). Specify the start time of the custom epoch, in YYYY-MM-DDTHH:MM:SS in UTC. The time must be 2000-01-01T00:00:00 or later. Always set the MM:SS portion to 00:00.
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
CustomEpoch?: string | undefined;
|
|
138
|
+
}
|
|
128
139
|
/**
|
|
129
140
|
* Epoch Locking Settings
|
|
130
141
|
* @public
|
|
@@ -151,6 +162,11 @@ export interface PipelineLockingSettings {
|
|
|
151
162
|
* @public
|
|
152
163
|
*/
|
|
153
164
|
PipelineLockingMethod?: PipelineLockingMethod | undefined;
|
|
165
|
+
/**
|
|
166
|
+
* Optional. Only applies to CMAF Ingest Output Group and MediaPackage V2 Output Group Only. Enter a value here to use a custom epoch, instead of the standard epoch (which started at 1970-01-01T00:00:00 UTC). Specify the start time of the custom epoch, in YYYY-MM-DDTHH:MM:SS in UTC. The time must be 2000-01-01T00:00:00 or later. Always set the MM:SS portion to 00:00.
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
CustomEpoch?: string | undefined;
|
|
154
170
|
}
|
|
155
171
|
/**
|
|
156
172
|
* Output Locking Settings
|
|
@@ -167,6 +183,11 @@ export interface OutputLockingSettings {
|
|
|
167
183
|
* @public
|
|
168
184
|
*/
|
|
169
185
|
PipelineLockingSettings?: PipelineLockingSettings | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* Disabled Locking Settings
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
DisabledLockingSettings?: DisabledLockingSettings | undefined;
|
|
170
191
|
}
|
|
171
192
|
/**
|
|
172
193
|
* Global Configuration
|
|
@@ -191,6 +191,7 @@ export declare var DescribeSdiSourceRequest$: StaticStructureSchema;
|
|
|
191
191
|
export declare var DescribeSdiSourceResponse$: StaticStructureSchema;
|
|
192
192
|
export declare var DescribeThumbnailsRequest$: StaticStructureSchema;
|
|
193
193
|
export declare var DescribeThumbnailsResponse$: StaticStructureSchema;
|
|
194
|
+
export declare var DisabledLockingSettings$: StaticStructureSchema;
|
|
194
195
|
export declare var DolbyVision81Settings$: StaticStructureSchema;
|
|
195
196
|
export declare var DvbNitSettings$: StaticStructureSchema;
|
|
196
197
|
export declare var DvbSdtSettings$: StaticStructureSchema;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AcceptInputDeviceTransferCommandInput,
|
|
4
10
|
AcceptInputDeviceTransferCommandOutput,
|
|
@@ -2174,5 +2180,364 @@ export interface MediaLive {
|
|
|
2174
2180
|
options: __HttpHandlerOptions,
|
|
2175
2181
|
cb: (err: any, data?: UpdateSdiSourceCommandOutput) => void
|
|
2176
2182
|
): void;
|
|
2183
|
+
paginateDescribeSchedule(
|
|
2184
|
+
args: DescribeScheduleCommandInput,
|
|
2185
|
+
paginationConfig?: Pick<
|
|
2186
|
+
PaginationConfiguration,
|
|
2187
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2188
|
+
>
|
|
2189
|
+
): Paginator<DescribeScheduleCommandOutput>;
|
|
2190
|
+
paginateListAlerts(
|
|
2191
|
+
args: ListAlertsCommandInput,
|
|
2192
|
+
paginationConfig?: Pick<
|
|
2193
|
+
PaginationConfiguration,
|
|
2194
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2195
|
+
>
|
|
2196
|
+
): Paginator<ListAlertsCommandOutput>;
|
|
2197
|
+
paginateListChannelPlacementGroups(
|
|
2198
|
+
args: ListChannelPlacementGroupsCommandInput,
|
|
2199
|
+
paginationConfig?: Pick<
|
|
2200
|
+
PaginationConfiguration,
|
|
2201
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2202
|
+
>
|
|
2203
|
+
): Paginator<ListChannelPlacementGroupsCommandOutput>;
|
|
2204
|
+
paginateListChannels(
|
|
2205
|
+
args?: ListChannelsCommandInput,
|
|
2206
|
+
paginationConfig?: Pick<
|
|
2207
|
+
PaginationConfiguration,
|
|
2208
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2209
|
+
>
|
|
2210
|
+
): Paginator<ListChannelsCommandOutput>;
|
|
2211
|
+
paginateListCloudWatchAlarmTemplateGroups(
|
|
2212
|
+
args?: ListCloudWatchAlarmTemplateGroupsCommandInput,
|
|
2213
|
+
paginationConfig?: Pick<
|
|
2214
|
+
PaginationConfiguration,
|
|
2215
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2216
|
+
>
|
|
2217
|
+
): Paginator<ListCloudWatchAlarmTemplateGroupsCommandOutput>;
|
|
2218
|
+
paginateListCloudWatchAlarmTemplates(
|
|
2219
|
+
args?: ListCloudWatchAlarmTemplatesCommandInput,
|
|
2220
|
+
paginationConfig?: Pick<
|
|
2221
|
+
PaginationConfiguration,
|
|
2222
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2223
|
+
>
|
|
2224
|
+
): Paginator<ListCloudWatchAlarmTemplatesCommandOutput>;
|
|
2225
|
+
paginateListClusterAlerts(
|
|
2226
|
+
args: ListClusterAlertsCommandInput,
|
|
2227
|
+
paginationConfig?: Pick<
|
|
2228
|
+
PaginationConfiguration,
|
|
2229
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2230
|
+
>
|
|
2231
|
+
): Paginator<ListClusterAlertsCommandOutput>;
|
|
2232
|
+
paginateListClusters(
|
|
2233
|
+
args?: ListClustersCommandInput,
|
|
2234
|
+
paginationConfig?: Pick<
|
|
2235
|
+
PaginationConfiguration,
|
|
2236
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2237
|
+
>
|
|
2238
|
+
): Paginator<ListClustersCommandOutput>;
|
|
2239
|
+
paginateListEventBridgeRuleTemplateGroups(
|
|
2240
|
+
args?: ListEventBridgeRuleTemplateGroupsCommandInput,
|
|
2241
|
+
paginationConfig?: Pick<
|
|
2242
|
+
PaginationConfiguration,
|
|
2243
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2244
|
+
>
|
|
2245
|
+
): Paginator<ListEventBridgeRuleTemplateGroupsCommandOutput>;
|
|
2246
|
+
paginateListEventBridgeRuleTemplates(
|
|
2247
|
+
args?: ListEventBridgeRuleTemplatesCommandInput,
|
|
2248
|
+
paginationConfig?: Pick<
|
|
2249
|
+
PaginationConfiguration,
|
|
2250
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2251
|
+
>
|
|
2252
|
+
): Paginator<ListEventBridgeRuleTemplatesCommandOutput>;
|
|
2253
|
+
paginateListInputDevices(
|
|
2254
|
+
args?: ListInputDevicesCommandInput,
|
|
2255
|
+
paginationConfig?: Pick<
|
|
2256
|
+
PaginationConfiguration,
|
|
2257
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2258
|
+
>
|
|
2259
|
+
): Paginator<ListInputDevicesCommandOutput>;
|
|
2260
|
+
paginateListInputDeviceTransfers(
|
|
2261
|
+
args: ListInputDeviceTransfersCommandInput,
|
|
2262
|
+
paginationConfig?: Pick<
|
|
2263
|
+
PaginationConfiguration,
|
|
2264
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2265
|
+
>
|
|
2266
|
+
): Paginator<ListInputDeviceTransfersCommandOutput>;
|
|
2267
|
+
paginateListInputs(
|
|
2268
|
+
args?: ListInputsCommandInput,
|
|
2269
|
+
paginationConfig?: Pick<
|
|
2270
|
+
PaginationConfiguration,
|
|
2271
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2272
|
+
>
|
|
2273
|
+
): Paginator<ListInputsCommandOutput>;
|
|
2274
|
+
paginateListInputSecurityGroups(
|
|
2275
|
+
args?: ListInputSecurityGroupsCommandInput,
|
|
2276
|
+
paginationConfig?: Pick<
|
|
2277
|
+
PaginationConfiguration,
|
|
2278
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2279
|
+
>
|
|
2280
|
+
): Paginator<ListInputSecurityGroupsCommandOutput>;
|
|
2281
|
+
paginateListMultiplexAlerts(
|
|
2282
|
+
args: ListMultiplexAlertsCommandInput,
|
|
2283
|
+
paginationConfig?: Pick<
|
|
2284
|
+
PaginationConfiguration,
|
|
2285
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2286
|
+
>
|
|
2287
|
+
): Paginator<ListMultiplexAlertsCommandOutput>;
|
|
2288
|
+
paginateListMultiplexes(
|
|
2289
|
+
args?: ListMultiplexesCommandInput,
|
|
2290
|
+
paginationConfig?: Pick<
|
|
2291
|
+
PaginationConfiguration,
|
|
2292
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2293
|
+
>
|
|
2294
|
+
): Paginator<ListMultiplexesCommandOutput>;
|
|
2295
|
+
paginateListMultiplexPrograms(
|
|
2296
|
+
args: ListMultiplexProgramsCommandInput,
|
|
2297
|
+
paginationConfig?: Pick<
|
|
2298
|
+
PaginationConfiguration,
|
|
2299
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2300
|
+
>
|
|
2301
|
+
): Paginator<ListMultiplexProgramsCommandOutput>;
|
|
2302
|
+
paginateListNetworks(
|
|
2303
|
+
args?: ListNetworksCommandInput,
|
|
2304
|
+
paginationConfig?: Pick<
|
|
2305
|
+
PaginationConfiguration,
|
|
2306
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2307
|
+
>
|
|
2308
|
+
): Paginator<ListNetworksCommandOutput>;
|
|
2309
|
+
paginateListNodes(
|
|
2310
|
+
args: ListNodesCommandInput,
|
|
2311
|
+
paginationConfig?: Pick<
|
|
2312
|
+
PaginationConfiguration,
|
|
2313
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2314
|
+
>
|
|
2315
|
+
): Paginator<ListNodesCommandOutput>;
|
|
2316
|
+
paginateListOfferings(
|
|
2317
|
+
args?: ListOfferingsCommandInput,
|
|
2318
|
+
paginationConfig?: Pick<
|
|
2319
|
+
PaginationConfiguration,
|
|
2320
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2321
|
+
>
|
|
2322
|
+
): Paginator<ListOfferingsCommandOutput>;
|
|
2323
|
+
paginateListReservations(
|
|
2324
|
+
args?: ListReservationsCommandInput,
|
|
2325
|
+
paginationConfig?: Pick<
|
|
2326
|
+
PaginationConfiguration,
|
|
2327
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2328
|
+
>
|
|
2329
|
+
): Paginator<ListReservationsCommandOutput>;
|
|
2330
|
+
paginateListSdiSources(
|
|
2331
|
+
args?: ListSdiSourcesCommandInput,
|
|
2332
|
+
paginationConfig?: Pick<
|
|
2333
|
+
PaginationConfiguration,
|
|
2334
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2335
|
+
>
|
|
2336
|
+
): Paginator<ListSdiSourcesCommandOutput>;
|
|
2337
|
+
paginateListSignalMaps(
|
|
2338
|
+
args?: ListSignalMapsCommandInput,
|
|
2339
|
+
paginationConfig?: Pick<
|
|
2340
|
+
PaginationConfiguration,
|
|
2341
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2342
|
+
>
|
|
2343
|
+
): Paginator<ListSignalMapsCommandOutput>;
|
|
2344
|
+
waitUntilChannelCreated(
|
|
2345
|
+
args: DescribeChannelCommandInput,
|
|
2346
|
+
waiterConfig:
|
|
2347
|
+
| number
|
|
2348
|
+
| Pick<
|
|
2349
|
+
WaiterConfiguration<MediaLive>,
|
|
2350
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2351
|
+
>
|
|
2352
|
+
): Promise<WaiterResult>;
|
|
2353
|
+
waitUntilChannelDeleted(
|
|
2354
|
+
args: DescribeChannelCommandInput,
|
|
2355
|
+
waiterConfig:
|
|
2356
|
+
| number
|
|
2357
|
+
| Pick<
|
|
2358
|
+
WaiterConfiguration<MediaLive>,
|
|
2359
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2360
|
+
>
|
|
2361
|
+
): Promise<WaiterResult>;
|
|
2362
|
+
waitUntilChannelRunning(
|
|
2363
|
+
args: DescribeChannelCommandInput,
|
|
2364
|
+
waiterConfig:
|
|
2365
|
+
| number
|
|
2366
|
+
| Pick<
|
|
2367
|
+
WaiterConfiguration<MediaLive>,
|
|
2368
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2369
|
+
>
|
|
2370
|
+
): Promise<WaiterResult>;
|
|
2371
|
+
waitUntilChannelStopped(
|
|
2372
|
+
args: DescribeChannelCommandInput,
|
|
2373
|
+
waiterConfig:
|
|
2374
|
+
| number
|
|
2375
|
+
| Pick<
|
|
2376
|
+
WaiterConfiguration<MediaLive>,
|
|
2377
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2378
|
+
>
|
|
2379
|
+
): Promise<WaiterResult>;
|
|
2380
|
+
waitUntilChannelPlacementGroupAssigned(
|
|
2381
|
+
args: DescribeChannelPlacementGroupCommandInput,
|
|
2382
|
+
waiterConfig:
|
|
2383
|
+
| number
|
|
2384
|
+
| Pick<
|
|
2385
|
+
WaiterConfiguration<MediaLive>,
|
|
2386
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2387
|
+
>
|
|
2388
|
+
): Promise<WaiterResult>;
|
|
2389
|
+
waitUntilChannelPlacementGroupDeleted(
|
|
2390
|
+
args: DescribeChannelPlacementGroupCommandInput,
|
|
2391
|
+
waiterConfig:
|
|
2392
|
+
| number
|
|
2393
|
+
| Pick<
|
|
2394
|
+
WaiterConfiguration<MediaLive>,
|
|
2395
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2396
|
+
>
|
|
2397
|
+
): Promise<WaiterResult>;
|
|
2398
|
+
waitUntilChannelPlacementGroupUnassigned(
|
|
2399
|
+
args: DescribeChannelPlacementGroupCommandInput,
|
|
2400
|
+
waiterConfig:
|
|
2401
|
+
| number
|
|
2402
|
+
| Pick<
|
|
2403
|
+
WaiterConfiguration<MediaLive>,
|
|
2404
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2405
|
+
>
|
|
2406
|
+
): Promise<WaiterResult>;
|
|
2407
|
+
waitUntilClusterCreated(
|
|
2408
|
+
args: DescribeClusterCommandInput,
|
|
2409
|
+
waiterConfig:
|
|
2410
|
+
| number
|
|
2411
|
+
| Pick<
|
|
2412
|
+
WaiterConfiguration<MediaLive>,
|
|
2413
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2414
|
+
>
|
|
2415
|
+
): Promise<WaiterResult>;
|
|
2416
|
+
waitUntilClusterDeleted(
|
|
2417
|
+
args: DescribeClusterCommandInput,
|
|
2418
|
+
waiterConfig:
|
|
2419
|
+
| number
|
|
2420
|
+
| Pick<
|
|
2421
|
+
WaiterConfiguration<MediaLive>,
|
|
2422
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2423
|
+
>
|
|
2424
|
+
): Promise<WaiterResult>;
|
|
2425
|
+
waitUntilInputAttached(
|
|
2426
|
+
args: DescribeInputCommandInput,
|
|
2427
|
+
waiterConfig:
|
|
2428
|
+
| number
|
|
2429
|
+
| Pick<
|
|
2430
|
+
WaiterConfiguration<MediaLive>,
|
|
2431
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2432
|
+
>
|
|
2433
|
+
): Promise<WaiterResult>;
|
|
2434
|
+
waitUntilInputDeleted(
|
|
2435
|
+
args: DescribeInputCommandInput,
|
|
2436
|
+
waiterConfig:
|
|
2437
|
+
| number
|
|
2438
|
+
| Pick<
|
|
2439
|
+
WaiterConfiguration<MediaLive>,
|
|
2440
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2441
|
+
>
|
|
2442
|
+
): Promise<WaiterResult>;
|
|
2443
|
+
waitUntilInputDetached(
|
|
2444
|
+
args: DescribeInputCommandInput,
|
|
2445
|
+
waiterConfig:
|
|
2446
|
+
| number
|
|
2447
|
+
| Pick<
|
|
2448
|
+
WaiterConfiguration<MediaLive>,
|
|
2449
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2450
|
+
>
|
|
2451
|
+
): Promise<WaiterResult>;
|
|
2452
|
+
waitUntilMultiplexCreated(
|
|
2453
|
+
args: DescribeMultiplexCommandInput,
|
|
2454
|
+
waiterConfig:
|
|
2455
|
+
| number
|
|
2456
|
+
| Pick<
|
|
2457
|
+
WaiterConfiguration<MediaLive>,
|
|
2458
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2459
|
+
>
|
|
2460
|
+
): Promise<WaiterResult>;
|
|
2461
|
+
waitUntilMultiplexDeleted(
|
|
2462
|
+
args: DescribeMultiplexCommandInput,
|
|
2463
|
+
waiterConfig:
|
|
2464
|
+
| number
|
|
2465
|
+
| Pick<
|
|
2466
|
+
WaiterConfiguration<MediaLive>,
|
|
2467
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2468
|
+
>
|
|
2469
|
+
): Promise<WaiterResult>;
|
|
2470
|
+
waitUntilMultiplexRunning(
|
|
2471
|
+
args: DescribeMultiplexCommandInput,
|
|
2472
|
+
waiterConfig:
|
|
2473
|
+
| number
|
|
2474
|
+
| Pick<
|
|
2475
|
+
WaiterConfiguration<MediaLive>,
|
|
2476
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2477
|
+
>
|
|
2478
|
+
): Promise<WaiterResult>;
|
|
2479
|
+
waitUntilMultiplexStopped(
|
|
2480
|
+
args: DescribeMultiplexCommandInput,
|
|
2481
|
+
waiterConfig:
|
|
2482
|
+
| number
|
|
2483
|
+
| Pick<
|
|
2484
|
+
WaiterConfiguration<MediaLive>,
|
|
2485
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2486
|
+
>
|
|
2487
|
+
): Promise<WaiterResult>;
|
|
2488
|
+
waitUntilNodeDeregistered(
|
|
2489
|
+
args: DescribeNodeCommandInput,
|
|
2490
|
+
waiterConfig:
|
|
2491
|
+
| number
|
|
2492
|
+
| Pick<
|
|
2493
|
+
WaiterConfiguration<MediaLive>,
|
|
2494
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2495
|
+
>
|
|
2496
|
+
): Promise<WaiterResult>;
|
|
2497
|
+
waitUntilNodeRegistered(
|
|
2498
|
+
args: DescribeNodeCommandInput,
|
|
2499
|
+
waiterConfig:
|
|
2500
|
+
| number
|
|
2501
|
+
| Pick<
|
|
2502
|
+
WaiterConfiguration<MediaLive>,
|
|
2503
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2504
|
+
>
|
|
2505
|
+
): Promise<WaiterResult>;
|
|
2506
|
+
waitUntilSignalMapCreated(
|
|
2507
|
+
args: GetSignalMapCommandInput,
|
|
2508
|
+
waiterConfig:
|
|
2509
|
+
| number
|
|
2510
|
+
| Pick<
|
|
2511
|
+
WaiterConfiguration<MediaLive>,
|
|
2512
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2513
|
+
>
|
|
2514
|
+
): Promise<WaiterResult>;
|
|
2515
|
+
waitUntilSignalMapMonitorDeleted(
|
|
2516
|
+
args: GetSignalMapCommandInput,
|
|
2517
|
+
waiterConfig:
|
|
2518
|
+
| number
|
|
2519
|
+
| Pick<
|
|
2520
|
+
WaiterConfiguration<MediaLive>,
|
|
2521
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2522
|
+
>
|
|
2523
|
+
): Promise<WaiterResult>;
|
|
2524
|
+
waitUntilSignalMapMonitorDeployed(
|
|
2525
|
+
args: GetSignalMapCommandInput,
|
|
2526
|
+
waiterConfig:
|
|
2527
|
+
| number
|
|
2528
|
+
| Pick<
|
|
2529
|
+
WaiterConfiguration<MediaLive>,
|
|
2530
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2531
|
+
>
|
|
2532
|
+
): Promise<WaiterResult>;
|
|
2533
|
+
waitUntilSignalMapUpdated(
|
|
2534
|
+
args: GetSignalMapCommandInput,
|
|
2535
|
+
waiterConfig:
|
|
2536
|
+
| number
|
|
2537
|
+
| Pick<
|
|
2538
|
+
WaiterConfiguration<MediaLive>,
|
|
2539
|
+
Exclude<keyof WaiterConfiguration<MediaLive>, "client">
|
|
2540
|
+
>
|
|
2541
|
+
): Promise<WaiterResult>;
|
|
2177
2542
|
}
|
|
2178
2543
|
export declare class MediaLive extends MediaLiveClient implements MediaLive {}
|
|
@@ -1790,6 +1790,12 @@ export declare const TimecodeBurninPosition: {
|
|
|
1790
1790
|
};
|
|
1791
1791
|
export type TimecodeBurninPosition =
|
|
1792
1792
|
(typeof TimecodeBurninPosition)[keyof typeof TimecodeBurninPosition];
|
|
1793
|
+
export declare const Av1TimecodeInsertionBehavior: {
|
|
1794
|
+
readonly DISABLED: "DISABLED";
|
|
1795
|
+
readonly METADATA_OBU: "METADATA_OBU";
|
|
1796
|
+
};
|
|
1797
|
+
export type Av1TimecodeInsertionBehavior =
|
|
1798
|
+
(typeof Av1TimecodeInsertionBehavior)[keyof typeof Av1TimecodeInsertionBehavior];
|
|
1793
1799
|
export declare const FrameCaptureIntervalUnit: {
|
|
1794
1800
|
readonly MILLISECONDS: "MILLISECONDS";
|
|
1795
1801
|
readonly SECONDS: "SECONDS";
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
Av1SceneChangeDetect,
|
|
32
32
|
Av1SpatialAq,
|
|
33
33
|
Av1TemporalAq,
|
|
34
|
+
Av1TimecodeInsertionBehavior,
|
|
34
35
|
AvailBlankingState,
|
|
35
36
|
BandwidthReductionFilterStrength,
|
|
36
37
|
BandwidthReductionPostFilterSharpening,
|
|
@@ -1992,6 +1993,7 @@ export interface Av1Settings {
|
|
|
1992
1993
|
MinBitrate?: number | undefined;
|
|
1993
1994
|
SpatialAq?: Av1SpatialAq | undefined;
|
|
1994
1995
|
TemporalAq?: Av1TemporalAq | undefined;
|
|
1996
|
+
TimecodeInsertion?: Av1TimecodeInsertionBehavior | undefined;
|
|
1995
1997
|
}
|
|
1996
1998
|
export interface FrameCaptureSettings {
|
|
1997
1999
|
CaptureInterval?: number | undefined;
|
|
@@ -183,16 +183,21 @@ export interface InputLossBehavior {
|
|
|
183
183
|
InputLossImageType?: InputLossImageType | undefined;
|
|
184
184
|
RepeatFrameMsec?: number | undefined;
|
|
185
185
|
}
|
|
186
|
+
export interface DisabledLockingSettings {
|
|
187
|
+
CustomEpoch?: string | undefined;
|
|
188
|
+
}
|
|
186
189
|
export interface EpochLockingSettings {
|
|
187
190
|
CustomEpoch?: string | undefined;
|
|
188
191
|
JamSyncTime?: string | undefined;
|
|
189
192
|
}
|
|
190
193
|
export interface PipelineLockingSettings {
|
|
191
194
|
PipelineLockingMethod?: PipelineLockingMethod | undefined;
|
|
195
|
+
CustomEpoch?: string | undefined;
|
|
192
196
|
}
|
|
193
197
|
export interface OutputLockingSettings {
|
|
194
198
|
EpochLockingSettings?: EpochLockingSettings | undefined;
|
|
195
199
|
PipelineLockingSettings?: PipelineLockingSettings | undefined;
|
|
200
|
+
DisabledLockingSettings?: DisabledLockingSettings | undefined;
|
|
196
201
|
}
|
|
197
202
|
export interface GlobalConfiguration {
|
|
198
203
|
InitialAudioGain?: number | undefined;
|
|
@@ -195,6 +195,7 @@ export declare var DescribeSdiSourceRequest$: StaticStructureSchema;
|
|
|
195
195
|
export declare var DescribeSdiSourceResponse$: StaticStructureSchema;
|
|
196
196
|
export declare var DescribeThumbnailsRequest$: StaticStructureSchema;
|
|
197
197
|
export declare var DescribeThumbnailsResponse$: StaticStructureSchema;
|
|
198
|
+
export declare var DisabledLockingSettings$: StaticStructureSchema;
|
|
198
199
|
export declare var DolbyVision81Settings$: StaticStructureSchema;
|
|
199
200
|
export declare var DvbNitSettings$: StaticStructureSchema;
|
|
200
201
|
export declare var DvbSdtSettings$: StaticStructureSchema;
|
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.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|