@aws-sdk/client-medialive 3.319.0 → 3.325.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/protocols/Aws_restJson1.js +239 -231
- package/dist-es/protocols/Aws_restJson1.js +239 -231
- package/package.json +18 -18
|
@@ -6637,25 +6637,25 @@ const de_AncillarySourceSettings = (output, context) => {
|
|
|
6637
6637
|
};
|
|
6638
6638
|
const de_ArchiveCdnSettings = (output, context) => {
|
|
6639
6639
|
return take(output, {
|
|
6640
|
-
ArchiveS3Settings: (_) =>
|
|
6640
|
+
ArchiveS3Settings: [, (_) => de_ArchiveS3Settings(_, context), `archiveS3Settings`],
|
|
6641
6641
|
});
|
|
6642
6642
|
};
|
|
6643
6643
|
const de_ArchiveContainerSettings = (output, context) => {
|
|
6644
6644
|
return take(output, {
|
|
6645
|
-
M2tsSettings: (_) =>
|
|
6645
|
+
M2tsSettings: [, (_) => de_M2tsSettings(_, context), `m2tsSettings`],
|
|
6646
6646
|
RawSettings: [, _json, `rawSettings`],
|
|
6647
6647
|
});
|
|
6648
6648
|
};
|
|
6649
6649
|
const de_ArchiveGroupSettings = (output, context) => {
|
|
6650
6650
|
return take(output, {
|
|
6651
|
-
ArchiveCdnSettings: (_) =>
|
|
6652
|
-
Destination: (_) =>
|
|
6651
|
+
ArchiveCdnSettings: [, (_) => de_ArchiveCdnSettings(_, context), `archiveCdnSettings`],
|
|
6652
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
6653
6653
|
RolloverInterval: [, __expectInt32, `rolloverInterval`],
|
|
6654
6654
|
});
|
|
6655
6655
|
};
|
|
6656
6656
|
const de_ArchiveOutputSettings = (output, context) => {
|
|
6657
6657
|
return take(output, {
|
|
6658
|
-
ContainerSettings: (_) =>
|
|
6658
|
+
ContainerSettings: [, (_) => de_ArchiveContainerSettings(_, context), `containerSettings`],
|
|
6659
6659
|
Extension: [, __expectString, `extension`],
|
|
6660
6660
|
NameModifier: [, __expectString, `nameModifier`],
|
|
6661
6661
|
});
|
|
@@ -6667,33 +6667,33 @@ const de_ArchiveS3Settings = (output, context) => {
|
|
|
6667
6667
|
};
|
|
6668
6668
|
const de_AudioChannelMapping = (output, context) => {
|
|
6669
6669
|
return take(output, {
|
|
6670
|
-
InputChannelLevels: (_) =>
|
|
6670
|
+
InputChannelLevels: [, (_) => de___listOfInputChannelLevel(_, context), `inputChannelLevels`],
|
|
6671
6671
|
OutputChannel: [, __expectInt32, `outputChannel`],
|
|
6672
6672
|
});
|
|
6673
6673
|
};
|
|
6674
6674
|
const de_AudioCodecSettings = (output, context) => {
|
|
6675
6675
|
return take(output, {
|
|
6676
|
-
AacSettings: (_) =>
|
|
6677
|
-
Ac3Settings: (_) =>
|
|
6678
|
-
Eac3AtmosSettings: (_) =>
|
|
6679
|
-
Eac3Settings: (_) =>
|
|
6680
|
-
Mp2Settings: (_) =>
|
|
6676
|
+
AacSettings: [, (_) => de_AacSettings(_, context), `aacSettings`],
|
|
6677
|
+
Ac3Settings: [, (_) => de_Ac3Settings(_, context), `ac3Settings`],
|
|
6678
|
+
Eac3AtmosSettings: [, (_) => de_Eac3AtmosSettings(_, context), `eac3AtmosSettings`],
|
|
6679
|
+
Eac3Settings: [, (_) => de_Eac3Settings(_, context), `eac3Settings`],
|
|
6680
|
+
Mp2Settings: [, (_) => de_Mp2Settings(_, context), `mp2Settings`],
|
|
6681
6681
|
PassThroughSettings: [, _json, `passThroughSettings`],
|
|
6682
|
-
WavSettings: (_) =>
|
|
6682
|
+
WavSettings: [, (_) => de_WavSettings(_, context), `wavSettings`],
|
|
6683
6683
|
});
|
|
6684
6684
|
};
|
|
6685
6685
|
const de_AudioDescription = (output, context) => {
|
|
6686
6686
|
return take(output, {
|
|
6687
|
-
AudioNormalizationSettings: (_) =>
|
|
6687
|
+
AudioNormalizationSettings: [, (_) => de_AudioNormalizationSettings(_, context), `audioNormalizationSettings`],
|
|
6688
6688
|
AudioSelectorName: [, __expectString, `audioSelectorName`],
|
|
6689
6689
|
AudioType: [, __expectString, `audioType`],
|
|
6690
6690
|
AudioTypeControl: [, __expectString, `audioTypeControl`],
|
|
6691
|
-
AudioWatermarkingSettings: (_) =>
|
|
6692
|
-
CodecSettings: (_) =>
|
|
6691
|
+
AudioWatermarkingSettings: [, (_) => de_AudioWatermarkSettings(_, context), `audioWatermarkingSettings`],
|
|
6692
|
+
CodecSettings: [, (_) => de_AudioCodecSettings(_, context), `codecSettings`],
|
|
6693
6693
|
LanguageCode: [, __expectString, `languageCode`],
|
|
6694
6694
|
LanguageCodeControl: [, __expectString, `languageCodeControl`],
|
|
6695
6695
|
Name: [, __expectString, `name`],
|
|
6696
|
-
RemixSettings: (_) =>
|
|
6696
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
6697
6697
|
StreamName: [, __expectString, `streamName`],
|
|
6698
6698
|
});
|
|
6699
6699
|
};
|
|
@@ -6724,7 +6724,7 @@ const de_AudioNormalizationSettings = (output, context) => {
|
|
|
6724
6724
|
const de_AudioOnlyHlsSettings = (output, context) => {
|
|
6725
6725
|
return take(output, {
|
|
6726
6726
|
AudioGroupId: [, __expectString, `audioGroupId`],
|
|
6727
|
-
AudioOnlyImage: (_) =>
|
|
6727
|
+
AudioOnlyImage: [, (_) => de_InputLocation(_, context), `audioOnlyImage`],
|
|
6728
6728
|
AudioTrackType: [, __expectString, `audioTrackType`],
|
|
6729
6729
|
SegmentType: [, __expectString, `segmentType`],
|
|
6730
6730
|
});
|
|
@@ -6737,15 +6737,15 @@ const de_AudioPidSelection = (output, context) => {
|
|
|
6737
6737
|
const de_AudioSelector = (output, context) => {
|
|
6738
6738
|
return take(output, {
|
|
6739
6739
|
Name: [, __expectString, `name`],
|
|
6740
|
-
SelectorSettings: (_) =>
|
|
6740
|
+
SelectorSettings: [, (_) => de_AudioSelectorSettings(_, context), `selectorSettings`],
|
|
6741
6741
|
});
|
|
6742
6742
|
};
|
|
6743
6743
|
const de_AudioSelectorSettings = (output, context) => {
|
|
6744
6744
|
return take(output, {
|
|
6745
|
-
AudioHlsRenditionSelection: (_) =>
|
|
6746
|
-
AudioLanguageSelection: (_) =>
|
|
6747
|
-
AudioPidSelection: (_) =>
|
|
6748
|
-
AudioTrackSelection: (_) =>
|
|
6745
|
+
AudioHlsRenditionSelection: [, (_) => de_AudioHlsRenditionSelection(_, context), `audioHlsRenditionSelection`],
|
|
6746
|
+
AudioLanguageSelection: [, (_) => de_AudioLanguageSelection(_, context), `audioLanguageSelection`],
|
|
6747
|
+
AudioPidSelection: [, (_) => de_AudioPidSelection(_, context), `audioPidSelection`],
|
|
6748
|
+
AudioTrackSelection: [, (_) => de_AudioTrackSelection(_, context), `audioTrackSelection`],
|
|
6749
6749
|
});
|
|
6750
6750
|
};
|
|
6751
6751
|
const de_AudioSilenceFailoverSettings = (output, context) => {
|
|
@@ -6761,39 +6761,39 @@ const de_AudioTrack = (output, context) => {
|
|
|
6761
6761
|
};
|
|
6762
6762
|
const de_AudioTrackSelection = (output, context) => {
|
|
6763
6763
|
return take(output, {
|
|
6764
|
-
DolbyEDecode: (_) =>
|
|
6765
|
-
Tracks: (_) =>
|
|
6764
|
+
DolbyEDecode: [, (_) => de_AudioDolbyEDecode(_, context), `dolbyEDecode`],
|
|
6765
|
+
Tracks: [, (_) => de___listOfAudioTrack(_, context), `tracks`],
|
|
6766
6766
|
});
|
|
6767
6767
|
};
|
|
6768
6768
|
const de_AudioWatermarkSettings = (output, context) => {
|
|
6769
6769
|
return take(output, {
|
|
6770
|
-
NielsenWatermarksSettings: (_) =>
|
|
6770
|
+
NielsenWatermarksSettings: [, (_) => de_NielsenWatermarksSettings(_, context), `nielsenWatermarksSettings`],
|
|
6771
6771
|
});
|
|
6772
6772
|
};
|
|
6773
6773
|
const de_AutomaticInputFailoverSettings = (output, context) => {
|
|
6774
6774
|
return take(output, {
|
|
6775
6775
|
ErrorClearTimeMsec: [, __expectInt32, `errorClearTimeMsec`],
|
|
6776
|
-
FailoverConditions: (_) =>
|
|
6776
|
+
FailoverConditions: [, (_) => de___listOfFailoverCondition(_, context), `failoverConditions`],
|
|
6777
6777
|
InputPreference: [, __expectString, `inputPreference`],
|
|
6778
6778
|
SecondaryInputId: [, __expectString, `secondaryInputId`],
|
|
6779
6779
|
});
|
|
6780
6780
|
};
|
|
6781
6781
|
const de_AvailBlanking = (output, context) => {
|
|
6782
6782
|
return take(output, {
|
|
6783
|
-
AvailBlankingImage: (_) =>
|
|
6783
|
+
AvailBlankingImage: [, (_) => de_InputLocation(_, context), `availBlankingImage`],
|
|
6784
6784
|
State: [, __expectString, `state`],
|
|
6785
6785
|
});
|
|
6786
6786
|
};
|
|
6787
6787
|
const de_AvailConfiguration = (output, context) => {
|
|
6788
6788
|
return take(output, {
|
|
6789
|
-
AvailSettings: (_) =>
|
|
6789
|
+
AvailSettings: [, (_) => de_AvailSettings(_, context), `availSettings`],
|
|
6790
6790
|
});
|
|
6791
6791
|
};
|
|
6792
6792
|
const de_AvailSettings = (output, context) => {
|
|
6793
6793
|
return take(output, {
|
|
6794
|
-
Esam: (_) =>
|
|
6795
|
-
Scte35SpliceInsert: (_) =>
|
|
6796
|
-
Scte35TimeSignalApos: (_) =>
|
|
6794
|
+
Esam: [, (_) => de_Esam(_, context), `esam`],
|
|
6795
|
+
Scte35SpliceInsert: [, (_) => de_Scte35SpliceInsert(_, context), `scte35SpliceInsert`],
|
|
6796
|
+
Scte35TimeSignalApos: [, (_) => de_Scte35TimeSignalApos(_, context), `scte35TimeSignalApos`],
|
|
6797
6797
|
});
|
|
6798
6798
|
};
|
|
6799
6799
|
const de_BatchFailedResultModel = (output, context) => {
|
|
@@ -6806,12 +6806,12 @@ const de_BatchFailedResultModel = (output, context) => {
|
|
|
6806
6806
|
};
|
|
6807
6807
|
const de_BatchScheduleActionCreateResult = (output, context) => {
|
|
6808
6808
|
return take(output, {
|
|
6809
|
-
ScheduleActions: (_) =>
|
|
6809
|
+
ScheduleActions: [, (_) => de___listOfScheduleAction(_, context), `scheduleActions`],
|
|
6810
6810
|
});
|
|
6811
6811
|
};
|
|
6812
6812
|
const de_BatchScheduleActionDeleteResult = (output, context) => {
|
|
6813
6813
|
return take(output, {
|
|
6814
|
-
ScheduleActions: (_) =>
|
|
6814
|
+
ScheduleActions: [, (_) => de___listOfScheduleAction(_, context), `scheduleActions`],
|
|
6815
6815
|
});
|
|
6816
6816
|
};
|
|
6817
6817
|
const de_BatchSuccessfulResultModel = (output, context) => {
|
|
@@ -6823,9 +6823,9 @@ const de_BatchSuccessfulResultModel = (output, context) => {
|
|
|
6823
6823
|
};
|
|
6824
6824
|
const de_BlackoutSlate = (output, context) => {
|
|
6825
6825
|
return take(output, {
|
|
6826
|
-
BlackoutSlateImage: (_) =>
|
|
6826
|
+
BlackoutSlateImage: [, (_) => de_InputLocation(_, context), `blackoutSlateImage`],
|
|
6827
6827
|
NetworkEndBlackout: [, __expectString, `networkEndBlackout`],
|
|
6828
|
-
NetworkEndBlackoutImage: (_) =>
|
|
6828
|
+
NetworkEndBlackoutImage: [, (_) => de_InputLocation(_, context), `networkEndBlackoutImage`],
|
|
6829
6829
|
NetworkId: [, __expectString, `networkId`],
|
|
6830
6830
|
State: [, __expectString, `state`],
|
|
6831
6831
|
});
|
|
@@ -6835,7 +6835,7 @@ const de_BurnInDestinationSettings = (output, context) => {
|
|
|
6835
6835
|
Alignment: [, __expectString, `alignment`],
|
|
6836
6836
|
BackgroundColor: [, __expectString, `backgroundColor`],
|
|
6837
6837
|
BackgroundOpacity: [, __expectInt32, `backgroundOpacity`],
|
|
6838
|
-
Font: (_) =>
|
|
6838
|
+
Font: [, (_) => de_InputLocation(_, context), `font`],
|
|
6839
6839
|
FontColor: [, __expectString, `fontColor`],
|
|
6840
6840
|
FontOpacity: [, __expectInt32, `fontOpacity`],
|
|
6841
6841
|
FontResolution: [, __expectInt32, `fontResolution`],
|
|
@@ -6855,7 +6855,7 @@ const de_CaptionDescription = (output, context) => {
|
|
|
6855
6855
|
return take(output, {
|
|
6856
6856
|
Accessibility: [, __expectString, `accessibility`],
|
|
6857
6857
|
CaptionSelectorName: [, __expectString, `captionSelectorName`],
|
|
6858
|
-
DestinationSettings: (_) =>
|
|
6858
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
6859
6859
|
LanguageCode: [, __expectString, `languageCode`],
|
|
6860
6860
|
LanguageDescription: [, __expectString, `languageDescription`],
|
|
6861
6861
|
Name: [, __expectString, `name`],
|
|
@@ -6864,9 +6864,9 @@ const de_CaptionDescription = (output, context) => {
|
|
|
6864
6864
|
const de_CaptionDestinationSettings = (output, context) => {
|
|
6865
6865
|
return take(output, {
|
|
6866
6866
|
AribDestinationSettings: [, _json, `aribDestinationSettings`],
|
|
6867
|
-
BurnInDestinationSettings: (_) =>
|
|
6868
|
-
DvbSubDestinationSettings: (_) =>
|
|
6869
|
-
EbuTtDDestinationSettings: (_) =>
|
|
6867
|
+
BurnInDestinationSettings: [, (_) => de_BurnInDestinationSettings(_, context), `burnInDestinationSettings`],
|
|
6868
|
+
DvbSubDestinationSettings: [, (_) => de_DvbSubDestinationSettings(_, context), `dvbSubDestinationSettings`],
|
|
6869
|
+
EbuTtDDestinationSettings: [, (_) => de_EbuTtDDestinationSettings(_, context), `ebuTtDDestinationSettings`],
|
|
6870
6870
|
EmbeddedDestinationSettings: [, _json, `embeddedDestinationSettings`],
|
|
6871
6871
|
EmbeddedPlusScte20DestinationSettings: [, _json, `embeddedPlusScte20DestinationSettings`],
|
|
6872
6872
|
RtmpCaptionInfoDestinationSettings: [, _json, `rtmpCaptionInfoDestinationSettings`],
|
|
@@ -6874,8 +6874,8 @@ const de_CaptionDestinationSettings = (output, context) => {
|
|
|
6874
6874
|
Scte27DestinationSettings: [, _json, `scte27DestinationSettings`],
|
|
6875
6875
|
SmpteTtDestinationSettings: [, _json, `smpteTtDestinationSettings`],
|
|
6876
6876
|
TeletextDestinationSettings: [, _json, `teletextDestinationSettings`],
|
|
6877
|
-
TtmlDestinationSettings: (_) =>
|
|
6878
|
-
WebvttDestinationSettings: (_) =>
|
|
6877
|
+
TtmlDestinationSettings: [, (_) => de_TtmlDestinationSettings(_, context), `ttmlDestinationSettings`],
|
|
6878
|
+
WebvttDestinationSettings: [, (_) => de_WebvttDestinationSettings(_, context), `webvttDestinationSettings`],
|
|
6879
6879
|
});
|
|
6880
6880
|
};
|
|
6881
6881
|
const de_CaptionLanguageMapping = (output, context) => {
|
|
@@ -6897,18 +6897,18 @@ const de_CaptionSelector = (output, context) => {
|
|
|
6897
6897
|
return take(output, {
|
|
6898
6898
|
LanguageCode: [, __expectString, `languageCode`],
|
|
6899
6899
|
Name: [, __expectString, `name`],
|
|
6900
|
-
SelectorSettings: (_) =>
|
|
6900
|
+
SelectorSettings: [, (_) => de_CaptionSelectorSettings(_, context), `selectorSettings`],
|
|
6901
6901
|
});
|
|
6902
6902
|
};
|
|
6903
6903
|
const de_CaptionSelectorSettings = (output, context) => {
|
|
6904
6904
|
return take(output, {
|
|
6905
|
-
AncillarySourceSettings: (_) =>
|
|
6905
|
+
AncillarySourceSettings: [, (_) => de_AncillarySourceSettings(_, context), `ancillarySourceSettings`],
|
|
6906
6906
|
AribSourceSettings: [, _json, `aribSourceSettings`],
|
|
6907
|
-
DvbSubSourceSettings: (_) =>
|
|
6908
|
-
EmbeddedSourceSettings: (_) =>
|
|
6909
|
-
Scte20SourceSettings: (_) =>
|
|
6910
|
-
Scte27SourceSettings: (_) =>
|
|
6911
|
-
TeletextSourceSettings: (_) =>
|
|
6907
|
+
DvbSubSourceSettings: [, (_) => de_DvbSubSourceSettings(_, context), `dvbSubSourceSettings`],
|
|
6908
|
+
EmbeddedSourceSettings: [, (_) => de_EmbeddedSourceSettings(_, context), `embeddedSourceSettings`],
|
|
6909
|
+
Scte20SourceSettings: [, (_) => de_Scte20SourceSettings(_, context), `scte20SourceSettings`],
|
|
6910
|
+
Scte27SourceSettings: [, (_) => de_Scte27SourceSettings(_, context), `scte27SourceSettings`],
|
|
6911
|
+
TeletextSourceSettings: [, (_) => de_TeletextSourceSettings(_, context), `teletextSourceSettings`],
|
|
6912
6912
|
});
|
|
6913
6913
|
};
|
|
6914
6914
|
const de_CdiInputSpecification = (output, context) => {
|
|
@@ -6919,23 +6919,23 @@ const de_CdiInputSpecification = (output, context) => {
|
|
|
6919
6919
|
const de_Channel = (output, context) => {
|
|
6920
6920
|
return take(output, {
|
|
6921
6921
|
Arn: [, __expectString, `arn`],
|
|
6922
|
-
CdiInputSpecification: (_) =>
|
|
6922
|
+
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
6923
6923
|
ChannelClass: [, __expectString, `channelClass`],
|
|
6924
|
-
Destinations: (_) =>
|
|
6925
|
-
EgressEndpoints: (_) =>
|
|
6926
|
-
EncoderSettings: (_) =>
|
|
6924
|
+
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
6925
|
+
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
6926
|
+
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
6927
6927
|
Id: [, __expectString, `id`],
|
|
6928
|
-
InputAttachments: (_) =>
|
|
6929
|
-
InputSpecification: (_) =>
|
|
6928
|
+
InputAttachments: [, (_) => de___listOfInputAttachment(_, context), `inputAttachments`],
|
|
6929
|
+
InputSpecification: [, (_) => de_InputSpecification(_, context), `inputSpecification`],
|
|
6930
6930
|
LogLevel: [, __expectString, `logLevel`],
|
|
6931
|
-
Maintenance: (_) =>
|
|
6931
|
+
Maintenance: [, (_) => de_MaintenanceStatus(_, context), `maintenance`],
|
|
6932
6932
|
Name: [, __expectString, `name`],
|
|
6933
|
-
PipelineDetails: (_) =>
|
|
6933
|
+
PipelineDetails: [, (_) => de___listOfPipelineDetail(_, context), `pipelineDetails`],
|
|
6934
6934
|
PipelinesRunningCount: [, __expectInt32, `pipelinesRunningCount`],
|
|
6935
6935
|
RoleArn: [, __expectString, `roleArn`],
|
|
6936
6936
|
State: [, __expectString, `state`],
|
|
6937
6937
|
Tags: [, _json, `tags`],
|
|
6938
|
-
Vpc: (_) =>
|
|
6938
|
+
Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`],
|
|
6939
6939
|
});
|
|
6940
6940
|
};
|
|
6941
6941
|
const de_ChannelEgressEndpoint = (output, context) => {
|
|
@@ -6946,21 +6946,21 @@ const de_ChannelEgressEndpoint = (output, context) => {
|
|
|
6946
6946
|
const de_ChannelSummary = (output, context) => {
|
|
6947
6947
|
return take(output, {
|
|
6948
6948
|
Arn: [, __expectString, `arn`],
|
|
6949
|
-
CdiInputSpecification: (_) =>
|
|
6949
|
+
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
6950
6950
|
ChannelClass: [, __expectString, `channelClass`],
|
|
6951
|
-
Destinations: (_) =>
|
|
6952
|
-
EgressEndpoints: (_) =>
|
|
6951
|
+
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
6952
|
+
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
6953
6953
|
Id: [, __expectString, `id`],
|
|
6954
|
-
InputAttachments: (_) =>
|
|
6955
|
-
InputSpecification: (_) =>
|
|
6954
|
+
InputAttachments: [, (_) => de___listOfInputAttachment(_, context), `inputAttachments`],
|
|
6955
|
+
InputSpecification: [, (_) => de_InputSpecification(_, context), `inputSpecification`],
|
|
6956
6956
|
LogLevel: [, __expectString, `logLevel`],
|
|
6957
|
-
Maintenance: (_) =>
|
|
6957
|
+
Maintenance: [, (_) => de_MaintenanceStatus(_, context), `maintenance`],
|
|
6958
6958
|
Name: [, __expectString, `name`],
|
|
6959
6959
|
PipelinesRunningCount: [, __expectInt32, `pipelinesRunningCount`],
|
|
6960
6960
|
RoleArn: [, __expectString, `roleArn`],
|
|
6961
6961
|
State: [, __expectString, `state`],
|
|
6962
6962
|
Tags: [, _json, `tags`],
|
|
6963
|
-
Vpc: (_) =>
|
|
6963
|
+
Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`],
|
|
6964
6964
|
});
|
|
6965
6965
|
};
|
|
6966
6966
|
const de_DvbNitSettings = (output, context) => {
|
|
@@ -6983,7 +6983,7 @@ const de_DvbSubDestinationSettings = (output, context) => {
|
|
|
6983
6983
|
Alignment: [, __expectString, `alignment`],
|
|
6984
6984
|
BackgroundColor: [, __expectString, `backgroundColor`],
|
|
6985
6985
|
BackgroundOpacity: [, __expectInt32, `backgroundOpacity`],
|
|
6986
|
-
Font: (_) =>
|
|
6986
|
+
Font: [, (_) => de_InputLocation(_, context), `font`],
|
|
6987
6987
|
FontColor: [, __expectString, `fontColor`],
|
|
6988
6988
|
FontOpacity: [, __expectInt32, `fontOpacity`],
|
|
6989
6989
|
FontResolution: [, __expectInt32, `fontResolution`],
|
|
@@ -7063,18 +7063,22 @@ const de_EmbeddedSourceSettings = (output, context) => {
|
|
|
7063
7063
|
};
|
|
7064
7064
|
const de_EncoderSettings = (output, context) => {
|
|
7065
7065
|
return take(output, {
|
|
7066
|
-
AudioDescriptions: (_) =>
|
|
7067
|
-
AvailBlanking: (_) =>
|
|
7068
|
-
AvailConfiguration: (_) =>
|
|
7069
|
-
BlackoutSlate: (_) =>
|
|
7070
|
-
CaptionDescriptions: (_) =>
|
|
7071
|
-
FeatureActivations: (_) =>
|
|
7072
|
-
GlobalConfiguration: (_) =>
|
|
7073
|
-
MotionGraphicsConfiguration:
|
|
7074
|
-
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
|
|
7066
|
+
AudioDescriptions: [, (_) => de___listOfAudioDescription(_, context), `audioDescriptions`],
|
|
7067
|
+
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
7068
|
+
AvailConfiguration: [, (_) => de_AvailConfiguration(_, context), `availConfiguration`],
|
|
7069
|
+
BlackoutSlate: [, (_) => de_BlackoutSlate(_, context), `blackoutSlate`],
|
|
7070
|
+
CaptionDescriptions: [, (_) => de___listOfCaptionDescription(_, context), `captionDescriptions`],
|
|
7071
|
+
FeatureActivations: [, (_) => de_FeatureActivations(_, context), `featureActivations`],
|
|
7072
|
+
GlobalConfiguration: [, (_) => de_GlobalConfiguration(_, context), `globalConfiguration`],
|
|
7073
|
+
MotionGraphicsConfiguration: [
|
|
7074
|
+
,
|
|
7075
|
+
(_) => de_MotionGraphicsConfiguration(_, context),
|
|
7076
|
+
`motionGraphicsConfiguration`,
|
|
7077
|
+
],
|
|
7078
|
+
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
7079
|
+
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
7080
|
+
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
7081
|
+
VideoDescriptions: [, (_) => de___listOfVideoDescription(_, context), `videoDescriptions`],
|
|
7078
7082
|
});
|
|
7079
7083
|
};
|
|
7080
7084
|
const de_Esam = (output, context) => {
|
|
@@ -7089,14 +7093,14 @@ const de_Esam = (output, context) => {
|
|
|
7089
7093
|
};
|
|
7090
7094
|
const de_FailoverCondition = (output, context) => {
|
|
7091
7095
|
return take(output, {
|
|
7092
|
-
FailoverConditionSettings: (_) =>
|
|
7096
|
+
FailoverConditionSettings: [, (_) => de_FailoverConditionSettings(_, context), `failoverConditionSettings`],
|
|
7093
7097
|
});
|
|
7094
7098
|
};
|
|
7095
7099
|
const de_FailoverConditionSettings = (output, context) => {
|
|
7096
7100
|
return take(output, {
|
|
7097
|
-
AudioSilenceSettings: (_) =>
|
|
7098
|
-
InputLossSettings: (_) =>
|
|
7099
|
-
VideoBlackSettings: (_) =>
|
|
7101
|
+
AudioSilenceSettings: [, (_) => de_AudioSilenceFailoverSettings(_, context), `audioSilenceSettings`],
|
|
7102
|
+
InputLossSettings: [, (_) => de_InputLossFailoverSettings(_, context), `inputLossSettings`],
|
|
7103
|
+
VideoBlackSettings: [, (_) => de_VideoBlackFailoverSettings(_, context), `videoBlackSettings`],
|
|
7100
7104
|
});
|
|
7101
7105
|
};
|
|
7102
7106
|
const de_FeatureActivations = (output, context) => {
|
|
@@ -7131,13 +7135,13 @@ const de_FollowModeScheduleActionStartSettings = (output, context) => {
|
|
|
7131
7135
|
};
|
|
7132
7136
|
const de_FrameCaptureCdnSettings = (output, context) => {
|
|
7133
7137
|
return take(output, {
|
|
7134
|
-
FrameCaptureS3Settings: (_) =>
|
|
7138
|
+
FrameCaptureS3Settings: [, (_) => de_FrameCaptureS3Settings(_, context), `frameCaptureS3Settings`],
|
|
7135
7139
|
});
|
|
7136
7140
|
};
|
|
7137
7141
|
const de_FrameCaptureGroupSettings = (output, context) => {
|
|
7138
7142
|
return take(output, {
|
|
7139
|
-
Destination: (_) =>
|
|
7140
|
-
FrameCaptureCdnSettings: (_) =>
|
|
7143
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7144
|
+
FrameCaptureCdnSettings: [, (_) => de_FrameCaptureCdnSettings(_, context), `frameCaptureCdnSettings`],
|
|
7141
7145
|
});
|
|
7142
7146
|
};
|
|
7143
7147
|
const de_FrameCaptureOutputSettings = (output, context) => {
|
|
@@ -7154,14 +7158,14 @@ const de_FrameCaptureSettings = (output, context) => {
|
|
|
7154
7158
|
return take(output, {
|
|
7155
7159
|
CaptureInterval: [, __expectInt32, `captureInterval`],
|
|
7156
7160
|
CaptureIntervalUnits: [, __expectString, `captureIntervalUnits`],
|
|
7157
|
-
TimecodeBurninSettings: (_) =>
|
|
7161
|
+
TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
|
|
7158
7162
|
});
|
|
7159
7163
|
};
|
|
7160
7164
|
const de_GlobalConfiguration = (output, context) => {
|
|
7161
7165
|
return take(output, {
|
|
7162
7166
|
InitialAudioGain: [, __expectInt32, `initialAudioGain`],
|
|
7163
7167
|
InputEndAction: [, __expectString, `inputEndAction`],
|
|
7164
|
-
InputLossBehavior: (_) =>
|
|
7168
|
+
InputLossBehavior: [, (_) => de_InputLossBehavior(_, context), `inputLossBehavior`],
|
|
7165
7169
|
OutputLockingMode: [, __expectString, `outputLockingMode`],
|
|
7166
7170
|
OutputTimingSource: [, __expectString, `outputTimingSource`],
|
|
7167
7171
|
SupportLowFramerateInputs: [, __expectString, `supportLowFramerateInputs`],
|
|
@@ -7176,7 +7180,7 @@ const de_H264ColorSpaceSettings = (output, context) => {
|
|
|
7176
7180
|
};
|
|
7177
7181
|
const de_H264FilterSettings = (output, context) => {
|
|
7178
7182
|
return take(output, {
|
|
7179
|
-
TemporalFilterSettings: (_) =>
|
|
7183
|
+
TemporalFilterSettings: [, (_) => de_TemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
7180
7184
|
});
|
|
7181
7185
|
};
|
|
7182
7186
|
const de_H264Settings = (output, context) => {
|
|
@@ -7187,9 +7191,9 @@ const de_H264Settings = (output, context) => {
|
|
|
7187
7191
|
BufFillPct: [, __expectInt32, `bufFillPct`],
|
|
7188
7192
|
BufSize: [, __expectInt32, `bufSize`],
|
|
7189
7193
|
ColorMetadata: [, __expectString, `colorMetadata`],
|
|
7190
|
-
ColorSpaceSettings: (_) =>
|
|
7194
|
+
ColorSpaceSettings: [, (_) => de_H264ColorSpaceSettings(_, context), `colorSpaceSettings`],
|
|
7191
7195
|
EntropyEncoding: [, __expectString, `entropyEncoding`],
|
|
7192
|
-
FilterSettings: (_) =>
|
|
7196
|
+
FilterSettings: [, (_) => de_H264FilterSettings(_, context), `filterSettings`],
|
|
7193
7197
|
FixedAfd: [, __expectString, `fixedAfd`],
|
|
7194
7198
|
FlickerAq: [, __expectString, `flickerAq`],
|
|
7195
7199
|
ForceFieldPictures: [, __expectString, `forceFieldPictures`],
|
|
@@ -7221,7 +7225,7 @@ const de_H264Settings = (output, context) => {
|
|
|
7221
7225
|
SubgopLength: [, __expectString, `subgopLength`],
|
|
7222
7226
|
Syntax: [, __expectString, `syntax`],
|
|
7223
7227
|
TemporalAq: [, __expectString, `temporalAq`],
|
|
7224
|
-
TimecodeBurninSettings: (_) =>
|
|
7228
|
+
TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
|
|
7225
7229
|
TimecodeInsertion: [, __expectString, `timecodeInsertion`],
|
|
7226
7230
|
});
|
|
7227
7231
|
};
|
|
@@ -7229,14 +7233,14 @@ const de_H265ColorSpaceSettings = (output, context) => {
|
|
|
7229
7233
|
return take(output, {
|
|
7230
7234
|
ColorSpacePassthroughSettings: [, _json, `colorSpacePassthroughSettings`],
|
|
7231
7235
|
DolbyVision81Settings: [, _json, `dolbyVision81Settings`],
|
|
7232
|
-
Hdr10Settings: (_) =>
|
|
7236
|
+
Hdr10Settings: [, (_) => de_Hdr10Settings(_, context), `hdr10Settings`],
|
|
7233
7237
|
Rec601Settings: [, _json, `rec601Settings`],
|
|
7234
7238
|
Rec709Settings: [, _json, `rec709Settings`],
|
|
7235
7239
|
});
|
|
7236
7240
|
};
|
|
7237
7241
|
const de_H265FilterSettings = (output, context) => {
|
|
7238
7242
|
return take(output, {
|
|
7239
|
-
TemporalFilterSettings: (_) =>
|
|
7243
|
+
TemporalFilterSettings: [, (_) => de_TemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
7240
7244
|
});
|
|
7241
7245
|
};
|
|
7242
7246
|
const de_H265Settings = (output, context) => {
|
|
@@ -7247,8 +7251,8 @@ const de_H265Settings = (output, context) => {
|
|
|
7247
7251
|
Bitrate: [, __expectInt32, `bitrate`],
|
|
7248
7252
|
BufSize: [, __expectInt32, `bufSize`],
|
|
7249
7253
|
ColorMetadata: [, __expectString, `colorMetadata`],
|
|
7250
|
-
ColorSpaceSettings: (_) =>
|
|
7251
|
-
FilterSettings: (_) =>
|
|
7254
|
+
ColorSpaceSettings: [, (_) => de_H265ColorSpaceSettings(_, context), `colorSpaceSettings`],
|
|
7255
|
+
FilterSettings: [, (_) => de_H265FilterSettings(_, context), `filterSettings`],
|
|
7252
7256
|
FixedAfd: [, __expectString, `fixedAfd`],
|
|
7253
7257
|
FlickerAq: [, __expectString, `flickerAq`],
|
|
7254
7258
|
FramerateDenominator: [, __expectInt32, `framerateDenominator`],
|
|
@@ -7269,7 +7273,7 @@ const de_H265Settings = (output, context) => {
|
|
|
7269
7273
|
SceneChangeDetect: [, __expectString, `sceneChangeDetect`],
|
|
7270
7274
|
Slices: [, __expectInt32, `slices`],
|
|
7271
7275
|
Tier: [, __expectString, `tier`],
|
|
7272
|
-
TimecodeBurninSettings: (_) =>
|
|
7276
|
+
TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
|
|
7273
7277
|
TimecodeInsertion: [, __expectString, `timecodeInsertion`],
|
|
7274
7278
|
});
|
|
7275
7279
|
};
|
|
@@ -7300,11 +7304,11 @@ const de_HlsBasicPutSettings = (output, context) => {
|
|
|
7300
7304
|
};
|
|
7301
7305
|
const de_HlsCdnSettings = (output, context) => {
|
|
7302
7306
|
return take(output, {
|
|
7303
|
-
HlsAkamaiSettings: (_) =>
|
|
7304
|
-
HlsBasicPutSettings: (_) =>
|
|
7305
|
-
HlsMediaStoreSettings: (_) =>
|
|
7306
|
-
HlsS3Settings: (_) =>
|
|
7307
|
-
HlsWebdavSettings: (_) =>
|
|
7307
|
+
HlsAkamaiSettings: [, (_) => de_HlsAkamaiSettings(_, context), `hlsAkamaiSettings`],
|
|
7308
|
+
HlsBasicPutSettings: [, (_) => de_HlsBasicPutSettings(_, context), `hlsBasicPutSettings`],
|
|
7309
|
+
HlsMediaStoreSettings: [, (_) => de_HlsMediaStoreSettings(_, context), `hlsMediaStoreSettings`],
|
|
7310
|
+
HlsS3Settings: [, (_) => de_HlsS3Settings(_, context), `hlsS3Settings`],
|
|
7311
|
+
HlsWebdavSettings: [, (_) => de_HlsWebdavSettings(_, context), `hlsWebdavSettings`],
|
|
7308
7312
|
});
|
|
7309
7313
|
};
|
|
7310
7314
|
const de_HlsGroupSettings = (output, context) => {
|
|
@@ -7314,16 +7318,16 @@ const de_HlsGroupSettings = (output, context) => {
|
|
|
7314
7318
|
BaseUrlContent1: [, __expectString, `baseUrlContent1`],
|
|
7315
7319
|
BaseUrlManifest: [, __expectString, `baseUrlManifest`],
|
|
7316
7320
|
BaseUrlManifest1: [, __expectString, `baseUrlManifest1`],
|
|
7317
|
-
CaptionLanguageMappings: (_) =>
|
|
7321
|
+
CaptionLanguageMappings: [, (_) => de___listOfCaptionLanguageMapping(_, context), `captionLanguageMappings`],
|
|
7318
7322
|
CaptionLanguageSetting: [, __expectString, `captionLanguageSetting`],
|
|
7319
7323
|
ClientCache: [, __expectString, `clientCache`],
|
|
7320
7324
|
CodecSpecification: [, __expectString, `codecSpecification`],
|
|
7321
7325
|
ConstantIv: [, __expectString, `constantIv`],
|
|
7322
|
-
Destination: (_) =>
|
|
7326
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7323
7327
|
DirectoryStructure: [, __expectString, `directoryStructure`],
|
|
7324
7328
|
DiscontinuityTags: [, __expectString, `discontinuityTags`],
|
|
7325
7329
|
EncryptionType: [, __expectString, `encryptionType`],
|
|
7326
|
-
HlsCdnSettings: (_) =>
|
|
7330
|
+
HlsCdnSettings: [, (_) => de_HlsCdnSettings(_, context), `hlsCdnSettings`],
|
|
7327
7331
|
HlsId3SegmentTagging: [, __expectString, `hlsId3SegmentTagging`],
|
|
7328
7332
|
IFrameOnlyPlaylists: [, __expectString, `iFrameOnlyPlaylists`],
|
|
7329
7333
|
IncompleteSegmentBehavior: [, __expectString, `incompleteSegmentBehavior`],
|
|
@@ -7334,7 +7338,7 @@ const de_HlsGroupSettings = (output, context) => {
|
|
|
7334
7338
|
KeepSegments: [, __expectInt32, `keepSegments`],
|
|
7335
7339
|
KeyFormat: [, __expectString, `keyFormat`],
|
|
7336
7340
|
KeyFormatVersions: [, __expectString, `keyFormatVersions`],
|
|
7337
|
-
KeyProviderSettings: (_) =>
|
|
7341
|
+
KeyProviderSettings: [, (_) => de_KeyProviderSettings(_, context), `keyProviderSettings`],
|
|
7338
7342
|
ManifestCompression: [, __expectString, `manifestCompression`],
|
|
7339
7343
|
ManifestDurationFormat: [, __expectString, `manifestDurationFormat`],
|
|
7340
7344
|
MinSegmentLength: [, __expectInt32, `minSegmentLength`],
|
|
@@ -7381,7 +7385,7 @@ const de_HlsMediaStoreSettings = (output, context) => {
|
|
|
7381
7385
|
const de_HlsOutputSettings = (output, context) => {
|
|
7382
7386
|
return take(output, {
|
|
7383
7387
|
H265PackagingType: [, __expectString, `h265PackagingType`],
|
|
7384
|
-
HlsSettings: (_) =>
|
|
7388
|
+
HlsSettings: [, (_) => de_HlsSettings(_, context), `hlsSettings`],
|
|
7385
7389
|
NameModifier: [, __expectString, `nameModifier`],
|
|
7386
7390
|
SegmentModifier: [, __expectString, `segmentModifier`],
|
|
7387
7391
|
});
|
|
@@ -7393,10 +7397,10 @@ const de_HlsS3Settings = (output, context) => {
|
|
|
7393
7397
|
};
|
|
7394
7398
|
const de_HlsSettings = (output, context) => {
|
|
7395
7399
|
return take(output, {
|
|
7396
|
-
AudioOnlyHlsSettings: (_) =>
|
|
7397
|
-
Fmp4HlsSettings: (_) =>
|
|
7400
|
+
AudioOnlyHlsSettings: [, (_) => de_AudioOnlyHlsSettings(_, context), `audioOnlyHlsSettings`],
|
|
7401
|
+
Fmp4HlsSettings: [, (_) => de_Fmp4HlsSettings(_, context), `fmp4HlsSettings`],
|
|
7398
7402
|
FrameCaptureHlsSettings: [, _json, `frameCaptureHlsSettings`],
|
|
7399
|
-
StandardHlsSettings: (_) =>
|
|
7403
|
+
StandardHlsSettings: [, (_) => de_StandardHlsSettings(_, context), `standardHlsSettings`],
|
|
7400
7404
|
});
|
|
7401
7405
|
};
|
|
7402
7406
|
const de_HlsTimedMetadataScheduleActionSettings = (output, context) => {
|
|
@@ -7417,17 +7421,17 @@ const de_Input = (output, context) => {
|
|
|
7417
7421
|
return take(output, {
|
|
7418
7422
|
Arn: [, __expectString, `arn`],
|
|
7419
7423
|
AttachedChannels: [, _json, `attachedChannels`],
|
|
7420
|
-
Destinations: (_) =>
|
|
7424
|
+
Destinations: [, (_) => de___listOfInputDestination(_, context), `destinations`],
|
|
7421
7425
|
Id: [, __expectString, `id`],
|
|
7422
7426
|
InputClass: [, __expectString, `inputClass`],
|
|
7423
|
-
InputDevices: (_) =>
|
|
7427
|
+
InputDevices: [, (_) => de___listOfInputDeviceSettings(_, context), `inputDevices`],
|
|
7424
7428
|
InputPartnerIds: [, _json, `inputPartnerIds`],
|
|
7425
7429
|
InputSourceType: [, __expectString, `inputSourceType`],
|
|
7426
|
-
MediaConnectFlows: (_) =>
|
|
7430
|
+
MediaConnectFlows: [, (_) => de___listOfMediaConnectFlow(_, context), `mediaConnectFlows`],
|
|
7427
7431
|
Name: [, __expectString, `name`],
|
|
7428
7432
|
RoleArn: [, __expectString, `roleArn`],
|
|
7429
7433
|
SecurityGroups: [, _json, `securityGroups`],
|
|
7430
|
-
Sources: (_) =>
|
|
7434
|
+
Sources: [, (_) => de___listOfInputSource(_, context), `sources`],
|
|
7431
7435
|
State: [, __expectString, `state`],
|
|
7432
7436
|
Tags: [, _json, `tags`],
|
|
7433
7437
|
Type: [, __expectString, `type`],
|
|
@@ -7435,14 +7439,14 @@ const de_Input = (output, context) => {
|
|
|
7435
7439
|
};
|
|
7436
7440
|
const de_InputAttachment = (output, context) => {
|
|
7437
7441
|
return take(output, {
|
|
7438
|
-
AutomaticInputFailoverSettings:
|
|
7442
|
+
AutomaticInputFailoverSettings: [
|
|
7439
7443
|
,
|
|
7440
|
-
de_AutomaticInputFailoverSettings(_, context),
|
|
7444
|
+
(_) => de_AutomaticInputFailoverSettings(_, context),
|
|
7441
7445
|
`automaticInputFailoverSettings`,
|
|
7442
7446
|
],
|
|
7443
7447
|
InputAttachmentName: [, __expectString, `inputAttachmentName`],
|
|
7444
7448
|
InputId: [, __expectString, `inputId`],
|
|
7445
|
-
InputSettings: (_) =>
|
|
7449
|
+
InputSettings: [, (_) => de_InputSettings(_, context), `inputSettings`],
|
|
7446
7450
|
});
|
|
7447
7451
|
};
|
|
7448
7452
|
const de_InputChannelLevel = (output, context) => {
|
|
@@ -7454,8 +7458,8 @@ const de_InputChannelLevel = (output, context) => {
|
|
|
7454
7458
|
const de_InputClippingSettings = (output, context) => {
|
|
7455
7459
|
return take(output, {
|
|
7456
7460
|
InputTimecodeSource: [, __expectString, `inputTimecodeSource`],
|
|
7457
|
-
StartTimecode: (_) =>
|
|
7458
|
-
StopTimecode: (_) =>
|
|
7461
|
+
StartTimecode: [, (_) => de_StartTimecode(_, context), `startTimecode`],
|
|
7462
|
+
StopTimecode: [, (_) => de_StopTimecode(_, context), `stopTimecode`],
|
|
7459
7463
|
});
|
|
7460
7464
|
};
|
|
7461
7465
|
const de_InputDestination = (output, context) => {
|
|
@@ -7463,7 +7467,7 @@ const de_InputDestination = (output, context) => {
|
|
|
7463
7467
|
Ip: [, __expectString, `ip`],
|
|
7464
7468
|
Port: [, __expectString, `port`],
|
|
7465
7469
|
Url: [, __expectString, `url`],
|
|
7466
|
-
Vpc: (_) =>
|
|
7470
|
+
Vpc: [, (_) => de_InputDestinationVpc(_, context), `vpc`],
|
|
7467
7471
|
});
|
|
7468
7472
|
};
|
|
7469
7473
|
const de_InputDestinationVpc = (output, context) => {
|
|
@@ -7505,15 +7509,15 @@ const de_InputDeviceSummary = (output, context) => {
|
|
|
7505
7509
|
ConnectionState: [, __expectString, `connectionState`],
|
|
7506
7510
|
DeviceSettingsSyncState: [, __expectString, `deviceSettingsSyncState`],
|
|
7507
7511
|
DeviceUpdateStatus: [, __expectString, `deviceUpdateStatus`],
|
|
7508
|
-
HdDeviceSettings: (_) =>
|
|
7512
|
+
HdDeviceSettings: [, (_) => de_InputDeviceHdSettings(_, context), `hdDeviceSettings`],
|
|
7509
7513
|
Id: [, __expectString, `id`],
|
|
7510
7514
|
MacAddress: [, __expectString, `macAddress`],
|
|
7511
7515
|
Name: [, __expectString, `name`],
|
|
7512
|
-
NetworkSettings: (_) =>
|
|
7516
|
+
NetworkSettings: [, (_) => de_InputDeviceNetworkSettings(_, context), `networkSettings`],
|
|
7513
7517
|
SerialNumber: [, __expectString, `serialNumber`],
|
|
7514
7518
|
Tags: [, _json, `tags`],
|
|
7515
7519
|
Type: [, __expectString, `type`],
|
|
7516
|
-
UhdDeviceSettings: (_) =>
|
|
7520
|
+
UhdDeviceSettings: [, (_) => de_InputDeviceUhdSettings(_, context), `uhdDeviceSettings`],
|
|
7517
7521
|
});
|
|
7518
7522
|
};
|
|
7519
7523
|
const de_InputDeviceUhdSettings = (output, context) => {
|
|
@@ -7540,7 +7544,7 @@ const de_InputLossBehavior = (output, context) => {
|
|
|
7540
7544
|
return take(output, {
|
|
7541
7545
|
BlackFrameMsec: [, __expectInt32, `blackFrameMsec`],
|
|
7542
7546
|
InputLossImageColor: [, __expectString, `inputLossImageColor`],
|
|
7543
|
-
InputLossImageSlate: (_) =>
|
|
7547
|
+
InputLossImageSlate: [, (_) => de_InputLocation(_, context), `inputLossImageSlate`],
|
|
7544
7548
|
InputLossImageType: [, __expectString, `inputLossImageType`],
|
|
7545
7549
|
RepeatFrameMsec: [, __expectInt32, `repeatFrameMsec`],
|
|
7546
7550
|
});
|
|
@@ -7553,7 +7557,7 @@ const de_InputLossFailoverSettings = (output, context) => {
|
|
|
7553
7557
|
const de_InputPrepareScheduleActionSettings = (output, context) => {
|
|
7554
7558
|
return take(output, {
|
|
7555
7559
|
InputAttachmentNameReference: [, __expectString, `inputAttachmentNameReference`],
|
|
7556
|
-
InputClippingSettings: (_) =>
|
|
7560
|
+
InputClippingSettings: [, (_) => de_InputClippingSettings(_, context), `inputClippingSettings`],
|
|
7557
7561
|
UrlPath: [, _json, `urlPath`],
|
|
7558
7562
|
});
|
|
7559
7563
|
};
|
|
@@ -7564,22 +7568,22 @@ const de_InputSecurityGroup = (output, context) => {
|
|
|
7564
7568
|
Inputs: [, _json, `inputs`],
|
|
7565
7569
|
State: [, __expectString, `state`],
|
|
7566
7570
|
Tags: [, _json, `tags`],
|
|
7567
|
-
WhitelistRules: (_) =>
|
|
7571
|
+
WhitelistRules: [, (_) => de___listOfInputWhitelistRule(_, context), `whitelistRules`],
|
|
7568
7572
|
});
|
|
7569
7573
|
};
|
|
7570
7574
|
const de_InputSettings = (output, context) => {
|
|
7571
7575
|
return take(output, {
|
|
7572
|
-
AudioSelectors: (_) =>
|
|
7573
|
-
CaptionSelectors: (_) =>
|
|
7576
|
+
AudioSelectors: [, (_) => de___listOfAudioSelector(_, context), `audioSelectors`],
|
|
7577
|
+
CaptionSelectors: [, (_) => de___listOfCaptionSelector(_, context), `captionSelectors`],
|
|
7574
7578
|
DeblockFilter: [, __expectString, `deblockFilter`],
|
|
7575
7579
|
DenoiseFilter: [, __expectString, `denoiseFilter`],
|
|
7576
7580
|
FilterStrength: [, __expectInt32, `filterStrength`],
|
|
7577
7581
|
InputFilter: [, __expectString, `inputFilter`],
|
|
7578
|
-
NetworkInputSettings: (_) =>
|
|
7582
|
+
NetworkInputSettings: [, (_) => de_NetworkInputSettings(_, context), `networkInputSettings`],
|
|
7579
7583
|
Scte35Pid: [, __expectInt32, `scte35Pid`],
|
|
7580
7584
|
Smpte2038DataPreference: [, __expectString, `smpte2038DataPreference`],
|
|
7581
7585
|
SourceEndBehavior: [, __expectString, `sourceEndBehavior`],
|
|
7582
|
-
VideoSelector: (_) =>
|
|
7586
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
7583
7587
|
});
|
|
7584
7588
|
};
|
|
7585
7589
|
const de_InputSource = (output, context) => {
|
|
@@ -7599,7 +7603,7 @@ const de_InputSpecification = (output, context) => {
|
|
|
7599
7603
|
const de_InputSwitchScheduleActionSettings = (output, context) => {
|
|
7600
7604
|
return take(output, {
|
|
7601
7605
|
InputAttachmentNameReference: [, __expectString, `inputAttachmentNameReference`],
|
|
7602
|
-
InputClippingSettings: (_) =>
|
|
7606
|
+
InputClippingSettings: [, (_) => de_InputClippingSettings(_, context), `inputClippingSettings`],
|
|
7603
7607
|
UrlPath: [, _json, `urlPath`],
|
|
7604
7608
|
});
|
|
7605
7609
|
};
|
|
@@ -7610,7 +7614,7 @@ const de_InputWhitelistRule = (output, context) => {
|
|
|
7610
7614
|
};
|
|
7611
7615
|
const de_KeyProviderSettings = (output, context) => {
|
|
7612
7616
|
return take(output, {
|
|
7613
|
-
StaticKeySettings: (_) =>
|
|
7617
|
+
StaticKeySettings: [, (_) => de_StaticKeySettings(_, context), `staticKeySettings`],
|
|
7614
7618
|
});
|
|
7615
7619
|
};
|
|
7616
7620
|
const de_M2tsSettings = (output, context) => {
|
|
@@ -7626,10 +7630,10 @@ const de_M2tsSettings = (output, context) => {
|
|
|
7626
7630
|
Bitrate: [, __expectInt32, `bitrate`],
|
|
7627
7631
|
BufferModel: [, __expectString, `bufferModel`],
|
|
7628
7632
|
CcDescriptor: [, __expectString, `ccDescriptor`],
|
|
7629
|
-
DvbNitSettings: (_) =>
|
|
7630
|
-
DvbSdtSettings: (_) =>
|
|
7633
|
+
DvbNitSettings: [, (_) => de_DvbNitSettings(_, context), `dvbNitSettings`],
|
|
7634
|
+
DvbSdtSettings: [, (_) => de_DvbSdtSettings(_, context), `dvbSdtSettings`],
|
|
7631
7635
|
DvbSubPids: [, __expectString, `dvbSubPids`],
|
|
7632
|
-
DvbTdtSettings: (_) =>
|
|
7636
|
+
DvbTdtSettings: [, (_) => de_DvbTdtSettings(_, context), `dvbTdtSettings`],
|
|
7633
7637
|
DvbTeletextPid: [, __expectString, `dvbTeletextPid`],
|
|
7634
7638
|
Ebif: [, __expectString, `ebif`],
|
|
7635
7639
|
EbpAudioInterval: [, __expectString, `ebpAudioInterval`],
|
|
@@ -7701,7 +7705,7 @@ const de_MediaConnectFlow = (output, context) => {
|
|
|
7701
7705
|
};
|
|
7702
7706
|
const de_MediaPackageGroupSettings = (output, context) => {
|
|
7703
7707
|
return take(output, {
|
|
7704
|
-
Destination: (_) =>
|
|
7708
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7705
7709
|
});
|
|
7706
7710
|
};
|
|
7707
7711
|
const de_MediaPackageOutputDestinationSettings = (output, context) => {
|
|
@@ -7720,7 +7724,7 @@ const de_MotionGraphicsActivateScheduleActionSettings = (output, context) => {
|
|
|
7720
7724
|
const de_MotionGraphicsConfiguration = (output, context) => {
|
|
7721
7725
|
return take(output, {
|
|
7722
7726
|
MotionGraphicsInsertion: [, __expectString, `motionGraphicsInsertion`],
|
|
7723
|
-
MotionGraphicsSettings: (_) =>
|
|
7727
|
+
MotionGraphicsSettings: [, (_) => de_MotionGraphicsSettings(_, context), `motionGraphicsSettings`],
|
|
7724
7728
|
});
|
|
7725
7729
|
};
|
|
7726
7730
|
const de_MotionGraphicsSettings = (output, context) => {
|
|
@@ -7737,7 +7741,7 @@ const de_Mp2Settings = (output, context) => {
|
|
|
7737
7741
|
};
|
|
7738
7742
|
const de_Mpeg2FilterSettings = (output, context) => {
|
|
7739
7743
|
return take(output, {
|
|
7740
|
-
TemporalFilterSettings: (_) =>
|
|
7744
|
+
TemporalFilterSettings: [, (_) => de_TemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
7741
7745
|
});
|
|
7742
7746
|
};
|
|
7743
7747
|
const de_Mpeg2Settings = (output, context) => {
|
|
@@ -7747,7 +7751,7 @@ const de_Mpeg2Settings = (output, context) => {
|
|
|
7747
7751
|
ColorMetadata: [, __expectString, `colorMetadata`],
|
|
7748
7752
|
ColorSpace: [, __expectString, `colorSpace`],
|
|
7749
7753
|
DisplayAspectRatio: [, __expectString, `displayAspectRatio`],
|
|
7750
|
-
FilterSettings: (_) =>
|
|
7754
|
+
FilterSettings: [, (_) => de_Mpeg2FilterSettings(_, context), `filterSettings`],
|
|
7751
7755
|
FixedAfd: [, __expectString, `fixedAfd`],
|
|
7752
7756
|
FramerateDenominator: [, __expectInt32, `framerateDenominator`],
|
|
7753
7757
|
FramerateNumerator: [, __expectInt32, `framerateNumerator`],
|
|
@@ -7757,7 +7761,7 @@ const de_Mpeg2Settings = (output, context) => {
|
|
|
7757
7761
|
GopSizeUnits: [, __expectString, `gopSizeUnits`],
|
|
7758
7762
|
ScanType: [, __expectString, `scanType`],
|
|
7759
7763
|
SubgopLength: [, __expectString, `subgopLength`],
|
|
7760
|
-
TimecodeBurninSettings: (_) =>
|
|
7764
|
+
TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
|
|
7761
7765
|
TimecodeInsertion: [, __expectString, `timecodeInsertion`],
|
|
7762
7766
|
});
|
|
7763
7767
|
};
|
|
@@ -7767,7 +7771,7 @@ const de_MsSmoothGroupSettings = (output, context) => {
|
|
|
7767
7771
|
AudioOnlyTimecodeControl: [, __expectString, `audioOnlyTimecodeControl`],
|
|
7768
7772
|
CertificateMode: [, __expectString, `certificateMode`],
|
|
7769
7773
|
ConnectionRetryInterval: [, __expectInt32, `connectionRetryInterval`],
|
|
7770
|
-
Destination: (_) =>
|
|
7774
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7771
7775
|
EventId: [, __expectString, `eventId`],
|
|
7772
7776
|
EventIdMode: [, __expectString, `eventIdMode`],
|
|
7773
7777
|
EventStopBehavior: [, __expectString, `eventStopBehavior`],
|
|
@@ -7794,9 +7798,9 @@ const de_Multiplex = (output, context) => {
|
|
|
7794
7798
|
return take(output, {
|
|
7795
7799
|
Arn: [, __expectString, `arn`],
|
|
7796
7800
|
AvailabilityZones: [, _json, `availabilityZones`],
|
|
7797
|
-
Destinations: (_) =>
|
|
7801
|
+
Destinations: [, (_) => de___listOfMultiplexOutputDestination(_, context), `destinations`],
|
|
7798
7802
|
Id: [, __expectString, `id`],
|
|
7799
|
-
MultiplexSettings: (_) =>
|
|
7803
|
+
MultiplexSettings: [, (_) => de_MultiplexSettings(_, context), `multiplexSettings`],
|
|
7800
7804
|
Name: [, __expectString, `name`],
|
|
7801
7805
|
PipelinesRunningCount: [, __expectInt32, `pipelinesRunningCount`],
|
|
7802
7806
|
ProgramCount: [, __expectInt32, `programCount`],
|
|
@@ -7811,24 +7815,24 @@ const de_MultiplexMediaConnectOutputDestinationSettings = (output, context) => {
|
|
|
7811
7815
|
};
|
|
7812
7816
|
const de_MultiplexOutputDestination = (output, context) => {
|
|
7813
7817
|
return take(output, {
|
|
7814
|
-
MediaConnectSettings:
|
|
7818
|
+
MediaConnectSettings: [
|
|
7815
7819
|
,
|
|
7816
|
-
de_MultiplexMediaConnectOutputDestinationSettings(_, context),
|
|
7820
|
+
(_) => de_MultiplexMediaConnectOutputDestinationSettings(_, context),
|
|
7817
7821
|
`mediaConnectSettings`,
|
|
7818
7822
|
],
|
|
7819
7823
|
});
|
|
7820
7824
|
};
|
|
7821
7825
|
const de_MultiplexOutputSettings = (output, context) => {
|
|
7822
7826
|
return take(output, {
|
|
7823
|
-
Destination: (_) =>
|
|
7827
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7824
7828
|
});
|
|
7825
7829
|
};
|
|
7826
7830
|
const de_MultiplexProgram = (output, context) => {
|
|
7827
7831
|
return take(output, {
|
|
7828
7832
|
ChannelId: [, __expectString, `channelId`],
|
|
7829
|
-
MultiplexProgramSettings: (_) =>
|
|
7830
|
-
PacketIdentifiersMap: (_) =>
|
|
7831
|
-
PipelineDetails: (_) =>
|
|
7833
|
+
MultiplexProgramSettings: [, (_) => de_MultiplexProgramSettings(_, context), `multiplexProgramSettings`],
|
|
7834
|
+
PacketIdentifiersMap: [, (_) => de_MultiplexProgramPacketIdentifiersMap(_, context), `packetIdentifiersMap`],
|
|
7835
|
+
PipelineDetails: [, (_) => de___listOfMultiplexProgramPipelineDetail(_, context), `pipelineDetails`],
|
|
7832
7836
|
ProgramName: [, __expectString, `programName`],
|
|
7833
7837
|
});
|
|
7834
7838
|
};
|
|
@@ -7871,8 +7875,8 @@ const de_MultiplexProgramSettings = (output, context) => {
|
|
|
7871
7875
|
return take(output, {
|
|
7872
7876
|
PreferredChannelPipeline: [, __expectString, `preferredChannelPipeline`],
|
|
7873
7877
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
7874
|
-
ServiceDescriptor: (_) =>
|
|
7875
|
-
VideoSettings: (_) =>
|
|
7878
|
+
ServiceDescriptor: [, (_) => de_MultiplexProgramServiceDescriptor(_, context), `serviceDescriptor`],
|
|
7879
|
+
VideoSettings: [, (_) => de_MultiplexVideoSettings(_, context), `videoSettings`],
|
|
7876
7880
|
});
|
|
7877
7881
|
};
|
|
7878
7882
|
const de_MultiplexProgramSummary = (output, context) => {
|
|
@@ -7906,7 +7910,7 @@ const de_MultiplexSummary = (output, context) => {
|
|
|
7906
7910
|
Arn: [, __expectString, `arn`],
|
|
7907
7911
|
AvailabilityZones: [, _json, `availabilityZones`],
|
|
7908
7912
|
Id: [, __expectString, `id`],
|
|
7909
|
-
MultiplexSettings: (_) =>
|
|
7913
|
+
MultiplexSettings: [, (_) => de_MultiplexSettingsSummary(_, context), `multiplexSettings`],
|
|
7910
7914
|
Name: [, __expectString, `name`],
|
|
7911
7915
|
PipelinesRunningCount: [, __expectInt32, `pipelinesRunningCount`],
|
|
7912
7916
|
ProgramCount: [, __expectInt32, `programCount`],
|
|
@@ -7917,12 +7921,12 @@ const de_MultiplexSummary = (output, context) => {
|
|
|
7917
7921
|
const de_MultiplexVideoSettings = (output, context) => {
|
|
7918
7922
|
return take(output, {
|
|
7919
7923
|
ConstantBitrate: [, __expectInt32, `constantBitrate`],
|
|
7920
|
-
StatmuxSettings: (_) =>
|
|
7924
|
+
StatmuxSettings: [, (_) => de_MultiplexStatmuxVideoSettings(_, context), `statmuxSettings`],
|
|
7921
7925
|
});
|
|
7922
7926
|
};
|
|
7923
7927
|
const de_NetworkInputSettings = (output, context) => {
|
|
7924
7928
|
return take(output, {
|
|
7925
|
-
HlsInputSettings: (_) =>
|
|
7929
|
+
HlsInputSettings: [, (_) => de_HlsInputSettings(_, context), `hlsInputSettings`],
|
|
7926
7930
|
ServerValidation: [, __expectString, `serverValidation`],
|
|
7927
7931
|
});
|
|
7928
7932
|
};
|
|
@@ -7948,9 +7952,9 @@ const de_NielsenNaesIiNw = (output, context) => {
|
|
|
7948
7952
|
};
|
|
7949
7953
|
const de_NielsenWatermarksSettings = (output, context) => {
|
|
7950
7954
|
return take(output, {
|
|
7951
|
-
NielsenCbetSettings: (_) =>
|
|
7955
|
+
NielsenCbetSettings: [, (_) => de_NielsenCBET(_, context), `nielsenCbetSettings`],
|
|
7952
7956
|
NielsenDistributionType: [, __expectString, `nielsenDistributionType`],
|
|
7953
|
-
NielsenNaesIiNwSettings: (_) =>
|
|
7957
|
+
NielsenNaesIiNwSettings: [, (_) => de_NielsenNaesIiNw(_, context), `nielsenNaesIiNwSettings`],
|
|
7954
7958
|
});
|
|
7955
7959
|
};
|
|
7956
7960
|
const de_Offering = (output, context) => {
|
|
@@ -7964,7 +7968,7 @@ const de_Offering = (output, context) => {
|
|
|
7964
7968
|
OfferingId: [, __expectString, `offeringId`],
|
|
7965
7969
|
OfferingType: [, __expectString, `offeringType`],
|
|
7966
7970
|
Region: [, __expectString, `region`],
|
|
7967
|
-
ResourceSpecification: (_) =>
|
|
7971
|
+
ResourceSpecification: [, (_) => de_ReservationResourceSpecification(_, context), `resourceSpecification`],
|
|
7968
7972
|
UsagePrice: [, __limitedParseDouble, `usagePrice`],
|
|
7969
7973
|
});
|
|
7970
7974
|
};
|
|
@@ -7973,20 +7977,20 @@ const de_Output = (output, context) => {
|
|
|
7973
7977
|
AudioDescriptionNames: [, _json, `audioDescriptionNames`],
|
|
7974
7978
|
CaptionDescriptionNames: [, _json, `captionDescriptionNames`],
|
|
7975
7979
|
OutputName: [, __expectString, `outputName`],
|
|
7976
|
-
OutputSettings: (_) =>
|
|
7980
|
+
OutputSettings: [, (_) => de_OutputSettings(_, context), `outputSettings`],
|
|
7977
7981
|
VideoDescriptionName: [, __expectString, `videoDescriptionName`],
|
|
7978
7982
|
});
|
|
7979
7983
|
};
|
|
7980
7984
|
const de_OutputDestination = (output, context) => {
|
|
7981
7985
|
return take(output, {
|
|
7982
7986
|
Id: [, __expectString, `id`],
|
|
7983
|
-
MediaPackageSettings:
|
|
7987
|
+
MediaPackageSettings: [
|
|
7984
7988
|
,
|
|
7985
|
-
de___listOfMediaPackageOutputDestinationSettings(_, context),
|
|
7989
|
+
(_) => de___listOfMediaPackageOutputDestinationSettings(_, context),
|
|
7986
7990
|
`mediaPackageSettings`,
|
|
7987
7991
|
],
|
|
7988
|
-
MultiplexSettings: (_) =>
|
|
7989
|
-
Settings: (_) =>
|
|
7992
|
+
MultiplexSettings: [, (_) => de_MultiplexProgramChannelDestinationSettings(_, context), `multiplexSettings`],
|
|
7993
|
+
Settings: [, (_) => de___listOfOutputDestinationSettings(_, context), `settings`],
|
|
7990
7994
|
});
|
|
7991
7995
|
};
|
|
7992
7996
|
const de_OutputDestinationSettings = (output, context) => {
|
|
@@ -8000,20 +8004,20 @@ const de_OutputDestinationSettings = (output, context) => {
|
|
|
8000
8004
|
const de_OutputGroup = (output, context) => {
|
|
8001
8005
|
return take(output, {
|
|
8002
8006
|
Name: [, __expectString, `name`],
|
|
8003
|
-
OutputGroupSettings: (_) =>
|
|
8004
|
-
Outputs: (_) =>
|
|
8007
|
+
OutputGroupSettings: [, (_) => de_OutputGroupSettings(_, context), `outputGroupSettings`],
|
|
8008
|
+
Outputs: [, (_) => de___listOfOutput(_, context), `outputs`],
|
|
8005
8009
|
});
|
|
8006
8010
|
};
|
|
8007
8011
|
const de_OutputGroupSettings = (output, context) => {
|
|
8008
8012
|
return take(output, {
|
|
8009
|
-
ArchiveGroupSettings: (_) =>
|
|
8010
|
-
FrameCaptureGroupSettings: (_) =>
|
|
8011
|
-
HlsGroupSettings: (_) =>
|
|
8012
|
-
MediaPackageGroupSettings: (_) =>
|
|
8013
|
-
MsSmoothGroupSettings: (_) =>
|
|
8013
|
+
ArchiveGroupSettings: [, (_) => de_ArchiveGroupSettings(_, context), `archiveGroupSettings`],
|
|
8014
|
+
FrameCaptureGroupSettings: [, (_) => de_FrameCaptureGroupSettings(_, context), `frameCaptureGroupSettings`],
|
|
8015
|
+
HlsGroupSettings: [, (_) => de_HlsGroupSettings(_, context), `hlsGroupSettings`],
|
|
8016
|
+
MediaPackageGroupSettings: [, (_) => de_MediaPackageGroupSettings(_, context), `mediaPackageGroupSettings`],
|
|
8017
|
+
MsSmoothGroupSettings: [, (_) => de_MsSmoothGroupSettings(_, context), `msSmoothGroupSettings`],
|
|
8014
8018
|
MultiplexGroupSettings: [, _json, `multiplexGroupSettings`],
|
|
8015
|
-
RtmpGroupSettings: (_) =>
|
|
8016
|
-
UdpGroupSettings: (_) =>
|
|
8019
|
+
RtmpGroupSettings: [, (_) => de_RtmpGroupSettings(_, context), `rtmpGroupSettings`],
|
|
8020
|
+
UdpGroupSettings: [, (_) => de_UdpGroupSettings(_, context), `udpGroupSettings`],
|
|
8017
8021
|
});
|
|
8018
8022
|
};
|
|
8019
8023
|
const de_OutputLocationRef = (output, context) => {
|
|
@@ -8023,19 +8027,19 @@ const de_OutputLocationRef = (output, context) => {
|
|
|
8023
8027
|
};
|
|
8024
8028
|
const de_OutputSettings = (output, context) => {
|
|
8025
8029
|
return take(output, {
|
|
8026
|
-
ArchiveOutputSettings: (_) =>
|
|
8027
|
-
FrameCaptureOutputSettings: (_) =>
|
|
8028
|
-
HlsOutputSettings: (_) =>
|
|
8030
|
+
ArchiveOutputSettings: [, (_) => de_ArchiveOutputSettings(_, context), `archiveOutputSettings`],
|
|
8031
|
+
FrameCaptureOutputSettings: [, (_) => de_FrameCaptureOutputSettings(_, context), `frameCaptureOutputSettings`],
|
|
8032
|
+
HlsOutputSettings: [, (_) => de_HlsOutputSettings(_, context), `hlsOutputSettings`],
|
|
8029
8033
|
MediaPackageOutputSettings: [, _json, `mediaPackageOutputSettings`],
|
|
8030
|
-
MsSmoothOutputSettings: (_) =>
|
|
8031
|
-
MultiplexOutputSettings: (_) =>
|
|
8032
|
-
RtmpOutputSettings: (_) =>
|
|
8033
|
-
UdpOutputSettings: (_) =>
|
|
8034
|
+
MsSmoothOutputSettings: [, (_) => de_MsSmoothOutputSettings(_, context), `msSmoothOutputSettings`],
|
|
8035
|
+
MultiplexOutputSettings: [, (_) => de_MultiplexOutputSettings(_, context), `multiplexOutputSettings`],
|
|
8036
|
+
RtmpOutputSettings: [, (_) => de_RtmpOutputSettings(_, context), `rtmpOutputSettings`],
|
|
8037
|
+
UdpOutputSettings: [, (_) => de_UdpOutputSettings(_, context), `udpOutputSettings`],
|
|
8034
8038
|
});
|
|
8035
8039
|
};
|
|
8036
8040
|
const de_PauseStateScheduleActionSettings = (output, context) => {
|
|
8037
8041
|
return take(output, {
|
|
8038
|
-
Pipelines: (_) =>
|
|
8042
|
+
Pipelines: [, (_) => de___listOfPipelinePauseStateSettings(_, context), `pipelines`],
|
|
8039
8043
|
});
|
|
8040
8044
|
};
|
|
8041
8045
|
const de_PipelineDetail = (output, context) => {
|
|
@@ -8054,7 +8058,7 @@ const de_PipelinePauseStateSettings = (output, context) => {
|
|
|
8054
8058
|
};
|
|
8055
8059
|
const de_RemixSettings = (output, context) => {
|
|
8056
8060
|
return take(output, {
|
|
8057
|
-
ChannelMappings: (_) =>
|
|
8061
|
+
ChannelMappings: [, (_) => de___listOfAudioChannelMapping(_, context), `channelMappings`],
|
|
8058
8062
|
ChannelsIn: [, __expectInt32, `channelsIn`],
|
|
8059
8063
|
ChannelsOut: [, __expectInt32, `channelsOut`],
|
|
8060
8064
|
});
|
|
@@ -8079,9 +8083,9 @@ const de_Reservation = (output, context) => {
|
|
|
8079
8083
|
OfferingId: [, __expectString, `offeringId`],
|
|
8080
8084
|
OfferingType: [, __expectString, `offeringType`],
|
|
8081
8085
|
Region: [, __expectString, `region`],
|
|
8082
|
-
RenewalSettings: (_) =>
|
|
8086
|
+
RenewalSettings: [, (_) => de_RenewalSettings(_, context), `renewalSettings`],
|
|
8083
8087
|
ReservationId: [, __expectString, `reservationId`],
|
|
8084
|
-
ResourceSpecification: (_) =>
|
|
8088
|
+
ResourceSpecification: [, (_) => de_ReservationResourceSpecification(_, context), `resourceSpecification`],
|
|
8085
8089
|
Start: [, __expectString, `start`],
|
|
8086
8090
|
State: [, __expectString, `state`],
|
|
8087
8091
|
Tags: [, _json, `tags`],
|
|
@@ -8115,76 +8119,80 @@ const de_RtmpOutputSettings = (output, context) => {
|
|
|
8115
8119
|
return take(output, {
|
|
8116
8120
|
CertificateMode: [, __expectString, `certificateMode`],
|
|
8117
8121
|
ConnectionRetryInterval: [, __expectInt32, `connectionRetryInterval`],
|
|
8118
|
-
Destination: (_) =>
|
|
8122
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
8119
8123
|
NumRetries: [, __expectInt32, `numRetries`],
|
|
8120
8124
|
});
|
|
8121
8125
|
};
|
|
8122
8126
|
const de_ScheduleAction = (output, context) => {
|
|
8123
8127
|
return take(output, {
|
|
8124
8128
|
ActionName: [, __expectString, `actionName`],
|
|
8125
|
-
ScheduleActionSettings: (_) =>
|
|
8126
|
-
ScheduleActionStartSettings:
|
|
8129
|
+
ScheduleActionSettings: [, (_) => de_ScheduleActionSettings(_, context), `scheduleActionSettings`],
|
|
8130
|
+
ScheduleActionStartSettings: [
|
|
8131
|
+
,
|
|
8132
|
+
(_) => de_ScheduleActionStartSettings(_, context),
|
|
8133
|
+
`scheduleActionStartSettings`,
|
|
8134
|
+
],
|
|
8127
8135
|
});
|
|
8128
8136
|
};
|
|
8129
8137
|
const de_ScheduleActionSettings = (output, context) => {
|
|
8130
8138
|
return take(output, {
|
|
8131
|
-
HlsId3SegmentTaggingSettings:
|
|
8139
|
+
HlsId3SegmentTaggingSettings: [
|
|
8132
8140
|
,
|
|
8133
|
-
de_HlsId3SegmentTaggingScheduleActionSettings(_, context),
|
|
8141
|
+
(_) => de_HlsId3SegmentTaggingScheduleActionSettings(_, context),
|
|
8134
8142
|
`hlsId3SegmentTaggingSettings`,
|
|
8135
8143
|
],
|
|
8136
|
-
HlsTimedMetadataSettings:
|
|
8144
|
+
HlsTimedMetadataSettings: [
|
|
8137
8145
|
,
|
|
8138
|
-
de_HlsTimedMetadataScheduleActionSettings(_, context),
|
|
8146
|
+
(_) => de_HlsTimedMetadataScheduleActionSettings(_, context),
|
|
8139
8147
|
`hlsTimedMetadataSettings`,
|
|
8140
8148
|
],
|
|
8141
|
-
InputPrepareSettings: (_) =>
|
|
8142
|
-
InputSwitchSettings: (_) =>
|
|
8143
|
-
MotionGraphicsImageActivateSettings:
|
|
8149
|
+
InputPrepareSettings: [, (_) => de_InputPrepareScheduleActionSettings(_, context), `inputPrepareSettings`],
|
|
8150
|
+
InputSwitchSettings: [, (_) => de_InputSwitchScheduleActionSettings(_, context), `inputSwitchSettings`],
|
|
8151
|
+
MotionGraphicsImageActivateSettings: [
|
|
8144
8152
|
,
|
|
8145
|
-
de_MotionGraphicsActivateScheduleActionSettings(_, context),
|
|
8153
|
+
(_) => de_MotionGraphicsActivateScheduleActionSettings(_, context),
|
|
8146
8154
|
`motionGraphicsImageActivateSettings`,
|
|
8147
8155
|
],
|
|
8148
8156
|
MotionGraphicsImageDeactivateSettings: [, _json, `motionGraphicsImageDeactivateSettings`],
|
|
8149
|
-
PauseStateSettings: (_) =>
|
|
8150
|
-
Scte35InputSettings: (_) =>
|
|
8151
|
-
Scte35ReturnToNetworkSettings:
|
|
8157
|
+
PauseStateSettings: [, (_) => de_PauseStateScheduleActionSettings(_, context), `pauseStateSettings`],
|
|
8158
|
+
Scte35InputSettings: [, (_) => de_Scte35InputScheduleActionSettings(_, context), `scte35InputSettings`],
|
|
8159
|
+
Scte35ReturnToNetworkSettings: [
|
|
8152
8160
|
,
|
|
8153
|
-
de_Scte35ReturnToNetworkScheduleActionSettings(_, context),
|
|
8161
|
+
(_) => de_Scte35ReturnToNetworkScheduleActionSettings(_, context),
|
|
8154
8162
|
`scte35ReturnToNetworkSettings`,
|
|
8155
8163
|
],
|
|
8156
|
-
Scte35SpliceInsertSettings:
|
|
8164
|
+
Scte35SpliceInsertSettings: [
|
|
8157
8165
|
,
|
|
8158
|
-
de_Scte35SpliceInsertScheduleActionSettings(_, context),
|
|
8166
|
+
(_) => de_Scte35SpliceInsertScheduleActionSettings(_, context),
|
|
8159
8167
|
`scte35SpliceInsertSettings`,
|
|
8160
8168
|
],
|
|
8161
|
-
Scte35TimeSignalSettings:
|
|
8169
|
+
Scte35TimeSignalSettings: [
|
|
8162
8170
|
,
|
|
8163
|
-
de_Scte35TimeSignalScheduleActionSettings(_, context),
|
|
8171
|
+
(_) => de_Scte35TimeSignalScheduleActionSettings(_, context),
|
|
8164
8172
|
`scte35TimeSignalSettings`,
|
|
8165
8173
|
],
|
|
8166
|
-
StaticImageActivateSettings:
|
|
8174
|
+
StaticImageActivateSettings: [
|
|
8167
8175
|
,
|
|
8168
|
-
de_StaticImageActivateScheduleActionSettings(_, context),
|
|
8176
|
+
(_) => de_StaticImageActivateScheduleActionSettings(_, context),
|
|
8169
8177
|
`staticImageActivateSettings`,
|
|
8170
8178
|
],
|
|
8171
|
-
StaticImageDeactivateSettings:
|
|
8179
|
+
StaticImageDeactivateSettings: [
|
|
8172
8180
|
,
|
|
8173
|
-
de_StaticImageDeactivateScheduleActionSettings(_, context),
|
|
8181
|
+
(_) => de_StaticImageDeactivateScheduleActionSettings(_, context),
|
|
8174
8182
|
`staticImageDeactivateSettings`,
|
|
8175
8183
|
],
|
|
8176
8184
|
});
|
|
8177
8185
|
};
|
|
8178
8186
|
const de_ScheduleActionStartSettings = (output, context) => {
|
|
8179
8187
|
return take(output, {
|
|
8180
|
-
FixedModeScheduleActionStartSettings:
|
|
8188
|
+
FixedModeScheduleActionStartSettings: [
|
|
8181
8189
|
,
|
|
8182
|
-
de_FixedModeScheduleActionStartSettings(_, context),
|
|
8190
|
+
(_) => de_FixedModeScheduleActionStartSettings(_, context),
|
|
8183
8191
|
`fixedModeScheduleActionStartSettings`,
|
|
8184
8192
|
],
|
|
8185
|
-
FollowModeScheduleActionStartSettings:
|
|
8193
|
+
FollowModeScheduleActionStartSettings: [
|
|
8186
8194
|
,
|
|
8187
|
-
de_FollowModeScheduleActionStartSettings(_, context),
|
|
8195
|
+
(_) => de_FollowModeScheduleActionStartSettings(_, context),
|
|
8188
8196
|
`followModeScheduleActionStartSettings`,
|
|
8189
8197
|
],
|
|
8190
8198
|
ImmediateModeScheduleActionStartSettings: [, _json, `immediateModeScheduleActionStartSettings`],
|
|
@@ -8212,14 +8220,14 @@ const de_Scte35DeliveryRestrictions = (output, context) => {
|
|
|
8212
8220
|
};
|
|
8213
8221
|
const de_Scte35Descriptor = (output, context) => {
|
|
8214
8222
|
return take(output, {
|
|
8215
|
-
Scte35DescriptorSettings: (_) =>
|
|
8223
|
+
Scte35DescriptorSettings: [, (_) => de_Scte35DescriptorSettings(_, context), `scte35DescriptorSettings`],
|
|
8216
8224
|
});
|
|
8217
8225
|
};
|
|
8218
8226
|
const de_Scte35DescriptorSettings = (output, context) => {
|
|
8219
8227
|
return take(output, {
|
|
8220
|
-
SegmentationDescriptorScte35DescriptorSettings:
|
|
8228
|
+
SegmentationDescriptorScte35DescriptorSettings: [
|
|
8221
8229
|
,
|
|
8222
|
-
de_Scte35SegmentationDescriptor(_, context),
|
|
8230
|
+
(_) => de_Scte35SegmentationDescriptor(_, context),
|
|
8223
8231
|
`segmentationDescriptorScte35DescriptorSettings`,
|
|
8224
8232
|
],
|
|
8225
8233
|
});
|
|
@@ -8237,7 +8245,7 @@ const de_Scte35ReturnToNetworkScheduleActionSettings = (output, context) => {
|
|
|
8237
8245
|
};
|
|
8238
8246
|
const de_Scte35SegmentationDescriptor = (output, context) => {
|
|
8239
8247
|
return take(output, {
|
|
8240
|
-
DeliveryRestrictions: (_) =>
|
|
8248
|
+
DeliveryRestrictions: [, (_) => de_Scte35DeliveryRestrictions(_, context), `deliveryRestrictions`],
|
|
8241
8249
|
SegmentNum: [, __expectInt32, `segmentNum`],
|
|
8242
8250
|
SegmentationCancelIndicator: [, __expectString, `segmentationCancelIndicator`],
|
|
8243
8251
|
SegmentationDuration: [, __expectLong, `segmentationDuration`],
|
|
@@ -8272,13 +8280,13 @@ const de_Scte35TimeSignalApos = (output, context) => {
|
|
|
8272
8280
|
};
|
|
8273
8281
|
const de_Scte35TimeSignalScheduleActionSettings = (output, context) => {
|
|
8274
8282
|
return take(output, {
|
|
8275
|
-
Scte35Descriptors: (_) =>
|
|
8283
|
+
Scte35Descriptors: [, (_) => de___listOfScte35Descriptor(_, context), `scte35Descriptors`],
|
|
8276
8284
|
});
|
|
8277
8285
|
};
|
|
8278
8286
|
const de_StandardHlsSettings = (output, context) => {
|
|
8279
8287
|
return take(output, {
|
|
8280
8288
|
AudioRenditionSets: [, __expectString, `audioRenditionSets`],
|
|
8281
|
-
M3u8Settings: (_) =>
|
|
8289
|
+
M3u8Settings: [, (_) => de_M3u8Settings(_, context), `m3u8Settings`],
|
|
8282
8290
|
});
|
|
8283
8291
|
};
|
|
8284
8292
|
const de_StartTimecode = (output, context) => {
|
|
@@ -8292,7 +8300,7 @@ const de_StaticImageActivateScheduleActionSettings = (output, context) => {
|
|
|
8292
8300
|
FadeIn: [, __expectInt32, `fadeIn`],
|
|
8293
8301
|
FadeOut: [, __expectInt32, `fadeOut`],
|
|
8294
8302
|
Height: [, __expectInt32, `height`],
|
|
8295
|
-
Image: (_) =>
|
|
8303
|
+
Image: [, (_) => de_InputLocation(_, context), `image`],
|
|
8296
8304
|
ImageX: [, __expectInt32, `imageX`],
|
|
8297
8305
|
ImageY: [, __expectInt32, `imageY`],
|
|
8298
8306
|
Layer: [, __expectInt32, `layer`],
|
|
@@ -8308,7 +8316,7 @@ const de_StaticImageDeactivateScheduleActionSettings = (output, context) => {
|
|
|
8308
8316
|
};
|
|
8309
8317
|
const de_StaticKeySettings = (output, context) => {
|
|
8310
8318
|
return take(output, {
|
|
8311
|
-
KeyProviderServer: (_) =>
|
|
8319
|
+
KeyProviderServer: [, (_) => de_InputLocation(_, context), `keyProviderServer`],
|
|
8312
8320
|
StaticKeyValue: [, __expectString, `staticKeyValue`],
|
|
8313
8321
|
});
|
|
8314
8322
|
};
|
|
@@ -8320,7 +8328,7 @@ const de_StopTimecode = (output, context) => {
|
|
|
8320
8328
|
};
|
|
8321
8329
|
const de_TeletextSourceSettings = (output, context) => {
|
|
8322
8330
|
return take(output, {
|
|
8323
|
-
OutputRectangle: (_) =>
|
|
8331
|
+
OutputRectangle: [, (_) => de_CaptionRectangle(_, context), `outputRectangle`],
|
|
8324
8332
|
PageNumber: [, __expectString, `pageNumber`],
|
|
8325
8333
|
});
|
|
8326
8334
|
};
|
|
@@ -8358,7 +8366,7 @@ const de_TtmlDestinationSettings = (output, context) => {
|
|
|
8358
8366
|
};
|
|
8359
8367
|
const de_UdpContainerSettings = (output, context) => {
|
|
8360
8368
|
return take(output, {
|
|
8361
|
-
M2tsSettings: (_) =>
|
|
8369
|
+
M2tsSettings: [, (_) => de_M2tsSettings(_, context), `m2tsSettings`],
|
|
8362
8370
|
});
|
|
8363
8371
|
};
|
|
8364
8372
|
const de_UdpGroupSettings = (output, context) => {
|
|
@@ -8371,9 +8379,9 @@ const de_UdpGroupSettings = (output, context) => {
|
|
|
8371
8379
|
const de_UdpOutputSettings = (output, context) => {
|
|
8372
8380
|
return take(output, {
|
|
8373
8381
|
BufferMsec: [, __expectInt32, `bufferMsec`],
|
|
8374
|
-
ContainerSettings: (_) =>
|
|
8375
|
-
Destination: (_) =>
|
|
8376
|
-
FecOutputSettings: (_) =>
|
|
8382
|
+
ContainerSettings: [, (_) => de_UdpContainerSettings(_, context), `containerSettings`],
|
|
8383
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
8384
|
+
FecOutputSettings: [, (_) => de_FecOutputSettings(_, context), `fecOutputSettings`],
|
|
8377
8385
|
});
|
|
8378
8386
|
};
|
|
8379
8387
|
const de_ValidationError = (output, context) => {
|
|
@@ -8390,15 +8398,15 @@ const de_VideoBlackFailoverSettings = (output, context) => {
|
|
|
8390
8398
|
};
|
|
8391
8399
|
const de_VideoCodecSettings = (output, context) => {
|
|
8392
8400
|
return take(output, {
|
|
8393
|
-
FrameCaptureSettings: (_) =>
|
|
8394
|
-
H264Settings: (_) =>
|
|
8395
|
-
H265Settings: (_) =>
|
|
8396
|
-
Mpeg2Settings: (_) =>
|
|
8401
|
+
FrameCaptureSettings: [, (_) => de_FrameCaptureSettings(_, context), `frameCaptureSettings`],
|
|
8402
|
+
H264Settings: [, (_) => de_H264Settings(_, context), `h264Settings`],
|
|
8403
|
+
H265Settings: [, (_) => de_H265Settings(_, context), `h265Settings`],
|
|
8404
|
+
Mpeg2Settings: [, (_) => de_Mpeg2Settings(_, context), `mpeg2Settings`],
|
|
8397
8405
|
});
|
|
8398
8406
|
};
|
|
8399
8407
|
const de_VideoDescription = (output, context) => {
|
|
8400
8408
|
return take(output, {
|
|
8401
|
-
CodecSettings: (_) =>
|
|
8409
|
+
CodecSettings: [, (_) => de_VideoCodecSettings(_, context), `codecSettings`],
|
|
8402
8410
|
Height: [, __expectInt32, `height`],
|
|
8403
8411
|
Name: [, __expectString, `name`],
|
|
8404
8412
|
RespondToAfd: [, __expectString, `respondToAfd`],
|
|
@@ -8410,14 +8418,14 @@ const de_VideoDescription = (output, context) => {
|
|
|
8410
8418
|
const de_VideoSelector = (output, context) => {
|
|
8411
8419
|
return take(output, {
|
|
8412
8420
|
ColorSpace: [, __expectString, `colorSpace`],
|
|
8413
|
-
ColorSpaceSettings: (_) =>
|
|
8421
|
+
ColorSpaceSettings: [, (_) => de_VideoSelectorColorSpaceSettings(_, context), `colorSpaceSettings`],
|
|
8414
8422
|
ColorSpaceUsage: [, __expectString, `colorSpaceUsage`],
|
|
8415
|
-
SelectorSettings: (_) =>
|
|
8423
|
+
SelectorSettings: [, (_) => de_VideoSelectorSettings(_, context), `selectorSettings`],
|
|
8416
8424
|
});
|
|
8417
8425
|
};
|
|
8418
8426
|
const de_VideoSelectorColorSpaceSettings = (output, context) => {
|
|
8419
8427
|
return take(output, {
|
|
8420
|
-
Hdr10Settings: (_) =>
|
|
8428
|
+
Hdr10Settings: [, (_) => de_Hdr10Settings(_, context), `hdr10Settings`],
|
|
8421
8429
|
});
|
|
8422
8430
|
};
|
|
8423
8431
|
const de_VideoSelectorPid = (output, context) => {
|
|
@@ -8432,8 +8440,8 @@ const de_VideoSelectorProgramId = (output, context) => {
|
|
|
8432
8440
|
};
|
|
8433
8441
|
const de_VideoSelectorSettings = (output, context) => {
|
|
8434
8442
|
return take(output, {
|
|
8435
|
-
VideoSelectorPid: (_) =>
|
|
8436
|
-
VideoSelectorProgramId: (_) =>
|
|
8443
|
+
VideoSelectorPid: [, (_) => de_VideoSelectorPid(_, context), `videoSelectorPid`],
|
|
8444
|
+
VideoSelectorProgramId: [, (_) => de_VideoSelectorProgramId(_, context), `videoSelectorProgramId`],
|
|
8437
8445
|
});
|
|
8438
8446
|
};
|
|
8439
8447
|
const de_VpcOutputSettingsDescription = (output, context) => {
|