@aws-sdk/client-mediaconvert 3.53.0 → 3.55.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 +27 -0
- package/dist-cjs/MediaConvertClient.js +13 -13
- package/dist-cjs/commands/AssociateCertificateCommand.js +3 -3
- package/dist-cjs/commands/CancelJobCommand.js +3 -3
- package/dist-cjs/commands/CreateJobCommand.js +3 -3
- package/dist-cjs/commands/CreateJobTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreatePresetCommand.js +3 -3
- package/dist-cjs/commands/CreateQueueCommand.js +3 -3
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeletePolicyCommand.js +3 -3
- package/dist-cjs/commands/DeletePresetCommand.js +3 -3
- package/dist-cjs/commands/DeleteQueueCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DisassociateCertificateCommand.js +3 -3
- package/dist-cjs/commands/GetJobCommand.js +3 -3
- package/dist-cjs/commands/GetJobTemplateCommand.js +3 -3
- package/dist-cjs/commands/GetPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetPresetCommand.js +3 -3
- package/dist-cjs/commands/GetQueueCommand.js +3 -3
- package/dist-cjs/commands/ListJobTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +3 -3
- package/dist-cjs/commands/ListPresetsCommand.js +3 -3
- package/dist-cjs/commands/ListQueuesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutPolicyCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +6 -6
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdatePresetCommand.js +3 -3
- package/dist-cjs/commands/UpdateQueueCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/models/models_0.js +13 -13
- package/dist-cjs/models/models_1.js +16 -18
- package/dist-cjs/models/models_2.js +13 -1
- package/dist-cjs/protocols/Aws_restJson1.js +984 -978
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/MediaConvert.js +28 -28
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/models/models_0.js +10 -10
- package/dist-es/models/models_1.js +10 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/pagination/DescribeEndpointsPaginator.js +4 -4
- package/dist-es/pagination/ListJobTemplatesPaginator.js +4 -4
- package/dist-es/pagination/ListJobsPaginator.js +4 -4
- package/dist-es/pagination/ListPresetsPaginator.js +4 -4
- package/dist-es/pagination/ListQueuesPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +36 -32
- package/dist-types/MediaConvertClient.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +22 -14
- package/dist-types/models/models_1.d.ts +17 -35
- package/dist-types/models/models_2.d.ts +26 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/MediaConvertClient.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +12 -8
- package/dist-types/ts3.4/models/models_1.d.ts +9 -19
- package/dist-types/ts3.4/models/models_2.d.ts +18 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -37,7 +37,7 @@ const serializeAws_restJson1CancelJobCommand = async (input, context) => {
|
|
|
37
37
|
if (labelValue.length <= 0) {
|
|
38
38
|
throw new Error("Empty value provided for input HTTP label: Id.");
|
|
39
39
|
}
|
|
40
|
-
resolvedPath = resolvedPath.replace("{Id}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
40
|
+
resolvedPath = resolvedPath.replace("{Id}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
41
41
|
}
|
|
42
42
|
else {
|
|
43
43
|
throw new Error("No value provided for input HTTP label: Id.");
|
|
@@ -69,7 +69,7 @@ const serializeAws_restJson1CreateJobCommand = async (input, context) => {
|
|
|
69
69
|
}),
|
|
70
70
|
...(input.BillingTagsSource !== undefined &&
|
|
71
71
|
input.BillingTagsSource !== null && { billingTagsSource: input.BillingTagsSource }),
|
|
72
|
-
clientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
72
|
+
clientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
73
73
|
...(input.HopDestinations !== undefined &&
|
|
74
74
|
input.HopDestinations !== null && {
|
|
75
75
|
hopDestinations: serializeAws_restJson1__listOfHopDestination(input.HopDestinations, context),
|
|
@@ -207,7 +207,7 @@ const serializeAws_restJson1DeleteJobTemplateCommand = async (input, context) =>
|
|
|
207
207
|
if (labelValue.length <= 0) {
|
|
208
208
|
throw new Error("Empty value provided for input HTTP label: Name.");
|
|
209
209
|
}
|
|
210
|
-
resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
210
|
+
resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
211
211
|
}
|
|
212
212
|
else {
|
|
213
213
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
@@ -252,7 +252,7 @@ const serializeAws_restJson1DeletePresetCommand = async (input, context) => {
|
|
|
252
252
|
if (labelValue.length <= 0) {
|
|
253
253
|
throw new Error("Empty value provided for input HTTP label: Name.");
|
|
254
254
|
}
|
|
255
|
-
resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
255
|
+
resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
256
256
|
}
|
|
257
257
|
else {
|
|
258
258
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
@@ -278,7 +278,7 @@ const serializeAws_restJson1DeleteQueueCommand = async (input, context) => {
|
|
|
278
278
|
if (labelValue.length <= 0) {
|
|
279
279
|
throw new Error("Empty value provided for input HTTP label: Name.");
|
|
280
280
|
}
|
|
281
|
-
resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
281
|
+
resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
282
282
|
}
|
|
283
283
|
else {
|
|
284
284
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
@@ -327,7 +327,7 @@ const serializeAws_restJson1DisassociateCertificateCommand = async (input, conte
|
|
|
327
327
|
if (labelValue.length <= 0) {
|
|
328
328
|
throw new Error("Empty value provided for input HTTP label: Arn.");
|
|
329
329
|
}
|
|
330
|
-
resolvedPath = resolvedPath.replace("{Arn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
330
|
+
resolvedPath = resolvedPath.replace("{Arn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
331
331
|
}
|
|
332
332
|
else {
|
|
333
333
|
throw new Error("No value provided for input HTTP label: Arn.");
|
|
@@ -353,7 +353,7 @@ const serializeAws_restJson1GetJobCommand = async (input, context) => {
|
|
|
353
353
|
if (labelValue.length <= 0) {
|
|
354
354
|
throw new Error("Empty value provided for input HTTP label: Id.");
|
|
355
355
|
}
|
|
356
|
-
resolvedPath = resolvedPath.replace("{Id}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
356
|
+
resolvedPath = resolvedPath.replace("{Id}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
357
357
|
}
|
|
358
358
|
else {
|
|
359
359
|
throw new Error("No value provided for input HTTP label: Id.");
|
|
@@ -379,7 +379,7 @@ const serializeAws_restJson1GetJobTemplateCommand = async (input, context) => {
|
|
|
379
379
|
if (labelValue.length <= 0) {
|
|
380
380
|
throw new Error("Empty value provided for input HTTP label: Name.");
|
|
381
381
|
}
|
|
382
|
-
resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
382
|
+
resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
383
383
|
}
|
|
384
384
|
else {
|
|
385
385
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
@@ -424,7 +424,7 @@ const serializeAws_restJson1GetPresetCommand = async (input, context) => {
|
|
|
424
424
|
if (labelValue.length <= 0) {
|
|
425
425
|
throw new Error("Empty value provided for input HTTP label: Name.");
|
|
426
426
|
}
|
|
427
|
-
resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
427
|
+
resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
428
428
|
}
|
|
429
429
|
else {
|
|
430
430
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
@@ -450,7 +450,7 @@ const serializeAws_restJson1GetQueueCommand = async (input, context) => {
|
|
|
450
450
|
if (labelValue.length <= 0) {
|
|
451
451
|
throw new Error("Empty value provided for input HTTP label: Name.");
|
|
452
452
|
}
|
|
453
|
-
resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
453
|
+
resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
454
454
|
}
|
|
455
455
|
else {
|
|
456
456
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
@@ -571,7 +571,7 @@ const serializeAws_restJson1ListTagsForResourceCommand = async (input, context)
|
|
|
571
571
|
if (labelValue.length <= 0) {
|
|
572
572
|
throw new Error("Empty value provided for input HTTP label: Arn.");
|
|
573
573
|
}
|
|
574
|
-
resolvedPath = resolvedPath.replace("{Arn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
574
|
+
resolvedPath = resolvedPath.replace("{Arn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
575
575
|
}
|
|
576
576
|
else {
|
|
577
577
|
throw new Error("No value provided for input HTTP label: Arn.");
|
|
@@ -644,7 +644,7 @@ const serializeAws_restJson1UntagResourceCommand = async (input, context) => {
|
|
|
644
644
|
if (labelValue.length <= 0) {
|
|
645
645
|
throw new Error("Empty value provided for input HTTP label: Arn.");
|
|
646
646
|
}
|
|
647
|
-
resolvedPath = resolvedPath.replace("{Arn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
647
|
+
resolvedPath = resolvedPath.replace("{Arn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
648
648
|
}
|
|
649
649
|
else {
|
|
650
650
|
throw new Error("No value provided for input HTTP label: Arn.");
|
|
@@ -676,7 +676,7 @@ const serializeAws_restJson1UpdateJobTemplateCommand = async (input, context) =>
|
|
|
676
676
|
if (labelValue.length <= 0) {
|
|
677
677
|
throw new Error("Empty value provided for input HTTP label: Name.");
|
|
678
678
|
}
|
|
679
|
-
resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
679
|
+
resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
680
680
|
}
|
|
681
681
|
else {
|
|
682
682
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
@@ -722,7 +722,7 @@ const serializeAws_restJson1UpdatePresetCommand = async (input, context) => {
|
|
|
722
722
|
if (labelValue.length <= 0) {
|
|
723
723
|
throw new Error("Empty value provided for input HTTP label: Name.");
|
|
724
724
|
}
|
|
725
|
-
resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
725
|
+
resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
726
726
|
}
|
|
727
727
|
else {
|
|
728
728
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
@@ -756,7 +756,7 @@ const serializeAws_restJson1UpdateQueueCommand = async (input, context) => {
|
|
|
756
756
|
if (labelValue.length <= 0) {
|
|
757
757
|
throw new Error("Empty value provided for input HTTP label: Name.");
|
|
758
758
|
}
|
|
759
|
-
resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
|
|
759
|
+
resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
|
|
760
760
|
}
|
|
761
761
|
else {
|
|
762
762
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
@@ -826,7 +826,7 @@ const deserializeAws_restJson1AssociateCertificateCommandError = async (output,
|
|
|
826
826
|
$fault: "client",
|
|
827
827
|
$metadata: deserializeMetadata(output),
|
|
828
828
|
});
|
|
829
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
829
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
830
830
|
}
|
|
831
831
|
};
|
|
832
832
|
const deserializeAws_restJson1CancelJobCommand = async (output, context) => {
|
|
@@ -874,7 +874,7 @@ const deserializeAws_restJson1CancelJobCommandError = async (output, context) =>
|
|
|
874
874
|
$fault: "client",
|
|
875
875
|
$metadata: deserializeMetadata(output),
|
|
876
876
|
});
|
|
877
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
877
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
878
878
|
}
|
|
879
879
|
};
|
|
880
880
|
const deserializeAws_restJson1CreateJobCommand = async (output, context) => {
|
|
@@ -885,7 +885,7 @@ const deserializeAws_restJson1CreateJobCommand = async (output, context) => {
|
|
|
885
885
|
$metadata: deserializeMetadata(output),
|
|
886
886
|
Job: undefined,
|
|
887
887
|
};
|
|
888
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
888
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
889
889
|
if (data.job !== undefined && data.job !== null) {
|
|
890
890
|
contents.Job = deserializeAws_restJson1Job(data.job, context);
|
|
891
891
|
}
|
|
@@ -926,7 +926,7 @@ const deserializeAws_restJson1CreateJobCommandError = async (output, context) =>
|
|
|
926
926
|
$fault: "client",
|
|
927
927
|
$metadata: deserializeMetadata(output),
|
|
928
928
|
});
|
|
929
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
929
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
930
930
|
}
|
|
931
931
|
};
|
|
932
932
|
const deserializeAws_restJson1CreateJobTemplateCommand = async (output, context) => {
|
|
@@ -937,7 +937,7 @@ const deserializeAws_restJson1CreateJobTemplateCommand = async (output, context)
|
|
|
937
937
|
$metadata: deserializeMetadata(output),
|
|
938
938
|
JobTemplate: undefined,
|
|
939
939
|
};
|
|
940
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
940
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
941
941
|
if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
|
|
942
942
|
contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
|
|
943
943
|
}
|
|
@@ -978,7 +978,7 @@ const deserializeAws_restJson1CreateJobTemplateCommandError = async (output, con
|
|
|
978
978
|
$fault: "client",
|
|
979
979
|
$metadata: deserializeMetadata(output),
|
|
980
980
|
});
|
|
981
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
981
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
982
982
|
}
|
|
983
983
|
};
|
|
984
984
|
const deserializeAws_restJson1CreatePresetCommand = async (output, context) => {
|
|
@@ -989,7 +989,7 @@ const deserializeAws_restJson1CreatePresetCommand = async (output, context) => {
|
|
|
989
989
|
$metadata: deserializeMetadata(output),
|
|
990
990
|
Preset: undefined,
|
|
991
991
|
};
|
|
992
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
992
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
993
993
|
if (data.preset !== undefined && data.preset !== null) {
|
|
994
994
|
contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
|
|
995
995
|
}
|
|
@@ -1030,7 +1030,7 @@ const deserializeAws_restJson1CreatePresetCommandError = async (output, context)
|
|
|
1030
1030
|
$fault: "client",
|
|
1031
1031
|
$metadata: deserializeMetadata(output),
|
|
1032
1032
|
});
|
|
1033
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1033
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1034
1034
|
}
|
|
1035
1035
|
};
|
|
1036
1036
|
const deserializeAws_restJson1CreateQueueCommand = async (output, context) => {
|
|
@@ -1041,7 +1041,7 @@ const deserializeAws_restJson1CreateQueueCommand = async (output, context) => {
|
|
|
1041
1041
|
$metadata: deserializeMetadata(output),
|
|
1042
1042
|
Queue: undefined,
|
|
1043
1043
|
};
|
|
1044
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1044
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1045
1045
|
if (data.queue !== undefined && data.queue !== null) {
|
|
1046
1046
|
contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
|
|
1047
1047
|
}
|
|
@@ -1082,7 +1082,7 @@ const deserializeAws_restJson1CreateQueueCommandError = async (output, context)
|
|
|
1082
1082
|
$fault: "client",
|
|
1083
1083
|
$metadata: deserializeMetadata(output),
|
|
1084
1084
|
});
|
|
1085
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1085
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1086
1086
|
}
|
|
1087
1087
|
};
|
|
1088
1088
|
const deserializeAws_restJson1DeleteJobTemplateCommand = async (output, context) => {
|
|
@@ -1130,7 +1130,7 @@ const deserializeAws_restJson1DeleteJobTemplateCommandError = async (output, con
|
|
|
1130
1130
|
$fault: "client",
|
|
1131
1131
|
$metadata: deserializeMetadata(output),
|
|
1132
1132
|
});
|
|
1133
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1133
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1134
1134
|
}
|
|
1135
1135
|
};
|
|
1136
1136
|
const deserializeAws_restJson1DeletePolicyCommand = async (output, context) => {
|
|
@@ -1178,7 +1178,7 @@ const deserializeAws_restJson1DeletePolicyCommandError = async (output, context)
|
|
|
1178
1178
|
$fault: "client",
|
|
1179
1179
|
$metadata: deserializeMetadata(output),
|
|
1180
1180
|
});
|
|
1181
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1181
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1182
1182
|
}
|
|
1183
1183
|
};
|
|
1184
1184
|
const deserializeAws_restJson1DeletePresetCommand = async (output, context) => {
|
|
@@ -1226,7 +1226,7 @@ const deserializeAws_restJson1DeletePresetCommandError = async (output, context)
|
|
|
1226
1226
|
$fault: "client",
|
|
1227
1227
|
$metadata: deserializeMetadata(output),
|
|
1228
1228
|
});
|
|
1229
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1229
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1230
1230
|
}
|
|
1231
1231
|
};
|
|
1232
1232
|
const deserializeAws_restJson1DeleteQueueCommand = async (output, context) => {
|
|
@@ -1274,7 +1274,7 @@ const deserializeAws_restJson1DeleteQueueCommandError = async (output, context)
|
|
|
1274
1274
|
$fault: "client",
|
|
1275
1275
|
$metadata: deserializeMetadata(output),
|
|
1276
1276
|
});
|
|
1277
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1277
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1278
1278
|
}
|
|
1279
1279
|
};
|
|
1280
1280
|
const deserializeAws_restJson1DescribeEndpointsCommand = async (output, context) => {
|
|
@@ -1286,12 +1286,12 @@ const deserializeAws_restJson1DescribeEndpointsCommand = async (output, context)
|
|
|
1286
1286
|
Endpoints: undefined,
|
|
1287
1287
|
NextToken: undefined,
|
|
1288
1288
|
};
|
|
1289
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1289
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1290
1290
|
if (data.endpoints !== undefined && data.endpoints !== null) {
|
|
1291
1291
|
contents.Endpoints = deserializeAws_restJson1__listOfEndpoint(data.endpoints, context);
|
|
1292
1292
|
}
|
|
1293
1293
|
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
1294
|
-
contents.NextToken = smithy_client_1.expectString(data.nextToken);
|
|
1294
|
+
contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
|
|
1295
1295
|
}
|
|
1296
1296
|
return Promise.resolve(contents);
|
|
1297
1297
|
};
|
|
@@ -1330,7 +1330,7 @@ const deserializeAws_restJson1DescribeEndpointsCommandError = async (output, con
|
|
|
1330
1330
|
$fault: "client",
|
|
1331
1331
|
$metadata: deserializeMetadata(output),
|
|
1332
1332
|
});
|
|
1333
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1333
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1334
1334
|
}
|
|
1335
1335
|
};
|
|
1336
1336
|
const deserializeAws_restJson1DisassociateCertificateCommand = async (output, context) => {
|
|
@@ -1378,7 +1378,7 @@ const deserializeAws_restJson1DisassociateCertificateCommandError = async (outpu
|
|
|
1378
1378
|
$fault: "client",
|
|
1379
1379
|
$metadata: deserializeMetadata(output),
|
|
1380
1380
|
});
|
|
1381
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1381
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1382
1382
|
}
|
|
1383
1383
|
};
|
|
1384
1384
|
const deserializeAws_restJson1GetJobCommand = async (output, context) => {
|
|
@@ -1389,7 +1389,7 @@ const deserializeAws_restJson1GetJobCommand = async (output, context) => {
|
|
|
1389
1389
|
$metadata: deserializeMetadata(output),
|
|
1390
1390
|
Job: undefined,
|
|
1391
1391
|
};
|
|
1392
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1392
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1393
1393
|
if (data.job !== undefined && data.job !== null) {
|
|
1394
1394
|
contents.Job = deserializeAws_restJson1Job(data.job, context);
|
|
1395
1395
|
}
|
|
@@ -1430,7 +1430,7 @@ const deserializeAws_restJson1GetJobCommandError = async (output, context) => {
|
|
|
1430
1430
|
$fault: "client",
|
|
1431
1431
|
$metadata: deserializeMetadata(output),
|
|
1432
1432
|
});
|
|
1433
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1433
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1434
1434
|
}
|
|
1435
1435
|
};
|
|
1436
1436
|
const deserializeAws_restJson1GetJobTemplateCommand = async (output, context) => {
|
|
@@ -1441,7 +1441,7 @@ const deserializeAws_restJson1GetJobTemplateCommand = async (output, context) =>
|
|
|
1441
1441
|
$metadata: deserializeMetadata(output),
|
|
1442
1442
|
JobTemplate: undefined,
|
|
1443
1443
|
};
|
|
1444
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1444
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1445
1445
|
if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
|
|
1446
1446
|
contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
|
|
1447
1447
|
}
|
|
@@ -1482,7 +1482,7 @@ const deserializeAws_restJson1GetJobTemplateCommandError = async (output, contex
|
|
|
1482
1482
|
$fault: "client",
|
|
1483
1483
|
$metadata: deserializeMetadata(output),
|
|
1484
1484
|
});
|
|
1485
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1485
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1486
1486
|
}
|
|
1487
1487
|
};
|
|
1488
1488
|
const deserializeAws_restJson1GetPolicyCommand = async (output, context) => {
|
|
@@ -1493,7 +1493,7 @@ const deserializeAws_restJson1GetPolicyCommand = async (output, context) => {
|
|
|
1493
1493
|
$metadata: deserializeMetadata(output),
|
|
1494
1494
|
Policy: undefined,
|
|
1495
1495
|
};
|
|
1496
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1496
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1497
1497
|
if (data.policy !== undefined && data.policy !== null) {
|
|
1498
1498
|
contents.Policy = deserializeAws_restJson1Policy(data.policy, context);
|
|
1499
1499
|
}
|
|
@@ -1534,7 +1534,7 @@ const deserializeAws_restJson1GetPolicyCommandError = async (output, context) =>
|
|
|
1534
1534
|
$fault: "client",
|
|
1535
1535
|
$metadata: deserializeMetadata(output),
|
|
1536
1536
|
});
|
|
1537
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1537
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1538
1538
|
}
|
|
1539
1539
|
};
|
|
1540
1540
|
const deserializeAws_restJson1GetPresetCommand = async (output, context) => {
|
|
@@ -1545,7 +1545,7 @@ const deserializeAws_restJson1GetPresetCommand = async (output, context) => {
|
|
|
1545
1545
|
$metadata: deserializeMetadata(output),
|
|
1546
1546
|
Preset: undefined,
|
|
1547
1547
|
};
|
|
1548
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1548
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1549
1549
|
if (data.preset !== undefined && data.preset !== null) {
|
|
1550
1550
|
contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
|
|
1551
1551
|
}
|
|
@@ -1586,7 +1586,7 @@ const deserializeAws_restJson1GetPresetCommandError = async (output, context) =>
|
|
|
1586
1586
|
$fault: "client",
|
|
1587
1587
|
$metadata: deserializeMetadata(output),
|
|
1588
1588
|
});
|
|
1589
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1589
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1590
1590
|
}
|
|
1591
1591
|
};
|
|
1592
1592
|
const deserializeAws_restJson1GetQueueCommand = async (output, context) => {
|
|
@@ -1597,7 +1597,7 @@ const deserializeAws_restJson1GetQueueCommand = async (output, context) => {
|
|
|
1597
1597
|
$metadata: deserializeMetadata(output),
|
|
1598
1598
|
Queue: undefined,
|
|
1599
1599
|
};
|
|
1600
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1600
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1601
1601
|
if (data.queue !== undefined && data.queue !== null) {
|
|
1602
1602
|
contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
|
|
1603
1603
|
}
|
|
@@ -1638,7 +1638,7 @@ const deserializeAws_restJson1GetQueueCommandError = async (output, context) =>
|
|
|
1638
1638
|
$fault: "client",
|
|
1639
1639
|
$metadata: deserializeMetadata(output),
|
|
1640
1640
|
});
|
|
1641
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1641
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1642
1642
|
}
|
|
1643
1643
|
};
|
|
1644
1644
|
const deserializeAws_restJson1ListJobsCommand = async (output, context) => {
|
|
@@ -1650,12 +1650,12 @@ const deserializeAws_restJson1ListJobsCommand = async (output, context) => {
|
|
|
1650
1650
|
Jobs: undefined,
|
|
1651
1651
|
NextToken: undefined,
|
|
1652
1652
|
};
|
|
1653
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1653
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1654
1654
|
if (data.jobs !== undefined && data.jobs !== null) {
|
|
1655
1655
|
contents.Jobs = deserializeAws_restJson1__listOfJob(data.jobs, context);
|
|
1656
1656
|
}
|
|
1657
1657
|
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
1658
|
-
contents.NextToken = smithy_client_1.expectString(data.nextToken);
|
|
1658
|
+
contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
|
|
1659
1659
|
}
|
|
1660
1660
|
return Promise.resolve(contents);
|
|
1661
1661
|
};
|
|
@@ -1694,7 +1694,7 @@ const deserializeAws_restJson1ListJobsCommandError = async (output, context) =>
|
|
|
1694
1694
|
$fault: "client",
|
|
1695
1695
|
$metadata: deserializeMetadata(output),
|
|
1696
1696
|
});
|
|
1697
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1697
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1698
1698
|
}
|
|
1699
1699
|
};
|
|
1700
1700
|
const deserializeAws_restJson1ListJobTemplatesCommand = async (output, context) => {
|
|
@@ -1706,12 +1706,12 @@ const deserializeAws_restJson1ListJobTemplatesCommand = async (output, context)
|
|
|
1706
1706
|
JobTemplates: undefined,
|
|
1707
1707
|
NextToken: undefined,
|
|
1708
1708
|
};
|
|
1709
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1709
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1710
1710
|
if (data.jobTemplates !== undefined && data.jobTemplates !== null) {
|
|
1711
1711
|
contents.JobTemplates = deserializeAws_restJson1__listOfJobTemplate(data.jobTemplates, context);
|
|
1712
1712
|
}
|
|
1713
1713
|
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
1714
|
-
contents.NextToken = smithy_client_1.expectString(data.nextToken);
|
|
1714
|
+
contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
|
|
1715
1715
|
}
|
|
1716
1716
|
return Promise.resolve(contents);
|
|
1717
1717
|
};
|
|
@@ -1750,7 +1750,7 @@ const deserializeAws_restJson1ListJobTemplatesCommandError = async (output, cont
|
|
|
1750
1750
|
$fault: "client",
|
|
1751
1751
|
$metadata: deserializeMetadata(output),
|
|
1752
1752
|
});
|
|
1753
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1753
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1754
1754
|
}
|
|
1755
1755
|
};
|
|
1756
1756
|
const deserializeAws_restJson1ListPresetsCommand = async (output, context) => {
|
|
@@ -1762,9 +1762,9 @@ const deserializeAws_restJson1ListPresetsCommand = async (output, context) => {
|
|
|
1762
1762
|
NextToken: undefined,
|
|
1763
1763
|
Presets: undefined,
|
|
1764
1764
|
};
|
|
1765
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1765
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1766
1766
|
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
1767
|
-
contents.NextToken = smithy_client_1.expectString(data.nextToken);
|
|
1767
|
+
contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
|
|
1768
1768
|
}
|
|
1769
1769
|
if (data.presets !== undefined && data.presets !== null) {
|
|
1770
1770
|
contents.Presets = deserializeAws_restJson1__listOfPreset(data.presets, context);
|
|
@@ -1806,7 +1806,7 @@ const deserializeAws_restJson1ListPresetsCommandError = async (output, context)
|
|
|
1806
1806
|
$fault: "client",
|
|
1807
1807
|
$metadata: deserializeMetadata(output),
|
|
1808
1808
|
});
|
|
1809
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1809
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1810
1810
|
}
|
|
1811
1811
|
};
|
|
1812
1812
|
const deserializeAws_restJson1ListQueuesCommand = async (output, context) => {
|
|
@@ -1818,9 +1818,9 @@ const deserializeAws_restJson1ListQueuesCommand = async (output, context) => {
|
|
|
1818
1818
|
NextToken: undefined,
|
|
1819
1819
|
Queues: undefined,
|
|
1820
1820
|
};
|
|
1821
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1821
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1822
1822
|
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
1823
|
-
contents.NextToken = smithy_client_1.expectString(data.nextToken);
|
|
1823
|
+
contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
|
|
1824
1824
|
}
|
|
1825
1825
|
if (data.queues !== undefined && data.queues !== null) {
|
|
1826
1826
|
contents.Queues = deserializeAws_restJson1__listOfQueue(data.queues, context);
|
|
@@ -1862,7 +1862,7 @@ const deserializeAws_restJson1ListQueuesCommandError = async (output, context) =
|
|
|
1862
1862
|
$fault: "client",
|
|
1863
1863
|
$metadata: deserializeMetadata(output),
|
|
1864
1864
|
});
|
|
1865
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1865
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1866
1866
|
}
|
|
1867
1867
|
};
|
|
1868
1868
|
const deserializeAws_restJson1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -1873,7 +1873,7 @@ const deserializeAws_restJson1ListTagsForResourceCommand = async (output, contex
|
|
|
1873
1873
|
$metadata: deserializeMetadata(output),
|
|
1874
1874
|
ResourceTags: undefined,
|
|
1875
1875
|
};
|
|
1876
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1876
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1877
1877
|
if (data.resourceTags !== undefined && data.resourceTags !== null) {
|
|
1878
1878
|
contents.ResourceTags = deserializeAws_restJson1ResourceTags(data.resourceTags, context);
|
|
1879
1879
|
}
|
|
@@ -1914,7 +1914,7 @@ const deserializeAws_restJson1ListTagsForResourceCommandError = async (output, c
|
|
|
1914
1914
|
$fault: "client",
|
|
1915
1915
|
$metadata: deserializeMetadata(output),
|
|
1916
1916
|
});
|
|
1917
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1917
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1918
1918
|
}
|
|
1919
1919
|
};
|
|
1920
1920
|
const deserializeAws_restJson1PutPolicyCommand = async (output, context) => {
|
|
@@ -1925,7 +1925,7 @@ const deserializeAws_restJson1PutPolicyCommand = async (output, context) => {
|
|
|
1925
1925
|
$metadata: deserializeMetadata(output),
|
|
1926
1926
|
Policy: undefined,
|
|
1927
1927
|
};
|
|
1928
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
1928
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
1929
1929
|
if (data.policy !== undefined && data.policy !== null) {
|
|
1930
1930
|
contents.Policy = deserializeAws_restJson1Policy(data.policy, context);
|
|
1931
1931
|
}
|
|
@@ -1966,7 +1966,7 @@ const deserializeAws_restJson1PutPolicyCommandError = async (output, context) =>
|
|
|
1966
1966
|
$fault: "client",
|
|
1967
1967
|
$metadata: deserializeMetadata(output),
|
|
1968
1968
|
});
|
|
1969
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1969
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1970
1970
|
}
|
|
1971
1971
|
};
|
|
1972
1972
|
const deserializeAws_restJson1TagResourceCommand = async (output, context) => {
|
|
@@ -2014,7 +2014,7 @@ const deserializeAws_restJson1TagResourceCommandError = async (output, context)
|
|
|
2014
2014
|
$fault: "client",
|
|
2015
2015
|
$metadata: deserializeMetadata(output),
|
|
2016
2016
|
});
|
|
2017
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2017
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2018
2018
|
}
|
|
2019
2019
|
};
|
|
2020
2020
|
const deserializeAws_restJson1UntagResourceCommand = async (output, context) => {
|
|
@@ -2062,7 +2062,7 @@ const deserializeAws_restJson1UntagResourceCommandError = async (output, context
|
|
|
2062
2062
|
$fault: "client",
|
|
2063
2063
|
$metadata: deserializeMetadata(output),
|
|
2064
2064
|
});
|
|
2065
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2065
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2066
2066
|
}
|
|
2067
2067
|
};
|
|
2068
2068
|
const deserializeAws_restJson1UpdateJobTemplateCommand = async (output, context) => {
|
|
@@ -2073,7 +2073,7 @@ const deserializeAws_restJson1UpdateJobTemplateCommand = async (output, context)
|
|
|
2073
2073
|
$metadata: deserializeMetadata(output),
|
|
2074
2074
|
JobTemplate: undefined,
|
|
2075
2075
|
};
|
|
2076
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2076
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2077
2077
|
if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
|
|
2078
2078
|
contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
|
|
2079
2079
|
}
|
|
@@ -2114,7 +2114,7 @@ const deserializeAws_restJson1UpdateJobTemplateCommandError = async (output, con
|
|
|
2114
2114
|
$fault: "client",
|
|
2115
2115
|
$metadata: deserializeMetadata(output),
|
|
2116
2116
|
});
|
|
2117
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2117
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2118
2118
|
}
|
|
2119
2119
|
};
|
|
2120
2120
|
const deserializeAws_restJson1UpdatePresetCommand = async (output, context) => {
|
|
@@ -2125,7 +2125,7 @@ const deserializeAws_restJson1UpdatePresetCommand = async (output, context) => {
|
|
|
2125
2125
|
$metadata: deserializeMetadata(output),
|
|
2126
2126
|
Preset: undefined,
|
|
2127
2127
|
};
|
|
2128
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2128
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2129
2129
|
if (data.preset !== undefined && data.preset !== null) {
|
|
2130
2130
|
contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
|
|
2131
2131
|
}
|
|
@@ -2166,7 +2166,7 @@ const deserializeAws_restJson1UpdatePresetCommandError = async (output, context)
|
|
|
2166
2166
|
$fault: "client",
|
|
2167
2167
|
$metadata: deserializeMetadata(output),
|
|
2168
2168
|
});
|
|
2169
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2169
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2170
2170
|
}
|
|
2171
2171
|
};
|
|
2172
2172
|
const deserializeAws_restJson1UpdateQueueCommand = async (output, context) => {
|
|
@@ -2177,7 +2177,7 @@ const deserializeAws_restJson1UpdateQueueCommand = async (output, context) => {
|
|
|
2177
2177
|
$metadata: deserializeMetadata(output),
|
|
2178
2178
|
Queue: undefined,
|
|
2179
2179
|
};
|
|
2180
|
-
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
|
|
2180
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2181
2181
|
if (data.queue !== undefined && data.queue !== null) {
|
|
2182
2182
|
contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
|
|
2183
2183
|
}
|
|
@@ -2218,80 +2218,80 @@ const deserializeAws_restJson1UpdateQueueCommandError = async (output, context)
|
|
|
2218
2218
|
$fault: "client",
|
|
2219
2219
|
$metadata: deserializeMetadata(output),
|
|
2220
2220
|
});
|
|
2221
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2221
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2222
2222
|
}
|
|
2223
2223
|
};
|
|
2224
2224
|
const deserializeAws_restJson1BadRequestExceptionResponse = async (parsedOutput, context) => {
|
|
2225
2225
|
const contents = {};
|
|
2226
2226
|
const data = parsedOutput.body;
|
|
2227
2227
|
if (data.message !== undefined && data.message !== null) {
|
|
2228
|
-
contents.Message = smithy_client_1.expectString(data.message);
|
|
2228
|
+
contents.Message = (0, smithy_client_1.expectString)(data.message);
|
|
2229
2229
|
}
|
|
2230
2230
|
const exception = new models_1_1.BadRequestException({
|
|
2231
2231
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2232
2232
|
...contents,
|
|
2233
2233
|
});
|
|
2234
|
-
return smithy_client_1.decorateServiceException(exception, parsedOutput.body);
|
|
2234
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
2235
2235
|
};
|
|
2236
2236
|
const deserializeAws_restJson1ConflictExceptionResponse = async (parsedOutput, context) => {
|
|
2237
2237
|
const contents = {};
|
|
2238
2238
|
const data = parsedOutput.body;
|
|
2239
2239
|
if (data.message !== undefined && data.message !== null) {
|
|
2240
|
-
contents.Message = smithy_client_1.expectString(data.message);
|
|
2240
|
+
contents.Message = (0, smithy_client_1.expectString)(data.message);
|
|
2241
2241
|
}
|
|
2242
2242
|
const exception = new models_1_1.ConflictException({
|
|
2243
2243
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2244
2244
|
...contents,
|
|
2245
2245
|
});
|
|
2246
|
-
return smithy_client_1.decorateServiceException(exception, parsedOutput.body);
|
|
2246
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
2247
2247
|
};
|
|
2248
2248
|
const deserializeAws_restJson1ForbiddenExceptionResponse = async (parsedOutput, context) => {
|
|
2249
2249
|
const contents = {};
|
|
2250
2250
|
const data = parsedOutput.body;
|
|
2251
2251
|
if (data.message !== undefined && data.message !== null) {
|
|
2252
|
-
contents.Message = smithy_client_1.expectString(data.message);
|
|
2252
|
+
contents.Message = (0, smithy_client_1.expectString)(data.message);
|
|
2253
2253
|
}
|
|
2254
2254
|
const exception = new models_1_1.ForbiddenException({
|
|
2255
2255
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2256
2256
|
...contents,
|
|
2257
2257
|
});
|
|
2258
|
-
return smithy_client_1.decorateServiceException(exception, parsedOutput.body);
|
|
2258
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
2259
2259
|
};
|
|
2260
2260
|
const deserializeAws_restJson1InternalServerErrorExceptionResponse = async (parsedOutput, context) => {
|
|
2261
2261
|
const contents = {};
|
|
2262
2262
|
const data = parsedOutput.body;
|
|
2263
2263
|
if (data.message !== undefined && data.message !== null) {
|
|
2264
|
-
contents.Message = smithy_client_1.expectString(data.message);
|
|
2264
|
+
contents.Message = (0, smithy_client_1.expectString)(data.message);
|
|
2265
2265
|
}
|
|
2266
2266
|
const exception = new models_1_1.InternalServerErrorException({
|
|
2267
2267
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2268
2268
|
...contents,
|
|
2269
2269
|
});
|
|
2270
|
-
return smithy_client_1.decorateServiceException(exception, parsedOutput.body);
|
|
2270
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
2271
2271
|
};
|
|
2272
2272
|
const deserializeAws_restJson1NotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2273
2273
|
const contents = {};
|
|
2274
2274
|
const data = parsedOutput.body;
|
|
2275
2275
|
if (data.message !== undefined && data.message !== null) {
|
|
2276
|
-
contents.Message = smithy_client_1.expectString(data.message);
|
|
2276
|
+
contents.Message = (0, smithy_client_1.expectString)(data.message);
|
|
2277
2277
|
}
|
|
2278
2278
|
const exception = new models_1_1.NotFoundException({
|
|
2279
2279
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2280
2280
|
...contents,
|
|
2281
2281
|
});
|
|
2282
|
-
return smithy_client_1.decorateServiceException(exception, parsedOutput.body);
|
|
2282
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
2283
2283
|
};
|
|
2284
2284
|
const deserializeAws_restJson1TooManyRequestsExceptionResponse = async (parsedOutput, context) => {
|
|
2285
2285
|
const contents = {};
|
|
2286
2286
|
const data = parsedOutput.body;
|
|
2287
2287
|
if (data.message !== undefined && data.message !== null) {
|
|
2288
|
-
contents.Message = smithy_client_1.expectString(data.message);
|
|
2288
|
+
contents.Message = (0, smithy_client_1.expectString)(data.message);
|
|
2289
2289
|
}
|
|
2290
2290
|
const exception = new models_1_1.TooManyRequestsException({
|
|
2291
2291
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2292
2292
|
...contents,
|
|
2293
2293
|
});
|
|
2294
|
-
return smithy_client_1.decorateServiceException(exception, parsedOutput.body);
|
|
2294
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
2295
2295
|
};
|
|
2296
2296
|
const serializeAws_restJson1__listOf__doubleMinNegative60Max6 = (input, context) => {
|
|
2297
2297
|
return input
|
|
@@ -2300,7 +2300,7 @@ const serializeAws_restJson1__listOf__doubleMinNegative60Max6 = (input, context)
|
|
|
2300
2300
|
if (entry === null) {
|
|
2301
2301
|
return null;
|
|
2302
2302
|
}
|
|
2303
|
-
return smithy_client_1.serializeFloat(entry);
|
|
2303
|
+
return (0, smithy_client_1.serializeFloat)(entry);
|
|
2304
2304
|
});
|
|
2305
2305
|
};
|
|
2306
2306
|
const serializeAws_restJson1__listOf__integerMin1Max2147483647 = (input, context) => {
|
|
@@ -2755,7 +2755,7 @@ const serializeAws_restJson1AudioNormalizationSettings = (input, context) => {
|
|
|
2755
2755
|
...(input.PeakCalculation !== undefined &&
|
|
2756
2756
|
input.PeakCalculation !== null && { peakCalculation: input.PeakCalculation }),
|
|
2757
2757
|
...(input.TargetLkfs !== undefined &&
|
|
2758
|
-
input.TargetLkfs !== null && { targetLkfs: smithy_client_1.serializeFloat(input.TargetLkfs) }),
|
|
2758
|
+
input.TargetLkfs !== null && { targetLkfs: (0, smithy_client_1.serializeFloat)(input.TargetLkfs) }),
|
|
2759
2759
|
};
|
|
2760
2760
|
};
|
|
2761
2761
|
const serializeAws_restJson1AudioSelector = (input, context) => {
|
|
@@ -2816,7 +2816,7 @@ const serializeAws_restJson1Av1QvbrSettings = (input, context) => {
|
|
|
2816
2816
|
input.QvbrQualityLevel !== null && { qvbrQualityLevel: input.QvbrQualityLevel }),
|
|
2817
2817
|
...(input.QvbrQualityLevelFineTune !== undefined &&
|
|
2818
2818
|
input.QvbrQualityLevelFineTune !== null && {
|
|
2819
|
-
qvbrQualityLevelFineTune: smithy_client_1.serializeFloat(input.QvbrQualityLevelFineTune),
|
|
2819
|
+
qvbrQualityLevelFineTune: (0, smithy_client_1.serializeFloat)(input.QvbrQualityLevelFineTune),
|
|
2820
2820
|
}),
|
|
2821
2821
|
};
|
|
2822
2822
|
};
|
|
@@ -2835,7 +2835,7 @@ const serializeAws_restJson1Av1Settings = (input, context) => {
|
|
|
2835
2835
|
input.FramerateDenominator !== null && { framerateDenominator: input.FramerateDenominator }),
|
|
2836
2836
|
...(input.FramerateNumerator !== undefined &&
|
|
2837
2837
|
input.FramerateNumerator !== null && { framerateNumerator: input.FramerateNumerator }),
|
|
2838
|
-
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
|
|
2838
|
+
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
|
|
2839
2839
|
...(input.MaxBitrate !== undefined && input.MaxBitrate !== null && { maxBitrate: input.MaxBitrate }),
|
|
2840
2840
|
...(input.NumberBFramesBetweenReferenceFrames !== undefined &&
|
|
2841
2841
|
input.NumberBFramesBetweenReferenceFrames !== null && {
|
|
@@ -3115,7 +3115,7 @@ const serializeAws_restJson1CmafGroupSettings = (input, context) => {
|
|
|
3115
3115
|
input.ManifestDurationFormat !== null && { manifestDurationFormat: input.ManifestDurationFormat }),
|
|
3116
3116
|
...(input.MinBufferTime !== undefined && input.MinBufferTime !== null && { minBufferTime: input.MinBufferTime }),
|
|
3117
3117
|
...(input.MinFinalSegmentLength !== undefined &&
|
|
3118
|
-
input.MinFinalSegmentLength !== null && { minFinalSegmentLength: smithy_client_1.serializeFloat(input.MinFinalSegmentLength) }),
|
|
3118
|
+
input.MinFinalSegmentLength !== null && { minFinalSegmentLength: (0, smithy_client_1.serializeFloat)(input.MinFinalSegmentLength) }),
|
|
3119
3119
|
...(input.MpdProfile !== undefined && input.MpdProfile !== null && { mpdProfile: input.MpdProfile }),
|
|
3120
3120
|
...(input.PtsOffsetHandlingForBFrames !== undefined &&
|
|
3121
3121
|
input.PtsOffsetHandlingForBFrames !== null && { ptsOffsetHandlingForBFrames: input.PtsOffsetHandlingForBFrames }),
|
|
@@ -3147,7 +3147,7 @@ const serializeAws_restJson1CmafImageBasedTrickPlaySettings = (input, context) =
|
|
|
3147
3147
|
...(input.ThumbnailHeight !== undefined &&
|
|
3148
3148
|
input.ThumbnailHeight !== null && { thumbnailHeight: input.ThumbnailHeight }),
|
|
3149
3149
|
...(input.ThumbnailInterval !== undefined &&
|
|
3150
|
-
input.ThumbnailInterval !== null && { thumbnailInterval: smithy_client_1.serializeFloat(input.ThumbnailInterval) }),
|
|
3150
|
+
input.ThumbnailInterval !== null && { thumbnailInterval: (0, smithy_client_1.serializeFloat)(input.ThumbnailInterval) }),
|
|
3151
3151
|
...(input.ThumbnailWidth !== undefined &&
|
|
3152
3152
|
input.ThumbnailWidth !== null && { thumbnailWidth: input.ThumbnailWidth }),
|
|
3153
3153
|
...(input.TileHeight !== undefined && input.TileHeight !== null && { tileHeight: input.TileHeight }),
|
|
@@ -3260,7 +3260,7 @@ const serializeAws_restJson1DashIsoGroupSettings = (input, context) => {
|
|
|
3260
3260
|
}),
|
|
3261
3261
|
...(input.MinBufferTime !== undefined && input.MinBufferTime !== null && { minBufferTime: input.MinBufferTime }),
|
|
3262
3262
|
...(input.MinFinalSegmentLength !== undefined &&
|
|
3263
|
-
input.MinFinalSegmentLength !== null && { minFinalSegmentLength: smithy_client_1.serializeFloat(input.MinFinalSegmentLength) }),
|
|
3263
|
+
input.MinFinalSegmentLength !== null && { minFinalSegmentLength: (0, smithy_client_1.serializeFloat)(input.MinFinalSegmentLength) }),
|
|
3264
3264
|
...(input.MpdProfile !== undefined && input.MpdProfile !== null && { mpdProfile: input.MpdProfile }),
|
|
3265
3265
|
...(input.PtsOffsetHandlingForBFrames !== undefined &&
|
|
3266
3266
|
input.PtsOffsetHandlingForBFrames !== null && { ptsOffsetHandlingForBFrames: input.PtsOffsetHandlingForBFrames }),
|
|
@@ -3282,7 +3282,7 @@ const serializeAws_restJson1DashIsoImageBasedTrickPlaySettings = (input, context
|
|
|
3282
3282
|
...(input.ThumbnailHeight !== undefined &&
|
|
3283
3283
|
input.ThumbnailHeight !== null && { thumbnailHeight: input.ThumbnailHeight }),
|
|
3284
3284
|
...(input.ThumbnailInterval !== undefined &&
|
|
3285
|
-
input.ThumbnailInterval !== null && { thumbnailInterval: smithy_client_1.serializeFloat(input.ThumbnailInterval) }),
|
|
3285
|
+
input.ThumbnailInterval !== null && { thumbnailInterval: (0, smithy_client_1.serializeFloat)(input.ThumbnailInterval) }),
|
|
3286
3286
|
...(input.ThumbnailWidth !== undefined &&
|
|
3287
3287
|
input.ThumbnailWidth !== null && { thumbnailWidth: input.ThumbnailWidth }),
|
|
3288
3288
|
...(input.TileHeight !== undefined && input.TileHeight !== null && { tileHeight: input.TileHeight }),
|
|
@@ -3402,13 +3402,13 @@ const serializeAws_restJson1Eac3AtmosSettings = (input, context) => {
|
|
|
3402
3402
|
...(input.DynamicRangeControl !== undefined &&
|
|
3403
3403
|
input.DynamicRangeControl !== null && { dynamicRangeControl: input.DynamicRangeControl }),
|
|
3404
3404
|
...(input.LoRoCenterMixLevel !== undefined &&
|
|
3405
|
-
input.LoRoCenterMixLevel !== null && { loRoCenterMixLevel: smithy_client_1.serializeFloat(input.LoRoCenterMixLevel) }),
|
|
3405
|
+
input.LoRoCenterMixLevel !== null && { loRoCenterMixLevel: (0, smithy_client_1.serializeFloat)(input.LoRoCenterMixLevel) }),
|
|
3406
3406
|
...(input.LoRoSurroundMixLevel !== undefined &&
|
|
3407
|
-
input.LoRoSurroundMixLevel !== null && { loRoSurroundMixLevel: smithy_client_1.serializeFloat(input.LoRoSurroundMixLevel) }),
|
|
3407
|
+
input.LoRoSurroundMixLevel !== null && { loRoSurroundMixLevel: (0, smithy_client_1.serializeFloat)(input.LoRoSurroundMixLevel) }),
|
|
3408
3408
|
...(input.LtRtCenterMixLevel !== undefined &&
|
|
3409
|
-
input.LtRtCenterMixLevel !== null && { ltRtCenterMixLevel: smithy_client_1.serializeFloat(input.LtRtCenterMixLevel) }),
|
|
3409
|
+
input.LtRtCenterMixLevel !== null && { ltRtCenterMixLevel: (0, smithy_client_1.serializeFloat)(input.LtRtCenterMixLevel) }),
|
|
3410
3410
|
...(input.LtRtSurroundMixLevel !== undefined &&
|
|
3411
|
-
input.LtRtSurroundMixLevel !== null && { ltRtSurroundMixLevel: smithy_client_1.serializeFloat(input.LtRtSurroundMixLevel) }),
|
|
3411
|
+
input.LtRtSurroundMixLevel !== null && { ltRtSurroundMixLevel: (0, smithy_client_1.serializeFloat)(input.LtRtSurroundMixLevel) }),
|
|
3412
3412
|
...(input.MeteringMode !== undefined && input.MeteringMode !== null && { meteringMode: input.MeteringMode }),
|
|
3413
3413
|
...(input.SampleRate !== undefined && input.SampleRate !== null && { sampleRate: input.SampleRate }),
|
|
3414
3414
|
...(input.SpeechThreshold !== undefined &&
|
|
@@ -3434,13 +3434,13 @@ const serializeAws_restJson1Eac3Settings = (input, context) => {
|
|
|
3434
3434
|
...(input.LfeControl !== undefined && input.LfeControl !== null && { lfeControl: input.LfeControl }),
|
|
3435
3435
|
...(input.LfeFilter !== undefined && input.LfeFilter !== null && { lfeFilter: input.LfeFilter }),
|
|
3436
3436
|
...(input.LoRoCenterMixLevel !== undefined &&
|
|
3437
|
-
input.LoRoCenterMixLevel !== null && { loRoCenterMixLevel: smithy_client_1.serializeFloat(input.LoRoCenterMixLevel) }),
|
|
3437
|
+
input.LoRoCenterMixLevel !== null && { loRoCenterMixLevel: (0, smithy_client_1.serializeFloat)(input.LoRoCenterMixLevel) }),
|
|
3438
3438
|
...(input.LoRoSurroundMixLevel !== undefined &&
|
|
3439
|
-
input.LoRoSurroundMixLevel !== null && { loRoSurroundMixLevel: smithy_client_1.serializeFloat(input.LoRoSurroundMixLevel) }),
|
|
3439
|
+
input.LoRoSurroundMixLevel !== null && { loRoSurroundMixLevel: (0, smithy_client_1.serializeFloat)(input.LoRoSurroundMixLevel) }),
|
|
3440
3440
|
...(input.LtRtCenterMixLevel !== undefined &&
|
|
3441
|
-
input.LtRtCenterMixLevel !== null && { ltRtCenterMixLevel: smithy_client_1.serializeFloat(input.LtRtCenterMixLevel) }),
|
|
3441
|
+
input.LtRtCenterMixLevel !== null && { ltRtCenterMixLevel: (0, smithy_client_1.serializeFloat)(input.LtRtCenterMixLevel) }),
|
|
3442
3442
|
...(input.LtRtSurroundMixLevel !== undefined &&
|
|
3443
|
-
input.LtRtSurroundMixLevel !== null && { ltRtSurroundMixLevel: smithy_client_1.serializeFloat(input.LtRtSurroundMixLevel) }),
|
|
3443
|
+
input.LtRtSurroundMixLevel !== null && { ltRtSurroundMixLevel: (0, smithy_client_1.serializeFloat)(input.LtRtSurroundMixLevel) }),
|
|
3444
3444
|
...(input.MetadataControl !== undefined &&
|
|
3445
3445
|
input.MetadataControl !== null && { metadataControl: input.MetadataControl }),
|
|
3446
3446
|
...(input.PassthroughControl !== undefined &&
|
|
@@ -3550,7 +3550,7 @@ const serializeAws_restJson1H264QvbrSettings = (input, context) => {
|
|
|
3550
3550
|
input.QvbrQualityLevel !== null && { qvbrQualityLevel: input.QvbrQualityLevel }),
|
|
3551
3551
|
...(input.QvbrQualityLevelFineTune !== undefined &&
|
|
3552
3552
|
input.QvbrQualityLevelFineTune !== null && {
|
|
3553
|
-
qvbrQualityLevelFineTune: smithy_client_1.serializeFloat(input.QvbrQualityLevelFineTune),
|
|
3553
|
+
qvbrQualityLevelFineTune: (0, smithy_client_1.serializeFloat)(input.QvbrQualityLevelFineTune),
|
|
3554
3554
|
}),
|
|
3555
3555
|
};
|
|
3556
3556
|
};
|
|
@@ -3580,7 +3580,7 @@ const serializeAws_restJson1H264Settings = (input, context) => {
|
|
|
3580
3580
|
...(input.GopBReference !== undefined && input.GopBReference !== null && { gopBReference: input.GopBReference }),
|
|
3581
3581
|
...(input.GopClosedCadence !== undefined &&
|
|
3582
3582
|
input.GopClosedCadence !== null && { gopClosedCadence: input.GopClosedCadence }),
|
|
3583
|
-
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
|
|
3583
|
+
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
|
|
3584
3584
|
...(input.GopSizeUnits !== undefined && input.GopSizeUnits !== null && { gopSizeUnits: input.GopSizeUnits }),
|
|
3585
3585
|
...(input.HrdBufferInitialFillPercentage !== undefined &&
|
|
3586
3586
|
input.HrdBufferInitialFillPercentage !== null && {
|
|
@@ -3636,7 +3636,7 @@ const serializeAws_restJson1H265QvbrSettings = (input, context) => {
|
|
|
3636
3636
|
input.QvbrQualityLevel !== null && { qvbrQualityLevel: input.QvbrQualityLevel }),
|
|
3637
3637
|
...(input.QvbrQualityLevelFineTune !== undefined &&
|
|
3638
3638
|
input.QvbrQualityLevelFineTune !== null && {
|
|
3639
|
-
qvbrQualityLevelFineTune: smithy_client_1.serializeFloat(input.QvbrQualityLevelFineTune),
|
|
3639
|
+
qvbrQualityLevelFineTune: (0, smithy_client_1.serializeFloat)(input.QvbrQualityLevelFineTune),
|
|
3640
3640
|
}),
|
|
3641
3641
|
};
|
|
3642
3642
|
};
|
|
@@ -3667,7 +3667,7 @@ const serializeAws_restJson1H265Settings = (input, context) => {
|
|
|
3667
3667
|
...(input.GopBReference !== undefined && input.GopBReference !== null && { gopBReference: input.GopBReference }),
|
|
3668
3668
|
...(input.GopClosedCadence !== undefined &&
|
|
3669
3669
|
input.GopClosedCadence !== null && { gopClosedCadence: input.GopClosedCadence }),
|
|
3670
|
-
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
|
|
3670
|
+
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
|
|
3671
3671
|
...(input.GopSizeUnits !== undefined && input.GopSizeUnits !== null && { gopSizeUnits: input.GopSizeUnits }),
|
|
3672
3672
|
...(input.HrdBufferInitialFillPercentage !== undefined &&
|
|
3673
3673
|
input.HrdBufferInitialFillPercentage !== null && {
|
|
@@ -3809,6 +3809,8 @@ const serializeAws_restJson1HlsGroupSettings = (input, context) => {
|
|
|
3809
3809
|
}),
|
|
3810
3810
|
...(input.CaptionLanguageSetting !== undefined &&
|
|
3811
3811
|
input.CaptionLanguageSetting !== null && { captionLanguageSetting: input.CaptionLanguageSetting }),
|
|
3812
|
+
...(input.CaptionSegmentLengthControl !== undefined &&
|
|
3813
|
+
input.CaptionSegmentLengthControl !== null && { captionSegmentLengthControl: input.CaptionSegmentLengthControl }),
|
|
3812
3814
|
...(input.ClientCache !== undefined && input.ClientCache !== null && { clientCache: input.ClientCache }),
|
|
3813
3815
|
...(input.CodecSpecification !== undefined &&
|
|
3814
3816
|
input.CodecSpecification !== null && { codecSpecification: input.CodecSpecification }),
|
|
@@ -3834,7 +3836,7 @@ const serializeAws_restJson1HlsGroupSettings = (input, context) => {
|
|
|
3834
3836
|
...(input.ManifestDurationFormat !== undefined &&
|
|
3835
3837
|
input.ManifestDurationFormat !== null && { manifestDurationFormat: input.ManifestDurationFormat }),
|
|
3836
3838
|
...(input.MinFinalSegmentLength !== undefined &&
|
|
3837
|
-
input.MinFinalSegmentLength !== null && { minFinalSegmentLength: smithy_client_1.serializeFloat(input.MinFinalSegmentLength) }),
|
|
3839
|
+
input.MinFinalSegmentLength !== null && { minFinalSegmentLength: (0, smithy_client_1.serializeFloat)(input.MinFinalSegmentLength) }),
|
|
3838
3840
|
...(input.MinSegmentLength !== undefined &&
|
|
3839
3841
|
input.MinSegmentLength !== null && { minSegmentLength: input.MinSegmentLength }),
|
|
3840
3842
|
...(input.OutputSelection !== undefined &&
|
|
@@ -3871,7 +3873,7 @@ const serializeAws_restJson1HlsImageBasedTrickPlaySettings = (input, context) =>
|
|
|
3871
3873
|
...(input.ThumbnailHeight !== undefined &&
|
|
3872
3874
|
input.ThumbnailHeight !== null && { thumbnailHeight: input.ThumbnailHeight }),
|
|
3873
3875
|
...(input.ThumbnailInterval !== undefined &&
|
|
3874
|
-
input.ThumbnailInterval !== null && { thumbnailInterval: smithy_client_1.serializeFloat(input.ThumbnailInterval) }),
|
|
3876
|
+
input.ThumbnailInterval !== null && { thumbnailInterval: (0, smithy_client_1.serializeFloat)(input.ThumbnailInterval) }),
|
|
3875
3877
|
...(input.ThumbnailWidth !== undefined &&
|
|
3876
3878
|
input.ThumbnailWidth !== null && { thumbnailWidth: input.ThumbnailWidth }),
|
|
3877
3879
|
...(input.TileHeight !== undefined && input.TileHeight !== null && { tileHeight: input.TileHeight }),
|
|
@@ -4162,7 +4164,7 @@ const serializeAws_restJson1KantarWatermarkSettings = (input, context) => {
|
|
|
4162
4164
|
...(input.CredentialsSecretName !== undefined &&
|
|
4163
4165
|
input.CredentialsSecretName !== null && { credentialsSecretName: input.CredentialsSecretName }),
|
|
4164
4166
|
...(input.FileOffset !== undefined &&
|
|
4165
|
-
input.FileOffset !== null && { fileOffset: smithy_client_1.serializeFloat(input.FileOffset) }),
|
|
4167
|
+
input.FileOffset !== null && { fileOffset: (0, smithy_client_1.serializeFloat)(input.FileOffset) }),
|
|
4166
4168
|
...(input.KantarLicenseId !== undefined &&
|
|
4167
4169
|
input.KantarLicenseId !== null && { kantarLicenseId: input.KantarLicenseId }),
|
|
4168
4170
|
...(input.KantarServerUrl !== undefined &&
|
|
@@ -4222,14 +4224,14 @@ const serializeAws_restJson1M2tsSettings = (input, context) => {
|
|
|
4222
4224
|
...(input.ForceTsVideoEbpOrder !== undefined &&
|
|
4223
4225
|
input.ForceTsVideoEbpOrder !== null && { forceTsVideoEbpOrder: input.ForceTsVideoEbpOrder }),
|
|
4224
4226
|
...(input.FragmentTime !== undefined &&
|
|
4225
|
-
input.FragmentTime !== null && { fragmentTime: smithy_client_1.serializeFloat(input.FragmentTime) }),
|
|
4227
|
+
input.FragmentTime !== null && { fragmentTime: (0, smithy_client_1.serializeFloat)(input.FragmentTime) }),
|
|
4226
4228
|
...(input.MaxPcrInterval !== undefined &&
|
|
4227
4229
|
input.MaxPcrInterval !== null && { maxPcrInterval: input.MaxPcrInterval }),
|
|
4228
4230
|
...(input.MinEbpInterval !== undefined &&
|
|
4229
4231
|
input.MinEbpInterval !== null && { minEbpInterval: input.MinEbpInterval }),
|
|
4230
4232
|
...(input.NielsenId3 !== undefined && input.NielsenId3 !== null && { nielsenId3: input.NielsenId3 }),
|
|
4231
4233
|
...(input.NullPacketBitrate !== undefined &&
|
|
4232
|
-
input.NullPacketBitrate !== null && { nullPacketBitrate: smithy_client_1.serializeFloat(input.NullPacketBitrate) }),
|
|
4234
|
+
input.NullPacketBitrate !== null && { nullPacketBitrate: (0, smithy_client_1.serializeFloat)(input.NullPacketBitrate) }),
|
|
4233
4235
|
...(input.PatInterval !== undefined && input.PatInterval !== null && { patInterval: input.PatInterval }),
|
|
4234
4236
|
...(input.PcrControl !== undefined && input.PcrControl !== null && { pcrControl: input.PcrControl }),
|
|
4235
4237
|
...(input.PcrPid !== undefined && input.PcrPid !== null && { pcrPid: input.PcrPid }),
|
|
@@ -4248,7 +4250,7 @@ const serializeAws_restJson1M2tsSettings = (input, context) => {
|
|
|
4248
4250
|
...(input.SegmentationStyle !== undefined &&
|
|
4249
4251
|
input.SegmentationStyle !== null && { segmentationStyle: input.SegmentationStyle }),
|
|
4250
4252
|
...(input.SegmentationTime !== undefined &&
|
|
4251
|
-
input.SegmentationTime !== null && { segmentationTime: smithy_client_1.serializeFloat(input.SegmentationTime) }),
|
|
4253
|
+
input.SegmentationTime !== null && { segmentationTime: (0, smithy_client_1.serializeFloat)(input.SegmentationTime) }),
|
|
4252
4254
|
...(input.TimedMetadataPid !== undefined &&
|
|
4253
4255
|
input.TimedMetadataPid !== null && { timedMetadataPid: input.TimedMetadataPid }),
|
|
4254
4256
|
...(input.TransportStreamId !== undefined &&
|
|
@@ -4386,7 +4388,7 @@ const serializeAws_restJson1Mpeg2Settings = (input, context) => {
|
|
|
4386
4388
|
input.FramerateNumerator !== null && { framerateNumerator: input.FramerateNumerator }),
|
|
4387
4389
|
...(input.GopClosedCadence !== undefined &&
|
|
4388
4390
|
input.GopClosedCadence !== null && { gopClosedCadence: input.GopClosedCadence }),
|
|
4389
|
-
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
|
|
4391
|
+
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
|
|
4390
4392
|
...(input.GopSizeUnits !== undefined && input.GopSizeUnits !== null && { gopSizeUnits: input.GopSizeUnits }),
|
|
4391
4393
|
...(input.HrdBufferInitialFillPercentage !== undefined &&
|
|
4392
4394
|
input.HrdBufferInitialFillPercentage !== null && {
|
|
@@ -4985,6 +4987,8 @@ const serializeAws_restJson1VideoSelector = (input, context) => {
|
|
|
4985
4987
|
...(input.ColorSpace !== undefined && input.ColorSpace !== null && { colorSpace: input.ColorSpace }),
|
|
4986
4988
|
...(input.ColorSpaceUsage !== undefined &&
|
|
4987
4989
|
input.ColorSpaceUsage !== null && { colorSpaceUsage: input.ColorSpaceUsage }),
|
|
4990
|
+
...(input.EmbeddedTimecodeOverride !== undefined &&
|
|
4991
|
+
input.EmbeddedTimecodeOverride !== null && { embeddedTimecodeOverride: input.EmbeddedTimecodeOverride }),
|
|
4988
4992
|
...(input.Hdr10Metadata !== undefined &&
|
|
4989
4993
|
input.Hdr10Metadata !== null && {
|
|
4990
4994
|
hdr10Metadata: serializeAws_restJson1Hdr10Metadata(input.Hdr10Metadata, context),
|
|
@@ -5015,7 +5019,7 @@ const serializeAws_restJson1Vp8Settings = (input, context) => {
|
|
|
5015
5019
|
input.FramerateDenominator !== null && { framerateDenominator: input.FramerateDenominator }),
|
|
5016
5020
|
...(input.FramerateNumerator !== undefined &&
|
|
5017
5021
|
input.FramerateNumerator !== null && { framerateNumerator: input.FramerateNumerator }),
|
|
5018
|
-
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
|
|
5022
|
+
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
|
|
5019
5023
|
...(input.HrdBufferSize !== undefined && input.HrdBufferSize !== null && { hrdBufferSize: input.HrdBufferSize }),
|
|
5020
5024
|
...(input.MaxBitrate !== undefined && input.MaxBitrate !== null && { maxBitrate: input.MaxBitrate }),
|
|
5021
5025
|
...(input.ParControl !== undefined && input.ParControl !== null && { parControl: input.ParControl }),
|
|
@@ -5041,7 +5045,7 @@ const serializeAws_restJson1Vp9Settings = (input, context) => {
|
|
|
5041
5045
|
input.FramerateDenominator !== null && { framerateDenominator: input.FramerateDenominator }),
|
|
5042
5046
|
...(input.FramerateNumerator !== undefined &&
|
|
5043
5047
|
input.FramerateNumerator !== null && { framerateNumerator: input.FramerateNumerator }),
|
|
5044
|
-
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
|
|
5048
|
+
...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
|
|
5045
5049
|
...(input.HrdBufferSize !== undefined && input.HrdBufferSize !== null && { hrdBufferSize: input.HrdBufferSize }),
|
|
5046
5050
|
...(input.MaxBitrate !== undefined && input.MaxBitrate !== null && { maxBitrate: input.MaxBitrate }),
|
|
5047
5051
|
...(input.ParControl !== undefined && input.ParControl !== null && { parControl: input.ParControl }),
|
|
@@ -5178,7 +5182,7 @@ const deserializeAws_restJson1__listOf__doubleMinNegative60Max6 = (output, conte
|
|
|
5178
5182
|
if (entry === null) {
|
|
5179
5183
|
return null;
|
|
5180
5184
|
}
|
|
5181
|
-
return smithy_client_1.limitedParseDouble(entry);
|
|
5185
|
+
return (0, smithy_client_1.limitedParseDouble)(entry);
|
|
5182
5186
|
});
|
|
5183
5187
|
return retVal;
|
|
5184
5188
|
};
|
|
@@ -5189,7 +5193,7 @@ const deserializeAws_restJson1__listOf__integerMin1Max2147483647 = (output, cont
|
|
|
5189
5193
|
if (entry === null) {
|
|
5190
5194
|
return null;
|
|
5191
5195
|
}
|
|
5192
|
-
return smithy_client_1.expectInt32(entry);
|
|
5196
|
+
return (0, smithy_client_1.expectInt32)(entry);
|
|
5193
5197
|
});
|
|
5194
5198
|
return retVal;
|
|
5195
5199
|
};
|
|
@@ -5200,7 +5204,7 @@ const deserializeAws_restJson1__listOf__integerMin32Max8182 = (output, context)
|
|
|
5200
5204
|
if (entry === null) {
|
|
5201
5205
|
return null;
|
|
5202
5206
|
}
|
|
5203
|
-
return smithy_client_1.expectInt32(entry);
|
|
5207
|
+
return (0, smithy_client_1.expectInt32)(entry);
|
|
5204
5208
|
});
|
|
5205
5209
|
return retVal;
|
|
5206
5210
|
};
|
|
@@ -5211,7 +5215,7 @@ const deserializeAws_restJson1__listOf__integerMinNegative60Max6 = (output, cont
|
|
|
5211
5215
|
if (entry === null) {
|
|
5212
5216
|
return null;
|
|
5213
5217
|
}
|
|
5214
|
-
return smithy_client_1.expectInt32(entry);
|
|
5218
|
+
return (0, smithy_client_1.expectInt32)(entry);
|
|
5215
5219
|
});
|
|
5216
5220
|
return retVal;
|
|
5217
5221
|
};
|
|
@@ -5222,7 +5226,7 @@ const deserializeAws_restJson1__listOf__string = (output, context) => {
|
|
|
5222
5226
|
if (entry === null) {
|
|
5223
5227
|
return null;
|
|
5224
5228
|
}
|
|
5225
|
-
return smithy_client_1.expectString(entry);
|
|
5229
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5226
5230
|
});
|
|
5227
5231
|
return retVal;
|
|
5228
5232
|
};
|
|
@@ -5233,7 +5237,7 @@ const deserializeAws_restJson1__listOf__stringMin1 = (output, context) => {
|
|
|
5233
5237
|
if (entry === null) {
|
|
5234
5238
|
return null;
|
|
5235
5239
|
}
|
|
5236
|
-
return smithy_client_1.expectString(entry);
|
|
5240
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5237
5241
|
});
|
|
5238
5242
|
return retVal;
|
|
5239
5243
|
};
|
|
@@ -5244,7 +5248,7 @@ const deserializeAws_restJson1__listOf__stringMin36Max36Pattern09aFAF809aFAF409a
|
|
|
5244
5248
|
if (entry === null) {
|
|
5245
5249
|
return null;
|
|
5246
5250
|
}
|
|
5247
|
-
return smithy_client_1.expectString(entry);
|
|
5251
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5248
5252
|
});
|
|
5249
5253
|
return retVal;
|
|
5250
5254
|
};
|
|
@@ -5255,7 +5259,7 @@ const deserializeAws_restJson1__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF
|
|
|
5255
5259
|
if (entry === null) {
|
|
5256
5260
|
return null;
|
|
5257
5261
|
}
|
|
5258
|
-
return smithy_client_1.expectString(entry);
|
|
5262
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5259
5263
|
});
|
|
5260
5264
|
return retVal;
|
|
5261
5265
|
};
|
|
@@ -5266,7 +5270,7 @@ const deserializeAws_restJson1__listOf__stringPatternS3ASSETMAPXml = (output, co
|
|
|
5266
5270
|
if (entry === null) {
|
|
5267
5271
|
return null;
|
|
5268
5272
|
}
|
|
5269
|
-
return smithy_client_1.expectString(entry);
|
|
5273
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5270
5274
|
});
|
|
5271
5275
|
return retVal;
|
|
5272
5276
|
};
|
|
@@ -5354,7 +5358,7 @@ const deserializeAws_restJson1__listOfHlsAdMarkers = (output, context) => {
|
|
|
5354
5358
|
if (entry === null) {
|
|
5355
5359
|
return null;
|
|
5356
5360
|
}
|
|
5357
|
-
return smithy_client_1.expectString(entry);
|
|
5361
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5358
5362
|
});
|
|
5359
5363
|
return retVal;
|
|
5360
5364
|
};
|
|
@@ -5563,7 +5567,7 @@ const deserializeAws_restJson1__listOfTeletextPageType = (output, context) => {
|
|
|
5563
5567
|
if (entry === null) {
|
|
5564
5568
|
return null;
|
|
5565
5569
|
}
|
|
5566
|
-
return smithy_client_1.expectString(entry);
|
|
5570
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5567
5571
|
});
|
|
5568
5572
|
return retVal;
|
|
5569
5573
|
};
|
|
@@ -5574,7 +5578,7 @@ const deserializeAws_restJson1__mapOf__string = (output, context) => {
|
|
|
5574
5578
|
}
|
|
5575
5579
|
return {
|
|
5576
5580
|
...acc,
|
|
5577
|
-
[key]: smithy_client_1.expectString(value),
|
|
5581
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
5578
5582
|
};
|
|
5579
5583
|
}, {});
|
|
5580
5584
|
};
|
|
@@ -5613,53 +5617,53 @@ const deserializeAws_restJson1__mapOfCaptionSelector = (output, context) => {
|
|
|
5613
5617
|
};
|
|
5614
5618
|
const deserializeAws_restJson1AacSettings = (output, context) => {
|
|
5615
5619
|
return {
|
|
5616
|
-
AudioDescriptionBroadcasterMix: smithy_client_1.expectString(output.audioDescriptionBroadcasterMix),
|
|
5617
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
5618
|
-
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
5619
|
-
CodingMode: smithy_client_1.expectString(output.codingMode),
|
|
5620
|
-
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
5621
|
-
RawFormat: smithy_client_1.expectString(output.rawFormat),
|
|
5622
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
5623
|
-
Specification: smithy_client_1.expectString(output.specification),
|
|
5624
|
-
VbrQuality: smithy_client_1.expectString(output.vbrQuality),
|
|
5620
|
+
AudioDescriptionBroadcasterMix: (0, smithy_client_1.expectString)(output.audioDescriptionBroadcasterMix),
|
|
5621
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
5622
|
+
CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
|
|
5623
|
+
CodingMode: (0, smithy_client_1.expectString)(output.codingMode),
|
|
5624
|
+
RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
|
|
5625
|
+
RawFormat: (0, smithy_client_1.expectString)(output.rawFormat),
|
|
5626
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
5627
|
+
Specification: (0, smithy_client_1.expectString)(output.specification),
|
|
5628
|
+
VbrQuality: (0, smithy_client_1.expectString)(output.vbrQuality),
|
|
5625
5629
|
};
|
|
5626
5630
|
};
|
|
5627
5631
|
const deserializeAws_restJson1Ac3Settings = (output, context) => {
|
|
5628
5632
|
return {
|
|
5629
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
5630
|
-
BitstreamMode: smithy_client_1.expectString(output.bitstreamMode),
|
|
5631
|
-
CodingMode: smithy_client_1.expectString(output.codingMode),
|
|
5632
|
-
Dialnorm: smithy_client_1.expectInt32(output.dialnorm),
|
|
5633
|
-
DynamicRangeCompressionLine: smithy_client_1.expectString(output.dynamicRangeCompressionLine),
|
|
5634
|
-
DynamicRangeCompressionProfile: smithy_client_1.expectString(output.dynamicRangeCompressionProfile),
|
|
5635
|
-
DynamicRangeCompressionRf: smithy_client_1.expectString(output.dynamicRangeCompressionRf),
|
|
5636
|
-
LfeFilter: smithy_client_1.expectString(output.lfeFilter),
|
|
5637
|
-
MetadataControl: smithy_client_1.expectString(output.metadataControl),
|
|
5638
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
5633
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
5634
|
+
BitstreamMode: (0, smithy_client_1.expectString)(output.bitstreamMode),
|
|
5635
|
+
CodingMode: (0, smithy_client_1.expectString)(output.codingMode),
|
|
5636
|
+
Dialnorm: (0, smithy_client_1.expectInt32)(output.dialnorm),
|
|
5637
|
+
DynamicRangeCompressionLine: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionLine),
|
|
5638
|
+
DynamicRangeCompressionProfile: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionProfile),
|
|
5639
|
+
DynamicRangeCompressionRf: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionRf),
|
|
5640
|
+
LfeFilter: (0, smithy_client_1.expectString)(output.lfeFilter),
|
|
5641
|
+
MetadataControl: (0, smithy_client_1.expectString)(output.metadataControl),
|
|
5642
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
5639
5643
|
};
|
|
5640
5644
|
};
|
|
5641
5645
|
const deserializeAws_restJson1AccelerationSettings = (output, context) => {
|
|
5642
5646
|
return {
|
|
5643
|
-
Mode: smithy_client_1.expectString(output.mode),
|
|
5647
|
+
Mode: (0, smithy_client_1.expectString)(output.mode),
|
|
5644
5648
|
};
|
|
5645
5649
|
};
|
|
5646
5650
|
const deserializeAws_restJson1AiffSettings = (output, context) => {
|
|
5647
5651
|
return {
|
|
5648
|
-
BitDepth: smithy_client_1.expectInt32(output.bitDepth),
|
|
5649
|
-
Channels: smithy_client_1.expectInt32(output.channels),
|
|
5650
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
5652
|
+
BitDepth: (0, smithy_client_1.expectInt32)(output.bitDepth),
|
|
5653
|
+
Channels: (0, smithy_client_1.expectInt32)(output.channels),
|
|
5654
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
5651
5655
|
};
|
|
5652
5656
|
};
|
|
5653
5657
|
const deserializeAws_restJson1AncillarySourceSettings = (output, context) => {
|
|
5654
5658
|
return {
|
|
5655
|
-
Convert608To708: smithy_client_1.expectString(output.convert608To708),
|
|
5656
|
-
SourceAncillaryChannelNumber: smithy_client_1.expectInt32(output.sourceAncillaryChannelNumber),
|
|
5657
|
-
TerminateCaptions: smithy_client_1.expectString(output.terminateCaptions),
|
|
5659
|
+
Convert608To708: (0, smithy_client_1.expectString)(output.convert608To708),
|
|
5660
|
+
SourceAncillaryChannelNumber: (0, smithy_client_1.expectInt32)(output.sourceAncillaryChannelNumber),
|
|
5661
|
+
TerminateCaptions: (0, smithy_client_1.expectString)(output.terminateCaptions),
|
|
5658
5662
|
};
|
|
5659
5663
|
};
|
|
5660
5664
|
const deserializeAws_restJson1AudioChannelTaggingSettings = (output, context) => {
|
|
5661
5665
|
return {
|
|
5662
|
-
ChannelTag: smithy_client_1.expectString(output.channelTag),
|
|
5666
|
+
ChannelTag: (0, smithy_client_1.expectString)(output.channelTag),
|
|
5663
5667
|
};
|
|
5664
5668
|
};
|
|
5665
5669
|
const deserializeAws_restJson1AudioCodecSettings = (output, context) => {
|
|
@@ -5673,7 +5677,7 @@ const deserializeAws_restJson1AudioCodecSettings = (output, context) => {
|
|
|
5673
5677
|
AiffSettings: output.aiffSettings !== undefined && output.aiffSettings !== null
|
|
5674
5678
|
? deserializeAws_restJson1AiffSettings(output.aiffSettings, context)
|
|
5675
5679
|
: undefined,
|
|
5676
|
-
Codec: smithy_client_1.expectString(output.codec),
|
|
5680
|
+
Codec: (0, smithy_client_1.expectString)(output.codec),
|
|
5677
5681
|
Eac3AtmosSettings: output.eac3AtmosSettings !== undefined && output.eac3AtmosSettings !== null
|
|
5678
5682
|
? deserializeAws_restJson1Eac3AtmosSettings(output.eac3AtmosSettings, context)
|
|
5679
5683
|
: undefined,
|
|
@@ -5705,49 +5709,49 @@ const deserializeAws_restJson1AudioDescription = (output, context) => {
|
|
|
5705
5709
|
AudioNormalizationSettings: output.audioNormalizationSettings !== undefined && output.audioNormalizationSettings !== null
|
|
5706
5710
|
? deserializeAws_restJson1AudioNormalizationSettings(output.audioNormalizationSettings, context)
|
|
5707
5711
|
: undefined,
|
|
5708
|
-
AudioSourceName: smithy_client_1.expectString(output.audioSourceName),
|
|
5709
|
-
AudioType: smithy_client_1.expectInt32(output.audioType),
|
|
5710
|
-
AudioTypeControl: smithy_client_1.expectString(output.audioTypeControl),
|
|
5712
|
+
AudioSourceName: (0, smithy_client_1.expectString)(output.audioSourceName),
|
|
5713
|
+
AudioType: (0, smithy_client_1.expectInt32)(output.audioType),
|
|
5714
|
+
AudioTypeControl: (0, smithy_client_1.expectString)(output.audioTypeControl),
|
|
5711
5715
|
CodecSettings: output.codecSettings !== undefined && output.codecSettings !== null
|
|
5712
5716
|
? deserializeAws_restJson1AudioCodecSettings(output.codecSettings, context)
|
|
5713
5717
|
: undefined,
|
|
5714
|
-
CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
|
|
5715
|
-
LanguageCode: smithy_client_1.expectString(output.languageCode),
|
|
5716
|
-
LanguageCodeControl: smithy_client_1.expectString(output.languageCodeControl),
|
|
5718
|
+
CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
|
|
5719
|
+
LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
|
|
5720
|
+
LanguageCodeControl: (0, smithy_client_1.expectString)(output.languageCodeControl),
|
|
5717
5721
|
RemixSettings: output.remixSettings !== undefined && output.remixSettings !== null
|
|
5718
5722
|
? deserializeAws_restJson1RemixSettings(output.remixSettings, context)
|
|
5719
5723
|
: undefined,
|
|
5720
|
-
StreamName: smithy_client_1.expectString(output.streamName),
|
|
5724
|
+
StreamName: (0, smithy_client_1.expectString)(output.streamName),
|
|
5721
5725
|
};
|
|
5722
5726
|
};
|
|
5723
5727
|
const deserializeAws_restJson1AudioNormalizationSettings = (output, context) => {
|
|
5724
5728
|
return {
|
|
5725
|
-
Algorithm: smithy_client_1.expectString(output.algorithm),
|
|
5726
|
-
AlgorithmControl: smithy_client_1.expectString(output.algorithmControl),
|
|
5727
|
-
CorrectionGateLevel: smithy_client_1.expectInt32(output.correctionGateLevel),
|
|
5728
|
-
LoudnessLogging: smithy_client_1.expectString(output.loudnessLogging),
|
|
5729
|
-
PeakCalculation: smithy_client_1.expectString(output.peakCalculation),
|
|
5730
|
-
TargetLkfs: smithy_client_1.limitedParseDouble(output.targetLkfs),
|
|
5729
|
+
Algorithm: (0, smithy_client_1.expectString)(output.algorithm),
|
|
5730
|
+
AlgorithmControl: (0, smithy_client_1.expectString)(output.algorithmControl),
|
|
5731
|
+
CorrectionGateLevel: (0, smithy_client_1.expectInt32)(output.correctionGateLevel),
|
|
5732
|
+
LoudnessLogging: (0, smithy_client_1.expectString)(output.loudnessLogging),
|
|
5733
|
+
PeakCalculation: (0, smithy_client_1.expectString)(output.peakCalculation),
|
|
5734
|
+
TargetLkfs: (0, smithy_client_1.limitedParseDouble)(output.targetLkfs),
|
|
5731
5735
|
};
|
|
5732
5736
|
};
|
|
5733
5737
|
const deserializeAws_restJson1AudioSelector = (output, context) => {
|
|
5734
5738
|
return {
|
|
5735
|
-
CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
|
|
5736
|
-
DefaultSelection: smithy_client_1.expectString(output.defaultSelection),
|
|
5737
|
-
ExternalAudioFileInput: smithy_client_1.expectString(output.externalAudioFileInput),
|
|
5739
|
+
CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
|
|
5740
|
+
DefaultSelection: (0, smithy_client_1.expectString)(output.defaultSelection),
|
|
5741
|
+
ExternalAudioFileInput: (0, smithy_client_1.expectString)(output.externalAudioFileInput),
|
|
5738
5742
|
HlsRenditionGroupSettings: output.hlsRenditionGroupSettings !== undefined && output.hlsRenditionGroupSettings !== null
|
|
5739
5743
|
? deserializeAws_restJson1HlsRenditionGroupSettings(output.hlsRenditionGroupSettings, context)
|
|
5740
5744
|
: undefined,
|
|
5741
|
-
LanguageCode: smithy_client_1.expectString(output.languageCode),
|
|
5742
|
-
Offset: smithy_client_1.expectInt32(output.offset),
|
|
5745
|
+
LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
|
|
5746
|
+
Offset: (0, smithy_client_1.expectInt32)(output.offset),
|
|
5743
5747
|
Pids: output.pids !== undefined && output.pids !== null
|
|
5744
5748
|
? deserializeAws_restJson1__listOf__integerMin1Max2147483647(output.pids, context)
|
|
5745
5749
|
: undefined,
|
|
5746
|
-
ProgramSelection: smithy_client_1.expectInt32(output.programSelection),
|
|
5750
|
+
ProgramSelection: (0, smithy_client_1.expectInt32)(output.programSelection),
|
|
5747
5751
|
RemixSettings: output.remixSettings !== undefined && output.remixSettings !== null
|
|
5748
5752
|
? deserializeAws_restJson1RemixSettings(output.remixSettings, context)
|
|
5749
5753
|
: undefined,
|
|
5750
|
-
SelectorType: smithy_client_1.expectString(output.selectorType),
|
|
5754
|
+
SelectorType: (0, smithy_client_1.expectString)(output.selectorType),
|
|
5751
5755
|
Tracks: output.tracks !== undefined && output.tracks !== null
|
|
5752
5756
|
? deserializeAws_restJson1__listOf__integerMin1Max2147483647(output.tracks, context)
|
|
5753
5757
|
: undefined,
|
|
@@ -5762,9 +5766,9 @@ const deserializeAws_restJson1AudioSelectorGroup = (output, context) => {
|
|
|
5762
5766
|
};
|
|
5763
5767
|
const deserializeAws_restJson1AutomatedAbrSettings = (output, context) => {
|
|
5764
5768
|
return {
|
|
5765
|
-
MaxAbrBitrate: smithy_client_1.expectInt32(output.maxAbrBitrate),
|
|
5766
|
-
MaxRenditions: smithy_client_1.expectInt32(output.maxRenditions),
|
|
5767
|
-
MinAbrBitrate: smithy_client_1.expectInt32(output.minAbrBitrate),
|
|
5769
|
+
MaxAbrBitrate: (0, smithy_client_1.expectInt32)(output.maxAbrBitrate),
|
|
5770
|
+
MaxRenditions: (0, smithy_client_1.expectInt32)(output.maxRenditions),
|
|
5771
|
+
MinAbrBitrate: (0, smithy_client_1.expectInt32)(output.minAbrBitrate),
|
|
5768
5772
|
};
|
|
5769
5773
|
};
|
|
5770
5774
|
const deserializeAws_restJson1AutomatedEncodingSettings = (output, context) => {
|
|
@@ -5776,99 +5780,99 @@ const deserializeAws_restJson1AutomatedEncodingSettings = (output, context) => {
|
|
|
5776
5780
|
};
|
|
5777
5781
|
const deserializeAws_restJson1Av1QvbrSettings = (output, context) => {
|
|
5778
5782
|
return {
|
|
5779
|
-
QvbrQualityLevel: smithy_client_1.expectInt32(output.qvbrQualityLevel),
|
|
5780
|
-
QvbrQualityLevelFineTune: smithy_client_1.limitedParseDouble(output.qvbrQualityLevelFineTune),
|
|
5783
|
+
QvbrQualityLevel: (0, smithy_client_1.expectInt32)(output.qvbrQualityLevel),
|
|
5784
|
+
QvbrQualityLevelFineTune: (0, smithy_client_1.limitedParseDouble)(output.qvbrQualityLevelFineTune),
|
|
5781
5785
|
};
|
|
5782
5786
|
};
|
|
5783
5787
|
const deserializeAws_restJson1Av1Settings = (output, context) => {
|
|
5784
5788
|
return {
|
|
5785
|
-
AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
|
|
5786
|
-
BitDepth: smithy_client_1.expectString(output.bitDepth),
|
|
5787
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
5788
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
5789
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
5790
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
5791
|
-
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
5792
|
-
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
5793
|
-
NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
5789
|
+
AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
|
|
5790
|
+
BitDepth: (0, smithy_client_1.expectString)(output.bitDepth),
|
|
5791
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
5792
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
5793
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
5794
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
5795
|
+
GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
|
|
5796
|
+
MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
|
|
5797
|
+
NumberBFramesBetweenReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberBFramesBetweenReferenceFrames),
|
|
5794
5798
|
QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
|
|
5795
5799
|
? deserializeAws_restJson1Av1QvbrSettings(output.qvbrSettings, context)
|
|
5796
5800
|
: undefined,
|
|
5797
|
-
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
5798
|
-
Slices: smithy_client_1.expectInt32(output.slices),
|
|
5799
|
-
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
5801
|
+
RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
|
|
5802
|
+
Slices: (0, smithy_client_1.expectInt32)(output.slices),
|
|
5803
|
+
SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
|
|
5800
5804
|
};
|
|
5801
5805
|
};
|
|
5802
5806
|
const deserializeAws_restJson1AvailBlanking = (output, context) => {
|
|
5803
5807
|
return {
|
|
5804
|
-
AvailBlankingImage: smithy_client_1.expectString(output.availBlankingImage),
|
|
5808
|
+
AvailBlankingImage: (0, smithy_client_1.expectString)(output.availBlankingImage),
|
|
5805
5809
|
};
|
|
5806
5810
|
};
|
|
5807
5811
|
const deserializeAws_restJson1AvcIntraSettings = (output, context) => {
|
|
5808
5812
|
return {
|
|
5809
|
-
AvcIntraClass: smithy_client_1.expectString(output.avcIntraClass),
|
|
5813
|
+
AvcIntraClass: (0, smithy_client_1.expectString)(output.avcIntraClass),
|
|
5810
5814
|
AvcIntraUhdSettings: output.avcIntraUhdSettings !== undefined && output.avcIntraUhdSettings !== null
|
|
5811
5815
|
? deserializeAws_restJson1AvcIntraUhdSettings(output.avcIntraUhdSettings, context)
|
|
5812
5816
|
: undefined,
|
|
5813
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
5814
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
5815
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
5816
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
5817
|
-
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
5818
|
-
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
5819
|
-
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
5820
|
-
Telecine: smithy_client_1.expectString(output.telecine),
|
|
5817
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
5818
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
5819
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
5820
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
5821
|
+
InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
|
|
5822
|
+
ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
|
|
5823
|
+
SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
|
|
5824
|
+
Telecine: (0, smithy_client_1.expectString)(output.telecine),
|
|
5821
5825
|
};
|
|
5822
5826
|
};
|
|
5823
5827
|
const deserializeAws_restJson1AvcIntraUhdSettings = (output, context) => {
|
|
5824
5828
|
return {
|
|
5825
|
-
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
5829
|
+
QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
|
|
5826
5830
|
};
|
|
5827
5831
|
};
|
|
5828
5832
|
const deserializeAws_restJson1BurninDestinationSettings = (output, context) => {
|
|
5829
5833
|
return {
|
|
5830
|
-
Alignment: smithy_client_1.expectString(output.alignment),
|
|
5831
|
-
ApplyFontColor: smithy_client_1.expectString(output.applyFontColor),
|
|
5832
|
-
BackgroundColor: smithy_client_1.expectString(output.backgroundColor),
|
|
5833
|
-
BackgroundOpacity: smithy_client_1.expectInt32(output.backgroundOpacity),
|
|
5834
|
-
FallbackFont: smithy_client_1.expectString(output.fallbackFont),
|
|
5835
|
-
FontColor: smithy_client_1.expectString(output.fontColor),
|
|
5836
|
-
FontOpacity: smithy_client_1.expectInt32(output.fontOpacity),
|
|
5837
|
-
FontResolution: smithy_client_1.expectInt32(output.fontResolution),
|
|
5838
|
-
FontScript: smithy_client_1.expectString(output.fontScript),
|
|
5839
|
-
FontSize: smithy_client_1.expectInt32(output.fontSize),
|
|
5840
|
-
HexFontColor: smithy_client_1.expectString(output.hexFontColor),
|
|
5841
|
-
OutlineColor: smithy_client_1.expectString(output.outlineColor),
|
|
5842
|
-
OutlineSize: smithy_client_1.expectInt32(output.outlineSize),
|
|
5843
|
-
ShadowColor: smithy_client_1.expectString(output.shadowColor),
|
|
5844
|
-
ShadowOpacity: smithy_client_1.expectInt32(output.shadowOpacity),
|
|
5845
|
-
ShadowXOffset: smithy_client_1.expectInt32(output.shadowXOffset),
|
|
5846
|
-
ShadowYOffset: smithy_client_1.expectInt32(output.shadowYOffset),
|
|
5847
|
-
StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
|
|
5848
|
-
TeletextSpacing: smithy_client_1.expectString(output.teletextSpacing),
|
|
5849
|
-
XPosition: smithy_client_1.expectInt32(output.xPosition),
|
|
5850
|
-
YPosition: smithy_client_1.expectInt32(output.yPosition),
|
|
5834
|
+
Alignment: (0, smithy_client_1.expectString)(output.alignment),
|
|
5835
|
+
ApplyFontColor: (0, smithy_client_1.expectString)(output.applyFontColor),
|
|
5836
|
+
BackgroundColor: (0, smithy_client_1.expectString)(output.backgroundColor),
|
|
5837
|
+
BackgroundOpacity: (0, smithy_client_1.expectInt32)(output.backgroundOpacity),
|
|
5838
|
+
FallbackFont: (0, smithy_client_1.expectString)(output.fallbackFont),
|
|
5839
|
+
FontColor: (0, smithy_client_1.expectString)(output.fontColor),
|
|
5840
|
+
FontOpacity: (0, smithy_client_1.expectInt32)(output.fontOpacity),
|
|
5841
|
+
FontResolution: (0, smithy_client_1.expectInt32)(output.fontResolution),
|
|
5842
|
+
FontScript: (0, smithy_client_1.expectString)(output.fontScript),
|
|
5843
|
+
FontSize: (0, smithy_client_1.expectInt32)(output.fontSize),
|
|
5844
|
+
HexFontColor: (0, smithy_client_1.expectString)(output.hexFontColor),
|
|
5845
|
+
OutlineColor: (0, smithy_client_1.expectString)(output.outlineColor),
|
|
5846
|
+
OutlineSize: (0, smithy_client_1.expectInt32)(output.outlineSize),
|
|
5847
|
+
ShadowColor: (0, smithy_client_1.expectString)(output.shadowColor),
|
|
5848
|
+
ShadowOpacity: (0, smithy_client_1.expectInt32)(output.shadowOpacity),
|
|
5849
|
+
ShadowXOffset: (0, smithy_client_1.expectInt32)(output.shadowXOffset),
|
|
5850
|
+
ShadowYOffset: (0, smithy_client_1.expectInt32)(output.shadowYOffset),
|
|
5851
|
+
StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
|
|
5852
|
+
TeletextSpacing: (0, smithy_client_1.expectString)(output.teletextSpacing),
|
|
5853
|
+
XPosition: (0, smithy_client_1.expectInt32)(output.xPosition),
|
|
5854
|
+
YPosition: (0, smithy_client_1.expectInt32)(output.yPosition),
|
|
5851
5855
|
};
|
|
5852
5856
|
};
|
|
5853
5857
|
const deserializeAws_restJson1CaptionDescription = (output, context) => {
|
|
5854
5858
|
return {
|
|
5855
|
-
CaptionSelectorName: smithy_client_1.expectString(output.captionSelectorName),
|
|
5856
|
-
CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
|
|
5859
|
+
CaptionSelectorName: (0, smithy_client_1.expectString)(output.captionSelectorName),
|
|
5860
|
+
CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
|
|
5857
5861
|
DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
|
|
5858
5862
|
? deserializeAws_restJson1CaptionDestinationSettings(output.destinationSettings, context)
|
|
5859
5863
|
: undefined,
|
|
5860
|
-
LanguageCode: smithy_client_1.expectString(output.languageCode),
|
|
5861
|
-
LanguageDescription: smithy_client_1.expectString(output.languageDescription),
|
|
5864
|
+
LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
|
|
5865
|
+
LanguageDescription: (0, smithy_client_1.expectString)(output.languageDescription),
|
|
5862
5866
|
};
|
|
5863
5867
|
};
|
|
5864
5868
|
const deserializeAws_restJson1CaptionDescriptionPreset = (output, context) => {
|
|
5865
5869
|
return {
|
|
5866
|
-
CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
|
|
5870
|
+
CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
|
|
5867
5871
|
DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
|
|
5868
5872
|
? deserializeAws_restJson1CaptionDestinationSettings(output.destinationSettings, context)
|
|
5869
5873
|
: undefined,
|
|
5870
|
-
LanguageCode: smithy_client_1.expectString(output.languageCode),
|
|
5871
|
-
LanguageDescription: smithy_client_1.expectString(output.languageDescription),
|
|
5874
|
+
LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
|
|
5875
|
+
LanguageDescription: (0, smithy_client_1.expectString)(output.languageDescription),
|
|
5872
5876
|
};
|
|
5873
5877
|
};
|
|
5874
5878
|
const deserializeAws_restJson1CaptionDestinationSettings = (output, context) => {
|
|
@@ -5876,7 +5880,7 @@ const deserializeAws_restJson1CaptionDestinationSettings = (output, context) =>
|
|
|
5876
5880
|
BurninDestinationSettings: output.burninDestinationSettings !== undefined && output.burninDestinationSettings !== null
|
|
5877
5881
|
? deserializeAws_restJson1BurninDestinationSettings(output.burninDestinationSettings, context)
|
|
5878
5882
|
: undefined,
|
|
5879
|
-
DestinationType: smithy_client_1.expectString(output.destinationType),
|
|
5883
|
+
DestinationType: (0, smithy_client_1.expectString)(output.destinationType),
|
|
5880
5884
|
DvbSubDestinationSettings: output.dvbSubDestinationSettings !== undefined && output.dvbSubDestinationSettings !== null
|
|
5881
5885
|
? deserializeAws_restJson1DvbSubDestinationSettings(output.dvbSubDestinationSettings, context)
|
|
5882
5886
|
: undefined,
|
|
@@ -5905,8 +5909,8 @@ const deserializeAws_restJson1CaptionDestinationSettings = (output, context) =>
|
|
|
5905
5909
|
};
|
|
5906
5910
|
const deserializeAws_restJson1CaptionSelector = (output, context) => {
|
|
5907
5911
|
return {
|
|
5908
|
-
CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
|
|
5909
|
-
LanguageCode: smithy_client_1.expectString(output.languageCode),
|
|
5912
|
+
CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
|
|
5913
|
+
LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
|
|
5910
5914
|
SourceSettings: output.sourceSettings !== undefined && output.sourceSettings !== null
|
|
5911
5915
|
? deserializeAws_restJson1CaptionSourceSettings(output.sourceSettings, context)
|
|
5912
5916
|
: undefined,
|
|
@@ -5914,8 +5918,8 @@ const deserializeAws_restJson1CaptionSelector = (output, context) => {
|
|
|
5914
5918
|
};
|
|
5915
5919
|
const deserializeAws_restJson1CaptionSourceFramerate = (output, context) => {
|
|
5916
5920
|
return {
|
|
5917
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
5918
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
5921
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
5922
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
5919
5923
|
};
|
|
5920
5924
|
};
|
|
5921
5925
|
const deserializeAws_restJson1CaptionSourceSettings = (output, context) => {
|
|
@@ -5932,7 +5936,7 @@ const deserializeAws_restJson1CaptionSourceSettings = (output, context) => {
|
|
|
5932
5936
|
FileSourceSettings: output.fileSourceSettings !== undefined && output.fileSourceSettings !== null
|
|
5933
5937
|
? deserializeAws_restJson1FileSourceSettings(output.fileSourceSettings, context)
|
|
5934
5938
|
: undefined,
|
|
5935
|
-
SourceType: smithy_client_1.expectString(output.sourceType),
|
|
5939
|
+
SourceType: (0, smithy_client_1.expectString)(output.sourceType),
|
|
5936
5940
|
TeletextSourceSettings: output.teletextSourceSettings !== undefined && output.teletextSourceSettings !== null
|
|
5937
5941
|
? deserializeAws_restJson1TeletextSourceSettings(output.teletextSourceSettings, context)
|
|
5938
5942
|
: undefined,
|
|
@@ -5953,7 +5957,7 @@ const deserializeAws_restJson1ChannelMapping = (output, context) => {
|
|
|
5953
5957
|
};
|
|
5954
5958
|
const deserializeAws_restJson1CmafAdditionalManifest = (output, context) => {
|
|
5955
5959
|
return {
|
|
5956
|
-
ManifestNameModifier: smithy_client_1.expectString(output.manifestNameModifier),
|
|
5960
|
+
ManifestNameModifier: (0, smithy_client_1.expectString)(output.manifestNameModifier),
|
|
5957
5961
|
SelectedOutputs: output.selectedOutputs !== undefined && output.selectedOutputs !== null
|
|
5958
5962
|
? deserializeAws_restJson1__listOf__stringMin1(output.selectedOutputs, context)
|
|
5959
5963
|
: undefined,
|
|
@@ -5961,16 +5965,16 @@ const deserializeAws_restJson1CmafAdditionalManifest = (output, context) => {
|
|
|
5961
5965
|
};
|
|
5962
5966
|
const deserializeAws_restJson1CmafEncryptionSettings = (output, context) => {
|
|
5963
5967
|
return {
|
|
5964
|
-
ConstantInitializationVector: smithy_client_1.expectString(output.constantInitializationVector),
|
|
5965
|
-
EncryptionMethod: smithy_client_1.expectString(output.encryptionMethod),
|
|
5966
|
-
InitializationVectorInManifest: smithy_client_1.expectString(output.initializationVectorInManifest),
|
|
5968
|
+
ConstantInitializationVector: (0, smithy_client_1.expectString)(output.constantInitializationVector),
|
|
5969
|
+
EncryptionMethod: (0, smithy_client_1.expectString)(output.encryptionMethod),
|
|
5970
|
+
InitializationVectorInManifest: (0, smithy_client_1.expectString)(output.initializationVectorInManifest),
|
|
5967
5971
|
SpekeKeyProvider: output.spekeKeyProvider !== undefined && output.spekeKeyProvider !== null
|
|
5968
5972
|
? deserializeAws_restJson1SpekeKeyProviderCmaf(output.spekeKeyProvider, context)
|
|
5969
5973
|
: undefined,
|
|
5970
5974
|
StaticKeyProvider: output.staticKeyProvider !== undefined && output.staticKeyProvider !== null
|
|
5971
5975
|
? deserializeAws_restJson1StaticKeyProvider(output.staticKeyProvider, context)
|
|
5972
5976
|
: undefined,
|
|
5973
|
-
Type: smithy_client_1.expectString(output.type),
|
|
5977
|
+
Type: (0, smithy_client_1.expectString)(output.type),
|
|
5974
5978
|
};
|
|
5975
5979
|
};
|
|
5976
5980
|
const deserializeAws_restJson1CmafGroupSettings = (output, context) => {
|
|
@@ -5978,71 +5982,71 @@ const deserializeAws_restJson1CmafGroupSettings = (output, context) => {
|
|
|
5978
5982
|
AdditionalManifests: output.additionalManifests !== undefined && output.additionalManifests !== null
|
|
5979
5983
|
? deserializeAws_restJson1__listOfCmafAdditionalManifest(output.additionalManifests, context)
|
|
5980
5984
|
: undefined,
|
|
5981
|
-
BaseUrl: smithy_client_1.expectString(output.baseUrl),
|
|
5982
|
-
ClientCache: smithy_client_1.expectString(output.clientCache),
|
|
5983
|
-
CodecSpecification: smithy_client_1.expectString(output.codecSpecification),
|
|
5984
|
-
Destination: smithy_client_1.expectString(output.destination),
|
|
5985
|
+
BaseUrl: (0, smithy_client_1.expectString)(output.baseUrl),
|
|
5986
|
+
ClientCache: (0, smithy_client_1.expectString)(output.clientCache),
|
|
5987
|
+
CodecSpecification: (0, smithy_client_1.expectString)(output.codecSpecification),
|
|
5988
|
+
Destination: (0, smithy_client_1.expectString)(output.destination),
|
|
5985
5989
|
DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
|
|
5986
5990
|
? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
|
|
5987
5991
|
: undefined,
|
|
5988
5992
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
5989
5993
|
? deserializeAws_restJson1CmafEncryptionSettings(output.encryption, context)
|
|
5990
5994
|
: undefined,
|
|
5991
|
-
FragmentLength: smithy_client_1.expectInt32(output.fragmentLength),
|
|
5992
|
-
ImageBasedTrickPlay: smithy_client_1.expectString(output.imageBasedTrickPlay),
|
|
5995
|
+
FragmentLength: (0, smithy_client_1.expectInt32)(output.fragmentLength),
|
|
5996
|
+
ImageBasedTrickPlay: (0, smithy_client_1.expectString)(output.imageBasedTrickPlay),
|
|
5993
5997
|
ImageBasedTrickPlaySettings: output.imageBasedTrickPlaySettings !== undefined && output.imageBasedTrickPlaySettings !== null
|
|
5994
5998
|
? deserializeAws_restJson1CmafImageBasedTrickPlaySettings(output.imageBasedTrickPlaySettings, context)
|
|
5995
5999
|
: undefined,
|
|
5996
|
-
ManifestCompression: smithy_client_1.expectString(output.manifestCompression),
|
|
5997
|
-
ManifestDurationFormat: smithy_client_1.expectString(output.manifestDurationFormat),
|
|
5998
|
-
MinBufferTime: smithy_client_1.expectInt32(output.minBufferTime),
|
|
5999
|
-
MinFinalSegmentLength: smithy_client_1.limitedParseDouble(output.minFinalSegmentLength),
|
|
6000
|
-
MpdProfile: smithy_client_1.expectString(output.mpdProfile),
|
|
6001
|
-
PtsOffsetHandlingForBFrames: smithy_client_1.expectString(output.ptsOffsetHandlingForBFrames),
|
|
6002
|
-
SegmentControl: smithy_client_1.expectString(output.segmentControl),
|
|
6003
|
-
SegmentLength: smithy_client_1.expectInt32(output.segmentLength),
|
|
6004
|
-
SegmentLengthControl: smithy_client_1.expectString(output.segmentLengthControl),
|
|
6005
|
-
StreamInfResolution: smithy_client_1.expectString(output.streamInfResolution),
|
|
6006
|
-
TargetDurationCompatibilityMode: smithy_client_1.expectString(output.targetDurationCompatibilityMode),
|
|
6007
|
-
WriteDashManifest: smithy_client_1.expectString(output.writeDashManifest),
|
|
6008
|
-
WriteHlsManifest: smithy_client_1.expectString(output.writeHlsManifest),
|
|
6009
|
-
WriteSegmentTimelineInRepresentation: smithy_client_1.expectString(output.writeSegmentTimelineInRepresentation),
|
|
6000
|
+
ManifestCompression: (0, smithy_client_1.expectString)(output.manifestCompression),
|
|
6001
|
+
ManifestDurationFormat: (0, smithy_client_1.expectString)(output.manifestDurationFormat),
|
|
6002
|
+
MinBufferTime: (0, smithy_client_1.expectInt32)(output.minBufferTime),
|
|
6003
|
+
MinFinalSegmentLength: (0, smithy_client_1.limitedParseDouble)(output.minFinalSegmentLength),
|
|
6004
|
+
MpdProfile: (0, smithy_client_1.expectString)(output.mpdProfile),
|
|
6005
|
+
PtsOffsetHandlingForBFrames: (0, smithy_client_1.expectString)(output.ptsOffsetHandlingForBFrames),
|
|
6006
|
+
SegmentControl: (0, smithy_client_1.expectString)(output.segmentControl),
|
|
6007
|
+
SegmentLength: (0, smithy_client_1.expectInt32)(output.segmentLength),
|
|
6008
|
+
SegmentLengthControl: (0, smithy_client_1.expectString)(output.segmentLengthControl),
|
|
6009
|
+
StreamInfResolution: (0, smithy_client_1.expectString)(output.streamInfResolution),
|
|
6010
|
+
TargetDurationCompatibilityMode: (0, smithy_client_1.expectString)(output.targetDurationCompatibilityMode),
|
|
6011
|
+
WriteDashManifest: (0, smithy_client_1.expectString)(output.writeDashManifest),
|
|
6012
|
+
WriteHlsManifest: (0, smithy_client_1.expectString)(output.writeHlsManifest),
|
|
6013
|
+
WriteSegmentTimelineInRepresentation: (0, smithy_client_1.expectString)(output.writeSegmentTimelineInRepresentation),
|
|
6010
6014
|
};
|
|
6011
6015
|
};
|
|
6012
6016
|
const deserializeAws_restJson1CmafImageBasedTrickPlaySettings = (output, context) => {
|
|
6013
6017
|
return {
|
|
6014
|
-
IntervalCadence: smithy_client_1.expectString(output.intervalCadence),
|
|
6015
|
-
ThumbnailHeight: smithy_client_1.expectInt32(output.thumbnailHeight),
|
|
6016
|
-
ThumbnailInterval: smithy_client_1.limitedParseDouble(output.thumbnailInterval),
|
|
6017
|
-
ThumbnailWidth: smithy_client_1.expectInt32(output.thumbnailWidth),
|
|
6018
|
-
TileHeight: smithy_client_1.expectInt32(output.tileHeight),
|
|
6019
|
-
TileWidth: smithy_client_1.expectInt32(output.tileWidth),
|
|
6018
|
+
IntervalCadence: (0, smithy_client_1.expectString)(output.intervalCadence),
|
|
6019
|
+
ThumbnailHeight: (0, smithy_client_1.expectInt32)(output.thumbnailHeight),
|
|
6020
|
+
ThumbnailInterval: (0, smithy_client_1.limitedParseDouble)(output.thumbnailInterval),
|
|
6021
|
+
ThumbnailWidth: (0, smithy_client_1.expectInt32)(output.thumbnailWidth),
|
|
6022
|
+
TileHeight: (0, smithy_client_1.expectInt32)(output.tileHeight),
|
|
6023
|
+
TileWidth: (0, smithy_client_1.expectInt32)(output.tileWidth),
|
|
6020
6024
|
};
|
|
6021
6025
|
};
|
|
6022
6026
|
const deserializeAws_restJson1CmfcSettings = (output, context) => {
|
|
6023
6027
|
return {
|
|
6024
|
-
AudioDuration: smithy_client_1.expectString(output.audioDuration),
|
|
6025
|
-
AudioGroupId: smithy_client_1.expectString(output.audioGroupId),
|
|
6026
|
-
AudioRenditionSets: smithy_client_1.expectString(output.audioRenditionSets),
|
|
6027
|
-
AudioTrackType: smithy_client_1.expectString(output.audioTrackType),
|
|
6028
|
-
DescriptiveVideoServiceFlag: smithy_client_1.expectString(output.descriptiveVideoServiceFlag),
|
|
6029
|
-
IFrameOnlyManifest: smithy_client_1.expectString(output.iFrameOnlyManifest),
|
|
6030
|
-
Scte35Esam: smithy_client_1.expectString(output.scte35Esam),
|
|
6031
|
-
Scte35Source: smithy_client_1.expectString(output.scte35Source),
|
|
6032
|
-
TimedMetadata: smithy_client_1.expectString(output.timedMetadata),
|
|
6028
|
+
AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
|
|
6029
|
+
AudioGroupId: (0, smithy_client_1.expectString)(output.audioGroupId),
|
|
6030
|
+
AudioRenditionSets: (0, smithy_client_1.expectString)(output.audioRenditionSets),
|
|
6031
|
+
AudioTrackType: (0, smithy_client_1.expectString)(output.audioTrackType),
|
|
6032
|
+
DescriptiveVideoServiceFlag: (0, smithy_client_1.expectString)(output.descriptiveVideoServiceFlag),
|
|
6033
|
+
IFrameOnlyManifest: (0, smithy_client_1.expectString)(output.iFrameOnlyManifest),
|
|
6034
|
+
Scte35Esam: (0, smithy_client_1.expectString)(output.scte35Esam),
|
|
6035
|
+
Scte35Source: (0, smithy_client_1.expectString)(output.scte35Source),
|
|
6036
|
+
TimedMetadata: (0, smithy_client_1.expectString)(output.timedMetadata),
|
|
6033
6037
|
};
|
|
6034
6038
|
};
|
|
6035
6039
|
const deserializeAws_restJson1ColorCorrector = (output, context) => {
|
|
6036
6040
|
return {
|
|
6037
|
-
Brightness: smithy_client_1.expectInt32(output.brightness),
|
|
6038
|
-
ColorSpaceConversion: smithy_client_1.expectString(output.colorSpaceConversion),
|
|
6039
|
-
Contrast: smithy_client_1.expectInt32(output.contrast),
|
|
6041
|
+
Brightness: (0, smithy_client_1.expectInt32)(output.brightness),
|
|
6042
|
+
ColorSpaceConversion: (0, smithy_client_1.expectString)(output.colorSpaceConversion),
|
|
6043
|
+
Contrast: (0, smithy_client_1.expectInt32)(output.contrast),
|
|
6040
6044
|
Hdr10Metadata: output.hdr10Metadata !== undefined && output.hdr10Metadata !== null
|
|
6041
6045
|
? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context)
|
|
6042
6046
|
: undefined,
|
|
6043
|
-
Hue: smithy_client_1.expectInt32(output.hue),
|
|
6044
|
-
SampleRangeConversion: smithy_client_1.expectString(output.sampleRangeConversion),
|
|
6045
|
-
Saturation: smithy_client_1.expectInt32(output.saturation),
|
|
6047
|
+
Hue: (0, smithy_client_1.expectInt32)(output.hue),
|
|
6048
|
+
SampleRangeConversion: (0, smithy_client_1.expectString)(output.sampleRangeConversion),
|
|
6049
|
+
Saturation: (0, smithy_client_1.expectInt32)(output.saturation),
|
|
6046
6050
|
};
|
|
6047
6051
|
};
|
|
6048
6052
|
const deserializeAws_restJson1ContainerSettings = (output, context) => {
|
|
@@ -6050,7 +6054,7 @@ const deserializeAws_restJson1ContainerSettings = (output, context) => {
|
|
|
6050
6054
|
CmfcSettings: output.cmfcSettings !== undefined && output.cmfcSettings !== null
|
|
6051
6055
|
? deserializeAws_restJson1CmfcSettings(output.cmfcSettings, context)
|
|
6052
6056
|
: undefined,
|
|
6053
|
-
Container: smithy_client_1.expectString(output.container),
|
|
6057
|
+
Container: (0, smithy_client_1.expectString)(output.container),
|
|
6054
6058
|
F4vSettings: output.f4vSettings !== undefined && output.f4vSettings !== null
|
|
6055
6059
|
? deserializeAws_restJson1F4vSettings(output.f4vSettings, context)
|
|
6056
6060
|
: undefined,
|
|
@@ -6076,7 +6080,7 @@ const deserializeAws_restJson1ContainerSettings = (output, context) => {
|
|
|
6076
6080
|
};
|
|
6077
6081
|
const deserializeAws_restJson1DashAdditionalManifest = (output, context) => {
|
|
6078
6082
|
return {
|
|
6079
|
-
ManifestNameModifier: smithy_client_1.expectString(output.manifestNameModifier),
|
|
6083
|
+
ManifestNameModifier: (0, smithy_client_1.expectString)(output.manifestNameModifier),
|
|
6080
6084
|
SelectedOutputs: output.selectedOutputs !== undefined && output.selectedOutputs !== null
|
|
6081
6085
|
? deserializeAws_restJson1__listOf__stringMin1(output.selectedOutputs, context)
|
|
6082
6086
|
: undefined,
|
|
@@ -6084,7 +6088,7 @@ const deserializeAws_restJson1DashAdditionalManifest = (output, context) => {
|
|
|
6084
6088
|
};
|
|
6085
6089
|
const deserializeAws_restJson1DashIsoEncryptionSettings = (output, context) => {
|
|
6086
6090
|
return {
|
|
6087
|
-
PlaybackDeviceCompatibility: smithy_client_1.expectString(output.playbackDeviceCompatibility),
|
|
6091
|
+
PlaybackDeviceCompatibility: (0, smithy_client_1.expectString)(output.playbackDeviceCompatibility),
|
|
6088
6092
|
SpekeKeyProvider: output.spekeKeyProvider !== undefined && output.spekeKeyProvider !== null
|
|
6089
6093
|
? deserializeAws_restJson1SpekeKeyProvider(output.spekeKeyProvider, context)
|
|
6090
6094
|
: undefined,
|
|
@@ -6095,46 +6099,46 @@ const deserializeAws_restJson1DashIsoGroupSettings = (output, context) => {
|
|
|
6095
6099
|
AdditionalManifests: output.additionalManifests !== undefined && output.additionalManifests !== null
|
|
6096
6100
|
? deserializeAws_restJson1__listOfDashAdditionalManifest(output.additionalManifests, context)
|
|
6097
6101
|
: undefined,
|
|
6098
|
-
AudioChannelConfigSchemeIdUri: smithy_client_1.expectString(output.audioChannelConfigSchemeIdUri),
|
|
6099
|
-
BaseUrl: smithy_client_1.expectString(output.baseUrl),
|
|
6100
|
-
Destination: smithy_client_1.expectString(output.destination),
|
|
6102
|
+
AudioChannelConfigSchemeIdUri: (0, smithy_client_1.expectString)(output.audioChannelConfigSchemeIdUri),
|
|
6103
|
+
BaseUrl: (0, smithy_client_1.expectString)(output.baseUrl),
|
|
6104
|
+
Destination: (0, smithy_client_1.expectString)(output.destination),
|
|
6101
6105
|
DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
|
|
6102
6106
|
? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
|
|
6103
6107
|
: undefined,
|
|
6104
6108
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
6105
6109
|
? deserializeAws_restJson1DashIsoEncryptionSettings(output.encryption, context)
|
|
6106
6110
|
: undefined,
|
|
6107
|
-
FragmentLength: smithy_client_1.expectInt32(output.fragmentLength),
|
|
6108
|
-
HbbtvCompliance: smithy_client_1.expectString(output.hbbtvCompliance),
|
|
6109
|
-
ImageBasedTrickPlay: smithy_client_1.expectString(output.imageBasedTrickPlay),
|
|
6111
|
+
FragmentLength: (0, smithy_client_1.expectInt32)(output.fragmentLength),
|
|
6112
|
+
HbbtvCompliance: (0, smithy_client_1.expectString)(output.hbbtvCompliance),
|
|
6113
|
+
ImageBasedTrickPlay: (0, smithy_client_1.expectString)(output.imageBasedTrickPlay),
|
|
6110
6114
|
ImageBasedTrickPlaySettings: output.imageBasedTrickPlaySettings !== undefined && output.imageBasedTrickPlaySettings !== null
|
|
6111
6115
|
? deserializeAws_restJson1DashIsoImageBasedTrickPlaySettings(output.imageBasedTrickPlaySettings, context)
|
|
6112
6116
|
: undefined,
|
|
6113
|
-
MinBufferTime: smithy_client_1.expectInt32(output.minBufferTime),
|
|
6114
|
-
MinFinalSegmentLength: smithy_client_1.limitedParseDouble(output.minFinalSegmentLength),
|
|
6115
|
-
MpdProfile: smithy_client_1.expectString(output.mpdProfile),
|
|
6116
|
-
PtsOffsetHandlingForBFrames: smithy_client_1.expectString(output.ptsOffsetHandlingForBFrames),
|
|
6117
|
-
SegmentControl: smithy_client_1.expectString(output.segmentControl),
|
|
6118
|
-
SegmentLength: smithy_client_1.expectInt32(output.segmentLength),
|
|
6119
|
-
SegmentLengthControl: smithy_client_1.expectString(output.segmentLengthControl),
|
|
6120
|
-
WriteSegmentTimelineInRepresentation: smithy_client_1.expectString(output.writeSegmentTimelineInRepresentation),
|
|
6117
|
+
MinBufferTime: (0, smithy_client_1.expectInt32)(output.minBufferTime),
|
|
6118
|
+
MinFinalSegmentLength: (0, smithy_client_1.limitedParseDouble)(output.minFinalSegmentLength),
|
|
6119
|
+
MpdProfile: (0, smithy_client_1.expectString)(output.mpdProfile),
|
|
6120
|
+
PtsOffsetHandlingForBFrames: (0, smithy_client_1.expectString)(output.ptsOffsetHandlingForBFrames),
|
|
6121
|
+
SegmentControl: (0, smithy_client_1.expectString)(output.segmentControl),
|
|
6122
|
+
SegmentLength: (0, smithy_client_1.expectInt32)(output.segmentLength),
|
|
6123
|
+
SegmentLengthControl: (0, smithy_client_1.expectString)(output.segmentLengthControl),
|
|
6124
|
+
WriteSegmentTimelineInRepresentation: (0, smithy_client_1.expectString)(output.writeSegmentTimelineInRepresentation),
|
|
6121
6125
|
};
|
|
6122
6126
|
};
|
|
6123
6127
|
const deserializeAws_restJson1DashIsoImageBasedTrickPlaySettings = (output, context) => {
|
|
6124
6128
|
return {
|
|
6125
|
-
IntervalCadence: smithy_client_1.expectString(output.intervalCadence),
|
|
6126
|
-
ThumbnailHeight: smithy_client_1.expectInt32(output.thumbnailHeight),
|
|
6127
|
-
ThumbnailInterval: smithy_client_1.limitedParseDouble(output.thumbnailInterval),
|
|
6128
|
-
ThumbnailWidth: smithy_client_1.expectInt32(output.thumbnailWidth),
|
|
6129
|
-
TileHeight: smithy_client_1.expectInt32(output.tileHeight),
|
|
6130
|
-
TileWidth: smithy_client_1.expectInt32(output.tileWidth),
|
|
6129
|
+
IntervalCadence: (0, smithy_client_1.expectString)(output.intervalCadence),
|
|
6130
|
+
ThumbnailHeight: (0, smithy_client_1.expectInt32)(output.thumbnailHeight),
|
|
6131
|
+
ThumbnailInterval: (0, smithy_client_1.limitedParseDouble)(output.thumbnailInterval),
|
|
6132
|
+
ThumbnailWidth: (0, smithy_client_1.expectInt32)(output.thumbnailWidth),
|
|
6133
|
+
TileHeight: (0, smithy_client_1.expectInt32)(output.tileHeight),
|
|
6134
|
+
TileWidth: (0, smithy_client_1.expectInt32)(output.tileWidth),
|
|
6131
6135
|
};
|
|
6132
6136
|
};
|
|
6133
6137
|
const deserializeAws_restJson1Deinterlacer = (output, context) => {
|
|
6134
6138
|
return {
|
|
6135
|
-
Algorithm: smithy_client_1.expectString(output.algorithm),
|
|
6136
|
-
Control: smithy_client_1.expectString(output.control),
|
|
6137
|
-
Mode: smithy_client_1.expectString(output.mode),
|
|
6139
|
+
Algorithm: (0, smithy_client_1.expectString)(output.algorithm),
|
|
6140
|
+
Control: (0, smithy_client_1.expectString)(output.control),
|
|
6141
|
+
Mode: (0, smithy_client_1.expectString)(output.mode),
|
|
6138
6142
|
};
|
|
6139
6143
|
};
|
|
6140
6144
|
const deserializeAws_restJson1DestinationSettings = (output, context) => {
|
|
@@ -6149,140 +6153,140 @@ const deserializeAws_restJson1DolbyVision = (output, context) => {
|
|
|
6149
6153
|
L6Metadata: output.l6Metadata !== undefined && output.l6Metadata !== null
|
|
6150
6154
|
? deserializeAws_restJson1DolbyVisionLevel6Metadata(output.l6Metadata, context)
|
|
6151
6155
|
: undefined,
|
|
6152
|
-
L6Mode: smithy_client_1.expectString(output.l6Mode),
|
|
6153
|
-
Profile: smithy_client_1.expectString(output.profile),
|
|
6156
|
+
L6Mode: (0, smithy_client_1.expectString)(output.l6Mode),
|
|
6157
|
+
Profile: (0, smithy_client_1.expectString)(output.profile),
|
|
6154
6158
|
};
|
|
6155
6159
|
};
|
|
6156
6160
|
const deserializeAws_restJson1DolbyVisionLevel6Metadata = (output, context) => {
|
|
6157
6161
|
return {
|
|
6158
|
-
MaxCll: smithy_client_1.expectInt32(output.maxCll),
|
|
6159
|
-
MaxFall: smithy_client_1.expectInt32(output.maxFall),
|
|
6162
|
+
MaxCll: (0, smithy_client_1.expectInt32)(output.maxCll),
|
|
6163
|
+
MaxFall: (0, smithy_client_1.expectInt32)(output.maxFall),
|
|
6160
6164
|
};
|
|
6161
6165
|
};
|
|
6162
6166
|
const deserializeAws_restJson1DvbNitSettings = (output, context) => {
|
|
6163
6167
|
return {
|
|
6164
|
-
NetworkId: smithy_client_1.expectInt32(output.networkId),
|
|
6165
|
-
NetworkName: smithy_client_1.expectString(output.networkName),
|
|
6166
|
-
NitInterval: smithy_client_1.expectInt32(output.nitInterval),
|
|
6168
|
+
NetworkId: (0, smithy_client_1.expectInt32)(output.networkId),
|
|
6169
|
+
NetworkName: (0, smithy_client_1.expectString)(output.networkName),
|
|
6170
|
+
NitInterval: (0, smithy_client_1.expectInt32)(output.nitInterval),
|
|
6167
6171
|
};
|
|
6168
6172
|
};
|
|
6169
6173
|
const deserializeAws_restJson1DvbSdtSettings = (output, context) => {
|
|
6170
6174
|
return {
|
|
6171
|
-
OutputSdt: smithy_client_1.expectString(output.outputSdt),
|
|
6172
|
-
SdtInterval: smithy_client_1.expectInt32(output.sdtInterval),
|
|
6173
|
-
ServiceName: smithy_client_1.expectString(output.serviceName),
|
|
6174
|
-
ServiceProviderName: smithy_client_1.expectString(output.serviceProviderName),
|
|
6175
|
+
OutputSdt: (0, smithy_client_1.expectString)(output.outputSdt),
|
|
6176
|
+
SdtInterval: (0, smithy_client_1.expectInt32)(output.sdtInterval),
|
|
6177
|
+
ServiceName: (0, smithy_client_1.expectString)(output.serviceName),
|
|
6178
|
+
ServiceProviderName: (0, smithy_client_1.expectString)(output.serviceProviderName),
|
|
6175
6179
|
};
|
|
6176
6180
|
};
|
|
6177
6181
|
const deserializeAws_restJson1DvbSubDestinationSettings = (output, context) => {
|
|
6178
6182
|
return {
|
|
6179
|
-
Alignment: smithy_client_1.expectString(output.alignment),
|
|
6180
|
-
ApplyFontColor: smithy_client_1.expectString(output.applyFontColor),
|
|
6181
|
-
BackgroundColor: smithy_client_1.expectString(output.backgroundColor),
|
|
6182
|
-
BackgroundOpacity: smithy_client_1.expectInt32(output.backgroundOpacity),
|
|
6183
|
-
DdsHandling: smithy_client_1.expectString(output.ddsHandling),
|
|
6184
|
-
DdsXCoordinate: smithy_client_1.expectInt32(output.ddsXCoordinate),
|
|
6185
|
-
DdsYCoordinate: smithy_client_1.expectInt32(output.ddsYCoordinate),
|
|
6186
|
-
FallbackFont: smithy_client_1.expectString(output.fallbackFont),
|
|
6187
|
-
FontColor: smithy_client_1.expectString(output.fontColor),
|
|
6188
|
-
FontOpacity: smithy_client_1.expectInt32(output.fontOpacity),
|
|
6189
|
-
FontResolution: smithy_client_1.expectInt32(output.fontResolution),
|
|
6190
|
-
FontScript: smithy_client_1.expectString(output.fontScript),
|
|
6191
|
-
FontSize: smithy_client_1.expectInt32(output.fontSize),
|
|
6192
|
-
Height: smithy_client_1.expectInt32(output.height),
|
|
6193
|
-
HexFontColor: smithy_client_1.expectString(output.hexFontColor),
|
|
6194
|
-
OutlineColor: smithy_client_1.expectString(output.outlineColor),
|
|
6195
|
-
OutlineSize: smithy_client_1.expectInt32(output.outlineSize),
|
|
6196
|
-
ShadowColor: smithy_client_1.expectString(output.shadowColor),
|
|
6197
|
-
ShadowOpacity: smithy_client_1.expectInt32(output.shadowOpacity),
|
|
6198
|
-
ShadowXOffset: smithy_client_1.expectInt32(output.shadowXOffset),
|
|
6199
|
-
ShadowYOffset: smithy_client_1.expectInt32(output.shadowYOffset),
|
|
6200
|
-
StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
|
|
6201
|
-
SubtitlingType: smithy_client_1.expectString(output.subtitlingType),
|
|
6202
|
-
TeletextSpacing: smithy_client_1.expectString(output.teletextSpacing),
|
|
6203
|
-
Width: smithy_client_1.expectInt32(output.width),
|
|
6204
|
-
XPosition: smithy_client_1.expectInt32(output.xPosition),
|
|
6205
|
-
YPosition: smithy_client_1.expectInt32(output.yPosition),
|
|
6183
|
+
Alignment: (0, smithy_client_1.expectString)(output.alignment),
|
|
6184
|
+
ApplyFontColor: (0, smithy_client_1.expectString)(output.applyFontColor),
|
|
6185
|
+
BackgroundColor: (0, smithy_client_1.expectString)(output.backgroundColor),
|
|
6186
|
+
BackgroundOpacity: (0, smithy_client_1.expectInt32)(output.backgroundOpacity),
|
|
6187
|
+
DdsHandling: (0, smithy_client_1.expectString)(output.ddsHandling),
|
|
6188
|
+
DdsXCoordinate: (0, smithy_client_1.expectInt32)(output.ddsXCoordinate),
|
|
6189
|
+
DdsYCoordinate: (0, smithy_client_1.expectInt32)(output.ddsYCoordinate),
|
|
6190
|
+
FallbackFont: (0, smithy_client_1.expectString)(output.fallbackFont),
|
|
6191
|
+
FontColor: (0, smithy_client_1.expectString)(output.fontColor),
|
|
6192
|
+
FontOpacity: (0, smithy_client_1.expectInt32)(output.fontOpacity),
|
|
6193
|
+
FontResolution: (0, smithy_client_1.expectInt32)(output.fontResolution),
|
|
6194
|
+
FontScript: (0, smithy_client_1.expectString)(output.fontScript),
|
|
6195
|
+
FontSize: (0, smithy_client_1.expectInt32)(output.fontSize),
|
|
6196
|
+
Height: (0, smithy_client_1.expectInt32)(output.height),
|
|
6197
|
+
HexFontColor: (0, smithy_client_1.expectString)(output.hexFontColor),
|
|
6198
|
+
OutlineColor: (0, smithy_client_1.expectString)(output.outlineColor),
|
|
6199
|
+
OutlineSize: (0, smithy_client_1.expectInt32)(output.outlineSize),
|
|
6200
|
+
ShadowColor: (0, smithy_client_1.expectString)(output.shadowColor),
|
|
6201
|
+
ShadowOpacity: (0, smithy_client_1.expectInt32)(output.shadowOpacity),
|
|
6202
|
+
ShadowXOffset: (0, smithy_client_1.expectInt32)(output.shadowXOffset),
|
|
6203
|
+
ShadowYOffset: (0, smithy_client_1.expectInt32)(output.shadowYOffset),
|
|
6204
|
+
StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
|
|
6205
|
+
SubtitlingType: (0, smithy_client_1.expectString)(output.subtitlingType),
|
|
6206
|
+
TeletextSpacing: (0, smithy_client_1.expectString)(output.teletextSpacing),
|
|
6207
|
+
Width: (0, smithy_client_1.expectInt32)(output.width),
|
|
6208
|
+
XPosition: (0, smithy_client_1.expectInt32)(output.xPosition),
|
|
6209
|
+
YPosition: (0, smithy_client_1.expectInt32)(output.yPosition),
|
|
6206
6210
|
};
|
|
6207
6211
|
};
|
|
6208
6212
|
const deserializeAws_restJson1DvbSubSourceSettings = (output, context) => {
|
|
6209
6213
|
return {
|
|
6210
|
-
Pid: smithy_client_1.expectInt32(output.pid),
|
|
6214
|
+
Pid: (0, smithy_client_1.expectInt32)(output.pid),
|
|
6211
6215
|
};
|
|
6212
6216
|
};
|
|
6213
6217
|
const deserializeAws_restJson1DvbTdtSettings = (output, context) => {
|
|
6214
6218
|
return {
|
|
6215
|
-
TdtInterval: smithy_client_1.expectInt32(output.tdtInterval),
|
|
6219
|
+
TdtInterval: (0, smithy_client_1.expectInt32)(output.tdtInterval),
|
|
6216
6220
|
};
|
|
6217
6221
|
};
|
|
6218
6222
|
const deserializeAws_restJson1Eac3AtmosSettings = (output, context) => {
|
|
6219
6223
|
return {
|
|
6220
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6221
|
-
BitstreamMode: smithy_client_1.expectString(output.bitstreamMode),
|
|
6222
|
-
CodingMode: smithy_client_1.expectString(output.codingMode),
|
|
6223
|
-
DialogueIntelligence: smithy_client_1.expectString(output.dialogueIntelligence),
|
|
6224
|
-
DownmixControl: smithy_client_1.expectString(output.downmixControl),
|
|
6225
|
-
DynamicRangeCompressionLine: smithy_client_1.expectString(output.dynamicRangeCompressionLine),
|
|
6226
|
-
DynamicRangeCompressionRf: smithy_client_1.expectString(output.dynamicRangeCompressionRf),
|
|
6227
|
-
DynamicRangeControl: smithy_client_1.expectString(output.dynamicRangeControl),
|
|
6228
|
-
LoRoCenterMixLevel: smithy_client_1.limitedParseDouble(output.loRoCenterMixLevel),
|
|
6229
|
-
LoRoSurroundMixLevel: smithy_client_1.limitedParseDouble(output.loRoSurroundMixLevel),
|
|
6230
|
-
LtRtCenterMixLevel: smithy_client_1.limitedParseDouble(output.ltRtCenterMixLevel),
|
|
6231
|
-
LtRtSurroundMixLevel: smithy_client_1.limitedParseDouble(output.ltRtSurroundMixLevel),
|
|
6232
|
-
MeteringMode: smithy_client_1.expectString(output.meteringMode),
|
|
6233
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
6234
|
-
SpeechThreshold: smithy_client_1.expectInt32(output.speechThreshold),
|
|
6235
|
-
StereoDownmix: smithy_client_1.expectString(output.stereoDownmix),
|
|
6236
|
-
SurroundExMode: smithy_client_1.expectString(output.surroundExMode),
|
|
6224
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
6225
|
+
BitstreamMode: (0, smithy_client_1.expectString)(output.bitstreamMode),
|
|
6226
|
+
CodingMode: (0, smithy_client_1.expectString)(output.codingMode),
|
|
6227
|
+
DialogueIntelligence: (0, smithy_client_1.expectString)(output.dialogueIntelligence),
|
|
6228
|
+
DownmixControl: (0, smithy_client_1.expectString)(output.downmixControl),
|
|
6229
|
+
DynamicRangeCompressionLine: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionLine),
|
|
6230
|
+
DynamicRangeCompressionRf: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionRf),
|
|
6231
|
+
DynamicRangeControl: (0, smithy_client_1.expectString)(output.dynamicRangeControl),
|
|
6232
|
+
LoRoCenterMixLevel: (0, smithy_client_1.limitedParseDouble)(output.loRoCenterMixLevel),
|
|
6233
|
+
LoRoSurroundMixLevel: (0, smithy_client_1.limitedParseDouble)(output.loRoSurroundMixLevel),
|
|
6234
|
+
LtRtCenterMixLevel: (0, smithy_client_1.limitedParseDouble)(output.ltRtCenterMixLevel),
|
|
6235
|
+
LtRtSurroundMixLevel: (0, smithy_client_1.limitedParseDouble)(output.ltRtSurroundMixLevel),
|
|
6236
|
+
MeteringMode: (0, smithy_client_1.expectString)(output.meteringMode),
|
|
6237
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
6238
|
+
SpeechThreshold: (0, smithy_client_1.expectInt32)(output.speechThreshold),
|
|
6239
|
+
StereoDownmix: (0, smithy_client_1.expectString)(output.stereoDownmix),
|
|
6240
|
+
SurroundExMode: (0, smithy_client_1.expectString)(output.surroundExMode),
|
|
6237
6241
|
};
|
|
6238
6242
|
};
|
|
6239
6243
|
const deserializeAws_restJson1Eac3Settings = (output, context) => {
|
|
6240
6244
|
return {
|
|
6241
|
-
AttenuationControl: smithy_client_1.expectString(output.attenuationControl),
|
|
6242
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6243
|
-
BitstreamMode: smithy_client_1.expectString(output.bitstreamMode),
|
|
6244
|
-
CodingMode: smithy_client_1.expectString(output.codingMode),
|
|
6245
|
-
DcFilter: smithy_client_1.expectString(output.dcFilter),
|
|
6246
|
-
Dialnorm: smithy_client_1.expectInt32(output.dialnorm),
|
|
6247
|
-
DynamicRangeCompressionLine: smithy_client_1.expectString(output.dynamicRangeCompressionLine),
|
|
6248
|
-
DynamicRangeCompressionRf: smithy_client_1.expectString(output.dynamicRangeCompressionRf),
|
|
6249
|
-
LfeControl: smithy_client_1.expectString(output.lfeControl),
|
|
6250
|
-
LfeFilter: smithy_client_1.expectString(output.lfeFilter),
|
|
6251
|
-
LoRoCenterMixLevel: smithy_client_1.limitedParseDouble(output.loRoCenterMixLevel),
|
|
6252
|
-
LoRoSurroundMixLevel: smithy_client_1.limitedParseDouble(output.loRoSurroundMixLevel),
|
|
6253
|
-
LtRtCenterMixLevel: smithy_client_1.limitedParseDouble(output.ltRtCenterMixLevel),
|
|
6254
|
-
LtRtSurroundMixLevel: smithy_client_1.limitedParseDouble(output.ltRtSurroundMixLevel),
|
|
6255
|
-
MetadataControl: smithy_client_1.expectString(output.metadataControl),
|
|
6256
|
-
PassthroughControl: smithy_client_1.expectString(output.passthroughControl),
|
|
6257
|
-
PhaseControl: smithy_client_1.expectString(output.phaseControl),
|
|
6258
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
6259
|
-
StereoDownmix: smithy_client_1.expectString(output.stereoDownmix),
|
|
6260
|
-
SurroundExMode: smithy_client_1.expectString(output.surroundExMode),
|
|
6261
|
-
SurroundMode: smithy_client_1.expectString(output.surroundMode),
|
|
6245
|
+
AttenuationControl: (0, smithy_client_1.expectString)(output.attenuationControl),
|
|
6246
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
6247
|
+
BitstreamMode: (0, smithy_client_1.expectString)(output.bitstreamMode),
|
|
6248
|
+
CodingMode: (0, smithy_client_1.expectString)(output.codingMode),
|
|
6249
|
+
DcFilter: (0, smithy_client_1.expectString)(output.dcFilter),
|
|
6250
|
+
Dialnorm: (0, smithy_client_1.expectInt32)(output.dialnorm),
|
|
6251
|
+
DynamicRangeCompressionLine: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionLine),
|
|
6252
|
+
DynamicRangeCompressionRf: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionRf),
|
|
6253
|
+
LfeControl: (0, smithy_client_1.expectString)(output.lfeControl),
|
|
6254
|
+
LfeFilter: (0, smithy_client_1.expectString)(output.lfeFilter),
|
|
6255
|
+
LoRoCenterMixLevel: (0, smithy_client_1.limitedParseDouble)(output.loRoCenterMixLevel),
|
|
6256
|
+
LoRoSurroundMixLevel: (0, smithy_client_1.limitedParseDouble)(output.loRoSurroundMixLevel),
|
|
6257
|
+
LtRtCenterMixLevel: (0, smithy_client_1.limitedParseDouble)(output.ltRtCenterMixLevel),
|
|
6258
|
+
LtRtSurroundMixLevel: (0, smithy_client_1.limitedParseDouble)(output.ltRtSurroundMixLevel),
|
|
6259
|
+
MetadataControl: (0, smithy_client_1.expectString)(output.metadataControl),
|
|
6260
|
+
PassthroughControl: (0, smithy_client_1.expectString)(output.passthroughControl),
|
|
6261
|
+
PhaseControl: (0, smithy_client_1.expectString)(output.phaseControl),
|
|
6262
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
6263
|
+
StereoDownmix: (0, smithy_client_1.expectString)(output.stereoDownmix),
|
|
6264
|
+
SurroundExMode: (0, smithy_client_1.expectString)(output.surroundExMode),
|
|
6265
|
+
SurroundMode: (0, smithy_client_1.expectString)(output.surroundMode),
|
|
6262
6266
|
};
|
|
6263
6267
|
};
|
|
6264
6268
|
const deserializeAws_restJson1EmbeddedDestinationSettings = (output, context) => {
|
|
6265
6269
|
return {
|
|
6266
|
-
Destination608ChannelNumber: smithy_client_1.expectInt32(output.destination608ChannelNumber),
|
|
6267
|
-
Destination708ServiceNumber: smithy_client_1.expectInt32(output.destination708ServiceNumber),
|
|
6270
|
+
Destination608ChannelNumber: (0, smithy_client_1.expectInt32)(output.destination608ChannelNumber),
|
|
6271
|
+
Destination708ServiceNumber: (0, smithy_client_1.expectInt32)(output.destination708ServiceNumber),
|
|
6268
6272
|
};
|
|
6269
6273
|
};
|
|
6270
6274
|
const deserializeAws_restJson1EmbeddedSourceSettings = (output, context) => {
|
|
6271
6275
|
return {
|
|
6272
|
-
Convert608To708: smithy_client_1.expectString(output.convert608To708),
|
|
6273
|
-
Source608ChannelNumber: smithy_client_1.expectInt32(output.source608ChannelNumber),
|
|
6274
|
-
Source608TrackNumber: smithy_client_1.expectInt32(output.source608TrackNumber),
|
|
6275
|
-
TerminateCaptions: smithy_client_1.expectString(output.terminateCaptions),
|
|
6276
|
+
Convert608To708: (0, smithy_client_1.expectString)(output.convert608To708),
|
|
6277
|
+
Source608ChannelNumber: (0, smithy_client_1.expectInt32)(output.source608ChannelNumber),
|
|
6278
|
+
Source608TrackNumber: (0, smithy_client_1.expectInt32)(output.source608TrackNumber),
|
|
6279
|
+
TerminateCaptions: (0, smithy_client_1.expectString)(output.terminateCaptions),
|
|
6276
6280
|
};
|
|
6277
6281
|
};
|
|
6278
6282
|
const deserializeAws_restJson1Endpoint = (output, context) => {
|
|
6279
6283
|
return {
|
|
6280
|
-
Url: smithy_client_1.expectString(output.url),
|
|
6284
|
+
Url: (0, smithy_client_1.expectString)(output.url),
|
|
6281
6285
|
};
|
|
6282
6286
|
};
|
|
6283
6287
|
const deserializeAws_restJson1EsamManifestConfirmConditionNotification = (output, context) => {
|
|
6284
6288
|
return {
|
|
6285
|
-
MccXml: smithy_client_1.expectString(output.mccXml),
|
|
6289
|
+
MccXml: (0, smithy_client_1.expectString)(output.mccXml),
|
|
6286
6290
|
};
|
|
6287
6291
|
};
|
|
6288
6292
|
const deserializeAws_restJson1EsamSettings = (output, context) => {
|
|
@@ -6290,7 +6294,7 @@ const deserializeAws_restJson1EsamSettings = (output, context) => {
|
|
|
6290
6294
|
ManifestConfirmConditionNotification: output.manifestConfirmConditionNotification !== undefined && output.manifestConfirmConditionNotification !== null
|
|
6291
6295
|
? deserializeAws_restJson1EsamManifestConfirmConditionNotification(output.manifestConfirmConditionNotification, context)
|
|
6292
6296
|
: undefined,
|
|
6293
|
-
ResponseSignalPreroll: smithy_client_1.expectInt32(output.responseSignalPreroll),
|
|
6297
|
+
ResponseSignalPreroll: (0, smithy_client_1.expectInt32)(output.responseSignalPreroll),
|
|
6294
6298
|
SignalProcessingNotification: output.signalProcessingNotification !== undefined && output.signalProcessingNotification !== null
|
|
6295
6299
|
? deserializeAws_restJson1EsamSignalProcessingNotification(output.signalProcessingNotification, context)
|
|
6296
6300
|
: undefined,
|
|
@@ -6298,23 +6302,23 @@ const deserializeAws_restJson1EsamSettings = (output, context) => {
|
|
|
6298
6302
|
};
|
|
6299
6303
|
const deserializeAws_restJson1EsamSignalProcessingNotification = (output, context) => {
|
|
6300
6304
|
return {
|
|
6301
|
-
SccXml: smithy_client_1.expectString(output.sccXml),
|
|
6305
|
+
SccXml: (0, smithy_client_1.expectString)(output.sccXml),
|
|
6302
6306
|
};
|
|
6303
6307
|
};
|
|
6304
6308
|
const deserializeAws_restJson1ExtendedDataServices = (output, context) => {
|
|
6305
6309
|
return {
|
|
6306
|
-
CopyProtectionAction: smithy_client_1.expectString(output.copyProtectionAction),
|
|
6307
|
-
VchipAction: smithy_client_1.expectString(output.vchipAction),
|
|
6310
|
+
CopyProtectionAction: (0, smithy_client_1.expectString)(output.copyProtectionAction),
|
|
6311
|
+
VchipAction: (0, smithy_client_1.expectString)(output.vchipAction),
|
|
6308
6312
|
};
|
|
6309
6313
|
};
|
|
6310
6314
|
const deserializeAws_restJson1F4vSettings = (output, context) => {
|
|
6311
6315
|
return {
|
|
6312
|
-
MoovPlacement: smithy_client_1.expectString(output.moovPlacement),
|
|
6316
|
+
MoovPlacement: (0, smithy_client_1.expectString)(output.moovPlacement),
|
|
6313
6317
|
};
|
|
6314
6318
|
};
|
|
6315
6319
|
const deserializeAws_restJson1FileGroupSettings = (output, context) => {
|
|
6316
6320
|
return {
|
|
6317
|
-
Destination: smithy_client_1.expectString(output.destination),
|
|
6321
|
+
Destination: (0, smithy_client_1.expectString)(output.destination),
|
|
6318
6322
|
DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
|
|
6319
6323
|
? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
|
|
6320
6324
|
: undefined,
|
|
@@ -6322,154 +6326,154 @@ const deserializeAws_restJson1FileGroupSettings = (output, context) => {
|
|
|
6322
6326
|
};
|
|
6323
6327
|
const deserializeAws_restJson1FileSourceSettings = (output, context) => {
|
|
6324
6328
|
return {
|
|
6325
|
-
Convert608To708: smithy_client_1.expectString(output.convert608To708),
|
|
6329
|
+
Convert608To708: (0, smithy_client_1.expectString)(output.convert608To708),
|
|
6326
6330
|
Framerate: output.framerate !== undefined && output.framerate !== null
|
|
6327
6331
|
? deserializeAws_restJson1CaptionSourceFramerate(output.framerate, context)
|
|
6328
6332
|
: undefined,
|
|
6329
|
-
SourceFile: smithy_client_1.expectString(output.sourceFile),
|
|
6330
|
-
TimeDelta: smithy_client_1.expectInt32(output.timeDelta),
|
|
6331
|
-
TimeDeltaUnits: smithy_client_1.expectString(output.timeDeltaUnits),
|
|
6333
|
+
SourceFile: (0, smithy_client_1.expectString)(output.sourceFile),
|
|
6334
|
+
TimeDelta: (0, smithy_client_1.expectInt32)(output.timeDelta),
|
|
6335
|
+
TimeDeltaUnits: (0, smithy_client_1.expectString)(output.timeDeltaUnits),
|
|
6332
6336
|
};
|
|
6333
6337
|
};
|
|
6334
6338
|
const deserializeAws_restJson1FrameCaptureSettings = (output, context) => {
|
|
6335
6339
|
return {
|
|
6336
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6337
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6338
|
-
MaxCaptures: smithy_client_1.expectInt32(output.maxCaptures),
|
|
6339
|
-
Quality: smithy_client_1.expectInt32(output.quality),
|
|
6340
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
6341
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
6342
|
+
MaxCaptures: (0, smithy_client_1.expectInt32)(output.maxCaptures),
|
|
6343
|
+
Quality: (0, smithy_client_1.expectInt32)(output.quality),
|
|
6340
6344
|
};
|
|
6341
6345
|
};
|
|
6342
6346
|
const deserializeAws_restJson1H264QvbrSettings = (output, context) => {
|
|
6343
6347
|
return {
|
|
6344
|
-
MaxAverageBitrate: smithy_client_1.expectInt32(output.maxAverageBitrate),
|
|
6345
|
-
QvbrQualityLevel: smithy_client_1.expectInt32(output.qvbrQualityLevel),
|
|
6346
|
-
QvbrQualityLevelFineTune: smithy_client_1.limitedParseDouble(output.qvbrQualityLevelFineTune),
|
|
6348
|
+
MaxAverageBitrate: (0, smithy_client_1.expectInt32)(output.maxAverageBitrate),
|
|
6349
|
+
QvbrQualityLevel: (0, smithy_client_1.expectInt32)(output.qvbrQualityLevel),
|
|
6350
|
+
QvbrQualityLevelFineTune: (0, smithy_client_1.limitedParseDouble)(output.qvbrQualityLevelFineTune),
|
|
6347
6351
|
};
|
|
6348
6352
|
};
|
|
6349
6353
|
const deserializeAws_restJson1H264Settings = (output, context) => {
|
|
6350
6354
|
return {
|
|
6351
|
-
AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
|
|
6352
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6353
|
-
CodecLevel: smithy_client_1.expectString(output.codecLevel),
|
|
6354
|
-
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
6355
|
-
DynamicSubGop: smithy_client_1.expectString(output.dynamicSubGop),
|
|
6356
|
-
EntropyEncoding: smithy_client_1.expectString(output.entropyEncoding),
|
|
6357
|
-
FieldEncoding: smithy_client_1.expectString(output.fieldEncoding),
|
|
6358
|
-
FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
|
|
6359
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
6360
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
6361
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6362
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6363
|
-
GopBReference: smithy_client_1.expectString(output.gopBReference),
|
|
6364
|
-
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
6365
|
-
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
6366
|
-
GopSizeUnits: smithy_client_1.expectString(output.gopSizeUnits),
|
|
6367
|
-
HrdBufferInitialFillPercentage: smithy_client_1.expectInt32(output.hrdBufferInitialFillPercentage),
|
|
6368
|
-
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
6369
|
-
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
6370
|
-
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
6371
|
-
MinIInterval: smithy_client_1.expectInt32(output.minIInterval),
|
|
6372
|
-
NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
6373
|
-
NumberReferenceFrames: smithy_client_1.expectInt32(output.numberReferenceFrames),
|
|
6374
|
-
ParControl: smithy_client_1.expectString(output.parControl),
|
|
6375
|
-
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
6376
|
-
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
6377
|
-
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
6355
|
+
AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
|
|
6356
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
6357
|
+
CodecLevel: (0, smithy_client_1.expectString)(output.codecLevel),
|
|
6358
|
+
CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
|
|
6359
|
+
DynamicSubGop: (0, smithy_client_1.expectString)(output.dynamicSubGop),
|
|
6360
|
+
EntropyEncoding: (0, smithy_client_1.expectString)(output.entropyEncoding),
|
|
6361
|
+
FieldEncoding: (0, smithy_client_1.expectString)(output.fieldEncoding),
|
|
6362
|
+
FlickerAdaptiveQuantization: (0, smithy_client_1.expectString)(output.flickerAdaptiveQuantization),
|
|
6363
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
6364
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
6365
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
6366
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
6367
|
+
GopBReference: (0, smithy_client_1.expectString)(output.gopBReference),
|
|
6368
|
+
GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
|
|
6369
|
+
GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
|
|
6370
|
+
GopSizeUnits: (0, smithy_client_1.expectString)(output.gopSizeUnits),
|
|
6371
|
+
HrdBufferInitialFillPercentage: (0, smithy_client_1.expectInt32)(output.hrdBufferInitialFillPercentage),
|
|
6372
|
+
HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
|
|
6373
|
+
InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
|
|
6374
|
+
MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
|
|
6375
|
+
MinIInterval: (0, smithy_client_1.expectInt32)(output.minIInterval),
|
|
6376
|
+
NumberBFramesBetweenReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberBFramesBetweenReferenceFrames),
|
|
6377
|
+
NumberReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberReferenceFrames),
|
|
6378
|
+
ParControl: (0, smithy_client_1.expectString)(output.parControl),
|
|
6379
|
+
ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
|
|
6380
|
+
ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
|
|
6381
|
+
QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
|
|
6378
6382
|
QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
|
|
6379
6383
|
? deserializeAws_restJson1H264QvbrSettings(output.qvbrSettings, context)
|
|
6380
6384
|
: undefined,
|
|
6381
|
-
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
6382
|
-
RepeatPps: smithy_client_1.expectString(output.repeatPps),
|
|
6383
|
-
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
6384
|
-
SceneChangeDetect: smithy_client_1.expectString(output.sceneChangeDetect),
|
|
6385
|
-
Slices: smithy_client_1.expectInt32(output.slices),
|
|
6386
|
-
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
6387
|
-
Softness: smithy_client_1.expectInt32(output.softness),
|
|
6388
|
-
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
6389
|
-
Syntax: smithy_client_1.expectString(output.syntax),
|
|
6390
|
-
Telecine: smithy_client_1.expectString(output.telecine),
|
|
6391
|
-
TemporalAdaptiveQuantization: smithy_client_1.expectString(output.temporalAdaptiveQuantization),
|
|
6392
|
-
UnregisteredSeiTimecode: smithy_client_1.expectString(output.unregisteredSeiTimecode),
|
|
6385
|
+
RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
|
|
6386
|
+
RepeatPps: (0, smithy_client_1.expectString)(output.repeatPps),
|
|
6387
|
+
ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
|
|
6388
|
+
SceneChangeDetect: (0, smithy_client_1.expectString)(output.sceneChangeDetect),
|
|
6389
|
+
Slices: (0, smithy_client_1.expectInt32)(output.slices),
|
|
6390
|
+
SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
|
|
6391
|
+
Softness: (0, smithy_client_1.expectInt32)(output.softness),
|
|
6392
|
+
SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
|
|
6393
|
+
Syntax: (0, smithy_client_1.expectString)(output.syntax),
|
|
6394
|
+
Telecine: (0, smithy_client_1.expectString)(output.telecine),
|
|
6395
|
+
TemporalAdaptiveQuantization: (0, smithy_client_1.expectString)(output.temporalAdaptiveQuantization),
|
|
6396
|
+
UnregisteredSeiTimecode: (0, smithy_client_1.expectString)(output.unregisteredSeiTimecode),
|
|
6393
6397
|
};
|
|
6394
6398
|
};
|
|
6395
6399
|
const deserializeAws_restJson1H265QvbrSettings = (output, context) => {
|
|
6396
6400
|
return {
|
|
6397
|
-
MaxAverageBitrate: smithy_client_1.expectInt32(output.maxAverageBitrate),
|
|
6398
|
-
QvbrQualityLevel: smithy_client_1.expectInt32(output.qvbrQualityLevel),
|
|
6399
|
-
QvbrQualityLevelFineTune: smithy_client_1.limitedParseDouble(output.qvbrQualityLevelFineTune),
|
|
6401
|
+
MaxAverageBitrate: (0, smithy_client_1.expectInt32)(output.maxAverageBitrate),
|
|
6402
|
+
QvbrQualityLevel: (0, smithy_client_1.expectInt32)(output.qvbrQualityLevel),
|
|
6403
|
+
QvbrQualityLevelFineTune: (0, smithy_client_1.limitedParseDouble)(output.qvbrQualityLevelFineTune),
|
|
6400
6404
|
};
|
|
6401
6405
|
};
|
|
6402
6406
|
const deserializeAws_restJson1H265Settings = (output, context) => {
|
|
6403
6407
|
return {
|
|
6404
|
-
AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
|
|
6405
|
-
AlternateTransferFunctionSei: smithy_client_1.expectString(output.alternateTransferFunctionSei),
|
|
6406
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6407
|
-
CodecLevel: smithy_client_1.expectString(output.codecLevel),
|
|
6408
|
-
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
6409
|
-
DynamicSubGop: smithy_client_1.expectString(output.dynamicSubGop),
|
|
6410
|
-
FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
|
|
6411
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
6412
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
6413
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6414
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6415
|
-
GopBReference: smithy_client_1.expectString(output.gopBReference),
|
|
6416
|
-
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
6417
|
-
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
6418
|
-
GopSizeUnits: smithy_client_1.expectString(output.gopSizeUnits),
|
|
6419
|
-
HrdBufferInitialFillPercentage: smithy_client_1.expectInt32(output.hrdBufferInitialFillPercentage),
|
|
6420
|
-
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
6421
|
-
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
6422
|
-
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
6423
|
-
MinIInterval: smithy_client_1.expectInt32(output.minIInterval),
|
|
6424
|
-
NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
6425
|
-
NumberReferenceFrames: smithy_client_1.expectInt32(output.numberReferenceFrames),
|
|
6426
|
-
ParControl: smithy_client_1.expectString(output.parControl),
|
|
6427
|
-
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
6428
|
-
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
6429
|
-
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
6408
|
+
AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
|
|
6409
|
+
AlternateTransferFunctionSei: (0, smithy_client_1.expectString)(output.alternateTransferFunctionSei),
|
|
6410
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
6411
|
+
CodecLevel: (0, smithy_client_1.expectString)(output.codecLevel),
|
|
6412
|
+
CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
|
|
6413
|
+
DynamicSubGop: (0, smithy_client_1.expectString)(output.dynamicSubGop),
|
|
6414
|
+
FlickerAdaptiveQuantization: (0, smithy_client_1.expectString)(output.flickerAdaptiveQuantization),
|
|
6415
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
6416
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
6417
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
6418
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
6419
|
+
GopBReference: (0, smithy_client_1.expectString)(output.gopBReference),
|
|
6420
|
+
GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
|
|
6421
|
+
GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
|
|
6422
|
+
GopSizeUnits: (0, smithy_client_1.expectString)(output.gopSizeUnits),
|
|
6423
|
+
HrdBufferInitialFillPercentage: (0, smithy_client_1.expectInt32)(output.hrdBufferInitialFillPercentage),
|
|
6424
|
+
HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
|
|
6425
|
+
InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
|
|
6426
|
+
MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
|
|
6427
|
+
MinIInterval: (0, smithy_client_1.expectInt32)(output.minIInterval),
|
|
6428
|
+
NumberBFramesBetweenReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberBFramesBetweenReferenceFrames),
|
|
6429
|
+
NumberReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberReferenceFrames),
|
|
6430
|
+
ParControl: (0, smithy_client_1.expectString)(output.parControl),
|
|
6431
|
+
ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
|
|
6432
|
+
ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
|
|
6433
|
+
QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
|
|
6430
6434
|
QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
|
|
6431
6435
|
? deserializeAws_restJson1H265QvbrSettings(output.qvbrSettings, context)
|
|
6432
6436
|
: undefined,
|
|
6433
|
-
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
6434
|
-
SampleAdaptiveOffsetFilterMode: smithy_client_1.expectString(output.sampleAdaptiveOffsetFilterMode),
|
|
6435
|
-
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
6436
|
-
SceneChangeDetect: smithy_client_1.expectString(output.sceneChangeDetect),
|
|
6437
|
-
Slices: smithy_client_1.expectInt32(output.slices),
|
|
6438
|
-
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
6439
|
-
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
6440
|
-
Telecine: smithy_client_1.expectString(output.telecine),
|
|
6441
|
-
TemporalAdaptiveQuantization: smithy_client_1.expectString(output.temporalAdaptiveQuantization),
|
|
6442
|
-
TemporalIds: smithy_client_1.expectString(output.temporalIds),
|
|
6443
|
-
Tiles: smithy_client_1.expectString(output.tiles),
|
|
6444
|
-
UnregisteredSeiTimecode: smithy_client_1.expectString(output.unregisteredSeiTimecode),
|
|
6445
|
-
WriteMp4PackagingType: smithy_client_1.expectString(output.writeMp4PackagingType),
|
|
6437
|
+
RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
|
|
6438
|
+
SampleAdaptiveOffsetFilterMode: (0, smithy_client_1.expectString)(output.sampleAdaptiveOffsetFilterMode),
|
|
6439
|
+
ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
|
|
6440
|
+
SceneChangeDetect: (0, smithy_client_1.expectString)(output.sceneChangeDetect),
|
|
6441
|
+
Slices: (0, smithy_client_1.expectInt32)(output.slices),
|
|
6442
|
+
SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
|
|
6443
|
+
SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
|
|
6444
|
+
Telecine: (0, smithy_client_1.expectString)(output.telecine),
|
|
6445
|
+
TemporalAdaptiveQuantization: (0, smithy_client_1.expectString)(output.temporalAdaptiveQuantization),
|
|
6446
|
+
TemporalIds: (0, smithy_client_1.expectString)(output.temporalIds),
|
|
6447
|
+
Tiles: (0, smithy_client_1.expectString)(output.tiles),
|
|
6448
|
+
UnregisteredSeiTimecode: (0, smithy_client_1.expectString)(output.unregisteredSeiTimecode),
|
|
6449
|
+
WriteMp4PackagingType: (0, smithy_client_1.expectString)(output.writeMp4PackagingType),
|
|
6446
6450
|
};
|
|
6447
6451
|
};
|
|
6448
6452
|
const deserializeAws_restJson1Hdr10Metadata = (output, context) => {
|
|
6449
6453
|
return {
|
|
6450
|
-
BluePrimaryX: smithy_client_1.expectInt32(output.bluePrimaryX),
|
|
6451
|
-
BluePrimaryY: smithy_client_1.expectInt32(output.bluePrimaryY),
|
|
6452
|
-
GreenPrimaryX: smithy_client_1.expectInt32(output.greenPrimaryX),
|
|
6453
|
-
GreenPrimaryY: smithy_client_1.expectInt32(output.greenPrimaryY),
|
|
6454
|
-
MaxContentLightLevel: smithy_client_1.expectInt32(output.maxContentLightLevel),
|
|
6455
|
-
MaxFrameAverageLightLevel: smithy_client_1.expectInt32(output.maxFrameAverageLightLevel),
|
|
6456
|
-
MaxLuminance: smithy_client_1.expectInt32(output.maxLuminance),
|
|
6457
|
-
MinLuminance: smithy_client_1.expectInt32(output.minLuminance),
|
|
6458
|
-
RedPrimaryX: smithy_client_1.expectInt32(output.redPrimaryX),
|
|
6459
|
-
RedPrimaryY: smithy_client_1.expectInt32(output.redPrimaryY),
|
|
6460
|
-
WhitePointX: smithy_client_1.expectInt32(output.whitePointX),
|
|
6461
|
-
WhitePointY: smithy_client_1.expectInt32(output.whitePointY),
|
|
6454
|
+
BluePrimaryX: (0, smithy_client_1.expectInt32)(output.bluePrimaryX),
|
|
6455
|
+
BluePrimaryY: (0, smithy_client_1.expectInt32)(output.bluePrimaryY),
|
|
6456
|
+
GreenPrimaryX: (0, smithy_client_1.expectInt32)(output.greenPrimaryX),
|
|
6457
|
+
GreenPrimaryY: (0, smithy_client_1.expectInt32)(output.greenPrimaryY),
|
|
6458
|
+
MaxContentLightLevel: (0, smithy_client_1.expectInt32)(output.maxContentLightLevel),
|
|
6459
|
+
MaxFrameAverageLightLevel: (0, smithy_client_1.expectInt32)(output.maxFrameAverageLightLevel),
|
|
6460
|
+
MaxLuminance: (0, smithy_client_1.expectInt32)(output.maxLuminance),
|
|
6461
|
+
MinLuminance: (0, smithy_client_1.expectInt32)(output.minLuminance),
|
|
6462
|
+
RedPrimaryX: (0, smithy_client_1.expectInt32)(output.redPrimaryX),
|
|
6463
|
+
RedPrimaryY: (0, smithy_client_1.expectInt32)(output.redPrimaryY),
|
|
6464
|
+
WhitePointX: (0, smithy_client_1.expectInt32)(output.whitePointX),
|
|
6465
|
+
WhitePointY: (0, smithy_client_1.expectInt32)(output.whitePointY),
|
|
6462
6466
|
};
|
|
6463
6467
|
};
|
|
6464
6468
|
const deserializeAws_restJson1Hdr10Plus = (output, context) => {
|
|
6465
6469
|
return {
|
|
6466
|
-
MasteringMonitorNits: smithy_client_1.expectInt32(output.masteringMonitorNits),
|
|
6467
|
-
TargetMonitorNits: smithy_client_1.expectInt32(output.targetMonitorNits),
|
|
6470
|
+
MasteringMonitorNits: (0, smithy_client_1.expectInt32)(output.masteringMonitorNits),
|
|
6471
|
+
TargetMonitorNits: (0, smithy_client_1.expectInt32)(output.targetMonitorNits),
|
|
6468
6472
|
};
|
|
6469
6473
|
};
|
|
6470
6474
|
const deserializeAws_restJson1HlsAdditionalManifest = (output, context) => {
|
|
6471
6475
|
return {
|
|
6472
|
-
ManifestNameModifier: smithy_client_1.expectString(output.manifestNameModifier),
|
|
6476
|
+
ManifestNameModifier: (0, smithy_client_1.expectString)(output.manifestNameModifier),
|
|
6473
6477
|
SelectedOutputs: output.selectedOutputs !== undefined && output.selectedOutputs !== null
|
|
6474
6478
|
? deserializeAws_restJson1__listOf__stringMin1(output.selectedOutputs, context)
|
|
6475
6479
|
: undefined,
|
|
@@ -6477,25 +6481,25 @@ const deserializeAws_restJson1HlsAdditionalManifest = (output, context) => {
|
|
|
6477
6481
|
};
|
|
6478
6482
|
const deserializeAws_restJson1HlsCaptionLanguageMapping = (output, context) => {
|
|
6479
6483
|
return {
|
|
6480
|
-
CaptionChannel: smithy_client_1.expectInt32(output.captionChannel),
|
|
6481
|
-
CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
|
|
6482
|
-
LanguageCode: smithy_client_1.expectString(output.languageCode),
|
|
6483
|
-
LanguageDescription: smithy_client_1.expectString(output.languageDescription),
|
|
6484
|
+
CaptionChannel: (0, smithy_client_1.expectInt32)(output.captionChannel),
|
|
6485
|
+
CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
|
|
6486
|
+
LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
|
|
6487
|
+
LanguageDescription: (0, smithy_client_1.expectString)(output.languageDescription),
|
|
6484
6488
|
};
|
|
6485
6489
|
};
|
|
6486
6490
|
const deserializeAws_restJson1HlsEncryptionSettings = (output, context) => {
|
|
6487
6491
|
return {
|
|
6488
|
-
ConstantInitializationVector: smithy_client_1.expectString(output.constantInitializationVector),
|
|
6489
|
-
EncryptionMethod: smithy_client_1.expectString(output.encryptionMethod),
|
|
6490
|
-
InitializationVectorInManifest: smithy_client_1.expectString(output.initializationVectorInManifest),
|
|
6491
|
-
OfflineEncrypted: smithy_client_1.expectString(output.offlineEncrypted),
|
|
6492
|
+
ConstantInitializationVector: (0, smithy_client_1.expectString)(output.constantInitializationVector),
|
|
6493
|
+
EncryptionMethod: (0, smithy_client_1.expectString)(output.encryptionMethod),
|
|
6494
|
+
InitializationVectorInManifest: (0, smithy_client_1.expectString)(output.initializationVectorInManifest),
|
|
6495
|
+
OfflineEncrypted: (0, smithy_client_1.expectString)(output.offlineEncrypted),
|
|
6492
6496
|
SpekeKeyProvider: output.spekeKeyProvider !== undefined && output.spekeKeyProvider !== null
|
|
6493
6497
|
? deserializeAws_restJson1SpekeKeyProvider(output.spekeKeyProvider, context)
|
|
6494
6498
|
: undefined,
|
|
6495
6499
|
StaticKeyProvider: output.staticKeyProvider !== undefined && output.staticKeyProvider !== null
|
|
6496
6500
|
? deserializeAws_restJson1StaticKeyProvider(output.staticKeyProvider, context)
|
|
6497
6501
|
: undefined,
|
|
6498
|
-
Type: smithy_client_1.expectString(output.type),
|
|
6502
|
+
Type: (0, smithy_client_1.expectString)(output.type),
|
|
6499
6503
|
};
|
|
6500
6504
|
};
|
|
6501
6505
|
const deserializeAws_restJson1HlsGroupSettings = (output, context) => {
|
|
@@ -6506,83 +6510,84 @@ const deserializeAws_restJson1HlsGroupSettings = (output, context) => {
|
|
|
6506
6510
|
AdditionalManifests: output.additionalManifests !== undefined && output.additionalManifests !== null
|
|
6507
6511
|
? deserializeAws_restJson1__listOfHlsAdditionalManifest(output.additionalManifests, context)
|
|
6508
6512
|
: undefined,
|
|
6509
|
-
AudioOnlyHeader: smithy_client_1.expectString(output.audioOnlyHeader),
|
|
6510
|
-
BaseUrl: smithy_client_1.expectString(output.baseUrl),
|
|
6513
|
+
AudioOnlyHeader: (0, smithy_client_1.expectString)(output.audioOnlyHeader),
|
|
6514
|
+
BaseUrl: (0, smithy_client_1.expectString)(output.baseUrl),
|
|
6511
6515
|
CaptionLanguageMappings: output.captionLanguageMappings !== undefined && output.captionLanguageMappings !== null
|
|
6512
6516
|
? deserializeAws_restJson1__listOfHlsCaptionLanguageMapping(output.captionLanguageMappings, context)
|
|
6513
6517
|
: undefined,
|
|
6514
|
-
CaptionLanguageSetting: smithy_client_1.expectString(output.captionLanguageSetting),
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
+
CaptionLanguageSetting: (0, smithy_client_1.expectString)(output.captionLanguageSetting),
|
|
6519
|
+
CaptionSegmentLengthControl: (0, smithy_client_1.expectString)(output.captionSegmentLengthControl),
|
|
6520
|
+
ClientCache: (0, smithy_client_1.expectString)(output.clientCache),
|
|
6521
|
+
CodecSpecification: (0, smithy_client_1.expectString)(output.codecSpecification),
|
|
6522
|
+
Destination: (0, smithy_client_1.expectString)(output.destination),
|
|
6518
6523
|
DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
|
|
6519
6524
|
? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
|
|
6520
6525
|
: undefined,
|
|
6521
|
-
DirectoryStructure: smithy_client_1.expectString(output.directoryStructure),
|
|
6526
|
+
DirectoryStructure: (0, smithy_client_1.expectString)(output.directoryStructure),
|
|
6522
6527
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
6523
6528
|
? deserializeAws_restJson1HlsEncryptionSettings(output.encryption, context)
|
|
6524
6529
|
: undefined,
|
|
6525
|
-
ImageBasedTrickPlay: smithy_client_1.expectString(output.imageBasedTrickPlay),
|
|
6530
|
+
ImageBasedTrickPlay: (0, smithy_client_1.expectString)(output.imageBasedTrickPlay),
|
|
6526
6531
|
ImageBasedTrickPlaySettings: output.imageBasedTrickPlaySettings !== undefined && output.imageBasedTrickPlaySettings !== null
|
|
6527
6532
|
? deserializeAws_restJson1HlsImageBasedTrickPlaySettings(output.imageBasedTrickPlaySettings, context)
|
|
6528
6533
|
: undefined,
|
|
6529
|
-
ManifestCompression: smithy_client_1.expectString(output.manifestCompression),
|
|
6530
|
-
ManifestDurationFormat: smithy_client_1.expectString(output.manifestDurationFormat),
|
|
6531
|
-
MinFinalSegmentLength: smithy_client_1.limitedParseDouble(output.minFinalSegmentLength),
|
|
6532
|
-
MinSegmentLength: smithy_client_1.expectInt32(output.minSegmentLength),
|
|
6533
|
-
OutputSelection: smithy_client_1.expectString(output.outputSelection),
|
|
6534
|
-
ProgramDateTime: smithy_client_1.expectString(output.programDateTime),
|
|
6535
|
-
ProgramDateTimePeriod: smithy_client_1.expectInt32(output.programDateTimePeriod),
|
|
6536
|
-
SegmentControl: smithy_client_1.expectString(output.segmentControl),
|
|
6537
|
-
SegmentLength: smithy_client_1.expectInt32(output.segmentLength),
|
|
6538
|
-
SegmentLengthControl: smithy_client_1.expectString(output.segmentLengthControl),
|
|
6539
|
-
SegmentsPerSubdirectory: smithy_client_1.expectInt32(output.segmentsPerSubdirectory),
|
|
6540
|
-
StreamInfResolution: smithy_client_1.expectString(output.streamInfResolution),
|
|
6541
|
-
TargetDurationCompatibilityMode: smithy_client_1.expectString(output.targetDurationCompatibilityMode),
|
|
6542
|
-
TimedMetadataId3Frame: smithy_client_1.expectString(output.timedMetadataId3Frame),
|
|
6543
|
-
TimedMetadataId3Period: smithy_client_1.expectInt32(output.timedMetadataId3Period),
|
|
6544
|
-
TimestampDeltaMilliseconds: smithy_client_1.expectInt32(output.timestampDeltaMilliseconds),
|
|
6534
|
+
ManifestCompression: (0, smithy_client_1.expectString)(output.manifestCompression),
|
|
6535
|
+
ManifestDurationFormat: (0, smithy_client_1.expectString)(output.manifestDurationFormat),
|
|
6536
|
+
MinFinalSegmentLength: (0, smithy_client_1.limitedParseDouble)(output.minFinalSegmentLength),
|
|
6537
|
+
MinSegmentLength: (0, smithy_client_1.expectInt32)(output.minSegmentLength),
|
|
6538
|
+
OutputSelection: (0, smithy_client_1.expectString)(output.outputSelection),
|
|
6539
|
+
ProgramDateTime: (0, smithy_client_1.expectString)(output.programDateTime),
|
|
6540
|
+
ProgramDateTimePeriod: (0, smithy_client_1.expectInt32)(output.programDateTimePeriod),
|
|
6541
|
+
SegmentControl: (0, smithy_client_1.expectString)(output.segmentControl),
|
|
6542
|
+
SegmentLength: (0, smithy_client_1.expectInt32)(output.segmentLength),
|
|
6543
|
+
SegmentLengthControl: (0, smithy_client_1.expectString)(output.segmentLengthControl),
|
|
6544
|
+
SegmentsPerSubdirectory: (0, smithy_client_1.expectInt32)(output.segmentsPerSubdirectory),
|
|
6545
|
+
StreamInfResolution: (0, smithy_client_1.expectString)(output.streamInfResolution),
|
|
6546
|
+
TargetDurationCompatibilityMode: (0, smithy_client_1.expectString)(output.targetDurationCompatibilityMode),
|
|
6547
|
+
TimedMetadataId3Frame: (0, smithy_client_1.expectString)(output.timedMetadataId3Frame),
|
|
6548
|
+
TimedMetadataId3Period: (0, smithy_client_1.expectInt32)(output.timedMetadataId3Period),
|
|
6549
|
+
TimestampDeltaMilliseconds: (0, smithy_client_1.expectInt32)(output.timestampDeltaMilliseconds),
|
|
6545
6550
|
};
|
|
6546
6551
|
};
|
|
6547
6552
|
const deserializeAws_restJson1HlsImageBasedTrickPlaySettings = (output, context) => {
|
|
6548
6553
|
return {
|
|
6549
|
-
IntervalCadence: smithy_client_1.expectString(output.intervalCadence),
|
|
6550
|
-
ThumbnailHeight: smithy_client_1.expectInt32(output.thumbnailHeight),
|
|
6551
|
-
ThumbnailInterval: smithy_client_1.limitedParseDouble(output.thumbnailInterval),
|
|
6552
|
-
ThumbnailWidth: smithy_client_1.expectInt32(output.thumbnailWidth),
|
|
6553
|
-
TileHeight: smithy_client_1.expectInt32(output.tileHeight),
|
|
6554
|
-
TileWidth: smithy_client_1.expectInt32(output.tileWidth),
|
|
6554
|
+
IntervalCadence: (0, smithy_client_1.expectString)(output.intervalCadence),
|
|
6555
|
+
ThumbnailHeight: (0, smithy_client_1.expectInt32)(output.thumbnailHeight),
|
|
6556
|
+
ThumbnailInterval: (0, smithy_client_1.limitedParseDouble)(output.thumbnailInterval),
|
|
6557
|
+
ThumbnailWidth: (0, smithy_client_1.expectInt32)(output.thumbnailWidth),
|
|
6558
|
+
TileHeight: (0, smithy_client_1.expectInt32)(output.tileHeight),
|
|
6559
|
+
TileWidth: (0, smithy_client_1.expectInt32)(output.tileWidth),
|
|
6555
6560
|
};
|
|
6556
6561
|
};
|
|
6557
6562
|
const deserializeAws_restJson1HlsRenditionGroupSettings = (output, context) => {
|
|
6558
6563
|
return {
|
|
6559
|
-
RenditionGroupId: smithy_client_1.expectString(output.renditionGroupId),
|
|
6560
|
-
RenditionLanguageCode: smithy_client_1.expectString(output.renditionLanguageCode),
|
|
6561
|
-
RenditionName: smithy_client_1.expectString(output.renditionName),
|
|
6564
|
+
RenditionGroupId: (0, smithy_client_1.expectString)(output.renditionGroupId),
|
|
6565
|
+
RenditionLanguageCode: (0, smithy_client_1.expectString)(output.renditionLanguageCode),
|
|
6566
|
+
RenditionName: (0, smithy_client_1.expectString)(output.renditionName),
|
|
6562
6567
|
};
|
|
6563
6568
|
};
|
|
6564
6569
|
const deserializeAws_restJson1HlsSettings = (output, context) => {
|
|
6565
6570
|
return {
|
|
6566
|
-
AudioGroupId: smithy_client_1.expectString(output.audioGroupId),
|
|
6567
|
-
AudioOnlyContainer: smithy_client_1.expectString(output.audioOnlyContainer),
|
|
6568
|
-
AudioRenditionSets: smithy_client_1.expectString(output.audioRenditionSets),
|
|
6569
|
-
AudioTrackType: smithy_client_1.expectString(output.audioTrackType),
|
|
6570
|
-
DescriptiveVideoServiceFlag: smithy_client_1.expectString(output.descriptiveVideoServiceFlag),
|
|
6571
|
-
IFrameOnlyManifest: smithy_client_1.expectString(output.iFrameOnlyManifest),
|
|
6572
|
-
SegmentModifier: smithy_client_1.expectString(output.segmentModifier),
|
|
6571
|
+
AudioGroupId: (0, smithy_client_1.expectString)(output.audioGroupId),
|
|
6572
|
+
AudioOnlyContainer: (0, smithy_client_1.expectString)(output.audioOnlyContainer),
|
|
6573
|
+
AudioRenditionSets: (0, smithy_client_1.expectString)(output.audioRenditionSets),
|
|
6574
|
+
AudioTrackType: (0, smithy_client_1.expectString)(output.audioTrackType),
|
|
6575
|
+
DescriptiveVideoServiceFlag: (0, smithy_client_1.expectString)(output.descriptiveVideoServiceFlag),
|
|
6576
|
+
IFrameOnlyManifest: (0, smithy_client_1.expectString)(output.iFrameOnlyManifest),
|
|
6577
|
+
SegmentModifier: (0, smithy_client_1.expectString)(output.segmentModifier),
|
|
6573
6578
|
};
|
|
6574
6579
|
};
|
|
6575
6580
|
const deserializeAws_restJson1HopDestination = (output, context) => {
|
|
6576
6581
|
return {
|
|
6577
|
-
Priority: smithy_client_1.expectInt32(output.priority),
|
|
6578
|
-
Queue: smithy_client_1.expectString(output.queue),
|
|
6579
|
-
WaitMinutes: smithy_client_1.expectInt32(output.waitMinutes),
|
|
6582
|
+
Priority: (0, smithy_client_1.expectInt32)(output.priority),
|
|
6583
|
+
Queue: (0, smithy_client_1.expectString)(output.queue),
|
|
6584
|
+
WaitMinutes: (0, smithy_client_1.expectInt32)(output.waitMinutes),
|
|
6580
6585
|
};
|
|
6581
6586
|
};
|
|
6582
6587
|
const deserializeAws_restJson1Id3Insertion = (output, context) => {
|
|
6583
6588
|
return {
|
|
6584
|
-
Id3: smithy_client_1.expectString(output.id3),
|
|
6585
|
-
Timecode: smithy_client_1.expectString(output.timecode),
|
|
6589
|
+
Id3: (0, smithy_client_1.expectString)(output.id3),
|
|
6590
|
+
Timecode: (0, smithy_client_1.expectString)(output.timecode),
|
|
6586
6591
|
};
|
|
6587
6592
|
};
|
|
6588
6593
|
const deserializeAws_restJson1ImageInserter = (output, context) => {
|
|
@@ -6594,8 +6599,8 @@ const deserializeAws_restJson1ImageInserter = (output, context) => {
|
|
|
6594
6599
|
};
|
|
6595
6600
|
const deserializeAws_restJson1ImscDestinationSettings = (output, context) => {
|
|
6596
6601
|
return {
|
|
6597
|
-
Accessibility: smithy_client_1.expectString(output.accessibility),
|
|
6598
|
-
StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
|
|
6602
|
+
Accessibility: (0, smithy_client_1.expectString)(output.accessibility),
|
|
6603
|
+
StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
|
|
6599
6604
|
};
|
|
6600
6605
|
};
|
|
6601
6606
|
const deserializeAws_restJson1Input = (output, context) => {
|
|
@@ -6612,32 +6617,32 @@ const deserializeAws_restJson1Input = (output, context) => {
|
|
|
6612
6617
|
Crop: output.crop !== undefined && output.crop !== null
|
|
6613
6618
|
? deserializeAws_restJson1Rectangle(output.crop, context)
|
|
6614
6619
|
: undefined,
|
|
6615
|
-
DeblockFilter: smithy_client_1.expectString(output.deblockFilter),
|
|
6620
|
+
DeblockFilter: (0, smithy_client_1.expectString)(output.deblockFilter),
|
|
6616
6621
|
DecryptionSettings: output.decryptionSettings !== undefined && output.decryptionSettings !== null
|
|
6617
6622
|
? deserializeAws_restJson1InputDecryptionSettings(output.decryptionSettings, context)
|
|
6618
6623
|
: undefined,
|
|
6619
|
-
DenoiseFilter: smithy_client_1.expectString(output.denoiseFilter),
|
|
6620
|
-
DolbyVisionMetadataXml: smithy_client_1.expectString(output.dolbyVisionMetadataXml),
|
|
6621
|
-
FileInput: smithy_client_1.expectString(output.fileInput),
|
|
6622
|
-
FilterEnable: smithy_client_1.expectString(output.filterEnable),
|
|
6623
|
-
FilterStrength: smithy_client_1.expectInt32(output.filterStrength),
|
|
6624
|
+
DenoiseFilter: (0, smithy_client_1.expectString)(output.denoiseFilter),
|
|
6625
|
+
DolbyVisionMetadataXml: (0, smithy_client_1.expectString)(output.dolbyVisionMetadataXml),
|
|
6626
|
+
FileInput: (0, smithy_client_1.expectString)(output.fileInput),
|
|
6627
|
+
FilterEnable: (0, smithy_client_1.expectString)(output.filterEnable),
|
|
6628
|
+
FilterStrength: (0, smithy_client_1.expectInt32)(output.filterStrength),
|
|
6624
6629
|
ImageInserter: output.imageInserter !== undefined && output.imageInserter !== null
|
|
6625
6630
|
? deserializeAws_restJson1ImageInserter(output.imageInserter, context)
|
|
6626
6631
|
: undefined,
|
|
6627
6632
|
InputClippings: output.inputClippings !== undefined && output.inputClippings !== null
|
|
6628
6633
|
? deserializeAws_restJson1__listOfInputClipping(output.inputClippings, context)
|
|
6629
6634
|
: undefined,
|
|
6630
|
-
InputScanType: smithy_client_1.expectString(output.inputScanType),
|
|
6635
|
+
InputScanType: (0, smithy_client_1.expectString)(output.inputScanType),
|
|
6631
6636
|
Position: output.position !== undefined && output.position !== null
|
|
6632
6637
|
? deserializeAws_restJson1Rectangle(output.position, context)
|
|
6633
6638
|
: undefined,
|
|
6634
|
-
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
6635
|
-
PsiControl: smithy_client_1.expectString(output.psiControl),
|
|
6639
|
+
ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
|
|
6640
|
+
PsiControl: (0, smithy_client_1.expectString)(output.psiControl),
|
|
6636
6641
|
SupplementalImps: output.supplementalImps !== undefined && output.supplementalImps !== null
|
|
6637
6642
|
? deserializeAws_restJson1__listOf__stringPatternS3ASSETMAPXml(output.supplementalImps, context)
|
|
6638
6643
|
: undefined,
|
|
6639
|
-
TimecodeSource: smithy_client_1.expectString(output.timecodeSource),
|
|
6640
|
-
TimecodeStart: smithy_client_1.expectString(output.timecodeStart),
|
|
6644
|
+
TimecodeSource: (0, smithy_client_1.expectString)(output.timecodeSource),
|
|
6645
|
+
TimecodeStart: (0, smithy_client_1.expectString)(output.timecodeStart),
|
|
6641
6646
|
VideoSelector: output.videoSelector !== undefined && output.videoSelector !== null
|
|
6642
6647
|
? deserializeAws_restJson1VideoSelector(output.videoSelector, context)
|
|
6643
6648
|
: undefined,
|
|
@@ -6645,16 +6650,16 @@ const deserializeAws_restJson1Input = (output, context) => {
|
|
|
6645
6650
|
};
|
|
6646
6651
|
const deserializeAws_restJson1InputClipping = (output, context) => {
|
|
6647
6652
|
return {
|
|
6648
|
-
EndTimecode: smithy_client_1.expectString(output.endTimecode),
|
|
6649
|
-
StartTimecode: smithy_client_1.expectString(output.startTimecode),
|
|
6653
|
+
EndTimecode: (0, smithy_client_1.expectString)(output.endTimecode),
|
|
6654
|
+
StartTimecode: (0, smithy_client_1.expectString)(output.startTimecode),
|
|
6650
6655
|
};
|
|
6651
6656
|
};
|
|
6652
6657
|
const deserializeAws_restJson1InputDecryptionSettings = (output, context) => {
|
|
6653
6658
|
return {
|
|
6654
|
-
DecryptionMode: smithy_client_1.expectString(output.decryptionMode),
|
|
6655
|
-
EncryptedDecryptionKey: smithy_client_1.expectString(output.encryptedDecryptionKey),
|
|
6656
|
-
InitializationVector: smithy_client_1.expectString(output.initializationVector),
|
|
6657
|
-
KmsKeyRegion: smithy_client_1.expectString(output.kmsKeyRegion),
|
|
6659
|
+
DecryptionMode: (0, smithy_client_1.expectString)(output.decryptionMode),
|
|
6660
|
+
EncryptedDecryptionKey: (0, smithy_client_1.expectString)(output.encryptedDecryptionKey),
|
|
6661
|
+
InitializationVector: (0, smithy_client_1.expectString)(output.initializationVector),
|
|
6662
|
+
KmsKeyRegion: (0, smithy_client_1.expectString)(output.kmsKeyRegion),
|
|
6658
6663
|
};
|
|
6659
6664
|
};
|
|
6660
6665
|
const deserializeAws_restJson1InputTemplate = (output, context) => {
|
|
@@ -6671,25 +6676,25 @@ const deserializeAws_restJson1InputTemplate = (output, context) => {
|
|
|
6671
6676
|
Crop: output.crop !== undefined && output.crop !== null
|
|
6672
6677
|
? deserializeAws_restJson1Rectangle(output.crop, context)
|
|
6673
6678
|
: undefined,
|
|
6674
|
-
DeblockFilter: smithy_client_1.expectString(output.deblockFilter),
|
|
6675
|
-
DenoiseFilter: smithy_client_1.expectString(output.denoiseFilter),
|
|
6676
|
-
DolbyVisionMetadataXml: smithy_client_1.expectString(output.dolbyVisionMetadataXml),
|
|
6677
|
-
FilterEnable: smithy_client_1.expectString(output.filterEnable),
|
|
6678
|
-
FilterStrength: smithy_client_1.expectInt32(output.filterStrength),
|
|
6679
|
+
DeblockFilter: (0, smithy_client_1.expectString)(output.deblockFilter),
|
|
6680
|
+
DenoiseFilter: (0, smithy_client_1.expectString)(output.denoiseFilter),
|
|
6681
|
+
DolbyVisionMetadataXml: (0, smithy_client_1.expectString)(output.dolbyVisionMetadataXml),
|
|
6682
|
+
FilterEnable: (0, smithy_client_1.expectString)(output.filterEnable),
|
|
6683
|
+
FilterStrength: (0, smithy_client_1.expectInt32)(output.filterStrength),
|
|
6679
6684
|
ImageInserter: output.imageInserter !== undefined && output.imageInserter !== null
|
|
6680
6685
|
? deserializeAws_restJson1ImageInserter(output.imageInserter, context)
|
|
6681
6686
|
: undefined,
|
|
6682
6687
|
InputClippings: output.inputClippings !== undefined && output.inputClippings !== null
|
|
6683
6688
|
? deserializeAws_restJson1__listOfInputClipping(output.inputClippings, context)
|
|
6684
6689
|
: undefined,
|
|
6685
|
-
InputScanType: smithy_client_1.expectString(output.inputScanType),
|
|
6690
|
+
InputScanType: (0, smithy_client_1.expectString)(output.inputScanType),
|
|
6686
6691
|
Position: output.position !== undefined && output.position !== null
|
|
6687
6692
|
? deserializeAws_restJson1Rectangle(output.position, context)
|
|
6688
6693
|
: undefined,
|
|
6689
|
-
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
6690
|
-
PsiControl: smithy_client_1.expectString(output.psiControl),
|
|
6691
|
-
TimecodeSource: smithy_client_1.expectString(output.timecodeSource),
|
|
6692
|
-
TimecodeStart: smithy_client_1.expectString(output.timecodeStart),
|
|
6694
|
+
ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
|
|
6695
|
+
PsiControl: (0, smithy_client_1.expectString)(output.psiControl),
|
|
6696
|
+
TimecodeSource: (0, smithy_client_1.expectString)(output.timecodeSource),
|
|
6697
|
+
TimecodeStart: (0, smithy_client_1.expectString)(output.timecodeStart),
|
|
6693
6698
|
VideoSelector: output.videoSelector !== undefined && output.videoSelector !== null
|
|
6694
6699
|
? deserializeAws_restJson1VideoSelector(output.videoSelector, context)
|
|
6695
6700
|
: undefined,
|
|
@@ -6697,17 +6702,17 @@ const deserializeAws_restJson1InputTemplate = (output, context) => {
|
|
|
6697
6702
|
};
|
|
6698
6703
|
const deserializeAws_restJson1InsertableImage = (output, context) => {
|
|
6699
6704
|
return {
|
|
6700
|
-
Duration: smithy_client_1.expectInt32(output.duration),
|
|
6701
|
-
FadeIn: smithy_client_1.expectInt32(output.fadeIn),
|
|
6702
|
-
FadeOut: smithy_client_1.expectInt32(output.fadeOut),
|
|
6703
|
-
Height: smithy_client_1.expectInt32(output.height),
|
|
6704
|
-
ImageInserterInput: smithy_client_1.expectString(output.imageInserterInput),
|
|
6705
|
-
ImageX: smithy_client_1.expectInt32(output.imageX),
|
|
6706
|
-
ImageY: smithy_client_1.expectInt32(output.imageY),
|
|
6707
|
-
Layer: smithy_client_1.expectInt32(output.layer),
|
|
6708
|
-
Opacity: smithy_client_1.expectInt32(output.opacity),
|
|
6709
|
-
StartTime: smithy_client_1.expectString(output.startTime),
|
|
6710
|
-
Width: smithy_client_1.expectInt32(output.width),
|
|
6705
|
+
Duration: (0, smithy_client_1.expectInt32)(output.duration),
|
|
6706
|
+
FadeIn: (0, smithy_client_1.expectInt32)(output.fadeIn),
|
|
6707
|
+
FadeOut: (0, smithy_client_1.expectInt32)(output.fadeOut),
|
|
6708
|
+
Height: (0, smithy_client_1.expectInt32)(output.height),
|
|
6709
|
+
ImageInserterInput: (0, smithy_client_1.expectString)(output.imageInserterInput),
|
|
6710
|
+
ImageX: (0, smithy_client_1.expectInt32)(output.imageX),
|
|
6711
|
+
ImageY: (0, smithy_client_1.expectInt32)(output.imageY),
|
|
6712
|
+
Layer: (0, smithy_client_1.expectInt32)(output.layer),
|
|
6713
|
+
Opacity: (0, smithy_client_1.expectInt32)(output.opacity),
|
|
6714
|
+
StartTime: (0, smithy_client_1.expectString)(output.startTime),
|
|
6715
|
+
Width: (0, smithy_client_1.expectInt32)(output.width),
|
|
6711
6716
|
};
|
|
6712
6717
|
};
|
|
6713
6718
|
const deserializeAws_restJson1Job = (output, context) => {
|
|
@@ -6715,40 +6720,40 @@ const deserializeAws_restJson1Job = (output, context) => {
|
|
|
6715
6720
|
AccelerationSettings: output.accelerationSettings !== undefined && output.accelerationSettings !== null
|
|
6716
6721
|
? deserializeAws_restJson1AccelerationSettings(output.accelerationSettings, context)
|
|
6717
6722
|
: undefined,
|
|
6718
|
-
AccelerationStatus: smithy_client_1.expectString(output.accelerationStatus),
|
|
6719
|
-
Arn: smithy_client_1.expectString(output.arn),
|
|
6720
|
-
BillingTagsSource: smithy_client_1.expectString(output.billingTagsSource),
|
|
6723
|
+
AccelerationStatus: (0, smithy_client_1.expectString)(output.accelerationStatus),
|
|
6724
|
+
Arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6725
|
+
BillingTagsSource: (0, smithy_client_1.expectString)(output.billingTagsSource),
|
|
6721
6726
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
6722
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
6727
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
|
|
6723
6728
|
: undefined,
|
|
6724
|
-
CurrentPhase: smithy_client_1.expectString(output.currentPhase),
|
|
6725
|
-
ErrorCode: smithy_client_1.expectInt32(output.errorCode),
|
|
6726
|
-
ErrorMessage: smithy_client_1.expectString(output.errorMessage),
|
|
6729
|
+
CurrentPhase: (0, smithy_client_1.expectString)(output.currentPhase),
|
|
6730
|
+
ErrorCode: (0, smithy_client_1.expectInt32)(output.errorCode),
|
|
6731
|
+
ErrorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
|
|
6727
6732
|
HopDestinations: output.hopDestinations !== undefined && output.hopDestinations !== null
|
|
6728
6733
|
? deserializeAws_restJson1__listOfHopDestination(output.hopDestinations, context)
|
|
6729
6734
|
: undefined,
|
|
6730
|
-
Id: smithy_client_1.expectString(output.id),
|
|
6731
|
-
JobPercentComplete: smithy_client_1.expectInt32(output.jobPercentComplete),
|
|
6732
|
-
JobTemplate: smithy_client_1.expectString(output.jobTemplate),
|
|
6735
|
+
Id: (0, smithy_client_1.expectString)(output.id),
|
|
6736
|
+
JobPercentComplete: (0, smithy_client_1.expectInt32)(output.jobPercentComplete),
|
|
6737
|
+
JobTemplate: (0, smithy_client_1.expectString)(output.jobTemplate),
|
|
6733
6738
|
Messages: output.messages !== undefined && output.messages !== null
|
|
6734
6739
|
? deserializeAws_restJson1JobMessages(output.messages, context)
|
|
6735
6740
|
: undefined,
|
|
6736
6741
|
OutputGroupDetails: output.outputGroupDetails !== undefined && output.outputGroupDetails !== null
|
|
6737
6742
|
? deserializeAws_restJson1__listOfOutputGroupDetail(output.outputGroupDetails, context)
|
|
6738
6743
|
: undefined,
|
|
6739
|
-
Priority: smithy_client_1.expectInt32(output.priority),
|
|
6740
|
-
Queue: smithy_client_1.expectString(output.queue),
|
|
6744
|
+
Priority: (0, smithy_client_1.expectInt32)(output.priority),
|
|
6745
|
+
Queue: (0, smithy_client_1.expectString)(output.queue),
|
|
6741
6746
|
QueueTransitions: output.queueTransitions !== undefined && output.queueTransitions !== null
|
|
6742
6747
|
? deserializeAws_restJson1__listOfQueueTransition(output.queueTransitions, context)
|
|
6743
6748
|
: undefined,
|
|
6744
|
-
RetryCount: smithy_client_1.expectInt32(output.retryCount),
|
|
6745
|
-
Role: smithy_client_1.expectString(output.role),
|
|
6749
|
+
RetryCount: (0, smithy_client_1.expectInt32)(output.retryCount),
|
|
6750
|
+
Role: (0, smithy_client_1.expectString)(output.role),
|
|
6746
6751
|
Settings: output.settings !== undefined && output.settings !== null
|
|
6747
6752
|
? deserializeAws_restJson1JobSettings(output.settings, context)
|
|
6748
6753
|
: undefined,
|
|
6749
|
-
SimulateReservedQueue: smithy_client_1.expectString(output.simulateReservedQueue),
|
|
6750
|
-
Status: smithy_client_1.expectString(output.status),
|
|
6751
|
-
StatusUpdateInterval: smithy_client_1.expectString(output.statusUpdateInterval),
|
|
6754
|
+
SimulateReservedQueue: (0, smithy_client_1.expectString)(output.simulateReservedQueue),
|
|
6755
|
+
Status: (0, smithy_client_1.expectString)(output.status),
|
|
6756
|
+
StatusUpdateInterval: (0, smithy_client_1.expectString)(output.statusUpdateInterval),
|
|
6752
6757
|
Timing: output.timing !== undefined && output.timing !== null
|
|
6753
6758
|
? deserializeAws_restJson1Timing(output.timing, context)
|
|
6754
6759
|
: undefined,
|
|
@@ -6769,7 +6774,7 @@ const deserializeAws_restJson1JobMessages = (output, context) => {
|
|
|
6769
6774
|
};
|
|
6770
6775
|
const deserializeAws_restJson1JobSettings = (output, context) => {
|
|
6771
6776
|
return {
|
|
6772
|
-
AdAvailOffset: smithy_client_1.expectInt32(output.adAvailOffset),
|
|
6777
|
+
AdAvailOffset: (0, smithy_client_1.expectInt32)(output.adAvailOffset),
|
|
6773
6778
|
AvailBlanking: output.availBlanking !== undefined && output.availBlanking !== null
|
|
6774
6779
|
? deserializeAws_restJson1AvailBlanking(output.availBlanking, context)
|
|
6775
6780
|
: undefined,
|
|
@@ -6810,31 +6815,31 @@ const deserializeAws_restJson1JobTemplate = (output, context) => {
|
|
|
6810
6815
|
AccelerationSettings: output.accelerationSettings !== undefined && output.accelerationSettings !== null
|
|
6811
6816
|
? deserializeAws_restJson1AccelerationSettings(output.accelerationSettings, context)
|
|
6812
6817
|
: undefined,
|
|
6813
|
-
Arn: smithy_client_1.expectString(output.arn),
|
|
6814
|
-
Category: smithy_client_1.expectString(output.category),
|
|
6818
|
+
Arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6819
|
+
Category: (0, smithy_client_1.expectString)(output.category),
|
|
6815
6820
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
6816
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
6821
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
|
|
6817
6822
|
: undefined,
|
|
6818
|
-
Description: smithy_client_1.expectString(output.description),
|
|
6823
|
+
Description: (0, smithy_client_1.expectString)(output.description),
|
|
6819
6824
|
HopDestinations: output.hopDestinations !== undefined && output.hopDestinations !== null
|
|
6820
6825
|
? deserializeAws_restJson1__listOfHopDestination(output.hopDestinations, context)
|
|
6821
6826
|
: undefined,
|
|
6822
6827
|
LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
|
|
6823
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdated)))
|
|
6828
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdated)))
|
|
6824
6829
|
: undefined,
|
|
6825
|
-
Name: smithy_client_1.expectString(output.name),
|
|
6826
|
-
Priority: smithy_client_1.expectInt32(output.priority),
|
|
6827
|
-
Queue: smithy_client_1.expectString(output.queue),
|
|
6830
|
+
Name: (0, smithy_client_1.expectString)(output.name),
|
|
6831
|
+
Priority: (0, smithy_client_1.expectInt32)(output.priority),
|
|
6832
|
+
Queue: (0, smithy_client_1.expectString)(output.queue),
|
|
6828
6833
|
Settings: output.settings !== undefined && output.settings !== null
|
|
6829
6834
|
? deserializeAws_restJson1JobTemplateSettings(output.settings, context)
|
|
6830
6835
|
: undefined,
|
|
6831
|
-
StatusUpdateInterval: smithy_client_1.expectString(output.statusUpdateInterval),
|
|
6832
|
-
Type: smithy_client_1.expectString(output.type),
|
|
6836
|
+
StatusUpdateInterval: (0, smithy_client_1.expectString)(output.statusUpdateInterval),
|
|
6837
|
+
Type: (0, smithy_client_1.expectString)(output.type),
|
|
6833
6838
|
};
|
|
6834
6839
|
};
|
|
6835
6840
|
const deserializeAws_restJson1JobTemplateSettings = (output, context) => {
|
|
6836
6841
|
return {
|
|
6837
|
-
AdAvailOffset: smithy_client_1.expectInt32(output.adAvailOffset),
|
|
6842
|
+
AdAvailOffset: (0, smithy_client_1.expectInt32)(output.adAvailOffset),
|
|
6838
6843
|
AvailBlanking: output.availBlanking !== undefined && output.availBlanking !== null
|
|
6839
6844
|
? deserializeAws_restJson1AvailBlanking(output.availBlanking, context)
|
|
6840
6845
|
: undefined,
|
|
@@ -6872,37 +6877,37 @@ const deserializeAws_restJson1JobTemplateSettings = (output, context) => {
|
|
|
6872
6877
|
};
|
|
6873
6878
|
const deserializeAws_restJson1KantarWatermarkSettings = (output, context) => {
|
|
6874
6879
|
return {
|
|
6875
|
-
ChannelName: smithy_client_1.expectString(output.channelName),
|
|
6876
|
-
ContentReference: smithy_client_1.expectString(output.contentReference),
|
|
6877
|
-
CredentialsSecretName: smithy_client_1.expectString(output.credentialsSecretName),
|
|
6878
|
-
FileOffset: smithy_client_1.limitedParseDouble(output.fileOffset),
|
|
6879
|
-
KantarLicenseId: smithy_client_1.expectInt32(output.kantarLicenseId),
|
|
6880
|
-
KantarServerUrl: smithy_client_1.expectString(output.kantarServerUrl),
|
|
6881
|
-
LogDestination: smithy_client_1.expectString(output.logDestination),
|
|
6882
|
-
Metadata3: smithy_client_1.expectString(output.metadata3),
|
|
6883
|
-
Metadata4: smithy_client_1.expectString(output.metadata4),
|
|
6884
|
-
Metadata5: smithy_client_1.expectString(output.metadata5),
|
|
6885
|
-
Metadata6: smithy_client_1.expectString(output.metadata6),
|
|
6886
|
-
Metadata7: smithy_client_1.expectString(output.metadata7),
|
|
6887
|
-
Metadata8: smithy_client_1.expectString(output.metadata8),
|
|
6880
|
+
ChannelName: (0, smithy_client_1.expectString)(output.channelName),
|
|
6881
|
+
ContentReference: (0, smithy_client_1.expectString)(output.contentReference),
|
|
6882
|
+
CredentialsSecretName: (0, smithy_client_1.expectString)(output.credentialsSecretName),
|
|
6883
|
+
FileOffset: (0, smithy_client_1.limitedParseDouble)(output.fileOffset),
|
|
6884
|
+
KantarLicenseId: (0, smithy_client_1.expectInt32)(output.kantarLicenseId),
|
|
6885
|
+
KantarServerUrl: (0, smithy_client_1.expectString)(output.kantarServerUrl),
|
|
6886
|
+
LogDestination: (0, smithy_client_1.expectString)(output.logDestination),
|
|
6887
|
+
Metadata3: (0, smithy_client_1.expectString)(output.metadata3),
|
|
6888
|
+
Metadata4: (0, smithy_client_1.expectString)(output.metadata4),
|
|
6889
|
+
Metadata5: (0, smithy_client_1.expectString)(output.metadata5),
|
|
6890
|
+
Metadata6: (0, smithy_client_1.expectString)(output.metadata6),
|
|
6891
|
+
Metadata7: (0, smithy_client_1.expectString)(output.metadata7),
|
|
6892
|
+
Metadata8: (0, smithy_client_1.expectString)(output.metadata8),
|
|
6888
6893
|
};
|
|
6889
6894
|
};
|
|
6890
6895
|
const deserializeAws_restJson1M2tsScte35Esam = (output, context) => {
|
|
6891
6896
|
return {
|
|
6892
|
-
Scte35EsamPid: smithy_client_1.expectInt32(output.scte35EsamPid),
|
|
6897
|
+
Scte35EsamPid: (0, smithy_client_1.expectInt32)(output.scte35EsamPid),
|
|
6893
6898
|
};
|
|
6894
6899
|
};
|
|
6895
6900
|
const deserializeAws_restJson1M2tsSettings = (output, context) => {
|
|
6896
6901
|
return {
|
|
6897
|
-
AudioBufferModel: smithy_client_1.expectString(output.audioBufferModel),
|
|
6898
|
-
AudioDuration: smithy_client_1.expectString(output.audioDuration),
|
|
6899
|
-
AudioFramesPerPes: smithy_client_1.expectInt32(output.audioFramesPerPes),
|
|
6902
|
+
AudioBufferModel: (0, smithy_client_1.expectString)(output.audioBufferModel),
|
|
6903
|
+
AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
|
|
6904
|
+
AudioFramesPerPes: (0, smithy_client_1.expectInt32)(output.audioFramesPerPes),
|
|
6900
6905
|
AudioPids: output.audioPids !== undefined && output.audioPids !== null
|
|
6901
6906
|
? deserializeAws_restJson1__listOf__integerMin32Max8182(output.audioPids, context)
|
|
6902
6907
|
: undefined,
|
|
6903
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
6904
|
-
BufferModel: smithy_client_1.expectString(output.bufferModel),
|
|
6905
|
-
DataPTSControl: smithy_client_1.expectString(output.dataPTSControl),
|
|
6908
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
6909
|
+
BufferModel: (0, smithy_client_1.expectString)(output.bufferModel),
|
|
6910
|
+
DataPTSControl: (0, smithy_client_1.expectString)(output.dataPTSControl),
|
|
6906
6911
|
DvbNitSettings: output.dvbNitSettings !== undefined && output.dvbNitSettings !== null
|
|
6907
6912
|
? deserializeAws_restJson1DvbNitSettings(output.dvbNitSettings, context)
|
|
6908
6913
|
: undefined,
|
|
@@ -6915,60 +6920,60 @@ const deserializeAws_restJson1M2tsSettings = (output, context) => {
|
|
|
6915
6920
|
DvbTdtSettings: output.dvbTdtSettings !== undefined && output.dvbTdtSettings !== null
|
|
6916
6921
|
? deserializeAws_restJson1DvbTdtSettings(output.dvbTdtSettings, context)
|
|
6917
6922
|
: undefined,
|
|
6918
|
-
DvbTeletextPid: smithy_client_1.expectInt32(output.dvbTeletextPid),
|
|
6919
|
-
EbpAudioInterval: smithy_client_1.expectString(output.ebpAudioInterval),
|
|
6920
|
-
EbpPlacement: smithy_client_1.expectString(output.ebpPlacement),
|
|
6921
|
-
EsRateInPes: smithy_client_1.expectString(output.esRateInPes),
|
|
6922
|
-
ForceTsVideoEbpOrder: smithy_client_1.expectString(output.forceTsVideoEbpOrder),
|
|
6923
|
-
FragmentTime: smithy_client_1.limitedParseDouble(output.fragmentTime),
|
|
6924
|
-
MaxPcrInterval: smithy_client_1.expectInt32(output.maxPcrInterval),
|
|
6925
|
-
MinEbpInterval: smithy_client_1.expectInt32(output.minEbpInterval),
|
|
6926
|
-
NielsenId3: smithy_client_1.expectString(output.nielsenId3),
|
|
6927
|
-
NullPacketBitrate: smithy_client_1.limitedParseDouble(output.nullPacketBitrate),
|
|
6928
|
-
PatInterval: smithy_client_1.expectInt32(output.patInterval),
|
|
6929
|
-
PcrControl: smithy_client_1.expectString(output.pcrControl),
|
|
6930
|
-
PcrPid: smithy_client_1.expectInt32(output.pcrPid),
|
|
6931
|
-
PmtInterval: smithy_client_1.expectInt32(output.pmtInterval),
|
|
6932
|
-
PmtPid: smithy_client_1.expectInt32(output.pmtPid),
|
|
6933
|
-
PrivateMetadataPid: smithy_client_1.expectInt32(output.privateMetadataPid),
|
|
6934
|
-
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
6935
|
-
RateMode: smithy_client_1.expectString(output.rateMode),
|
|
6923
|
+
DvbTeletextPid: (0, smithy_client_1.expectInt32)(output.dvbTeletextPid),
|
|
6924
|
+
EbpAudioInterval: (0, smithy_client_1.expectString)(output.ebpAudioInterval),
|
|
6925
|
+
EbpPlacement: (0, smithy_client_1.expectString)(output.ebpPlacement),
|
|
6926
|
+
EsRateInPes: (0, smithy_client_1.expectString)(output.esRateInPes),
|
|
6927
|
+
ForceTsVideoEbpOrder: (0, smithy_client_1.expectString)(output.forceTsVideoEbpOrder),
|
|
6928
|
+
FragmentTime: (0, smithy_client_1.limitedParseDouble)(output.fragmentTime),
|
|
6929
|
+
MaxPcrInterval: (0, smithy_client_1.expectInt32)(output.maxPcrInterval),
|
|
6930
|
+
MinEbpInterval: (0, smithy_client_1.expectInt32)(output.minEbpInterval),
|
|
6931
|
+
NielsenId3: (0, smithy_client_1.expectString)(output.nielsenId3),
|
|
6932
|
+
NullPacketBitrate: (0, smithy_client_1.limitedParseDouble)(output.nullPacketBitrate),
|
|
6933
|
+
PatInterval: (0, smithy_client_1.expectInt32)(output.patInterval),
|
|
6934
|
+
PcrControl: (0, smithy_client_1.expectString)(output.pcrControl),
|
|
6935
|
+
PcrPid: (0, smithy_client_1.expectInt32)(output.pcrPid),
|
|
6936
|
+
PmtInterval: (0, smithy_client_1.expectInt32)(output.pmtInterval),
|
|
6937
|
+
PmtPid: (0, smithy_client_1.expectInt32)(output.pmtPid),
|
|
6938
|
+
PrivateMetadataPid: (0, smithy_client_1.expectInt32)(output.privateMetadataPid),
|
|
6939
|
+
ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
|
|
6940
|
+
RateMode: (0, smithy_client_1.expectString)(output.rateMode),
|
|
6936
6941
|
Scte35Esam: output.scte35Esam !== undefined && output.scte35Esam !== null
|
|
6937
6942
|
? deserializeAws_restJson1M2tsScte35Esam(output.scte35Esam, context)
|
|
6938
6943
|
: undefined,
|
|
6939
|
-
Scte35Pid: smithy_client_1.expectInt32(output.scte35Pid),
|
|
6940
|
-
Scte35Source: smithy_client_1.expectString(output.scte35Source),
|
|
6941
|
-
SegmentationMarkers: smithy_client_1.expectString(output.segmentationMarkers),
|
|
6942
|
-
SegmentationStyle: smithy_client_1.expectString(output.segmentationStyle),
|
|
6943
|
-
SegmentationTime: smithy_client_1.limitedParseDouble(output.segmentationTime),
|
|
6944
|
-
TimedMetadataPid: smithy_client_1.expectInt32(output.timedMetadataPid),
|
|
6945
|
-
TransportStreamId: smithy_client_1.expectInt32(output.transportStreamId),
|
|
6946
|
-
VideoPid: smithy_client_1.expectInt32(output.videoPid),
|
|
6944
|
+
Scte35Pid: (0, smithy_client_1.expectInt32)(output.scte35Pid),
|
|
6945
|
+
Scte35Source: (0, smithy_client_1.expectString)(output.scte35Source),
|
|
6946
|
+
SegmentationMarkers: (0, smithy_client_1.expectString)(output.segmentationMarkers),
|
|
6947
|
+
SegmentationStyle: (0, smithy_client_1.expectString)(output.segmentationStyle),
|
|
6948
|
+
SegmentationTime: (0, smithy_client_1.limitedParseDouble)(output.segmentationTime),
|
|
6949
|
+
TimedMetadataPid: (0, smithy_client_1.expectInt32)(output.timedMetadataPid),
|
|
6950
|
+
TransportStreamId: (0, smithy_client_1.expectInt32)(output.transportStreamId),
|
|
6951
|
+
VideoPid: (0, smithy_client_1.expectInt32)(output.videoPid),
|
|
6947
6952
|
};
|
|
6948
6953
|
};
|
|
6949
6954
|
const deserializeAws_restJson1M3u8Settings = (output, context) => {
|
|
6950
6955
|
return {
|
|
6951
|
-
AudioDuration: smithy_client_1.expectString(output.audioDuration),
|
|
6952
|
-
AudioFramesPerPes: smithy_client_1.expectInt32(output.audioFramesPerPes),
|
|
6956
|
+
AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
|
|
6957
|
+
AudioFramesPerPes: (0, smithy_client_1.expectInt32)(output.audioFramesPerPes),
|
|
6953
6958
|
AudioPids: output.audioPids !== undefined && output.audioPids !== null
|
|
6954
6959
|
? deserializeAws_restJson1__listOf__integerMin32Max8182(output.audioPids, context)
|
|
6955
6960
|
: undefined,
|
|
6956
|
-
DataPTSControl: smithy_client_1.expectString(output.dataPTSControl),
|
|
6957
|
-
MaxPcrInterval: smithy_client_1.expectInt32(output.maxPcrInterval),
|
|
6958
|
-
NielsenId3: smithy_client_1.expectString(output.nielsenId3),
|
|
6959
|
-
PatInterval: smithy_client_1.expectInt32(output.patInterval),
|
|
6960
|
-
PcrControl: smithy_client_1.expectString(output.pcrControl),
|
|
6961
|
-
PcrPid: smithy_client_1.expectInt32(output.pcrPid),
|
|
6962
|
-
PmtInterval: smithy_client_1.expectInt32(output.pmtInterval),
|
|
6963
|
-
PmtPid: smithy_client_1.expectInt32(output.pmtPid),
|
|
6964
|
-
PrivateMetadataPid: smithy_client_1.expectInt32(output.privateMetadataPid),
|
|
6965
|
-
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
6966
|
-
Scte35Pid: smithy_client_1.expectInt32(output.scte35Pid),
|
|
6967
|
-
Scte35Source: smithy_client_1.expectString(output.scte35Source),
|
|
6968
|
-
TimedMetadata: smithy_client_1.expectString(output.timedMetadata),
|
|
6969
|
-
TimedMetadataPid: smithy_client_1.expectInt32(output.timedMetadataPid),
|
|
6970
|
-
TransportStreamId: smithy_client_1.expectInt32(output.transportStreamId),
|
|
6971
|
-
VideoPid: smithy_client_1.expectInt32(output.videoPid),
|
|
6961
|
+
DataPTSControl: (0, smithy_client_1.expectString)(output.dataPTSControl),
|
|
6962
|
+
MaxPcrInterval: (0, smithy_client_1.expectInt32)(output.maxPcrInterval),
|
|
6963
|
+
NielsenId3: (0, smithy_client_1.expectString)(output.nielsenId3),
|
|
6964
|
+
PatInterval: (0, smithy_client_1.expectInt32)(output.patInterval),
|
|
6965
|
+
PcrControl: (0, smithy_client_1.expectString)(output.pcrControl),
|
|
6966
|
+
PcrPid: (0, smithy_client_1.expectInt32)(output.pcrPid),
|
|
6967
|
+
PmtInterval: (0, smithy_client_1.expectInt32)(output.pmtInterval),
|
|
6968
|
+
PmtPid: (0, smithy_client_1.expectInt32)(output.pmtPid),
|
|
6969
|
+
PrivateMetadataPid: (0, smithy_client_1.expectInt32)(output.privateMetadataPid),
|
|
6970
|
+
ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
|
|
6971
|
+
Scte35Pid: (0, smithy_client_1.expectInt32)(output.scte35Pid),
|
|
6972
|
+
Scte35Source: (0, smithy_client_1.expectString)(output.scte35Source),
|
|
6973
|
+
TimedMetadata: (0, smithy_client_1.expectString)(output.timedMetadata),
|
|
6974
|
+
TimedMetadataPid: (0, smithy_client_1.expectInt32)(output.timedMetadataPid),
|
|
6975
|
+
TransportStreamId: (0, smithy_client_1.expectInt32)(output.transportStreamId),
|
|
6976
|
+
VideoPid: (0, smithy_client_1.expectInt32)(output.videoPid),
|
|
6972
6977
|
};
|
|
6973
6978
|
};
|
|
6974
6979
|
const deserializeAws_restJson1MotionImageInserter = (output, context) => {
|
|
@@ -6976,111 +6981,111 @@ const deserializeAws_restJson1MotionImageInserter = (output, context) => {
|
|
|
6976
6981
|
Framerate: output.framerate !== undefined && output.framerate !== null
|
|
6977
6982
|
? deserializeAws_restJson1MotionImageInsertionFramerate(output.framerate, context)
|
|
6978
6983
|
: undefined,
|
|
6979
|
-
Input: smithy_client_1.expectString(output.input),
|
|
6980
|
-
InsertionMode: smithy_client_1.expectString(output.insertionMode),
|
|
6984
|
+
Input: (0, smithy_client_1.expectString)(output.input),
|
|
6985
|
+
InsertionMode: (0, smithy_client_1.expectString)(output.insertionMode),
|
|
6981
6986
|
Offset: output.offset !== undefined && output.offset !== null
|
|
6982
6987
|
? deserializeAws_restJson1MotionImageInsertionOffset(output.offset, context)
|
|
6983
6988
|
: undefined,
|
|
6984
|
-
Playback: smithy_client_1.expectString(output.playback),
|
|
6985
|
-
StartTime: smithy_client_1.expectString(output.startTime),
|
|
6989
|
+
Playback: (0, smithy_client_1.expectString)(output.playback),
|
|
6990
|
+
StartTime: (0, smithy_client_1.expectString)(output.startTime),
|
|
6986
6991
|
};
|
|
6987
6992
|
};
|
|
6988
6993
|
const deserializeAws_restJson1MotionImageInsertionFramerate = (output, context) => {
|
|
6989
6994
|
return {
|
|
6990
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
6991
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
6995
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
6996
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
6992
6997
|
};
|
|
6993
6998
|
};
|
|
6994
6999
|
const deserializeAws_restJson1MotionImageInsertionOffset = (output, context) => {
|
|
6995
7000
|
return {
|
|
6996
|
-
ImageX: smithy_client_1.expectInt32(output.imageX),
|
|
6997
|
-
ImageY: smithy_client_1.expectInt32(output.imageY),
|
|
7001
|
+
ImageX: (0, smithy_client_1.expectInt32)(output.imageX),
|
|
7002
|
+
ImageY: (0, smithy_client_1.expectInt32)(output.imageY),
|
|
6998
7003
|
};
|
|
6999
7004
|
};
|
|
7000
7005
|
const deserializeAws_restJson1MovSettings = (output, context) => {
|
|
7001
7006
|
return {
|
|
7002
|
-
ClapAtom: smithy_client_1.expectString(output.clapAtom),
|
|
7003
|
-
CslgAtom: smithy_client_1.expectString(output.cslgAtom),
|
|
7004
|
-
Mpeg2FourCCControl: smithy_client_1.expectString(output.mpeg2FourCCControl),
|
|
7005
|
-
PaddingControl: smithy_client_1.expectString(output.paddingControl),
|
|
7006
|
-
Reference: smithy_client_1.expectString(output.reference),
|
|
7007
|
+
ClapAtom: (0, smithy_client_1.expectString)(output.clapAtom),
|
|
7008
|
+
CslgAtom: (0, smithy_client_1.expectString)(output.cslgAtom),
|
|
7009
|
+
Mpeg2FourCCControl: (0, smithy_client_1.expectString)(output.mpeg2FourCCControl),
|
|
7010
|
+
PaddingControl: (0, smithy_client_1.expectString)(output.paddingControl),
|
|
7011
|
+
Reference: (0, smithy_client_1.expectString)(output.reference),
|
|
7007
7012
|
};
|
|
7008
7013
|
};
|
|
7009
7014
|
const deserializeAws_restJson1Mp2Settings = (output, context) => {
|
|
7010
7015
|
return {
|
|
7011
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7012
|
-
Channels: smithy_client_1.expectInt32(output.channels),
|
|
7013
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
7016
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
7017
|
+
Channels: (0, smithy_client_1.expectInt32)(output.channels),
|
|
7018
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
7014
7019
|
};
|
|
7015
7020
|
};
|
|
7016
7021
|
const deserializeAws_restJson1Mp3Settings = (output, context) => {
|
|
7017
7022
|
return {
|
|
7018
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7019
|
-
Channels: smithy_client_1.expectInt32(output.channels),
|
|
7020
|
-
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
7021
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
7022
|
-
VbrQuality: smithy_client_1.expectInt32(output.vbrQuality),
|
|
7023
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
7024
|
+
Channels: (0, smithy_client_1.expectInt32)(output.channels),
|
|
7025
|
+
RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
|
|
7026
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
7027
|
+
VbrQuality: (0, smithy_client_1.expectInt32)(output.vbrQuality),
|
|
7023
7028
|
};
|
|
7024
7029
|
};
|
|
7025
7030
|
const deserializeAws_restJson1Mp4Settings = (output, context) => {
|
|
7026
7031
|
return {
|
|
7027
|
-
AudioDuration: smithy_client_1.expectString(output.audioDuration),
|
|
7028
|
-
CslgAtom: smithy_client_1.expectString(output.cslgAtom),
|
|
7029
|
-
CttsVersion: smithy_client_1.expectInt32(output.cttsVersion),
|
|
7030
|
-
FreeSpaceBox: smithy_client_1.expectString(output.freeSpaceBox),
|
|
7031
|
-
MoovPlacement: smithy_client_1.expectString(output.moovPlacement),
|
|
7032
|
-
Mp4MajorBrand: smithy_client_1.expectString(output.mp4MajorBrand),
|
|
7032
|
+
AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
|
|
7033
|
+
CslgAtom: (0, smithy_client_1.expectString)(output.cslgAtom),
|
|
7034
|
+
CttsVersion: (0, smithy_client_1.expectInt32)(output.cttsVersion),
|
|
7035
|
+
FreeSpaceBox: (0, smithy_client_1.expectString)(output.freeSpaceBox),
|
|
7036
|
+
MoovPlacement: (0, smithy_client_1.expectString)(output.moovPlacement),
|
|
7037
|
+
Mp4MajorBrand: (0, smithy_client_1.expectString)(output.mp4MajorBrand),
|
|
7033
7038
|
};
|
|
7034
7039
|
};
|
|
7035
7040
|
const deserializeAws_restJson1MpdSettings = (output, context) => {
|
|
7036
7041
|
return {
|
|
7037
|
-
AccessibilityCaptionHints: smithy_client_1.expectString(output.accessibilityCaptionHints),
|
|
7038
|
-
AudioDuration: smithy_client_1.expectString(output.audioDuration),
|
|
7039
|
-
CaptionContainerType: smithy_client_1.expectString(output.captionContainerType),
|
|
7040
|
-
Scte35Esam: smithy_client_1.expectString(output.scte35Esam),
|
|
7041
|
-
Scte35Source: smithy_client_1.expectString(output.scte35Source),
|
|
7042
|
-
TimedMetadata: smithy_client_1.expectString(output.timedMetadata),
|
|
7042
|
+
AccessibilityCaptionHints: (0, smithy_client_1.expectString)(output.accessibilityCaptionHints),
|
|
7043
|
+
AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
|
|
7044
|
+
CaptionContainerType: (0, smithy_client_1.expectString)(output.captionContainerType),
|
|
7045
|
+
Scte35Esam: (0, smithy_client_1.expectString)(output.scte35Esam),
|
|
7046
|
+
Scte35Source: (0, smithy_client_1.expectString)(output.scte35Source),
|
|
7047
|
+
TimedMetadata: (0, smithy_client_1.expectString)(output.timedMetadata),
|
|
7043
7048
|
};
|
|
7044
7049
|
};
|
|
7045
7050
|
const deserializeAws_restJson1Mpeg2Settings = (output, context) => {
|
|
7046
7051
|
return {
|
|
7047
|
-
AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
|
|
7048
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7049
|
-
CodecLevel: smithy_client_1.expectString(output.codecLevel),
|
|
7050
|
-
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
7051
|
-
DynamicSubGop: smithy_client_1.expectString(output.dynamicSubGop),
|
|
7052
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
7053
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
7054
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
7055
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
7056
|
-
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
7057
|
-
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
7058
|
-
GopSizeUnits: smithy_client_1.expectString(output.gopSizeUnits),
|
|
7059
|
-
HrdBufferInitialFillPercentage: smithy_client_1.expectInt32(output.hrdBufferInitialFillPercentage),
|
|
7060
|
-
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
7061
|
-
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
7062
|
-
IntraDcPrecision: smithy_client_1.expectString(output.intraDcPrecision),
|
|
7063
|
-
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
7064
|
-
MinIInterval: smithy_client_1.expectInt32(output.minIInterval),
|
|
7065
|
-
NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
7066
|
-
ParControl: smithy_client_1.expectString(output.parControl),
|
|
7067
|
-
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
7068
|
-
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
7069
|
-
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
7070
|
-
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
7071
|
-
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
7072
|
-
SceneChangeDetect: smithy_client_1.expectString(output.sceneChangeDetect),
|
|
7073
|
-
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
7074
|
-
Softness: smithy_client_1.expectInt32(output.softness),
|
|
7075
|
-
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
7076
|
-
Syntax: smithy_client_1.expectString(output.syntax),
|
|
7077
|
-
Telecine: smithy_client_1.expectString(output.telecine),
|
|
7078
|
-
TemporalAdaptiveQuantization: smithy_client_1.expectString(output.temporalAdaptiveQuantization),
|
|
7052
|
+
AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
|
|
7053
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
7054
|
+
CodecLevel: (0, smithy_client_1.expectString)(output.codecLevel),
|
|
7055
|
+
CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
|
|
7056
|
+
DynamicSubGop: (0, smithy_client_1.expectString)(output.dynamicSubGop),
|
|
7057
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
7058
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
7059
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
7060
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
7061
|
+
GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
|
|
7062
|
+
GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
|
|
7063
|
+
GopSizeUnits: (0, smithy_client_1.expectString)(output.gopSizeUnits),
|
|
7064
|
+
HrdBufferInitialFillPercentage: (0, smithy_client_1.expectInt32)(output.hrdBufferInitialFillPercentage),
|
|
7065
|
+
HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
|
|
7066
|
+
InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
|
|
7067
|
+
IntraDcPrecision: (0, smithy_client_1.expectString)(output.intraDcPrecision),
|
|
7068
|
+
MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
|
|
7069
|
+
MinIInterval: (0, smithy_client_1.expectInt32)(output.minIInterval),
|
|
7070
|
+
NumberBFramesBetweenReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberBFramesBetweenReferenceFrames),
|
|
7071
|
+
ParControl: (0, smithy_client_1.expectString)(output.parControl),
|
|
7072
|
+
ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
|
|
7073
|
+
ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
|
|
7074
|
+
QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
|
|
7075
|
+
RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
|
|
7076
|
+
ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
|
|
7077
|
+
SceneChangeDetect: (0, smithy_client_1.expectString)(output.sceneChangeDetect),
|
|
7078
|
+
SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
|
|
7079
|
+
Softness: (0, smithy_client_1.expectInt32)(output.softness),
|
|
7080
|
+
SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
|
|
7081
|
+
Syntax: (0, smithy_client_1.expectString)(output.syntax),
|
|
7082
|
+
Telecine: (0, smithy_client_1.expectString)(output.telecine),
|
|
7083
|
+
TemporalAdaptiveQuantization: (0, smithy_client_1.expectString)(output.temporalAdaptiveQuantization),
|
|
7079
7084
|
};
|
|
7080
7085
|
};
|
|
7081
7086
|
const deserializeAws_restJson1MsSmoothAdditionalManifest = (output, context) => {
|
|
7082
7087
|
return {
|
|
7083
|
-
ManifestNameModifier: smithy_client_1.expectString(output.manifestNameModifier),
|
|
7088
|
+
ManifestNameModifier: (0, smithy_client_1.expectString)(output.manifestNameModifier),
|
|
7084
7089
|
SelectedOutputs: output.selectedOutputs !== undefined && output.selectedOutputs !== null
|
|
7085
7090
|
? deserializeAws_restJson1__listOf__stringMin1(output.selectedOutputs, context)
|
|
7086
7091
|
: undefined,
|
|
@@ -7098,23 +7103,23 @@ const deserializeAws_restJson1MsSmoothGroupSettings = (output, context) => {
|
|
|
7098
7103
|
AdditionalManifests: output.additionalManifests !== undefined && output.additionalManifests !== null
|
|
7099
7104
|
? deserializeAws_restJson1__listOfMsSmoothAdditionalManifest(output.additionalManifests, context)
|
|
7100
7105
|
: undefined,
|
|
7101
|
-
AudioDeduplication: smithy_client_1.expectString(output.audioDeduplication),
|
|
7102
|
-
Destination: smithy_client_1.expectString(output.destination),
|
|
7106
|
+
AudioDeduplication: (0, smithy_client_1.expectString)(output.audioDeduplication),
|
|
7107
|
+
Destination: (0, smithy_client_1.expectString)(output.destination),
|
|
7103
7108
|
DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
|
|
7104
7109
|
? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
|
|
7105
7110
|
: undefined,
|
|
7106
7111
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
7107
7112
|
? deserializeAws_restJson1MsSmoothEncryptionSettings(output.encryption, context)
|
|
7108
7113
|
: undefined,
|
|
7109
|
-
FragmentLength: smithy_client_1.expectInt32(output.fragmentLength),
|
|
7110
|
-
FragmentLengthControl: smithy_client_1.expectString(output.fragmentLengthControl),
|
|
7111
|
-
ManifestEncoding: smithy_client_1.expectString(output.manifestEncoding),
|
|
7114
|
+
FragmentLength: (0, smithy_client_1.expectInt32)(output.fragmentLength),
|
|
7115
|
+
FragmentLengthControl: (0, smithy_client_1.expectString)(output.fragmentLengthControl),
|
|
7116
|
+
ManifestEncoding: (0, smithy_client_1.expectString)(output.manifestEncoding),
|
|
7112
7117
|
};
|
|
7113
7118
|
};
|
|
7114
7119
|
const deserializeAws_restJson1MxfSettings = (output, context) => {
|
|
7115
7120
|
return {
|
|
7116
|
-
AfdSignaling: smithy_client_1.expectString(output.afdSignaling),
|
|
7117
|
-
Profile: smithy_client_1.expectString(output.profile),
|
|
7121
|
+
AfdSignaling: (0, smithy_client_1.expectString)(output.afdSignaling),
|
|
7122
|
+
Profile: (0, smithy_client_1.expectString)(output.profile),
|
|
7118
7123
|
XavcProfileSettings: output.xavcProfileSettings !== undefined && output.xavcProfileSettings !== null
|
|
7119
7124
|
? deserializeAws_restJson1MxfXavcProfileSettings(output.xavcProfileSettings, context)
|
|
7120
7125
|
: undefined,
|
|
@@ -7122,42 +7127,42 @@ const deserializeAws_restJson1MxfSettings = (output, context) => {
|
|
|
7122
7127
|
};
|
|
7123
7128
|
const deserializeAws_restJson1MxfXavcProfileSettings = (output, context) => {
|
|
7124
7129
|
return {
|
|
7125
|
-
DurationMode: smithy_client_1.expectString(output.durationMode),
|
|
7126
|
-
MaxAncDataSize: smithy_client_1.expectInt32(output.maxAncDataSize),
|
|
7130
|
+
DurationMode: (0, smithy_client_1.expectString)(output.durationMode),
|
|
7131
|
+
MaxAncDataSize: (0, smithy_client_1.expectInt32)(output.maxAncDataSize),
|
|
7127
7132
|
};
|
|
7128
7133
|
};
|
|
7129
7134
|
const deserializeAws_restJson1NexGuardFileMarkerSettings = (output, context) => {
|
|
7130
7135
|
return {
|
|
7131
|
-
License: smithy_client_1.expectString(output.license),
|
|
7132
|
-
Payload: smithy_client_1.expectInt32(output.payload),
|
|
7133
|
-
Preset: smithy_client_1.expectString(output.preset),
|
|
7134
|
-
Strength: smithy_client_1.expectString(output.strength),
|
|
7136
|
+
License: (0, smithy_client_1.expectString)(output.license),
|
|
7137
|
+
Payload: (0, smithy_client_1.expectInt32)(output.payload),
|
|
7138
|
+
Preset: (0, smithy_client_1.expectString)(output.preset),
|
|
7139
|
+
Strength: (0, smithy_client_1.expectString)(output.strength),
|
|
7135
7140
|
};
|
|
7136
7141
|
};
|
|
7137
7142
|
const deserializeAws_restJson1NielsenConfiguration = (output, context) => {
|
|
7138
7143
|
return {
|
|
7139
|
-
BreakoutCode: smithy_client_1.expectInt32(output.breakoutCode),
|
|
7140
|
-
DistributorId: smithy_client_1.expectString(output.distributorId),
|
|
7144
|
+
BreakoutCode: (0, smithy_client_1.expectInt32)(output.breakoutCode),
|
|
7145
|
+
DistributorId: (0, smithy_client_1.expectString)(output.distributorId),
|
|
7141
7146
|
};
|
|
7142
7147
|
};
|
|
7143
7148
|
const deserializeAws_restJson1NielsenNonLinearWatermarkSettings = (output, context) => {
|
|
7144
7149
|
return {
|
|
7145
|
-
ActiveWatermarkProcess: smithy_client_1.expectString(output.activeWatermarkProcess),
|
|
7146
|
-
AdiFilename: smithy_client_1.expectString(output.adiFilename),
|
|
7147
|
-
AssetId: smithy_client_1.expectString(output.assetId),
|
|
7148
|
-
AssetName: smithy_client_1.expectString(output.assetName),
|
|
7149
|
-
CbetSourceId: smithy_client_1.expectString(output.cbetSourceId),
|
|
7150
|
-
EpisodeId: smithy_client_1.expectString(output.episodeId),
|
|
7151
|
-
MetadataDestination: smithy_client_1.expectString(output.metadataDestination),
|
|
7152
|
-
SourceId: smithy_client_1.expectInt32(output.sourceId),
|
|
7153
|
-
SourceWatermarkStatus: smithy_client_1.expectString(output.sourceWatermarkStatus),
|
|
7154
|
-
TicServerUrl: smithy_client_1.expectString(output.ticServerUrl),
|
|
7155
|
-
UniqueTicPerAudioTrack: smithy_client_1.expectString(output.uniqueTicPerAudioTrack),
|
|
7150
|
+
ActiveWatermarkProcess: (0, smithy_client_1.expectString)(output.activeWatermarkProcess),
|
|
7151
|
+
AdiFilename: (0, smithy_client_1.expectString)(output.adiFilename),
|
|
7152
|
+
AssetId: (0, smithy_client_1.expectString)(output.assetId),
|
|
7153
|
+
AssetName: (0, smithy_client_1.expectString)(output.assetName),
|
|
7154
|
+
CbetSourceId: (0, smithy_client_1.expectString)(output.cbetSourceId),
|
|
7155
|
+
EpisodeId: (0, smithy_client_1.expectString)(output.episodeId),
|
|
7156
|
+
MetadataDestination: (0, smithy_client_1.expectString)(output.metadataDestination),
|
|
7157
|
+
SourceId: (0, smithy_client_1.expectInt32)(output.sourceId),
|
|
7158
|
+
SourceWatermarkStatus: (0, smithy_client_1.expectString)(output.sourceWatermarkStatus),
|
|
7159
|
+
TicServerUrl: (0, smithy_client_1.expectString)(output.ticServerUrl),
|
|
7160
|
+
UniqueTicPerAudioTrack: (0, smithy_client_1.expectString)(output.uniqueTicPerAudioTrack),
|
|
7156
7161
|
};
|
|
7157
7162
|
};
|
|
7158
7163
|
const deserializeAws_restJson1NoiseReducer = (output, context) => {
|
|
7159
7164
|
return {
|
|
7160
|
-
Filter: smithy_client_1.expectString(output.filter),
|
|
7165
|
+
Filter: (0, smithy_client_1.expectString)(output.filter),
|
|
7161
7166
|
FilterSettings: output.filterSettings !== undefined && output.filterSettings !== null
|
|
7162
7167
|
? deserializeAws_restJson1NoiseReducerFilterSettings(output.filterSettings, context)
|
|
7163
7168
|
: undefined,
|
|
@@ -7171,30 +7176,30 @@ const deserializeAws_restJson1NoiseReducer = (output, context) => {
|
|
|
7171
7176
|
};
|
|
7172
7177
|
const deserializeAws_restJson1NoiseReducerFilterSettings = (output, context) => {
|
|
7173
7178
|
return {
|
|
7174
|
-
Strength: smithy_client_1.expectInt32(output.strength),
|
|
7179
|
+
Strength: (0, smithy_client_1.expectInt32)(output.strength),
|
|
7175
7180
|
};
|
|
7176
7181
|
};
|
|
7177
7182
|
const deserializeAws_restJson1NoiseReducerSpatialFilterSettings = (output, context) => {
|
|
7178
7183
|
return {
|
|
7179
|
-
PostFilterSharpenStrength: smithy_client_1.expectInt32(output.postFilterSharpenStrength),
|
|
7180
|
-
Speed: smithy_client_1.expectInt32(output.speed),
|
|
7181
|
-
Strength: smithy_client_1.expectInt32(output.strength),
|
|
7184
|
+
PostFilterSharpenStrength: (0, smithy_client_1.expectInt32)(output.postFilterSharpenStrength),
|
|
7185
|
+
Speed: (0, smithy_client_1.expectInt32)(output.speed),
|
|
7186
|
+
Strength: (0, smithy_client_1.expectInt32)(output.strength),
|
|
7182
7187
|
};
|
|
7183
7188
|
};
|
|
7184
7189
|
const deserializeAws_restJson1NoiseReducerTemporalFilterSettings = (output, context) => {
|
|
7185
7190
|
return {
|
|
7186
|
-
AggressiveMode: smithy_client_1.expectInt32(output.aggressiveMode),
|
|
7187
|
-
PostTemporalSharpening: smithy_client_1.expectString(output.postTemporalSharpening),
|
|
7188
|
-
PostTemporalSharpeningStrength: smithy_client_1.expectString(output.postTemporalSharpeningStrength),
|
|
7189
|
-
Speed: smithy_client_1.expectInt32(output.speed),
|
|
7190
|
-
Strength: smithy_client_1.expectInt32(output.strength),
|
|
7191
|
+
AggressiveMode: (0, smithy_client_1.expectInt32)(output.aggressiveMode),
|
|
7192
|
+
PostTemporalSharpening: (0, smithy_client_1.expectString)(output.postTemporalSharpening),
|
|
7193
|
+
PostTemporalSharpeningStrength: (0, smithy_client_1.expectString)(output.postTemporalSharpeningStrength),
|
|
7194
|
+
Speed: (0, smithy_client_1.expectInt32)(output.speed),
|
|
7195
|
+
Strength: (0, smithy_client_1.expectInt32)(output.strength),
|
|
7191
7196
|
};
|
|
7192
7197
|
};
|
|
7193
7198
|
const deserializeAws_restJson1OpusSettings = (output, context) => {
|
|
7194
7199
|
return {
|
|
7195
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7196
|
-
Channels: smithy_client_1.expectInt32(output.channels),
|
|
7197
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
7200
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
7201
|
+
Channels: (0, smithy_client_1.expectInt32)(output.channels),
|
|
7202
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
7198
7203
|
};
|
|
7199
7204
|
};
|
|
7200
7205
|
const deserializeAws_restJson1Output = (output, context) => {
|
|
@@ -7208,12 +7213,12 @@ const deserializeAws_restJson1Output = (output, context) => {
|
|
|
7208
7213
|
ContainerSettings: output.containerSettings !== undefined && output.containerSettings !== null
|
|
7209
7214
|
? deserializeAws_restJson1ContainerSettings(output.containerSettings, context)
|
|
7210
7215
|
: undefined,
|
|
7211
|
-
Extension: smithy_client_1.expectString(output.extension),
|
|
7212
|
-
NameModifier: smithy_client_1.expectString(output.nameModifier),
|
|
7216
|
+
Extension: (0, smithy_client_1.expectString)(output.extension),
|
|
7217
|
+
NameModifier: (0, smithy_client_1.expectString)(output.nameModifier),
|
|
7213
7218
|
OutputSettings: output.outputSettings !== undefined && output.outputSettings !== null
|
|
7214
7219
|
? deserializeAws_restJson1OutputSettings(output.outputSettings, context)
|
|
7215
7220
|
: undefined,
|
|
7216
|
-
Preset: smithy_client_1.expectString(output.preset),
|
|
7221
|
+
Preset: (0, smithy_client_1.expectString)(output.preset),
|
|
7217
7222
|
VideoDescription: output.videoDescription !== undefined && output.videoDescription !== null
|
|
7218
7223
|
? deserializeAws_restJson1VideoDescription(output.videoDescription, context)
|
|
7219
7224
|
: undefined,
|
|
@@ -7231,7 +7236,7 @@ const deserializeAws_restJson1OutputChannelMapping = (output, context) => {
|
|
|
7231
7236
|
};
|
|
7232
7237
|
const deserializeAws_restJson1OutputDetail = (output, context) => {
|
|
7233
7238
|
return {
|
|
7234
|
-
DurationInMs: smithy_client_1.expectInt32(output.durationInMs),
|
|
7239
|
+
DurationInMs: (0, smithy_client_1.expectInt32)(output.durationInMs),
|
|
7235
7240
|
VideoDetails: output.videoDetails !== undefined && output.videoDetails !== null
|
|
7236
7241
|
? deserializeAws_restJson1VideoDetail(output.videoDetails, context)
|
|
7237
7242
|
: undefined,
|
|
@@ -7242,8 +7247,8 @@ const deserializeAws_restJson1OutputGroup = (output, context) => {
|
|
|
7242
7247
|
AutomatedEncodingSettings: output.automatedEncodingSettings !== undefined && output.automatedEncodingSettings !== null
|
|
7243
7248
|
? deserializeAws_restJson1AutomatedEncodingSettings(output.automatedEncodingSettings, context)
|
|
7244
7249
|
: undefined,
|
|
7245
|
-
CustomName: smithy_client_1.expectString(output.customName),
|
|
7246
|
-
Name: smithy_client_1.expectString(output.name),
|
|
7250
|
+
CustomName: (0, smithy_client_1.expectString)(output.customName),
|
|
7251
|
+
Name: (0, smithy_client_1.expectString)(output.name),
|
|
7247
7252
|
OutputGroupSettings: output.outputGroupSettings !== undefined && output.outputGroupSettings !== null
|
|
7248
7253
|
? deserializeAws_restJson1OutputGroupSettings(output.outputGroupSettings, context)
|
|
7249
7254
|
: undefined,
|
|
@@ -7276,7 +7281,7 @@ const deserializeAws_restJson1OutputGroupSettings = (output, context) => {
|
|
|
7276
7281
|
MsSmoothGroupSettings: output.msSmoothGroupSettings !== undefined && output.msSmoothGroupSettings !== null
|
|
7277
7282
|
? deserializeAws_restJson1MsSmoothGroupSettings(output.msSmoothGroupSettings, context)
|
|
7278
7283
|
: undefined,
|
|
7279
|
-
Type: smithy_client_1.expectString(output.type),
|
|
7284
|
+
Type: (0, smithy_client_1.expectString)(output.type),
|
|
7280
7285
|
};
|
|
7281
7286
|
};
|
|
7282
7287
|
const deserializeAws_restJson1OutputSettings = (output, context) => {
|
|
@@ -7295,27 +7300,27 @@ const deserializeAws_restJson1PartnerWatermarking = (output, context) => {
|
|
|
7295
7300
|
};
|
|
7296
7301
|
const deserializeAws_restJson1Policy = (output, context) => {
|
|
7297
7302
|
return {
|
|
7298
|
-
HttpInputs: smithy_client_1.expectString(output.httpInputs),
|
|
7299
|
-
HttpsInputs: smithy_client_1.expectString(output.httpsInputs),
|
|
7300
|
-
S3Inputs: smithy_client_1.expectString(output.s3Inputs),
|
|
7303
|
+
HttpInputs: (0, smithy_client_1.expectString)(output.httpInputs),
|
|
7304
|
+
HttpsInputs: (0, smithy_client_1.expectString)(output.httpsInputs),
|
|
7305
|
+
S3Inputs: (0, smithy_client_1.expectString)(output.s3Inputs),
|
|
7301
7306
|
};
|
|
7302
7307
|
};
|
|
7303
7308
|
const deserializeAws_restJson1Preset = (output, context) => {
|
|
7304
7309
|
return {
|
|
7305
|
-
Arn: smithy_client_1.expectString(output.arn),
|
|
7306
|
-
Category: smithy_client_1.expectString(output.category),
|
|
7310
|
+
Arn: (0, smithy_client_1.expectString)(output.arn),
|
|
7311
|
+
Category: (0, smithy_client_1.expectString)(output.category),
|
|
7307
7312
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
7308
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
7313
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
|
|
7309
7314
|
: undefined,
|
|
7310
|
-
Description: smithy_client_1.expectString(output.description),
|
|
7315
|
+
Description: (0, smithy_client_1.expectString)(output.description),
|
|
7311
7316
|
LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
|
|
7312
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdated)))
|
|
7317
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdated)))
|
|
7313
7318
|
: undefined,
|
|
7314
|
-
Name: smithy_client_1.expectString(output.name),
|
|
7319
|
+
Name: (0, smithy_client_1.expectString)(output.name),
|
|
7315
7320
|
Settings: output.settings !== undefined && output.settings !== null
|
|
7316
7321
|
? deserializeAws_restJson1PresetSettings(output.settings, context)
|
|
7317
7322
|
: undefined,
|
|
7318
|
-
Type: smithy_client_1.expectString(output.type),
|
|
7323
|
+
Type: (0, smithy_client_1.expectString)(output.type),
|
|
7319
7324
|
};
|
|
7320
7325
|
};
|
|
7321
7326
|
const deserializeAws_restJson1PresetSettings = (output, context) => {
|
|
@@ -7336,57 +7341,57 @@ const deserializeAws_restJson1PresetSettings = (output, context) => {
|
|
|
7336
7341
|
};
|
|
7337
7342
|
const deserializeAws_restJson1ProresSettings = (output, context) => {
|
|
7338
7343
|
return {
|
|
7339
|
-
ChromaSampling: smithy_client_1.expectString(output.chromaSampling),
|
|
7340
|
-
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
7341
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
7342
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
7343
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
7344
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
7345
|
-
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
7346
|
-
ParControl: smithy_client_1.expectString(output.parControl),
|
|
7347
|
-
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
7348
|
-
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
7349
|
-
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
7350
|
-
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
7351
|
-
Telecine: smithy_client_1.expectString(output.telecine),
|
|
7344
|
+
ChromaSampling: (0, smithy_client_1.expectString)(output.chromaSampling),
|
|
7345
|
+
CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
|
|
7346
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
7347
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
7348
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
7349
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
7350
|
+
InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
|
|
7351
|
+
ParControl: (0, smithy_client_1.expectString)(output.parControl),
|
|
7352
|
+
ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
|
|
7353
|
+
ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
|
|
7354
|
+
ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
|
|
7355
|
+
SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
|
|
7356
|
+
Telecine: (0, smithy_client_1.expectString)(output.telecine),
|
|
7352
7357
|
};
|
|
7353
7358
|
};
|
|
7354
7359
|
const deserializeAws_restJson1Queue = (output, context) => {
|
|
7355
7360
|
return {
|
|
7356
|
-
Arn: smithy_client_1.expectString(output.arn),
|
|
7361
|
+
Arn: (0, smithy_client_1.expectString)(output.arn),
|
|
7357
7362
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
7358
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
7363
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
|
|
7359
7364
|
: undefined,
|
|
7360
|
-
Description: smithy_client_1.expectString(output.description),
|
|
7365
|
+
Description: (0, smithy_client_1.expectString)(output.description),
|
|
7361
7366
|
LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
|
|
7362
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdated)))
|
|
7367
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdated)))
|
|
7363
7368
|
: undefined,
|
|
7364
|
-
Name: smithy_client_1.expectString(output.name),
|
|
7365
|
-
PricingPlan: smithy_client_1.expectString(output.pricingPlan),
|
|
7366
|
-
ProgressingJobsCount: smithy_client_1.expectInt32(output.progressingJobsCount),
|
|
7369
|
+
Name: (0, smithy_client_1.expectString)(output.name),
|
|
7370
|
+
PricingPlan: (0, smithy_client_1.expectString)(output.pricingPlan),
|
|
7371
|
+
ProgressingJobsCount: (0, smithy_client_1.expectInt32)(output.progressingJobsCount),
|
|
7367
7372
|
ReservationPlan: output.reservationPlan !== undefined && output.reservationPlan !== null
|
|
7368
7373
|
? deserializeAws_restJson1ReservationPlan(output.reservationPlan, context)
|
|
7369
7374
|
: undefined,
|
|
7370
|
-
Status: smithy_client_1.expectString(output.status),
|
|
7371
|
-
SubmittedJobsCount: smithy_client_1.expectInt32(output.submittedJobsCount),
|
|
7372
|
-
Type: smithy_client_1.expectString(output.type),
|
|
7375
|
+
Status: (0, smithy_client_1.expectString)(output.status),
|
|
7376
|
+
SubmittedJobsCount: (0, smithy_client_1.expectInt32)(output.submittedJobsCount),
|
|
7377
|
+
Type: (0, smithy_client_1.expectString)(output.type),
|
|
7373
7378
|
};
|
|
7374
7379
|
};
|
|
7375
7380
|
const deserializeAws_restJson1QueueTransition = (output, context) => {
|
|
7376
7381
|
return {
|
|
7377
|
-
DestinationQueue: smithy_client_1.expectString(output.destinationQueue),
|
|
7378
|
-
SourceQueue: smithy_client_1.expectString(output.sourceQueue),
|
|
7382
|
+
DestinationQueue: (0, smithy_client_1.expectString)(output.destinationQueue),
|
|
7383
|
+
SourceQueue: (0, smithy_client_1.expectString)(output.sourceQueue),
|
|
7379
7384
|
Timestamp: output.timestamp !== undefined && output.timestamp !== null
|
|
7380
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.timestamp)))
|
|
7385
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.timestamp)))
|
|
7381
7386
|
: undefined,
|
|
7382
7387
|
};
|
|
7383
7388
|
};
|
|
7384
7389
|
const deserializeAws_restJson1Rectangle = (output, context) => {
|
|
7385
7390
|
return {
|
|
7386
|
-
Height: smithy_client_1.expectInt32(output.height),
|
|
7387
|
-
Width: smithy_client_1.expectInt32(output.width),
|
|
7388
|
-
X: smithy_client_1.expectInt32(output.x),
|
|
7389
|
-
Y: smithy_client_1.expectInt32(output.y),
|
|
7391
|
+
Height: (0, smithy_client_1.expectInt32)(output.height),
|
|
7392
|
+
Width: (0, smithy_client_1.expectInt32)(output.width),
|
|
7393
|
+
X: (0, smithy_client_1.expectInt32)(output.x),
|
|
7394
|
+
Y: (0, smithy_client_1.expectInt32)(output.y),
|
|
7390
7395
|
};
|
|
7391
7396
|
};
|
|
7392
7397
|
const deserializeAws_restJson1RemixSettings = (output, context) => {
|
|
@@ -7394,27 +7399,27 @@ const deserializeAws_restJson1RemixSettings = (output, context) => {
|
|
|
7394
7399
|
ChannelMapping: output.channelMapping !== undefined && output.channelMapping !== null
|
|
7395
7400
|
? deserializeAws_restJson1ChannelMapping(output.channelMapping, context)
|
|
7396
7401
|
: undefined,
|
|
7397
|
-
ChannelsIn: smithy_client_1.expectInt32(output.channelsIn),
|
|
7398
|
-
ChannelsOut: smithy_client_1.expectInt32(output.channelsOut),
|
|
7402
|
+
ChannelsIn: (0, smithy_client_1.expectInt32)(output.channelsIn),
|
|
7403
|
+
ChannelsOut: (0, smithy_client_1.expectInt32)(output.channelsOut),
|
|
7399
7404
|
};
|
|
7400
7405
|
};
|
|
7401
7406
|
const deserializeAws_restJson1ReservationPlan = (output, context) => {
|
|
7402
7407
|
return {
|
|
7403
|
-
Commitment: smithy_client_1.expectString(output.commitment),
|
|
7408
|
+
Commitment: (0, smithy_client_1.expectString)(output.commitment),
|
|
7404
7409
|
ExpiresAt: output.expiresAt !== undefined && output.expiresAt !== null
|
|
7405
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.expiresAt)))
|
|
7410
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.expiresAt)))
|
|
7406
7411
|
: undefined,
|
|
7407
7412
|
PurchasedAt: output.purchasedAt !== undefined && output.purchasedAt !== null
|
|
7408
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.purchasedAt)))
|
|
7413
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.purchasedAt)))
|
|
7409
7414
|
: undefined,
|
|
7410
|
-
RenewalType: smithy_client_1.expectString(output.renewalType),
|
|
7411
|
-
ReservedSlots: smithy_client_1.expectInt32(output.reservedSlots),
|
|
7412
|
-
Status: smithy_client_1.expectString(output.status),
|
|
7415
|
+
RenewalType: (0, smithy_client_1.expectString)(output.renewalType),
|
|
7416
|
+
ReservedSlots: (0, smithy_client_1.expectInt32)(output.reservedSlots),
|
|
7417
|
+
Status: (0, smithy_client_1.expectString)(output.status),
|
|
7413
7418
|
};
|
|
7414
7419
|
};
|
|
7415
7420
|
const deserializeAws_restJson1ResourceTags = (output, context) => {
|
|
7416
7421
|
return {
|
|
7417
|
-
Arn: smithy_client_1.expectString(output.arn),
|
|
7422
|
+
Arn: (0, smithy_client_1.expectString)(output.arn),
|
|
7418
7423
|
Tags: output.tags !== undefined && output.tags !== null
|
|
7419
7424
|
? deserializeAws_restJson1__mapOf__string(output.tags, context)
|
|
7420
7425
|
: undefined,
|
|
@@ -7422,7 +7427,7 @@ const deserializeAws_restJson1ResourceTags = (output, context) => {
|
|
|
7422
7427
|
};
|
|
7423
7428
|
const deserializeAws_restJson1S3DestinationAccessControl = (output, context) => {
|
|
7424
7429
|
return {
|
|
7425
|
-
CannedAcl: smithy_client_1.expectString(output.cannedAcl),
|
|
7430
|
+
CannedAcl: (0, smithy_client_1.expectString)(output.cannedAcl),
|
|
7426
7431
|
};
|
|
7427
7432
|
};
|
|
7428
7433
|
const deserializeAws_restJson1S3DestinationSettings = (output, context) => {
|
|
@@ -7437,55 +7442,55 @@ const deserializeAws_restJson1S3DestinationSettings = (output, context) => {
|
|
|
7437
7442
|
};
|
|
7438
7443
|
const deserializeAws_restJson1S3EncryptionSettings = (output, context) => {
|
|
7439
7444
|
return {
|
|
7440
|
-
EncryptionType: smithy_client_1.expectString(output.encryptionType),
|
|
7441
|
-
KmsEncryptionContext: smithy_client_1.expectString(output.kmsEncryptionContext),
|
|
7442
|
-
KmsKeyArn: smithy_client_1.expectString(output.kmsKeyArn),
|
|
7445
|
+
EncryptionType: (0, smithy_client_1.expectString)(output.encryptionType),
|
|
7446
|
+
KmsEncryptionContext: (0, smithy_client_1.expectString)(output.kmsEncryptionContext),
|
|
7447
|
+
KmsKeyArn: (0, smithy_client_1.expectString)(output.kmsKeyArn),
|
|
7443
7448
|
};
|
|
7444
7449
|
};
|
|
7445
7450
|
const deserializeAws_restJson1SccDestinationSettings = (output, context) => {
|
|
7446
7451
|
return {
|
|
7447
|
-
Framerate: smithy_client_1.expectString(output.framerate),
|
|
7452
|
+
Framerate: (0, smithy_client_1.expectString)(output.framerate),
|
|
7448
7453
|
};
|
|
7449
7454
|
};
|
|
7450
7455
|
const deserializeAws_restJson1SpekeKeyProvider = (output, context) => {
|
|
7451
7456
|
return {
|
|
7452
|
-
CertificateArn: smithy_client_1.expectString(output.certificateArn),
|
|
7453
|
-
ResourceId: smithy_client_1.expectString(output.resourceId),
|
|
7457
|
+
CertificateArn: (0, smithy_client_1.expectString)(output.certificateArn),
|
|
7458
|
+
ResourceId: (0, smithy_client_1.expectString)(output.resourceId),
|
|
7454
7459
|
SystemIds: output.systemIds !== undefined && output.systemIds !== null
|
|
7455
7460
|
? deserializeAws_restJson1__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12(output.systemIds, context)
|
|
7456
7461
|
: undefined,
|
|
7457
|
-
Url: smithy_client_1.expectString(output.url),
|
|
7462
|
+
Url: (0, smithy_client_1.expectString)(output.url),
|
|
7458
7463
|
};
|
|
7459
7464
|
};
|
|
7460
7465
|
const deserializeAws_restJson1SpekeKeyProviderCmaf = (output, context) => {
|
|
7461
7466
|
return {
|
|
7462
|
-
CertificateArn: smithy_client_1.expectString(output.certificateArn),
|
|
7467
|
+
CertificateArn: (0, smithy_client_1.expectString)(output.certificateArn),
|
|
7463
7468
|
DashSignaledSystemIds: output.dashSignaledSystemIds !== undefined && output.dashSignaledSystemIds !== null
|
|
7464
7469
|
? deserializeAws_restJson1__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12(output.dashSignaledSystemIds, context)
|
|
7465
7470
|
: undefined,
|
|
7466
7471
|
HlsSignaledSystemIds: output.hlsSignaledSystemIds !== undefined && output.hlsSignaledSystemIds !== null
|
|
7467
7472
|
? deserializeAws_restJson1__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12(output.hlsSignaledSystemIds, context)
|
|
7468
7473
|
: undefined,
|
|
7469
|
-
ResourceId: smithy_client_1.expectString(output.resourceId),
|
|
7470
|
-
Url: smithy_client_1.expectString(output.url),
|
|
7474
|
+
ResourceId: (0, smithy_client_1.expectString)(output.resourceId),
|
|
7475
|
+
Url: (0, smithy_client_1.expectString)(output.url),
|
|
7471
7476
|
};
|
|
7472
7477
|
};
|
|
7473
7478
|
const deserializeAws_restJson1SrtDestinationSettings = (output, context) => {
|
|
7474
7479
|
return {
|
|
7475
|
-
StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
|
|
7480
|
+
StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
|
|
7476
7481
|
};
|
|
7477
7482
|
};
|
|
7478
7483
|
const deserializeAws_restJson1StaticKeyProvider = (output, context) => {
|
|
7479
7484
|
return {
|
|
7480
|
-
KeyFormat: smithy_client_1.expectString(output.keyFormat),
|
|
7481
|
-
KeyFormatVersions: smithy_client_1.expectString(output.keyFormatVersions),
|
|
7482
|
-
StaticKeyValue: smithy_client_1.expectString(output.staticKeyValue),
|
|
7483
|
-
Url: smithy_client_1.expectString(output.url),
|
|
7485
|
+
KeyFormat: (0, smithy_client_1.expectString)(output.keyFormat),
|
|
7486
|
+
KeyFormatVersions: (0, smithy_client_1.expectString)(output.keyFormatVersions),
|
|
7487
|
+
StaticKeyValue: (0, smithy_client_1.expectString)(output.staticKeyValue),
|
|
7488
|
+
Url: (0, smithy_client_1.expectString)(output.url),
|
|
7484
7489
|
};
|
|
7485
7490
|
};
|
|
7486
7491
|
const deserializeAws_restJson1TeletextDestinationSettings = (output, context) => {
|
|
7487
7492
|
return {
|
|
7488
|
-
PageNumber: smithy_client_1.expectString(output.pageNumber),
|
|
7493
|
+
PageNumber: (0, smithy_client_1.expectString)(output.pageNumber),
|
|
7489
7494
|
PageTypes: output.pageTypes !== undefined && output.pageTypes !== null
|
|
7490
7495
|
? deserializeAws_restJson1__listOfTeletextPageType(output.pageTypes, context)
|
|
7491
7496
|
: undefined,
|
|
@@ -7493,22 +7498,22 @@ const deserializeAws_restJson1TeletextDestinationSettings = (output, context) =>
|
|
|
7493
7498
|
};
|
|
7494
7499
|
const deserializeAws_restJson1TeletextSourceSettings = (output, context) => {
|
|
7495
7500
|
return {
|
|
7496
|
-
PageNumber: smithy_client_1.expectString(output.pageNumber),
|
|
7501
|
+
PageNumber: (0, smithy_client_1.expectString)(output.pageNumber),
|
|
7497
7502
|
};
|
|
7498
7503
|
};
|
|
7499
7504
|
const deserializeAws_restJson1TimecodeBurnin = (output, context) => {
|
|
7500
7505
|
return {
|
|
7501
|
-
FontSize: smithy_client_1.expectInt32(output.fontSize),
|
|
7502
|
-
Position: smithy_client_1.expectString(output.position),
|
|
7503
|
-
Prefix: smithy_client_1.expectString(output.prefix),
|
|
7506
|
+
FontSize: (0, smithy_client_1.expectInt32)(output.fontSize),
|
|
7507
|
+
Position: (0, smithy_client_1.expectString)(output.position),
|
|
7508
|
+
Prefix: (0, smithy_client_1.expectString)(output.prefix),
|
|
7504
7509
|
};
|
|
7505
7510
|
};
|
|
7506
7511
|
const deserializeAws_restJson1TimecodeConfig = (output, context) => {
|
|
7507
7512
|
return {
|
|
7508
|
-
Anchor: smithy_client_1.expectString(output.anchor),
|
|
7509
|
-
Source: smithy_client_1.expectString(output.source),
|
|
7510
|
-
Start: smithy_client_1.expectString(output.start),
|
|
7511
|
-
TimestampOffset: smithy_client_1.expectString(output.timestampOffset),
|
|
7513
|
+
Anchor: (0, smithy_client_1.expectString)(output.anchor),
|
|
7514
|
+
Source: (0, smithy_client_1.expectString)(output.source),
|
|
7515
|
+
Start: (0, smithy_client_1.expectString)(output.start),
|
|
7516
|
+
TimestampOffset: (0, smithy_client_1.expectString)(output.timestampOffset),
|
|
7512
7517
|
};
|
|
7513
7518
|
};
|
|
7514
7519
|
const deserializeAws_restJson1TimedMetadataInsertion = (output, context) => {
|
|
@@ -7521,37 +7526,37 @@ const deserializeAws_restJson1TimedMetadataInsertion = (output, context) => {
|
|
|
7521
7526
|
const deserializeAws_restJson1Timing = (output, context) => {
|
|
7522
7527
|
return {
|
|
7523
7528
|
FinishTime: output.finishTime !== undefined && output.finishTime !== null
|
|
7524
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.finishTime)))
|
|
7529
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.finishTime)))
|
|
7525
7530
|
: undefined,
|
|
7526
7531
|
StartTime: output.startTime !== undefined && output.startTime !== null
|
|
7527
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
|
|
7532
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
|
|
7528
7533
|
: undefined,
|
|
7529
7534
|
SubmitTime: output.submitTime !== undefined && output.submitTime !== null
|
|
7530
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.submitTime)))
|
|
7535
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.submitTime)))
|
|
7531
7536
|
: undefined,
|
|
7532
7537
|
};
|
|
7533
7538
|
};
|
|
7534
7539
|
const deserializeAws_restJson1TrackSourceSettings = (output, context) => {
|
|
7535
7540
|
return {
|
|
7536
|
-
TrackNumber: smithy_client_1.expectInt32(output.trackNumber),
|
|
7541
|
+
TrackNumber: (0, smithy_client_1.expectInt32)(output.trackNumber),
|
|
7537
7542
|
};
|
|
7538
7543
|
};
|
|
7539
7544
|
const deserializeAws_restJson1TtmlDestinationSettings = (output, context) => {
|
|
7540
7545
|
return {
|
|
7541
|
-
StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
|
|
7546
|
+
StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
|
|
7542
7547
|
};
|
|
7543
7548
|
};
|
|
7544
7549
|
const deserializeAws_restJson1Vc3Settings = (output, context) => {
|
|
7545
7550
|
return {
|
|
7546
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
7547
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
7548
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
7549
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
7550
|
-
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
7551
|
-
ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
|
|
7552
|
-
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
7553
|
-
Telecine: smithy_client_1.expectString(output.telecine),
|
|
7554
|
-
Vc3Class: smithy_client_1.expectString(output.vc3Class),
|
|
7551
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
7552
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
7553
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
7554
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
7555
|
+
InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
|
|
7556
|
+
ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
|
|
7557
|
+
SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
|
|
7558
|
+
Telecine: (0, smithy_client_1.expectString)(output.telecine),
|
|
7559
|
+
Vc3Class: (0, smithy_client_1.expectString)(output.vc3Class),
|
|
7555
7560
|
};
|
|
7556
7561
|
};
|
|
7557
7562
|
const deserializeAws_restJson1VideoCodecSettings = (output, context) => {
|
|
@@ -7562,7 +7567,7 @@ const deserializeAws_restJson1VideoCodecSettings = (output, context) => {
|
|
|
7562
7567
|
AvcIntraSettings: output.avcIntraSettings !== undefined && output.avcIntraSettings !== null
|
|
7563
7568
|
? deserializeAws_restJson1AvcIntraSettings(output.avcIntraSettings, context)
|
|
7564
7569
|
: undefined,
|
|
7565
|
-
Codec: smithy_client_1.expectString(output.codec),
|
|
7570
|
+
Codec: (0, smithy_client_1.expectString)(output.codec),
|
|
7566
7571
|
FrameCaptureSettings: output.frameCaptureSettings !== undefined && output.frameCaptureSettings !== null
|
|
7567
7572
|
? deserializeAws_restJson1FrameCaptureSettings(output.frameCaptureSettings, context)
|
|
7568
7573
|
: undefined,
|
|
@@ -7594,35 +7599,35 @@ const deserializeAws_restJson1VideoCodecSettings = (output, context) => {
|
|
|
7594
7599
|
};
|
|
7595
7600
|
const deserializeAws_restJson1VideoDescription = (output, context) => {
|
|
7596
7601
|
return {
|
|
7597
|
-
AfdSignaling: smithy_client_1.expectString(output.afdSignaling),
|
|
7598
|
-
AntiAlias: smithy_client_1.expectString(output.antiAlias),
|
|
7602
|
+
AfdSignaling: (0, smithy_client_1.expectString)(output.afdSignaling),
|
|
7603
|
+
AntiAlias: (0, smithy_client_1.expectString)(output.antiAlias),
|
|
7599
7604
|
CodecSettings: output.codecSettings !== undefined && output.codecSettings !== null
|
|
7600
7605
|
? deserializeAws_restJson1VideoCodecSettings(output.codecSettings, context)
|
|
7601
7606
|
: undefined,
|
|
7602
|
-
ColorMetadata: smithy_client_1.expectString(output.colorMetadata),
|
|
7607
|
+
ColorMetadata: (0, smithy_client_1.expectString)(output.colorMetadata),
|
|
7603
7608
|
Crop: output.crop !== undefined && output.crop !== null
|
|
7604
7609
|
? deserializeAws_restJson1Rectangle(output.crop, context)
|
|
7605
7610
|
: undefined,
|
|
7606
|
-
DropFrameTimecode: smithy_client_1.expectString(output.dropFrameTimecode),
|
|
7607
|
-
FixedAfd: smithy_client_1.expectInt32(output.fixedAfd),
|
|
7608
|
-
Height: smithy_client_1.expectInt32(output.height),
|
|
7611
|
+
DropFrameTimecode: (0, smithy_client_1.expectString)(output.dropFrameTimecode),
|
|
7612
|
+
FixedAfd: (0, smithy_client_1.expectInt32)(output.fixedAfd),
|
|
7613
|
+
Height: (0, smithy_client_1.expectInt32)(output.height),
|
|
7609
7614
|
Position: output.position !== undefined && output.position !== null
|
|
7610
7615
|
? deserializeAws_restJson1Rectangle(output.position, context)
|
|
7611
7616
|
: undefined,
|
|
7612
|
-
RespondToAfd: smithy_client_1.expectString(output.respondToAfd),
|
|
7613
|
-
ScalingBehavior: smithy_client_1.expectString(output.scalingBehavior),
|
|
7614
|
-
Sharpness: smithy_client_1.expectInt32(output.sharpness),
|
|
7615
|
-
TimecodeInsertion: smithy_client_1.expectString(output.timecodeInsertion),
|
|
7617
|
+
RespondToAfd: (0, smithy_client_1.expectString)(output.respondToAfd),
|
|
7618
|
+
ScalingBehavior: (0, smithy_client_1.expectString)(output.scalingBehavior),
|
|
7619
|
+
Sharpness: (0, smithy_client_1.expectInt32)(output.sharpness),
|
|
7620
|
+
TimecodeInsertion: (0, smithy_client_1.expectString)(output.timecodeInsertion),
|
|
7616
7621
|
VideoPreprocessors: output.videoPreprocessors !== undefined && output.videoPreprocessors !== null
|
|
7617
7622
|
? deserializeAws_restJson1VideoPreprocessor(output.videoPreprocessors, context)
|
|
7618
7623
|
: undefined,
|
|
7619
|
-
Width: smithy_client_1.expectInt32(output.width),
|
|
7624
|
+
Width: (0, smithy_client_1.expectInt32)(output.width),
|
|
7620
7625
|
};
|
|
7621
7626
|
};
|
|
7622
7627
|
const deserializeAws_restJson1VideoDetail = (output, context) => {
|
|
7623
7628
|
return {
|
|
7624
|
-
HeightInPx: smithy_client_1.expectInt32(output.heightInPx),
|
|
7625
|
-
WidthInPx: smithy_client_1.expectInt32(output.widthInPx),
|
|
7629
|
+
HeightInPx: (0, smithy_client_1.expectInt32)(output.heightInPx),
|
|
7630
|
+
WidthInPx: (0, smithy_client_1.expectInt32)(output.widthInPx),
|
|
7626
7631
|
};
|
|
7627
7632
|
};
|
|
7628
7633
|
const deserializeAws_restJson1VideoPreprocessor = (output, context) => {
|
|
@@ -7655,133 +7660,134 @@ const deserializeAws_restJson1VideoPreprocessor = (output, context) => {
|
|
|
7655
7660
|
};
|
|
7656
7661
|
const deserializeAws_restJson1VideoSelector = (output, context) => {
|
|
7657
7662
|
return {
|
|
7658
|
-
AlphaBehavior: smithy_client_1.expectString(output.alphaBehavior),
|
|
7659
|
-
ColorSpace: smithy_client_1.expectString(output.colorSpace),
|
|
7660
|
-
ColorSpaceUsage: smithy_client_1.expectString(output.colorSpaceUsage),
|
|
7663
|
+
AlphaBehavior: (0, smithy_client_1.expectString)(output.alphaBehavior),
|
|
7664
|
+
ColorSpace: (0, smithy_client_1.expectString)(output.colorSpace),
|
|
7665
|
+
ColorSpaceUsage: (0, smithy_client_1.expectString)(output.colorSpaceUsage),
|
|
7666
|
+
EmbeddedTimecodeOverride: (0, smithy_client_1.expectString)(output.embeddedTimecodeOverride),
|
|
7661
7667
|
Hdr10Metadata: output.hdr10Metadata !== undefined && output.hdr10Metadata !== null
|
|
7662
7668
|
? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context)
|
|
7663
7669
|
: undefined,
|
|
7664
|
-
Pid: smithy_client_1.expectInt32(output.pid),
|
|
7665
|
-
ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
|
|
7666
|
-
Rotate: smithy_client_1.expectString(output.rotate),
|
|
7667
|
-
SampleRange: smithy_client_1.expectString(output.sampleRange),
|
|
7670
|
+
Pid: (0, smithy_client_1.expectInt32)(output.pid),
|
|
7671
|
+
ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
|
|
7672
|
+
Rotate: (0, smithy_client_1.expectString)(output.rotate),
|
|
7673
|
+
SampleRange: (0, smithy_client_1.expectString)(output.sampleRange),
|
|
7668
7674
|
};
|
|
7669
7675
|
};
|
|
7670
7676
|
const deserializeAws_restJson1VorbisSettings = (output, context) => {
|
|
7671
7677
|
return {
|
|
7672
|
-
Channels: smithy_client_1.expectInt32(output.channels),
|
|
7673
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
7674
|
-
VbrQuality: smithy_client_1.expectInt32(output.vbrQuality),
|
|
7678
|
+
Channels: (0, smithy_client_1.expectInt32)(output.channels),
|
|
7679
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
7680
|
+
VbrQuality: (0, smithy_client_1.expectInt32)(output.vbrQuality),
|
|
7675
7681
|
};
|
|
7676
7682
|
};
|
|
7677
7683
|
const deserializeAws_restJson1Vp8Settings = (output, context) => {
|
|
7678
7684
|
return {
|
|
7679
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7680
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
7681
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
7682
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
7683
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
7684
|
-
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
7685
|
-
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
7686
|
-
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
7687
|
-
ParControl: smithy_client_1.expectString(output.parControl),
|
|
7688
|
-
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
7689
|
-
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
7690
|
-
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
7691
|
-
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
7685
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
7686
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
7687
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
7688
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
7689
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
7690
|
+
GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
|
|
7691
|
+
HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
|
|
7692
|
+
MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
|
|
7693
|
+
ParControl: (0, smithy_client_1.expectString)(output.parControl),
|
|
7694
|
+
ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
|
|
7695
|
+
ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
|
|
7696
|
+
QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
|
|
7697
|
+
RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
|
|
7692
7698
|
};
|
|
7693
7699
|
};
|
|
7694
7700
|
const deserializeAws_restJson1Vp9Settings = (output, context) => {
|
|
7695
7701
|
return {
|
|
7696
|
-
Bitrate: smithy_client_1.expectInt32(output.bitrate),
|
|
7697
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
7698
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
7699
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
7700
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
7701
|
-
GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
|
|
7702
|
-
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
7703
|
-
MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
|
|
7704
|
-
ParControl: smithy_client_1.expectString(output.parControl),
|
|
7705
|
-
ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
|
|
7706
|
-
ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
|
|
7707
|
-
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
7708
|
-
RateControlMode: smithy_client_1.expectString(output.rateControlMode),
|
|
7702
|
+
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
7703
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
7704
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
7705
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
7706
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
7707
|
+
GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
|
|
7708
|
+
HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
|
|
7709
|
+
MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
|
|
7710
|
+
ParControl: (0, smithy_client_1.expectString)(output.parControl),
|
|
7711
|
+
ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
|
|
7712
|
+
ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
|
|
7713
|
+
QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
|
|
7714
|
+
RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
|
|
7709
7715
|
};
|
|
7710
7716
|
};
|
|
7711
7717
|
const deserializeAws_restJson1WavSettings = (output, context) => {
|
|
7712
7718
|
return {
|
|
7713
|
-
BitDepth: smithy_client_1.expectInt32(output.bitDepth),
|
|
7714
|
-
Channels: smithy_client_1.expectInt32(output.channels),
|
|
7715
|
-
Format: smithy_client_1.expectString(output.format),
|
|
7716
|
-
SampleRate: smithy_client_1.expectInt32(output.sampleRate),
|
|
7719
|
+
BitDepth: (0, smithy_client_1.expectInt32)(output.bitDepth),
|
|
7720
|
+
Channels: (0, smithy_client_1.expectInt32)(output.channels),
|
|
7721
|
+
Format: (0, smithy_client_1.expectString)(output.format),
|
|
7722
|
+
SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
|
|
7717
7723
|
};
|
|
7718
7724
|
};
|
|
7719
7725
|
const deserializeAws_restJson1WebvttDestinationSettings = (output, context) => {
|
|
7720
7726
|
return {
|
|
7721
|
-
Accessibility: smithy_client_1.expectString(output.accessibility),
|
|
7722
|
-
StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
|
|
7727
|
+
Accessibility: (0, smithy_client_1.expectString)(output.accessibility),
|
|
7728
|
+
StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
|
|
7723
7729
|
};
|
|
7724
7730
|
};
|
|
7725
7731
|
const deserializeAws_restJson1WebvttHlsSourceSettings = (output, context) => {
|
|
7726
7732
|
return {
|
|
7727
|
-
RenditionGroupId: smithy_client_1.expectString(output.renditionGroupId),
|
|
7728
|
-
RenditionLanguageCode: smithy_client_1.expectString(output.renditionLanguageCode),
|
|
7729
|
-
RenditionName: smithy_client_1.expectString(output.renditionName),
|
|
7733
|
+
RenditionGroupId: (0, smithy_client_1.expectString)(output.renditionGroupId),
|
|
7734
|
+
RenditionLanguageCode: (0, smithy_client_1.expectString)(output.renditionLanguageCode),
|
|
7735
|
+
RenditionName: (0, smithy_client_1.expectString)(output.renditionName),
|
|
7730
7736
|
};
|
|
7731
7737
|
};
|
|
7732
7738
|
const deserializeAws_restJson1Xavc4kIntraCbgProfileSettings = (output, context) => {
|
|
7733
7739
|
return {
|
|
7734
|
-
XavcClass: smithy_client_1.expectString(output.xavcClass),
|
|
7740
|
+
XavcClass: (0, smithy_client_1.expectString)(output.xavcClass),
|
|
7735
7741
|
};
|
|
7736
7742
|
};
|
|
7737
7743
|
const deserializeAws_restJson1Xavc4kIntraVbrProfileSettings = (output, context) => {
|
|
7738
7744
|
return {
|
|
7739
|
-
XavcClass: smithy_client_1.expectString(output.xavcClass),
|
|
7745
|
+
XavcClass: (0, smithy_client_1.expectString)(output.xavcClass),
|
|
7740
7746
|
};
|
|
7741
7747
|
};
|
|
7742
7748
|
const deserializeAws_restJson1Xavc4kProfileSettings = (output, context) => {
|
|
7743
7749
|
return {
|
|
7744
|
-
BitrateClass: smithy_client_1.expectString(output.bitrateClass),
|
|
7745
|
-
CodecProfile: smithy_client_1.expectString(output.codecProfile),
|
|
7746
|
-
FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
|
|
7747
|
-
GopBReference: smithy_client_1.expectString(output.gopBReference),
|
|
7748
|
-
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
7749
|
-
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
7750
|
-
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
7751
|
-
Slices: smithy_client_1.expectInt32(output.slices),
|
|
7750
|
+
BitrateClass: (0, smithy_client_1.expectString)(output.bitrateClass),
|
|
7751
|
+
CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
|
|
7752
|
+
FlickerAdaptiveQuantization: (0, smithy_client_1.expectString)(output.flickerAdaptiveQuantization),
|
|
7753
|
+
GopBReference: (0, smithy_client_1.expectString)(output.gopBReference),
|
|
7754
|
+
GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
|
|
7755
|
+
HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
|
|
7756
|
+
QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
|
|
7757
|
+
Slices: (0, smithy_client_1.expectInt32)(output.slices),
|
|
7752
7758
|
};
|
|
7753
7759
|
};
|
|
7754
7760
|
const deserializeAws_restJson1XavcHdIntraCbgProfileSettings = (output, context) => {
|
|
7755
7761
|
return {
|
|
7756
|
-
XavcClass: smithy_client_1.expectString(output.xavcClass),
|
|
7762
|
+
XavcClass: (0, smithy_client_1.expectString)(output.xavcClass),
|
|
7757
7763
|
};
|
|
7758
7764
|
};
|
|
7759
7765
|
const deserializeAws_restJson1XavcHdProfileSettings = (output, context) => {
|
|
7760
7766
|
return {
|
|
7761
|
-
BitrateClass: smithy_client_1.expectString(output.bitrateClass),
|
|
7762
|
-
FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
|
|
7763
|
-
GopBReference: smithy_client_1.expectString(output.gopBReference),
|
|
7764
|
-
GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
|
|
7765
|
-
HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
|
|
7766
|
-
InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
|
|
7767
|
-
QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
|
|
7768
|
-
Slices: smithy_client_1.expectInt32(output.slices),
|
|
7769
|
-
Telecine: smithy_client_1.expectString(output.telecine),
|
|
7767
|
+
BitrateClass: (0, smithy_client_1.expectString)(output.bitrateClass),
|
|
7768
|
+
FlickerAdaptiveQuantization: (0, smithy_client_1.expectString)(output.flickerAdaptiveQuantization),
|
|
7769
|
+
GopBReference: (0, smithy_client_1.expectString)(output.gopBReference),
|
|
7770
|
+
GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
|
|
7771
|
+
HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
|
|
7772
|
+
InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
|
|
7773
|
+
QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
|
|
7774
|
+
Slices: (0, smithy_client_1.expectInt32)(output.slices),
|
|
7775
|
+
Telecine: (0, smithy_client_1.expectString)(output.telecine),
|
|
7770
7776
|
};
|
|
7771
7777
|
};
|
|
7772
7778
|
const deserializeAws_restJson1XavcSettings = (output, context) => {
|
|
7773
7779
|
return {
|
|
7774
|
-
AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
|
|
7775
|
-
EntropyEncoding: smithy_client_1.expectString(output.entropyEncoding),
|
|
7776
|
-
FramerateControl: smithy_client_1.expectString(output.framerateControl),
|
|
7777
|
-
FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
|
|
7778
|
-
FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
|
|
7779
|
-
FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
|
|
7780
|
-
Profile: smithy_client_1.expectString(output.profile),
|
|
7781
|
-
SlowPal: smithy_client_1.expectString(output.slowPal),
|
|
7782
|
-
Softness: smithy_client_1.expectInt32(output.softness),
|
|
7783
|
-
SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
|
|
7784
|
-
TemporalAdaptiveQuantization: smithy_client_1.expectString(output.temporalAdaptiveQuantization),
|
|
7780
|
+
AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
|
|
7781
|
+
EntropyEncoding: (0, smithy_client_1.expectString)(output.entropyEncoding),
|
|
7782
|
+
FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
|
|
7783
|
+
FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
|
|
7784
|
+
FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
|
|
7785
|
+
FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
|
|
7786
|
+
Profile: (0, smithy_client_1.expectString)(output.profile),
|
|
7787
|
+
SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
|
|
7788
|
+
Softness: (0, smithy_client_1.expectInt32)(output.softness),
|
|
7789
|
+
SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
|
|
7790
|
+
TemporalAdaptiveQuantization: (0, smithy_client_1.expectString)(output.temporalAdaptiveQuantization),
|
|
7785
7791
|
Xavc4kIntraCbgProfileSettings: output.xavc4kIntraCbgProfileSettings !== undefined && output.xavc4kIntraCbgProfileSettings !== null
|
|
7786
7792
|
? deserializeAws_restJson1Xavc4kIntraCbgProfileSettings(output.xavc4kIntraCbgProfileSettings, context)
|
|
7787
7793
|
: undefined,
|