@aws-sdk/client-medialive 3.1018.0 → 3.1020.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/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/MediaLive.js +14 -14
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/waiters/waitForChannelCreated.js +1 -1
- package/dist-es/waiters/waitForChannelDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +1 -1
- package/dist-es/waiters/waitForChannelRunning.js +1 -1
- package/dist-es/waiters/waitForChannelStopped.js +1 -1
- package/dist-es/waiters/waitForClusterCreated.js +1 -1
- package/dist-es/waiters/waitForClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForInputAttached.js +1 -1
- package/dist-es/waiters/waitForInputDeleted.js +1 -1
- package/dist-es/waiters/waitForInputDetached.js +1 -1
- package/dist-es/waiters/waitForMultiplexCreated.js +1 -1
- package/dist-es/waiters/waitForMultiplexDeleted.js +1 -1
- package/dist-es/waiters/waitForMultiplexRunning.js +1 -1
- package/dist-es/waiters/waitForMultiplexStopped.js +1 -1
- package/dist-es/waiters/waitForNodeDeregistered.js +1 -1
- package/dist-es/waiters/waitForNodeRegistered.js +1 -1
- package/dist-es/waiters/waitForSignalMapCreated.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +1 -1
- package/dist-es/waiters/waitForSignalMapUpdated.js +1 -1
- package/dist-types/MediaLive.d.ts +123 -123
- package/dist-types/MediaLiveClient.d.ts +126 -126
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +3 -3
- package/dist-types/pagination/DescribeSchedulePaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSignalMapsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +20 -20
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/waiters/waitForChannelCreated.d.ts +3 -3
- package/dist-types/waiters/waitForChannelDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelRunning.d.ts +3 -3
- package/dist-types/waiters/waitForChannelStopped.d.ts +3 -3
- package/dist-types/waiters/waitForClusterCreated.d.ts +3 -3
- package/dist-types/waiters/waitForClusterDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputAttached.d.ts +3 -3
- package/dist-types/waiters/waitForInputDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputDetached.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexCreated.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexRunning.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexStopped.d.ts +3 -3
- package/dist-types/waiters/waitForNodeDeregistered.d.ts +3 -3
- package/dist-types/waiters/waitForNodeRegistered.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapCreated.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapUpdated.d.ts +3 -3
- package/package.json +15 -15
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { MediaLiveHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
3
|
import { type MediaLiveClientResolvedConfig } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
3
|
import type { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import {
|
|
4
|
+
import type { DescribeInputDeviceThumbnailRequest, DescribeInputDeviceThumbnailResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./MediaLiveClient";
|
|
7
7
|
export * from "./MediaLive";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { MediaLiveExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
3
|
-
import { ValidationError } from "./models_0";
|
|
3
|
+
import type { ValidationError } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* Placeholder documentation for BadGatewayException
|
|
6
6
|
* @public
|
|
@@ -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, Av1BitDepth, 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, ConnectionMode, 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 type { 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, Av1BitDepth, 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, ConnectionMode, 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { StreamingBlobTypes } from "@smithy/types";
|
|
2
|
-
import { AcceptHeader, Algorithm, BlackoutSlateNetworkEndBlackout, BlackoutSlateState, ChannelClass, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterState, ClusterType, ContentType, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, FeatureActivationsInputPrepareScheduleActions, FeatureActivationsOutputStaticImageOverlayScheduleActions, GlobalConfigurationInputEndAction, GlobalConfigurationLowFramerateInputs, GlobalConfigurationOutputLockingMode, GlobalConfigurationOutputTimingSource, InputClass, InputDeviceCodec, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceOutputType, InputDeviceType, InputLossImageType, InputNetworkLocation, InputSecurityGroupState, InputSourceType, InputState, InputType, LinkedChannelType, LogLevel, MaintenanceDay, MotionGraphicsInsertion, MultiplexState, NetworkState, NielsenPcmToId3TaggingState, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineLockingMethod, PreferredChannelPipeline, RebootInputDeviceForce, ReservationState, RouterEncryptionType, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, ThumbnailState, TimecodeConfigSource, UpdateNodeStateShape } from "./enums";
|
|
3
|
-
import {
|
|
1
|
+
import type { StreamingBlobTypes } from "@smithy/types";
|
|
2
|
+
import type { AcceptHeader, Algorithm, BlackoutSlateNetworkEndBlackout, BlackoutSlateState, ChannelClass, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterState, ClusterType, ContentType, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, FeatureActivationsInputPrepareScheduleActions, FeatureActivationsOutputStaticImageOverlayScheduleActions, GlobalConfigurationInputEndAction, GlobalConfigurationLowFramerateInputs, GlobalConfigurationOutputLockingMode, GlobalConfigurationOutputTimingSource, InputClass, InputDeviceCodec, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceOutputType, InputDeviceType, InputLossImageType, InputNetworkLocation, InputSecurityGroupState, InputSourceType, InputState, InputType, LinkedChannelType, LogLevel, MaintenanceDay, MotionGraphicsInsertion, MultiplexState, NetworkState, NielsenPcmToId3TaggingState, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineLockingMethod, PreferredChannelPipeline, RebootInputDeviceForce, ReservationState, RouterEncryptionType, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, ThumbnailState, TimecodeConfigSource, UpdateNodeStateShape } from "./enums";
|
|
3
|
+
import type { AccountConfiguration, AnywhereSettings, AudioDescription, AvailBlanking, AvailConfiguration, BatchFailedResultModel, BatchScheduleActionCreateRequest, BatchScheduleActionCreateResult, BatchScheduleActionDeleteRequest, BatchScheduleActionDeleteResult, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelAlert, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelSummary, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateSummary, ClusterAlert, ClusterNetworkSettings, ColorCorrection, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeInferenceSettings, DescribeLinkedChannelSettings, DescribeNetworkSummary, DescribeNodeSummary, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputDestination, InputDestinationRequest, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceUhdSettings, InputLocation, InputSecurityGroup, InputSource, InputSourceRequest, InputSpecification, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexAlert, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexSummary, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, Offering, OutputDestination, OutputGroup, PipelineDetail, RenewalSettings, Reservation, ReservationResourceSpecification, Route, RouteCreateRequest, RouterDestinationSettings, RouterInputSettings, RouteUpdateRequest, ScheduleAction, SdiSourceMapping, SdiSourceSummary, SignalMapSummary, Smpte2110ReceiverGroupSettings, SrtCallerSourceRequest, SrtSettings, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription, VpcOutputSettingsDescription } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* A request to stop resources
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "../commands/ListChannelPlacementGroupsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "../commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "../commands/ListCloudWatchAlarmTemplatesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "../commands/ListClusterAlertsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "../commands/ListEventBridgeRuleTemplateGroupsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "../commands/ListEventBridgeRuleTemplatesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "../commands/ListInputSecurityGroupsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "../commands/ListMultiplexAlertsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../commands/ListMultiplexesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNetworksCommandInput, ListNetworksCommandOutput } from "../commands/ListNetworksCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "../commands/ListSdiSourcesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "../commands/ListSignalMapsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
22
22
|
protocolSettings: {
|
|
23
23
|
defaultNamespace?: string;
|
|
24
24
|
[setting: string]: unknown;
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
24
24
|
protocolSettings: {
|
|
25
25
|
defaultNamespace?: string;
|
|
26
26
|
[setting: string]: unknown;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
12
12
|
defaultNamespace?: string;
|
|
13
13
|
[setting: string]: unknown;
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -38,8 +39,6 @@ import {
|
|
|
38
39
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
39
40
|
StreamCollector as __StreamCollector,
|
|
40
41
|
UrlParser as __UrlParser,
|
|
41
|
-
AwsCredentialIdentityProvider,
|
|
42
|
-
Provider,
|
|
43
42
|
UserAgent as __UserAgent,
|
|
44
43
|
} from "@smithy/types";
|
|
45
44
|
import {
|
|
@@ -811,7 +810,7 @@ export interface ClientDefaults
|
|
|
811
810
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
812
811
|
region?: string | __Provider<string>;
|
|
813
812
|
profile?: string;
|
|
814
|
-
defaultUserAgentProvider?:
|
|
813
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
815
814
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
816
815
|
maxAttempts?: number | __Provider<number>;
|
|
817
816
|
retryMode?: string | __Provider<string>;
|
|
@@ -65,34 +65,17 @@ import {
|
|
|
65
65
|
import {
|
|
66
66
|
AccountConfiguration,
|
|
67
67
|
AnywhereSettings,
|
|
68
|
+
AudioDescription,
|
|
68
69
|
AvailBlanking,
|
|
69
70
|
AvailConfiguration,
|
|
71
|
+
BatchFailedResultModel,
|
|
70
72
|
BatchScheduleActionCreateRequest,
|
|
71
73
|
BatchScheduleActionCreateResult,
|
|
72
74
|
BatchScheduleActionDeleteRequest,
|
|
73
75
|
BatchScheduleActionDeleteResult,
|
|
74
|
-
CdiInputSpecification,
|
|
75
|
-
ClusterNetworkSettings,
|
|
76
|
-
DescribeAnywhereSettings,
|
|
77
|
-
DescribeInferenceSettings,
|
|
78
|
-
DescribeLinkedChannelSettings,
|
|
79
|
-
InputDeviceHdSettings,
|
|
80
|
-
InputDeviceNetworkSettings,
|
|
81
|
-
InputDeviceUhdSettings,
|
|
82
|
-
InputLocation,
|
|
83
|
-
InputSpecification,
|
|
84
|
-
MaintenanceStatus,
|
|
85
|
-
MulticastSettings,
|
|
86
|
-
RenewalSettings,
|
|
87
|
-
ReservationResourceSpecification,
|
|
88
|
-
RouterInputSettings,
|
|
89
|
-
Smpte2110ReceiverGroupSettings,
|
|
90
|
-
SrtSettings,
|
|
91
|
-
VpcOutputSettingsDescription,
|
|
92
|
-
AudioDescription,
|
|
93
|
-
BatchFailedResultModel,
|
|
94
76
|
BatchSuccessfulResultModel,
|
|
95
77
|
CaptionDescription,
|
|
78
|
+
CdiInputSpecification,
|
|
96
79
|
ChannelAlert,
|
|
97
80
|
ChannelEgressEndpoint,
|
|
98
81
|
ChannelEngineVersionResponse,
|
|
@@ -100,9 +83,13 @@ import {
|
|
|
100
83
|
CloudWatchAlarmTemplateGroupSummary,
|
|
101
84
|
CloudWatchAlarmTemplateSummary,
|
|
102
85
|
ClusterAlert,
|
|
86
|
+
ClusterNetworkSettings,
|
|
103
87
|
ColorCorrection,
|
|
88
|
+
DescribeAnywhereSettings,
|
|
104
89
|
DescribeChannelPlacementGroupSummary,
|
|
105
90
|
DescribeClusterSummary,
|
|
91
|
+
DescribeInferenceSettings,
|
|
92
|
+
DescribeLinkedChannelSettings,
|
|
106
93
|
DescribeNetworkSummary,
|
|
107
94
|
DescribeNodeSummary,
|
|
108
95
|
EventBridgeRuleTemplateGroupSummary,
|
|
@@ -113,12 +100,17 @@ import {
|
|
|
113
100
|
InputDestination,
|
|
114
101
|
InputDestinationRequest,
|
|
115
102
|
InputDeviceConfigurableAudioChannelPairConfig,
|
|
103
|
+
InputDeviceHdSettings,
|
|
104
|
+
InputDeviceNetworkSettings,
|
|
116
105
|
InputDeviceRequest,
|
|
117
106
|
InputDeviceSettings,
|
|
118
107
|
InputDeviceSummary,
|
|
108
|
+
InputDeviceUhdSettings,
|
|
109
|
+
InputLocation,
|
|
119
110
|
InputSecurityGroup,
|
|
120
111
|
InputSource,
|
|
121
112
|
InputSourceRequest,
|
|
113
|
+
InputSpecification,
|
|
122
114
|
InputWhitelistRule,
|
|
123
115
|
InputWhitelistRuleCidr,
|
|
124
116
|
InterfaceMappingCreateRequest,
|
|
@@ -126,9 +118,11 @@ import {
|
|
|
126
118
|
IpPool,
|
|
127
119
|
IpPoolCreateRequest,
|
|
128
120
|
IpPoolUpdateRequest,
|
|
121
|
+
MaintenanceStatus,
|
|
129
122
|
MediaConnectFlow,
|
|
130
123
|
MediaConnectFlowRequest,
|
|
131
124
|
MediaResourceNeighbor,
|
|
125
|
+
MulticastSettings,
|
|
132
126
|
MulticastSourceCreateRequest,
|
|
133
127
|
MulticastSourceUpdateRequest,
|
|
134
128
|
MultiplexAlert,
|
|
@@ -142,19 +136,25 @@ import {
|
|
|
142
136
|
OutputDestination,
|
|
143
137
|
OutputGroup,
|
|
144
138
|
PipelineDetail,
|
|
139
|
+
RenewalSettings,
|
|
145
140
|
Reservation,
|
|
141
|
+
ReservationResourceSpecification,
|
|
146
142
|
Route,
|
|
147
143
|
RouteCreateRequest,
|
|
148
144
|
RouterDestinationSettings,
|
|
145
|
+
RouterInputSettings,
|
|
149
146
|
RouteUpdateRequest,
|
|
150
147
|
ScheduleAction,
|
|
151
148
|
SdiSourceMapping,
|
|
152
149
|
SdiSourceSummary,
|
|
153
150
|
SignalMapSummary,
|
|
151
|
+
Smpte2110ReceiverGroupSettings,
|
|
154
152
|
SrtCallerSourceRequest,
|
|
153
|
+
SrtSettings,
|
|
155
154
|
ThumbnailDetail,
|
|
156
155
|
TransferringInputDeviceSummary,
|
|
157
156
|
VideoDescription,
|
|
157
|
+
VpcOutputSettingsDescription,
|
|
158
158
|
} from "./models_0";
|
|
159
159
|
export interface BatchStopRequest {
|
|
160
160
|
ChannelIds?: string[] | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
12
12
|
protocol:
|
|
13
13
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
14
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a channel has been created
|
|
6
6
|
* @deprecated Use waitUntilChannelCreated instead. waitForChannelCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a channel has been deleted
|
|
6
6
|
* @deprecated Use waitUntilChannelDeleted instead. waitForChannelDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until the channel placement group has been assigned
|
|
6
6
|
* @deprecated Use waitUntilChannelPlacementGroupAssigned instead. waitForChannelPlacementGroupAssigned does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until the channel placement group has been deleted
|
|
6
6
|
* @deprecated Use waitUntilChannelPlacementGroupDeleted instead. waitForChannelPlacementGroupDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until the channel placement group has been unassigned
|
|
6
6
|
* @deprecated Use waitUntilChannelPlacementGroupUnassigned instead. waitForChannelPlacementGroupUnassigned does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a channel is running
|
|
6
6
|
* @deprecated Use waitUntilChannelRunning instead. waitForChannelRunning does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a channel has is stopped
|
|
6
6
|
* @deprecated Use waitUntilChannelStopped instead. waitForChannelStopped does not throw error in non-success cases.
|