@aws-sdk/client-medialive 3.231.0 → 3.235.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/commands/StartMultiplexCommand.js +3 -3
- package/dist-cjs/commands/StopChannelCommand.js +3 -3
- package/dist-cjs/commands/StopMultiplexCommand.js +1 -2
- package/dist-cjs/endpoint/ruleset.js +4 -306
- package/dist-cjs/models/models_0.js +20 -15
- package/dist-cjs/models/models_1.js +40 -26
- package/dist-cjs/models/models_2.js +21 -1
- package/dist-cjs/protocols/Aws_restJson1.js +52 -0
- package/dist-es/commands/StartMultiplexCommand.js +1 -1
- package/dist-es/commands/StopChannelCommand.js +1 -1
- package/dist-es/commands/StopMultiplexCommand.js +1 -2
- package/dist-es/endpoint/ruleset.js +4 -306
- package/dist-es/models/models_0.js +15 -11
- package/dist-es/models/models_1.js +33 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/protocols/Aws_restJson1.js +52 -0
- package/dist-types/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopMultiplexCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +28 -9
- package/dist-types/models/models_1.d.ts +73 -181
- package/dist-types/models/models_2.d.ts +173 -2
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +18 -9
- package/dist-types/ts3.4/models/models_1.d.ts +38 -58
- package/dist-types/ts3.4/models/models_2.d.ts +61 -0
- package/package.json +8 -8
|
@@ -5378,6 +5378,11 @@ const serializeAws_restJson1AudioDescription = (input, context) => {
|
|
|
5378
5378
|
...(input.StreamName != null && { streamName: input.StreamName }),
|
|
5379
5379
|
};
|
|
5380
5380
|
};
|
|
5381
|
+
const serializeAws_restJson1AudioDolbyEDecode = (input, context) => {
|
|
5382
|
+
return {
|
|
5383
|
+
...(input.ProgramSelection != null && { programSelection: input.ProgramSelection }),
|
|
5384
|
+
};
|
|
5385
|
+
};
|
|
5381
5386
|
const serializeAws_restJson1AudioHlsRenditionSelection = (input, context) => {
|
|
5382
5387
|
return {
|
|
5383
5388
|
...(input.GroupId != null && { groupId: input.GroupId }),
|
|
@@ -5449,6 +5454,9 @@ const serializeAws_restJson1AudioTrack = (input, context) => {
|
|
|
5449
5454
|
};
|
|
5450
5455
|
const serializeAws_restJson1AudioTrackSelection = (input, context) => {
|
|
5451
5456
|
return {
|
|
5457
|
+
...(input.DolbyEDecode != null && {
|
|
5458
|
+
dolbyEDecode: serializeAws_restJson1AudioDolbyEDecode(input.DolbyEDecode, context),
|
|
5459
|
+
}),
|
|
5452
5460
|
...(input.Tracks != null && { tracks: serializeAws_restJson1__listOfAudioTrack(input.Tracks, context) }),
|
|
5453
5461
|
};
|
|
5454
5462
|
};
|
|
@@ -5898,6 +5906,9 @@ const serializeAws_restJson1FrameCaptureSettings = (input, context) => {
|
|
|
5898
5906
|
return {
|
|
5899
5907
|
...(input.CaptureInterval != null && { captureInterval: input.CaptureInterval }),
|
|
5900
5908
|
...(input.CaptureIntervalUnits != null && { captureIntervalUnits: input.CaptureIntervalUnits }),
|
|
5909
|
+
...(input.TimecodeBurninSettings != null && {
|
|
5910
|
+
timecodeBurninSettings: serializeAws_restJson1TimecodeBurninSettings(input.TimecodeBurninSettings, context),
|
|
5911
|
+
}),
|
|
5901
5912
|
};
|
|
5902
5913
|
};
|
|
5903
5914
|
const serializeAws_restJson1GlobalConfiguration = (input, context) => {
|
|
@@ -5978,6 +5989,9 @@ const serializeAws_restJson1H264Settings = (input, context) => {
|
|
|
5978
5989
|
...(input.SubgopLength != null && { subgopLength: input.SubgopLength }),
|
|
5979
5990
|
...(input.Syntax != null && { syntax: input.Syntax }),
|
|
5980
5991
|
...(input.TemporalAq != null && { temporalAq: input.TemporalAq }),
|
|
5992
|
+
...(input.TimecodeBurninSettings != null && {
|
|
5993
|
+
timecodeBurninSettings: serializeAws_restJson1TimecodeBurninSettings(input.TimecodeBurninSettings, context),
|
|
5994
|
+
}),
|
|
5981
5995
|
...(input.TimecodeInsertion != null && { timecodeInsertion: input.TimecodeInsertion }),
|
|
5982
5996
|
};
|
|
5983
5997
|
};
|
|
@@ -6043,6 +6057,9 @@ const serializeAws_restJson1H265Settings = (input, context) => {
|
|
|
6043
6057
|
...(input.SceneChangeDetect != null && { sceneChangeDetect: input.SceneChangeDetect }),
|
|
6044
6058
|
...(input.Slices != null && { slices: input.Slices }),
|
|
6045
6059
|
...(input.Tier != null && { tier: input.Tier }),
|
|
6060
|
+
...(input.TimecodeBurninSettings != null && {
|
|
6061
|
+
timecodeBurninSettings: serializeAws_restJson1TimecodeBurninSettings(input.TimecodeBurninSettings, context),
|
|
6062
|
+
}),
|
|
6046
6063
|
...(input.TimecodeInsertion != null && { timecodeInsertion: input.TimecodeInsertion }),
|
|
6047
6064
|
};
|
|
6048
6065
|
};
|
|
@@ -6540,6 +6557,9 @@ const serializeAws_restJson1Mpeg2Settings = (input, context) => {
|
|
|
6540
6557
|
...(input.GopSizeUnits != null && { gopSizeUnits: input.GopSizeUnits }),
|
|
6541
6558
|
...(input.ScanType != null && { scanType: input.ScanType }),
|
|
6542
6559
|
...(input.SubgopLength != null && { subgopLength: input.SubgopLength }),
|
|
6560
|
+
...(input.TimecodeBurninSettings != null && {
|
|
6561
|
+
timecodeBurninSettings: serializeAws_restJson1TimecodeBurninSettings(input.TimecodeBurninSettings, context),
|
|
6562
|
+
}),
|
|
6543
6563
|
...(input.TimecodeInsertion != null && { timecodeInsertion: input.TimecodeInsertion }),
|
|
6544
6564
|
};
|
|
6545
6565
|
};
|
|
@@ -7087,6 +7107,13 @@ const serializeAws_restJson1TemporalFilterSettings = (input, context) => {
|
|
|
7087
7107
|
...(input.Strength != null && { strength: input.Strength }),
|
|
7088
7108
|
};
|
|
7089
7109
|
};
|
|
7110
|
+
const serializeAws_restJson1TimecodeBurninSettings = (input, context) => {
|
|
7111
|
+
return {
|
|
7112
|
+
...(input.FontSize != null && { fontSize: input.FontSize }),
|
|
7113
|
+
...(input.Position != null && { position: input.Position }),
|
|
7114
|
+
...(input.Prefix != null && { prefix: input.Prefix }),
|
|
7115
|
+
};
|
|
7116
|
+
};
|
|
7090
7117
|
const serializeAws_restJson1TimecodeConfig = (input, context) => {
|
|
7091
7118
|
return {
|
|
7092
7119
|
...(input.Source != null && { source: input.Source }),
|
|
@@ -7822,6 +7849,11 @@ const deserializeAws_restJson1AudioDescription = (output, context) => {
|
|
|
7822
7849
|
StreamName: __expectString(output.streamName),
|
|
7823
7850
|
};
|
|
7824
7851
|
};
|
|
7852
|
+
const deserializeAws_restJson1AudioDolbyEDecode = (output, context) => {
|
|
7853
|
+
return {
|
|
7854
|
+
ProgramSelection: __expectString(output.programSelection),
|
|
7855
|
+
};
|
|
7856
|
+
};
|
|
7825
7857
|
const deserializeAws_restJson1AudioHlsRenditionSelection = (output, context) => {
|
|
7826
7858
|
return {
|
|
7827
7859
|
GroupId: __expectString(output.groupId),
|
|
@@ -7891,6 +7923,7 @@ const deserializeAws_restJson1AudioTrack = (output, context) => {
|
|
|
7891
7923
|
};
|
|
7892
7924
|
const deserializeAws_restJson1AudioTrackSelection = (output, context) => {
|
|
7893
7925
|
return {
|
|
7926
|
+
DolbyEDecode: output.dolbyEDecode != null ? deserializeAws_restJson1AudioDolbyEDecode(output.dolbyEDecode, context) : undefined,
|
|
7894
7927
|
Tracks: output.tracks != null ? deserializeAws_restJson1__listOfAudioTrack(output.tracks, context) : undefined,
|
|
7895
7928
|
};
|
|
7896
7929
|
};
|
|
@@ -8416,6 +8449,9 @@ const deserializeAws_restJson1FrameCaptureSettings = (output, context) => {
|
|
|
8416
8449
|
return {
|
|
8417
8450
|
CaptureInterval: __expectInt32(output.captureInterval),
|
|
8418
8451
|
CaptureIntervalUnits: __expectString(output.captureIntervalUnits),
|
|
8452
|
+
TimecodeBurninSettings: output.timecodeBurninSettings != null
|
|
8453
|
+
? deserializeAws_restJson1TimecodeBurninSettings(output.timecodeBurninSettings, context)
|
|
8454
|
+
: undefined,
|
|
8419
8455
|
};
|
|
8420
8456
|
};
|
|
8421
8457
|
const deserializeAws_restJson1GlobalConfiguration = (output, context) => {
|
|
@@ -8496,6 +8532,9 @@ const deserializeAws_restJson1H264Settings = (output, context) => {
|
|
|
8496
8532
|
SubgopLength: __expectString(output.subgopLength),
|
|
8497
8533
|
Syntax: __expectString(output.syntax),
|
|
8498
8534
|
TemporalAq: __expectString(output.temporalAq),
|
|
8535
|
+
TimecodeBurninSettings: output.timecodeBurninSettings != null
|
|
8536
|
+
? deserializeAws_restJson1TimecodeBurninSettings(output.timecodeBurninSettings, context)
|
|
8537
|
+
: undefined,
|
|
8499
8538
|
TimecodeInsertion: __expectString(output.timecodeInsertion),
|
|
8500
8539
|
};
|
|
8501
8540
|
};
|
|
@@ -8557,6 +8596,9 @@ const deserializeAws_restJson1H265Settings = (output, context) => {
|
|
|
8557
8596
|
SceneChangeDetect: __expectString(output.sceneChangeDetect),
|
|
8558
8597
|
Slices: __expectInt32(output.slices),
|
|
8559
8598
|
Tier: __expectString(output.tier),
|
|
8599
|
+
TimecodeBurninSettings: output.timecodeBurninSettings != null
|
|
8600
|
+
? deserializeAws_restJson1TimecodeBurninSettings(output.timecodeBurninSettings, context)
|
|
8601
|
+
: undefined,
|
|
8560
8602
|
TimecodeInsertion: __expectString(output.timecodeInsertion),
|
|
8561
8603
|
};
|
|
8562
8604
|
};
|
|
@@ -9121,6 +9163,9 @@ const deserializeAws_restJson1Mpeg2Settings = (output, context) => {
|
|
|
9121
9163
|
GopSizeUnits: __expectString(output.gopSizeUnits),
|
|
9122
9164
|
ScanType: __expectString(output.scanType),
|
|
9123
9165
|
SubgopLength: __expectString(output.subgopLength),
|
|
9166
|
+
TimecodeBurninSettings: output.timecodeBurninSettings != null
|
|
9167
|
+
? deserializeAws_restJson1TimecodeBurninSettings(output.timecodeBurninSettings, context)
|
|
9168
|
+
: undefined,
|
|
9124
9169
|
TimecodeInsertion: __expectString(output.timecodeInsertion),
|
|
9125
9170
|
};
|
|
9126
9171
|
};
|
|
@@ -9813,6 +9858,13 @@ const deserializeAws_restJson1TemporalFilterSettings = (output, context) => {
|
|
|
9813
9858
|
Strength: __expectString(output.strength),
|
|
9814
9859
|
};
|
|
9815
9860
|
};
|
|
9861
|
+
const deserializeAws_restJson1TimecodeBurninSettings = (output, context) => {
|
|
9862
|
+
return {
|
|
9863
|
+
FontSize: __expectString(output.fontSize),
|
|
9864
|
+
Position: __expectString(output.position),
|
|
9865
|
+
Prefix: __expectString(output.prefix),
|
|
9866
|
+
};
|
|
9867
|
+
};
|
|
9816
9868
|
const deserializeAws_restJson1TimecodeConfig = (output, context) => {
|
|
9817
9869
|
return {
|
|
9818
9870
|
Source: __expectString(output.source),
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
|
-
import { StartMultiplexRequest, StartMultiplexResponse } from "../models/
|
|
5
|
+
import { StartMultiplexRequest, StartMultiplexResponse } from "../models/models_2";
|
|
6
6
|
export interface StartMultiplexCommandInput extends StartMultiplexRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
|
-
import { StopChannelRequest, StopChannelResponse } from "../models/
|
|
5
|
+
import { StopChannelRequest, StopChannelResponse } from "../models/models_2";
|
|
6
6
|
export interface StopChannelCommandInput extends StopChannelRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
|
-
import { StopMultiplexRequest } from "../models/
|
|
6
|
-
import { StopMultiplexResponse } from "../models/models_2";
|
|
5
|
+
import { StopMultiplexRequest, StopMultiplexResponse } from "../models/models_2";
|
|
7
6
|
export interface StopMultiplexCommandInput extends StopMultiplexRequest {
|
|
8
7
|
}
|
|
9
8
|
export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __MetadataBearer {
|
|
@@ -669,6 +669,26 @@ export interface AudioPidSelection {
|
|
|
669
669
|
*/
|
|
670
670
|
Pid: number | undefined;
|
|
671
671
|
}
|
|
672
|
+
export declare enum DolbyEProgramSelection {
|
|
673
|
+
ALL_CHANNELS = "ALL_CHANNELS",
|
|
674
|
+
PROGRAM_1 = "PROGRAM_1",
|
|
675
|
+
PROGRAM_2 = "PROGRAM_2",
|
|
676
|
+
PROGRAM_3 = "PROGRAM_3",
|
|
677
|
+
PROGRAM_4 = "PROGRAM_4",
|
|
678
|
+
PROGRAM_5 = "PROGRAM_5",
|
|
679
|
+
PROGRAM_6 = "PROGRAM_6",
|
|
680
|
+
PROGRAM_7 = "PROGRAM_7",
|
|
681
|
+
PROGRAM_8 = "PROGRAM_8"
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* Audio Dolby EDecode
|
|
685
|
+
*/
|
|
686
|
+
export interface AudioDolbyEDecode {
|
|
687
|
+
/**
|
|
688
|
+
* Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.
|
|
689
|
+
*/
|
|
690
|
+
ProgramSelection: DolbyEProgramSelection | string | undefined;
|
|
691
|
+
}
|
|
672
692
|
/**
|
|
673
693
|
* Audio Track
|
|
674
694
|
*/
|
|
@@ -686,6 +706,10 @@ export interface AudioTrackSelection {
|
|
|
686
706
|
* Selects one or more unique audio tracks from within a source.
|
|
687
707
|
*/
|
|
688
708
|
Tracks: AudioTrack[] | undefined;
|
|
709
|
+
/**
|
|
710
|
+
* Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337
|
|
711
|
+
*/
|
|
712
|
+
DolbyEDecode?: AudioDolbyEDecode;
|
|
689
713
|
}
|
|
690
714
|
/**
|
|
691
715
|
* Audio Selector Settings
|
|
@@ -3782,15 +3806,6 @@ export declare enum HlsMode {
|
|
|
3782
3806
|
LIVE = "LIVE",
|
|
3783
3807
|
VOD = "VOD"
|
|
3784
3808
|
}
|
|
3785
|
-
export declare enum HlsOutputSelection {
|
|
3786
|
-
MANIFESTS_AND_SEGMENTS = "MANIFESTS_AND_SEGMENTS",
|
|
3787
|
-
SEGMENTS_ONLY = "SEGMENTS_ONLY",
|
|
3788
|
-
VARIANT_MANIFESTS_AND_SEGMENTS = "VARIANT_MANIFESTS_AND_SEGMENTS"
|
|
3789
|
-
}
|
|
3790
|
-
export declare enum HlsProgramDateTime {
|
|
3791
|
-
EXCLUDE = "EXCLUDE",
|
|
3792
|
-
INCLUDE = "INCLUDE"
|
|
3793
|
-
}
|
|
3794
3809
|
/**
|
|
3795
3810
|
* @internal
|
|
3796
3811
|
*/
|
|
@@ -3871,6 +3886,10 @@ export declare const AudioLanguageSelectionFilterSensitiveLog: (obj: AudioLangua
|
|
|
3871
3886
|
* @internal
|
|
3872
3887
|
*/
|
|
3873
3888
|
export declare const AudioPidSelectionFilterSensitiveLog: (obj: AudioPidSelection) => any;
|
|
3889
|
+
/**
|
|
3890
|
+
* @internal
|
|
3891
|
+
*/
|
|
3892
|
+
export declare const AudioDolbyEDecodeFilterSensitiveLog: (obj: AudioDolbyEDecode) => any;
|
|
3874
3893
|
/**
|
|
3875
3894
|
* @internal
|
|
3876
3895
|
*/
|
|
@@ -2,7 +2,16 @@
|
|
|
2
2
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Readable } from "stream";
|
|
4
4
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
5
|
-
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMode,
|
|
5
|
+
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMode, IFrameOnlyPlaylistType, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputLossActionForHlsOut, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, KeyProviderSettings, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
|
|
6
|
+
export declare enum HlsOutputSelection {
|
|
7
|
+
MANIFESTS_AND_SEGMENTS = "MANIFESTS_AND_SEGMENTS",
|
|
8
|
+
SEGMENTS_ONLY = "SEGMENTS_ONLY",
|
|
9
|
+
VARIANT_MANIFESTS_AND_SEGMENTS = "VARIANT_MANIFESTS_AND_SEGMENTS"
|
|
10
|
+
}
|
|
11
|
+
export declare enum HlsProgramDateTime {
|
|
12
|
+
EXCLUDE = "EXCLUDE",
|
|
13
|
+
INCLUDE = "INCLUDE"
|
|
14
|
+
}
|
|
6
15
|
export declare enum HlsProgramDateTimeClock {
|
|
7
16
|
INITIALIZE_FROM_OUTPUT_TIMECODE = "INITIALIZE_FROM_OUTPUT_TIMECODE",
|
|
8
17
|
SYSTEM_CLOCK = "SYSTEM_CLOCK"
|
|
@@ -164,7 +173,7 @@ export interface HlsGroupSettings {
|
|
|
164
173
|
*/
|
|
165
174
|
ManifestDurationFormat?: HlsManifestDurationFormat | string;
|
|
166
175
|
/**
|
|
167
|
-
* When set,
|
|
176
|
+
* Minimum length of MPEG-2 Transport Stream segments in seconds. When set, minimum segment length is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.
|
|
168
177
|
*/
|
|
169
178
|
MinSegmentLength?: number;
|
|
170
179
|
/**
|
|
@@ -206,7 +215,7 @@ export interface HlsGroupSettings {
|
|
|
206
215
|
*/
|
|
207
216
|
RedundantManifest?: HlsRedundantManifest | string;
|
|
208
217
|
/**
|
|
209
|
-
* Length of MPEG-2 Transport Stream segments to create
|
|
218
|
+
* Length of MPEG-2 Transport Stream segments to create in seconds. Note that segments will end on the next keyframe after this duration, so actual segment length may be longer.
|
|
210
219
|
*/
|
|
211
220
|
SegmentLength?: number;
|
|
212
221
|
/**
|
|
@@ -804,7 +813,7 @@ export declare enum Scte35InputMode {
|
|
|
804
813
|
FOLLOW_ACTIVE = "FOLLOW_ACTIVE"
|
|
805
814
|
}
|
|
806
815
|
/**
|
|
807
|
-
*
|
|
816
|
+
* Scte35Input Schedule Action Settings
|
|
808
817
|
*/
|
|
809
818
|
export interface Scte35InputScheduleActionSettings {
|
|
810
819
|
/**
|
|
@@ -1179,6 +1188,40 @@ export declare enum FrameCaptureIntervalUnit {
|
|
|
1179
1188
|
MILLISECONDS = "MILLISECONDS",
|
|
1180
1189
|
SECONDS = "SECONDS"
|
|
1181
1190
|
}
|
|
1191
|
+
export declare enum TimecodeBurninFontSize {
|
|
1192
|
+
EXTRA_SMALL_10 = "EXTRA_SMALL_10",
|
|
1193
|
+
LARGE_48 = "LARGE_48",
|
|
1194
|
+
MEDIUM_32 = "MEDIUM_32",
|
|
1195
|
+
SMALL_16 = "SMALL_16"
|
|
1196
|
+
}
|
|
1197
|
+
export declare enum TimecodeBurninPosition {
|
|
1198
|
+
BOTTOM_CENTER = "BOTTOM_CENTER",
|
|
1199
|
+
BOTTOM_LEFT = "BOTTOM_LEFT",
|
|
1200
|
+
BOTTOM_RIGHT = "BOTTOM_RIGHT",
|
|
1201
|
+
MIDDLE_CENTER = "MIDDLE_CENTER",
|
|
1202
|
+
MIDDLE_LEFT = "MIDDLE_LEFT",
|
|
1203
|
+
MIDDLE_RIGHT = "MIDDLE_RIGHT",
|
|
1204
|
+
TOP_CENTER = "TOP_CENTER",
|
|
1205
|
+
TOP_LEFT = "TOP_LEFT",
|
|
1206
|
+
TOP_RIGHT = "TOP_RIGHT"
|
|
1207
|
+
}
|
|
1208
|
+
/**
|
|
1209
|
+
* Timecode Burnin Settings
|
|
1210
|
+
*/
|
|
1211
|
+
export interface TimecodeBurninSettings {
|
|
1212
|
+
/**
|
|
1213
|
+
* Choose a timecode burn-in font size
|
|
1214
|
+
*/
|
|
1215
|
+
FontSize: TimecodeBurninFontSize | string | undefined;
|
|
1216
|
+
/**
|
|
1217
|
+
* Choose a timecode burn-in output position
|
|
1218
|
+
*/
|
|
1219
|
+
Position: TimecodeBurninPosition | string | undefined;
|
|
1220
|
+
/**
|
|
1221
|
+
* Create a timecode burn-in prefix (optional)
|
|
1222
|
+
*/
|
|
1223
|
+
Prefix?: string;
|
|
1224
|
+
}
|
|
1182
1225
|
/**
|
|
1183
1226
|
* Frame Capture Settings
|
|
1184
1227
|
*/
|
|
@@ -1191,6 +1234,10 @@ export interface FrameCaptureSettings {
|
|
|
1191
1234
|
* Unit for the frame capture interval.
|
|
1192
1235
|
*/
|
|
1193
1236
|
CaptureIntervalUnits?: FrameCaptureIntervalUnit | string;
|
|
1237
|
+
/**
|
|
1238
|
+
* Timecode burn-in settings
|
|
1239
|
+
*/
|
|
1240
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
1194
1241
|
}
|
|
1195
1242
|
export declare enum H264AdaptiveQuantization {
|
|
1196
1243
|
AUTO = "AUTO",
|
|
@@ -1600,6 +1647,10 @@ export interface H264Settings {
|
|
|
1600
1647
|
* - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config
|
|
1601
1648
|
*/
|
|
1602
1649
|
TimecodeInsertion?: H264TimecodeInsertionBehavior | string;
|
|
1650
|
+
/**
|
|
1651
|
+
* Timecode burn-in settings
|
|
1652
|
+
*/
|
|
1653
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
1603
1654
|
}
|
|
1604
1655
|
export declare enum H265AdaptiveQuantization {
|
|
1605
1656
|
AUTO = "AUTO",
|
|
@@ -1619,7 +1670,7 @@ export declare enum H265ColorMetadata {
|
|
|
1619
1670
|
INSERT = "INSERT"
|
|
1620
1671
|
}
|
|
1621
1672
|
/**
|
|
1622
|
-
* Dolby
|
|
1673
|
+
* Dolby Vision81 Settings
|
|
1623
1674
|
*/
|
|
1624
1675
|
export interface DolbyVision81Settings {
|
|
1625
1676
|
}
|
|
@@ -1632,7 +1683,7 @@ export interface H265ColorSpaceSettings {
|
|
|
1632
1683
|
*/
|
|
1633
1684
|
ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
|
|
1634
1685
|
/**
|
|
1635
|
-
* Dolby
|
|
1686
|
+
* Dolby Vision81 Settings
|
|
1636
1687
|
*/
|
|
1637
1688
|
DolbyVision81Settings?: DolbyVision81Settings;
|
|
1638
1689
|
/**
|
|
@@ -1849,6 +1900,10 @@ export interface H265Settings {
|
|
|
1849
1900
|
* - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config
|
|
1850
1901
|
*/
|
|
1851
1902
|
TimecodeInsertion?: H265TimecodeInsertionBehavior | string;
|
|
1903
|
+
/**
|
|
1904
|
+
* Timecode burn-in settings
|
|
1905
|
+
*/
|
|
1906
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
1852
1907
|
}
|
|
1853
1908
|
export declare enum Mpeg2AdaptiveQuantization {
|
|
1854
1909
|
AUTO = "AUTO",
|
|
@@ -1975,6 +2030,10 @@ export interface Mpeg2Settings {
|
|
|
1975
2030
|
* GOP_TIMECODE: Include timecode metadata in the GOP header.
|
|
1976
2031
|
*/
|
|
1977
2032
|
TimecodeInsertion?: Mpeg2TimecodeInsertionBehavior | string;
|
|
2033
|
+
/**
|
|
2034
|
+
* Timecode burn-in settings
|
|
2035
|
+
*/
|
|
2036
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
1978
2037
|
}
|
|
1979
2038
|
/**
|
|
1980
2039
|
* Video Codec Settings
|
|
@@ -2216,7 +2275,7 @@ export interface AvailBlanking {
|
|
|
2216
2275
|
State?: AvailBlankingState | string;
|
|
2217
2276
|
}
|
|
2218
2277
|
/**
|
|
2219
|
-
*
|
|
2278
|
+
* Esam
|
|
2220
2279
|
*/
|
|
2221
2280
|
export interface Esam {
|
|
2222
2281
|
/**
|
|
@@ -2228,7 +2287,7 @@ export interface Esam {
|
|
|
2228
2287
|
*/
|
|
2229
2288
|
AdAvailOffset?: number;
|
|
2230
2289
|
/**
|
|
2231
|
-
*
|
|
2290
|
+
* Documentation update needed
|
|
2232
2291
|
*/
|
|
2233
2292
|
PasswordParam?: string;
|
|
2234
2293
|
/**
|
|
@@ -2236,7 +2295,7 @@ export interface Esam {
|
|
|
2236
2295
|
*/
|
|
2237
2296
|
PoisEndpoint: string | undefined;
|
|
2238
2297
|
/**
|
|
2239
|
-
*
|
|
2298
|
+
* Documentation update needed
|
|
2240
2299
|
*/
|
|
2241
2300
|
Username?: string;
|
|
2242
2301
|
/**
|
|
@@ -2299,7 +2358,7 @@ export interface Scte35TimeSignalApos {
|
|
|
2299
2358
|
*/
|
|
2300
2359
|
export interface AvailSettings {
|
|
2301
2360
|
/**
|
|
2302
|
-
*
|
|
2361
|
+
* Esam
|
|
2303
2362
|
*/
|
|
2304
2363
|
Esam?: Esam;
|
|
2305
2364
|
/**
|
|
@@ -4813,157 +4872,6 @@ export interface StartInputDeviceMaintenanceWindowRequest {
|
|
|
4813
4872
|
*/
|
|
4814
4873
|
export interface StartInputDeviceMaintenanceWindowResponse {
|
|
4815
4874
|
}
|
|
4816
|
-
/**
|
|
4817
|
-
* Placeholder documentation for StartMultiplexRequest
|
|
4818
|
-
*/
|
|
4819
|
-
export interface StartMultiplexRequest {
|
|
4820
|
-
/**
|
|
4821
|
-
* The ID of the multiplex.
|
|
4822
|
-
*/
|
|
4823
|
-
MultiplexId: string | undefined;
|
|
4824
|
-
}
|
|
4825
|
-
/**
|
|
4826
|
-
* Placeholder documentation for StartMultiplexResponse
|
|
4827
|
-
*/
|
|
4828
|
-
export interface StartMultiplexResponse {
|
|
4829
|
-
/**
|
|
4830
|
-
* The unique arn of the multiplex.
|
|
4831
|
-
*/
|
|
4832
|
-
Arn?: string;
|
|
4833
|
-
/**
|
|
4834
|
-
* A list of availability zones for the multiplex.
|
|
4835
|
-
*/
|
|
4836
|
-
AvailabilityZones?: string[];
|
|
4837
|
-
/**
|
|
4838
|
-
* A list of the multiplex output destinations.
|
|
4839
|
-
*/
|
|
4840
|
-
Destinations?: MultiplexOutputDestination[];
|
|
4841
|
-
/**
|
|
4842
|
-
* The unique id of the multiplex.
|
|
4843
|
-
*/
|
|
4844
|
-
Id?: string;
|
|
4845
|
-
/**
|
|
4846
|
-
* Configuration for a multiplex event.
|
|
4847
|
-
*/
|
|
4848
|
-
MultiplexSettings?: MultiplexSettings;
|
|
4849
|
-
/**
|
|
4850
|
-
* The name of the multiplex.
|
|
4851
|
-
*/
|
|
4852
|
-
Name?: string;
|
|
4853
|
-
/**
|
|
4854
|
-
* The number of currently healthy pipelines.
|
|
4855
|
-
*/
|
|
4856
|
-
PipelinesRunningCount?: number;
|
|
4857
|
-
/**
|
|
4858
|
-
* The number of programs in the multiplex.
|
|
4859
|
-
*/
|
|
4860
|
-
ProgramCount?: number;
|
|
4861
|
-
/**
|
|
4862
|
-
* The current state of the multiplex.
|
|
4863
|
-
*/
|
|
4864
|
-
State?: MultiplexState | string;
|
|
4865
|
-
/**
|
|
4866
|
-
* A collection of key-value pairs.
|
|
4867
|
-
*/
|
|
4868
|
-
Tags?: Record<string, string>;
|
|
4869
|
-
}
|
|
4870
|
-
/**
|
|
4871
|
-
* Placeholder documentation for StopChannelRequest
|
|
4872
|
-
*/
|
|
4873
|
-
export interface StopChannelRequest {
|
|
4874
|
-
/**
|
|
4875
|
-
* A request to stop a running channel
|
|
4876
|
-
*/
|
|
4877
|
-
ChannelId: string | undefined;
|
|
4878
|
-
}
|
|
4879
|
-
/**
|
|
4880
|
-
* Placeholder documentation for StopChannelResponse
|
|
4881
|
-
*/
|
|
4882
|
-
export interface StopChannelResponse {
|
|
4883
|
-
/**
|
|
4884
|
-
* The unique arn of the channel.
|
|
4885
|
-
*/
|
|
4886
|
-
Arn?: string;
|
|
4887
|
-
/**
|
|
4888
|
-
* Specification of CDI inputs for this channel
|
|
4889
|
-
*/
|
|
4890
|
-
CdiInputSpecification?: CdiInputSpecification;
|
|
4891
|
-
/**
|
|
4892
|
-
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
4893
|
-
*/
|
|
4894
|
-
ChannelClass?: ChannelClass | string;
|
|
4895
|
-
/**
|
|
4896
|
-
* A list of destinations of the channel. For UDP outputs, there is one
|
|
4897
|
-
* destination per output. For other types (HLS, for example), there is
|
|
4898
|
-
* one destination per packager.
|
|
4899
|
-
*/
|
|
4900
|
-
Destinations?: OutputDestination[];
|
|
4901
|
-
/**
|
|
4902
|
-
* The endpoints where outgoing connections initiate from
|
|
4903
|
-
*/
|
|
4904
|
-
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
4905
|
-
/**
|
|
4906
|
-
* Encoder Settings
|
|
4907
|
-
*/
|
|
4908
|
-
EncoderSettings?: EncoderSettings;
|
|
4909
|
-
/**
|
|
4910
|
-
* The unique id of the channel.
|
|
4911
|
-
*/
|
|
4912
|
-
Id?: string;
|
|
4913
|
-
/**
|
|
4914
|
-
* List of input attachments for channel.
|
|
4915
|
-
*/
|
|
4916
|
-
InputAttachments?: InputAttachment[];
|
|
4917
|
-
/**
|
|
4918
|
-
* Specification of network and file inputs for this channel
|
|
4919
|
-
*/
|
|
4920
|
-
InputSpecification?: InputSpecification;
|
|
4921
|
-
/**
|
|
4922
|
-
* The log level being written to CloudWatch Logs.
|
|
4923
|
-
*/
|
|
4924
|
-
LogLevel?: LogLevel | string;
|
|
4925
|
-
/**
|
|
4926
|
-
* Maintenance settings for this channel.
|
|
4927
|
-
*/
|
|
4928
|
-
Maintenance?: MaintenanceStatus;
|
|
4929
|
-
/**
|
|
4930
|
-
* The name of the channel. (user-mutable)
|
|
4931
|
-
*/
|
|
4932
|
-
Name?: string;
|
|
4933
|
-
/**
|
|
4934
|
-
* Runtime details for the pipelines of a running channel.
|
|
4935
|
-
*/
|
|
4936
|
-
PipelineDetails?: PipelineDetail[];
|
|
4937
|
-
/**
|
|
4938
|
-
* The number of currently healthy pipelines.
|
|
4939
|
-
*/
|
|
4940
|
-
PipelinesRunningCount?: number;
|
|
4941
|
-
/**
|
|
4942
|
-
* The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
|
4943
|
-
*/
|
|
4944
|
-
RoleArn?: string;
|
|
4945
|
-
/**
|
|
4946
|
-
* Placeholder documentation for ChannelState
|
|
4947
|
-
*/
|
|
4948
|
-
State?: ChannelState | string;
|
|
4949
|
-
/**
|
|
4950
|
-
* A collection of key-value pairs.
|
|
4951
|
-
*/
|
|
4952
|
-
Tags?: Record<string, string>;
|
|
4953
|
-
/**
|
|
4954
|
-
* Settings for VPC output
|
|
4955
|
-
*/
|
|
4956
|
-
Vpc?: VpcOutputSettingsDescription;
|
|
4957
|
-
}
|
|
4958
|
-
/**
|
|
4959
|
-
* Placeholder documentation for StopMultiplexRequest
|
|
4960
|
-
*/
|
|
4961
|
-
export interface StopMultiplexRequest {
|
|
4962
|
-
/**
|
|
4963
|
-
* The ID of the multiplex.
|
|
4964
|
-
*/
|
|
4965
|
-
MultiplexId: string | undefined;
|
|
4966
|
-
}
|
|
4967
4875
|
/**
|
|
4968
4876
|
* @internal
|
|
4969
4877
|
*/
|
|
@@ -5124,6 +5032,10 @@ export declare const TransferringInputDeviceSummaryFilterSensitiveLog: (obj: Tra
|
|
|
5124
5032
|
* @internal
|
|
5125
5033
|
*/
|
|
5126
5034
|
export declare const ValidationErrorFilterSensitiveLog: (obj: ValidationError) => any;
|
|
5035
|
+
/**
|
|
5036
|
+
* @internal
|
|
5037
|
+
*/
|
|
5038
|
+
export declare const TimecodeBurninSettingsFilterSensitiveLog: (obj: TimecodeBurninSettings) => any;
|
|
5127
5039
|
/**
|
|
5128
5040
|
* @internal
|
|
5129
5041
|
*/
|
|
@@ -5692,23 +5604,3 @@ export declare const StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog:
|
|
|
5692
5604
|
* @internal
|
|
5693
5605
|
*/
|
|
5694
5606
|
export declare const StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowResponse) => any;
|
|
5695
|
-
/**
|
|
5696
|
-
* @internal
|
|
5697
|
-
*/
|
|
5698
|
-
export declare const StartMultiplexRequestFilterSensitiveLog: (obj: StartMultiplexRequest) => any;
|
|
5699
|
-
/**
|
|
5700
|
-
* @internal
|
|
5701
|
-
*/
|
|
5702
|
-
export declare const StartMultiplexResponseFilterSensitiveLog: (obj: StartMultiplexResponse) => any;
|
|
5703
|
-
/**
|
|
5704
|
-
* @internal
|
|
5705
|
-
*/
|
|
5706
|
-
export declare const StopChannelRequestFilterSensitiveLog: (obj: StopChannelRequest) => any;
|
|
5707
|
-
/**
|
|
5708
|
-
* @internal
|
|
5709
|
-
*/
|
|
5710
|
-
export declare const StopChannelResponseFilterSensitiveLog: (obj: StopChannelResponse) => any;
|
|
5711
|
-
/**
|
|
5712
|
-
* @internal
|
|
5713
|
-
*/
|
|
5714
|
-
export declare const StopMultiplexRequestFilterSensitiveLog: (obj: StopMultiplexRequest) => any;
|