@aws-sdk/client-mediaconvert 3.28.0 → 3.32.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/CHANGELOG.md +32 -0
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_restJson1.js +339 -339
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_restJson1.js +425 -391
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/package.json +31 -31
- package/protocols/Aws_restJson1.ts +345 -341
|
@@ -894,7 +894,7 @@ const deserializeAws_restJson1CreateJobCommand = async (output, context) => {
|
|
|
894
894
|
$metadata: deserializeMetadata(output),
|
|
895
895
|
Job: undefined,
|
|
896
896
|
};
|
|
897
|
-
const data = await parseBody(output.body, context);
|
|
897
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
898
898
|
if (data.job !== undefined && data.job !== null) {
|
|
899
899
|
contents.Job = deserializeAws_restJson1Job(data.job, context);
|
|
900
900
|
}
|
|
@@ -982,7 +982,7 @@ const deserializeAws_restJson1CreateJobTemplateCommand = async (output, context)
|
|
|
982
982
|
$metadata: deserializeMetadata(output),
|
|
983
983
|
JobTemplate: undefined,
|
|
984
984
|
};
|
|
985
|
-
const data = await parseBody(output.body, context);
|
|
985
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
986
986
|
if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
|
|
987
987
|
contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
|
|
988
988
|
}
|
|
@@ -1070,7 +1070,7 @@ const deserializeAws_restJson1CreatePresetCommand = async (output, context) => {
|
|
|
1070
1070
|
$metadata: deserializeMetadata(output),
|
|
1071
1071
|
Preset: undefined,
|
|
1072
1072
|
};
|
|
1073
|
-
const data = await parseBody(output.body, context);
|
|
1073
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1074
1074
|
if (data.preset !== undefined && data.preset !== null) {
|
|
1075
1075
|
contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
|
|
1076
1076
|
}
|
|
@@ -1158,7 +1158,7 @@ const deserializeAws_restJson1CreateQueueCommand = async (output, context) => {
|
|
|
1158
1158
|
$metadata: deserializeMetadata(output),
|
|
1159
1159
|
Queue: undefined,
|
|
1160
1160
|
};
|
|
1161
|
-
const data = await parseBody(output.body, context);
|
|
1161
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1162
1162
|
if (data.queue !== undefined && data.queue !== null) {
|
|
1163
1163
|
contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
|
|
1164
1164
|
}
|
|
@@ -1499,7 +1499,7 @@ const deserializeAws_restJson1DescribeEndpointsCommand = async (output, context)
|
|
|
1499
1499
|
Endpoints: undefined,
|
|
1500
1500
|
NextToken: undefined,
|
|
1501
1501
|
};
|
|
1502
|
-
const data = await parseBody(output.body, context);
|
|
1502
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1503
1503
|
if (data.endpoints !== undefined && data.endpoints !== null) {
|
|
1504
1504
|
contents.Endpoints = deserializeAws_restJson1__listOfEndpoint(data.endpoints, context);
|
|
1505
1505
|
}
|
|
@@ -1674,7 +1674,7 @@ const deserializeAws_restJson1GetJobCommand = async (output, context) => {
|
|
|
1674
1674
|
$metadata: deserializeMetadata(output),
|
|
1675
1675
|
Job: undefined,
|
|
1676
1676
|
};
|
|
1677
|
-
const data = await parseBody(output.body, context);
|
|
1677
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1678
1678
|
if (data.job !== undefined && data.job !== null) {
|
|
1679
1679
|
contents.Job = deserializeAws_restJson1Job(data.job, context);
|
|
1680
1680
|
}
|
|
@@ -1762,7 +1762,7 @@ const deserializeAws_restJson1GetJobTemplateCommand = async (output, context) =>
|
|
|
1762
1762
|
$metadata: deserializeMetadata(output),
|
|
1763
1763
|
JobTemplate: undefined,
|
|
1764
1764
|
};
|
|
1765
|
-
const data = await parseBody(output.body, context);
|
|
1765
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1766
1766
|
if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
|
|
1767
1767
|
contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
|
|
1768
1768
|
}
|
|
@@ -1850,7 +1850,7 @@ const deserializeAws_restJson1GetPresetCommand = async (output, context) => {
|
|
|
1850
1850
|
$metadata: deserializeMetadata(output),
|
|
1851
1851
|
Preset: undefined,
|
|
1852
1852
|
};
|
|
1853
|
-
const data = await parseBody(output.body, context);
|
|
1853
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1854
1854
|
if (data.preset !== undefined && data.preset !== null) {
|
|
1855
1855
|
contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
|
|
1856
1856
|
}
|
|
@@ -1938,7 +1938,7 @@ const deserializeAws_restJson1GetQueueCommand = async (output, context) => {
|
|
|
1938
1938
|
$metadata: deserializeMetadata(output),
|
|
1939
1939
|
Queue: undefined,
|
|
1940
1940
|
};
|
|
1941
|
-
const data = await parseBody(output.body, context);
|
|
1941
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1942
1942
|
if (data.queue !== undefined && data.queue !== null) {
|
|
1943
1943
|
contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
|
|
1944
1944
|
}
|
|
@@ -2027,7 +2027,7 @@ const deserializeAws_restJson1ListJobsCommand = async (output, context) => {
|
|
|
2027
2027
|
Jobs: undefined,
|
|
2028
2028
|
NextToken: undefined,
|
|
2029
2029
|
};
|
|
2030
|
-
const data = await parseBody(output.body, context);
|
|
2030
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2031
2031
|
if (data.jobs !== undefined && data.jobs !== null) {
|
|
2032
2032
|
contents.Jobs = deserializeAws_restJson1__listOfJob(data.jobs, context);
|
|
2033
2033
|
}
|
|
@@ -2119,7 +2119,7 @@ const deserializeAws_restJson1ListJobTemplatesCommand = async (output, context)
|
|
|
2119
2119
|
JobTemplates: undefined,
|
|
2120
2120
|
NextToken: undefined,
|
|
2121
2121
|
};
|
|
2122
|
-
const data = await parseBody(output.body, context);
|
|
2122
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2123
2123
|
if (data.jobTemplates !== undefined && data.jobTemplates !== null) {
|
|
2124
2124
|
contents.JobTemplates = deserializeAws_restJson1__listOfJobTemplate(data.jobTemplates, context);
|
|
2125
2125
|
}
|
|
@@ -2211,7 +2211,7 @@ const deserializeAws_restJson1ListPresetsCommand = async (output, context) => {
|
|
|
2211
2211
|
NextToken: undefined,
|
|
2212
2212
|
Presets: undefined,
|
|
2213
2213
|
};
|
|
2214
|
-
const data = await parseBody(output.body, context);
|
|
2214
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2215
2215
|
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
2216
2216
|
contents.NextToken = smithy_client_1.expectString(data.nextToken);
|
|
2217
2217
|
}
|
|
@@ -2303,7 +2303,7 @@ const deserializeAws_restJson1ListQueuesCommand = async (output, context) => {
|
|
|
2303
2303
|
NextToken: undefined,
|
|
2304
2304
|
Queues: undefined,
|
|
2305
2305
|
};
|
|
2306
|
-
const data = await parseBody(output.body, context);
|
|
2306
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2307
2307
|
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
2308
2308
|
contents.NextToken = smithy_client_1.expectString(data.nextToken);
|
|
2309
2309
|
}
|
|
@@ -2394,7 +2394,7 @@ const deserializeAws_restJson1ListTagsForResourceCommand = async (output, contex
|
|
|
2394
2394
|
$metadata: deserializeMetadata(output),
|
|
2395
2395
|
ResourceTags: undefined,
|
|
2396
2396
|
};
|
|
2397
|
-
const data = await parseBody(output.body, context);
|
|
2397
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2398
2398
|
if (data.resourceTags !== undefined && data.resourceTags !== null) {
|
|
2399
2399
|
contents.ResourceTags = deserializeAws_restJson1ResourceTags(data.resourceTags, context);
|
|
2400
2400
|
}
|
|
@@ -2650,7 +2650,7 @@ const deserializeAws_restJson1UpdateJobTemplateCommand = async (output, context)
|
|
|
2650
2650
|
$metadata: deserializeMetadata(output),
|
|
2651
2651
|
JobTemplate: undefined,
|
|
2652
2652
|
};
|
|
2653
|
-
const data = await parseBody(output.body, context);
|
|
2653
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2654
2654
|
if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
|
|
2655
2655
|
contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
|
|
2656
2656
|
}
|
|
@@ -2738,7 +2738,7 @@ const deserializeAws_restJson1UpdatePresetCommand = async (output, context) => {
|
|
|
2738
2738
|
$metadata: deserializeMetadata(output),
|
|
2739
2739
|
Preset: undefined,
|
|
2740
2740
|
};
|
|
2741
|
-
const data = await parseBody(output.body, context);
|
|
2741
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2742
2742
|
if (data.preset !== undefined && data.preset !== null) {
|
|
2743
2743
|
contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
|
|
2744
2744
|
}
|
|
@@ -2826,7 +2826,7 @@ const deserializeAws_restJson1UpdateQueueCommand = async (output, context) => {
|
|
|
2826
2826
|
$metadata: deserializeMetadata(output),
|
|
2827
2827
|
Queue: undefined,
|
|
2828
2828
|
};
|
|
2829
|
-
const data = await parseBody(output.body, context);
|
|
2829
|
+
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2830
2830
|
if (data.queue !== undefined && data.queue !== null) {
|
|
2831
2831
|
contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
|
|
2832
2832
|
}
|
|
@@ -5781,7 +5781,7 @@ const deserializeAws_restJson1__listOf__doubleMinNegative60Max6 = (output, conte
|
|
|
5781
5781
|
if (entry === null) {
|
|
5782
5782
|
return null;
|
|
5783
5783
|
}
|
|
5784
|
-
return smithy_client_1.
|
|
5784
|
+
return smithy_client_1.limitedParseDouble(entry);
|
|
5785
5785
|
});
|
|
5786
5786
|
};
|
|
5787
5787
|
const deserializeAws_restJson1__listOf__integerMin1Max2147483647 = (output, context) => {
|
|
@@ -5791,7 +5791,7 @@ const deserializeAws_restJson1__listOf__integerMin1Max2147483647 = (output, cont
|
|
|
5791
5791
|
if (entry === null) {
|
|
5792
5792
|
return null;
|
|
5793
5793
|
}
|
|
5794
|
-
return smithy_client_1.
|
|
5794
|
+
return smithy_client_1.expectInt32(entry);
|
|
5795
5795
|
});
|
|
5796
5796
|
};
|
|
5797
5797
|
const deserializeAws_restJson1__listOf__integerMin32Max8182 = (output, context) => {
|
|
@@ -5801,7 +5801,7 @@ const deserializeAws_restJson1__listOf__integerMin32Max8182 = (output, context)
|
|
|
5801
5801
|
if (entry === null) {
|
|
5802
5802
|
return null;
|
|
5803
5803
|
}
|
|
5804
|
-
return smithy_client_1.
|
|
5804
|
+
return smithy_client_1.expectInt32(entry);
|
|
5805
5805
|
});
|
|
5806
5806
|
};
|
|
5807
5807
|
const deserializeAws_restJson1__listOf__integerMinNegative60Max6 = (output, context) => {
|
|
@@ -5811,7 +5811,7 @@ const deserializeAws_restJson1__listOf__integerMinNegative60Max6 = (output, cont
|
|
|
5811
5811
|
if (entry === null) {
|
|
5812
5812
|
return null;
|
|
5813
5813
|
}
|
|
5814
|
-
return smithy_client_1.
|
|
5814
|
+
return smithy_client_1.expectInt32(entry);
|
|
5815
5815
|
});
|
|
5816
5816
|
};
|
|
5817
5817
|
const deserializeAws_restJson1__listOf__string = (output, context) => {
|
|
@@ -6181,28 +6181,28 @@ const deserializeAws_restJson1__mapOfCaptionSelector = (output, context) => {
|
|
|
6181
6181
|
const deserializeAws_restJson1AacSettings = (output, context) => {
|
|
6182
6182
|
return {
|
|
6183
6183
|
AudioDescriptionBroadcasterMix: smithy_client_1.expectString(output.audioDescriptionBroadcasterMix),
|
|
6184
|
-
Bitrate: smithy_client_1.
|
|
6184
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6185
6185
|
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
6186
6186
|
CodingMode: smithy_client_1.expectString(output.codingMode),
|
|
6187
6187
|
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
6188
6188
|
RawFormat: smithy_client_1.expectString(output.rawFormat),
|
|
6189
|
-
SampleRate: smithy_client_1.
|
|
6189
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
6190
6190
|
Specification: smithy_client_1.expectString(output.specification),
|
|
6191
6191
|
VbrQuality: smithy_client_1.expectString(output.vbrQuality),
|
|
6192
6192
|
};
|
|
6193
6193
|
};
|
|
6194
6194
|
const deserializeAws_restJson1Ac3Settings = (output, context) => {
|
|
6195
6195
|
return {
|
|
6196
|
-
Bitrate: smithy_client_1.
|
|
6196
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6197
6197
|
BitstreamMode: smithy_client_1.expectString(output.bitstreamMode),
|
|
6198
6198
|
CodingMode: smithy_client_1.expectString(output.codingMode),
|
|
6199
|
-
Dialnorm: smithy_client_1.
|
|
6199
|
+
Dialnorm: smithy_client_1.expectInt32(output.dialnorm),
|
|
6200
6200
|
DynamicRangeCompressionLine: smithy_client_1.expectString(output.dynamicRangeCompressionLine),
|
|
6201
6201
|
DynamicRangeCompressionProfile: smithy_client_1.expectString(output.dynamicRangeCompressionProfile),
|
|
6202
6202
|
DynamicRangeCompressionRf: smithy_client_1.expectString(output.dynamicRangeCompressionRf),
|
|
6203
6203
|
LfeFilter: smithy_client_1.expectString(output.lfeFilter),
|
|
6204
6204
|
MetadataControl: smithy_client_1.expectString(output.metadataControl),
|
|
6205
|
-
SampleRate: smithy_client_1.
|
|
6205
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
6206
6206
|
};
|
|
6207
6207
|
};
|
|
6208
6208
|
const deserializeAws_restJson1AccelerationSettings = (output, context) => {
|
|
@@ -6212,15 +6212,15 @@ const deserializeAws_restJson1AccelerationSettings = (output, context) => {
|
|
|
6212
6212
|
};
|
|
6213
6213
|
const deserializeAws_restJson1AiffSettings = (output, context) => {
|
|
6214
6214
|
return {
|
|
6215
|
-
BitDepth: smithy_client_1.
|
|
6216
|
-
Channels: smithy_client_1.
|
|
6217
|
-
SampleRate: smithy_client_1.
|
|
6215
|
+
BitDepth: smithy_client_1.expectInt32(output.bitDepth),
|
|
6216
|
+
Channels: smithy_client_1.expectInt32(output.channels),
|
|
6217
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
6218
6218
|
};
|
|
6219
6219
|
};
|
|
6220
6220
|
const deserializeAws_restJson1AncillarySourceSettings = (output, context) => {
|
|
6221
6221
|
return {
|
|
6222
6222
|
Convert608To708: smithy_client_1.expectString(output.convert608To708),
|
|
6223
|
-
SourceAncillaryChannelNumber: smithy_client_1.
|
|
6223
|
+
SourceAncillaryChannelNumber: smithy_client_1.expectInt32(output.sourceAncillaryChannelNumber),
|
|
6224
6224
|
TerminateCaptions: smithy_client_1.expectString(output.terminateCaptions),
|
|
6225
6225
|
};
|
|
6226
6226
|
};
|
|
@@ -6273,7 +6273,7 @@ const deserializeAws_restJson1AudioDescription = (output, context) => {
|
|
|
6273
6273
|
? deserializeAws_restJson1AudioNormalizationSettings(output.audioNormalizationSettings, context)
|
|
6274
6274
|
: undefined,
|
|
6275
6275
|
AudioSourceName: smithy_client_1.expectString(output.audioSourceName),
|
|
6276
|
-
AudioType: smithy_client_1.
|
|
6276
|
+
AudioType: smithy_client_1.expectInt32(output.audioType),
|
|
6277
6277
|
AudioTypeControl: smithy_client_1.expectString(output.audioTypeControl),
|
|
6278
6278
|
CodecSettings: output.codecSettings !== undefined && output.codecSettings !== null
|
|
6279
6279
|
? deserializeAws_restJson1AudioCodecSettings(output.codecSettings, context)
|
|
@@ -6291,10 +6291,10 @@ const deserializeAws_restJson1AudioNormalizationSettings = (output, context) =>
|
|
|
6291
6291
|
return {
|
|
6292
6292
|
Algorithm: smithy_client_1.expectString(output.algorithm),
|
|
6293
6293
|
AlgorithmControl: smithy_client_1.expectString(output.algorithmControl),
|
|
6294
|
-
CorrectionGateLevel: smithy_client_1.
|
|
6294
|
+
CorrectionGateLevel: smithy_client_1.expectInt32(output.correctionGateLevel),
|
|
6295
6295
|
LoudnessLogging: smithy_client_1.expectString(output.loudnessLogging),
|
|
6296
6296
|
PeakCalculation: smithy_client_1.expectString(output.peakCalculation),
|
|
6297
|
-
TargetLkfs: smithy_client_1.
|
|
6297
|
+
TargetLkfs: smithy_client_1.limitedParseDouble(output.targetLkfs),
|
|
6298
6298
|
};
|
|
6299
6299
|
};
|
|
6300
6300
|
const deserializeAws_restJson1AudioSelector = (output, context) => {
|
|
@@ -6306,11 +6306,11 @@ const deserializeAws_restJson1AudioSelector = (output, context) => {
|
|
|
6306
6306
|
? deserializeAws_restJson1HlsRenditionGroupSettings(output.hlsRenditionGroupSettings, context)
|
|
6307
6307
|
: undefined,
|
|
6308
6308
|
LanguageCode: smithy_client_1.expectString(output.languageCode),
|
|
6309
|
-
Offset: smithy_client_1.
|
|
6309
|
+
Offset: smithy_client_1.expectInt32(output.offset),
|
|
6310
6310
|
Pids: output.pids !== undefined && output.pids !== null
|
|
6311
6311
|
? deserializeAws_restJson1__listOf__integerMin1Max2147483647(output.pids, context)
|
|
6312
6312
|
: undefined,
|
|
6313
|
-
ProgramSelection: smithy_client_1.
|
|
6313
|
+
ProgramSelection: smithy_client_1.expectInt32(output.programSelection),
|
|
6314
6314
|
RemixSettings: output.remixSettings !== undefined && output.remixSettings !== null
|
|
6315
6315
|
? deserializeAws_restJson1RemixSettings(output.remixSettings, context)
|
|
6316
6316
|
: undefined,
|
|
@@ -6329,9 +6329,9 @@ const deserializeAws_restJson1AudioSelectorGroup = (output, context) => {
|
|
|
6329
6329
|
};
|
|
6330
6330
|
const deserializeAws_restJson1AutomatedAbrSettings = (output, context) => {
|
|
6331
6331
|
return {
|
|
6332
|
-
MaxAbrBitrate: smithy_client_1.
|
|
6333
|
-
MaxRenditions: smithy_client_1.
|
|
6334
|
-
MinAbrBitrate: smithy_client_1.
|
|
6332
|
+
MaxAbrBitrate: smithy_client_1.expectInt32(output.maxAbrBitrate),
|
|
6333
|
+
MaxRenditions: smithy_client_1.expectInt32(output.maxRenditions),
|
|
6334
|
+
MinAbrBitrate: smithy_client_1.expectInt32(output.minAbrBitrate),
|
|
6335
6335
|
};
|
|
6336
6336
|
};
|
|
6337
6337
|
const deserializeAws_restJson1AutomatedEncodingSettings = (output, context) => {
|
|
@@ -6343,8 +6343,8 @@ const deserializeAws_restJson1AutomatedEncodingSettings = (output, context) => {
|
|
|
6343
6343
|
};
|
|
6344
6344
|
const deserializeAws_restJson1Av1QvbrSettings = (output, context) => {
|
|
6345
6345
|
return {
|
|
6346
|
-
QvbrQualityLevel: smithy_client_1.
|
|
6347
|
-
QvbrQualityLevelFineTune: smithy_client_1.
|
|
6346
|
+
QvbrQualityLevel: smithy_client_1.expectInt32(output.qvbrQualityLevel),
|
|
6347
|
+
QvbrQualityLevelFineTune: smithy_client_1.limitedParseDouble(output.qvbrQualityLevelFineTune),
|
|
6348
6348
|
};
|
|
6349
6349
|
};
|
|
6350
6350
|
const deserializeAws_restJson1Av1Settings = (output, context) => {
|
|
@@ -6352,16 +6352,16 @@ const deserializeAws_restJson1Av1Settings = (output, context) => {
|
|
|
6352
6352
|
AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
|
|
6353
6353
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
6354
6354
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
6355
|
-
FramerateDenominator: smithy_client_1.
|
|
6356
|
-
FramerateNumerator: smithy_client_1.
|
|
6357
|
-
GopSize: smithy_client_1.
|
|
6358
|
-
MaxBitrate: smithy_client_1.
|
|
6359
|
-
NumberBFramesBetweenReferenceFrames: smithy_client_1.
|
|
6355
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6356
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6357
|
+
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
6358
|
+
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
6359
|
+
NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
6360
6360
|
QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
|
|
6361
6361
|
? deserializeAws_restJson1Av1QvbrSettings(output.qvbrSettings, context)
|
|
6362
6362
|
: undefined,
|
|
6363
6363
|
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
6364
|
-
Slices: smithy_client_1.
|
|
6364
|
+
Slices: smithy_client_1.expectInt32(output.slices),
|
|
6365
6365
|
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
6366
6366
|
};
|
|
6367
6367
|
};
|
|
@@ -6378,8 +6378,8 @@ const deserializeAws_restJson1AvcIntraSettings = (output, context) => {
|
|
|
6378
6378
|
: undefined,
|
|
6379
6379
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
6380
6380
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
6381
|
-
FramerateDenominator: smithy_client_1.
|
|
6382
|
-
FramerateNumerator: smithy_client_1.
|
|
6381
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6382
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6383
6383
|
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
6384
6384
|
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
6385
6385
|
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
@@ -6395,21 +6395,21 @@ const deserializeAws_restJson1BurninDestinationSettings = (output, context) => {
|
|
|
6395
6395
|
return {
|
|
6396
6396
|
Alignment: smithy_client_1.expectString(output.alignment),
|
|
6397
6397
|
BackgroundColor: smithy_client_1.expectString(output.backgroundColor),
|
|
6398
|
-
BackgroundOpacity: smithy_client_1.
|
|
6398
|
+
BackgroundOpacity: smithy_client_1.expectInt32(output.backgroundOpacity),
|
|
6399
6399
|
FontColor: smithy_client_1.expectString(output.fontColor),
|
|
6400
|
-
FontOpacity: smithy_client_1.
|
|
6401
|
-
FontResolution: smithy_client_1.
|
|
6400
|
+
FontOpacity: smithy_client_1.expectInt32(output.fontOpacity),
|
|
6401
|
+
FontResolution: smithy_client_1.expectInt32(output.fontResolution),
|
|
6402
6402
|
FontScript: smithy_client_1.expectString(output.fontScript),
|
|
6403
|
-
FontSize: smithy_client_1.
|
|
6403
|
+
FontSize: smithy_client_1.expectInt32(output.fontSize),
|
|
6404
6404
|
OutlineColor: smithy_client_1.expectString(output.outlineColor),
|
|
6405
|
-
OutlineSize: smithy_client_1.
|
|
6405
|
+
OutlineSize: smithy_client_1.expectInt32(output.outlineSize),
|
|
6406
6406
|
ShadowColor: smithy_client_1.expectString(output.shadowColor),
|
|
6407
|
-
ShadowOpacity: smithy_client_1.
|
|
6408
|
-
ShadowXOffset: smithy_client_1.
|
|
6409
|
-
ShadowYOffset: smithy_client_1.
|
|
6407
|
+
ShadowOpacity: smithy_client_1.expectInt32(output.shadowOpacity),
|
|
6408
|
+
ShadowXOffset: smithy_client_1.expectInt32(output.shadowXOffset),
|
|
6409
|
+
ShadowYOffset: smithy_client_1.expectInt32(output.shadowYOffset),
|
|
6410
6410
|
TeletextSpacing: smithy_client_1.expectString(output.teletextSpacing),
|
|
6411
|
-
XPosition: smithy_client_1.
|
|
6412
|
-
YPosition: smithy_client_1.
|
|
6411
|
+
XPosition: smithy_client_1.expectInt32(output.xPosition),
|
|
6412
|
+
YPosition: smithy_client_1.expectInt32(output.yPosition),
|
|
6413
6413
|
};
|
|
6414
6414
|
};
|
|
6415
6415
|
const deserializeAws_restJson1CaptionDescription = (output, context) => {
|
|
@@ -6476,8 +6476,8 @@ const deserializeAws_restJson1CaptionSelector = (output, context) => {
|
|
|
6476
6476
|
};
|
|
6477
6477
|
const deserializeAws_restJson1CaptionSourceFramerate = (output, context) => {
|
|
6478
6478
|
return {
|
|
6479
|
-
FramerateDenominator: smithy_client_1.
|
|
6480
|
-
FramerateNumerator: smithy_client_1.
|
|
6479
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6480
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6481
6481
|
};
|
|
6482
6482
|
};
|
|
6483
6483
|
const deserializeAws_restJson1CaptionSourceSettings = (output, context) => {
|
|
@@ -6550,16 +6550,16 @@ const deserializeAws_restJson1CmafGroupSettings = (output, context) => {
|
|
|
6550
6550
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
6551
6551
|
? deserializeAws_restJson1CmafEncryptionSettings(output.encryption, context)
|
|
6552
6552
|
: undefined,
|
|
6553
|
-
FragmentLength: smithy_client_1.
|
|
6553
|
+
FragmentLength: smithy_client_1.expectInt32(output.fragmentLength),
|
|
6554
6554
|
ImageBasedTrickPlay: smithy_client_1.expectString(output.imageBasedTrickPlay),
|
|
6555
6555
|
ManifestCompression: smithy_client_1.expectString(output.manifestCompression),
|
|
6556
6556
|
ManifestDurationFormat: smithy_client_1.expectString(output.manifestDurationFormat),
|
|
6557
|
-
MinBufferTime: smithy_client_1.
|
|
6558
|
-
MinFinalSegmentLength: smithy_client_1.
|
|
6557
|
+
MinBufferTime: smithy_client_1.expectInt32(output.minBufferTime),
|
|
6558
|
+
MinFinalSegmentLength: smithy_client_1.limitedParseDouble(output.minFinalSegmentLength),
|
|
6559
6559
|
MpdProfile: smithy_client_1.expectString(output.mpdProfile),
|
|
6560
6560
|
PtsOffsetHandlingForBFrames: smithy_client_1.expectString(output.ptsOffsetHandlingForBFrames),
|
|
6561
6561
|
SegmentControl: smithy_client_1.expectString(output.segmentControl),
|
|
6562
|
-
SegmentLength: smithy_client_1.
|
|
6562
|
+
SegmentLength: smithy_client_1.expectInt32(output.segmentLength),
|
|
6563
6563
|
SegmentLengthControl: smithy_client_1.expectString(output.segmentLengthControl),
|
|
6564
6564
|
StreamInfResolution: smithy_client_1.expectString(output.streamInfResolution),
|
|
6565
6565
|
TargetDurationCompatibilityMode: smithy_client_1.expectString(output.targetDurationCompatibilityMode),
|
|
@@ -6582,15 +6582,15 @@ const deserializeAws_restJson1CmfcSettings = (output, context) => {
|
|
|
6582
6582
|
};
|
|
6583
6583
|
const deserializeAws_restJson1ColorCorrector = (output, context) => {
|
|
6584
6584
|
return {
|
|
6585
|
-
Brightness: smithy_client_1.
|
|
6585
|
+
Brightness: smithy_client_1.expectInt32(output.brightness),
|
|
6586
6586
|
ColorSpaceConversion: smithy_client_1.expectString(output.colorSpaceConversion),
|
|
6587
|
-
Contrast: smithy_client_1.
|
|
6587
|
+
Contrast: smithy_client_1.expectInt32(output.contrast),
|
|
6588
6588
|
Hdr10Metadata: output.hdr10Metadata !== undefined && output.hdr10Metadata !== null
|
|
6589
6589
|
? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context)
|
|
6590
6590
|
: undefined,
|
|
6591
|
-
Hue: smithy_client_1.
|
|
6591
|
+
Hue: smithy_client_1.expectInt32(output.hue),
|
|
6592
6592
|
SampleRangeConversion: smithy_client_1.expectString(output.sampleRangeConversion),
|
|
6593
|
-
Saturation: smithy_client_1.
|
|
6593
|
+
Saturation: smithy_client_1.expectInt32(output.saturation),
|
|
6594
6594
|
};
|
|
6595
6595
|
};
|
|
6596
6596
|
const deserializeAws_restJson1ContainerSettings = (output, context) => {
|
|
@@ -6652,15 +6652,15 @@ const deserializeAws_restJson1DashIsoGroupSettings = (output, context) => {
|
|
|
6652
6652
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
6653
6653
|
? deserializeAws_restJson1DashIsoEncryptionSettings(output.encryption, context)
|
|
6654
6654
|
: undefined,
|
|
6655
|
-
FragmentLength: smithy_client_1.
|
|
6655
|
+
FragmentLength: smithy_client_1.expectInt32(output.fragmentLength),
|
|
6656
6656
|
HbbtvCompliance: smithy_client_1.expectString(output.hbbtvCompliance),
|
|
6657
6657
|
ImageBasedTrickPlay: smithy_client_1.expectString(output.imageBasedTrickPlay),
|
|
6658
|
-
MinBufferTime: smithy_client_1.
|
|
6659
|
-
MinFinalSegmentLength: smithy_client_1.
|
|
6658
|
+
MinBufferTime: smithy_client_1.expectInt32(output.minBufferTime),
|
|
6659
|
+
MinFinalSegmentLength: smithy_client_1.limitedParseDouble(output.minFinalSegmentLength),
|
|
6660
6660
|
MpdProfile: smithy_client_1.expectString(output.mpdProfile),
|
|
6661
6661
|
PtsOffsetHandlingForBFrames: smithy_client_1.expectString(output.ptsOffsetHandlingForBFrames),
|
|
6662
6662
|
SegmentControl: smithy_client_1.expectString(output.segmentControl),
|
|
6663
|
-
SegmentLength: smithy_client_1.
|
|
6663
|
+
SegmentLength: smithy_client_1.expectInt32(output.segmentLength),
|
|
6664
6664
|
SegmentLengthControl: smithy_client_1.expectString(output.segmentLengthControl),
|
|
6665
6665
|
WriteSegmentTimelineInRepresentation: smithy_client_1.expectString(output.writeSegmentTimelineInRepresentation),
|
|
6666
6666
|
};
|
|
@@ -6690,21 +6690,21 @@ const deserializeAws_restJson1DolbyVision = (output, context) => {
|
|
|
6690
6690
|
};
|
|
6691
6691
|
const deserializeAws_restJson1DolbyVisionLevel6Metadata = (output, context) => {
|
|
6692
6692
|
return {
|
|
6693
|
-
MaxCll: smithy_client_1.
|
|
6694
|
-
MaxFall: smithy_client_1.
|
|
6693
|
+
MaxCll: smithy_client_1.expectInt32(output.maxCll),
|
|
6694
|
+
MaxFall: smithy_client_1.expectInt32(output.maxFall),
|
|
6695
6695
|
};
|
|
6696
6696
|
};
|
|
6697
6697
|
const deserializeAws_restJson1DvbNitSettings = (output, context) => {
|
|
6698
6698
|
return {
|
|
6699
|
-
NetworkId: smithy_client_1.
|
|
6699
|
+
NetworkId: smithy_client_1.expectInt32(output.networkId),
|
|
6700
6700
|
NetworkName: smithy_client_1.expectString(output.networkName),
|
|
6701
|
-
NitInterval: smithy_client_1.
|
|
6701
|
+
NitInterval: smithy_client_1.expectInt32(output.nitInterval),
|
|
6702
6702
|
};
|
|
6703
6703
|
};
|
|
6704
6704
|
const deserializeAws_restJson1DvbSdtSettings = (output, context) => {
|
|
6705
6705
|
return {
|
|
6706
6706
|
OutputSdt: smithy_client_1.expectString(output.outputSdt),
|
|
6707
|
-
SdtInterval: smithy_client_1.
|
|
6707
|
+
SdtInterval: smithy_client_1.expectInt32(output.sdtInterval),
|
|
6708
6708
|
ServiceName: smithy_client_1.expectString(output.serviceName),
|
|
6709
6709
|
ServiceProviderName: smithy_client_1.expectString(output.serviceProviderName),
|
|
6710
6710
|
};
|
|
@@ -6713,42 +6713,42 @@ const deserializeAws_restJson1DvbSubDestinationSettings = (output, context) => {
|
|
|
6713
6713
|
return {
|
|
6714
6714
|
Alignment: smithy_client_1.expectString(output.alignment),
|
|
6715
6715
|
BackgroundColor: smithy_client_1.expectString(output.backgroundColor),
|
|
6716
|
-
BackgroundOpacity: smithy_client_1.
|
|
6716
|
+
BackgroundOpacity: smithy_client_1.expectInt32(output.backgroundOpacity),
|
|
6717
6717
|
DdsHandling: smithy_client_1.expectString(output.ddsHandling),
|
|
6718
|
-
DdsXCoordinate: smithy_client_1.
|
|
6719
|
-
DdsYCoordinate: smithy_client_1.
|
|
6718
|
+
DdsXCoordinate: smithy_client_1.expectInt32(output.ddsXCoordinate),
|
|
6719
|
+
DdsYCoordinate: smithy_client_1.expectInt32(output.ddsYCoordinate),
|
|
6720
6720
|
FontColor: smithy_client_1.expectString(output.fontColor),
|
|
6721
|
-
FontOpacity: smithy_client_1.
|
|
6722
|
-
FontResolution: smithy_client_1.
|
|
6721
|
+
FontOpacity: smithy_client_1.expectInt32(output.fontOpacity),
|
|
6722
|
+
FontResolution: smithy_client_1.expectInt32(output.fontResolution),
|
|
6723
6723
|
FontScript: smithy_client_1.expectString(output.fontScript),
|
|
6724
|
-
FontSize: smithy_client_1.
|
|
6725
|
-
Height: smithy_client_1.
|
|
6724
|
+
FontSize: smithy_client_1.expectInt32(output.fontSize),
|
|
6725
|
+
Height: smithy_client_1.expectInt32(output.height),
|
|
6726
6726
|
OutlineColor: smithy_client_1.expectString(output.outlineColor),
|
|
6727
|
-
OutlineSize: smithy_client_1.
|
|
6727
|
+
OutlineSize: smithy_client_1.expectInt32(output.outlineSize),
|
|
6728
6728
|
ShadowColor: smithy_client_1.expectString(output.shadowColor),
|
|
6729
|
-
ShadowOpacity: smithy_client_1.
|
|
6730
|
-
ShadowXOffset: smithy_client_1.
|
|
6731
|
-
ShadowYOffset: smithy_client_1.
|
|
6729
|
+
ShadowOpacity: smithy_client_1.expectInt32(output.shadowOpacity),
|
|
6730
|
+
ShadowXOffset: smithy_client_1.expectInt32(output.shadowXOffset),
|
|
6731
|
+
ShadowYOffset: smithy_client_1.expectInt32(output.shadowYOffset),
|
|
6732
6732
|
SubtitlingType: smithy_client_1.expectString(output.subtitlingType),
|
|
6733
6733
|
TeletextSpacing: smithy_client_1.expectString(output.teletextSpacing),
|
|
6734
|
-
Width: smithy_client_1.
|
|
6735
|
-
XPosition: smithy_client_1.
|
|
6736
|
-
YPosition: smithy_client_1.
|
|
6734
|
+
Width: smithy_client_1.expectInt32(output.width),
|
|
6735
|
+
XPosition: smithy_client_1.expectInt32(output.xPosition),
|
|
6736
|
+
YPosition: smithy_client_1.expectInt32(output.yPosition),
|
|
6737
6737
|
};
|
|
6738
6738
|
};
|
|
6739
6739
|
const deserializeAws_restJson1DvbSubSourceSettings = (output, context) => {
|
|
6740
6740
|
return {
|
|
6741
|
-
Pid: smithy_client_1.
|
|
6741
|
+
Pid: smithy_client_1.expectInt32(output.pid),
|
|
6742
6742
|
};
|
|
6743
6743
|
};
|
|
6744
6744
|
const deserializeAws_restJson1DvbTdtSettings = (output, context) => {
|
|
6745
6745
|
return {
|
|
6746
|
-
TdtInterval: smithy_client_1.
|
|
6746
|
+
TdtInterval: smithy_client_1.expectInt32(output.tdtInterval),
|
|
6747
6747
|
};
|
|
6748
6748
|
};
|
|
6749
6749
|
const deserializeAws_restJson1Eac3AtmosSettings = (output, context) => {
|
|
6750
6750
|
return {
|
|
6751
|
-
Bitrate: smithy_client_1.
|
|
6751
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6752
6752
|
BitstreamMode: smithy_client_1.expectString(output.bitstreamMode),
|
|
6753
6753
|
CodingMode: smithy_client_1.expectString(output.codingMode),
|
|
6754
6754
|
DialogueIntelligence: smithy_client_1.expectString(output.dialogueIntelligence),
|
|
@@ -6756,13 +6756,13 @@ const deserializeAws_restJson1Eac3AtmosSettings = (output, context) => {
|
|
|
6756
6756
|
DynamicRangeCompressionLine: smithy_client_1.expectString(output.dynamicRangeCompressionLine),
|
|
6757
6757
|
DynamicRangeCompressionRf: smithy_client_1.expectString(output.dynamicRangeCompressionRf),
|
|
6758
6758
|
DynamicRangeControl: smithy_client_1.expectString(output.dynamicRangeControl),
|
|
6759
|
-
LoRoCenterMixLevel: smithy_client_1.
|
|
6760
|
-
LoRoSurroundMixLevel: smithy_client_1.
|
|
6761
|
-
LtRtCenterMixLevel: smithy_client_1.
|
|
6762
|
-
LtRtSurroundMixLevel: smithy_client_1.
|
|
6759
|
+
LoRoCenterMixLevel: smithy_client_1.limitedParseDouble(output.loRoCenterMixLevel),
|
|
6760
|
+
LoRoSurroundMixLevel: smithy_client_1.limitedParseDouble(output.loRoSurroundMixLevel),
|
|
6761
|
+
LtRtCenterMixLevel: smithy_client_1.limitedParseDouble(output.ltRtCenterMixLevel),
|
|
6762
|
+
LtRtSurroundMixLevel: smithy_client_1.limitedParseDouble(output.ltRtSurroundMixLevel),
|
|
6763
6763
|
MeteringMode: smithy_client_1.expectString(output.meteringMode),
|
|
6764
|
-
SampleRate: smithy_client_1.
|
|
6765
|
-
SpeechThreshold: smithy_client_1.
|
|
6764
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
6765
|
+
SpeechThreshold: smithy_client_1.expectInt32(output.speechThreshold),
|
|
6766
6766
|
StereoDownmix: smithy_client_1.expectString(output.stereoDownmix),
|
|
6767
6767
|
SurroundExMode: smithy_client_1.expectString(output.surroundExMode),
|
|
6768
6768
|
};
|
|
@@ -6770,23 +6770,23 @@ const deserializeAws_restJson1Eac3AtmosSettings = (output, context) => {
|
|
|
6770
6770
|
const deserializeAws_restJson1Eac3Settings = (output, context) => {
|
|
6771
6771
|
return {
|
|
6772
6772
|
AttenuationControl: smithy_client_1.expectString(output.attenuationControl),
|
|
6773
|
-
Bitrate: smithy_client_1.
|
|
6773
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6774
6774
|
BitstreamMode: smithy_client_1.expectString(output.bitstreamMode),
|
|
6775
6775
|
CodingMode: smithy_client_1.expectString(output.codingMode),
|
|
6776
6776
|
DcFilter: smithy_client_1.expectString(output.dcFilter),
|
|
6777
|
-
Dialnorm: smithy_client_1.
|
|
6777
|
+
Dialnorm: smithy_client_1.expectInt32(output.dialnorm),
|
|
6778
6778
|
DynamicRangeCompressionLine: smithy_client_1.expectString(output.dynamicRangeCompressionLine),
|
|
6779
6779
|
DynamicRangeCompressionRf: smithy_client_1.expectString(output.dynamicRangeCompressionRf),
|
|
6780
6780
|
LfeControl: smithy_client_1.expectString(output.lfeControl),
|
|
6781
6781
|
LfeFilter: smithy_client_1.expectString(output.lfeFilter),
|
|
6782
|
-
LoRoCenterMixLevel: smithy_client_1.
|
|
6783
|
-
LoRoSurroundMixLevel: smithy_client_1.
|
|
6784
|
-
LtRtCenterMixLevel: smithy_client_1.
|
|
6785
|
-
LtRtSurroundMixLevel: smithy_client_1.
|
|
6782
|
+
LoRoCenterMixLevel: smithy_client_1.limitedParseDouble(output.loRoCenterMixLevel),
|
|
6783
|
+
LoRoSurroundMixLevel: smithy_client_1.limitedParseDouble(output.loRoSurroundMixLevel),
|
|
6784
|
+
LtRtCenterMixLevel: smithy_client_1.limitedParseDouble(output.ltRtCenterMixLevel),
|
|
6785
|
+
LtRtSurroundMixLevel: smithy_client_1.limitedParseDouble(output.ltRtSurroundMixLevel),
|
|
6786
6786
|
MetadataControl: smithy_client_1.expectString(output.metadataControl),
|
|
6787
6787
|
PassthroughControl: smithy_client_1.expectString(output.passthroughControl),
|
|
6788
6788
|
PhaseControl: smithy_client_1.expectString(output.phaseControl),
|
|
6789
|
-
SampleRate: smithy_client_1.
|
|
6789
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
6790
6790
|
StereoDownmix: smithy_client_1.expectString(output.stereoDownmix),
|
|
6791
6791
|
SurroundExMode: smithy_client_1.expectString(output.surroundExMode),
|
|
6792
6792
|
SurroundMode: smithy_client_1.expectString(output.surroundMode),
|
|
@@ -6794,15 +6794,15 @@ const deserializeAws_restJson1Eac3Settings = (output, context) => {
|
|
|
6794
6794
|
};
|
|
6795
6795
|
const deserializeAws_restJson1EmbeddedDestinationSettings = (output, context) => {
|
|
6796
6796
|
return {
|
|
6797
|
-
Destination608ChannelNumber: smithy_client_1.
|
|
6798
|
-
Destination708ServiceNumber: smithy_client_1.
|
|
6797
|
+
Destination608ChannelNumber: smithy_client_1.expectInt32(output.destination608ChannelNumber),
|
|
6798
|
+
Destination708ServiceNumber: smithy_client_1.expectInt32(output.destination708ServiceNumber),
|
|
6799
6799
|
};
|
|
6800
6800
|
};
|
|
6801
6801
|
const deserializeAws_restJson1EmbeddedSourceSettings = (output, context) => {
|
|
6802
6802
|
return {
|
|
6803
6803
|
Convert608To708: smithy_client_1.expectString(output.convert608To708),
|
|
6804
|
-
Source608ChannelNumber: smithy_client_1.
|
|
6805
|
-
Source608TrackNumber: smithy_client_1.
|
|
6804
|
+
Source608ChannelNumber: smithy_client_1.expectInt32(output.source608ChannelNumber),
|
|
6805
|
+
Source608TrackNumber: smithy_client_1.expectInt32(output.source608TrackNumber),
|
|
6806
6806
|
TerminateCaptions: smithy_client_1.expectString(output.terminateCaptions),
|
|
6807
6807
|
};
|
|
6808
6808
|
};
|
|
@@ -6821,7 +6821,7 @@ const deserializeAws_restJson1EsamSettings = (output, context) => {
|
|
|
6821
6821
|
ManifestConfirmConditionNotification: output.manifestConfirmConditionNotification !== undefined && output.manifestConfirmConditionNotification !== null
|
|
6822
6822
|
? deserializeAws_restJson1EsamManifestConfirmConditionNotification(output.manifestConfirmConditionNotification, context)
|
|
6823
6823
|
: undefined,
|
|
6824
|
-
ResponseSignalPreroll: smithy_client_1.
|
|
6824
|
+
ResponseSignalPreroll: smithy_client_1.expectInt32(output.responseSignalPreroll),
|
|
6825
6825
|
SignalProcessingNotification: output.signalProcessingNotification !== undefined && output.signalProcessingNotification !== null
|
|
6826
6826
|
? deserializeAws_restJson1EsamSignalProcessingNotification(output.signalProcessingNotification, context)
|
|
6827
6827
|
: undefined,
|
|
@@ -6858,28 +6858,28 @@ const deserializeAws_restJson1FileSourceSettings = (output, context) => {
|
|
|
6858
6858
|
? deserializeAws_restJson1CaptionSourceFramerate(output.framerate, context)
|
|
6859
6859
|
: undefined,
|
|
6860
6860
|
SourceFile: smithy_client_1.expectString(output.sourceFile),
|
|
6861
|
-
TimeDelta: smithy_client_1.
|
|
6861
|
+
TimeDelta: smithy_client_1.expectInt32(output.timeDelta),
|
|
6862
6862
|
};
|
|
6863
6863
|
};
|
|
6864
6864
|
const deserializeAws_restJson1FrameCaptureSettings = (output, context) => {
|
|
6865
6865
|
return {
|
|
6866
|
-
FramerateDenominator: smithy_client_1.
|
|
6867
|
-
FramerateNumerator: smithy_client_1.
|
|
6868
|
-
MaxCaptures: smithy_client_1.
|
|
6869
|
-
Quality: smithy_client_1.
|
|
6866
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6867
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6868
|
+
MaxCaptures: smithy_client_1.expectInt32(output.maxCaptures),
|
|
6869
|
+
Quality: smithy_client_1.expectInt32(output.quality),
|
|
6870
6870
|
};
|
|
6871
6871
|
};
|
|
6872
6872
|
const deserializeAws_restJson1H264QvbrSettings = (output, context) => {
|
|
6873
6873
|
return {
|
|
6874
|
-
MaxAverageBitrate: smithy_client_1.
|
|
6875
|
-
QvbrQualityLevel: smithy_client_1.
|
|
6876
|
-
QvbrQualityLevelFineTune: smithy_client_1.
|
|
6874
|
+
MaxAverageBitrate: smithy_client_1.expectInt32(output.maxAverageBitrate),
|
|
6875
|
+
QvbrQualityLevel: smithy_client_1.expectInt32(output.qvbrQualityLevel),
|
|
6876
|
+
QvbrQualityLevelFineTune: smithy_client_1.limitedParseDouble(output.qvbrQualityLevelFineTune),
|
|
6877
6877
|
};
|
|
6878
6878
|
};
|
|
6879
6879
|
const deserializeAws_restJson1H264Settings = (output, context) => {
|
|
6880
6880
|
return {
|
|
6881
6881
|
AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
|
|
6882
|
-
Bitrate: smithy_client_1.
|
|
6882
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6883
6883
|
CodecLevel: smithy_client_1.expectString(output.codecLevel),
|
|
6884
6884
|
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
6885
6885
|
DynamicSubGop: smithy_client_1.expectString(output.dynamicSubGop),
|
|
@@ -6888,22 +6888,22 @@ const deserializeAws_restJson1H264Settings = (output, context) => {
|
|
|
6888
6888
|
FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
|
|
6889
6889
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
6890
6890
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
6891
|
-
FramerateDenominator: smithy_client_1.
|
|
6892
|
-
FramerateNumerator: smithy_client_1.
|
|
6891
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6892
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6893
6893
|
GopBReference: smithy_client_1.expectString(output.gopBReference),
|
|
6894
|
-
GopClosedCadence: smithy_client_1.
|
|
6895
|
-
GopSize: smithy_client_1.
|
|
6894
|
+
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
6895
|
+
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
6896
6896
|
GopSizeUnits: smithy_client_1.expectString(output.gopSizeUnits),
|
|
6897
|
-
HrdBufferInitialFillPercentage: smithy_client_1.
|
|
6898
|
-
HrdBufferSize: smithy_client_1.
|
|
6897
|
+
HrdBufferInitialFillPercentage: smithy_client_1.expectInt32(output.hrdBufferInitialFillPercentage),
|
|
6898
|
+
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
6899
6899
|
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
6900
|
-
MaxBitrate: smithy_client_1.
|
|
6901
|
-
MinIInterval: smithy_client_1.
|
|
6902
|
-
NumberBFramesBetweenReferenceFrames: smithy_client_1.
|
|
6903
|
-
NumberReferenceFrames: smithy_client_1.
|
|
6900
|
+
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
6901
|
+
MinIInterval: smithy_client_1.expectInt32(output.minIInterval),
|
|
6902
|
+
NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
6903
|
+
NumberReferenceFrames: smithy_client_1.expectInt32(output.numberReferenceFrames),
|
|
6904
6904
|
ParControl: smithy_client_1.expectString(output.parControl),
|
|
6905
|
-
ParDenominator: smithy_client_1.
|
|
6906
|
-
ParNumerator: smithy_client_1.
|
|
6905
|
+
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
6906
|
+
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
6907
6907
|
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
6908
6908
|
QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
|
|
6909
6909
|
? deserializeAws_restJson1H264QvbrSettings(output.qvbrSettings, context)
|
|
@@ -6912,9 +6912,9 @@ const deserializeAws_restJson1H264Settings = (output, context) => {
|
|
|
6912
6912
|
RepeatPps: smithy_client_1.expectString(output.repeatPps),
|
|
6913
6913
|
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
6914
6914
|
SceneChangeDetect: smithy_client_1.expectString(output.sceneChangeDetect),
|
|
6915
|
-
Slices: smithy_client_1.
|
|
6915
|
+
Slices: smithy_client_1.expectInt32(output.slices),
|
|
6916
6916
|
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
6917
|
-
Softness: smithy_client_1.
|
|
6917
|
+
Softness: smithy_client_1.expectInt32(output.softness),
|
|
6918
6918
|
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
6919
6919
|
Syntax: smithy_client_1.expectString(output.syntax),
|
|
6920
6920
|
Telecine: smithy_client_1.expectString(output.telecine),
|
|
@@ -6924,38 +6924,38 @@ const deserializeAws_restJson1H264Settings = (output, context) => {
|
|
|
6924
6924
|
};
|
|
6925
6925
|
const deserializeAws_restJson1H265QvbrSettings = (output, context) => {
|
|
6926
6926
|
return {
|
|
6927
|
-
MaxAverageBitrate: smithy_client_1.
|
|
6928
|
-
QvbrQualityLevel: smithy_client_1.
|
|
6929
|
-
QvbrQualityLevelFineTune: smithy_client_1.
|
|
6927
|
+
MaxAverageBitrate: smithy_client_1.expectInt32(output.maxAverageBitrate),
|
|
6928
|
+
QvbrQualityLevel: smithy_client_1.expectInt32(output.qvbrQualityLevel),
|
|
6929
|
+
QvbrQualityLevelFineTune: smithy_client_1.limitedParseDouble(output.qvbrQualityLevelFineTune),
|
|
6930
6930
|
};
|
|
6931
6931
|
};
|
|
6932
6932
|
const deserializeAws_restJson1H265Settings = (output, context) => {
|
|
6933
6933
|
return {
|
|
6934
6934
|
AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
|
|
6935
6935
|
AlternateTransferFunctionSei: smithy_client_1.expectString(output.alternateTransferFunctionSei),
|
|
6936
|
-
Bitrate: smithy_client_1.
|
|
6936
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6937
6937
|
CodecLevel: smithy_client_1.expectString(output.codecLevel),
|
|
6938
6938
|
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
6939
6939
|
DynamicSubGop: smithy_client_1.expectString(output.dynamicSubGop),
|
|
6940
6940
|
FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
|
|
6941
6941
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
6942
6942
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
6943
|
-
FramerateDenominator: smithy_client_1.
|
|
6944
|
-
FramerateNumerator: smithy_client_1.
|
|
6943
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6944
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6945
6945
|
GopBReference: smithy_client_1.expectString(output.gopBReference),
|
|
6946
|
-
GopClosedCadence: smithy_client_1.
|
|
6947
|
-
GopSize: smithy_client_1.
|
|
6946
|
+
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
6947
|
+
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
6948
6948
|
GopSizeUnits: smithy_client_1.expectString(output.gopSizeUnits),
|
|
6949
|
-
HrdBufferInitialFillPercentage: smithy_client_1.
|
|
6950
|
-
HrdBufferSize: smithy_client_1.
|
|
6949
|
+
HrdBufferInitialFillPercentage: smithy_client_1.expectInt32(output.hrdBufferInitialFillPercentage),
|
|
6950
|
+
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
6951
6951
|
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
6952
|
-
MaxBitrate: smithy_client_1.
|
|
6953
|
-
MinIInterval: smithy_client_1.
|
|
6954
|
-
NumberBFramesBetweenReferenceFrames: smithy_client_1.
|
|
6955
|
-
NumberReferenceFrames: smithy_client_1.
|
|
6952
|
+
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
6953
|
+
MinIInterval: smithy_client_1.expectInt32(output.minIInterval),
|
|
6954
|
+
NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
6955
|
+
NumberReferenceFrames: smithy_client_1.expectInt32(output.numberReferenceFrames),
|
|
6956
6956
|
ParControl: smithy_client_1.expectString(output.parControl),
|
|
6957
|
-
ParDenominator: smithy_client_1.
|
|
6958
|
-
ParNumerator: smithy_client_1.
|
|
6957
|
+
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
6958
|
+
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
6959
6959
|
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
6960
6960
|
QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
|
|
6961
6961
|
? deserializeAws_restJson1H265QvbrSettings(output.qvbrSettings, context)
|
|
@@ -6964,7 +6964,7 @@ const deserializeAws_restJson1H265Settings = (output, context) => {
|
|
|
6964
6964
|
SampleAdaptiveOffsetFilterMode: smithy_client_1.expectString(output.sampleAdaptiveOffsetFilterMode),
|
|
6965
6965
|
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
6966
6966
|
SceneChangeDetect: smithy_client_1.expectString(output.sceneChangeDetect),
|
|
6967
|
-
Slices: smithy_client_1.
|
|
6967
|
+
Slices: smithy_client_1.expectInt32(output.slices),
|
|
6968
6968
|
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
6969
6969
|
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
6970
6970
|
Telecine: smithy_client_1.expectString(output.telecine),
|
|
@@ -6977,24 +6977,24 @@ const deserializeAws_restJson1H265Settings = (output, context) => {
|
|
|
6977
6977
|
};
|
|
6978
6978
|
const deserializeAws_restJson1Hdr10Metadata = (output, context) => {
|
|
6979
6979
|
return {
|
|
6980
|
-
BluePrimaryX: smithy_client_1.
|
|
6981
|
-
BluePrimaryY: smithy_client_1.
|
|
6982
|
-
GreenPrimaryX: smithy_client_1.
|
|
6983
|
-
GreenPrimaryY: smithy_client_1.
|
|
6984
|
-
MaxContentLightLevel: smithy_client_1.
|
|
6985
|
-
MaxFrameAverageLightLevel: smithy_client_1.
|
|
6986
|
-
MaxLuminance: smithy_client_1.
|
|
6987
|
-
MinLuminance: smithy_client_1.
|
|
6988
|
-
RedPrimaryX: smithy_client_1.
|
|
6989
|
-
RedPrimaryY: smithy_client_1.
|
|
6990
|
-
WhitePointX: smithy_client_1.
|
|
6991
|
-
WhitePointY: smithy_client_1.
|
|
6980
|
+
BluePrimaryX: smithy_client_1.expectInt32(output.bluePrimaryX),
|
|
6981
|
+
BluePrimaryY: smithy_client_1.expectInt32(output.bluePrimaryY),
|
|
6982
|
+
GreenPrimaryX: smithy_client_1.expectInt32(output.greenPrimaryX),
|
|
6983
|
+
GreenPrimaryY: smithy_client_1.expectInt32(output.greenPrimaryY),
|
|
6984
|
+
MaxContentLightLevel: smithy_client_1.expectInt32(output.maxContentLightLevel),
|
|
6985
|
+
MaxFrameAverageLightLevel: smithy_client_1.expectInt32(output.maxFrameAverageLightLevel),
|
|
6986
|
+
MaxLuminance: smithy_client_1.expectInt32(output.maxLuminance),
|
|
6987
|
+
MinLuminance: smithy_client_1.expectInt32(output.minLuminance),
|
|
6988
|
+
RedPrimaryX: smithy_client_1.expectInt32(output.redPrimaryX),
|
|
6989
|
+
RedPrimaryY: smithy_client_1.expectInt32(output.redPrimaryY),
|
|
6990
|
+
WhitePointX: smithy_client_1.expectInt32(output.whitePointX),
|
|
6991
|
+
WhitePointY: smithy_client_1.expectInt32(output.whitePointY),
|
|
6992
6992
|
};
|
|
6993
6993
|
};
|
|
6994
6994
|
const deserializeAws_restJson1Hdr10Plus = (output, context) => {
|
|
6995
6995
|
return {
|
|
6996
|
-
MasteringMonitorNits: smithy_client_1.
|
|
6997
|
-
TargetMonitorNits: smithy_client_1.
|
|
6996
|
+
MasteringMonitorNits: smithy_client_1.expectInt32(output.masteringMonitorNits),
|
|
6997
|
+
TargetMonitorNits: smithy_client_1.expectInt32(output.targetMonitorNits),
|
|
6998
6998
|
};
|
|
6999
6999
|
};
|
|
7000
7000
|
const deserializeAws_restJson1HlsAdditionalManifest = (output, context) => {
|
|
@@ -7007,7 +7007,7 @@ const deserializeAws_restJson1HlsAdditionalManifest = (output, context) => {
|
|
|
7007
7007
|
};
|
|
7008
7008
|
const deserializeAws_restJson1HlsCaptionLanguageMapping = (output, context) => {
|
|
7009
7009
|
return {
|
|
7010
|
-
CaptionChannel: smithy_client_1.
|
|
7010
|
+
CaptionChannel: smithy_client_1.expectInt32(output.captionChannel),
|
|
7011
7011
|
CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
|
|
7012
7012
|
LanguageCode: smithy_client_1.expectString(output.languageCode),
|
|
7013
7013
|
LanguageDescription: smithy_client_1.expectString(output.languageDescription),
|
|
@@ -7055,20 +7055,20 @@ const deserializeAws_restJson1HlsGroupSettings = (output, context) => {
|
|
|
7055
7055
|
ImageBasedTrickPlay: smithy_client_1.expectString(output.imageBasedTrickPlay),
|
|
7056
7056
|
ManifestCompression: smithy_client_1.expectString(output.manifestCompression),
|
|
7057
7057
|
ManifestDurationFormat: smithy_client_1.expectString(output.manifestDurationFormat),
|
|
7058
|
-
MinFinalSegmentLength: smithy_client_1.
|
|
7059
|
-
MinSegmentLength: smithy_client_1.
|
|
7058
|
+
MinFinalSegmentLength: smithy_client_1.limitedParseDouble(output.minFinalSegmentLength),
|
|
7059
|
+
MinSegmentLength: smithy_client_1.expectInt32(output.minSegmentLength),
|
|
7060
7060
|
OutputSelection: smithy_client_1.expectString(output.outputSelection),
|
|
7061
7061
|
ProgramDateTime: smithy_client_1.expectString(output.programDateTime),
|
|
7062
|
-
ProgramDateTimePeriod: smithy_client_1.
|
|
7062
|
+
ProgramDateTimePeriod: smithy_client_1.expectInt32(output.programDateTimePeriod),
|
|
7063
7063
|
SegmentControl: smithy_client_1.expectString(output.segmentControl),
|
|
7064
|
-
SegmentLength: smithy_client_1.
|
|
7064
|
+
SegmentLength: smithy_client_1.expectInt32(output.segmentLength),
|
|
7065
7065
|
SegmentLengthControl: smithy_client_1.expectString(output.segmentLengthControl),
|
|
7066
|
-
SegmentsPerSubdirectory: smithy_client_1.
|
|
7066
|
+
SegmentsPerSubdirectory: smithy_client_1.expectInt32(output.segmentsPerSubdirectory),
|
|
7067
7067
|
StreamInfResolution: smithy_client_1.expectString(output.streamInfResolution),
|
|
7068
7068
|
TargetDurationCompatibilityMode: smithy_client_1.expectString(output.targetDurationCompatibilityMode),
|
|
7069
7069
|
TimedMetadataId3Frame: smithy_client_1.expectString(output.timedMetadataId3Frame),
|
|
7070
|
-
TimedMetadataId3Period: smithy_client_1.
|
|
7071
|
-
TimestampDeltaMilliseconds: smithy_client_1.
|
|
7070
|
+
TimedMetadataId3Period: smithy_client_1.expectInt32(output.timedMetadataId3Period),
|
|
7071
|
+
TimestampDeltaMilliseconds: smithy_client_1.expectInt32(output.timestampDeltaMilliseconds),
|
|
7072
7072
|
};
|
|
7073
7073
|
};
|
|
7074
7074
|
const deserializeAws_restJson1HlsRenditionGroupSettings = (output, context) => {
|
|
@@ -7091,9 +7091,9 @@ const deserializeAws_restJson1HlsSettings = (output, context) => {
|
|
|
7091
7091
|
};
|
|
7092
7092
|
const deserializeAws_restJson1HopDestination = (output, context) => {
|
|
7093
7093
|
return {
|
|
7094
|
-
Priority: smithy_client_1.
|
|
7094
|
+
Priority: smithy_client_1.expectInt32(output.priority),
|
|
7095
7095
|
Queue: smithy_client_1.expectString(output.queue),
|
|
7096
|
-
WaitMinutes: smithy_client_1.
|
|
7096
|
+
WaitMinutes: smithy_client_1.expectInt32(output.waitMinutes),
|
|
7097
7097
|
};
|
|
7098
7098
|
};
|
|
7099
7099
|
const deserializeAws_restJson1Id3Insertion = (output, context) => {
|
|
@@ -7135,7 +7135,7 @@ const deserializeAws_restJson1Input = (output, context) => {
|
|
|
7135
7135
|
DenoiseFilter: smithy_client_1.expectString(output.denoiseFilter),
|
|
7136
7136
|
FileInput: smithy_client_1.expectString(output.fileInput),
|
|
7137
7137
|
FilterEnable: smithy_client_1.expectString(output.filterEnable),
|
|
7138
|
-
FilterStrength: smithy_client_1.
|
|
7138
|
+
FilterStrength: smithy_client_1.expectInt32(output.filterStrength),
|
|
7139
7139
|
ImageInserter: output.imageInserter !== undefined && output.imageInserter !== null
|
|
7140
7140
|
? deserializeAws_restJson1ImageInserter(output.imageInserter, context)
|
|
7141
7141
|
: undefined,
|
|
@@ -7146,7 +7146,7 @@ const deserializeAws_restJson1Input = (output, context) => {
|
|
|
7146
7146
|
Position: output.position !== undefined && output.position !== null
|
|
7147
7147
|
? deserializeAws_restJson1Rectangle(output.position, context)
|
|
7148
7148
|
: undefined,
|
|
7149
|
-
ProgramNumber: smithy_client_1.
|
|
7149
|
+
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
7150
7150
|
PsiControl: smithy_client_1.expectString(output.psiControl),
|
|
7151
7151
|
SupplementalImps: output.supplementalImps !== undefined && output.supplementalImps !== null
|
|
7152
7152
|
? deserializeAws_restJson1__listOf__stringPatternS3ASSETMAPXml(output.supplementalImps, context)
|
|
@@ -7189,7 +7189,7 @@ const deserializeAws_restJson1InputTemplate = (output, context) => {
|
|
|
7189
7189
|
DeblockFilter: smithy_client_1.expectString(output.deblockFilter),
|
|
7190
7190
|
DenoiseFilter: smithy_client_1.expectString(output.denoiseFilter),
|
|
7191
7191
|
FilterEnable: smithy_client_1.expectString(output.filterEnable),
|
|
7192
|
-
FilterStrength: smithy_client_1.
|
|
7192
|
+
FilterStrength: smithy_client_1.expectInt32(output.filterStrength),
|
|
7193
7193
|
ImageInserter: output.imageInserter !== undefined && output.imageInserter !== null
|
|
7194
7194
|
? deserializeAws_restJson1ImageInserter(output.imageInserter, context)
|
|
7195
7195
|
: undefined,
|
|
@@ -7200,7 +7200,7 @@ const deserializeAws_restJson1InputTemplate = (output, context) => {
|
|
|
7200
7200
|
Position: output.position !== undefined && output.position !== null
|
|
7201
7201
|
? deserializeAws_restJson1Rectangle(output.position, context)
|
|
7202
7202
|
: undefined,
|
|
7203
|
-
ProgramNumber: smithy_client_1.
|
|
7203
|
+
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
7204
7204
|
PsiControl: smithy_client_1.expectString(output.psiControl),
|
|
7205
7205
|
TimecodeSource: smithy_client_1.expectString(output.timecodeSource),
|
|
7206
7206
|
TimecodeStart: smithy_client_1.expectString(output.timecodeStart),
|
|
@@ -7211,17 +7211,17 @@ const deserializeAws_restJson1InputTemplate = (output, context) => {
|
|
|
7211
7211
|
};
|
|
7212
7212
|
const deserializeAws_restJson1InsertableImage = (output, context) => {
|
|
7213
7213
|
return {
|
|
7214
|
-
Duration: smithy_client_1.
|
|
7215
|
-
FadeIn: smithy_client_1.
|
|
7216
|
-
FadeOut: smithy_client_1.
|
|
7217
|
-
Height: smithy_client_1.
|
|
7214
|
+
Duration: smithy_client_1.expectInt32(output.duration),
|
|
7215
|
+
FadeIn: smithy_client_1.expectInt32(output.fadeIn),
|
|
7216
|
+
FadeOut: smithy_client_1.expectInt32(output.fadeOut),
|
|
7217
|
+
Height: smithy_client_1.expectInt32(output.height),
|
|
7218
7218
|
ImageInserterInput: smithy_client_1.expectString(output.imageInserterInput),
|
|
7219
|
-
ImageX: smithy_client_1.
|
|
7220
|
-
ImageY: smithy_client_1.
|
|
7221
|
-
Layer: smithy_client_1.
|
|
7222
|
-
Opacity: smithy_client_1.
|
|
7219
|
+
ImageX: smithy_client_1.expectInt32(output.imageX),
|
|
7220
|
+
ImageY: smithy_client_1.expectInt32(output.imageY),
|
|
7221
|
+
Layer: smithy_client_1.expectInt32(output.layer),
|
|
7222
|
+
Opacity: smithy_client_1.expectInt32(output.opacity),
|
|
7223
7223
|
StartTime: smithy_client_1.expectString(output.startTime),
|
|
7224
|
-
Width: smithy_client_1.
|
|
7224
|
+
Width: smithy_client_1.expectInt32(output.width),
|
|
7225
7225
|
};
|
|
7226
7226
|
};
|
|
7227
7227
|
const deserializeAws_restJson1Job = (output, context) => {
|
|
@@ -7233,16 +7233,16 @@ const deserializeAws_restJson1Job = (output, context) => {
|
|
|
7233
7233
|
Arn: smithy_client_1.expectString(output.arn),
|
|
7234
7234
|
BillingTagsSource: smithy_client_1.expectString(output.billingTagsSource),
|
|
7235
7235
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
7236
|
-
?
|
|
7236
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
7237
7237
|
: undefined,
|
|
7238
7238
|
CurrentPhase: smithy_client_1.expectString(output.currentPhase),
|
|
7239
|
-
ErrorCode: smithy_client_1.
|
|
7239
|
+
ErrorCode: smithy_client_1.expectInt32(output.errorCode),
|
|
7240
7240
|
ErrorMessage: smithy_client_1.expectString(output.errorMessage),
|
|
7241
7241
|
HopDestinations: output.hopDestinations !== undefined && output.hopDestinations !== null
|
|
7242
7242
|
? deserializeAws_restJson1__listOfHopDestination(output.hopDestinations, context)
|
|
7243
7243
|
: undefined,
|
|
7244
7244
|
Id: smithy_client_1.expectString(output.id),
|
|
7245
|
-
JobPercentComplete: smithy_client_1.
|
|
7245
|
+
JobPercentComplete: smithy_client_1.expectInt32(output.jobPercentComplete),
|
|
7246
7246
|
JobTemplate: smithy_client_1.expectString(output.jobTemplate),
|
|
7247
7247
|
Messages: output.messages !== undefined && output.messages !== null
|
|
7248
7248
|
? deserializeAws_restJson1JobMessages(output.messages, context)
|
|
@@ -7250,12 +7250,12 @@ const deserializeAws_restJson1Job = (output, context) => {
|
|
|
7250
7250
|
OutputGroupDetails: output.outputGroupDetails !== undefined && output.outputGroupDetails !== null
|
|
7251
7251
|
? deserializeAws_restJson1__listOfOutputGroupDetail(output.outputGroupDetails, context)
|
|
7252
7252
|
: undefined,
|
|
7253
|
-
Priority: smithy_client_1.
|
|
7253
|
+
Priority: smithy_client_1.expectInt32(output.priority),
|
|
7254
7254
|
Queue: smithy_client_1.expectString(output.queue),
|
|
7255
7255
|
QueueTransitions: output.queueTransitions !== undefined && output.queueTransitions !== null
|
|
7256
7256
|
? deserializeAws_restJson1__listOfQueueTransition(output.queueTransitions, context)
|
|
7257
7257
|
: undefined,
|
|
7258
|
-
RetryCount: smithy_client_1.
|
|
7258
|
+
RetryCount: smithy_client_1.expectInt32(output.retryCount),
|
|
7259
7259
|
Role: smithy_client_1.expectString(output.role),
|
|
7260
7260
|
Settings: output.settings !== undefined && output.settings !== null
|
|
7261
7261
|
? deserializeAws_restJson1JobSettings(output.settings, context)
|
|
@@ -7283,7 +7283,7 @@ const deserializeAws_restJson1JobMessages = (output, context) => {
|
|
|
7283
7283
|
};
|
|
7284
7284
|
const deserializeAws_restJson1JobSettings = (output, context) => {
|
|
7285
7285
|
return {
|
|
7286
|
-
AdAvailOffset: smithy_client_1.
|
|
7286
|
+
AdAvailOffset: smithy_client_1.expectInt32(output.adAvailOffset),
|
|
7287
7287
|
AvailBlanking: output.availBlanking !== undefined && output.availBlanking !== null
|
|
7288
7288
|
? deserializeAws_restJson1AvailBlanking(output.availBlanking, context)
|
|
7289
7289
|
: undefined,
|
|
@@ -7327,17 +7327,17 @@ const deserializeAws_restJson1JobTemplate = (output, context) => {
|
|
|
7327
7327
|
Arn: smithy_client_1.expectString(output.arn),
|
|
7328
7328
|
Category: smithy_client_1.expectString(output.category),
|
|
7329
7329
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
7330
|
-
?
|
|
7330
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
7331
7331
|
: undefined,
|
|
7332
7332
|
Description: smithy_client_1.expectString(output.description),
|
|
7333
7333
|
HopDestinations: output.hopDestinations !== undefined && output.hopDestinations !== null
|
|
7334
7334
|
? deserializeAws_restJson1__listOfHopDestination(output.hopDestinations, context)
|
|
7335
7335
|
: undefined,
|
|
7336
7336
|
LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
|
|
7337
|
-
?
|
|
7337
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdated)))
|
|
7338
7338
|
: undefined,
|
|
7339
7339
|
Name: smithy_client_1.expectString(output.name),
|
|
7340
|
-
Priority: smithy_client_1.
|
|
7340
|
+
Priority: smithy_client_1.expectInt32(output.priority),
|
|
7341
7341
|
Queue: smithy_client_1.expectString(output.queue),
|
|
7342
7342
|
Settings: output.settings !== undefined && output.settings !== null
|
|
7343
7343
|
? deserializeAws_restJson1JobTemplateSettings(output.settings, context)
|
|
@@ -7348,7 +7348,7 @@ const deserializeAws_restJson1JobTemplate = (output, context) => {
|
|
|
7348
7348
|
};
|
|
7349
7349
|
const deserializeAws_restJson1JobTemplateSettings = (output, context) => {
|
|
7350
7350
|
return {
|
|
7351
|
-
AdAvailOffset: smithy_client_1.
|
|
7351
|
+
AdAvailOffset: smithy_client_1.expectInt32(output.adAvailOffset),
|
|
7352
7352
|
AvailBlanking: output.availBlanking !== undefined && output.availBlanking !== null
|
|
7353
7353
|
? deserializeAws_restJson1AvailBlanking(output.availBlanking, context)
|
|
7354
7354
|
: undefined,
|
|
@@ -7389,8 +7389,8 @@ const deserializeAws_restJson1KantarWatermarkSettings = (output, context) => {
|
|
|
7389
7389
|
ChannelName: smithy_client_1.expectString(output.channelName),
|
|
7390
7390
|
ContentReference: smithy_client_1.expectString(output.contentReference),
|
|
7391
7391
|
CredentialsSecretName: smithy_client_1.expectString(output.credentialsSecretName),
|
|
7392
|
-
FileOffset: smithy_client_1.
|
|
7393
|
-
KantarLicenseId: smithy_client_1.
|
|
7392
|
+
FileOffset: smithy_client_1.limitedParseDouble(output.fileOffset),
|
|
7393
|
+
KantarLicenseId: smithy_client_1.expectInt32(output.kantarLicenseId),
|
|
7394
7394
|
KantarServerUrl: smithy_client_1.expectString(output.kantarServerUrl),
|
|
7395
7395
|
LogDestination: smithy_client_1.expectString(output.logDestination),
|
|
7396
7396
|
Metadata3: smithy_client_1.expectString(output.metadata3),
|
|
@@ -7403,18 +7403,18 @@ const deserializeAws_restJson1KantarWatermarkSettings = (output, context) => {
|
|
|
7403
7403
|
};
|
|
7404
7404
|
const deserializeAws_restJson1M2tsScte35Esam = (output, context) => {
|
|
7405
7405
|
return {
|
|
7406
|
-
Scte35EsamPid: smithy_client_1.
|
|
7406
|
+
Scte35EsamPid: smithy_client_1.expectInt32(output.scte35EsamPid),
|
|
7407
7407
|
};
|
|
7408
7408
|
};
|
|
7409
7409
|
const deserializeAws_restJson1M2tsSettings = (output, context) => {
|
|
7410
7410
|
return {
|
|
7411
7411
|
AudioBufferModel: smithy_client_1.expectString(output.audioBufferModel),
|
|
7412
7412
|
AudioDuration: smithy_client_1.expectString(output.audioDuration),
|
|
7413
|
-
AudioFramesPerPes: smithy_client_1.
|
|
7413
|
+
AudioFramesPerPes: smithy_client_1.expectInt32(output.audioFramesPerPes),
|
|
7414
7414
|
AudioPids: output.audioPids !== undefined && output.audioPids !== null
|
|
7415
7415
|
? deserializeAws_restJson1__listOf__integerMin32Max8182(output.audioPids, context)
|
|
7416
7416
|
: undefined,
|
|
7417
|
-
Bitrate: smithy_client_1.
|
|
7417
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7418
7418
|
BufferModel: smithy_client_1.expectString(output.bufferModel),
|
|
7419
7419
|
DataPTSControl: smithy_client_1.expectString(output.dataPTSControl),
|
|
7420
7420
|
DvbNitSettings: output.dvbNitSettings !== undefined && output.dvbNitSettings !== null
|
|
@@ -7429,60 +7429,60 @@ const deserializeAws_restJson1M2tsSettings = (output, context) => {
|
|
|
7429
7429
|
DvbTdtSettings: output.dvbTdtSettings !== undefined && output.dvbTdtSettings !== null
|
|
7430
7430
|
? deserializeAws_restJson1DvbTdtSettings(output.dvbTdtSettings, context)
|
|
7431
7431
|
: undefined,
|
|
7432
|
-
DvbTeletextPid: smithy_client_1.
|
|
7432
|
+
DvbTeletextPid: smithy_client_1.expectInt32(output.dvbTeletextPid),
|
|
7433
7433
|
EbpAudioInterval: smithy_client_1.expectString(output.ebpAudioInterval),
|
|
7434
7434
|
EbpPlacement: smithy_client_1.expectString(output.ebpPlacement),
|
|
7435
7435
|
EsRateInPes: smithy_client_1.expectString(output.esRateInPes),
|
|
7436
7436
|
ForceTsVideoEbpOrder: smithy_client_1.expectString(output.forceTsVideoEbpOrder),
|
|
7437
|
-
FragmentTime: smithy_client_1.
|
|
7438
|
-
MaxPcrInterval: smithy_client_1.
|
|
7439
|
-
MinEbpInterval: smithy_client_1.
|
|
7437
|
+
FragmentTime: smithy_client_1.limitedParseDouble(output.fragmentTime),
|
|
7438
|
+
MaxPcrInterval: smithy_client_1.expectInt32(output.maxPcrInterval),
|
|
7439
|
+
MinEbpInterval: smithy_client_1.expectInt32(output.minEbpInterval),
|
|
7440
7440
|
NielsenId3: smithy_client_1.expectString(output.nielsenId3),
|
|
7441
|
-
NullPacketBitrate: smithy_client_1.
|
|
7442
|
-
PatInterval: smithy_client_1.
|
|
7441
|
+
NullPacketBitrate: smithy_client_1.limitedParseDouble(output.nullPacketBitrate),
|
|
7442
|
+
PatInterval: smithy_client_1.expectInt32(output.patInterval),
|
|
7443
7443
|
PcrControl: smithy_client_1.expectString(output.pcrControl),
|
|
7444
|
-
PcrPid: smithy_client_1.
|
|
7445
|
-
PmtInterval: smithy_client_1.
|
|
7446
|
-
PmtPid: smithy_client_1.
|
|
7447
|
-
PrivateMetadataPid: smithy_client_1.
|
|
7448
|
-
ProgramNumber: smithy_client_1.
|
|
7444
|
+
PcrPid: smithy_client_1.expectInt32(output.pcrPid),
|
|
7445
|
+
PmtInterval: smithy_client_1.expectInt32(output.pmtInterval),
|
|
7446
|
+
PmtPid: smithy_client_1.expectInt32(output.pmtPid),
|
|
7447
|
+
PrivateMetadataPid: smithy_client_1.expectInt32(output.privateMetadataPid),
|
|
7448
|
+
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
7449
7449
|
RateMode: smithy_client_1.expectString(output.rateMode),
|
|
7450
7450
|
Scte35Esam: output.scte35Esam !== undefined && output.scte35Esam !== null
|
|
7451
7451
|
? deserializeAws_restJson1M2tsScte35Esam(output.scte35Esam, context)
|
|
7452
7452
|
: undefined,
|
|
7453
|
-
Scte35Pid: smithy_client_1.
|
|
7453
|
+
Scte35Pid: smithy_client_1.expectInt32(output.scte35Pid),
|
|
7454
7454
|
Scte35Source: smithy_client_1.expectString(output.scte35Source),
|
|
7455
7455
|
SegmentationMarkers: smithy_client_1.expectString(output.segmentationMarkers),
|
|
7456
7456
|
SegmentationStyle: smithy_client_1.expectString(output.segmentationStyle),
|
|
7457
|
-
SegmentationTime: smithy_client_1.
|
|
7458
|
-
TimedMetadataPid: smithy_client_1.
|
|
7459
|
-
TransportStreamId: smithy_client_1.
|
|
7460
|
-
VideoPid: smithy_client_1.
|
|
7457
|
+
SegmentationTime: smithy_client_1.limitedParseDouble(output.segmentationTime),
|
|
7458
|
+
TimedMetadataPid: smithy_client_1.expectInt32(output.timedMetadataPid),
|
|
7459
|
+
TransportStreamId: smithy_client_1.expectInt32(output.transportStreamId),
|
|
7460
|
+
VideoPid: smithy_client_1.expectInt32(output.videoPid),
|
|
7461
7461
|
};
|
|
7462
7462
|
};
|
|
7463
7463
|
const deserializeAws_restJson1M3u8Settings = (output, context) => {
|
|
7464
7464
|
return {
|
|
7465
7465
|
AudioDuration: smithy_client_1.expectString(output.audioDuration),
|
|
7466
|
-
AudioFramesPerPes: smithy_client_1.
|
|
7466
|
+
AudioFramesPerPes: smithy_client_1.expectInt32(output.audioFramesPerPes),
|
|
7467
7467
|
AudioPids: output.audioPids !== undefined && output.audioPids !== null
|
|
7468
7468
|
? deserializeAws_restJson1__listOf__integerMin32Max8182(output.audioPids, context)
|
|
7469
7469
|
: undefined,
|
|
7470
7470
|
DataPTSControl: smithy_client_1.expectString(output.dataPTSControl),
|
|
7471
|
-
MaxPcrInterval: smithy_client_1.
|
|
7471
|
+
MaxPcrInterval: smithy_client_1.expectInt32(output.maxPcrInterval),
|
|
7472
7472
|
NielsenId3: smithy_client_1.expectString(output.nielsenId3),
|
|
7473
|
-
PatInterval: smithy_client_1.
|
|
7473
|
+
PatInterval: smithy_client_1.expectInt32(output.patInterval),
|
|
7474
7474
|
PcrControl: smithy_client_1.expectString(output.pcrControl),
|
|
7475
|
-
PcrPid: smithy_client_1.
|
|
7476
|
-
PmtInterval: smithy_client_1.
|
|
7477
|
-
PmtPid: smithy_client_1.
|
|
7478
|
-
PrivateMetadataPid: smithy_client_1.
|
|
7479
|
-
ProgramNumber: smithy_client_1.
|
|
7480
|
-
Scte35Pid: smithy_client_1.
|
|
7475
|
+
PcrPid: smithy_client_1.expectInt32(output.pcrPid),
|
|
7476
|
+
PmtInterval: smithy_client_1.expectInt32(output.pmtInterval),
|
|
7477
|
+
PmtPid: smithy_client_1.expectInt32(output.pmtPid),
|
|
7478
|
+
PrivateMetadataPid: smithy_client_1.expectInt32(output.privateMetadataPid),
|
|
7479
|
+
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
7480
|
+
Scte35Pid: smithy_client_1.expectInt32(output.scte35Pid),
|
|
7481
7481
|
Scte35Source: smithy_client_1.expectString(output.scte35Source),
|
|
7482
7482
|
TimedMetadata: smithy_client_1.expectString(output.timedMetadata),
|
|
7483
|
-
TimedMetadataPid: smithy_client_1.
|
|
7484
|
-
TransportStreamId: smithy_client_1.
|
|
7485
|
-
VideoPid: smithy_client_1.
|
|
7483
|
+
TimedMetadataPid: smithy_client_1.expectInt32(output.timedMetadataPid),
|
|
7484
|
+
TransportStreamId: smithy_client_1.expectInt32(output.transportStreamId),
|
|
7485
|
+
VideoPid: smithy_client_1.expectInt32(output.videoPid),
|
|
7486
7486
|
};
|
|
7487
7487
|
};
|
|
7488
7488
|
const deserializeAws_restJson1MotionImageInserter = (output, context) => {
|
|
@@ -7501,14 +7501,14 @@ const deserializeAws_restJson1MotionImageInserter = (output, context) => {
|
|
|
7501
7501
|
};
|
|
7502
7502
|
const deserializeAws_restJson1MotionImageInsertionFramerate = (output, context) => {
|
|
7503
7503
|
return {
|
|
7504
|
-
FramerateDenominator: smithy_client_1.
|
|
7505
|
-
FramerateNumerator: smithy_client_1.
|
|
7504
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
7505
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
7506
7506
|
};
|
|
7507
7507
|
};
|
|
7508
7508
|
const deserializeAws_restJson1MotionImageInsertionOffset = (output, context) => {
|
|
7509
7509
|
return {
|
|
7510
|
-
ImageX: smithy_client_1.
|
|
7511
|
-
ImageY: smithy_client_1.
|
|
7510
|
+
ImageX: smithy_client_1.expectInt32(output.imageX),
|
|
7511
|
+
ImageY: smithy_client_1.expectInt32(output.imageY),
|
|
7512
7512
|
};
|
|
7513
7513
|
};
|
|
7514
7514
|
const deserializeAws_restJson1MovSettings = (output, context) => {
|
|
@@ -7522,25 +7522,25 @@ const deserializeAws_restJson1MovSettings = (output, context) => {
|
|
|
7522
7522
|
};
|
|
7523
7523
|
const deserializeAws_restJson1Mp2Settings = (output, context) => {
|
|
7524
7524
|
return {
|
|
7525
|
-
Bitrate: smithy_client_1.
|
|
7526
|
-
Channels: smithy_client_1.
|
|
7527
|
-
SampleRate: smithy_client_1.
|
|
7525
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7526
|
+
Channels: smithy_client_1.expectInt32(output.channels),
|
|
7527
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
7528
7528
|
};
|
|
7529
7529
|
};
|
|
7530
7530
|
const deserializeAws_restJson1Mp3Settings = (output, context) => {
|
|
7531
7531
|
return {
|
|
7532
|
-
Bitrate: smithy_client_1.
|
|
7533
|
-
Channels: smithy_client_1.
|
|
7532
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7533
|
+
Channels: smithy_client_1.expectInt32(output.channels),
|
|
7534
7534
|
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
7535
|
-
SampleRate: smithy_client_1.
|
|
7536
|
-
VbrQuality: smithy_client_1.
|
|
7535
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
7536
|
+
VbrQuality: smithy_client_1.expectInt32(output.vbrQuality),
|
|
7537
7537
|
};
|
|
7538
7538
|
};
|
|
7539
7539
|
const deserializeAws_restJson1Mp4Settings = (output, context) => {
|
|
7540
7540
|
return {
|
|
7541
7541
|
AudioDuration: smithy_client_1.expectString(output.audioDuration),
|
|
7542
7542
|
CslgAtom: smithy_client_1.expectString(output.cslgAtom),
|
|
7543
|
-
CttsVersion: smithy_client_1.
|
|
7543
|
+
CttsVersion: smithy_client_1.expectInt32(output.cttsVersion),
|
|
7544
7544
|
FreeSpaceBox: smithy_client_1.expectString(output.freeSpaceBox),
|
|
7545
7545
|
MoovPlacement: smithy_client_1.expectString(output.moovPlacement),
|
|
7546
7546
|
Mp4MajorBrand: smithy_client_1.expectString(output.mp4MajorBrand),
|
|
@@ -7558,33 +7558,33 @@ const deserializeAws_restJson1MpdSettings = (output, context) => {
|
|
|
7558
7558
|
const deserializeAws_restJson1Mpeg2Settings = (output, context) => {
|
|
7559
7559
|
return {
|
|
7560
7560
|
AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
|
|
7561
|
-
Bitrate: smithy_client_1.
|
|
7561
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7562
7562
|
CodecLevel: smithy_client_1.expectString(output.codecLevel),
|
|
7563
7563
|
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
7564
7564
|
DynamicSubGop: smithy_client_1.expectString(output.dynamicSubGop),
|
|
7565
7565
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
7566
7566
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
7567
|
-
FramerateDenominator: smithy_client_1.
|
|
7568
|
-
FramerateNumerator: smithy_client_1.
|
|
7569
|
-
GopClosedCadence: smithy_client_1.
|
|
7570
|
-
GopSize: smithy_client_1.
|
|
7567
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
7568
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
7569
|
+
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
7570
|
+
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
7571
7571
|
GopSizeUnits: smithy_client_1.expectString(output.gopSizeUnits),
|
|
7572
|
-
HrdBufferInitialFillPercentage: smithy_client_1.
|
|
7573
|
-
HrdBufferSize: smithy_client_1.
|
|
7572
|
+
HrdBufferInitialFillPercentage: smithy_client_1.expectInt32(output.hrdBufferInitialFillPercentage),
|
|
7573
|
+
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
7574
7574
|
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
7575
7575
|
IntraDcPrecision: smithy_client_1.expectString(output.intraDcPrecision),
|
|
7576
|
-
MaxBitrate: smithy_client_1.
|
|
7577
|
-
MinIInterval: smithy_client_1.
|
|
7578
|
-
NumberBFramesBetweenReferenceFrames: smithy_client_1.
|
|
7576
|
+
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
7577
|
+
MinIInterval: smithy_client_1.expectInt32(output.minIInterval),
|
|
7578
|
+
NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
7579
7579
|
ParControl: smithy_client_1.expectString(output.parControl),
|
|
7580
|
-
ParDenominator: smithy_client_1.
|
|
7581
|
-
ParNumerator: smithy_client_1.
|
|
7580
|
+
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
7581
|
+
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
7582
7582
|
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
7583
7583
|
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
7584
7584
|
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
7585
7585
|
SceneChangeDetect: smithy_client_1.expectString(output.sceneChangeDetect),
|
|
7586
7586
|
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
7587
|
-
Softness: smithy_client_1.
|
|
7587
|
+
Softness: smithy_client_1.expectInt32(output.softness),
|
|
7588
7588
|
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
7589
7589
|
Syntax: smithy_client_1.expectString(output.syntax),
|
|
7590
7590
|
Telecine: smithy_client_1.expectString(output.telecine),
|
|
@@ -7619,7 +7619,7 @@ const deserializeAws_restJson1MsSmoothGroupSettings = (output, context) => {
|
|
|
7619
7619
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
7620
7620
|
? deserializeAws_restJson1MsSmoothEncryptionSettings(output.encryption, context)
|
|
7621
7621
|
: undefined,
|
|
7622
|
-
FragmentLength: smithy_client_1.
|
|
7622
|
+
FragmentLength: smithy_client_1.expectInt32(output.fragmentLength),
|
|
7623
7623
|
FragmentLengthControl: smithy_client_1.expectString(output.fragmentLengthControl),
|
|
7624
7624
|
ManifestEncoding: smithy_client_1.expectString(output.manifestEncoding),
|
|
7625
7625
|
};
|
|
@@ -7636,20 +7636,20 @@ const deserializeAws_restJson1MxfSettings = (output, context) => {
|
|
|
7636
7636
|
const deserializeAws_restJson1MxfXavcProfileSettings = (output, context) => {
|
|
7637
7637
|
return {
|
|
7638
7638
|
DurationMode: smithy_client_1.expectString(output.durationMode),
|
|
7639
|
-
MaxAncDataSize: smithy_client_1.
|
|
7639
|
+
MaxAncDataSize: smithy_client_1.expectInt32(output.maxAncDataSize),
|
|
7640
7640
|
};
|
|
7641
7641
|
};
|
|
7642
7642
|
const deserializeAws_restJson1NexGuardFileMarkerSettings = (output, context) => {
|
|
7643
7643
|
return {
|
|
7644
7644
|
License: smithy_client_1.expectString(output.license),
|
|
7645
|
-
Payload: smithy_client_1.
|
|
7645
|
+
Payload: smithy_client_1.expectInt32(output.payload),
|
|
7646
7646
|
Preset: smithy_client_1.expectString(output.preset),
|
|
7647
7647
|
Strength: smithy_client_1.expectString(output.strength),
|
|
7648
7648
|
};
|
|
7649
7649
|
};
|
|
7650
7650
|
const deserializeAws_restJson1NielsenConfiguration = (output, context) => {
|
|
7651
7651
|
return {
|
|
7652
|
-
BreakoutCode: smithy_client_1.
|
|
7652
|
+
BreakoutCode: smithy_client_1.expectInt32(output.breakoutCode),
|
|
7653
7653
|
DistributorId: smithy_client_1.expectString(output.distributorId),
|
|
7654
7654
|
};
|
|
7655
7655
|
};
|
|
@@ -7662,7 +7662,7 @@ const deserializeAws_restJson1NielsenNonLinearWatermarkSettings = (output, conte
|
|
|
7662
7662
|
CbetSourceId: smithy_client_1.expectString(output.cbetSourceId),
|
|
7663
7663
|
EpisodeId: smithy_client_1.expectString(output.episodeId),
|
|
7664
7664
|
MetadataDestination: smithy_client_1.expectString(output.metadataDestination),
|
|
7665
|
-
SourceId: smithy_client_1.
|
|
7665
|
+
SourceId: smithy_client_1.expectInt32(output.sourceId),
|
|
7666
7666
|
SourceWatermarkStatus: smithy_client_1.expectString(output.sourceWatermarkStatus),
|
|
7667
7667
|
TicServerUrl: smithy_client_1.expectString(output.ticServerUrl),
|
|
7668
7668
|
UniqueTicPerAudioTrack: smithy_client_1.expectString(output.uniqueTicPerAudioTrack),
|
|
@@ -7684,29 +7684,29 @@ const deserializeAws_restJson1NoiseReducer = (output, context) => {
|
|
|
7684
7684
|
};
|
|
7685
7685
|
const deserializeAws_restJson1NoiseReducerFilterSettings = (output, context) => {
|
|
7686
7686
|
return {
|
|
7687
|
-
Strength: smithy_client_1.
|
|
7687
|
+
Strength: smithy_client_1.expectInt32(output.strength),
|
|
7688
7688
|
};
|
|
7689
7689
|
};
|
|
7690
7690
|
const deserializeAws_restJson1NoiseReducerSpatialFilterSettings = (output, context) => {
|
|
7691
7691
|
return {
|
|
7692
|
-
PostFilterSharpenStrength: smithy_client_1.
|
|
7693
|
-
Speed: smithy_client_1.
|
|
7694
|
-
Strength: smithy_client_1.
|
|
7692
|
+
PostFilterSharpenStrength: smithy_client_1.expectInt32(output.postFilterSharpenStrength),
|
|
7693
|
+
Speed: smithy_client_1.expectInt32(output.speed),
|
|
7694
|
+
Strength: smithy_client_1.expectInt32(output.strength),
|
|
7695
7695
|
};
|
|
7696
7696
|
};
|
|
7697
7697
|
const deserializeAws_restJson1NoiseReducerTemporalFilterSettings = (output, context) => {
|
|
7698
7698
|
return {
|
|
7699
|
-
AggressiveMode: smithy_client_1.
|
|
7699
|
+
AggressiveMode: smithy_client_1.expectInt32(output.aggressiveMode),
|
|
7700
7700
|
PostTemporalSharpening: smithy_client_1.expectString(output.postTemporalSharpening),
|
|
7701
|
-
Speed: smithy_client_1.
|
|
7702
|
-
Strength: smithy_client_1.
|
|
7701
|
+
Speed: smithy_client_1.expectInt32(output.speed),
|
|
7702
|
+
Strength: smithy_client_1.expectInt32(output.strength),
|
|
7703
7703
|
};
|
|
7704
7704
|
};
|
|
7705
7705
|
const deserializeAws_restJson1OpusSettings = (output, context) => {
|
|
7706
7706
|
return {
|
|
7707
|
-
Bitrate: smithy_client_1.
|
|
7708
|
-
Channels: smithy_client_1.
|
|
7709
|
-
SampleRate: smithy_client_1.
|
|
7707
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7708
|
+
Channels: smithy_client_1.expectInt32(output.channels),
|
|
7709
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
7710
7710
|
};
|
|
7711
7711
|
};
|
|
7712
7712
|
const deserializeAws_restJson1Output = (output, context) => {
|
|
@@ -7743,7 +7743,7 @@ const deserializeAws_restJson1OutputChannelMapping = (output, context) => {
|
|
|
7743
7743
|
};
|
|
7744
7744
|
const deserializeAws_restJson1OutputDetail = (output, context) => {
|
|
7745
7745
|
return {
|
|
7746
|
-
DurationInMs: smithy_client_1.
|
|
7746
|
+
DurationInMs: smithy_client_1.expectInt32(output.durationInMs),
|
|
7747
7747
|
VideoDetails: output.videoDetails !== undefined && output.videoDetails !== null
|
|
7748
7748
|
? deserializeAws_restJson1VideoDetail(output.videoDetails, context)
|
|
7749
7749
|
: undefined,
|
|
@@ -7810,11 +7810,11 @@ const deserializeAws_restJson1Preset = (output, context) => {
|
|
|
7810
7810
|
Arn: smithy_client_1.expectString(output.arn),
|
|
7811
7811
|
Category: smithy_client_1.expectString(output.category),
|
|
7812
7812
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
7813
|
-
?
|
|
7813
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
7814
7814
|
: undefined,
|
|
7815
7815
|
Description: smithy_client_1.expectString(output.description),
|
|
7816
7816
|
LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
|
|
7817
|
-
?
|
|
7817
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdated)))
|
|
7818
7818
|
: undefined,
|
|
7819
7819
|
Name: smithy_client_1.expectString(output.name),
|
|
7820
7820
|
Settings: output.settings !== undefined && output.settings !== null
|
|
@@ -7845,12 +7845,12 @@ const deserializeAws_restJson1ProresSettings = (output, context) => {
|
|
|
7845
7845
|
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
7846
7846
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
7847
7847
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
7848
|
-
FramerateDenominator: smithy_client_1.
|
|
7849
|
-
FramerateNumerator: smithy_client_1.
|
|
7848
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
7849
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
7850
7850
|
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
7851
7851
|
ParControl: smithy_client_1.expectString(output.parControl),
|
|
7852
|
-
ParDenominator: smithy_client_1.
|
|
7853
|
-
ParNumerator: smithy_client_1.
|
|
7852
|
+
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
7853
|
+
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
7854
7854
|
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
7855
7855
|
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
7856
7856
|
Telecine: smithy_client_1.expectString(output.telecine),
|
|
@@ -7860,20 +7860,20 @@ const deserializeAws_restJson1Queue = (output, context) => {
|
|
|
7860
7860
|
return {
|
|
7861
7861
|
Arn: smithy_client_1.expectString(output.arn),
|
|
7862
7862
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
7863
|
-
?
|
|
7863
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
7864
7864
|
: undefined,
|
|
7865
7865
|
Description: smithy_client_1.expectString(output.description),
|
|
7866
7866
|
LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
|
|
7867
|
-
?
|
|
7867
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdated)))
|
|
7868
7868
|
: undefined,
|
|
7869
7869
|
Name: smithy_client_1.expectString(output.name),
|
|
7870
7870
|
PricingPlan: smithy_client_1.expectString(output.pricingPlan),
|
|
7871
|
-
ProgressingJobsCount: smithy_client_1.
|
|
7871
|
+
ProgressingJobsCount: smithy_client_1.expectInt32(output.progressingJobsCount),
|
|
7872
7872
|
ReservationPlan: output.reservationPlan !== undefined && output.reservationPlan !== null
|
|
7873
7873
|
? deserializeAws_restJson1ReservationPlan(output.reservationPlan, context)
|
|
7874
7874
|
: undefined,
|
|
7875
7875
|
Status: smithy_client_1.expectString(output.status),
|
|
7876
|
-
SubmittedJobsCount: smithy_client_1.
|
|
7876
|
+
SubmittedJobsCount: smithy_client_1.expectInt32(output.submittedJobsCount),
|
|
7877
7877
|
Type: smithy_client_1.expectString(output.type),
|
|
7878
7878
|
};
|
|
7879
7879
|
};
|
|
@@ -7882,16 +7882,16 @@ const deserializeAws_restJson1QueueTransition = (output, context) => {
|
|
|
7882
7882
|
DestinationQueue: smithy_client_1.expectString(output.destinationQueue),
|
|
7883
7883
|
SourceQueue: smithy_client_1.expectString(output.sourceQueue),
|
|
7884
7884
|
Timestamp: output.timestamp !== undefined && output.timestamp !== null
|
|
7885
|
-
?
|
|
7885
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.timestamp)))
|
|
7886
7886
|
: undefined,
|
|
7887
7887
|
};
|
|
7888
7888
|
};
|
|
7889
7889
|
const deserializeAws_restJson1Rectangle = (output, context) => {
|
|
7890
7890
|
return {
|
|
7891
|
-
Height: smithy_client_1.
|
|
7892
|
-
Width: smithy_client_1.
|
|
7893
|
-
X: smithy_client_1.
|
|
7894
|
-
Y: smithy_client_1.
|
|
7891
|
+
Height: smithy_client_1.expectInt32(output.height),
|
|
7892
|
+
Width: smithy_client_1.expectInt32(output.width),
|
|
7893
|
+
X: smithy_client_1.expectInt32(output.x),
|
|
7894
|
+
Y: smithy_client_1.expectInt32(output.y),
|
|
7895
7895
|
};
|
|
7896
7896
|
};
|
|
7897
7897
|
const deserializeAws_restJson1RemixSettings = (output, context) => {
|
|
@@ -7899,21 +7899,21 @@ const deserializeAws_restJson1RemixSettings = (output, context) => {
|
|
|
7899
7899
|
ChannelMapping: output.channelMapping !== undefined && output.channelMapping !== null
|
|
7900
7900
|
? deserializeAws_restJson1ChannelMapping(output.channelMapping, context)
|
|
7901
7901
|
: undefined,
|
|
7902
|
-
ChannelsIn: smithy_client_1.
|
|
7903
|
-
ChannelsOut: smithy_client_1.
|
|
7902
|
+
ChannelsIn: smithy_client_1.expectInt32(output.channelsIn),
|
|
7903
|
+
ChannelsOut: smithy_client_1.expectInt32(output.channelsOut),
|
|
7904
7904
|
};
|
|
7905
7905
|
};
|
|
7906
7906
|
const deserializeAws_restJson1ReservationPlan = (output, context) => {
|
|
7907
7907
|
return {
|
|
7908
7908
|
Commitment: smithy_client_1.expectString(output.commitment),
|
|
7909
7909
|
ExpiresAt: output.expiresAt !== undefined && output.expiresAt !== null
|
|
7910
|
-
?
|
|
7910
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.expiresAt)))
|
|
7911
7911
|
: undefined,
|
|
7912
7912
|
PurchasedAt: output.purchasedAt !== undefined && output.purchasedAt !== null
|
|
7913
|
-
?
|
|
7913
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.purchasedAt)))
|
|
7914
7914
|
: undefined,
|
|
7915
7915
|
RenewalType: smithy_client_1.expectString(output.renewalType),
|
|
7916
|
-
ReservedSlots: smithy_client_1.
|
|
7916
|
+
ReservedSlots: smithy_client_1.expectInt32(output.reservedSlots),
|
|
7917
7917
|
Status: smithy_client_1.expectString(output.status),
|
|
7918
7918
|
};
|
|
7919
7919
|
};
|
|
@@ -8003,7 +8003,7 @@ const deserializeAws_restJson1TeletextSourceSettings = (output, context) => {
|
|
|
8003
8003
|
};
|
|
8004
8004
|
const deserializeAws_restJson1TimecodeBurnin = (output, context) => {
|
|
8005
8005
|
return {
|
|
8006
|
-
FontSize: smithy_client_1.
|
|
8006
|
+
FontSize: smithy_client_1.expectInt32(output.fontSize),
|
|
8007
8007
|
Position: smithy_client_1.expectString(output.position),
|
|
8008
8008
|
Prefix: smithy_client_1.expectString(output.prefix),
|
|
8009
8009
|
};
|
|
@@ -8026,19 +8026,19 @@ const deserializeAws_restJson1TimedMetadataInsertion = (output, context) => {
|
|
|
8026
8026
|
const deserializeAws_restJson1Timing = (output, context) => {
|
|
8027
8027
|
return {
|
|
8028
8028
|
FinishTime: output.finishTime !== undefined && output.finishTime !== null
|
|
8029
|
-
?
|
|
8029
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.finishTime)))
|
|
8030
8030
|
: undefined,
|
|
8031
8031
|
StartTime: output.startTime !== undefined && output.startTime !== null
|
|
8032
|
-
?
|
|
8032
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
|
|
8033
8033
|
: undefined,
|
|
8034
8034
|
SubmitTime: output.submitTime !== undefined && output.submitTime !== null
|
|
8035
|
-
?
|
|
8035
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.submitTime)))
|
|
8036
8036
|
: undefined,
|
|
8037
8037
|
};
|
|
8038
8038
|
};
|
|
8039
8039
|
const deserializeAws_restJson1TrackSourceSettings = (output, context) => {
|
|
8040
8040
|
return {
|
|
8041
|
-
TrackNumber: smithy_client_1.
|
|
8041
|
+
TrackNumber: smithy_client_1.expectInt32(output.trackNumber),
|
|
8042
8042
|
};
|
|
8043
8043
|
};
|
|
8044
8044
|
const deserializeAws_restJson1TtmlDestinationSettings = (output, context) => {
|
|
@@ -8050,8 +8050,8 @@ const deserializeAws_restJson1Vc3Settings = (output, context) => {
|
|
|
8050
8050
|
return {
|
|
8051
8051
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
8052
8052
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
8053
|
-
FramerateDenominator: smithy_client_1.
|
|
8054
|
-
FramerateNumerator: smithy_client_1.
|
|
8053
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
8054
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
8055
8055
|
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
8056
8056
|
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
8057
8057
|
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
@@ -8109,25 +8109,25 @@ const deserializeAws_restJson1VideoDescription = (output, context) => {
|
|
|
8109
8109
|
? deserializeAws_restJson1Rectangle(output.crop, context)
|
|
8110
8110
|
: undefined,
|
|
8111
8111
|
DropFrameTimecode: smithy_client_1.expectString(output.dropFrameTimecode),
|
|
8112
|
-
FixedAfd: smithy_client_1.
|
|
8113
|
-
Height: smithy_client_1.
|
|
8112
|
+
FixedAfd: smithy_client_1.expectInt32(output.fixedAfd),
|
|
8113
|
+
Height: smithy_client_1.expectInt32(output.height),
|
|
8114
8114
|
Position: output.position !== undefined && output.position !== null
|
|
8115
8115
|
? deserializeAws_restJson1Rectangle(output.position, context)
|
|
8116
8116
|
: undefined,
|
|
8117
8117
|
RespondToAfd: smithy_client_1.expectString(output.respondToAfd),
|
|
8118
8118
|
ScalingBehavior: smithy_client_1.expectString(output.scalingBehavior),
|
|
8119
|
-
Sharpness: smithy_client_1.
|
|
8119
|
+
Sharpness: smithy_client_1.expectInt32(output.sharpness),
|
|
8120
8120
|
TimecodeInsertion: smithy_client_1.expectString(output.timecodeInsertion),
|
|
8121
8121
|
VideoPreprocessors: output.videoPreprocessors !== undefined && output.videoPreprocessors !== null
|
|
8122
8122
|
? deserializeAws_restJson1VideoPreprocessor(output.videoPreprocessors, context)
|
|
8123
8123
|
: undefined,
|
|
8124
|
-
Width: smithy_client_1.
|
|
8124
|
+
Width: smithy_client_1.expectInt32(output.width),
|
|
8125
8125
|
};
|
|
8126
8126
|
};
|
|
8127
8127
|
const deserializeAws_restJson1VideoDetail = (output, context) => {
|
|
8128
8128
|
return {
|
|
8129
|
-
HeightInPx: smithy_client_1.
|
|
8130
|
-
WidthInPx: smithy_client_1.
|
|
8129
|
+
HeightInPx: smithy_client_1.expectInt32(output.heightInPx),
|
|
8130
|
+
WidthInPx: smithy_client_1.expectInt32(output.widthInPx),
|
|
8131
8131
|
};
|
|
8132
8132
|
};
|
|
8133
8133
|
const deserializeAws_restJson1VideoPreprocessor = (output, context) => {
|
|
@@ -8166,59 +8166,59 @@ const deserializeAws_restJson1VideoSelector = (output, context) => {
|
|
|
8166
8166
|
Hdr10Metadata: output.hdr10Metadata !== undefined && output.hdr10Metadata !== null
|
|
8167
8167
|
? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context)
|
|
8168
8168
|
: undefined,
|
|
8169
|
-
Pid: smithy_client_1.
|
|
8170
|
-
ProgramNumber: smithy_client_1.
|
|
8169
|
+
Pid: smithy_client_1.expectInt32(output.pid),
|
|
8170
|
+
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
8171
8171
|
Rotate: smithy_client_1.expectString(output.rotate),
|
|
8172
8172
|
SampleRange: smithy_client_1.expectString(output.sampleRange),
|
|
8173
8173
|
};
|
|
8174
8174
|
};
|
|
8175
8175
|
const deserializeAws_restJson1VorbisSettings = (output, context) => {
|
|
8176
8176
|
return {
|
|
8177
|
-
Channels: smithy_client_1.
|
|
8178
|
-
SampleRate: smithy_client_1.
|
|
8179
|
-
VbrQuality: smithy_client_1.
|
|
8177
|
+
Channels: smithy_client_1.expectInt32(output.channels),
|
|
8178
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
8179
|
+
VbrQuality: smithy_client_1.expectInt32(output.vbrQuality),
|
|
8180
8180
|
};
|
|
8181
8181
|
};
|
|
8182
8182
|
const deserializeAws_restJson1Vp8Settings = (output, context) => {
|
|
8183
8183
|
return {
|
|
8184
|
-
Bitrate: smithy_client_1.
|
|
8184
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
8185
8185
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
8186
8186
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
8187
|
-
FramerateDenominator: smithy_client_1.
|
|
8188
|
-
FramerateNumerator: smithy_client_1.
|
|
8189
|
-
GopSize: smithy_client_1.
|
|
8190
|
-
HrdBufferSize: smithy_client_1.
|
|
8191
|
-
MaxBitrate: smithy_client_1.
|
|
8187
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
8188
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
8189
|
+
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
8190
|
+
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
8191
|
+
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
8192
8192
|
ParControl: smithy_client_1.expectString(output.parControl),
|
|
8193
|
-
ParDenominator: smithy_client_1.
|
|
8194
|
-
ParNumerator: smithy_client_1.
|
|
8193
|
+
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
8194
|
+
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
8195
8195
|
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
8196
8196
|
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
8197
8197
|
};
|
|
8198
8198
|
};
|
|
8199
8199
|
const deserializeAws_restJson1Vp9Settings = (output, context) => {
|
|
8200
8200
|
return {
|
|
8201
|
-
Bitrate: smithy_client_1.
|
|
8201
|
+
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
8202
8202
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
8203
8203
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
8204
|
-
FramerateDenominator: smithy_client_1.
|
|
8205
|
-
FramerateNumerator: smithy_client_1.
|
|
8206
|
-
GopSize: smithy_client_1.
|
|
8207
|
-
HrdBufferSize: smithy_client_1.
|
|
8208
|
-
MaxBitrate: smithy_client_1.
|
|
8204
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
8205
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
8206
|
+
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
8207
|
+
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
8208
|
+
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
8209
8209
|
ParControl: smithy_client_1.expectString(output.parControl),
|
|
8210
|
-
ParDenominator: smithy_client_1.
|
|
8211
|
-
ParNumerator: smithy_client_1.
|
|
8210
|
+
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
8211
|
+
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
8212
8212
|
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
8213
8213
|
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
8214
8214
|
};
|
|
8215
8215
|
};
|
|
8216
8216
|
const deserializeAws_restJson1WavSettings = (output, context) => {
|
|
8217
8217
|
return {
|
|
8218
|
-
BitDepth: smithy_client_1.
|
|
8219
|
-
Channels: smithy_client_1.
|
|
8218
|
+
BitDepth: smithy_client_1.expectInt32(output.bitDepth),
|
|
8219
|
+
Channels: smithy_client_1.expectInt32(output.channels),
|
|
8220
8220
|
Format: smithy_client_1.expectString(output.format),
|
|
8221
|
-
SampleRate: smithy_client_1.
|
|
8221
|
+
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
8222
8222
|
};
|
|
8223
8223
|
};
|
|
8224
8224
|
const deserializeAws_restJson1WebvttDestinationSettings = (output, context) => {
|
|
@@ -8249,10 +8249,10 @@ const deserializeAws_restJson1Xavc4kProfileSettings = (output, context) => {
|
|
|
8249
8249
|
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
8250
8250
|
FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
|
|
8251
8251
|
GopBReference: smithy_client_1.expectString(output.gopBReference),
|
|
8252
|
-
GopClosedCadence: smithy_client_1.
|
|
8253
|
-
HrdBufferSize: smithy_client_1.
|
|
8252
|
+
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
8253
|
+
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
8254
8254
|
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
8255
|
-
Slices: smithy_client_1.
|
|
8255
|
+
Slices: smithy_client_1.expectInt32(output.slices),
|
|
8256
8256
|
};
|
|
8257
8257
|
};
|
|
8258
8258
|
const deserializeAws_restJson1XavcHdIntraCbgProfileSettings = (output, context) => {
|
|
@@ -8265,11 +8265,11 @@ const deserializeAws_restJson1XavcHdProfileSettings = (output, context) => {
|
|
|
8265
8265
|
BitrateClass: smithy_client_1.expectString(output.bitrateClass),
|
|
8266
8266
|
FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
|
|
8267
8267
|
GopBReference: smithy_client_1.expectString(output.gopBReference),
|
|
8268
|
-
GopClosedCadence: smithy_client_1.
|
|
8269
|
-
HrdBufferSize: smithy_client_1.
|
|
8268
|
+
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
8269
|
+
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
8270
8270
|
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
8271
8271
|
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
8272
|
-
Slices: smithy_client_1.
|
|
8272
|
+
Slices: smithy_client_1.expectInt32(output.slices),
|
|
8273
8273
|
Telecine: smithy_client_1.expectString(output.telecine),
|
|
8274
8274
|
};
|
|
8275
8275
|
};
|
|
@@ -8279,11 +8279,11 @@ const deserializeAws_restJson1XavcSettings = (output, context) => {
|
|
|
8279
8279
|
EntropyEncoding: smithy_client_1.expectString(output.entropyEncoding),
|
|
8280
8280
|
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
8281
8281
|
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
8282
|
-
FramerateDenominator: smithy_client_1.
|
|
8283
|
-
FramerateNumerator: smithy_client_1.
|
|
8282
|
+
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
8283
|
+
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
8284
8284
|
Profile: smithy_client_1.expectString(output.profile),
|
|
8285
8285
|
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
8286
|
-
Softness: smithy_client_1.
|
|
8286
|
+
Softness: smithy_client_1.expectInt32(output.softness),
|
|
8287
8287
|
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
8288
8288
|
TemporalAdaptiveQuantization: smithy_client_1.expectString(output.temporalAdaptiveQuantization),
|
|
8289
8289
|
Xavc4kIntraCbgProfileSettings: output.xavc4kIntraCbgProfileSettings !== undefined && output.xavc4kIntraCbgProfileSettings !== null
|