@aws-sdk/client-medialive 3.316.0 → 3.321.1
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 +7 -7
|
@@ -6760,25 +6760,25 @@ const de_AncillarySourceSettings = (output, context) => {
|
|
|
6760
6760
|
};
|
|
6761
6761
|
const de_ArchiveCdnSettings = (output, context) => {
|
|
6762
6762
|
return (0, smithy_client_1.take)(output, {
|
|
6763
|
-
ArchiveS3Settings: (_) =>
|
|
6763
|
+
ArchiveS3Settings: [, (_) => de_ArchiveS3Settings(_, context), `archiveS3Settings`],
|
|
6764
6764
|
});
|
|
6765
6765
|
};
|
|
6766
6766
|
const de_ArchiveContainerSettings = (output, context) => {
|
|
6767
6767
|
return (0, smithy_client_1.take)(output, {
|
|
6768
|
-
M2tsSettings: (_) =>
|
|
6768
|
+
M2tsSettings: [, (_) => de_M2tsSettings(_, context), `m2tsSettings`],
|
|
6769
6769
|
RawSettings: [, smithy_client_1._json, `rawSettings`],
|
|
6770
6770
|
});
|
|
6771
6771
|
};
|
|
6772
6772
|
const de_ArchiveGroupSettings = (output, context) => {
|
|
6773
6773
|
return (0, smithy_client_1.take)(output, {
|
|
6774
|
-
ArchiveCdnSettings: (_) =>
|
|
6775
|
-
Destination: (_) =>
|
|
6774
|
+
ArchiveCdnSettings: [, (_) => de_ArchiveCdnSettings(_, context), `archiveCdnSettings`],
|
|
6775
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
6776
6776
|
RolloverInterval: [, smithy_client_1.expectInt32, `rolloverInterval`],
|
|
6777
6777
|
});
|
|
6778
6778
|
};
|
|
6779
6779
|
const de_ArchiveOutputSettings = (output, context) => {
|
|
6780
6780
|
return (0, smithy_client_1.take)(output, {
|
|
6781
|
-
ContainerSettings: (_) =>
|
|
6781
|
+
ContainerSettings: [, (_) => de_ArchiveContainerSettings(_, context), `containerSettings`],
|
|
6782
6782
|
Extension: [, smithy_client_1.expectString, `extension`],
|
|
6783
6783
|
NameModifier: [, smithy_client_1.expectString, `nameModifier`],
|
|
6784
6784
|
});
|
|
@@ -6790,33 +6790,33 @@ const de_ArchiveS3Settings = (output, context) => {
|
|
|
6790
6790
|
};
|
|
6791
6791
|
const de_AudioChannelMapping = (output, context) => {
|
|
6792
6792
|
return (0, smithy_client_1.take)(output, {
|
|
6793
|
-
InputChannelLevels: (_) =>
|
|
6793
|
+
InputChannelLevels: [, (_) => de___listOfInputChannelLevel(_, context), `inputChannelLevels`],
|
|
6794
6794
|
OutputChannel: [, smithy_client_1.expectInt32, `outputChannel`],
|
|
6795
6795
|
});
|
|
6796
6796
|
};
|
|
6797
6797
|
const de_AudioCodecSettings = (output, context) => {
|
|
6798
6798
|
return (0, smithy_client_1.take)(output, {
|
|
6799
|
-
AacSettings: (_) =>
|
|
6800
|
-
Ac3Settings: (_) =>
|
|
6801
|
-
Eac3AtmosSettings: (_) =>
|
|
6802
|
-
Eac3Settings: (_) =>
|
|
6803
|
-
Mp2Settings: (_) =>
|
|
6799
|
+
AacSettings: [, (_) => de_AacSettings(_, context), `aacSettings`],
|
|
6800
|
+
Ac3Settings: [, (_) => de_Ac3Settings(_, context), `ac3Settings`],
|
|
6801
|
+
Eac3AtmosSettings: [, (_) => de_Eac3AtmosSettings(_, context), `eac3AtmosSettings`],
|
|
6802
|
+
Eac3Settings: [, (_) => de_Eac3Settings(_, context), `eac3Settings`],
|
|
6803
|
+
Mp2Settings: [, (_) => de_Mp2Settings(_, context), `mp2Settings`],
|
|
6804
6804
|
PassThroughSettings: [, smithy_client_1._json, `passThroughSettings`],
|
|
6805
|
-
WavSettings: (_) =>
|
|
6805
|
+
WavSettings: [, (_) => de_WavSettings(_, context), `wavSettings`],
|
|
6806
6806
|
});
|
|
6807
6807
|
};
|
|
6808
6808
|
const de_AudioDescription = (output, context) => {
|
|
6809
6809
|
return (0, smithy_client_1.take)(output, {
|
|
6810
|
-
AudioNormalizationSettings: (_) =>
|
|
6810
|
+
AudioNormalizationSettings: [, (_) => de_AudioNormalizationSettings(_, context), `audioNormalizationSettings`],
|
|
6811
6811
|
AudioSelectorName: [, smithy_client_1.expectString, `audioSelectorName`],
|
|
6812
6812
|
AudioType: [, smithy_client_1.expectString, `audioType`],
|
|
6813
6813
|
AudioTypeControl: [, smithy_client_1.expectString, `audioTypeControl`],
|
|
6814
|
-
AudioWatermarkingSettings: (_) =>
|
|
6815
|
-
CodecSettings: (_) =>
|
|
6814
|
+
AudioWatermarkingSettings: [, (_) => de_AudioWatermarkSettings(_, context), `audioWatermarkingSettings`],
|
|
6815
|
+
CodecSettings: [, (_) => de_AudioCodecSettings(_, context), `codecSettings`],
|
|
6816
6816
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
6817
6817
|
LanguageCodeControl: [, smithy_client_1.expectString, `languageCodeControl`],
|
|
6818
6818
|
Name: [, smithy_client_1.expectString, `name`],
|
|
6819
|
-
RemixSettings: (_) =>
|
|
6819
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
6820
6820
|
StreamName: [, smithy_client_1.expectString, `streamName`],
|
|
6821
6821
|
});
|
|
6822
6822
|
};
|
|
@@ -6847,7 +6847,7 @@ const de_AudioNormalizationSettings = (output, context) => {
|
|
|
6847
6847
|
const de_AudioOnlyHlsSettings = (output, context) => {
|
|
6848
6848
|
return (0, smithy_client_1.take)(output, {
|
|
6849
6849
|
AudioGroupId: [, smithy_client_1.expectString, `audioGroupId`],
|
|
6850
|
-
AudioOnlyImage: (_) =>
|
|
6850
|
+
AudioOnlyImage: [, (_) => de_InputLocation(_, context), `audioOnlyImage`],
|
|
6851
6851
|
AudioTrackType: [, smithy_client_1.expectString, `audioTrackType`],
|
|
6852
6852
|
SegmentType: [, smithy_client_1.expectString, `segmentType`],
|
|
6853
6853
|
});
|
|
@@ -6860,15 +6860,15 @@ const de_AudioPidSelection = (output, context) => {
|
|
|
6860
6860
|
const de_AudioSelector = (output, context) => {
|
|
6861
6861
|
return (0, smithy_client_1.take)(output, {
|
|
6862
6862
|
Name: [, smithy_client_1.expectString, `name`],
|
|
6863
|
-
SelectorSettings: (_) =>
|
|
6863
|
+
SelectorSettings: [, (_) => de_AudioSelectorSettings(_, context), `selectorSettings`],
|
|
6864
6864
|
});
|
|
6865
6865
|
};
|
|
6866
6866
|
const de_AudioSelectorSettings = (output, context) => {
|
|
6867
6867
|
return (0, smithy_client_1.take)(output, {
|
|
6868
|
-
AudioHlsRenditionSelection: (_) =>
|
|
6869
|
-
AudioLanguageSelection: (_) =>
|
|
6870
|
-
AudioPidSelection: (_) =>
|
|
6871
|
-
AudioTrackSelection: (_) =>
|
|
6868
|
+
AudioHlsRenditionSelection: [, (_) => de_AudioHlsRenditionSelection(_, context), `audioHlsRenditionSelection`],
|
|
6869
|
+
AudioLanguageSelection: [, (_) => de_AudioLanguageSelection(_, context), `audioLanguageSelection`],
|
|
6870
|
+
AudioPidSelection: [, (_) => de_AudioPidSelection(_, context), `audioPidSelection`],
|
|
6871
|
+
AudioTrackSelection: [, (_) => de_AudioTrackSelection(_, context), `audioTrackSelection`],
|
|
6872
6872
|
});
|
|
6873
6873
|
};
|
|
6874
6874
|
const de_AudioSilenceFailoverSettings = (output, context) => {
|
|
@@ -6884,39 +6884,39 @@ const de_AudioTrack = (output, context) => {
|
|
|
6884
6884
|
};
|
|
6885
6885
|
const de_AudioTrackSelection = (output, context) => {
|
|
6886
6886
|
return (0, smithy_client_1.take)(output, {
|
|
6887
|
-
DolbyEDecode: (_) =>
|
|
6888
|
-
Tracks: (_) =>
|
|
6887
|
+
DolbyEDecode: [, (_) => de_AudioDolbyEDecode(_, context), `dolbyEDecode`],
|
|
6888
|
+
Tracks: [, (_) => de___listOfAudioTrack(_, context), `tracks`],
|
|
6889
6889
|
});
|
|
6890
6890
|
};
|
|
6891
6891
|
const de_AudioWatermarkSettings = (output, context) => {
|
|
6892
6892
|
return (0, smithy_client_1.take)(output, {
|
|
6893
|
-
NielsenWatermarksSettings: (_) =>
|
|
6893
|
+
NielsenWatermarksSettings: [, (_) => de_NielsenWatermarksSettings(_, context), `nielsenWatermarksSettings`],
|
|
6894
6894
|
});
|
|
6895
6895
|
};
|
|
6896
6896
|
const de_AutomaticInputFailoverSettings = (output, context) => {
|
|
6897
6897
|
return (0, smithy_client_1.take)(output, {
|
|
6898
6898
|
ErrorClearTimeMsec: [, smithy_client_1.expectInt32, `errorClearTimeMsec`],
|
|
6899
|
-
FailoverConditions: (_) =>
|
|
6899
|
+
FailoverConditions: [, (_) => de___listOfFailoverCondition(_, context), `failoverConditions`],
|
|
6900
6900
|
InputPreference: [, smithy_client_1.expectString, `inputPreference`],
|
|
6901
6901
|
SecondaryInputId: [, smithy_client_1.expectString, `secondaryInputId`],
|
|
6902
6902
|
});
|
|
6903
6903
|
};
|
|
6904
6904
|
const de_AvailBlanking = (output, context) => {
|
|
6905
6905
|
return (0, smithy_client_1.take)(output, {
|
|
6906
|
-
AvailBlankingImage: (_) =>
|
|
6906
|
+
AvailBlankingImage: [, (_) => de_InputLocation(_, context), `availBlankingImage`],
|
|
6907
6907
|
State: [, smithy_client_1.expectString, `state`],
|
|
6908
6908
|
});
|
|
6909
6909
|
};
|
|
6910
6910
|
const de_AvailConfiguration = (output, context) => {
|
|
6911
6911
|
return (0, smithy_client_1.take)(output, {
|
|
6912
|
-
AvailSettings: (_) =>
|
|
6912
|
+
AvailSettings: [, (_) => de_AvailSettings(_, context), `availSettings`],
|
|
6913
6913
|
});
|
|
6914
6914
|
};
|
|
6915
6915
|
const de_AvailSettings = (output, context) => {
|
|
6916
6916
|
return (0, smithy_client_1.take)(output, {
|
|
6917
|
-
Esam: (_) =>
|
|
6918
|
-
Scte35SpliceInsert: (_) =>
|
|
6919
|
-
Scte35TimeSignalApos: (_) =>
|
|
6917
|
+
Esam: [, (_) => de_Esam(_, context), `esam`],
|
|
6918
|
+
Scte35SpliceInsert: [, (_) => de_Scte35SpliceInsert(_, context), `scte35SpliceInsert`],
|
|
6919
|
+
Scte35TimeSignalApos: [, (_) => de_Scte35TimeSignalApos(_, context), `scte35TimeSignalApos`],
|
|
6920
6920
|
});
|
|
6921
6921
|
};
|
|
6922
6922
|
const de_BatchFailedResultModel = (output, context) => {
|
|
@@ -6929,12 +6929,12 @@ const de_BatchFailedResultModel = (output, context) => {
|
|
|
6929
6929
|
};
|
|
6930
6930
|
const de_BatchScheduleActionCreateResult = (output, context) => {
|
|
6931
6931
|
return (0, smithy_client_1.take)(output, {
|
|
6932
|
-
ScheduleActions: (_) =>
|
|
6932
|
+
ScheduleActions: [, (_) => de___listOfScheduleAction(_, context), `scheduleActions`],
|
|
6933
6933
|
});
|
|
6934
6934
|
};
|
|
6935
6935
|
const de_BatchScheduleActionDeleteResult = (output, context) => {
|
|
6936
6936
|
return (0, smithy_client_1.take)(output, {
|
|
6937
|
-
ScheduleActions: (_) =>
|
|
6937
|
+
ScheduleActions: [, (_) => de___listOfScheduleAction(_, context), `scheduleActions`],
|
|
6938
6938
|
});
|
|
6939
6939
|
};
|
|
6940
6940
|
const de_BatchSuccessfulResultModel = (output, context) => {
|
|
@@ -6946,9 +6946,9 @@ const de_BatchSuccessfulResultModel = (output, context) => {
|
|
|
6946
6946
|
};
|
|
6947
6947
|
const de_BlackoutSlate = (output, context) => {
|
|
6948
6948
|
return (0, smithy_client_1.take)(output, {
|
|
6949
|
-
BlackoutSlateImage: (_) =>
|
|
6949
|
+
BlackoutSlateImage: [, (_) => de_InputLocation(_, context), `blackoutSlateImage`],
|
|
6950
6950
|
NetworkEndBlackout: [, smithy_client_1.expectString, `networkEndBlackout`],
|
|
6951
|
-
NetworkEndBlackoutImage: (_) =>
|
|
6951
|
+
NetworkEndBlackoutImage: [, (_) => de_InputLocation(_, context), `networkEndBlackoutImage`],
|
|
6952
6952
|
NetworkId: [, smithy_client_1.expectString, `networkId`],
|
|
6953
6953
|
State: [, smithy_client_1.expectString, `state`],
|
|
6954
6954
|
});
|
|
@@ -6958,7 +6958,7 @@ const de_BurnInDestinationSettings = (output, context) => {
|
|
|
6958
6958
|
Alignment: [, smithy_client_1.expectString, `alignment`],
|
|
6959
6959
|
BackgroundColor: [, smithy_client_1.expectString, `backgroundColor`],
|
|
6960
6960
|
BackgroundOpacity: [, smithy_client_1.expectInt32, `backgroundOpacity`],
|
|
6961
|
-
Font: (_) =>
|
|
6961
|
+
Font: [, (_) => de_InputLocation(_, context), `font`],
|
|
6962
6962
|
FontColor: [, smithy_client_1.expectString, `fontColor`],
|
|
6963
6963
|
FontOpacity: [, smithy_client_1.expectInt32, `fontOpacity`],
|
|
6964
6964
|
FontResolution: [, smithy_client_1.expectInt32, `fontResolution`],
|
|
@@ -6978,7 +6978,7 @@ const de_CaptionDescription = (output, context) => {
|
|
|
6978
6978
|
return (0, smithy_client_1.take)(output, {
|
|
6979
6979
|
Accessibility: [, smithy_client_1.expectString, `accessibility`],
|
|
6980
6980
|
CaptionSelectorName: [, smithy_client_1.expectString, `captionSelectorName`],
|
|
6981
|
-
DestinationSettings: (_) =>
|
|
6981
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
6982
6982
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
6983
6983
|
LanguageDescription: [, smithy_client_1.expectString, `languageDescription`],
|
|
6984
6984
|
Name: [, smithy_client_1.expectString, `name`],
|
|
@@ -6987,9 +6987,9 @@ const de_CaptionDescription = (output, context) => {
|
|
|
6987
6987
|
const de_CaptionDestinationSettings = (output, context) => {
|
|
6988
6988
|
return (0, smithy_client_1.take)(output, {
|
|
6989
6989
|
AribDestinationSettings: [, smithy_client_1._json, `aribDestinationSettings`],
|
|
6990
|
-
BurnInDestinationSettings: (_) =>
|
|
6991
|
-
DvbSubDestinationSettings: (_) =>
|
|
6992
|
-
EbuTtDDestinationSettings: (_) =>
|
|
6990
|
+
BurnInDestinationSettings: [, (_) => de_BurnInDestinationSettings(_, context), `burnInDestinationSettings`],
|
|
6991
|
+
DvbSubDestinationSettings: [, (_) => de_DvbSubDestinationSettings(_, context), `dvbSubDestinationSettings`],
|
|
6992
|
+
EbuTtDDestinationSettings: [, (_) => de_EbuTtDDestinationSettings(_, context), `ebuTtDDestinationSettings`],
|
|
6993
6993
|
EmbeddedDestinationSettings: [, smithy_client_1._json, `embeddedDestinationSettings`],
|
|
6994
6994
|
EmbeddedPlusScte20DestinationSettings: [, smithy_client_1._json, `embeddedPlusScte20DestinationSettings`],
|
|
6995
6995
|
RtmpCaptionInfoDestinationSettings: [, smithy_client_1._json, `rtmpCaptionInfoDestinationSettings`],
|
|
@@ -6997,8 +6997,8 @@ const de_CaptionDestinationSettings = (output, context) => {
|
|
|
6997
6997
|
Scte27DestinationSettings: [, smithy_client_1._json, `scte27DestinationSettings`],
|
|
6998
6998
|
SmpteTtDestinationSettings: [, smithy_client_1._json, `smpteTtDestinationSettings`],
|
|
6999
6999
|
TeletextDestinationSettings: [, smithy_client_1._json, `teletextDestinationSettings`],
|
|
7000
|
-
TtmlDestinationSettings: (_) =>
|
|
7001
|
-
WebvttDestinationSettings: (_) =>
|
|
7000
|
+
TtmlDestinationSettings: [, (_) => de_TtmlDestinationSettings(_, context), `ttmlDestinationSettings`],
|
|
7001
|
+
WebvttDestinationSettings: [, (_) => de_WebvttDestinationSettings(_, context), `webvttDestinationSettings`],
|
|
7002
7002
|
});
|
|
7003
7003
|
};
|
|
7004
7004
|
const de_CaptionLanguageMapping = (output, context) => {
|
|
@@ -7020,18 +7020,18 @@ const de_CaptionSelector = (output, context) => {
|
|
|
7020
7020
|
return (0, smithy_client_1.take)(output, {
|
|
7021
7021
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
7022
7022
|
Name: [, smithy_client_1.expectString, `name`],
|
|
7023
|
-
SelectorSettings: (_) =>
|
|
7023
|
+
SelectorSettings: [, (_) => de_CaptionSelectorSettings(_, context), `selectorSettings`],
|
|
7024
7024
|
});
|
|
7025
7025
|
};
|
|
7026
7026
|
const de_CaptionSelectorSettings = (output, context) => {
|
|
7027
7027
|
return (0, smithy_client_1.take)(output, {
|
|
7028
|
-
AncillarySourceSettings: (_) =>
|
|
7028
|
+
AncillarySourceSettings: [, (_) => de_AncillarySourceSettings(_, context), `ancillarySourceSettings`],
|
|
7029
7029
|
AribSourceSettings: [, smithy_client_1._json, `aribSourceSettings`],
|
|
7030
|
-
DvbSubSourceSettings: (_) =>
|
|
7031
|
-
EmbeddedSourceSettings: (_) =>
|
|
7032
|
-
Scte20SourceSettings: (_) =>
|
|
7033
|
-
Scte27SourceSettings: (_) =>
|
|
7034
|
-
TeletextSourceSettings: (_) =>
|
|
7030
|
+
DvbSubSourceSettings: [, (_) => de_DvbSubSourceSettings(_, context), `dvbSubSourceSettings`],
|
|
7031
|
+
EmbeddedSourceSettings: [, (_) => de_EmbeddedSourceSettings(_, context), `embeddedSourceSettings`],
|
|
7032
|
+
Scte20SourceSettings: [, (_) => de_Scte20SourceSettings(_, context), `scte20SourceSettings`],
|
|
7033
|
+
Scte27SourceSettings: [, (_) => de_Scte27SourceSettings(_, context), `scte27SourceSettings`],
|
|
7034
|
+
TeletextSourceSettings: [, (_) => de_TeletextSourceSettings(_, context), `teletextSourceSettings`],
|
|
7035
7035
|
});
|
|
7036
7036
|
};
|
|
7037
7037
|
const de_CdiInputSpecification = (output, context) => {
|
|
@@ -7042,23 +7042,23 @@ const de_CdiInputSpecification = (output, context) => {
|
|
|
7042
7042
|
const de_Channel = (output, context) => {
|
|
7043
7043
|
return (0, smithy_client_1.take)(output, {
|
|
7044
7044
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
7045
|
-
CdiInputSpecification: (_) =>
|
|
7045
|
+
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
7046
7046
|
ChannelClass: [, smithy_client_1.expectString, `channelClass`],
|
|
7047
|
-
Destinations: (_) =>
|
|
7048
|
-
EgressEndpoints: (_) =>
|
|
7049
|
-
EncoderSettings: (_) =>
|
|
7047
|
+
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
7048
|
+
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
7049
|
+
EncoderSettings: [, (_) => de_EncoderSettings(_, context), `encoderSettings`],
|
|
7050
7050
|
Id: [, smithy_client_1.expectString, `id`],
|
|
7051
|
-
InputAttachments: (_) =>
|
|
7052
|
-
InputSpecification: (_) =>
|
|
7051
|
+
InputAttachments: [, (_) => de___listOfInputAttachment(_, context), `inputAttachments`],
|
|
7052
|
+
InputSpecification: [, (_) => de_InputSpecification(_, context), `inputSpecification`],
|
|
7053
7053
|
LogLevel: [, smithy_client_1.expectString, `logLevel`],
|
|
7054
|
-
Maintenance: (_) =>
|
|
7054
|
+
Maintenance: [, (_) => de_MaintenanceStatus(_, context), `maintenance`],
|
|
7055
7055
|
Name: [, smithy_client_1.expectString, `name`],
|
|
7056
|
-
PipelineDetails: (_) =>
|
|
7056
|
+
PipelineDetails: [, (_) => de___listOfPipelineDetail(_, context), `pipelineDetails`],
|
|
7057
7057
|
PipelinesRunningCount: [, smithy_client_1.expectInt32, `pipelinesRunningCount`],
|
|
7058
7058
|
RoleArn: [, smithy_client_1.expectString, `roleArn`],
|
|
7059
7059
|
State: [, smithy_client_1.expectString, `state`],
|
|
7060
7060
|
Tags: [, smithy_client_1._json, `tags`],
|
|
7061
|
-
Vpc: (_) =>
|
|
7061
|
+
Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`],
|
|
7062
7062
|
});
|
|
7063
7063
|
};
|
|
7064
7064
|
const de_ChannelEgressEndpoint = (output, context) => {
|
|
@@ -7069,21 +7069,21 @@ const de_ChannelEgressEndpoint = (output, context) => {
|
|
|
7069
7069
|
const de_ChannelSummary = (output, context) => {
|
|
7070
7070
|
return (0, smithy_client_1.take)(output, {
|
|
7071
7071
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
7072
|
-
CdiInputSpecification: (_) =>
|
|
7072
|
+
CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
|
|
7073
7073
|
ChannelClass: [, smithy_client_1.expectString, `channelClass`],
|
|
7074
|
-
Destinations: (_) =>
|
|
7075
|
-
EgressEndpoints: (_) =>
|
|
7074
|
+
Destinations: [, (_) => de___listOfOutputDestination(_, context), `destinations`],
|
|
7075
|
+
EgressEndpoints: [, (_) => de___listOfChannelEgressEndpoint(_, context), `egressEndpoints`],
|
|
7076
7076
|
Id: [, smithy_client_1.expectString, `id`],
|
|
7077
|
-
InputAttachments: (_) =>
|
|
7078
|
-
InputSpecification: (_) =>
|
|
7077
|
+
InputAttachments: [, (_) => de___listOfInputAttachment(_, context), `inputAttachments`],
|
|
7078
|
+
InputSpecification: [, (_) => de_InputSpecification(_, context), `inputSpecification`],
|
|
7079
7079
|
LogLevel: [, smithy_client_1.expectString, `logLevel`],
|
|
7080
|
-
Maintenance: (_) =>
|
|
7080
|
+
Maintenance: [, (_) => de_MaintenanceStatus(_, context), `maintenance`],
|
|
7081
7081
|
Name: [, smithy_client_1.expectString, `name`],
|
|
7082
7082
|
PipelinesRunningCount: [, smithy_client_1.expectInt32, `pipelinesRunningCount`],
|
|
7083
7083
|
RoleArn: [, smithy_client_1.expectString, `roleArn`],
|
|
7084
7084
|
State: [, smithy_client_1.expectString, `state`],
|
|
7085
7085
|
Tags: [, smithy_client_1._json, `tags`],
|
|
7086
|
-
Vpc: (_) =>
|
|
7086
|
+
Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`],
|
|
7087
7087
|
});
|
|
7088
7088
|
};
|
|
7089
7089
|
const de_DvbNitSettings = (output, context) => {
|
|
@@ -7106,7 +7106,7 @@ const de_DvbSubDestinationSettings = (output, context) => {
|
|
|
7106
7106
|
Alignment: [, smithy_client_1.expectString, `alignment`],
|
|
7107
7107
|
BackgroundColor: [, smithy_client_1.expectString, `backgroundColor`],
|
|
7108
7108
|
BackgroundOpacity: [, smithy_client_1.expectInt32, `backgroundOpacity`],
|
|
7109
|
-
Font: (_) =>
|
|
7109
|
+
Font: [, (_) => de_InputLocation(_, context), `font`],
|
|
7110
7110
|
FontColor: [, smithy_client_1.expectString, `fontColor`],
|
|
7111
7111
|
FontOpacity: [, smithy_client_1.expectInt32, `fontOpacity`],
|
|
7112
7112
|
FontResolution: [, smithy_client_1.expectInt32, `fontResolution`],
|
|
@@ -7186,18 +7186,22 @@ const de_EmbeddedSourceSettings = (output, context) => {
|
|
|
7186
7186
|
};
|
|
7187
7187
|
const de_EncoderSettings = (output, context) => {
|
|
7188
7188
|
return (0, smithy_client_1.take)(output, {
|
|
7189
|
-
AudioDescriptions: (_) =>
|
|
7190
|
-
AvailBlanking: (_) =>
|
|
7191
|
-
AvailConfiguration: (_) =>
|
|
7192
|
-
BlackoutSlate: (_) =>
|
|
7193
|
-
CaptionDescriptions: (_) =>
|
|
7194
|
-
FeatureActivations: (_) =>
|
|
7195
|
-
GlobalConfiguration: (_) =>
|
|
7196
|
-
MotionGraphicsConfiguration:
|
|
7197
|
-
|
|
7198
|
-
|
|
7199
|
-
|
|
7200
|
-
|
|
7189
|
+
AudioDescriptions: [, (_) => de___listOfAudioDescription(_, context), `audioDescriptions`],
|
|
7190
|
+
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
7191
|
+
AvailConfiguration: [, (_) => de_AvailConfiguration(_, context), `availConfiguration`],
|
|
7192
|
+
BlackoutSlate: [, (_) => de_BlackoutSlate(_, context), `blackoutSlate`],
|
|
7193
|
+
CaptionDescriptions: [, (_) => de___listOfCaptionDescription(_, context), `captionDescriptions`],
|
|
7194
|
+
FeatureActivations: [, (_) => de_FeatureActivations(_, context), `featureActivations`],
|
|
7195
|
+
GlobalConfiguration: [, (_) => de_GlobalConfiguration(_, context), `globalConfiguration`],
|
|
7196
|
+
MotionGraphicsConfiguration: [
|
|
7197
|
+
,
|
|
7198
|
+
(_) => de_MotionGraphicsConfiguration(_, context),
|
|
7199
|
+
`motionGraphicsConfiguration`,
|
|
7200
|
+
],
|
|
7201
|
+
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
7202
|
+
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
7203
|
+
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
7204
|
+
VideoDescriptions: [, (_) => de___listOfVideoDescription(_, context), `videoDescriptions`],
|
|
7201
7205
|
});
|
|
7202
7206
|
};
|
|
7203
7207
|
const de_Esam = (output, context) => {
|
|
@@ -7212,14 +7216,14 @@ const de_Esam = (output, context) => {
|
|
|
7212
7216
|
};
|
|
7213
7217
|
const de_FailoverCondition = (output, context) => {
|
|
7214
7218
|
return (0, smithy_client_1.take)(output, {
|
|
7215
|
-
FailoverConditionSettings: (_) =>
|
|
7219
|
+
FailoverConditionSettings: [, (_) => de_FailoverConditionSettings(_, context), `failoverConditionSettings`],
|
|
7216
7220
|
});
|
|
7217
7221
|
};
|
|
7218
7222
|
const de_FailoverConditionSettings = (output, context) => {
|
|
7219
7223
|
return (0, smithy_client_1.take)(output, {
|
|
7220
|
-
AudioSilenceSettings: (_) =>
|
|
7221
|
-
InputLossSettings: (_) =>
|
|
7222
|
-
VideoBlackSettings: (_) =>
|
|
7224
|
+
AudioSilenceSettings: [, (_) => de_AudioSilenceFailoverSettings(_, context), `audioSilenceSettings`],
|
|
7225
|
+
InputLossSettings: [, (_) => de_InputLossFailoverSettings(_, context), `inputLossSettings`],
|
|
7226
|
+
VideoBlackSettings: [, (_) => de_VideoBlackFailoverSettings(_, context), `videoBlackSettings`],
|
|
7223
7227
|
});
|
|
7224
7228
|
};
|
|
7225
7229
|
const de_FeatureActivations = (output, context) => {
|
|
@@ -7254,13 +7258,13 @@ const de_FollowModeScheduleActionStartSettings = (output, context) => {
|
|
|
7254
7258
|
};
|
|
7255
7259
|
const de_FrameCaptureCdnSettings = (output, context) => {
|
|
7256
7260
|
return (0, smithy_client_1.take)(output, {
|
|
7257
|
-
FrameCaptureS3Settings: (_) =>
|
|
7261
|
+
FrameCaptureS3Settings: [, (_) => de_FrameCaptureS3Settings(_, context), `frameCaptureS3Settings`],
|
|
7258
7262
|
});
|
|
7259
7263
|
};
|
|
7260
7264
|
const de_FrameCaptureGroupSettings = (output, context) => {
|
|
7261
7265
|
return (0, smithy_client_1.take)(output, {
|
|
7262
|
-
Destination: (_) =>
|
|
7263
|
-
FrameCaptureCdnSettings: (_) =>
|
|
7266
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7267
|
+
FrameCaptureCdnSettings: [, (_) => de_FrameCaptureCdnSettings(_, context), `frameCaptureCdnSettings`],
|
|
7264
7268
|
});
|
|
7265
7269
|
};
|
|
7266
7270
|
const de_FrameCaptureOutputSettings = (output, context) => {
|
|
@@ -7277,14 +7281,14 @@ const de_FrameCaptureSettings = (output, context) => {
|
|
|
7277
7281
|
return (0, smithy_client_1.take)(output, {
|
|
7278
7282
|
CaptureInterval: [, smithy_client_1.expectInt32, `captureInterval`],
|
|
7279
7283
|
CaptureIntervalUnits: [, smithy_client_1.expectString, `captureIntervalUnits`],
|
|
7280
|
-
TimecodeBurninSettings: (_) =>
|
|
7284
|
+
TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
|
|
7281
7285
|
});
|
|
7282
7286
|
};
|
|
7283
7287
|
const de_GlobalConfiguration = (output, context) => {
|
|
7284
7288
|
return (0, smithy_client_1.take)(output, {
|
|
7285
7289
|
InitialAudioGain: [, smithy_client_1.expectInt32, `initialAudioGain`],
|
|
7286
7290
|
InputEndAction: [, smithy_client_1.expectString, `inputEndAction`],
|
|
7287
|
-
InputLossBehavior: (_) =>
|
|
7291
|
+
InputLossBehavior: [, (_) => de_InputLossBehavior(_, context), `inputLossBehavior`],
|
|
7288
7292
|
OutputLockingMode: [, smithy_client_1.expectString, `outputLockingMode`],
|
|
7289
7293
|
OutputTimingSource: [, smithy_client_1.expectString, `outputTimingSource`],
|
|
7290
7294
|
SupportLowFramerateInputs: [, smithy_client_1.expectString, `supportLowFramerateInputs`],
|
|
@@ -7299,7 +7303,7 @@ const de_H264ColorSpaceSettings = (output, context) => {
|
|
|
7299
7303
|
};
|
|
7300
7304
|
const de_H264FilterSettings = (output, context) => {
|
|
7301
7305
|
return (0, smithy_client_1.take)(output, {
|
|
7302
|
-
TemporalFilterSettings: (_) =>
|
|
7306
|
+
TemporalFilterSettings: [, (_) => de_TemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
7303
7307
|
});
|
|
7304
7308
|
};
|
|
7305
7309
|
const de_H264Settings = (output, context) => {
|
|
@@ -7310,9 +7314,9 @@ const de_H264Settings = (output, context) => {
|
|
|
7310
7314
|
BufFillPct: [, smithy_client_1.expectInt32, `bufFillPct`],
|
|
7311
7315
|
BufSize: [, smithy_client_1.expectInt32, `bufSize`],
|
|
7312
7316
|
ColorMetadata: [, smithy_client_1.expectString, `colorMetadata`],
|
|
7313
|
-
ColorSpaceSettings: (_) =>
|
|
7317
|
+
ColorSpaceSettings: [, (_) => de_H264ColorSpaceSettings(_, context), `colorSpaceSettings`],
|
|
7314
7318
|
EntropyEncoding: [, smithy_client_1.expectString, `entropyEncoding`],
|
|
7315
|
-
FilterSettings: (_) =>
|
|
7319
|
+
FilterSettings: [, (_) => de_H264FilterSettings(_, context), `filterSettings`],
|
|
7316
7320
|
FixedAfd: [, smithy_client_1.expectString, `fixedAfd`],
|
|
7317
7321
|
FlickerAq: [, smithy_client_1.expectString, `flickerAq`],
|
|
7318
7322
|
ForceFieldPictures: [, smithy_client_1.expectString, `forceFieldPictures`],
|
|
@@ -7344,7 +7348,7 @@ const de_H264Settings = (output, context) => {
|
|
|
7344
7348
|
SubgopLength: [, smithy_client_1.expectString, `subgopLength`],
|
|
7345
7349
|
Syntax: [, smithy_client_1.expectString, `syntax`],
|
|
7346
7350
|
TemporalAq: [, smithy_client_1.expectString, `temporalAq`],
|
|
7347
|
-
TimecodeBurninSettings: (_) =>
|
|
7351
|
+
TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
|
|
7348
7352
|
TimecodeInsertion: [, smithy_client_1.expectString, `timecodeInsertion`],
|
|
7349
7353
|
});
|
|
7350
7354
|
};
|
|
@@ -7352,14 +7356,14 @@ const de_H265ColorSpaceSettings = (output, context) => {
|
|
|
7352
7356
|
return (0, smithy_client_1.take)(output, {
|
|
7353
7357
|
ColorSpacePassthroughSettings: [, smithy_client_1._json, `colorSpacePassthroughSettings`],
|
|
7354
7358
|
DolbyVision81Settings: [, smithy_client_1._json, `dolbyVision81Settings`],
|
|
7355
|
-
Hdr10Settings: (_) =>
|
|
7359
|
+
Hdr10Settings: [, (_) => de_Hdr10Settings(_, context), `hdr10Settings`],
|
|
7356
7360
|
Rec601Settings: [, smithy_client_1._json, `rec601Settings`],
|
|
7357
7361
|
Rec709Settings: [, smithy_client_1._json, `rec709Settings`],
|
|
7358
7362
|
});
|
|
7359
7363
|
};
|
|
7360
7364
|
const de_H265FilterSettings = (output, context) => {
|
|
7361
7365
|
return (0, smithy_client_1.take)(output, {
|
|
7362
|
-
TemporalFilterSettings: (_) =>
|
|
7366
|
+
TemporalFilterSettings: [, (_) => de_TemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
7363
7367
|
});
|
|
7364
7368
|
};
|
|
7365
7369
|
const de_H265Settings = (output, context) => {
|
|
@@ -7370,8 +7374,8 @@ const de_H265Settings = (output, context) => {
|
|
|
7370
7374
|
Bitrate: [, smithy_client_1.expectInt32, `bitrate`],
|
|
7371
7375
|
BufSize: [, smithy_client_1.expectInt32, `bufSize`],
|
|
7372
7376
|
ColorMetadata: [, smithy_client_1.expectString, `colorMetadata`],
|
|
7373
|
-
ColorSpaceSettings: (_) =>
|
|
7374
|
-
FilterSettings: (_) =>
|
|
7377
|
+
ColorSpaceSettings: [, (_) => de_H265ColorSpaceSettings(_, context), `colorSpaceSettings`],
|
|
7378
|
+
FilterSettings: [, (_) => de_H265FilterSettings(_, context), `filterSettings`],
|
|
7375
7379
|
FixedAfd: [, smithy_client_1.expectString, `fixedAfd`],
|
|
7376
7380
|
FlickerAq: [, smithy_client_1.expectString, `flickerAq`],
|
|
7377
7381
|
FramerateDenominator: [, smithy_client_1.expectInt32, `framerateDenominator`],
|
|
@@ -7392,7 +7396,7 @@ const de_H265Settings = (output, context) => {
|
|
|
7392
7396
|
SceneChangeDetect: [, smithy_client_1.expectString, `sceneChangeDetect`],
|
|
7393
7397
|
Slices: [, smithy_client_1.expectInt32, `slices`],
|
|
7394
7398
|
Tier: [, smithy_client_1.expectString, `tier`],
|
|
7395
|
-
TimecodeBurninSettings: (_) =>
|
|
7399
|
+
TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
|
|
7396
7400
|
TimecodeInsertion: [, smithy_client_1.expectString, `timecodeInsertion`],
|
|
7397
7401
|
});
|
|
7398
7402
|
};
|
|
@@ -7423,11 +7427,11 @@ const de_HlsBasicPutSettings = (output, context) => {
|
|
|
7423
7427
|
};
|
|
7424
7428
|
const de_HlsCdnSettings = (output, context) => {
|
|
7425
7429
|
return (0, smithy_client_1.take)(output, {
|
|
7426
|
-
HlsAkamaiSettings: (_) =>
|
|
7427
|
-
HlsBasicPutSettings: (_) =>
|
|
7428
|
-
HlsMediaStoreSettings: (_) =>
|
|
7429
|
-
HlsS3Settings: (_) =>
|
|
7430
|
-
HlsWebdavSettings: (_) =>
|
|
7430
|
+
HlsAkamaiSettings: [, (_) => de_HlsAkamaiSettings(_, context), `hlsAkamaiSettings`],
|
|
7431
|
+
HlsBasicPutSettings: [, (_) => de_HlsBasicPutSettings(_, context), `hlsBasicPutSettings`],
|
|
7432
|
+
HlsMediaStoreSettings: [, (_) => de_HlsMediaStoreSettings(_, context), `hlsMediaStoreSettings`],
|
|
7433
|
+
HlsS3Settings: [, (_) => de_HlsS3Settings(_, context), `hlsS3Settings`],
|
|
7434
|
+
HlsWebdavSettings: [, (_) => de_HlsWebdavSettings(_, context), `hlsWebdavSettings`],
|
|
7431
7435
|
});
|
|
7432
7436
|
};
|
|
7433
7437
|
const de_HlsGroupSettings = (output, context) => {
|
|
@@ -7437,16 +7441,16 @@ const de_HlsGroupSettings = (output, context) => {
|
|
|
7437
7441
|
BaseUrlContent1: [, smithy_client_1.expectString, `baseUrlContent1`],
|
|
7438
7442
|
BaseUrlManifest: [, smithy_client_1.expectString, `baseUrlManifest`],
|
|
7439
7443
|
BaseUrlManifest1: [, smithy_client_1.expectString, `baseUrlManifest1`],
|
|
7440
|
-
CaptionLanguageMappings: (_) =>
|
|
7444
|
+
CaptionLanguageMappings: [, (_) => de___listOfCaptionLanguageMapping(_, context), `captionLanguageMappings`],
|
|
7441
7445
|
CaptionLanguageSetting: [, smithy_client_1.expectString, `captionLanguageSetting`],
|
|
7442
7446
|
ClientCache: [, smithy_client_1.expectString, `clientCache`],
|
|
7443
7447
|
CodecSpecification: [, smithy_client_1.expectString, `codecSpecification`],
|
|
7444
7448
|
ConstantIv: [, smithy_client_1.expectString, `constantIv`],
|
|
7445
|
-
Destination: (_) =>
|
|
7449
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7446
7450
|
DirectoryStructure: [, smithy_client_1.expectString, `directoryStructure`],
|
|
7447
7451
|
DiscontinuityTags: [, smithy_client_1.expectString, `discontinuityTags`],
|
|
7448
7452
|
EncryptionType: [, smithy_client_1.expectString, `encryptionType`],
|
|
7449
|
-
HlsCdnSettings: (_) =>
|
|
7453
|
+
HlsCdnSettings: [, (_) => de_HlsCdnSettings(_, context), `hlsCdnSettings`],
|
|
7450
7454
|
HlsId3SegmentTagging: [, smithy_client_1.expectString, `hlsId3SegmentTagging`],
|
|
7451
7455
|
IFrameOnlyPlaylists: [, smithy_client_1.expectString, `iFrameOnlyPlaylists`],
|
|
7452
7456
|
IncompleteSegmentBehavior: [, smithy_client_1.expectString, `incompleteSegmentBehavior`],
|
|
@@ -7457,7 +7461,7 @@ const de_HlsGroupSettings = (output, context) => {
|
|
|
7457
7461
|
KeepSegments: [, smithy_client_1.expectInt32, `keepSegments`],
|
|
7458
7462
|
KeyFormat: [, smithy_client_1.expectString, `keyFormat`],
|
|
7459
7463
|
KeyFormatVersions: [, smithy_client_1.expectString, `keyFormatVersions`],
|
|
7460
|
-
KeyProviderSettings: (_) =>
|
|
7464
|
+
KeyProviderSettings: [, (_) => de_KeyProviderSettings(_, context), `keyProviderSettings`],
|
|
7461
7465
|
ManifestCompression: [, smithy_client_1.expectString, `manifestCompression`],
|
|
7462
7466
|
ManifestDurationFormat: [, smithy_client_1.expectString, `manifestDurationFormat`],
|
|
7463
7467
|
MinSegmentLength: [, smithy_client_1.expectInt32, `minSegmentLength`],
|
|
@@ -7504,7 +7508,7 @@ const de_HlsMediaStoreSettings = (output, context) => {
|
|
|
7504
7508
|
const de_HlsOutputSettings = (output, context) => {
|
|
7505
7509
|
return (0, smithy_client_1.take)(output, {
|
|
7506
7510
|
H265PackagingType: [, smithy_client_1.expectString, `h265PackagingType`],
|
|
7507
|
-
HlsSettings: (_) =>
|
|
7511
|
+
HlsSettings: [, (_) => de_HlsSettings(_, context), `hlsSettings`],
|
|
7508
7512
|
NameModifier: [, smithy_client_1.expectString, `nameModifier`],
|
|
7509
7513
|
SegmentModifier: [, smithy_client_1.expectString, `segmentModifier`],
|
|
7510
7514
|
});
|
|
@@ -7516,10 +7520,10 @@ const de_HlsS3Settings = (output, context) => {
|
|
|
7516
7520
|
};
|
|
7517
7521
|
const de_HlsSettings = (output, context) => {
|
|
7518
7522
|
return (0, smithy_client_1.take)(output, {
|
|
7519
|
-
AudioOnlyHlsSettings: (_) =>
|
|
7520
|
-
Fmp4HlsSettings: (_) =>
|
|
7523
|
+
AudioOnlyHlsSettings: [, (_) => de_AudioOnlyHlsSettings(_, context), `audioOnlyHlsSettings`],
|
|
7524
|
+
Fmp4HlsSettings: [, (_) => de_Fmp4HlsSettings(_, context), `fmp4HlsSettings`],
|
|
7521
7525
|
FrameCaptureHlsSettings: [, smithy_client_1._json, `frameCaptureHlsSettings`],
|
|
7522
|
-
StandardHlsSettings: (_) =>
|
|
7526
|
+
StandardHlsSettings: [, (_) => de_StandardHlsSettings(_, context), `standardHlsSettings`],
|
|
7523
7527
|
});
|
|
7524
7528
|
};
|
|
7525
7529
|
const de_HlsTimedMetadataScheduleActionSettings = (output, context) => {
|
|
@@ -7540,17 +7544,17 @@ const de_Input = (output, context) => {
|
|
|
7540
7544
|
return (0, smithy_client_1.take)(output, {
|
|
7541
7545
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
7542
7546
|
AttachedChannels: [, smithy_client_1._json, `attachedChannels`],
|
|
7543
|
-
Destinations: (_) =>
|
|
7547
|
+
Destinations: [, (_) => de___listOfInputDestination(_, context), `destinations`],
|
|
7544
7548
|
Id: [, smithy_client_1.expectString, `id`],
|
|
7545
7549
|
InputClass: [, smithy_client_1.expectString, `inputClass`],
|
|
7546
|
-
InputDevices: (_) =>
|
|
7550
|
+
InputDevices: [, (_) => de___listOfInputDeviceSettings(_, context), `inputDevices`],
|
|
7547
7551
|
InputPartnerIds: [, smithy_client_1._json, `inputPartnerIds`],
|
|
7548
7552
|
InputSourceType: [, smithy_client_1.expectString, `inputSourceType`],
|
|
7549
|
-
MediaConnectFlows: (_) =>
|
|
7553
|
+
MediaConnectFlows: [, (_) => de___listOfMediaConnectFlow(_, context), `mediaConnectFlows`],
|
|
7550
7554
|
Name: [, smithy_client_1.expectString, `name`],
|
|
7551
7555
|
RoleArn: [, smithy_client_1.expectString, `roleArn`],
|
|
7552
7556
|
SecurityGroups: [, smithy_client_1._json, `securityGroups`],
|
|
7553
|
-
Sources: (_) =>
|
|
7557
|
+
Sources: [, (_) => de___listOfInputSource(_, context), `sources`],
|
|
7554
7558
|
State: [, smithy_client_1.expectString, `state`],
|
|
7555
7559
|
Tags: [, smithy_client_1._json, `tags`],
|
|
7556
7560
|
Type: [, smithy_client_1.expectString, `type`],
|
|
@@ -7558,14 +7562,14 @@ const de_Input = (output, context) => {
|
|
|
7558
7562
|
};
|
|
7559
7563
|
const de_InputAttachment = (output, context) => {
|
|
7560
7564
|
return (0, smithy_client_1.take)(output, {
|
|
7561
|
-
AutomaticInputFailoverSettings:
|
|
7565
|
+
AutomaticInputFailoverSettings: [
|
|
7562
7566
|
,
|
|
7563
|
-
de_AutomaticInputFailoverSettings(_, context),
|
|
7567
|
+
(_) => de_AutomaticInputFailoverSettings(_, context),
|
|
7564
7568
|
`automaticInputFailoverSettings`,
|
|
7565
7569
|
],
|
|
7566
7570
|
InputAttachmentName: [, smithy_client_1.expectString, `inputAttachmentName`],
|
|
7567
7571
|
InputId: [, smithy_client_1.expectString, `inputId`],
|
|
7568
|
-
InputSettings: (_) =>
|
|
7572
|
+
InputSettings: [, (_) => de_InputSettings(_, context), `inputSettings`],
|
|
7569
7573
|
});
|
|
7570
7574
|
};
|
|
7571
7575
|
const de_InputChannelLevel = (output, context) => {
|
|
@@ -7577,8 +7581,8 @@ const de_InputChannelLevel = (output, context) => {
|
|
|
7577
7581
|
const de_InputClippingSettings = (output, context) => {
|
|
7578
7582
|
return (0, smithy_client_1.take)(output, {
|
|
7579
7583
|
InputTimecodeSource: [, smithy_client_1.expectString, `inputTimecodeSource`],
|
|
7580
|
-
StartTimecode: (_) =>
|
|
7581
|
-
StopTimecode: (_) =>
|
|
7584
|
+
StartTimecode: [, (_) => de_StartTimecode(_, context), `startTimecode`],
|
|
7585
|
+
StopTimecode: [, (_) => de_StopTimecode(_, context), `stopTimecode`],
|
|
7582
7586
|
});
|
|
7583
7587
|
};
|
|
7584
7588
|
const de_InputDestination = (output, context) => {
|
|
@@ -7586,7 +7590,7 @@ const de_InputDestination = (output, context) => {
|
|
|
7586
7590
|
Ip: [, smithy_client_1.expectString, `ip`],
|
|
7587
7591
|
Port: [, smithy_client_1.expectString, `port`],
|
|
7588
7592
|
Url: [, smithy_client_1.expectString, `url`],
|
|
7589
|
-
Vpc: (_) =>
|
|
7593
|
+
Vpc: [, (_) => de_InputDestinationVpc(_, context), `vpc`],
|
|
7590
7594
|
});
|
|
7591
7595
|
};
|
|
7592
7596
|
const de_InputDestinationVpc = (output, context) => {
|
|
@@ -7628,15 +7632,15 @@ const de_InputDeviceSummary = (output, context) => {
|
|
|
7628
7632
|
ConnectionState: [, smithy_client_1.expectString, `connectionState`],
|
|
7629
7633
|
DeviceSettingsSyncState: [, smithy_client_1.expectString, `deviceSettingsSyncState`],
|
|
7630
7634
|
DeviceUpdateStatus: [, smithy_client_1.expectString, `deviceUpdateStatus`],
|
|
7631
|
-
HdDeviceSettings: (_) =>
|
|
7635
|
+
HdDeviceSettings: [, (_) => de_InputDeviceHdSettings(_, context), `hdDeviceSettings`],
|
|
7632
7636
|
Id: [, smithy_client_1.expectString, `id`],
|
|
7633
7637
|
MacAddress: [, smithy_client_1.expectString, `macAddress`],
|
|
7634
7638
|
Name: [, smithy_client_1.expectString, `name`],
|
|
7635
|
-
NetworkSettings: (_) =>
|
|
7639
|
+
NetworkSettings: [, (_) => de_InputDeviceNetworkSettings(_, context), `networkSettings`],
|
|
7636
7640
|
SerialNumber: [, smithy_client_1.expectString, `serialNumber`],
|
|
7637
7641
|
Tags: [, smithy_client_1._json, `tags`],
|
|
7638
7642
|
Type: [, smithy_client_1.expectString, `type`],
|
|
7639
|
-
UhdDeviceSettings: (_) =>
|
|
7643
|
+
UhdDeviceSettings: [, (_) => de_InputDeviceUhdSettings(_, context), `uhdDeviceSettings`],
|
|
7640
7644
|
});
|
|
7641
7645
|
};
|
|
7642
7646
|
const de_InputDeviceUhdSettings = (output, context) => {
|
|
@@ -7663,7 +7667,7 @@ const de_InputLossBehavior = (output, context) => {
|
|
|
7663
7667
|
return (0, smithy_client_1.take)(output, {
|
|
7664
7668
|
BlackFrameMsec: [, smithy_client_1.expectInt32, `blackFrameMsec`],
|
|
7665
7669
|
InputLossImageColor: [, smithy_client_1.expectString, `inputLossImageColor`],
|
|
7666
|
-
InputLossImageSlate: (_) =>
|
|
7670
|
+
InputLossImageSlate: [, (_) => de_InputLocation(_, context), `inputLossImageSlate`],
|
|
7667
7671
|
InputLossImageType: [, smithy_client_1.expectString, `inputLossImageType`],
|
|
7668
7672
|
RepeatFrameMsec: [, smithy_client_1.expectInt32, `repeatFrameMsec`],
|
|
7669
7673
|
});
|
|
@@ -7676,7 +7680,7 @@ const de_InputLossFailoverSettings = (output, context) => {
|
|
|
7676
7680
|
const de_InputPrepareScheduleActionSettings = (output, context) => {
|
|
7677
7681
|
return (0, smithy_client_1.take)(output, {
|
|
7678
7682
|
InputAttachmentNameReference: [, smithy_client_1.expectString, `inputAttachmentNameReference`],
|
|
7679
|
-
InputClippingSettings: (_) =>
|
|
7683
|
+
InputClippingSettings: [, (_) => de_InputClippingSettings(_, context), `inputClippingSettings`],
|
|
7680
7684
|
UrlPath: [, smithy_client_1._json, `urlPath`],
|
|
7681
7685
|
});
|
|
7682
7686
|
};
|
|
@@ -7687,22 +7691,22 @@ const de_InputSecurityGroup = (output, context) => {
|
|
|
7687
7691
|
Inputs: [, smithy_client_1._json, `inputs`],
|
|
7688
7692
|
State: [, smithy_client_1.expectString, `state`],
|
|
7689
7693
|
Tags: [, smithy_client_1._json, `tags`],
|
|
7690
|
-
WhitelistRules: (_) =>
|
|
7694
|
+
WhitelistRules: [, (_) => de___listOfInputWhitelistRule(_, context), `whitelistRules`],
|
|
7691
7695
|
});
|
|
7692
7696
|
};
|
|
7693
7697
|
const de_InputSettings = (output, context) => {
|
|
7694
7698
|
return (0, smithy_client_1.take)(output, {
|
|
7695
|
-
AudioSelectors: (_) =>
|
|
7696
|
-
CaptionSelectors: (_) =>
|
|
7699
|
+
AudioSelectors: [, (_) => de___listOfAudioSelector(_, context), `audioSelectors`],
|
|
7700
|
+
CaptionSelectors: [, (_) => de___listOfCaptionSelector(_, context), `captionSelectors`],
|
|
7697
7701
|
DeblockFilter: [, smithy_client_1.expectString, `deblockFilter`],
|
|
7698
7702
|
DenoiseFilter: [, smithy_client_1.expectString, `denoiseFilter`],
|
|
7699
7703
|
FilterStrength: [, smithy_client_1.expectInt32, `filterStrength`],
|
|
7700
7704
|
InputFilter: [, smithy_client_1.expectString, `inputFilter`],
|
|
7701
|
-
NetworkInputSettings: (_) =>
|
|
7705
|
+
NetworkInputSettings: [, (_) => de_NetworkInputSettings(_, context), `networkInputSettings`],
|
|
7702
7706
|
Scte35Pid: [, smithy_client_1.expectInt32, `scte35Pid`],
|
|
7703
7707
|
Smpte2038DataPreference: [, smithy_client_1.expectString, `smpte2038DataPreference`],
|
|
7704
7708
|
SourceEndBehavior: [, smithy_client_1.expectString, `sourceEndBehavior`],
|
|
7705
|
-
VideoSelector: (_) =>
|
|
7709
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
7706
7710
|
});
|
|
7707
7711
|
};
|
|
7708
7712
|
const de_InputSource = (output, context) => {
|
|
@@ -7722,7 +7726,7 @@ const de_InputSpecification = (output, context) => {
|
|
|
7722
7726
|
const de_InputSwitchScheduleActionSettings = (output, context) => {
|
|
7723
7727
|
return (0, smithy_client_1.take)(output, {
|
|
7724
7728
|
InputAttachmentNameReference: [, smithy_client_1.expectString, `inputAttachmentNameReference`],
|
|
7725
|
-
InputClippingSettings: (_) =>
|
|
7729
|
+
InputClippingSettings: [, (_) => de_InputClippingSettings(_, context), `inputClippingSettings`],
|
|
7726
7730
|
UrlPath: [, smithy_client_1._json, `urlPath`],
|
|
7727
7731
|
});
|
|
7728
7732
|
};
|
|
@@ -7733,7 +7737,7 @@ const de_InputWhitelistRule = (output, context) => {
|
|
|
7733
7737
|
};
|
|
7734
7738
|
const de_KeyProviderSettings = (output, context) => {
|
|
7735
7739
|
return (0, smithy_client_1.take)(output, {
|
|
7736
|
-
StaticKeySettings: (_) =>
|
|
7740
|
+
StaticKeySettings: [, (_) => de_StaticKeySettings(_, context), `staticKeySettings`],
|
|
7737
7741
|
});
|
|
7738
7742
|
};
|
|
7739
7743
|
const de_M2tsSettings = (output, context) => {
|
|
@@ -7749,10 +7753,10 @@ const de_M2tsSettings = (output, context) => {
|
|
|
7749
7753
|
Bitrate: [, smithy_client_1.expectInt32, `bitrate`],
|
|
7750
7754
|
BufferModel: [, smithy_client_1.expectString, `bufferModel`],
|
|
7751
7755
|
CcDescriptor: [, smithy_client_1.expectString, `ccDescriptor`],
|
|
7752
|
-
DvbNitSettings: (_) =>
|
|
7753
|
-
DvbSdtSettings: (_) =>
|
|
7756
|
+
DvbNitSettings: [, (_) => de_DvbNitSettings(_, context), `dvbNitSettings`],
|
|
7757
|
+
DvbSdtSettings: [, (_) => de_DvbSdtSettings(_, context), `dvbSdtSettings`],
|
|
7754
7758
|
DvbSubPids: [, smithy_client_1.expectString, `dvbSubPids`],
|
|
7755
|
-
DvbTdtSettings: (_) =>
|
|
7759
|
+
DvbTdtSettings: [, (_) => de_DvbTdtSettings(_, context), `dvbTdtSettings`],
|
|
7756
7760
|
DvbTeletextPid: [, smithy_client_1.expectString, `dvbTeletextPid`],
|
|
7757
7761
|
Ebif: [, smithy_client_1.expectString, `ebif`],
|
|
7758
7762
|
EbpAudioInterval: [, smithy_client_1.expectString, `ebpAudioInterval`],
|
|
@@ -7824,7 +7828,7 @@ const de_MediaConnectFlow = (output, context) => {
|
|
|
7824
7828
|
};
|
|
7825
7829
|
const de_MediaPackageGroupSettings = (output, context) => {
|
|
7826
7830
|
return (0, smithy_client_1.take)(output, {
|
|
7827
|
-
Destination: (_) =>
|
|
7831
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7828
7832
|
});
|
|
7829
7833
|
};
|
|
7830
7834
|
const de_MediaPackageOutputDestinationSettings = (output, context) => {
|
|
@@ -7843,7 +7847,7 @@ const de_MotionGraphicsActivateScheduleActionSettings = (output, context) => {
|
|
|
7843
7847
|
const de_MotionGraphicsConfiguration = (output, context) => {
|
|
7844
7848
|
return (0, smithy_client_1.take)(output, {
|
|
7845
7849
|
MotionGraphicsInsertion: [, smithy_client_1.expectString, `motionGraphicsInsertion`],
|
|
7846
|
-
MotionGraphicsSettings: (_) =>
|
|
7850
|
+
MotionGraphicsSettings: [, (_) => de_MotionGraphicsSettings(_, context), `motionGraphicsSettings`],
|
|
7847
7851
|
});
|
|
7848
7852
|
};
|
|
7849
7853
|
const de_MotionGraphicsSettings = (output, context) => {
|
|
@@ -7860,7 +7864,7 @@ const de_Mp2Settings = (output, context) => {
|
|
|
7860
7864
|
};
|
|
7861
7865
|
const de_Mpeg2FilterSettings = (output, context) => {
|
|
7862
7866
|
return (0, smithy_client_1.take)(output, {
|
|
7863
|
-
TemporalFilterSettings: (_) =>
|
|
7867
|
+
TemporalFilterSettings: [, (_) => de_TemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
7864
7868
|
});
|
|
7865
7869
|
};
|
|
7866
7870
|
const de_Mpeg2Settings = (output, context) => {
|
|
@@ -7870,7 +7874,7 @@ const de_Mpeg2Settings = (output, context) => {
|
|
|
7870
7874
|
ColorMetadata: [, smithy_client_1.expectString, `colorMetadata`],
|
|
7871
7875
|
ColorSpace: [, smithy_client_1.expectString, `colorSpace`],
|
|
7872
7876
|
DisplayAspectRatio: [, smithy_client_1.expectString, `displayAspectRatio`],
|
|
7873
|
-
FilterSettings: (_) =>
|
|
7877
|
+
FilterSettings: [, (_) => de_Mpeg2FilterSettings(_, context), `filterSettings`],
|
|
7874
7878
|
FixedAfd: [, smithy_client_1.expectString, `fixedAfd`],
|
|
7875
7879
|
FramerateDenominator: [, smithy_client_1.expectInt32, `framerateDenominator`],
|
|
7876
7880
|
FramerateNumerator: [, smithy_client_1.expectInt32, `framerateNumerator`],
|
|
@@ -7880,7 +7884,7 @@ const de_Mpeg2Settings = (output, context) => {
|
|
|
7880
7884
|
GopSizeUnits: [, smithy_client_1.expectString, `gopSizeUnits`],
|
|
7881
7885
|
ScanType: [, smithy_client_1.expectString, `scanType`],
|
|
7882
7886
|
SubgopLength: [, smithy_client_1.expectString, `subgopLength`],
|
|
7883
|
-
TimecodeBurninSettings: (_) =>
|
|
7887
|
+
TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
|
|
7884
7888
|
TimecodeInsertion: [, smithy_client_1.expectString, `timecodeInsertion`],
|
|
7885
7889
|
});
|
|
7886
7890
|
};
|
|
@@ -7890,7 +7894,7 @@ const de_MsSmoothGroupSettings = (output, context) => {
|
|
|
7890
7894
|
AudioOnlyTimecodeControl: [, smithy_client_1.expectString, `audioOnlyTimecodeControl`],
|
|
7891
7895
|
CertificateMode: [, smithy_client_1.expectString, `certificateMode`],
|
|
7892
7896
|
ConnectionRetryInterval: [, smithy_client_1.expectInt32, `connectionRetryInterval`],
|
|
7893
|
-
Destination: (_) =>
|
|
7897
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7894
7898
|
EventId: [, smithy_client_1.expectString, `eventId`],
|
|
7895
7899
|
EventIdMode: [, smithy_client_1.expectString, `eventIdMode`],
|
|
7896
7900
|
EventStopBehavior: [, smithy_client_1.expectString, `eventStopBehavior`],
|
|
@@ -7917,9 +7921,9 @@ const de_Multiplex = (output, context) => {
|
|
|
7917
7921
|
return (0, smithy_client_1.take)(output, {
|
|
7918
7922
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
7919
7923
|
AvailabilityZones: [, smithy_client_1._json, `availabilityZones`],
|
|
7920
|
-
Destinations: (_) =>
|
|
7924
|
+
Destinations: [, (_) => de___listOfMultiplexOutputDestination(_, context), `destinations`],
|
|
7921
7925
|
Id: [, smithy_client_1.expectString, `id`],
|
|
7922
|
-
MultiplexSettings: (_) =>
|
|
7926
|
+
MultiplexSettings: [, (_) => de_MultiplexSettings(_, context), `multiplexSettings`],
|
|
7923
7927
|
Name: [, smithy_client_1.expectString, `name`],
|
|
7924
7928
|
PipelinesRunningCount: [, smithy_client_1.expectInt32, `pipelinesRunningCount`],
|
|
7925
7929
|
ProgramCount: [, smithy_client_1.expectInt32, `programCount`],
|
|
@@ -7934,24 +7938,24 @@ const de_MultiplexMediaConnectOutputDestinationSettings = (output, context) => {
|
|
|
7934
7938
|
};
|
|
7935
7939
|
const de_MultiplexOutputDestination = (output, context) => {
|
|
7936
7940
|
return (0, smithy_client_1.take)(output, {
|
|
7937
|
-
MediaConnectSettings:
|
|
7941
|
+
MediaConnectSettings: [
|
|
7938
7942
|
,
|
|
7939
|
-
de_MultiplexMediaConnectOutputDestinationSettings(_, context),
|
|
7943
|
+
(_) => de_MultiplexMediaConnectOutputDestinationSettings(_, context),
|
|
7940
7944
|
`mediaConnectSettings`,
|
|
7941
7945
|
],
|
|
7942
7946
|
});
|
|
7943
7947
|
};
|
|
7944
7948
|
const de_MultiplexOutputSettings = (output, context) => {
|
|
7945
7949
|
return (0, smithy_client_1.take)(output, {
|
|
7946
|
-
Destination: (_) =>
|
|
7950
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
7947
7951
|
});
|
|
7948
7952
|
};
|
|
7949
7953
|
const de_MultiplexProgram = (output, context) => {
|
|
7950
7954
|
return (0, smithy_client_1.take)(output, {
|
|
7951
7955
|
ChannelId: [, smithy_client_1.expectString, `channelId`],
|
|
7952
|
-
MultiplexProgramSettings: (_) =>
|
|
7953
|
-
PacketIdentifiersMap: (_) =>
|
|
7954
|
-
PipelineDetails: (_) =>
|
|
7956
|
+
MultiplexProgramSettings: [, (_) => de_MultiplexProgramSettings(_, context), `multiplexProgramSettings`],
|
|
7957
|
+
PacketIdentifiersMap: [, (_) => de_MultiplexProgramPacketIdentifiersMap(_, context), `packetIdentifiersMap`],
|
|
7958
|
+
PipelineDetails: [, (_) => de___listOfMultiplexProgramPipelineDetail(_, context), `pipelineDetails`],
|
|
7955
7959
|
ProgramName: [, smithy_client_1.expectString, `programName`],
|
|
7956
7960
|
});
|
|
7957
7961
|
};
|
|
@@ -7994,8 +7998,8 @@ const de_MultiplexProgramSettings = (output, context) => {
|
|
|
7994
7998
|
return (0, smithy_client_1.take)(output, {
|
|
7995
7999
|
PreferredChannelPipeline: [, smithy_client_1.expectString, `preferredChannelPipeline`],
|
|
7996
8000
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
7997
|
-
ServiceDescriptor: (_) =>
|
|
7998
|
-
VideoSettings: (_) =>
|
|
8001
|
+
ServiceDescriptor: [, (_) => de_MultiplexProgramServiceDescriptor(_, context), `serviceDescriptor`],
|
|
8002
|
+
VideoSettings: [, (_) => de_MultiplexVideoSettings(_, context), `videoSettings`],
|
|
7999
8003
|
});
|
|
8000
8004
|
};
|
|
8001
8005
|
const de_MultiplexProgramSummary = (output, context) => {
|
|
@@ -8029,7 +8033,7 @@ const de_MultiplexSummary = (output, context) => {
|
|
|
8029
8033
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
8030
8034
|
AvailabilityZones: [, smithy_client_1._json, `availabilityZones`],
|
|
8031
8035
|
Id: [, smithy_client_1.expectString, `id`],
|
|
8032
|
-
MultiplexSettings: (_) =>
|
|
8036
|
+
MultiplexSettings: [, (_) => de_MultiplexSettingsSummary(_, context), `multiplexSettings`],
|
|
8033
8037
|
Name: [, smithy_client_1.expectString, `name`],
|
|
8034
8038
|
PipelinesRunningCount: [, smithy_client_1.expectInt32, `pipelinesRunningCount`],
|
|
8035
8039
|
ProgramCount: [, smithy_client_1.expectInt32, `programCount`],
|
|
@@ -8040,12 +8044,12 @@ const de_MultiplexSummary = (output, context) => {
|
|
|
8040
8044
|
const de_MultiplexVideoSettings = (output, context) => {
|
|
8041
8045
|
return (0, smithy_client_1.take)(output, {
|
|
8042
8046
|
ConstantBitrate: [, smithy_client_1.expectInt32, `constantBitrate`],
|
|
8043
|
-
StatmuxSettings: (_) =>
|
|
8047
|
+
StatmuxSettings: [, (_) => de_MultiplexStatmuxVideoSettings(_, context), `statmuxSettings`],
|
|
8044
8048
|
});
|
|
8045
8049
|
};
|
|
8046
8050
|
const de_NetworkInputSettings = (output, context) => {
|
|
8047
8051
|
return (0, smithy_client_1.take)(output, {
|
|
8048
|
-
HlsInputSettings: (_) =>
|
|
8052
|
+
HlsInputSettings: [, (_) => de_HlsInputSettings(_, context), `hlsInputSettings`],
|
|
8049
8053
|
ServerValidation: [, smithy_client_1.expectString, `serverValidation`],
|
|
8050
8054
|
});
|
|
8051
8055
|
};
|
|
@@ -8071,9 +8075,9 @@ const de_NielsenNaesIiNw = (output, context) => {
|
|
|
8071
8075
|
};
|
|
8072
8076
|
const de_NielsenWatermarksSettings = (output, context) => {
|
|
8073
8077
|
return (0, smithy_client_1.take)(output, {
|
|
8074
|
-
NielsenCbetSettings: (_) =>
|
|
8078
|
+
NielsenCbetSettings: [, (_) => de_NielsenCBET(_, context), `nielsenCbetSettings`],
|
|
8075
8079
|
NielsenDistributionType: [, smithy_client_1.expectString, `nielsenDistributionType`],
|
|
8076
|
-
NielsenNaesIiNwSettings: (_) =>
|
|
8080
|
+
NielsenNaesIiNwSettings: [, (_) => de_NielsenNaesIiNw(_, context), `nielsenNaesIiNwSettings`],
|
|
8077
8081
|
});
|
|
8078
8082
|
};
|
|
8079
8083
|
const de_Offering = (output, context) => {
|
|
@@ -8087,7 +8091,7 @@ const de_Offering = (output, context) => {
|
|
|
8087
8091
|
OfferingId: [, smithy_client_1.expectString, `offeringId`],
|
|
8088
8092
|
OfferingType: [, smithy_client_1.expectString, `offeringType`],
|
|
8089
8093
|
Region: [, smithy_client_1.expectString, `region`],
|
|
8090
|
-
ResourceSpecification: (_) =>
|
|
8094
|
+
ResourceSpecification: [, (_) => de_ReservationResourceSpecification(_, context), `resourceSpecification`],
|
|
8091
8095
|
UsagePrice: [, smithy_client_1.limitedParseDouble, `usagePrice`],
|
|
8092
8096
|
});
|
|
8093
8097
|
};
|
|
@@ -8096,20 +8100,20 @@ const de_Output = (output, context) => {
|
|
|
8096
8100
|
AudioDescriptionNames: [, smithy_client_1._json, `audioDescriptionNames`],
|
|
8097
8101
|
CaptionDescriptionNames: [, smithy_client_1._json, `captionDescriptionNames`],
|
|
8098
8102
|
OutputName: [, smithy_client_1.expectString, `outputName`],
|
|
8099
|
-
OutputSettings: (_) =>
|
|
8103
|
+
OutputSettings: [, (_) => de_OutputSettings(_, context), `outputSettings`],
|
|
8100
8104
|
VideoDescriptionName: [, smithy_client_1.expectString, `videoDescriptionName`],
|
|
8101
8105
|
});
|
|
8102
8106
|
};
|
|
8103
8107
|
const de_OutputDestination = (output, context) => {
|
|
8104
8108
|
return (0, smithy_client_1.take)(output, {
|
|
8105
8109
|
Id: [, smithy_client_1.expectString, `id`],
|
|
8106
|
-
MediaPackageSettings:
|
|
8110
|
+
MediaPackageSettings: [
|
|
8107
8111
|
,
|
|
8108
|
-
de___listOfMediaPackageOutputDestinationSettings(_, context),
|
|
8112
|
+
(_) => de___listOfMediaPackageOutputDestinationSettings(_, context),
|
|
8109
8113
|
`mediaPackageSettings`,
|
|
8110
8114
|
],
|
|
8111
|
-
MultiplexSettings: (_) =>
|
|
8112
|
-
Settings: (_) =>
|
|
8115
|
+
MultiplexSettings: [, (_) => de_MultiplexProgramChannelDestinationSettings(_, context), `multiplexSettings`],
|
|
8116
|
+
Settings: [, (_) => de___listOfOutputDestinationSettings(_, context), `settings`],
|
|
8113
8117
|
});
|
|
8114
8118
|
};
|
|
8115
8119
|
const de_OutputDestinationSettings = (output, context) => {
|
|
@@ -8123,20 +8127,20 @@ const de_OutputDestinationSettings = (output, context) => {
|
|
|
8123
8127
|
const de_OutputGroup = (output, context) => {
|
|
8124
8128
|
return (0, smithy_client_1.take)(output, {
|
|
8125
8129
|
Name: [, smithy_client_1.expectString, `name`],
|
|
8126
|
-
OutputGroupSettings: (_) =>
|
|
8127
|
-
Outputs: (_) =>
|
|
8130
|
+
OutputGroupSettings: [, (_) => de_OutputGroupSettings(_, context), `outputGroupSettings`],
|
|
8131
|
+
Outputs: [, (_) => de___listOfOutput(_, context), `outputs`],
|
|
8128
8132
|
});
|
|
8129
8133
|
};
|
|
8130
8134
|
const de_OutputGroupSettings = (output, context) => {
|
|
8131
8135
|
return (0, smithy_client_1.take)(output, {
|
|
8132
|
-
ArchiveGroupSettings: (_) =>
|
|
8133
|
-
FrameCaptureGroupSettings: (_) =>
|
|
8134
|
-
HlsGroupSettings: (_) =>
|
|
8135
|
-
MediaPackageGroupSettings: (_) =>
|
|
8136
|
-
MsSmoothGroupSettings: (_) =>
|
|
8136
|
+
ArchiveGroupSettings: [, (_) => de_ArchiveGroupSettings(_, context), `archiveGroupSettings`],
|
|
8137
|
+
FrameCaptureGroupSettings: [, (_) => de_FrameCaptureGroupSettings(_, context), `frameCaptureGroupSettings`],
|
|
8138
|
+
HlsGroupSettings: [, (_) => de_HlsGroupSettings(_, context), `hlsGroupSettings`],
|
|
8139
|
+
MediaPackageGroupSettings: [, (_) => de_MediaPackageGroupSettings(_, context), `mediaPackageGroupSettings`],
|
|
8140
|
+
MsSmoothGroupSettings: [, (_) => de_MsSmoothGroupSettings(_, context), `msSmoothGroupSettings`],
|
|
8137
8141
|
MultiplexGroupSettings: [, smithy_client_1._json, `multiplexGroupSettings`],
|
|
8138
|
-
RtmpGroupSettings: (_) =>
|
|
8139
|
-
UdpGroupSettings: (_) =>
|
|
8142
|
+
RtmpGroupSettings: [, (_) => de_RtmpGroupSettings(_, context), `rtmpGroupSettings`],
|
|
8143
|
+
UdpGroupSettings: [, (_) => de_UdpGroupSettings(_, context), `udpGroupSettings`],
|
|
8140
8144
|
});
|
|
8141
8145
|
};
|
|
8142
8146
|
const de_OutputLocationRef = (output, context) => {
|
|
@@ -8146,19 +8150,19 @@ const de_OutputLocationRef = (output, context) => {
|
|
|
8146
8150
|
};
|
|
8147
8151
|
const de_OutputSettings = (output, context) => {
|
|
8148
8152
|
return (0, smithy_client_1.take)(output, {
|
|
8149
|
-
ArchiveOutputSettings: (_) =>
|
|
8150
|
-
FrameCaptureOutputSettings: (_) =>
|
|
8151
|
-
HlsOutputSettings: (_) =>
|
|
8153
|
+
ArchiveOutputSettings: [, (_) => de_ArchiveOutputSettings(_, context), `archiveOutputSettings`],
|
|
8154
|
+
FrameCaptureOutputSettings: [, (_) => de_FrameCaptureOutputSettings(_, context), `frameCaptureOutputSettings`],
|
|
8155
|
+
HlsOutputSettings: [, (_) => de_HlsOutputSettings(_, context), `hlsOutputSettings`],
|
|
8152
8156
|
MediaPackageOutputSettings: [, smithy_client_1._json, `mediaPackageOutputSettings`],
|
|
8153
|
-
MsSmoothOutputSettings: (_) =>
|
|
8154
|
-
MultiplexOutputSettings: (_) =>
|
|
8155
|
-
RtmpOutputSettings: (_) =>
|
|
8156
|
-
UdpOutputSettings: (_) =>
|
|
8157
|
+
MsSmoothOutputSettings: [, (_) => de_MsSmoothOutputSettings(_, context), `msSmoothOutputSettings`],
|
|
8158
|
+
MultiplexOutputSettings: [, (_) => de_MultiplexOutputSettings(_, context), `multiplexOutputSettings`],
|
|
8159
|
+
RtmpOutputSettings: [, (_) => de_RtmpOutputSettings(_, context), `rtmpOutputSettings`],
|
|
8160
|
+
UdpOutputSettings: [, (_) => de_UdpOutputSettings(_, context), `udpOutputSettings`],
|
|
8157
8161
|
});
|
|
8158
8162
|
};
|
|
8159
8163
|
const de_PauseStateScheduleActionSettings = (output, context) => {
|
|
8160
8164
|
return (0, smithy_client_1.take)(output, {
|
|
8161
|
-
Pipelines: (_) =>
|
|
8165
|
+
Pipelines: [, (_) => de___listOfPipelinePauseStateSettings(_, context), `pipelines`],
|
|
8162
8166
|
});
|
|
8163
8167
|
};
|
|
8164
8168
|
const de_PipelineDetail = (output, context) => {
|
|
@@ -8177,7 +8181,7 @@ const de_PipelinePauseStateSettings = (output, context) => {
|
|
|
8177
8181
|
};
|
|
8178
8182
|
const de_RemixSettings = (output, context) => {
|
|
8179
8183
|
return (0, smithy_client_1.take)(output, {
|
|
8180
|
-
ChannelMappings: (_) =>
|
|
8184
|
+
ChannelMappings: [, (_) => de___listOfAudioChannelMapping(_, context), `channelMappings`],
|
|
8181
8185
|
ChannelsIn: [, smithy_client_1.expectInt32, `channelsIn`],
|
|
8182
8186
|
ChannelsOut: [, smithy_client_1.expectInt32, `channelsOut`],
|
|
8183
8187
|
});
|
|
@@ -8202,9 +8206,9 @@ const de_Reservation = (output, context) => {
|
|
|
8202
8206
|
OfferingId: [, smithy_client_1.expectString, `offeringId`],
|
|
8203
8207
|
OfferingType: [, smithy_client_1.expectString, `offeringType`],
|
|
8204
8208
|
Region: [, smithy_client_1.expectString, `region`],
|
|
8205
|
-
RenewalSettings: (_) =>
|
|
8209
|
+
RenewalSettings: [, (_) => de_RenewalSettings(_, context), `renewalSettings`],
|
|
8206
8210
|
ReservationId: [, smithy_client_1.expectString, `reservationId`],
|
|
8207
|
-
ResourceSpecification: (_) =>
|
|
8211
|
+
ResourceSpecification: [, (_) => de_ReservationResourceSpecification(_, context), `resourceSpecification`],
|
|
8208
8212
|
Start: [, smithy_client_1.expectString, `start`],
|
|
8209
8213
|
State: [, smithy_client_1.expectString, `state`],
|
|
8210
8214
|
Tags: [, smithy_client_1._json, `tags`],
|
|
@@ -8238,76 +8242,80 @@ const de_RtmpOutputSettings = (output, context) => {
|
|
|
8238
8242
|
return (0, smithy_client_1.take)(output, {
|
|
8239
8243
|
CertificateMode: [, smithy_client_1.expectString, `certificateMode`],
|
|
8240
8244
|
ConnectionRetryInterval: [, smithy_client_1.expectInt32, `connectionRetryInterval`],
|
|
8241
|
-
Destination: (_) =>
|
|
8245
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
8242
8246
|
NumRetries: [, smithy_client_1.expectInt32, `numRetries`],
|
|
8243
8247
|
});
|
|
8244
8248
|
};
|
|
8245
8249
|
const de_ScheduleAction = (output, context) => {
|
|
8246
8250
|
return (0, smithy_client_1.take)(output, {
|
|
8247
8251
|
ActionName: [, smithy_client_1.expectString, `actionName`],
|
|
8248
|
-
ScheduleActionSettings: (_) =>
|
|
8249
|
-
ScheduleActionStartSettings:
|
|
8252
|
+
ScheduleActionSettings: [, (_) => de_ScheduleActionSettings(_, context), `scheduleActionSettings`],
|
|
8253
|
+
ScheduleActionStartSettings: [
|
|
8254
|
+
,
|
|
8255
|
+
(_) => de_ScheduleActionStartSettings(_, context),
|
|
8256
|
+
`scheduleActionStartSettings`,
|
|
8257
|
+
],
|
|
8250
8258
|
});
|
|
8251
8259
|
};
|
|
8252
8260
|
const de_ScheduleActionSettings = (output, context) => {
|
|
8253
8261
|
return (0, smithy_client_1.take)(output, {
|
|
8254
|
-
HlsId3SegmentTaggingSettings:
|
|
8262
|
+
HlsId3SegmentTaggingSettings: [
|
|
8255
8263
|
,
|
|
8256
|
-
de_HlsId3SegmentTaggingScheduleActionSettings(_, context),
|
|
8264
|
+
(_) => de_HlsId3SegmentTaggingScheduleActionSettings(_, context),
|
|
8257
8265
|
`hlsId3SegmentTaggingSettings`,
|
|
8258
8266
|
],
|
|
8259
|
-
HlsTimedMetadataSettings:
|
|
8267
|
+
HlsTimedMetadataSettings: [
|
|
8260
8268
|
,
|
|
8261
|
-
de_HlsTimedMetadataScheduleActionSettings(_, context),
|
|
8269
|
+
(_) => de_HlsTimedMetadataScheduleActionSettings(_, context),
|
|
8262
8270
|
`hlsTimedMetadataSettings`,
|
|
8263
8271
|
],
|
|
8264
|
-
InputPrepareSettings: (_) =>
|
|
8265
|
-
InputSwitchSettings: (_) =>
|
|
8266
|
-
MotionGraphicsImageActivateSettings:
|
|
8272
|
+
InputPrepareSettings: [, (_) => de_InputPrepareScheduleActionSettings(_, context), `inputPrepareSettings`],
|
|
8273
|
+
InputSwitchSettings: [, (_) => de_InputSwitchScheduleActionSettings(_, context), `inputSwitchSettings`],
|
|
8274
|
+
MotionGraphicsImageActivateSettings: [
|
|
8267
8275
|
,
|
|
8268
|
-
de_MotionGraphicsActivateScheduleActionSettings(_, context),
|
|
8276
|
+
(_) => de_MotionGraphicsActivateScheduleActionSettings(_, context),
|
|
8269
8277
|
`motionGraphicsImageActivateSettings`,
|
|
8270
8278
|
],
|
|
8271
8279
|
MotionGraphicsImageDeactivateSettings: [, smithy_client_1._json, `motionGraphicsImageDeactivateSettings`],
|
|
8272
|
-
PauseStateSettings: (_) =>
|
|
8273
|
-
Scte35InputSettings: (_) =>
|
|
8274
|
-
Scte35ReturnToNetworkSettings:
|
|
8280
|
+
PauseStateSettings: [, (_) => de_PauseStateScheduleActionSettings(_, context), `pauseStateSettings`],
|
|
8281
|
+
Scte35InputSettings: [, (_) => de_Scte35InputScheduleActionSettings(_, context), `scte35InputSettings`],
|
|
8282
|
+
Scte35ReturnToNetworkSettings: [
|
|
8275
8283
|
,
|
|
8276
|
-
de_Scte35ReturnToNetworkScheduleActionSettings(_, context),
|
|
8284
|
+
(_) => de_Scte35ReturnToNetworkScheduleActionSettings(_, context),
|
|
8277
8285
|
`scte35ReturnToNetworkSettings`,
|
|
8278
8286
|
],
|
|
8279
|
-
Scte35SpliceInsertSettings:
|
|
8287
|
+
Scte35SpliceInsertSettings: [
|
|
8280
8288
|
,
|
|
8281
|
-
de_Scte35SpliceInsertScheduleActionSettings(_, context),
|
|
8289
|
+
(_) => de_Scte35SpliceInsertScheduleActionSettings(_, context),
|
|
8282
8290
|
`scte35SpliceInsertSettings`,
|
|
8283
8291
|
],
|
|
8284
|
-
Scte35TimeSignalSettings:
|
|
8292
|
+
Scte35TimeSignalSettings: [
|
|
8285
8293
|
,
|
|
8286
|
-
de_Scte35TimeSignalScheduleActionSettings(_, context),
|
|
8294
|
+
(_) => de_Scte35TimeSignalScheduleActionSettings(_, context),
|
|
8287
8295
|
`scte35TimeSignalSettings`,
|
|
8288
8296
|
],
|
|
8289
|
-
StaticImageActivateSettings:
|
|
8297
|
+
StaticImageActivateSettings: [
|
|
8290
8298
|
,
|
|
8291
|
-
de_StaticImageActivateScheduleActionSettings(_, context),
|
|
8299
|
+
(_) => de_StaticImageActivateScheduleActionSettings(_, context),
|
|
8292
8300
|
`staticImageActivateSettings`,
|
|
8293
8301
|
],
|
|
8294
|
-
StaticImageDeactivateSettings:
|
|
8302
|
+
StaticImageDeactivateSettings: [
|
|
8295
8303
|
,
|
|
8296
|
-
de_StaticImageDeactivateScheduleActionSettings(_, context),
|
|
8304
|
+
(_) => de_StaticImageDeactivateScheduleActionSettings(_, context),
|
|
8297
8305
|
`staticImageDeactivateSettings`,
|
|
8298
8306
|
],
|
|
8299
8307
|
});
|
|
8300
8308
|
};
|
|
8301
8309
|
const de_ScheduleActionStartSettings = (output, context) => {
|
|
8302
8310
|
return (0, smithy_client_1.take)(output, {
|
|
8303
|
-
FixedModeScheduleActionStartSettings:
|
|
8311
|
+
FixedModeScheduleActionStartSettings: [
|
|
8304
8312
|
,
|
|
8305
|
-
de_FixedModeScheduleActionStartSettings(_, context),
|
|
8313
|
+
(_) => de_FixedModeScheduleActionStartSettings(_, context),
|
|
8306
8314
|
`fixedModeScheduleActionStartSettings`,
|
|
8307
8315
|
],
|
|
8308
|
-
FollowModeScheduleActionStartSettings:
|
|
8316
|
+
FollowModeScheduleActionStartSettings: [
|
|
8309
8317
|
,
|
|
8310
|
-
de_FollowModeScheduleActionStartSettings(_, context),
|
|
8318
|
+
(_) => de_FollowModeScheduleActionStartSettings(_, context),
|
|
8311
8319
|
`followModeScheduleActionStartSettings`,
|
|
8312
8320
|
],
|
|
8313
8321
|
ImmediateModeScheduleActionStartSettings: [, smithy_client_1._json, `immediateModeScheduleActionStartSettings`],
|
|
@@ -8335,14 +8343,14 @@ const de_Scte35DeliveryRestrictions = (output, context) => {
|
|
|
8335
8343
|
};
|
|
8336
8344
|
const de_Scte35Descriptor = (output, context) => {
|
|
8337
8345
|
return (0, smithy_client_1.take)(output, {
|
|
8338
|
-
Scte35DescriptorSettings: (_) =>
|
|
8346
|
+
Scte35DescriptorSettings: [, (_) => de_Scte35DescriptorSettings(_, context), `scte35DescriptorSettings`],
|
|
8339
8347
|
});
|
|
8340
8348
|
};
|
|
8341
8349
|
const de_Scte35DescriptorSettings = (output, context) => {
|
|
8342
8350
|
return (0, smithy_client_1.take)(output, {
|
|
8343
|
-
SegmentationDescriptorScte35DescriptorSettings:
|
|
8351
|
+
SegmentationDescriptorScte35DescriptorSettings: [
|
|
8344
8352
|
,
|
|
8345
|
-
de_Scte35SegmentationDescriptor(_, context),
|
|
8353
|
+
(_) => de_Scte35SegmentationDescriptor(_, context),
|
|
8346
8354
|
`segmentationDescriptorScte35DescriptorSettings`,
|
|
8347
8355
|
],
|
|
8348
8356
|
});
|
|
@@ -8360,7 +8368,7 @@ const de_Scte35ReturnToNetworkScheduleActionSettings = (output, context) => {
|
|
|
8360
8368
|
};
|
|
8361
8369
|
const de_Scte35SegmentationDescriptor = (output, context) => {
|
|
8362
8370
|
return (0, smithy_client_1.take)(output, {
|
|
8363
|
-
DeliveryRestrictions: (_) =>
|
|
8371
|
+
DeliveryRestrictions: [, (_) => de_Scte35DeliveryRestrictions(_, context), `deliveryRestrictions`],
|
|
8364
8372
|
SegmentNum: [, smithy_client_1.expectInt32, `segmentNum`],
|
|
8365
8373
|
SegmentationCancelIndicator: [, smithy_client_1.expectString, `segmentationCancelIndicator`],
|
|
8366
8374
|
SegmentationDuration: [, smithy_client_1.expectLong, `segmentationDuration`],
|
|
@@ -8395,13 +8403,13 @@ const de_Scte35TimeSignalApos = (output, context) => {
|
|
|
8395
8403
|
};
|
|
8396
8404
|
const de_Scte35TimeSignalScheduleActionSettings = (output, context) => {
|
|
8397
8405
|
return (0, smithy_client_1.take)(output, {
|
|
8398
|
-
Scte35Descriptors: (_) =>
|
|
8406
|
+
Scte35Descriptors: [, (_) => de___listOfScte35Descriptor(_, context), `scte35Descriptors`],
|
|
8399
8407
|
});
|
|
8400
8408
|
};
|
|
8401
8409
|
const de_StandardHlsSettings = (output, context) => {
|
|
8402
8410
|
return (0, smithy_client_1.take)(output, {
|
|
8403
8411
|
AudioRenditionSets: [, smithy_client_1.expectString, `audioRenditionSets`],
|
|
8404
|
-
M3u8Settings: (_) =>
|
|
8412
|
+
M3u8Settings: [, (_) => de_M3u8Settings(_, context), `m3u8Settings`],
|
|
8405
8413
|
});
|
|
8406
8414
|
};
|
|
8407
8415
|
const de_StartTimecode = (output, context) => {
|
|
@@ -8415,7 +8423,7 @@ const de_StaticImageActivateScheduleActionSettings = (output, context) => {
|
|
|
8415
8423
|
FadeIn: [, smithy_client_1.expectInt32, `fadeIn`],
|
|
8416
8424
|
FadeOut: [, smithy_client_1.expectInt32, `fadeOut`],
|
|
8417
8425
|
Height: [, smithy_client_1.expectInt32, `height`],
|
|
8418
|
-
Image: (_) =>
|
|
8426
|
+
Image: [, (_) => de_InputLocation(_, context), `image`],
|
|
8419
8427
|
ImageX: [, smithy_client_1.expectInt32, `imageX`],
|
|
8420
8428
|
ImageY: [, smithy_client_1.expectInt32, `imageY`],
|
|
8421
8429
|
Layer: [, smithy_client_1.expectInt32, `layer`],
|
|
@@ -8431,7 +8439,7 @@ const de_StaticImageDeactivateScheduleActionSettings = (output, context) => {
|
|
|
8431
8439
|
};
|
|
8432
8440
|
const de_StaticKeySettings = (output, context) => {
|
|
8433
8441
|
return (0, smithy_client_1.take)(output, {
|
|
8434
|
-
KeyProviderServer: (_) =>
|
|
8442
|
+
KeyProviderServer: [, (_) => de_InputLocation(_, context), `keyProviderServer`],
|
|
8435
8443
|
StaticKeyValue: [, smithy_client_1.expectString, `staticKeyValue`],
|
|
8436
8444
|
});
|
|
8437
8445
|
};
|
|
@@ -8443,7 +8451,7 @@ const de_StopTimecode = (output, context) => {
|
|
|
8443
8451
|
};
|
|
8444
8452
|
const de_TeletextSourceSettings = (output, context) => {
|
|
8445
8453
|
return (0, smithy_client_1.take)(output, {
|
|
8446
|
-
OutputRectangle: (_) =>
|
|
8454
|
+
OutputRectangle: [, (_) => de_CaptionRectangle(_, context), `outputRectangle`],
|
|
8447
8455
|
PageNumber: [, smithy_client_1.expectString, `pageNumber`],
|
|
8448
8456
|
});
|
|
8449
8457
|
};
|
|
@@ -8481,7 +8489,7 @@ const de_TtmlDestinationSettings = (output, context) => {
|
|
|
8481
8489
|
};
|
|
8482
8490
|
const de_UdpContainerSettings = (output, context) => {
|
|
8483
8491
|
return (0, smithy_client_1.take)(output, {
|
|
8484
|
-
M2tsSettings: (_) =>
|
|
8492
|
+
M2tsSettings: [, (_) => de_M2tsSettings(_, context), `m2tsSettings`],
|
|
8485
8493
|
});
|
|
8486
8494
|
};
|
|
8487
8495
|
const de_UdpGroupSettings = (output, context) => {
|
|
@@ -8494,9 +8502,9 @@ const de_UdpGroupSettings = (output, context) => {
|
|
|
8494
8502
|
const de_UdpOutputSettings = (output, context) => {
|
|
8495
8503
|
return (0, smithy_client_1.take)(output, {
|
|
8496
8504
|
BufferMsec: [, smithy_client_1.expectInt32, `bufferMsec`],
|
|
8497
|
-
ContainerSettings: (_) =>
|
|
8498
|
-
Destination: (_) =>
|
|
8499
|
-
FecOutputSettings: (_) =>
|
|
8505
|
+
ContainerSettings: [, (_) => de_UdpContainerSettings(_, context), `containerSettings`],
|
|
8506
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
8507
|
+
FecOutputSettings: [, (_) => de_FecOutputSettings(_, context), `fecOutputSettings`],
|
|
8500
8508
|
});
|
|
8501
8509
|
};
|
|
8502
8510
|
const de_ValidationError = (output, context) => {
|
|
@@ -8513,15 +8521,15 @@ const de_VideoBlackFailoverSettings = (output, context) => {
|
|
|
8513
8521
|
};
|
|
8514
8522
|
const de_VideoCodecSettings = (output, context) => {
|
|
8515
8523
|
return (0, smithy_client_1.take)(output, {
|
|
8516
|
-
FrameCaptureSettings: (_) =>
|
|
8517
|
-
H264Settings: (_) =>
|
|
8518
|
-
H265Settings: (_) =>
|
|
8519
|
-
Mpeg2Settings: (_) =>
|
|
8524
|
+
FrameCaptureSettings: [, (_) => de_FrameCaptureSettings(_, context), `frameCaptureSettings`],
|
|
8525
|
+
H264Settings: [, (_) => de_H264Settings(_, context), `h264Settings`],
|
|
8526
|
+
H265Settings: [, (_) => de_H265Settings(_, context), `h265Settings`],
|
|
8527
|
+
Mpeg2Settings: [, (_) => de_Mpeg2Settings(_, context), `mpeg2Settings`],
|
|
8520
8528
|
});
|
|
8521
8529
|
};
|
|
8522
8530
|
const de_VideoDescription = (output, context) => {
|
|
8523
8531
|
return (0, smithy_client_1.take)(output, {
|
|
8524
|
-
CodecSettings: (_) =>
|
|
8532
|
+
CodecSettings: [, (_) => de_VideoCodecSettings(_, context), `codecSettings`],
|
|
8525
8533
|
Height: [, smithy_client_1.expectInt32, `height`],
|
|
8526
8534
|
Name: [, smithy_client_1.expectString, `name`],
|
|
8527
8535
|
RespondToAfd: [, smithy_client_1.expectString, `respondToAfd`],
|
|
@@ -8533,14 +8541,14 @@ const de_VideoDescription = (output, context) => {
|
|
|
8533
8541
|
const de_VideoSelector = (output, context) => {
|
|
8534
8542
|
return (0, smithy_client_1.take)(output, {
|
|
8535
8543
|
ColorSpace: [, smithy_client_1.expectString, `colorSpace`],
|
|
8536
|
-
ColorSpaceSettings: (_) =>
|
|
8544
|
+
ColorSpaceSettings: [, (_) => de_VideoSelectorColorSpaceSettings(_, context), `colorSpaceSettings`],
|
|
8537
8545
|
ColorSpaceUsage: [, smithy_client_1.expectString, `colorSpaceUsage`],
|
|
8538
|
-
SelectorSettings: (_) =>
|
|
8546
|
+
SelectorSettings: [, (_) => de_VideoSelectorSettings(_, context), `selectorSettings`],
|
|
8539
8547
|
});
|
|
8540
8548
|
};
|
|
8541
8549
|
const de_VideoSelectorColorSpaceSettings = (output, context) => {
|
|
8542
8550
|
return (0, smithy_client_1.take)(output, {
|
|
8543
|
-
Hdr10Settings: (_) =>
|
|
8551
|
+
Hdr10Settings: [, (_) => de_Hdr10Settings(_, context), `hdr10Settings`],
|
|
8544
8552
|
});
|
|
8545
8553
|
};
|
|
8546
8554
|
const de_VideoSelectorPid = (output, context) => {
|
|
@@ -8555,8 +8563,8 @@ const de_VideoSelectorProgramId = (output, context) => {
|
|
|
8555
8563
|
};
|
|
8556
8564
|
const de_VideoSelectorSettings = (output, context) => {
|
|
8557
8565
|
return (0, smithy_client_1.take)(output, {
|
|
8558
|
-
VideoSelectorPid: (_) =>
|
|
8559
|
-
VideoSelectorProgramId: (_) =>
|
|
8566
|
+
VideoSelectorPid: [, (_) => de_VideoSelectorPid(_, context), `videoSelectorPid`],
|
|
8567
|
+
VideoSelectorProgramId: [, (_) => de_VideoSelectorProgramId(_, context), `videoSelectorProgramId`],
|
|
8560
8568
|
});
|
|
8561
8569
|
};
|
|
8562
8570
|
const de_VpcOutputSettingsDescription = (output, context) => {
|