@aws-sdk/client-medialive 3.428.0 → 3.430.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-types/models/models_0.d.ts +152 -152
- package/dist-types/models/models_1.d.ts +168 -168
- package/dist-types/models/models_2.d.ts +17 -17
- package/dist-types/ts3.4/models/models_0.d.ts +152 -152
- package/dist-types/ts3.4/models/models_1.d.ts +168 -177
- package/dist-types/ts3.4/models/models_2.d.ts +17 -17
- package/package.json +11 -11
|
@@ -151,49 +151,49 @@ export declare const HlsTsFileMode: {
|
|
|
151
151
|
};
|
|
152
152
|
export type HlsTsFileMode = (typeof HlsTsFileMode)[keyof typeof HlsTsFileMode];
|
|
153
153
|
export interface HlsGroupSettings {
|
|
154
|
-
AdMarkers?:
|
|
154
|
+
AdMarkers?: HlsAdMarkers[];
|
|
155
155
|
BaseUrlContent?: string;
|
|
156
156
|
BaseUrlContent1?: string;
|
|
157
157
|
BaseUrlManifest?: string;
|
|
158
158
|
BaseUrlManifest1?: string;
|
|
159
159
|
CaptionLanguageMappings?: CaptionLanguageMapping[];
|
|
160
|
-
CaptionLanguageSetting?: HlsCaptionLanguageSetting
|
|
161
|
-
ClientCache?: HlsClientCache
|
|
162
|
-
CodecSpecification?: HlsCodecSpecification
|
|
160
|
+
CaptionLanguageSetting?: HlsCaptionLanguageSetting;
|
|
161
|
+
ClientCache?: HlsClientCache;
|
|
162
|
+
CodecSpecification?: HlsCodecSpecification;
|
|
163
163
|
ConstantIv?: string;
|
|
164
164
|
Destination: OutputLocationRef | undefined;
|
|
165
|
-
DirectoryStructure?: HlsDirectoryStructure
|
|
166
|
-
DiscontinuityTags?: HlsDiscontinuityTags
|
|
167
|
-
EncryptionType?: HlsEncryptionType
|
|
165
|
+
DirectoryStructure?: HlsDirectoryStructure;
|
|
166
|
+
DiscontinuityTags?: HlsDiscontinuityTags;
|
|
167
|
+
EncryptionType?: HlsEncryptionType;
|
|
168
168
|
HlsCdnSettings?: HlsCdnSettings;
|
|
169
|
-
HlsId3SegmentTagging?: HlsId3SegmentTaggingState
|
|
170
|
-
IFrameOnlyPlaylists?: IFrameOnlyPlaylistType
|
|
171
|
-
IncompleteSegmentBehavior?: HlsIncompleteSegmentBehavior
|
|
169
|
+
HlsId3SegmentTagging?: HlsId3SegmentTaggingState;
|
|
170
|
+
IFrameOnlyPlaylists?: IFrameOnlyPlaylistType;
|
|
171
|
+
IncompleteSegmentBehavior?: HlsIncompleteSegmentBehavior;
|
|
172
172
|
IndexNSegments?: number;
|
|
173
|
-
InputLossAction?: InputLossActionForHlsOut
|
|
174
|
-
IvInManifest?: HlsIvInManifest
|
|
175
|
-
IvSource?: HlsIvSource
|
|
173
|
+
InputLossAction?: InputLossActionForHlsOut;
|
|
174
|
+
IvInManifest?: HlsIvInManifest;
|
|
175
|
+
IvSource?: HlsIvSource;
|
|
176
176
|
KeepSegments?: number;
|
|
177
177
|
KeyFormat?: string;
|
|
178
178
|
KeyFormatVersions?: string;
|
|
179
179
|
KeyProviderSettings?: KeyProviderSettings;
|
|
180
|
-
ManifestCompression?: HlsManifestCompression
|
|
181
|
-
ManifestDurationFormat?: HlsManifestDurationFormat
|
|
180
|
+
ManifestCompression?: HlsManifestCompression;
|
|
181
|
+
ManifestDurationFormat?: HlsManifestDurationFormat;
|
|
182
182
|
MinSegmentLength?: number;
|
|
183
|
-
Mode?: HlsMode
|
|
184
|
-
OutputSelection?: HlsOutputSelection
|
|
185
|
-
ProgramDateTime?: HlsProgramDateTime
|
|
186
|
-
ProgramDateTimeClock?: HlsProgramDateTimeClock
|
|
183
|
+
Mode?: HlsMode;
|
|
184
|
+
OutputSelection?: HlsOutputSelection;
|
|
185
|
+
ProgramDateTime?: HlsProgramDateTime;
|
|
186
|
+
ProgramDateTimeClock?: HlsProgramDateTimeClock;
|
|
187
187
|
ProgramDateTimePeriod?: number;
|
|
188
|
-
RedundantManifest?: HlsRedundantManifest
|
|
188
|
+
RedundantManifest?: HlsRedundantManifest;
|
|
189
189
|
SegmentLength?: number;
|
|
190
|
-
SegmentationMode?: HlsSegmentationMode
|
|
190
|
+
SegmentationMode?: HlsSegmentationMode;
|
|
191
191
|
SegmentsPerSubdirectory?: number;
|
|
192
|
-
StreamInfResolution?: HlsStreamInfResolution
|
|
193
|
-
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame
|
|
192
|
+
StreamInfResolution?: HlsStreamInfResolution;
|
|
193
|
+
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame;
|
|
194
194
|
TimedMetadataId3Period?: number;
|
|
195
195
|
TimestampDeltaMilliseconds?: number;
|
|
196
|
-
TsFileMode?: HlsTsFileMode
|
|
196
|
+
TsFileMode?: HlsTsFileMode;
|
|
197
197
|
}
|
|
198
198
|
export interface MediaPackageGroupSettings {
|
|
199
199
|
Destination: OutputLocationRef | undefined;
|
|
@@ -256,24 +256,24 @@ export type SmoothGroupTimestampOffsetMode =
|
|
|
256
256
|
(typeof SmoothGroupTimestampOffsetMode)[keyof typeof SmoothGroupTimestampOffsetMode];
|
|
257
257
|
export interface MsSmoothGroupSettings {
|
|
258
258
|
AcquisitionPointId?: string;
|
|
259
|
-
AudioOnlyTimecodeControl?: SmoothGroupAudioOnlyTimecodeControl
|
|
260
|
-
CertificateMode?: SmoothGroupCertificateMode
|
|
259
|
+
AudioOnlyTimecodeControl?: SmoothGroupAudioOnlyTimecodeControl;
|
|
260
|
+
CertificateMode?: SmoothGroupCertificateMode;
|
|
261
261
|
ConnectionRetryInterval?: number;
|
|
262
262
|
Destination: OutputLocationRef | undefined;
|
|
263
263
|
EventId?: string;
|
|
264
|
-
EventIdMode?: SmoothGroupEventIdMode
|
|
265
|
-
EventStopBehavior?: SmoothGroupEventStopBehavior
|
|
264
|
+
EventIdMode?: SmoothGroupEventIdMode;
|
|
265
|
+
EventStopBehavior?: SmoothGroupEventStopBehavior;
|
|
266
266
|
FilecacheDuration?: number;
|
|
267
267
|
FragmentLength?: number;
|
|
268
|
-
InputLossAction?: InputLossActionForMsSmoothOut
|
|
268
|
+
InputLossAction?: InputLossActionForMsSmoothOut;
|
|
269
269
|
NumRetries?: number;
|
|
270
270
|
RestartDelay?: number;
|
|
271
|
-
SegmentationMode?: SmoothGroupSegmentationMode
|
|
271
|
+
SegmentationMode?: SmoothGroupSegmentationMode;
|
|
272
272
|
SendDelayMs?: number;
|
|
273
|
-
SparseTrackType?: SmoothGroupSparseTrackType
|
|
274
|
-
StreamManifestBehavior?: SmoothGroupStreamManifestBehavior
|
|
273
|
+
SparseTrackType?: SmoothGroupSparseTrackType;
|
|
274
|
+
StreamManifestBehavior?: SmoothGroupStreamManifestBehavior;
|
|
275
275
|
TimestampOffset?: string;
|
|
276
|
-
TimestampOffsetMode?: SmoothGroupTimestampOffsetMode
|
|
276
|
+
TimestampOffsetMode?: SmoothGroupTimestampOffsetMode;
|
|
277
277
|
}
|
|
278
278
|
export interface MultiplexGroupSettings {}
|
|
279
279
|
export declare const RtmpAdMarkers: {
|
|
@@ -313,14 +313,14 @@ export declare const InputLossActionForRtmpOut: {
|
|
|
313
313
|
export type InputLossActionForRtmpOut =
|
|
314
314
|
(typeof InputLossActionForRtmpOut)[keyof typeof InputLossActionForRtmpOut];
|
|
315
315
|
export interface RtmpGroupSettings {
|
|
316
|
-
AdMarkers?:
|
|
317
|
-
AuthenticationScheme?: AuthenticationScheme
|
|
318
|
-
CacheFullBehavior?: RtmpCacheFullBehavior
|
|
316
|
+
AdMarkers?: RtmpAdMarkers[];
|
|
317
|
+
AuthenticationScheme?: AuthenticationScheme;
|
|
318
|
+
CacheFullBehavior?: RtmpCacheFullBehavior;
|
|
319
319
|
CacheLength?: number;
|
|
320
|
-
CaptionData?: RtmpCaptionData
|
|
321
|
-
InputLossAction?: InputLossActionForRtmpOut
|
|
320
|
+
CaptionData?: RtmpCaptionData;
|
|
321
|
+
InputLossAction?: InputLossActionForRtmpOut;
|
|
322
322
|
RestartDelay?: number;
|
|
323
|
-
IncludeFillerNalUnits?: IncludeFillerNalUnits
|
|
323
|
+
IncludeFillerNalUnits?: IncludeFillerNalUnits;
|
|
324
324
|
}
|
|
325
325
|
export declare const InputLossActionForUdpOut: {
|
|
326
326
|
readonly DROP_PROGRAM: "DROP_PROGRAM";
|
|
@@ -337,8 +337,8 @@ export declare const UdpTimedMetadataId3Frame: {
|
|
|
337
337
|
export type UdpTimedMetadataId3Frame =
|
|
338
338
|
(typeof UdpTimedMetadataId3Frame)[keyof typeof UdpTimedMetadataId3Frame];
|
|
339
339
|
export interface UdpGroupSettings {
|
|
340
|
-
InputLossAction?: InputLossActionForUdpOut
|
|
341
|
-
TimedMetadataId3Frame?: UdpTimedMetadataId3Frame
|
|
340
|
+
InputLossAction?: InputLossActionForUdpOut;
|
|
341
|
+
TimedMetadataId3Frame?: UdpTimedMetadataId3Frame;
|
|
342
342
|
TimedMetadataId3Period?: number;
|
|
343
343
|
}
|
|
344
344
|
export interface OutputGroupSettings {
|
|
@@ -369,7 +369,7 @@ export declare const PipelineId: {
|
|
|
369
369
|
};
|
|
370
370
|
export type PipelineId = (typeof PipelineId)[keyof typeof PipelineId];
|
|
371
371
|
export interface PipelinePauseStateSettings {
|
|
372
|
-
PipelineId: PipelineId |
|
|
372
|
+
PipelineId: PipelineId | undefined;
|
|
373
373
|
}
|
|
374
374
|
export declare const ReservationAutomaticRenewal: {
|
|
375
375
|
readonly DISABLED: "DISABLED";
|
|
@@ -379,7 +379,7 @@ export declare const ReservationAutomaticRenewal: {
|
|
|
379
379
|
export type ReservationAutomaticRenewal =
|
|
380
380
|
(typeof ReservationAutomaticRenewal)[keyof typeof ReservationAutomaticRenewal];
|
|
381
381
|
export interface RenewalSettings {
|
|
382
|
-
AutomaticRenewal?: ReservationAutomaticRenewal
|
|
382
|
+
AutomaticRenewal?: ReservationAutomaticRenewal;
|
|
383
383
|
RenewalCount?: number;
|
|
384
384
|
}
|
|
385
385
|
export declare const ReservationState: {
|
|
@@ -395,19 +395,19 @@ export interface Reservation {
|
|
|
395
395
|
Count?: number;
|
|
396
396
|
CurrencyCode?: string;
|
|
397
397
|
Duration?: number;
|
|
398
|
-
DurationUnits?: OfferingDurationUnits
|
|
398
|
+
DurationUnits?: OfferingDurationUnits;
|
|
399
399
|
End?: string;
|
|
400
400
|
FixedPrice?: number;
|
|
401
401
|
Name?: string;
|
|
402
402
|
OfferingDescription?: string;
|
|
403
403
|
OfferingId?: string;
|
|
404
|
-
OfferingType?: OfferingType
|
|
404
|
+
OfferingType?: OfferingType;
|
|
405
405
|
Region?: string;
|
|
406
406
|
RenewalSettings?: RenewalSettings;
|
|
407
407
|
ReservationId?: string;
|
|
408
408
|
ResourceSpecification?: ReservationResourceSpecification;
|
|
409
409
|
Start?: string;
|
|
410
|
-
State?: ReservationState
|
|
410
|
+
State?: ReservationState;
|
|
411
411
|
Tags?: Record<string, string>;
|
|
412
412
|
UsagePrice?: number;
|
|
413
413
|
}
|
|
@@ -434,11 +434,11 @@ export declare const LastFrameClippingBehavior: {
|
|
|
434
434
|
export type LastFrameClippingBehavior =
|
|
435
435
|
(typeof LastFrameClippingBehavior)[keyof typeof LastFrameClippingBehavior];
|
|
436
436
|
export interface StopTimecode {
|
|
437
|
-
LastFrameClippingBehavior?: LastFrameClippingBehavior
|
|
437
|
+
LastFrameClippingBehavior?: LastFrameClippingBehavior;
|
|
438
438
|
Timecode?: string;
|
|
439
439
|
}
|
|
440
440
|
export interface InputClippingSettings {
|
|
441
|
-
InputTimecodeSource: InputTimecodeSource |
|
|
441
|
+
InputTimecodeSource: InputTimecodeSource | undefined;
|
|
442
442
|
StartTimecode?: StartTimecode;
|
|
443
443
|
StopTimecode?: StopTimecode;
|
|
444
444
|
}
|
|
@@ -470,7 +470,7 @@ export type Scte35InputMode =
|
|
|
470
470
|
(typeof Scte35InputMode)[keyof typeof Scte35InputMode];
|
|
471
471
|
export interface Scte35InputScheduleActionSettings {
|
|
472
472
|
InputAttachmentNameReference?: string;
|
|
473
|
-
Mode: Scte35InputMode |
|
|
473
|
+
Mode: Scte35InputMode | undefined;
|
|
474
474
|
}
|
|
475
475
|
export interface Scte35ReturnToNetworkScheduleActionSettings {
|
|
476
476
|
SpliceEventId: number | undefined;
|
|
@@ -506,10 +506,10 @@ export declare const Scte35WebDeliveryAllowedFlag: {
|
|
|
506
506
|
export type Scte35WebDeliveryAllowedFlag =
|
|
507
507
|
(typeof Scte35WebDeliveryAllowedFlag)[keyof typeof Scte35WebDeliveryAllowedFlag];
|
|
508
508
|
export interface Scte35DeliveryRestrictions {
|
|
509
|
-
ArchiveAllowedFlag: Scte35ArchiveAllowedFlag |
|
|
510
|
-
DeviceRestrictions: Scte35DeviceRestrictions |
|
|
511
|
-
NoRegionalBlackoutFlag: Scte35NoRegionalBlackoutFlag |
|
|
512
|
-
WebDeliveryAllowedFlag: Scte35WebDeliveryAllowedFlag |
|
|
509
|
+
ArchiveAllowedFlag: Scte35ArchiveAllowedFlag | undefined;
|
|
510
|
+
DeviceRestrictions: Scte35DeviceRestrictions | undefined;
|
|
511
|
+
NoRegionalBlackoutFlag: Scte35NoRegionalBlackoutFlag | undefined;
|
|
512
|
+
WebDeliveryAllowedFlag: Scte35WebDeliveryAllowedFlag | undefined;
|
|
513
513
|
}
|
|
514
514
|
export declare const Scte35SegmentationCancelIndicator: {
|
|
515
515
|
readonly SEGMENTATION_EVENT_CANCELED: "SEGMENTATION_EVENT_CANCELED";
|
|
@@ -520,10 +520,7 @@ export type Scte35SegmentationCancelIndicator =
|
|
|
520
520
|
export interface Scte35SegmentationDescriptor {
|
|
521
521
|
DeliveryRestrictions?: Scte35DeliveryRestrictions;
|
|
522
522
|
SegmentNum?: number;
|
|
523
|
-
SegmentationCancelIndicator:
|
|
524
|
-
| Scte35SegmentationCancelIndicator
|
|
525
|
-
| string
|
|
526
|
-
| undefined;
|
|
523
|
+
SegmentationCancelIndicator: Scte35SegmentationCancelIndicator | undefined;
|
|
527
524
|
SegmentationDuration?: number;
|
|
528
525
|
SegmentationEventId: number | undefined;
|
|
529
526
|
SegmentationTypeId?: number;
|
|
@@ -584,7 +581,7 @@ export declare const FollowPoint: {
|
|
|
584
581
|
};
|
|
585
582
|
export type FollowPoint = (typeof FollowPoint)[keyof typeof FollowPoint];
|
|
586
583
|
export interface FollowModeScheduleActionStartSettings {
|
|
587
|
-
FollowPoint: FollowPoint |
|
|
584
|
+
FollowPoint: FollowPoint | undefined;
|
|
588
585
|
ReferenceActionName: string | undefined;
|
|
589
586
|
}
|
|
590
587
|
export interface ImmediateModeScheduleActionStartSettings {}
|
|
@@ -606,7 +603,7 @@ export type ThumbnailType = (typeof ThumbnailType)[keyof typeof ThumbnailType];
|
|
|
606
603
|
export interface Thumbnail {
|
|
607
604
|
Body?: string;
|
|
608
605
|
ContentType?: string;
|
|
609
|
-
ThumbnailType?: ThumbnailType
|
|
606
|
+
ThumbnailType?: ThumbnailType;
|
|
610
607
|
TimeStamp?: Date;
|
|
611
608
|
}
|
|
612
609
|
export interface ThumbnailDetail {
|
|
@@ -623,7 +620,7 @@ export interface TransferringInputDeviceSummary {
|
|
|
623
620
|
Id?: string;
|
|
624
621
|
Message?: string;
|
|
625
622
|
TargetCustomerId?: string;
|
|
626
|
-
TransferType?: InputDeviceTransferType
|
|
623
|
+
TransferType?: InputDeviceTransferType;
|
|
627
624
|
}
|
|
628
625
|
export interface ValidationError {
|
|
629
626
|
ElementPath?: string;
|
|
@@ -657,13 +654,13 @@ export declare const TimecodeBurninPosition: {
|
|
|
657
654
|
export type TimecodeBurninPosition =
|
|
658
655
|
(typeof TimecodeBurninPosition)[keyof typeof TimecodeBurninPosition];
|
|
659
656
|
export interface TimecodeBurninSettings {
|
|
660
|
-
FontSize: TimecodeBurninFontSize |
|
|
661
|
-
Position: TimecodeBurninPosition |
|
|
657
|
+
FontSize: TimecodeBurninFontSize | undefined;
|
|
658
|
+
Position: TimecodeBurninPosition | undefined;
|
|
662
659
|
Prefix?: string;
|
|
663
660
|
}
|
|
664
661
|
export interface FrameCaptureSettings {
|
|
665
662
|
CaptureInterval?: number;
|
|
666
|
-
CaptureIntervalUnits?: FrameCaptureIntervalUnit
|
|
663
|
+
CaptureIntervalUnits?: FrameCaptureIntervalUnit;
|
|
667
664
|
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
668
665
|
}
|
|
669
666
|
export declare const H264AdaptiveQuantization: {
|
|
@@ -732,8 +729,8 @@ export declare const TemporalFilterStrength: {
|
|
|
732
729
|
export type TemporalFilterStrength =
|
|
733
730
|
(typeof TemporalFilterStrength)[keyof typeof TemporalFilterStrength];
|
|
734
731
|
export interface TemporalFilterSettings {
|
|
735
|
-
PostFilterSharpening?: TemporalFilterPostFilterSharpening
|
|
736
|
-
Strength?: TemporalFilterStrength
|
|
732
|
+
PostFilterSharpening?: TemporalFilterPostFilterSharpening;
|
|
733
|
+
Strength?: TemporalFilterStrength;
|
|
737
734
|
}
|
|
738
735
|
export interface H264FilterSettings {
|
|
739
736
|
TemporalFilterSettings?: TemporalFilterSettings;
|
|
@@ -877,47 +874,47 @@ export declare const H264TimecodeInsertionBehavior: {
|
|
|
877
874
|
export type H264TimecodeInsertionBehavior =
|
|
878
875
|
(typeof H264TimecodeInsertionBehavior)[keyof typeof H264TimecodeInsertionBehavior];
|
|
879
876
|
export interface H264Settings {
|
|
880
|
-
AdaptiveQuantization?: H264AdaptiveQuantization
|
|
881
|
-
AfdSignaling?: AfdSignaling
|
|
877
|
+
AdaptiveQuantization?: H264AdaptiveQuantization;
|
|
878
|
+
AfdSignaling?: AfdSignaling;
|
|
882
879
|
Bitrate?: number;
|
|
883
880
|
BufFillPct?: number;
|
|
884
881
|
BufSize?: number;
|
|
885
|
-
ColorMetadata?: H264ColorMetadata
|
|
882
|
+
ColorMetadata?: H264ColorMetadata;
|
|
886
883
|
ColorSpaceSettings?: H264ColorSpaceSettings;
|
|
887
|
-
EntropyEncoding?: H264EntropyEncoding
|
|
884
|
+
EntropyEncoding?: H264EntropyEncoding;
|
|
888
885
|
FilterSettings?: H264FilterSettings;
|
|
889
|
-
FixedAfd?: FixedAfd
|
|
890
|
-
FlickerAq?: H264FlickerAq
|
|
891
|
-
ForceFieldPictures?: H264ForceFieldPictures
|
|
892
|
-
FramerateControl?: H264FramerateControl
|
|
886
|
+
FixedAfd?: FixedAfd;
|
|
887
|
+
FlickerAq?: H264FlickerAq;
|
|
888
|
+
ForceFieldPictures?: H264ForceFieldPictures;
|
|
889
|
+
FramerateControl?: H264FramerateControl;
|
|
893
890
|
FramerateDenominator?: number;
|
|
894
891
|
FramerateNumerator?: number;
|
|
895
|
-
GopBReference?: H264GopBReference
|
|
892
|
+
GopBReference?: H264GopBReference;
|
|
896
893
|
GopClosedCadence?: number;
|
|
897
894
|
GopNumBFrames?: number;
|
|
898
895
|
GopSize?: number;
|
|
899
|
-
GopSizeUnits?: H264GopSizeUnits
|
|
900
|
-
Level?: H264Level
|
|
901
|
-
LookAheadRateControl?: H264LookAheadRateControl
|
|
896
|
+
GopSizeUnits?: H264GopSizeUnits;
|
|
897
|
+
Level?: H264Level;
|
|
898
|
+
LookAheadRateControl?: H264LookAheadRateControl;
|
|
902
899
|
MaxBitrate?: number;
|
|
903
900
|
MinIInterval?: number;
|
|
904
901
|
NumRefFrames?: number;
|
|
905
|
-
ParControl?: H264ParControl
|
|
902
|
+
ParControl?: H264ParControl;
|
|
906
903
|
ParDenominator?: number;
|
|
907
904
|
ParNumerator?: number;
|
|
908
|
-
Profile?: H264Profile
|
|
909
|
-
QualityLevel?: H264QualityLevel
|
|
905
|
+
Profile?: H264Profile;
|
|
906
|
+
QualityLevel?: H264QualityLevel;
|
|
910
907
|
QvbrQualityLevel?: number;
|
|
911
|
-
RateControlMode?: H264RateControlMode
|
|
912
|
-
ScanType?: H264ScanType
|
|
913
|
-
SceneChangeDetect?: H264SceneChangeDetect
|
|
908
|
+
RateControlMode?: H264RateControlMode;
|
|
909
|
+
ScanType?: H264ScanType;
|
|
910
|
+
SceneChangeDetect?: H264SceneChangeDetect;
|
|
914
911
|
Slices?: number;
|
|
915
912
|
Softness?: number;
|
|
916
|
-
SpatialAq?: H264SpatialAq
|
|
917
|
-
SubgopLength?: H264SubGopLength
|
|
918
|
-
Syntax?: H264Syntax
|
|
919
|
-
TemporalAq?: H264TemporalAq
|
|
920
|
-
TimecodeInsertion?: H264TimecodeInsertionBehavior
|
|
913
|
+
SpatialAq?: H264SpatialAq;
|
|
914
|
+
SubgopLength?: H264SubGopLength;
|
|
915
|
+
Syntax?: H264Syntax;
|
|
916
|
+
TemporalAq?: H264TemporalAq;
|
|
917
|
+
TimecodeInsertion?: H264TimecodeInsertionBehavior;
|
|
921
918
|
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
922
919
|
}
|
|
923
920
|
export declare const H265AdaptiveQuantization: {
|
|
@@ -1024,35 +1021,35 @@ export declare const H265TimecodeInsertionBehavior: {
|
|
|
1024
1021
|
export type H265TimecodeInsertionBehavior =
|
|
1025
1022
|
(typeof H265TimecodeInsertionBehavior)[keyof typeof H265TimecodeInsertionBehavior];
|
|
1026
1023
|
export interface H265Settings {
|
|
1027
|
-
AdaptiveQuantization?: H265AdaptiveQuantization
|
|
1028
|
-
AfdSignaling?: AfdSignaling
|
|
1029
|
-
AlternativeTransferFunction?: H265AlternativeTransferFunction
|
|
1024
|
+
AdaptiveQuantization?: H265AdaptiveQuantization;
|
|
1025
|
+
AfdSignaling?: AfdSignaling;
|
|
1026
|
+
AlternativeTransferFunction?: H265AlternativeTransferFunction;
|
|
1030
1027
|
Bitrate?: number;
|
|
1031
1028
|
BufSize?: number;
|
|
1032
|
-
ColorMetadata?: H265ColorMetadata
|
|
1029
|
+
ColorMetadata?: H265ColorMetadata;
|
|
1033
1030
|
ColorSpaceSettings?: H265ColorSpaceSettings;
|
|
1034
1031
|
FilterSettings?: H265FilterSettings;
|
|
1035
|
-
FixedAfd?: FixedAfd
|
|
1036
|
-
FlickerAq?: H265FlickerAq
|
|
1032
|
+
FixedAfd?: FixedAfd;
|
|
1033
|
+
FlickerAq?: H265FlickerAq;
|
|
1037
1034
|
FramerateDenominator: number | undefined;
|
|
1038
1035
|
FramerateNumerator: number | undefined;
|
|
1039
1036
|
GopClosedCadence?: number;
|
|
1040
1037
|
GopSize?: number;
|
|
1041
|
-
GopSizeUnits?: H265GopSizeUnits
|
|
1042
|
-
Level?: H265Level
|
|
1043
|
-
LookAheadRateControl?: H265LookAheadRateControl
|
|
1038
|
+
GopSizeUnits?: H265GopSizeUnits;
|
|
1039
|
+
Level?: H265Level;
|
|
1040
|
+
LookAheadRateControl?: H265LookAheadRateControl;
|
|
1044
1041
|
MaxBitrate?: number;
|
|
1045
1042
|
MinIInterval?: number;
|
|
1046
1043
|
ParDenominator?: number;
|
|
1047
1044
|
ParNumerator?: number;
|
|
1048
|
-
Profile?: H265Profile
|
|
1045
|
+
Profile?: H265Profile;
|
|
1049
1046
|
QvbrQualityLevel?: number;
|
|
1050
|
-
RateControlMode?: H265RateControlMode
|
|
1051
|
-
ScanType?: H265ScanType
|
|
1052
|
-
SceneChangeDetect?: H265SceneChangeDetect
|
|
1047
|
+
RateControlMode?: H265RateControlMode;
|
|
1048
|
+
ScanType?: H265ScanType;
|
|
1049
|
+
SceneChangeDetect?: H265SceneChangeDetect;
|
|
1053
1050
|
Slices?: number;
|
|
1054
|
-
Tier?: H265Tier
|
|
1055
|
-
TimecodeInsertion?: H265TimecodeInsertionBehavior
|
|
1051
|
+
Tier?: H265Tier;
|
|
1052
|
+
TimecodeInsertion?: H265TimecodeInsertionBehavior;
|
|
1056
1053
|
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
1057
1054
|
}
|
|
1058
1055
|
export declare const Mpeg2AdaptiveQuantization: {
|
|
@@ -1109,22 +1106,22 @@ export declare const Mpeg2TimecodeInsertionBehavior: {
|
|
|
1109
1106
|
export type Mpeg2TimecodeInsertionBehavior =
|
|
1110
1107
|
(typeof Mpeg2TimecodeInsertionBehavior)[keyof typeof Mpeg2TimecodeInsertionBehavior];
|
|
1111
1108
|
export interface Mpeg2Settings {
|
|
1112
|
-
AdaptiveQuantization?: Mpeg2AdaptiveQuantization
|
|
1113
|
-
AfdSignaling?: AfdSignaling
|
|
1114
|
-
ColorMetadata?: Mpeg2ColorMetadata
|
|
1115
|
-
ColorSpace?: Mpeg2ColorSpace
|
|
1116
|
-
DisplayAspectRatio?: Mpeg2DisplayRatio
|
|
1109
|
+
AdaptiveQuantization?: Mpeg2AdaptiveQuantization;
|
|
1110
|
+
AfdSignaling?: AfdSignaling;
|
|
1111
|
+
ColorMetadata?: Mpeg2ColorMetadata;
|
|
1112
|
+
ColorSpace?: Mpeg2ColorSpace;
|
|
1113
|
+
DisplayAspectRatio?: Mpeg2DisplayRatio;
|
|
1117
1114
|
FilterSettings?: Mpeg2FilterSettings;
|
|
1118
|
-
FixedAfd?: FixedAfd
|
|
1115
|
+
FixedAfd?: FixedAfd;
|
|
1119
1116
|
FramerateDenominator: number | undefined;
|
|
1120
1117
|
FramerateNumerator: number | undefined;
|
|
1121
1118
|
GopClosedCadence?: number;
|
|
1122
1119
|
GopNumBFrames?: number;
|
|
1123
1120
|
GopSize?: number;
|
|
1124
|
-
GopSizeUnits?: Mpeg2GopSizeUnits
|
|
1125
|
-
ScanType?: Mpeg2ScanType
|
|
1126
|
-
SubgopLength?: Mpeg2SubGopLength
|
|
1127
|
-
TimecodeInsertion?: Mpeg2TimecodeInsertionBehavior
|
|
1121
|
+
GopSizeUnits?: Mpeg2GopSizeUnits;
|
|
1122
|
+
ScanType?: Mpeg2ScanType;
|
|
1123
|
+
SubgopLength?: Mpeg2SubGopLength;
|
|
1124
|
+
TimecodeInsertion?: Mpeg2TimecodeInsertionBehavior;
|
|
1128
1125
|
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
1129
1126
|
}
|
|
1130
1127
|
export interface VideoCodecSettings {
|
|
@@ -1150,8 +1147,8 @@ export interface VideoDescription {
|
|
|
1150
1147
|
CodecSettings?: VideoCodecSettings;
|
|
1151
1148
|
Height?: number;
|
|
1152
1149
|
Name: string | undefined;
|
|
1153
|
-
RespondToAfd?: VideoDescriptionRespondToAfd
|
|
1154
|
-
ScalingBehavior?: VideoDescriptionScalingBehavior
|
|
1150
|
+
RespondToAfd?: VideoDescriptionRespondToAfd;
|
|
1151
|
+
ScalingBehavior?: VideoDescriptionScalingBehavior;
|
|
1155
1152
|
Sharpness?: number;
|
|
1156
1153
|
Width?: number;
|
|
1157
1154
|
}
|
|
@@ -1241,7 +1238,7 @@ export type AvailBlankingState =
|
|
|
1241
1238
|
(typeof AvailBlankingState)[keyof typeof AvailBlankingState];
|
|
1242
1239
|
export interface AvailBlanking {
|
|
1243
1240
|
AvailBlankingImage?: InputLocation;
|
|
1244
|
-
State?: AvailBlankingState
|
|
1241
|
+
State?: AvailBlankingState;
|
|
1245
1242
|
}
|
|
1246
1243
|
export interface Esam {
|
|
1247
1244
|
AcquisitionPointId: string | undefined;
|
|
@@ -1265,12 +1262,8 @@ export type Scte35SpliceInsertWebDeliveryAllowedBehavior =
|
|
|
1265
1262
|
(typeof Scte35SpliceInsertWebDeliveryAllowedBehavior)[keyof typeof Scte35SpliceInsertWebDeliveryAllowedBehavior];
|
|
1266
1263
|
export interface Scte35SpliceInsert {
|
|
1267
1264
|
AdAvailOffset?: number;
|
|
1268
|
-
NoRegionalBlackoutFlag?:
|
|
1269
|
-
|
|
1270
|
-
| string;
|
|
1271
|
-
WebDeliveryAllowedFlag?:
|
|
1272
|
-
| Scte35SpliceInsertWebDeliveryAllowedBehavior
|
|
1273
|
-
| string;
|
|
1265
|
+
NoRegionalBlackoutFlag?: Scte35SpliceInsertNoRegionalBlackoutBehavior;
|
|
1266
|
+
WebDeliveryAllowedFlag?: Scte35SpliceInsertWebDeliveryAllowedBehavior;
|
|
1274
1267
|
}
|
|
1275
1268
|
export declare const Scte35AposNoRegionalBlackoutBehavior: {
|
|
1276
1269
|
readonly FOLLOW: "FOLLOW";
|
|
@@ -1286,8 +1279,8 @@ export type Scte35AposWebDeliveryAllowedBehavior =
|
|
|
1286
1279
|
(typeof Scte35AposWebDeliveryAllowedBehavior)[keyof typeof Scte35AposWebDeliveryAllowedBehavior];
|
|
1287
1280
|
export interface Scte35TimeSignalApos {
|
|
1288
1281
|
AdAvailOffset?: number;
|
|
1289
|
-
NoRegionalBlackoutFlag?: Scte35AposNoRegionalBlackoutBehavior
|
|
1290
|
-
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior
|
|
1282
|
+
NoRegionalBlackoutFlag?: Scte35AposNoRegionalBlackoutBehavior;
|
|
1283
|
+
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior;
|
|
1291
1284
|
}
|
|
1292
1285
|
export interface AvailSettings {
|
|
1293
1286
|
Esam?: Esam;
|
|
@@ -1358,10 +1351,10 @@ export type BlackoutSlateState =
|
|
|
1358
1351
|
(typeof BlackoutSlateState)[keyof typeof BlackoutSlateState];
|
|
1359
1352
|
export interface BlackoutSlate {
|
|
1360
1353
|
BlackoutSlateImage?: InputLocation;
|
|
1361
|
-
NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout
|
|
1354
|
+
NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout;
|
|
1362
1355
|
NetworkEndBlackoutImage?: InputLocation;
|
|
1363
1356
|
NetworkId?: string;
|
|
1364
|
-
State?: BlackoutSlateState
|
|
1357
|
+
State?: BlackoutSlateState;
|
|
1365
1358
|
}
|
|
1366
1359
|
export interface CancelInputDeviceTransferRequest {
|
|
1367
1360
|
InputDeviceId: string | undefined;
|
|
@@ -1374,9 +1367,7 @@ export declare const FeatureActivationsInputPrepareScheduleActions: {
|
|
|
1374
1367
|
export type FeatureActivationsInputPrepareScheduleActions =
|
|
1375
1368
|
(typeof FeatureActivationsInputPrepareScheduleActions)[keyof typeof FeatureActivationsInputPrepareScheduleActions];
|
|
1376
1369
|
export interface FeatureActivations {
|
|
1377
|
-
InputPrepareScheduleActions?:
|
|
1378
|
-
| FeatureActivationsInputPrepareScheduleActions
|
|
1379
|
-
| string;
|
|
1370
|
+
InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions;
|
|
1380
1371
|
}
|
|
1381
1372
|
export declare const GlobalConfigurationInputEndAction: {
|
|
1382
1373
|
readonly NONE: "NONE";
|
|
@@ -1394,7 +1385,7 @@ export interface InputLossBehavior {
|
|
|
1394
1385
|
BlackFrameMsec?: number;
|
|
1395
1386
|
InputLossImageColor?: string;
|
|
1396
1387
|
InputLossImageSlate?: InputLocation;
|
|
1397
|
-
InputLossImageType?: InputLossImageType
|
|
1388
|
+
InputLossImageType?: InputLossImageType;
|
|
1398
1389
|
RepeatFrameMsec?: number;
|
|
1399
1390
|
}
|
|
1400
1391
|
export declare const GlobalConfigurationOutputLockingMode: {
|
|
@@ -1426,11 +1417,11 @@ export type GlobalConfigurationLowFramerateInputs =
|
|
|
1426
1417
|
(typeof GlobalConfigurationLowFramerateInputs)[keyof typeof GlobalConfigurationLowFramerateInputs];
|
|
1427
1418
|
export interface GlobalConfiguration {
|
|
1428
1419
|
InitialAudioGain?: number;
|
|
1429
|
-
InputEndAction?: GlobalConfigurationInputEndAction
|
|
1420
|
+
InputEndAction?: GlobalConfigurationInputEndAction;
|
|
1430
1421
|
InputLossBehavior?: InputLossBehavior;
|
|
1431
|
-
OutputLockingMode?: GlobalConfigurationOutputLockingMode
|
|
1432
|
-
OutputTimingSource?: GlobalConfigurationOutputTimingSource
|
|
1433
|
-
SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs
|
|
1422
|
+
OutputLockingMode?: GlobalConfigurationOutputLockingMode;
|
|
1423
|
+
OutputTimingSource?: GlobalConfigurationOutputTimingSource;
|
|
1424
|
+
SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs;
|
|
1434
1425
|
OutputLockingSettings?: OutputLockingSettings;
|
|
1435
1426
|
}
|
|
1436
1427
|
export declare const MotionGraphicsInsertion: {
|
|
@@ -1444,7 +1435,7 @@ export interface MotionGraphicsSettings {
|
|
|
1444
1435
|
HtmlMotionGraphicsSettings?: HtmlMotionGraphicsSettings;
|
|
1445
1436
|
}
|
|
1446
1437
|
export interface MotionGraphicsConfiguration {
|
|
1447
|
-
MotionGraphicsInsertion?: MotionGraphicsInsertion
|
|
1438
|
+
MotionGraphicsInsertion?: MotionGraphicsInsertion;
|
|
1448
1439
|
MotionGraphicsSettings: MotionGraphicsSettings | undefined;
|
|
1449
1440
|
}
|
|
1450
1441
|
export declare const NielsenPcmToId3TaggingState: {
|
|
@@ -1455,7 +1446,7 @@ export type NielsenPcmToId3TaggingState =
|
|
|
1455
1446
|
(typeof NielsenPcmToId3TaggingState)[keyof typeof NielsenPcmToId3TaggingState];
|
|
1456
1447
|
export interface NielsenConfiguration {
|
|
1457
1448
|
DistributorId?: string;
|
|
1458
|
-
NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState
|
|
1449
|
+
NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState;
|
|
1459
1450
|
}
|
|
1460
1451
|
export declare const ThumbnailState: {
|
|
1461
1452
|
readonly AUTO: "AUTO";
|
|
@@ -1464,7 +1455,7 @@ export declare const ThumbnailState: {
|
|
|
1464
1455
|
export type ThumbnailState =
|
|
1465
1456
|
(typeof ThumbnailState)[keyof typeof ThumbnailState];
|
|
1466
1457
|
export interface ThumbnailConfiguration {
|
|
1467
|
-
State: ThumbnailState |
|
|
1458
|
+
State: ThumbnailState | undefined;
|
|
1468
1459
|
}
|
|
1469
1460
|
export declare const TimecodeConfigSource: {
|
|
1470
1461
|
readonly EMBEDDED: "EMBEDDED";
|
|
@@ -1474,7 +1465,7 @@ export declare const TimecodeConfigSource: {
|
|
|
1474
1465
|
export type TimecodeConfigSource =
|
|
1475
1466
|
(typeof TimecodeConfigSource)[keyof typeof TimecodeConfigSource];
|
|
1476
1467
|
export interface TimecodeConfig {
|
|
1477
|
-
Source: TimecodeConfigSource |
|
|
1468
|
+
Source: TimecodeConfigSource | undefined;
|
|
1478
1469
|
SyncThreshold?: number;
|
|
1479
1470
|
}
|
|
1480
1471
|
export interface EncoderSettings {
|
|
@@ -1495,20 +1486,20 @@ export interface EncoderSettings {
|
|
|
1495
1486
|
export interface Channel {
|
|
1496
1487
|
Arn?: string;
|
|
1497
1488
|
CdiInputSpecification?: CdiInputSpecification;
|
|
1498
|
-
ChannelClass?: ChannelClass
|
|
1489
|
+
ChannelClass?: ChannelClass;
|
|
1499
1490
|
Destinations?: OutputDestination[];
|
|
1500
1491
|
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
1501
1492
|
EncoderSettings?: EncoderSettings;
|
|
1502
1493
|
Id?: string;
|
|
1503
1494
|
InputAttachments?: InputAttachment[];
|
|
1504
1495
|
InputSpecification?: InputSpecification;
|
|
1505
|
-
LogLevel?: LogLevel
|
|
1496
|
+
LogLevel?: LogLevel;
|
|
1506
1497
|
Maintenance?: MaintenanceStatus;
|
|
1507
1498
|
Name?: string;
|
|
1508
1499
|
PipelineDetails?: PipelineDetail[];
|
|
1509
1500
|
PipelinesRunningCount?: number;
|
|
1510
1501
|
RoleArn?: string;
|
|
1511
|
-
State?: ChannelState
|
|
1502
|
+
State?: ChannelState;
|
|
1512
1503
|
Tags?: Record<string, string>;
|
|
1513
1504
|
Vpc?: VpcOutputSettingsDescription;
|
|
1514
1505
|
}
|
|
@@ -1521,7 +1512,7 @@ export declare const ContentType: {
|
|
|
1521
1512
|
};
|
|
1522
1513
|
export type ContentType = (typeof ContentType)[keyof typeof ContentType];
|
|
1523
1514
|
export interface MaintenanceCreateSettings {
|
|
1524
|
-
MaintenanceDay?: MaintenanceDay
|
|
1515
|
+
MaintenanceDay?: MaintenanceDay;
|
|
1525
1516
|
MaintenanceStartTime?: string;
|
|
1526
1517
|
}
|
|
1527
1518
|
export interface VpcOutputSettings {
|
|
@@ -1531,12 +1522,12 @@ export interface VpcOutputSettings {
|
|
|
1531
1522
|
}
|
|
1532
1523
|
export interface CreateChannelRequest {
|
|
1533
1524
|
CdiInputSpecification?: CdiInputSpecification;
|
|
1534
|
-
ChannelClass?: ChannelClass
|
|
1525
|
+
ChannelClass?: ChannelClass;
|
|
1535
1526
|
Destinations?: OutputDestination[];
|
|
1536
1527
|
EncoderSettings?: EncoderSettings;
|
|
1537
1528
|
InputAttachments?: InputAttachment[];
|
|
1538
1529
|
InputSpecification?: InputSpecification;
|
|
1539
|
-
LogLevel?: LogLevel
|
|
1530
|
+
LogLevel?: LogLevel;
|
|
1540
1531
|
Maintenance?: MaintenanceCreateSettings;
|
|
1541
1532
|
Name?: string;
|
|
1542
1533
|
RequestId?: string;
|
|
@@ -1562,7 +1553,7 @@ export interface CreateInputRequest {
|
|
|
1562
1553
|
RoleArn?: string;
|
|
1563
1554
|
Sources?: InputSourceRequest[];
|
|
1564
1555
|
Tags?: Record<string, string>;
|
|
1565
|
-
Type?: InputType
|
|
1556
|
+
Type?: InputType;
|
|
1566
1557
|
Vpc?: InputVpcRequest;
|
|
1567
1558
|
}
|
|
1568
1559
|
export interface CreateInputResponse {
|
|
@@ -1597,7 +1588,7 @@ export interface Multiplex {
|
|
|
1597
1588
|
Name?: string;
|
|
1598
1589
|
PipelinesRunningCount?: number;
|
|
1599
1590
|
ProgramCount?: number;
|
|
1600
|
-
State?: MultiplexState
|
|
1591
|
+
State?: MultiplexState;
|
|
1601
1592
|
Tags?: Record<string, string>;
|
|
1602
1593
|
}
|
|
1603
1594
|
export interface CreateMultiplexResponse {
|
|
@@ -1624,7 +1615,7 @@ export interface MultiplexVideoSettings {
|
|
|
1624
1615
|
StatmuxSettings?: MultiplexStatmuxVideoSettings;
|
|
1625
1616
|
}
|
|
1626
1617
|
export interface MultiplexProgramSettings {
|
|
1627
|
-
PreferredChannelPipeline?: PreferredChannelPipeline
|
|
1618
|
+
PreferredChannelPipeline?: PreferredChannelPipeline;
|
|
1628
1619
|
ProgramNumber: number | undefined;
|
|
1629
1620
|
ServiceDescriptor?: MultiplexProgramServiceDescriptor;
|
|
1630
1621
|
VideoSettings?: MultiplexVideoSettings;
|
|
@@ -1678,20 +1669,20 @@ export interface DeleteChannelRequest {
|
|
|
1678
1669
|
export interface DeleteChannelResponse {
|
|
1679
1670
|
Arn?: string;
|
|
1680
1671
|
CdiInputSpecification?: CdiInputSpecification;
|
|
1681
|
-
ChannelClass?: ChannelClass
|
|
1672
|
+
ChannelClass?: ChannelClass;
|
|
1682
1673
|
Destinations?: OutputDestination[];
|
|
1683
1674
|
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
1684
1675
|
EncoderSettings?: EncoderSettings;
|
|
1685
1676
|
Id?: string;
|
|
1686
1677
|
InputAttachments?: InputAttachment[];
|
|
1687
1678
|
InputSpecification?: InputSpecification;
|
|
1688
|
-
LogLevel?: LogLevel
|
|
1679
|
+
LogLevel?: LogLevel;
|
|
1689
1680
|
Maintenance?: MaintenanceStatus;
|
|
1690
1681
|
Name?: string;
|
|
1691
1682
|
PipelineDetails?: PipelineDetail[];
|
|
1692
1683
|
PipelinesRunningCount?: number;
|
|
1693
1684
|
RoleArn?: string;
|
|
1694
|
-
State?: ChannelState
|
|
1685
|
+
State?: ChannelState;
|
|
1695
1686
|
Tags?: Record<string, string>;
|
|
1696
1687
|
Vpc?: VpcOutputSettingsDescription;
|
|
1697
1688
|
}
|
|
@@ -1715,7 +1706,7 @@ export interface DeleteMultiplexResponse {
|
|
|
1715
1706
|
Name?: string;
|
|
1716
1707
|
PipelinesRunningCount?: number;
|
|
1717
1708
|
ProgramCount?: number;
|
|
1718
|
-
State?: MultiplexState
|
|
1709
|
+
State?: MultiplexState;
|
|
1719
1710
|
Tags?: Record<string, string>;
|
|
1720
1711
|
}
|
|
1721
1712
|
export interface DeleteMultiplexProgramRequest {
|
|
@@ -1737,19 +1728,19 @@ export interface DeleteReservationResponse {
|
|
|
1737
1728
|
Count?: number;
|
|
1738
1729
|
CurrencyCode?: string;
|
|
1739
1730
|
Duration?: number;
|
|
1740
|
-
DurationUnits?: OfferingDurationUnits
|
|
1731
|
+
DurationUnits?: OfferingDurationUnits;
|
|
1741
1732
|
End?: string;
|
|
1742
1733
|
FixedPrice?: number;
|
|
1743
1734
|
Name?: string;
|
|
1744
1735
|
OfferingDescription?: string;
|
|
1745
1736
|
OfferingId?: string;
|
|
1746
|
-
OfferingType?: OfferingType
|
|
1737
|
+
OfferingType?: OfferingType;
|
|
1747
1738
|
Region?: string;
|
|
1748
1739
|
RenewalSettings?: RenewalSettings;
|
|
1749
1740
|
ReservationId?: string;
|
|
1750
1741
|
ResourceSpecification?: ReservationResourceSpecification;
|
|
1751
1742
|
Start?: string;
|
|
1752
|
-
State?: ReservationState
|
|
1743
|
+
State?: ReservationState;
|
|
1753
1744
|
Tags?: Record<string, string>;
|
|
1754
1745
|
UsagePrice?: number;
|
|
1755
1746
|
}
|
|
@@ -1771,20 +1762,20 @@ export interface DescribeChannelRequest {
|
|
|
1771
1762
|
export interface DescribeChannelResponse {
|
|
1772
1763
|
Arn?: string;
|
|
1773
1764
|
CdiInputSpecification?: CdiInputSpecification;
|
|
1774
|
-
ChannelClass?: ChannelClass
|
|
1765
|
+
ChannelClass?: ChannelClass;
|
|
1775
1766
|
Destinations?: OutputDestination[];
|
|
1776
1767
|
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
1777
1768
|
EncoderSettings?: EncoderSettings;
|
|
1778
1769
|
Id?: string;
|
|
1779
1770
|
InputAttachments?: InputAttachment[];
|
|
1780
1771
|
InputSpecification?: InputSpecification;
|
|
1781
|
-
LogLevel?: LogLevel
|
|
1772
|
+
LogLevel?: LogLevel;
|
|
1782
1773
|
Maintenance?: MaintenanceStatus;
|
|
1783
1774
|
Name?: string;
|
|
1784
1775
|
PipelineDetails?: PipelineDetail[];
|
|
1785
1776
|
PipelinesRunningCount?: number;
|
|
1786
1777
|
RoleArn?: string;
|
|
1787
|
-
State?: ChannelState
|
|
1778
|
+
State?: ChannelState;
|
|
1788
1779
|
Tags?: Record<string, string>;
|
|
1789
1780
|
Vpc?: VpcOutputSettingsDescription;
|
|
1790
1781
|
}
|
|
@@ -1796,47 +1787,47 @@ export interface DescribeInputResponse {
|
|
|
1796
1787
|
AttachedChannels?: string[];
|
|
1797
1788
|
Destinations?: InputDestination[];
|
|
1798
1789
|
Id?: string;
|
|
1799
|
-
InputClass?: InputClass
|
|
1790
|
+
InputClass?: InputClass;
|
|
1800
1791
|
InputDevices?: InputDeviceSettings[];
|
|
1801
1792
|
InputPartnerIds?: string[];
|
|
1802
|
-
InputSourceType?: InputSourceType
|
|
1793
|
+
InputSourceType?: InputSourceType;
|
|
1803
1794
|
MediaConnectFlows?: MediaConnectFlow[];
|
|
1804
1795
|
Name?: string;
|
|
1805
1796
|
RoleArn?: string;
|
|
1806
1797
|
SecurityGroups?: string[];
|
|
1807
1798
|
Sources?: InputSource[];
|
|
1808
|
-
State?: InputState
|
|
1799
|
+
State?: InputState;
|
|
1809
1800
|
Tags?: Record<string, string>;
|
|
1810
|
-
Type?: InputType
|
|
1801
|
+
Type?: InputType;
|
|
1811
1802
|
}
|
|
1812
1803
|
export interface DescribeInputDeviceRequest {
|
|
1813
1804
|
InputDeviceId: string | undefined;
|
|
1814
1805
|
}
|
|
1815
1806
|
export interface DescribeInputDeviceResponse {
|
|
1816
1807
|
Arn?: string;
|
|
1817
|
-
ConnectionState?: InputDeviceConnectionState
|
|
1818
|
-
DeviceSettingsSyncState?: DeviceSettingsSyncState
|
|
1819
|
-
DeviceUpdateStatus?: DeviceUpdateStatus
|
|
1808
|
+
ConnectionState?: InputDeviceConnectionState;
|
|
1809
|
+
DeviceSettingsSyncState?: DeviceSettingsSyncState;
|
|
1810
|
+
DeviceUpdateStatus?: DeviceUpdateStatus;
|
|
1820
1811
|
HdDeviceSettings?: InputDeviceHdSettings;
|
|
1821
1812
|
Id?: string;
|
|
1822
1813
|
MacAddress?: string;
|
|
1823
1814
|
Name?: string;
|
|
1824
1815
|
NetworkSettings?: InputDeviceNetworkSettings;
|
|
1825
1816
|
SerialNumber?: string;
|
|
1826
|
-
Type?: InputDeviceType
|
|
1817
|
+
Type?: InputDeviceType;
|
|
1827
1818
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
1828
1819
|
Tags?: Record<string, string>;
|
|
1829
1820
|
AvailabilityZone?: string;
|
|
1830
1821
|
MedialiveInputArns?: string[];
|
|
1831
|
-
OutputType?: InputDeviceOutputType
|
|
1822
|
+
OutputType?: InputDeviceOutputType;
|
|
1832
1823
|
}
|
|
1833
1824
|
export interface DescribeInputDeviceThumbnailRequest {
|
|
1834
1825
|
InputDeviceId: string | undefined;
|
|
1835
|
-
Accept: AcceptHeader |
|
|
1826
|
+
Accept: AcceptHeader | undefined;
|
|
1836
1827
|
}
|
|
1837
1828
|
export interface DescribeInputDeviceThumbnailResponse {
|
|
1838
1829
|
Body?: StreamingBlobTypes;
|
|
1839
|
-
ContentType?: ContentType
|
|
1830
|
+
ContentType?: ContentType;
|
|
1840
1831
|
ContentLength?: number;
|
|
1841
1832
|
ETag?: string;
|
|
1842
1833
|
LastModified?: Date;
|
|
@@ -1848,7 +1839,7 @@ export interface DescribeInputSecurityGroupResponse {
|
|
|
1848
1839
|
Arn?: string;
|
|
1849
1840
|
Id?: string;
|
|
1850
1841
|
Inputs?: string[];
|
|
1851
|
-
State?: InputSecurityGroupState
|
|
1842
|
+
State?: InputSecurityGroupState;
|
|
1852
1843
|
Tags?: Record<string, string>;
|
|
1853
1844
|
WhitelistRules?: InputWhitelistRule[];
|
|
1854
1845
|
}
|
|
@@ -1864,7 +1855,7 @@ export interface DescribeMultiplexResponse {
|
|
|
1864
1855
|
Name?: string;
|
|
1865
1856
|
PipelinesRunningCount?: number;
|
|
1866
1857
|
ProgramCount?: number;
|
|
1867
|
-
State?: MultiplexState
|
|
1858
|
+
State?: MultiplexState;
|
|
1868
1859
|
Tags?: Record<string, string>;
|
|
1869
1860
|
}
|
|
1870
1861
|
export interface DescribeMultiplexProgramRequest {
|
|
@@ -1885,11 +1876,11 @@ export interface DescribeOfferingResponse {
|
|
|
1885
1876
|
Arn?: string;
|
|
1886
1877
|
CurrencyCode?: string;
|
|
1887
1878
|
Duration?: number;
|
|
1888
|
-
DurationUnits?: OfferingDurationUnits
|
|
1879
|
+
DurationUnits?: OfferingDurationUnits;
|
|
1889
1880
|
FixedPrice?: number;
|
|
1890
1881
|
OfferingDescription?: string;
|
|
1891
1882
|
OfferingId?: string;
|
|
1892
|
-
OfferingType?: OfferingType
|
|
1883
|
+
OfferingType?: OfferingType;
|
|
1893
1884
|
Region?: string;
|
|
1894
1885
|
ResourceSpecification?: ReservationResourceSpecification;
|
|
1895
1886
|
UsagePrice?: number;
|
|
@@ -1902,19 +1893,19 @@ export interface DescribeReservationResponse {
|
|
|
1902
1893
|
Count?: number;
|
|
1903
1894
|
CurrencyCode?: string;
|
|
1904
1895
|
Duration?: number;
|
|
1905
|
-
DurationUnits?: OfferingDurationUnits
|
|
1896
|
+
DurationUnits?: OfferingDurationUnits;
|
|
1906
1897
|
End?: string;
|
|
1907
1898
|
FixedPrice?: number;
|
|
1908
1899
|
Name?: string;
|
|
1909
1900
|
OfferingDescription?: string;
|
|
1910
1901
|
OfferingId?: string;
|
|
1911
|
-
OfferingType?: OfferingType
|
|
1902
|
+
OfferingType?: OfferingType;
|
|
1912
1903
|
Region?: string;
|
|
1913
1904
|
RenewalSettings?: RenewalSettings;
|
|
1914
1905
|
ReservationId?: string;
|
|
1915
1906
|
ResourceSpecification?: ReservationResourceSpecification;
|
|
1916
1907
|
Start?: string;
|
|
1917
|
-
State?: ReservationState
|
|
1908
|
+
State?: ReservationState;
|
|
1918
1909
|
Tags?: Record<string, string>;
|
|
1919
1910
|
UsagePrice?: number;
|
|
1920
1911
|
}
|
|
@@ -1942,10 +1933,10 @@ export interface InputDeviceMediaConnectConfigurableSettings {
|
|
|
1942
1933
|
SourceName?: string;
|
|
1943
1934
|
}
|
|
1944
1935
|
export interface InputDeviceConfigurableSettings {
|
|
1945
|
-
ConfiguredInput?: InputDeviceConfiguredInput
|
|
1936
|
+
ConfiguredInput?: InputDeviceConfiguredInput;
|
|
1946
1937
|
MaxBitrate?: number;
|
|
1947
1938
|
LatencyMs?: number;
|
|
1948
|
-
Codec?: InputDeviceCodec
|
|
1939
|
+
Codec?: InputDeviceCodec;
|
|
1949
1940
|
MediaconnectSettings?: InputDeviceMediaConnectConfigurableSettings;
|
|
1950
1941
|
}
|
|
1951
1942
|
export interface ListChannelsRequest {
|