@aws-sdk/client-mediaconvert 3.31.0 → 3.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/MediaConvertClient.js +13 -13
  3. package/dist/cjs/MediaConvertClient.js.map +1 -1
  4. package/dist/cjs/commands/AssociateCertificateCommand.js +3 -3
  5. package/dist/cjs/commands/AssociateCertificateCommand.js.map +1 -1
  6. package/dist/cjs/commands/CancelJobCommand.js +3 -3
  7. package/dist/cjs/commands/CancelJobCommand.js.map +1 -1
  8. package/dist/cjs/commands/CreateJobCommand.js +3 -3
  9. package/dist/cjs/commands/CreateJobCommand.js.map +1 -1
  10. package/dist/cjs/commands/CreateJobTemplateCommand.js +3 -3
  11. package/dist/cjs/commands/CreateJobTemplateCommand.js.map +1 -1
  12. package/dist/cjs/commands/CreatePresetCommand.js +3 -3
  13. package/dist/cjs/commands/CreatePresetCommand.js.map +1 -1
  14. package/dist/cjs/commands/CreateQueueCommand.js +3 -3
  15. package/dist/cjs/commands/CreateQueueCommand.js.map +1 -1
  16. package/dist/cjs/commands/DeleteJobTemplateCommand.js +3 -3
  17. package/dist/cjs/commands/DeleteJobTemplateCommand.js.map +1 -1
  18. package/dist/cjs/commands/DeletePresetCommand.js +3 -3
  19. package/dist/cjs/commands/DeletePresetCommand.js.map +1 -1
  20. package/dist/cjs/commands/DeleteQueueCommand.js +3 -3
  21. package/dist/cjs/commands/DeleteQueueCommand.js.map +1 -1
  22. package/dist/cjs/commands/DescribeEndpointsCommand.js +3 -3
  23. package/dist/cjs/commands/DescribeEndpointsCommand.js.map +1 -1
  24. package/dist/cjs/commands/DisassociateCertificateCommand.js +3 -3
  25. package/dist/cjs/commands/DisassociateCertificateCommand.js.map +1 -1
  26. package/dist/cjs/commands/GetJobCommand.js +3 -3
  27. package/dist/cjs/commands/GetJobCommand.js.map +1 -1
  28. package/dist/cjs/commands/GetJobTemplateCommand.js +3 -3
  29. package/dist/cjs/commands/GetJobTemplateCommand.js.map +1 -1
  30. package/dist/cjs/commands/GetPresetCommand.js +3 -3
  31. package/dist/cjs/commands/GetPresetCommand.js.map +1 -1
  32. package/dist/cjs/commands/GetQueueCommand.js +3 -3
  33. package/dist/cjs/commands/GetQueueCommand.js.map +1 -1
  34. package/dist/cjs/commands/ListJobTemplatesCommand.js +3 -3
  35. package/dist/cjs/commands/ListJobTemplatesCommand.js.map +1 -1
  36. package/dist/cjs/commands/ListJobsCommand.js +3 -3
  37. package/dist/cjs/commands/ListJobsCommand.js.map +1 -1
  38. package/dist/cjs/commands/ListPresetsCommand.js +3 -3
  39. package/dist/cjs/commands/ListPresetsCommand.js.map +1 -1
  40. package/dist/cjs/commands/ListQueuesCommand.js +3 -3
  41. package/dist/cjs/commands/ListQueuesCommand.js.map +1 -1
  42. package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
  43. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
  44. package/dist/cjs/commands/TagResourceCommand.js +3 -3
  45. package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
  46. package/dist/cjs/commands/UntagResourceCommand.js +3 -3
  47. package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
  48. package/dist/cjs/commands/UpdateJobTemplateCommand.js +3 -3
  49. package/dist/cjs/commands/UpdateJobTemplateCommand.js.map +1 -1
  50. package/dist/cjs/commands/UpdatePresetCommand.js +3 -3
  51. package/dist/cjs/commands/UpdatePresetCommand.js.map +1 -1
  52. package/dist/cjs/commands/UpdateQueueCommand.js +3 -3
  53. package/dist/cjs/commands/UpdateQueueCommand.js.map +1 -1
  54. package/dist/cjs/endpoints.js +1 -1
  55. package/dist/cjs/endpoints.js.map +1 -1
  56. package/dist/cjs/index.js +34 -34
  57. package/dist/cjs/index.js.map +1 -1
  58. package/dist/cjs/models/index.js +2 -2
  59. package/dist/cjs/models/index.js.map +1 -1
  60. package/dist/cjs/package.json +31 -31
  61. package/dist/cjs/protocols/Aws_restJson1.js +901 -901
  62. package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
  63. package/dist/cjs/runtimeConfig.browser.js +4 -4
  64. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  65. package/dist/cjs/runtimeConfig.js +8 -8
  66. package/dist/cjs/runtimeConfig.js.map +1 -1
  67. package/dist/cjs/runtimeConfig.native.js +1 -1
  68. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  69. package/dist/es/package.json +31 -31
  70. package/dist/es/pagination/DescribeEndpointsPaginator.js +4 -4
  71. package/dist/es/pagination/DescribeEndpointsPaginator.js.map +1 -1
  72. package/dist/es/pagination/ListJobTemplatesPaginator.js +4 -4
  73. package/dist/es/pagination/ListJobTemplatesPaginator.js.map +1 -1
  74. package/dist/es/pagination/ListJobsPaginator.js +4 -4
  75. package/dist/es/pagination/ListJobsPaginator.js.map +1 -1
  76. package/dist/es/pagination/ListPresetsPaginator.js +4 -4
  77. package/dist/es/pagination/ListPresetsPaginator.js.map +1 -1
  78. package/dist/es/pagination/ListQueuesPaginator.js +4 -4
  79. package/dist/es/pagination/ListQueuesPaginator.js.map +1 -1
  80. package/package.json +31 -31
  81. package/tsconfig.json +1 -2
@@ -34,7 +34,7 @@ const serializeAws_restJson1CancelJobCommand = async (input, context) => {
34
34
  if (labelValue.length <= 0) {
35
35
  throw new Error("Empty value provided for input HTTP label: Id.");
36
36
  }
37
- resolvedPath = resolvedPath.replace("{Id}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
37
+ resolvedPath = resolvedPath.replace("{Id}", smithy_client_1.extendedEncodeURIComponent(labelValue));
38
38
  }
39
39
  else {
40
40
  throw new Error("No value provided for input HTTP label: Id.");
@@ -66,7 +66,7 @@ const serializeAws_restJson1CreateJobCommand = async (input, context) => {
66
66
  }),
67
67
  ...(input.BillingTagsSource !== undefined &&
68
68
  input.BillingTagsSource !== null && { billingTagsSource: input.BillingTagsSource }),
69
- clientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
69
+ clientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
70
70
  ...(input.HopDestinations !== undefined &&
71
71
  input.HopDestinations !== null && {
72
72
  hopDestinations: serializeAws_restJson1__listOfHopDestination(input.HopDestinations, context),
@@ -204,7 +204,7 @@ const serializeAws_restJson1DeleteJobTemplateCommand = async (input, context) =>
204
204
  if (labelValue.length <= 0) {
205
205
  throw new Error("Empty value provided for input HTTP label: Name.");
206
206
  }
207
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
207
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
208
208
  }
209
209
  else {
210
210
  throw new Error("No value provided for input HTTP label: Name.");
@@ -230,7 +230,7 @@ const serializeAws_restJson1DeletePresetCommand = async (input, context) => {
230
230
  if (labelValue.length <= 0) {
231
231
  throw new Error("Empty value provided for input HTTP label: Name.");
232
232
  }
233
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
233
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
234
234
  }
235
235
  else {
236
236
  throw new Error("No value provided for input HTTP label: Name.");
@@ -256,7 +256,7 @@ const serializeAws_restJson1DeleteQueueCommand = async (input, context) => {
256
256
  if (labelValue.length <= 0) {
257
257
  throw new Error("Empty value provided for input HTTP label: Name.");
258
258
  }
259
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
259
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
260
260
  }
261
261
  else {
262
262
  throw new Error("No value provided for input HTTP label: Name.");
@@ -305,7 +305,7 @@ const serializeAws_restJson1DisassociateCertificateCommand = async (input, conte
305
305
  if (labelValue.length <= 0) {
306
306
  throw new Error("Empty value provided for input HTTP label: Arn.");
307
307
  }
308
- resolvedPath = resolvedPath.replace("{Arn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
308
+ resolvedPath = resolvedPath.replace("{Arn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
309
309
  }
310
310
  else {
311
311
  throw new Error("No value provided for input HTTP label: Arn.");
@@ -331,7 +331,7 @@ const serializeAws_restJson1GetJobCommand = async (input, context) => {
331
331
  if (labelValue.length <= 0) {
332
332
  throw new Error("Empty value provided for input HTTP label: Id.");
333
333
  }
334
- resolvedPath = resolvedPath.replace("{Id}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
334
+ resolvedPath = resolvedPath.replace("{Id}", smithy_client_1.extendedEncodeURIComponent(labelValue));
335
335
  }
336
336
  else {
337
337
  throw new Error("No value provided for input HTTP label: Id.");
@@ -357,7 +357,7 @@ const serializeAws_restJson1GetJobTemplateCommand = async (input, context) => {
357
357
  if (labelValue.length <= 0) {
358
358
  throw new Error("Empty value provided for input HTTP label: Name.");
359
359
  }
360
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
360
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
361
361
  }
362
362
  else {
363
363
  throw new Error("No value provided for input HTTP label: Name.");
@@ -383,7 +383,7 @@ const serializeAws_restJson1GetPresetCommand = async (input, context) => {
383
383
  if (labelValue.length <= 0) {
384
384
  throw new Error("Empty value provided for input HTTP label: Name.");
385
385
  }
386
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
386
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
387
387
  }
388
388
  else {
389
389
  throw new Error("No value provided for input HTTP label: Name.");
@@ -409,7 +409,7 @@ const serializeAws_restJson1GetQueueCommand = async (input, context) => {
409
409
  if (labelValue.length <= 0) {
410
410
  throw new Error("Empty value provided for input HTTP label: Name.");
411
411
  }
412
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
412
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
413
413
  }
414
414
  else {
415
415
  throw new Error("No value provided for input HTTP label: Name.");
@@ -530,7 +530,7 @@ const serializeAws_restJson1ListTagsForResourceCommand = async (input, context)
530
530
  if (labelValue.length <= 0) {
531
531
  throw new Error("Empty value provided for input HTTP label: Arn.");
532
532
  }
533
- resolvedPath = resolvedPath.replace("{Arn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
533
+ resolvedPath = resolvedPath.replace("{Arn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
534
534
  }
535
535
  else {
536
536
  throw new Error("No value provided for input HTTP label: Arn.");
@@ -581,7 +581,7 @@ const serializeAws_restJson1UntagResourceCommand = async (input, context) => {
581
581
  if (labelValue.length <= 0) {
582
582
  throw new Error("Empty value provided for input HTTP label: Arn.");
583
583
  }
584
- resolvedPath = resolvedPath.replace("{Arn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
584
+ resolvedPath = resolvedPath.replace("{Arn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
585
585
  }
586
586
  else {
587
587
  throw new Error("No value provided for input HTTP label: Arn.");
@@ -613,7 +613,7 @@ const serializeAws_restJson1UpdateJobTemplateCommand = async (input, context) =>
613
613
  if (labelValue.length <= 0) {
614
614
  throw new Error("Empty value provided for input HTTP label: Name.");
615
615
  }
616
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
616
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
617
617
  }
618
618
  else {
619
619
  throw new Error("No value provided for input HTTP label: Name.");
@@ -659,7 +659,7 @@ const serializeAws_restJson1UpdatePresetCommand = async (input, context) => {
659
659
  if (labelValue.length <= 0) {
660
660
  throw new Error("Empty value provided for input HTTP label: Name.");
661
661
  }
662
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
662
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
663
663
  }
664
664
  else {
665
665
  throw new Error("No value provided for input HTTP label: Name.");
@@ -693,7 +693,7 @@ const serializeAws_restJson1UpdateQueueCommand = async (input, context) => {
693
693
  if (labelValue.length <= 0) {
694
694
  throw new Error("Empty value provided for input HTTP label: Name.");
695
695
  }
696
- resolvedPath = resolvedPath.replace("{Name}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
696
+ resolvedPath = resolvedPath.replace("{Name}", smithy_client_1.extendedEncodeURIComponent(labelValue));
697
697
  }
698
698
  else {
699
699
  throw new Error("No value provided for input HTTP label: Name.");
@@ -894,7 +894,7 @@ const deserializeAws_restJson1CreateJobCommand = async (output, context) => {
894
894
  $metadata: deserializeMetadata(output),
895
895
  Job: undefined,
896
896
  };
897
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
897
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
898
898
  if (data.job !== undefined && data.job !== null) {
899
899
  contents.Job = deserializeAws_restJson1Job(data.job, context);
900
900
  }
@@ -982,7 +982,7 @@ const deserializeAws_restJson1CreateJobTemplateCommand = async (output, context)
982
982
  $metadata: deserializeMetadata(output),
983
983
  JobTemplate: undefined,
984
984
  };
985
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
985
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
986
986
  if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
987
987
  contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
988
988
  }
@@ -1070,7 +1070,7 @@ const deserializeAws_restJson1CreatePresetCommand = async (output, context) => {
1070
1070
  $metadata: deserializeMetadata(output),
1071
1071
  Preset: undefined,
1072
1072
  };
1073
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1073
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1074
1074
  if (data.preset !== undefined && data.preset !== null) {
1075
1075
  contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
1076
1076
  }
@@ -1158,7 +1158,7 @@ const deserializeAws_restJson1CreateQueueCommand = async (output, context) => {
1158
1158
  $metadata: deserializeMetadata(output),
1159
1159
  Queue: undefined,
1160
1160
  };
1161
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1161
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1162
1162
  if (data.queue !== undefined && data.queue !== null) {
1163
1163
  contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
1164
1164
  }
@@ -1499,12 +1499,12 @@ const deserializeAws_restJson1DescribeEndpointsCommand = async (output, context)
1499
1499
  Endpoints: undefined,
1500
1500
  NextToken: undefined,
1501
1501
  };
1502
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1502
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1503
1503
  if (data.endpoints !== undefined && data.endpoints !== null) {
1504
1504
  contents.Endpoints = deserializeAws_restJson1__listOfEndpoint(data.endpoints, context);
1505
1505
  }
1506
1506
  if (data.nextToken !== undefined && data.nextToken !== null) {
1507
- contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
1507
+ contents.NextToken = smithy_client_1.expectString(data.nextToken);
1508
1508
  }
1509
1509
  return Promise.resolve(contents);
1510
1510
  };
@@ -1674,7 +1674,7 @@ const deserializeAws_restJson1GetJobCommand = async (output, context) => {
1674
1674
  $metadata: deserializeMetadata(output),
1675
1675
  Job: undefined,
1676
1676
  };
1677
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1677
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1678
1678
  if (data.job !== undefined && data.job !== null) {
1679
1679
  contents.Job = deserializeAws_restJson1Job(data.job, context);
1680
1680
  }
@@ -1762,7 +1762,7 @@ const deserializeAws_restJson1GetJobTemplateCommand = async (output, context) =>
1762
1762
  $metadata: deserializeMetadata(output),
1763
1763
  JobTemplate: undefined,
1764
1764
  };
1765
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1765
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1766
1766
  if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
1767
1767
  contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
1768
1768
  }
@@ -1850,7 +1850,7 @@ const deserializeAws_restJson1GetPresetCommand = async (output, context) => {
1850
1850
  $metadata: deserializeMetadata(output),
1851
1851
  Preset: undefined,
1852
1852
  };
1853
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1853
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1854
1854
  if (data.preset !== undefined && data.preset !== null) {
1855
1855
  contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
1856
1856
  }
@@ -1938,7 +1938,7 @@ const deserializeAws_restJson1GetQueueCommand = async (output, context) => {
1938
1938
  $metadata: deserializeMetadata(output),
1939
1939
  Queue: undefined,
1940
1940
  };
1941
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1941
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1942
1942
  if (data.queue !== undefined && data.queue !== null) {
1943
1943
  contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
1944
1944
  }
@@ -2027,12 +2027,12 @@ const deserializeAws_restJson1ListJobsCommand = async (output, context) => {
2027
2027
  Jobs: undefined,
2028
2028
  NextToken: undefined,
2029
2029
  };
2030
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2030
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2031
2031
  if (data.jobs !== undefined && data.jobs !== null) {
2032
2032
  contents.Jobs = deserializeAws_restJson1__listOfJob(data.jobs, context);
2033
2033
  }
2034
2034
  if (data.nextToken !== undefined && data.nextToken !== null) {
2035
- contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
2035
+ contents.NextToken = smithy_client_1.expectString(data.nextToken);
2036
2036
  }
2037
2037
  return Promise.resolve(contents);
2038
2038
  };
@@ -2119,12 +2119,12 @@ const deserializeAws_restJson1ListJobTemplatesCommand = async (output, context)
2119
2119
  JobTemplates: undefined,
2120
2120
  NextToken: undefined,
2121
2121
  };
2122
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2122
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2123
2123
  if (data.jobTemplates !== undefined && data.jobTemplates !== null) {
2124
2124
  contents.JobTemplates = deserializeAws_restJson1__listOfJobTemplate(data.jobTemplates, context);
2125
2125
  }
2126
2126
  if (data.nextToken !== undefined && data.nextToken !== null) {
2127
- contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
2127
+ contents.NextToken = smithy_client_1.expectString(data.nextToken);
2128
2128
  }
2129
2129
  return Promise.resolve(contents);
2130
2130
  };
@@ -2211,9 +2211,9 @@ const deserializeAws_restJson1ListPresetsCommand = async (output, context) => {
2211
2211
  NextToken: undefined,
2212
2212
  Presets: undefined,
2213
2213
  };
2214
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2214
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2215
2215
  if (data.nextToken !== undefined && data.nextToken !== null) {
2216
- contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
2216
+ contents.NextToken = smithy_client_1.expectString(data.nextToken);
2217
2217
  }
2218
2218
  if (data.presets !== undefined && data.presets !== null) {
2219
2219
  contents.Presets = deserializeAws_restJson1__listOfPreset(data.presets, context);
@@ -2303,9 +2303,9 @@ const deserializeAws_restJson1ListQueuesCommand = async (output, context) => {
2303
2303
  NextToken: undefined,
2304
2304
  Queues: undefined,
2305
2305
  };
2306
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2306
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2307
2307
  if (data.nextToken !== undefined && data.nextToken !== null) {
2308
- contents.NextToken = (0, smithy_client_1.expectString)(data.nextToken);
2308
+ contents.NextToken = smithy_client_1.expectString(data.nextToken);
2309
2309
  }
2310
2310
  if (data.queues !== undefined && data.queues !== null) {
2311
2311
  contents.Queues = deserializeAws_restJson1__listOfQueue(data.queues, context);
@@ -2394,7 +2394,7 @@ const deserializeAws_restJson1ListTagsForResourceCommand = async (output, contex
2394
2394
  $metadata: deserializeMetadata(output),
2395
2395
  ResourceTags: undefined,
2396
2396
  };
2397
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2397
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2398
2398
  if (data.resourceTags !== undefined && data.resourceTags !== null) {
2399
2399
  contents.ResourceTags = deserializeAws_restJson1ResourceTags(data.resourceTags, context);
2400
2400
  }
@@ -2650,7 +2650,7 @@ const deserializeAws_restJson1UpdateJobTemplateCommand = async (output, context)
2650
2650
  $metadata: deserializeMetadata(output),
2651
2651
  JobTemplate: undefined,
2652
2652
  };
2653
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2653
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2654
2654
  if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
2655
2655
  contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
2656
2656
  }
@@ -2738,7 +2738,7 @@ const deserializeAws_restJson1UpdatePresetCommand = async (output, context) => {
2738
2738
  $metadata: deserializeMetadata(output),
2739
2739
  Preset: undefined,
2740
2740
  };
2741
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2741
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2742
2742
  if (data.preset !== undefined && data.preset !== null) {
2743
2743
  contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
2744
2744
  }
@@ -2826,7 +2826,7 @@ const deserializeAws_restJson1UpdateQueueCommand = async (output, context) => {
2826
2826
  $metadata: deserializeMetadata(output),
2827
2827
  Queue: undefined,
2828
2828
  };
2829
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2829
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2830
2830
  if (data.queue !== undefined && data.queue !== null) {
2831
2831
  contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
2832
2832
  }
@@ -2915,7 +2915,7 @@ const deserializeAws_restJson1BadRequestExceptionResponse = async (parsedOutput,
2915
2915
  };
2916
2916
  const data = parsedOutput.body;
2917
2917
  if (data.message !== undefined && data.message !== null) {
2918
- contents.Message = (0, smithy_client_1.expectString)(data.message);
2918
+ contents.Message = smithy_client_1.expectString(data.message);
2919
2919
  }
2920
2920
  return contents;
2921
2921
  };
@@ -2928,7 +2928,7 @@ const deserializeAws_restJson1ConflictExceptionResponse = async (parsedOutput, c
2928
2928
  };
2929
2929
  const data = parsedOutput.body;
2930
2930
  if (data.message !== undefined && data.message !== null) {
2931
- contents.Message = (0, smithy_client_1.expectString)(data.message);
2931
+ contents.Message = smithy_client_1.expectString(data.message);
2932
2932
  }
2933
2933
  return contents;
2934
2934
  };
@@ -2941,7 +2941,7 @@ const deserializeAws_restJson1ForbiddenExceptionResponse = async (parsedOutput,
2941
2941
  };
2942
2942
  const data = parsedOutput.body;
2943
2943
  if (data.message !== undefined && data.message !== null) {
2944
- contents.Message = (0, smithy_client_1.expectString)(data.message);
2944
+ contents.Message = smithy_client_1.expectString(data.message);
2945
2945
  }
2946
2946
  return contents;
2947
2947
  };
@@ -2954,7 +2954,7 @@ const deserializeAws_restJson1InternalServerErrorExceptionResponse = async (pars
2954
2954
  };
2955
2955
  const data = parsedOutput.body;
2956
2956
  if (data.message !== undefined && data.message !== null) {
2957
- contents.Message = (0, smithy_client_1.expectString)(data.message);
2957
+ contents.Message = smithy_client_1.expectString(data.message);
2958
2958
  }
2959
2959
  return contents;
2960
2960
  };
@@ -2967,7 +2967,7 @@ const deserializeAws_restJson1NotFoundExceptionResponse = async (parsedOutput, c
2967
2967
  };
2968
2968
  const data = parsedOutput.body;
2969
2969
  if (data.message !== undefined && data.message !== null) {
2970
- contents.Message = (0, smithy_client_1.expectString)(data.message);
2970
+ contents.Message = smithy_client_1.expectString(data.message);
2971
2971
  }
2972
2972
  return contents;
2973
2973
  };
@@ -2980,7 +2980,7 @@ const deserializeAws_restJson1TooManyRequestsExceptionResponse = async (parsedOu
2980
2980
  };
2981
2981
  const data = parsedOutput.body;
2982
2982
  if (data.message !== undefined && data.message !== null) {
2983
- contents.Message = (0, smithy_client_1.expectString)(data.message);
2983
+ contents.Message = smithy_client_1.expectString(data.message);
2984
2984
  }
2985
2985
  return contents;
2986
2986
  };
@@ -2991,7 +2991,7 @@ const serializeAws_restJson1__listOf__doubleMinNegative60Max6 = (input, context)
2991
2991
  if (entry === null) {
2992
2992
  return null;
2993
2993
  }
2994
- return (0, smithy_client_1.serializeFloat)(entry);
2994
+ return smithy_client_1.serializeFloat(entry);
2995
2995
  });
2996
2996
  };
2997
2997
  const serializeAws_restJson1__listOf__integerMin1Max2147483647 = (input, context) => {
@@ -3446,7 +3446,7 @@ const serializeAws_restJson1AudioNormalizationSettings = (input, context) => {
3446
3446
  ...(input.PeakCalculation !== undefined &&
3447
3447
  input.PeakCalculation !== null && { peakCalculation: input.PeakCalculation }),
3448
3448
  ...(input.TargetLkfs !== undefined &&
3449
- input.TargetLkfs !== null && { targetLkfs: (0, smithy_client_1.serializeFloat)(input.TargetLkfs) }),
3449
+ input.TargetLkfs !== null && { targetLkfs: smithy_client_1.serializeFloat(input.TargetLkfs) }),
3450
3450
  };
3451
3451
  };
3452
3452
  const serializeAws_restJson1AudioSelector = (input, context) => {
@@ -3507,7 +3507,7 @@ const serializeAws_restJson1Av1QvbrSettings = (input, context) => {
3507
3507
  input.QvbrQualityLevel !== null && { qvbrQualityLevel: input.QvbrQualityLevel }),
3508
3508
  ...(input.QvbrQualityLevelFineTune !== undefined &&
3509
3509
  input.QvbrQualityLevelFineTune !== null && {
3510
- qvbrQualityLevelFineTune: (0, smithy_client_1.serializeFloat)(input.QvbrQualityLevelFineTune),
3510
+ qvbrQualityLevelFineTune: smithy_client_1.serializeFloat(input.QvbrQualityLevelFineTune),
3511
3511
  }),
3512
3512
  };
3513
3513
  };
@@ -3525,7 +3525,7 @@ const serializeAws_restJson1Av1Settings = (input, context) => {
3525
3525
  input.FramerateDenominator !== null && { framerateDenominator: input.FramerateDenominator }),
3526
3526
  ...(input.FramerateNumerator !== undefined &&
3527
3527
  input.FramerateNumerator !== null && { framerateNumerator: input.FramerateNumerator }),
3528
- ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
3528
+ ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
3529
3529
  ...(input.MaxBitrate !== undefined && input.MaxBitrate !== null && { maxBitrate: input.MaxBitrate }),
3530
3530
  ...(input.NumberBFramesBetweenReferenceFrames !== undefined &&
3531
3531
  input.NumberBFramesBetweenReferenceFrames !== null && {
@@ -3795,7 +3795,7 @@ const serializeAws_restJson1CmafGroupSettings = (input, context) => {
3795
3795
  input.ManifestDurationFormat !== null && { manifestDurationFormat: input.ManifestDurationFormat }),
3796
3796
  ...(input.MinBufferTime !== undefined && input.MinBufferTime !== null && { minBufferTime: input.MinBufferTime }),
3797
3797
  ...(input.MinFinalSegmentLength !== undefined &&
3798
- input.MinFinalSegmentLength !== null && { minFinalSegmentLength: (0, smithy_client_1.serializeFloat)(input.MinFinalSegmentLength) }),
3798
+ input.MinFinalSegmentLength !== null && { minFinalSegmentLength: smithy_client_1.serializeFloat(input.MinFinalSegmentLength) }),
3799
3799
  ...(input.MpdProfile !== undefined && input.MpdProfile !== null && { mpdProfile: input.MpdProfile }),
3800
3800
  ...(input.PtsOffsetHandlingForBFrames !== undefined &&
3801
3801
  input.PtsOffsetHandlingForBFrames !== null && { ptsOffsetHandlingForBFrames: input.PtsOffsetHandlingForBFrames }),
@@ -3921,7 +3921,7 @@ const serializeAws_restJson1DashIsoGroupSettings = (input, context) => {
3921
3921
  input.ImageBasedTrickPlay !== null && { imageBasedTrickPlay: input.ImageBasedTrickPlay }),
3922
3922
  ...(input.MinBufferTime !== undefined && input.MinBufferTime !== null && { minBufferTime: input.MinBufferTime }),
3923
3923
  ...(input.MinFinalSegmentLength !== undefined &&
3924
- input.MinFinalSegmentLength !== null && { minFinalSegmentLength: (0, smithy_client_1.serializeFloat)(input.MinFinalSegmentLength) }),
3924
+ input.MinFinalSegmentLength !== null && { minFinalSegmentLength: smithy_client_1.serializeFloat(input.MinFinalSegmentLength) }),
3925
3925
  ...(input.MpdProfile !== undefined && input.MpdProfile !== null && { mpdProfile: input.MpdProfile }),
3926
3926
  ...(input.PtsOffsetHandlingForBFrames !== undefined &&
3927
3927
  input.PtsOffsetHandlingForBFrames !== null && { ptsOffsetHandlingForBFrames: input.PtsOffsetHandlingForBFrames }),
@@ -4043,13 +4043,13 @@ const serializeAws_restJson1Eac3AtmosSettings = (input, context) => {
4043
4043
  ...(input.DynamicRangeControl !== undefined &&
4044
4044
  input.DynamicRangeControl !== null && { dynamicRangeControl: input.DynamicRangeControl }),
4045
4045
  ...(input.LoRoCenterMixLevel !== undefined &&
4046
- input.LoRoCenterMixLevel !== null && { loRoCenterMixLevel: (0, smithy_client_1.serializeFloat)(input.LoRoCenterMixLevel) }),
4046
+ input.LoRoCenterMixLevel !== null && { loRoCenterMixLevel: smithy_client_1.serializeFloat(input.LoRoCenterMixLevel) }),
4047
4047
  ...(input.LoRoSurroundMixLevel !== undefined &&
4048
- input.LoRoSurroundMixLevel !== null && { loRoSurroundMixLevel: (0, smithy_client_1.serializeFloat)(input.LoRoSurroundMixLevel) }),
4048
+ input.LoRoSurroundMixLevel !== null && { loRoSurroundMixLevel: smithy_client_1.serializeFloat(input.LoRoSurroundMixLevel) }),
4049
4049
  ...(input.LtRtCenterMixLevel !== undefined &&
4050
- input.LtRtCenterMixLevel !== null && { ltRtCenterMixLevel: (0, smithy_client_1.serializeFloat)(input.LtRtCenterMixLevel) }),
4050
+ input.LtRtCenterMixLevel !== null && { ltRtCenterMixLevel: smithy_client_1.serializeFloat(input.LtRtCenterMixLevel) }),
4051
4051
  ...(input.LtRtSurroundMixLevel !== undefined &&
4052
- input.LtRtSurroundMixLevel !== null && { ltRtSurroundMixLevel: (0, smithy_client_1.serializeFloat)(input.LtRtSurroundMixLevel) }),
4052
+ input.LtRtSurroundMixLevel !== null && { ltRtSurroundMixLevel: smithy_client_1.serializeFloat(input.LtRtSurroundMixLevel) }),
4053
4053
  ...(input.MeteringMode !== undefined && input.MeteringMode !== null && { meteringMode: input.MeteringMode }),
4054
4054
  ...(input.SampleRate !== undefined && input.SampleRate !== null && { sampleRate: input.SampleRate }),
4055
4055
  ...(input.SpeechThreshold !== undefined &&
@@ -4075,13 +4075,13 @@ const serializeAws_restJson1Eac3Settings = (input, context) => {
4075
4075
  ...(input.LfeControl !== undefined && input.LfeControl !== null && { lfeControl: input.LfeControl }),
4076
4076
  ...(input.LfeFilter !== undefined && input.LfeFilter !== null && { lfeFilter: input.LfeFilter }),
4077
4077
  ...(input.LoRoCenterMixLevel !== undefined &&
4078
- input.LoRoCenterMixLevel !== null && { loRoCenterMixLevel: (0, smithy_client_1.serializeFloat)(input.LoRoCenterMixLevel) }),
4078
+ input.LoRoCenterMixLevel !== null && { loRoCenterMixLevel: smithy_client_1.serializeFloat(input.LoRoCenterMixLevel) }),
4079
4079
  ...(input.LoRoSurroundMixLevel !== undefined &&
4080
- input.LoRoSurroundMixLevel !== null && { loRoSurroundMixLevel: (0, smithy_client_1.serializeFloat)(input.LoRoSurroundMixLevel) }),
4080
+ input.LoRoSurroundMixLevel !== null && { loRoSurroundMixLevel: smithy_client_1.serializeFloat(input.LoRoSurroundMixLevel) }),
4081
4081
  ...(input.LtRtCenterMixLevel !== undefined &&
4082
- input.LtRtCenterMixLevel !== null && { ltRtCenterMixLevel: (0, smithy_client_1.serializeFloat)(input.LtRtCenterMixLevel) }),
4082
+ input.LtRtCenterMixLevel !== null && { ltRtCenterMixLevel: smithy_client_1.serializeFloat(input.LtRtCenterMixLevel) }),
4083
4083
  ...(input.LtRtSurroundMixLevel !== undefined &&
4084
- input.LtRtSurroundMixLevel !== null && { ltRtSurroundMixLevel: (0, smithy_client_1.serializeFloat)(input.LtRtSurroundMixLevel) }),
4084
+ input.LtRtSurroundMixLevel !== null && { ltRtSurroundMixLevel: smithy_client_1.serializeFloat(input.LtRtSurroundMixLevel) }),
4085
4085
  ...(input.MetadataControl !== undefined &&
4086
4086
  input.MetadataControl !== null && { metadataControl: input.MetadataControl }),
4087
4087
  ...(input.PassthroughControl !== undefined &&
@@ -4189,7 +4189,7 @@ const serializeAws_restJson1H264QvbrSettings = (input, context) => {
4189
4189
  input.QvbrQualityLevel !== null && { qvbrQualityLevel: input.QvbrQualityLevel }),
4190
4190
  ...(input.QvbrQualityLevelFineTune !== undefined &&
4191
4191
  input.QvbrQualityLevelFineTune !== null && {
4192
- qvbrQualityLevelFineTune: (0, smithy_client_1.serializeFloat)(input.QvbrQualityLevelFineTune),
4192
+ qvbrQualityLevelFineTune: smithy_client_1.serializeFloat(input.QvbrQualityLevelFineTune),
4193
4193
  }),
4194
4194
  };
4195
4195
  };
@@ -4219,7 +4219,7 @@ const serializeAws_restJson1H264Settings = (input, context) => {
4219
4219
  ...(input.GopBReference !== undefined && input.GopBReference !== null && { gopBReference: input.GopBReference }),
4220
4220
  ...(input.GopClosedCadence !== undefined &&
4221
4221
  input.GopClosedCadence !== null && { gopClosedCadence: input.GopClosedCadence }),
4222
- ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
4222
+ ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
4223
4223
  ...(input.GopSizeUnits !== undefined && input.GopSizeUnits !== null && { gopSizeUnits: input.GopSizeUnits }),
4224
4224
  ...(input.HrdBufferInitialFillPercentage !== undefined &&
4225
4225
  input.HrdBufferInitialFillPercentage !== null && {
@@ -4275,7 +4275,7 @@ const serializeAws_restJson1H265QvbrSettings = (input, context) => {
4275
4275
  input.QvbrQualityLevel !== null && { qvbrQualityLevel: input.QvbrQualityLevel }),
4276
4276
  ...(input.QvbrQualityLevelFineTune !== undefined &&
4277
4277
  input.QvbrQualityLevelFineTune !== null && {
4278
- qvbrQualityLevelFineTune: (0, smithy_client_1.serializeFloat)(input.QvbrQualityLevelFineTune),
4278
+ qvbrQualityLevelFineTune: smithy_client_1.serializeFloat(input.QvbrQualityLevelFineTune),
4279
4279
  }),
4280
4280
  };
4281
4281
  };
@@ -4306,7 +4306,7 @@ const serializeAws_restJson1H265Settings = (input, context) => {
4306
4306
  ...(input.GopBReference !== undefined && input.GopBReference !== null && { gopBReference: input.GopBReference }),
4307
4307
  ...(input.GopClosedCadence !== undefined &&
4308
4308
  input.GopClosedCadence !== null && { gopClosedCadence: input.GopClosedCadence }),
4309
- ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
4309
+ ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
4310
4310
  ...(input.GopSizeUnits !== undefined && input.GopSizeUnits !== null && { gopSizeUnits: input.GopSizeUnits }),
4311
4311
  ...(input.HrdBufferInitialFillPercentage !== undefined &&
4312
4312
  input.HrdBufferInitialFillPercentage !== null && {
@@ -4469,7 +4469,7 @@ const serializeAws_restJson1HlsGroupSettings = (input, context) => {
4469
4469
  ...(input.ManifestDurationFormat !== undefined &&
4470
4470
  input.ManifestDurationFormat !== null && { manifestDurationFormat: input.ManifestDurationFormat }),
4471
4471
  ...(input.MinFinalSegmentLength !== undefined &&
4472
- input.MinFinalSegmentLength !== null && { minFinalSegmentLength: (0, smithy_client_1.serializeFloat)(input.MinFinalSegmentLength) }),
4472
+ input.MinFinalSegmentLength !== null && { minFinalSegmentLength: smithy_client_1.serializeFloat(input.MinFinalSegmentLength) }),
4473
4473
  ...(input.MinSegmentLength !== undefined &&
4474
4474
  input.MinSegmentLength !== null && { minSegmentLength: input.MinSegmentLength }),
4475
4475
  ...(input.OutputSelection !== undefined &&
@@ -4778,7 +4778,7 @@ const serializeAws_restJson1KantarWatermarkSettings = (input, context) => {
4778
4778
  ...(input.CredentialsSecretName !== undefined &&
4779
4779
  input.CredentialsSecretName !== null && { credentialsSecretName: input.CredentialsSecretName }),
4780
4780
  ...(input.FileOffset !== undefined &&
4781
- input.FileOffset !== null && { fileOffset: (0, smithy_client_1.serializeFloat)(input.FileOffset) }),
4781
+ input.FileOffset !== null && { fileOffset: smithy_client_1.serializeFloat(input.FileOffset) }),
4782
4782
  ...(input.KantarLicenseId !== undefined &&
4783
4783
  input.KantarLicenseId !== null && { kantarLicenseId: input.KantarLicenseId }),
4784
4784
  ...(input.KantarServerUrl !== undefined &&
@@ -4838,14 +4838,14 @@ const serializeAws_restJson1M2tsSettings = (input, context) => {
4838
4838
  ...(input.ForceTsVideoEbpOrder !== undefined &&
4839
4839
  input.ForceTsVideoEbpOrder !== null && { forceTsVideoEbpOrder: input.ForceTsVideoEbpOrder }),
4840
4840
  ...(input.FragmentTime !== undefined &&
4841
- input.FragmentTime !== null && { fragmentTime: (0, smithy_client_1.serializeFloat)(input.FragmentTime) }),
4841
+ input.FragmentTime !== null && { fragmentTime: smithy_client_1.serializeFloat(input.FragmentTime) }),
4842
4842
  ...(input.MaxPcrInterval !== undefined &&
4843
4843
  input.MaxPcrInterval !== null && { maxPcrInterval: input.MaxPcrInterval }),
4844
4844
  ...(input.MinEbpInterval !== undefined &&
4845
4845
  input.MinEbpInterval !== null && { minEbpInterval: input.MinEbpInterval }),
4846
4846
  ...(input.NielsenId3 !== undefined && input.NielsenId3 !== null && { nielsenId3: input.NielsenId3 }),
4847
4847
  ...(input.NullPacketBitrate !== undefined &&
4848
- input.NullPacketBitrate !== null && { nullPacketBitrate: (0, smithy_client_1.serializeFloat)(input.NullPacketBitrate) }),
4848
+ input.NullPacketBitrate !== null && { nullPacketBitrate: smithy_client_1.serializeFloat(input.NullPacketBitrate) }),
4849
4849
  ...(input.PatInterval !== undefined && input.PatInterval !== null && { patInterval: input.PatInterval }),
4850
4850
  ...(input.PcrControl !== undefined && input.PcrControl !== null && { pcrControl: input.PcrControl }),
4851
4851
  ...(input.PcrPid !== undefined && input.PcrPid !== null && { pcrPid: input.PcrPid }),
@@ -4864,7 +4864,7 @@ const serializeAws_restJson1M2tsSettings = (input, context) => {
4864
4864
  ...(input.SegmentationStyle !== undefined &&
4865
4865
  input.SegmentationStyle !== null && { segmentationStyle: input.SegmentationStyle }),
4866
4866
  ...(input.SegmentationTime !== undefined &&
4867
- input.SegmentationTime !== null && { segmentationTime: (0, smithy_client_1.serializeFloat)(input.SegmentationTime) }),
4867
+ input.SegmentationTime !== null && { segmentationTime: smithy_client_1.serializeFloat(input.SegmentationTime) }),
4868
4868
  ...(input.TimedMetadataPid !== undefined &&
4869
4869
  input.TimedMetadataPid !== null && { timedMetadataPid: input.TimedMetadataPid }),
4870
4870
  ...(input.TransportStreamId !== undefined &&
@@ -5001,7 +5001,7 @@ const serializeAws_restJson1Mpeg2Settings = (input, context) => {
5001
5001
  input.FramerateNumerator !== null && { framerateNumerator: input.FramerateNumerator }),
5002
5002
  ...(input.GopClosedCadence !== undefined &&
5003
5003
  input.GopClosedCadence !== null && { gopClosedCadence: input.GopClosedCadence }),
5004
- ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
5004
+ ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
5005
5005
  ...(input.GopSizeUnits !== undefined && input.GopSizeUnits !== null && { gopSizeUnits: input.GopSizeUnits }),
5006
5006
  ...(input.HrdBufferInitialFillPercentage !== undefined &&
5007
5007
  input.HrdBufferInitialFillPercentage !== null && {
@@ -5619,7 +5619,7 @@ const serializeAws_restJson1Vp8Settings = (input, context) => {
5619
5619
  input.FramerateDenominator !== null && { framerateDenominator: input.FramerateDenominator }),
5620
5620
  ...(input.FramerateNumerator !== undefined &&
5621
5621
  input.FramerateNumerator !== null && { framerateNumerator: input.FramerateNumerator }),
5622
- ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
5622
+ ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
5623
5623
  ...(input.HrdBufferSize !== undefined && input.HrdBufferSize !== null && { hrdBufferSize: input.HrdBufferSize }),
5624
5624
  ...(input.MaxBitrate !== undefined && input.MaxBitrate !== null && { maxBitrate: input.MaxBitrate }),
5625
5625
  ...(input.ParControl !== undefined && input.ParControl !== null && { parControl: input.ParControl }),
@@ -5645,7 +5645,7 @@ const serializeAws_restJson1Vp9Settings = (input, context) => {
5645
5645
  input.FramerateDenominator !== null && { framerateDenominator: input.FramerateDenominator }),
5646
5646
  ...(input.FramerateNumerator !== undefined &&
5647
5647
  input.FramerateNumerator !== null && { framerateNumerator: input.FramerateNumerator }),
5648
- ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: (0, smithy_client_1.serializeFloat)(input.GopSize) }),
5648
+ ...(input.GopSize !== undefined && input.GopSize !== null && { gopSize: smithy_client_1.serializeFloat(input.GopSize) }),
5649
5649
  ...(input.HrdBufferSize !== undefined && input.HrdBufferSize !== null && { hrdBufferSize: input.HrdBufferSize }),
5650
5650
  ...(input.MaxBitrate !== undefined && input.MaxBitrate !== null && { maxBitrate: input.MaxBitrate }),
5651
5651
  ...(input.ParControl !== undefined && input.ParControl !== null && { parControl: input.ParControl }),
@@ -5781,7 +5781,7 @@ const deserializeAws_restJson1__listOf__doubleMinNegative60Max6 = (output, conte
5781
5781
  if (entry === null) {
5782
5782
  return null;
5783
5783
  }
5784
- return (0, smithy_client_1.limitedParseDouble)(entry);
5784
+ return smithy_client_1.limitedParseDouble(entry);
5785
5785
  });
5786
5786
  };
5787
5787
  const deserializeAws_restJson1__listOf__integerMin1Max2147483647 = (output, context) => {
@@ -5791,7 +5791,7 @@ const deserializeAws_restJson1__listOf__integerMin1Max2147483647 = (output, cont
5791
5791
  if (entry === null) {
5792
5792
  return null;
5793
5793
  }
5794
- return (0, smithy_client_1.expectInt32)(entry);
5794
+ return smithy_client_1.expectInt32(entry);
5795
5795
  });
5796
5796
  };
5797
5797
  const deserializeAws_restJson1__listOf__integerMin32Max8182 = (output, context) => {
@@ -5801,7 +5801,7 @@ const deserializeAws_restJson1__listOf__integerMin32Max8182 = (output, context)
5801
5801
  if (entry === null) {
5802
5802
  return null;
5803
5803
  }
5804
- return (0, smithy_client_1.expectInt32)(entry);
5804
+ return smithy_client_1.expectInt32(entry);
5805
5805
  });
5806
5806
  };
5807
5807
  const deserializeAws_restJson1__listOf__integerMinNegative60Max6 = (output, context) => {
@@ -5811,7 +5811,7 @@ const deserializeAws_restJson1__listOf__integerMinNegative60Max6 = (output, cont
5811
5811
  if (entry === null) {
5812
5812
  return null;
5813
5813
  }
5814
- return (0, smithy_client_1.expectInt32)(entry);
5814
+ return smithy_client_1.expectInt32(entry);
5815
5815
  });
5816
5816
  };
5817
5817
  const deserializeAws_restJson1__listOf__string = (output, context) => {
@@ -5821,7 +5821,7 @@ const deserializeAws_restJson1__listOf__string = (output, context) => {
5821
5821
  if (entry === null) {
5822
5822
  return null;
5823
5823
  }
5824
- return (0, smithy_client_1.expectString)(entry);
5824
+ return smithy_client_1.expectString(entry);
5825
5825
  });
5826
5826
  };
5827
5827
  const deserializeAws_restJson1__listOf__stringMin1 = (output, context) => {
@@ -5831,7 +5831,7 @@ const deserializeAws_restJson1__listOf__stringMin1 = (output, context) => {
5831
5831
  if (entry === null) {
5832
5832
  return null;
5833
5833
  }
5834
- return (0, smithy_client_1.expectString)(entry);
5834
+ return smithy_client_1.expectString(entry);
5835
5835
  });
5836
5836
  };
5837
5837
  const deserializeAws_restJson1__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = (output, context) => {
@@ -5841,7 +5841,7 @@ const deserializeAws_restJson1__listOf__stringMin36Max36Pattern09aFAF809aFAF409a
5841
5841
  if (entry === null) {
5842
5842
  return null;
5843
5843
  }
5844
- return (0, smithy_client_1.expectString)(entry);
5844
+ return smithy_client_1.expectString(entry);
5845
5845
  });
5846
5846
  };
5847
5847
  const deserializeAws_restJson1__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = (output, context) => {
@@ -5851,7 +5851,7 @@ const deserializeAws_restJson1__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF
5851
5851
  if (entry === null) {
5852
5852
  return null;
5853
5853
  }
5854
- return (0, smithy_client_1.expectString)(entry);
5854
+ return smithy_client_1.expectString(entry);
5855
5855
  });
5856
5856
  };
5857
5857
  const deserializeAws_restJson1__listOf__stringPatternS3ASSETMAPXml = (output, context) => {
@@ -5861,7 +5861,7 @@ const deserializeAws_restJson1__listOf__stringPatternS3ASSETMAPXml = (output, co
5861
5861
  if (entry === null) {
5862
5862
  return null;
5863
5863
  }
5864
- return (0, smithy_client_1.expectString)(entry);
5864
+ return smithy_client_1.expectString(entry);
5865
5865
  });
5866
5866
  };
5867
5867
  const deserializeAws_restJson1__listOfAudioDescription = (output, context) => {
@@ -5941,7 +5941,7 @@ const deserializeAws_restJson1__listOfHlsAdMarkers = (output, context) => {
5941
5941
  if (entry === null) {
5942
5942
  return null;
5943
5943
  }
5944
- return (0, smithy_client_1.expectString)(entry);
5944
+ return smithy_client_1.expectString(entry);
5945
5945
  });
5946
5946
  };
5947
5947
  const deserializeAws_restJson1__listOfHlsCaptionLanguageMapping = (output, context) => {
@@ -6131,7 +6131,7 @@ const deserializeAws_restJson1__listOfTeletextPageType = (output, context) => {
6131
6131
  if (entry === null) {
6132
6132
  return null;
6133
6133
  }
6134
- return (0, smithy_client_1.expectString)(entry);
6134
+ return smithy_client_1.expectString(entry);
6135
6135
  });
6136
6136
  };
6137
6137
  const deserializeAws_restJson1__mapOf__string = (output, context) => {
@@ -6141,7 +6141,7 @@ const deserializeAws_restJson1__mapOf__string = (output, context) => {
6141
6141
  }
6142
6142
  return {
6143
6143
  ...acc,
6144
- [key]: (0, smithy_client_1.expectString)(value),
6144
+ [key]: smithy_client_1.expectString(value),
6145
6145
  };
6146
6146
  }, {});
6147
6147
  };
@@ -6180,53 +6180,53 @@ const deserializeAws_restJson1__mapOfCaptionSelector = (output, context) => {
6180
6180
  };
6181
6181
  const deserializeAws_restJson1AacSettings = (output, context) => {
6182
6182
  return {
6183
- AudioDescriptionBroadcasterMix: (0, smithy_client_1.expectString)(output.audioDescriptionBroadcasterMix),
6184
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
6185
- CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
6186
- CodingMode: (0, smithy_client_1.expectString)(output.codingMode),
6187
- RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
6188
- RawFormat: (0, smithy_client_1.expectString)(output.rawFormat),
6189
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
6190
- Specification: (0, smithy_client_1.expectString)(output.specification),
6191
- VbrQuality: (0, smithy_client_1.expectString)(output.vbrQuality),
6183
+ AudioDescriptionBroadcasterMix: smithy_client_1.expectString(output.audioDescriptionBroadcasterMix),
6184
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
6185
+ CodecProfile: smithy_client_1.expectString(output.codecProfile),
6186
+ CodingMode: smithy_client_1.expectString(output.codingMode),
6187
+ RateControlMode: smithy_client_1.expectString(output.rateControlMode),
6188
+ RawFormat: smithy_client_1.expectString(output.rawFormat),
6189
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
6190
+ Specification: smithy_client_1.expectString(output.specification),
6191
+ VbrQuality: smithy_client_1.expectString(output.vbrQuality),
6192
6192
  };
6193
6193
  };
6194
6194
  const deserializeAws_restJson1Ac3Settings = (output, context) => {
6195
6195
  return {
6196
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
6197
- BitstreamMode: (0, smithy_client_1.expectString)(output.bitstreamMode),
6198
- CodingMode: (0, smithy_client_1.expectString)(output.codingMode),
6199
- Dialnorm: (0, smithy_client_1.expectInt32)(output.dialnorm),
6200
- DynamicRangeCompressionLine: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionLine),
6201
- DynamicRangeCompressionProfile: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionProfile),
6202
- DynamicRangeCompressionRf: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionRf),
6203
- LfeFilter: (0, smithy_client_1.expectString)(output.lfeFilter),
6204
- MetadataControl: (0, smithy_client_1.expectString)(output.metadataControl),
6205
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
6196
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
6197
+ BitstreamMode: smithy_client_1.expectString(output.bitstreamMode),
6198
+ CodingMode: smithy_client_1.expectString(output.codingMode),
6199
+ Dialnorm: smithy_client_1.expectInt32(output.dialnorm),
6200
+ DynamicRangeCompressionLine: smithy_client_1.expectString(output.dynamicRangeCompressionLine),
6201
+ DynamicRangeCompressionProfile: smithy_client_1.expectString(output.dynamicRangeCompressionProfile),
6202
+ DynamicRangeCompressionRf: smithy_client_1.expectString(output.dynamicRangeCompressionRf),
6203
+ LfeFilter: smithy_client_1.expectString(output.lfeFilter),
6204
+ MetadataControl: smithy_client_1.expectString(output.metadataControl),
6205
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
6206
6206
  };
6207
6207
  };
6208
6208
  const deserializeAws_restJson1AccelerationSettings = (output, context) => {
6209
6209
  return {
6210
- Mode: (0, smithy_client_1.expectString)(output.mode),
6210
+ Mode: smithy_client_1.expectString(output.mode),
6211
6211
  };
6212
6212
  };
6213
6213
  const deserializeAws_restJson1AiffSettings = (output, context) => {
6214
6214
  return {
6215
- BitDepth: (0, smithy_client_1.expectInt32)(output.bitDepth),
6216
- Channels: (0, smithy_client_1.expectInt32)(output.channels),
6217
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
6215
+ BitDepth: smithy_client_1.expectInt32(output.bitDepth),
6216
+ Channels: smithy_client_1.expectInt32(output.channels),
6217
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
6218
6218
  };
6219
6219
  };
6220
6220
  const deserializeAws_restJson1AncillarySourceSettings = (output, context) => {
6221
6221
  return {
6222
- Convert608To708: (0, smithy_client_1.expectString)(output.convert608To708),
6223
- SourceAncillaryChannelNumber: (0, smithy_client_1.expectInt32)(output.sourceAncillaryChannelNumber),
6224
- TerminateCaptions: (0, smithy_client_1.expectString)(output.terminateCaptions),
6222
+ Convert608To708: smithy_client_1.expectString(output.convert608To708),
6223
+ SourceAncillaryChannelNumber: smithy_client_1.expectInt32(output.sourceAncillaryChannelNumber),
6224
+ TerminateCaptions: smithy_client_1.expectString(output.terminateCaptions),
6225
6225
  };
6226
6226
  };
6227
6227
  const deserializeAws_restJson1AudioChannelTaggingSettings = (output, context) => {
6228
6228
  return {
6229
- ChannelTag: (0, smithy_client_1.expectString)(output.channelTag),
6229
+ ChannelTag: smithy_client_1.expectString(output.channelTag),
6230
6230
  };
6231
6231
  };
6232
6232
  const deserializeAws_restJson1AudioCodecSettings = (output, context) => {
@@ -6240,7 +6240,7 @@ const deserializeAws_restJson1AudioCodecSettings = (output, context) => {
6240
6240
  AiffSettings: output.aiffSettings !== undefined && output.aiffSettings !== null
6241
6241
  ? deserializeAws_restJson1AiffSettings(output.aiffSettings, context)
6242
6242
  : undefined,
6243
- Codec: (0, smithy_client_1.expectString)(output.codec),
6243
+ Codec: smithy_client_1.expectString(output.codec),
6244
6244
  Eac3AtmosSettings: output.eac3AtmosSettings !== undefined && output.eac3AtmosSettings !== null
6245
6245
  ? deserializeAws_restJson1Eac3AtmosSettings(output.eac3AtmosSettings, context)
6246
6246
  : undefined,
@@ -6272,49 +6272,49 @@ const deserializeAws_restJson1AudioDescription = (output, context) => {
6272
6272
  AudioNormalizationSettings: output.audioNormalizationSettings !== undefined && output.audioNormalizationSettings !== null
6273
6273
  ? deserializeAws_restJson1AudioNormalizationSettings(output.audioNormalizationSettings, context)
6274
6274
  : undefined,
6275
- AudioSourceName: (0, smithy_client_1.expectString)(output.audioSourceName),
6276
- AudioType: (0, smithy_client_1.expectInt32)(output.audioType),
6277
- AudioTypeControl: (0, smithy_client_1.expectString)(output.audioTypeControl),
6275
+ AudioSourceName: smithy_client_1.expectString(output.audioSourceName),
6276
+ AudioType: smithy_client_1.expectInt32(output.audioType),
6277
+ AudioTypeControl: smithy_client_1.expectString(output.audioTypeControl),
6278
6278
  CodecSettings: output.codecSettings !== undefined && output.codecSettings !== null
6279
6279
  ? deserializeAws_restJson1AudioCodecSettings(output.codecSettings, context)
6280
6280
  : undefined,
6281
- CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
6282
- LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
6283
- LanguageCodeControl: (0, smithy_client_1.expectString)(output.languageCodeControl),
6281
+ CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
6282
+ LanguageCode: smithy_client_1.expectString(output.languageCode),
6283
+ LanguageCodeControl: smithy_client_1.expectString(output.languageCodeControl),
6284
6284
  RemixSettings: output.remixSettings !== undefined && output.remixSettings !== null
6285
6285
  ? deserializeAws_restJson1RemixSettings(output.remixSettings, context)
6286
6286
  : undefined,
6287
- StreamName: (0, smithy_client_1.expectString)(output.streamName),
6287
+ StreamName: smithy_client_1.expectString(output.streamName),
6288
6288
  };
6289
6289
  };
6290
6290
  const deserializeAws_restJson1AudioNormalizationSettings = (output, context) => {
6291
6291
  return {
6292
- Algorithm: (0, smithy_client_1.expectString)(output.algorithm),
6293
- AlgorithmControl: (0, smithy_client_1.expectString)(output.algorithmControl),
6294
- CorrectionGateLevel: (0, smithy_client_1.expectInt32)(output.correctionGateLevel),
6295
- LoudnessLogging: (0, smithy_client_1.expectString)(output.loudnessLogging),
6296
- PeakCalculation: (0, smithy_client_1.expectString)(output.peakCalculation),
6297
- TargetLkfs: (0, smithy_client_1.limitedParseDouble)(output.targetLkfs),
6292
+ Algorithm: smithy_client_1.expectString(output.algorithm),
6293
+ AlgorithmControl: smithy_client_1.expectString(output.algorithmControl),
6294
+ CorrectionGateLevel: smithy_client_1.expectInt32(output.correctionGateLevel),
6295
+ LoudnessLogging: smithy_client_1.expectString(output.loudnessLogging),
6296
+ PeakCalculation: smithy_client_1.expectString(output.peakCalculation),
6297
+ TargetLkfs: smithy_client_1.limitedParseDouble(output.targetLkfs),
6298
6298
  };
6299
6299
  };
6300
6300
  const deserializeAws_restJson1AudioSelector = (output, context) => {
6301
6301
  return {
6302
- CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
6303
- DefaultSelection: (0, smithy_client_1.expectString)(output.defaultSelection),
6304
- ExternalAudioFileInput: (0, smithy_client_1.expectString)(output.externalAudioFileInput),
6302
+ CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
6303
+ DefaultSelection: smithy_client_1.expectString(output.defaultSelection),
6304
+ ExternalAudioFileInput: smithy_client_1.expectString(output.externalAudioFileInput),
6305
6305
  HlsRenditionGroupSettings: output.hlsRenditionGroupSettings !== undefined && output.hlsRenditionGroupSettings !== null
6306
6306
  ? deserializeAws_restJson1HlsRenditionGroupSettings(output.hlsRenditionGroupSettings, context)
6307
6307
  : undefined,
6308
- LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
6309
- Offset: (0, smithy_client_1.expectInt32)(output.offset),
6308
+ LanguageCode: smithy_client_1.expectString(output.languageCode),
6309
+ Offset: smithy_client_1.expectInt32(output.offset),
6310
6310
  Pids: output.pids !== undefined && output.pids !== null
6311
6311
  ? deserializeAws_restJson1__listOf__integerMin1Max2147483647(output.pids, context)
6312
6312
  : undefined,
6313
- ProgramSelection: (0, smithy_client_1.expectInt32)(output.programSelection),
6313
+ ProgramSelection: smithy_client_1.expectInt32(output.programSelection),
6314
6314
  RemixSettings: output.remixSettings !== undefined && output.remixSettings !== null
6315
6315
  ? deserializeAws_restJson1RemixSettings(output.remixSettings, context)
6316
6316
  : undefined,
6317
- SelectorType: (0, smithy_client_1.expectString)(output.selectorType),
6317
+ SelectorType: smithy_client_1.expectString(output.selectorType),
6318
6318
  Tracks: output.tracks !== undefined && output.tracks !== null
6319
6319
  ? deserializeAws_restJson1__listOf__integerMin1Max2147483647(output.tracks, context)
6320
6320
  : undefined,
@@ -6329,9 +6329,9 @@ const deserializeAws_restJson1AudioSelectorGroup = (output, context) => {
6329
6329
  };
6330
6330
  const deserializeAws_restJson1AutomatedAbrSettings = (output, context) => {
6331
6331
  return {
6332
- MaxAbrBitrate: (0, smithy_client_1.expectInt32)(output.maxAbrBitrate),
6333
- MaxRenditions: (0, smithy_client_1.expectInt32)(output.maxRenditions),
6334
- MinAbrBitrate: (0, smithy_client_1.expectInt32)(output.minAbrBitrate),
6332
+ MaxAbrBitrate: smithy_client_1.expectInt32(output.maxAbrBitrate),
6333
+ MaxRenditions: smithy_client_1.expectInt32(output.maxRenditions),
6334
+ MinAbrBitrate: smithy_client_1.expectInt32(output.minAbrBitrate),
6335
6335
  };
6336
6336
  };
6337
6337
  const deserializeAws_restJson1AutomatedEncodingSettings = (output, context) => {
@@ -6343,94 +6343,94 @@ const deserializeAws_restJson1AutomatedEncodingSettings = (output, context) => {
6343
6343
  };
6344
6344
  const deserializeAws_restJson1Av1QvbrSettings = (output, context) => {
6345
6345
  return {
6346
- QvbrQualityLevel: (0, smithy_client_1.expectInt32)(output.qvbrQualityLevel),
6347
- QvbrQualityLevelFineTune: (0, smithy_client_1.limitedParseDouble)(output.qvbrQualityLevelFineTune),
6346
+ QvbrQualityLevel: smithy_client_1.expectInt32(output.qvbrQualityLevel),
6347
+ QvbrQualityLevelFineTune: smithy_client_1.limitedParseDouble(output.qvbrQualityLevelFineTune),
6348
6348
  };
6349
6349
  };
6350
6350
  const deserializeAws_restJson1Av1Settings = (output, context) => {
6351
6351
  return {
6352
- AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
6353
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
6354
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
6355
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
6356
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
6357
- GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
6358
- MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
6359
- NumberBFramesBetweenReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberBFramesBetweenReferenceFrames),
6352
+ AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
6353
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
6354
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
6355
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
6356
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
6357
+ GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
6358
+ MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
6359
+ NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
6360
6360
  QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
6361
6361
  ? deserializeAws_restJson1Av1QvbrSettings(output.qvbrSettings, context)
6362
6362
  : undefined,
6363
- RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
6364
- Slices: (0, smithy_client_1.expectInt32)(output.slices),
6365
- SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
6363
+ RateControlMode: smithy_client_1.expectString(output.rateControlMode),
6364
+ Slices: smithy_client_1.expectInt32(output.slices),
6365
+ SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
6366
6366
  };
6367
6367
  };
6368
6368
  const deserializeAws_restJson1AvailBlanking = (output, context) => {
6369
6369
  return {
6370
- AvailBlankingImage: (0, smithy_client_1.expectString)(output.availBlankingImage),
6370
+ AvailBlankingImage: smithy_client_1.expectString(output.availBlankingImage),
6371
6371
  };
6372
6372
  };
6373
6373
  const deserializeAws_restJson1AvcIntraSettings = (output, context) => {
6374
6374
  return {
6375
- AvcIntraClass: (0, smithy_client_1.expectString)(output.avcIntraClass),
6375
+ AvcIntraClass: smithy_client_1.expectString(output.avcIntraClass),
6376
6376
  AvcIntraUhdSettings: output.avcIntraUhdSettings !== undefined && output.avcIntraUhdSettings !== null
6377
6377
  ? deserializeAws_restJson1AvcIntraUhdSettings(output.avcIntraUhdSettings, context)
6378
6378
  : undefined,
6379
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
6380
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
6381
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
6382
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
6383
- InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
6384
- ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
6385
- SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
6386
- Telecine: (0, smithy_client_1.expectString)(output.telecine),
6379
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
6380
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
6381
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
6382
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
6383
+ InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
6384
+ ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
6385
+ SlowPal: smithy_client_1.expectString(output.slowPal),
6386
+ Telecine: smithy_client_1.expectString(output.telecine),
6387
6387
  };
6388
6388
  };
6389
6389
  const deserializeAws_restJson1AvcIntraUhdSettings = (output, context) => {
6390
6390
  return {
6391
- QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
6391
+ QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
6392
6392
  };
6393
6393
  };
6394
6394
  const deserializeAws_restJson1BurninDestinationSettings = (output, context) => {
6395
6395
  return {
6396
- Alignment: (0, smithy_client_1.expectString)(output.alignment),
6397
- BackgroundColor: (0, smithy_client_1.expectString)(output.backgroundColor),
6398
- BackgroundOpacity: (0, smithy_client_1.expectInt32)(output.backgroundOpacity),
6399
- FontColor: (0, smithy_client_1.expectString)(output.fontColor),
6400
- FontOpacity: (0, smithy_client_1.expectInt32)(output.fontOpacity),
6401
- FontResolution: (0, smithy_client_1.expectInt32)(output.fontResolution),
6402
- FontScript: (0, smithy_client_1.expectString)(output.fontScript),
6403
- FontSize: (0, smithy_client_1.expectInt32)(output.fontSize),
6404
- OutlineColor: (0, smithy_client_1.expectString)(output.outlineColor),
6405
- OutlineSize: (0, smithy_client_1.expectInt32)(output.outlineSize),
6406
- ShadowColor: (0, smithy_client_1.expectString)(output.shadowColor),
6407
- ShadowOpacity: (0, smithy_client_1.expectInt32)(output.shadowOpacity),
6408
- ShadowXOffset: (0, smithy_client_1.expectInt32)(output.shadowXOffset),
6409
- ShadowYOffset: (0, smithy_client_1.expectInt32)(output.shadowYOffset),
6410
- TeletextSpacing: (0, smithy_client_1.expectString)(output.teletextSpacing),
6411
- XPosition: (0, smithy_client_1.expectInt32)(output.xPosition),
6412
- YPosition: (0, smithy_client_1.expectInt32)(output.yPosition),
6396
+ Alignment: smithy_client_1.expectString(output.alignment),
6397
+ BackgroundColor: smithy_client_1.expectString(output.backgroundColor),
6398
+ BackgroundOpacity: smithy_client_1.expectInt32(output.backgroundOpacity),
6399
+ FontColor: smithy_client_1.expectString(output.fontColor),
6400
+ FontOpacity: smithy_client_1.expectInt32(output.fontOpacity),
6401
+ FontResolution: smithy_client_1.expectInt32(output.fontResolution),
6402
+ FontScript: smithy_client_1.expectString(output.fontScript),
6403
+ FontSize: smithy_client_1.expectInt32(output.fontSize),
6404
+ OutlineColor: smithy_client_1.expectString(output.outlineColor),
6405
+ OutlineSize: smithy_client_1.expectInt32(output.outlineSize),
6406
+ ShadowColor: smithy_client_1.expectString(output.shadowColor),
6407
+ ShadowOpacity: smithy_client_1.expectInt32(output.shadowOpacity),
6408
+ ShadowXOffset: smithy_client_1.expectInt32(output.shadowXOffset),
6409
+ ShadowYOffset: smithy_client_1.expectInt32(output.shadowYOffset),
6410
+ TeletextSpacing: smithy_client_1.expectString(output.teletextSpacing),
6411
+ XPosition: smithy_client_1.expectInt32(output.xPosition),
6412
+ YPosition: smithy_client_1.expectInt32(output.yPosition),
6413
6413
  };
6414
6414
  };
6415
6415
  const deserializeAws_restJson1CaptionDescription = (output, context) => {
6416
6416
  return {
6417
- CaptionSelectorName: (0, smithy_client_1.expectString)(output.captionSelectorName),
6418
- CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
6417
+ CaptionSelectorName: smithy_client_1.expectString(output.captionSelectorName),
6418
+ CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
6419
6419
  DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
6420
6420
  ? deserializeAws_restJson1CaptionDestinationSettings(output.destinationSettings, context)
6421
6421
  : undefined,
6422
- LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
6423
- LanguageDescription: (0, smithy_client_1.expectString)(output.languageDescription),
6422
+ LanguageCode: smithy_client_1.expectString(output.languageCode),
6423
+ LanguageDescription: smithy_client_1.expectString(output.languageDescription),
6424
6424
  };
6425
6425
  };
6426
6426
  const deserializeAws_restJson1CaptionDescriptionPreset = (output, context) => {
6427
6427
  return {
6428
- CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
6428
+ CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
6429
6429
  DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
6430
6430
  ? deserializeAws_restJson1CaptionDestinationSettings(output.destinationSettings, context)
6431
6431
  : undefined,
6432
- LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
6433
- LanguageDescription: (0, smithy_client_1.expectString)(output.languageDescription),
6432
+ LanguageCode: smithy_client_1.expectString(output.languageCode),
6433
+ LanguageDescription: smithy_client_1.expectString(output.languageDescription),
6434
6434
  };
6435
6435
  };
6436
6436
  const deserializeAws_restJson1CaptionDestinationSettings = (output, context) => {
@@ -6438,7 +6438,7 @@ const deserializeAws_restJson1CaptionDestinationSettings = (output, context) =>
6438
6438
  BurninDestinationSettings: output.burninDestinationSettings !== undefined && output.burninDestinationSettings !== null
6439
6439
  ? deserializeAws_restJson1BurninDestinationSettings(output.burninDestinationSettings, context)
6440
6440
  : undefined,
6441
- DestinationType: (0, smithy_client_1.expectString)(output.destinationType),
6441
+ DestinationType: smithy_client_1.expectString(output.destinationType),
6442
6442
  DvbSubDestinationSettings: output.dvbSubDestinationSettings !== undefined && output.dvbSubDestinationSettings !== null
6443
6443
  ? deserializeAws_restJson1DvbSubDestinationSettings(output.dvbSubDestinationSettings, context)
6444
6444
  : undefined,
@@ -6467,8 +6467,8 @@ const deserializeAws_restJson1CaptionDestinationSettings = (output, context) =>
6467
6467
  };
6468
6468
  const deserializeAws_restJson1CaptionSelector = (output, context) => {
6469
6469
  return {
6470
- CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
6471
- LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
6470
+ CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
6471
+ LanguageCode: smithy_client_1.expectString(output.languageCode),
6472
6472
  SourceSettings: output.sourceSettings !== undefined && output.sourceSettings !== null
6473
6473
  ? deserializeAws_restJson1CaptionSourceSettings(output.sourceSettings, context)
6474
6474
  : undefined,
@@ -6476,8 +6476,8 @@ const deserializeAws_restJson1CaptionSelector = (output, context) => {
6476
6476
  };
6477
6477
  const deserializeAws_restJson1CaptionSourceFramerate = (output, context) => {
6478
6478
  return {
6479
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
6480
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
6479
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
6480
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
6481
6481
  };
6482
6482
  };
6483
6483
  const deserializeAws_restJson1CaptionSourceSettings = (output, context) => {
@@ -6494,7 +6494,7 @@ const deserializeAws_restJson1CaptionSourceSettings = (output, context) => {
6494
6494
  FileSourceSettings: output.fileSourceSettings !== undefined && output.fileSourceSettings !== null
6495
6495
  ? deserializeAws_restJson1FileSourceSettings(output.fileSourceSettings, context)
6496
6496
  : undefined,
6497
- SourceType: (0, smithy_client_1.expectString)(output.sourceType),
6497
+ SourceType: smithy_client_1.expectString(output.sourceType),
6498
6498
  TeletextSourceSettings: output.teletextSourceSettings !== undefined && output.teletextSourceSettings !== null
6499
6499
  ? deserializeAws_restJson1TeletextSourceSettings(output.teletextSourceSettings, context)
6500
6500
  : undefined,
@@ -6515,7 +6515,7 @@ const deserializeAws_restJson1ChannelMapping = (output, context) => {
6515
6515
  };
6516
6516
  const deserializeAws_restJson1CmafAdditionalManifest = (output, context) => {
6517
6517
  return {
6518
- ManifestNameModifier: (0, smithy_client_1.expectString)(output.manifestNameModifier),
6518
+ ManifestNameModifier: smithy_client_1.expectString(output.manifestNameModifier),
6519
6519
  SelectedOutputs: output.selectedOutputs !== undefined && output.selectedOutputs !== null
6520
6520
  ? deserializeAws_restJson1__listOf__stringMin1(output.selectedOutputs, context)
6521
6521
  : undefined,
@@ -6523,16 +6523,16 @@ const deserializeAws_restJson1CmafAdditionalManifest = (output, context) => {
6523
6523
  };
6524
6524
  const deserializeAws_restJson1CmafEncryptionSettings = (output, context) => {
6525
6525
  return {
6526
- ConstantInitializationVector: (0, smithy_client_1.expectString)(output.constantInitializationVector),
6527
- EncryptionMethod: (0, smithy_client_1.expectString)(output.encryptionMethod),
6528
- InitializationVectorInManifest: (0, smithy_client_1.expectString)(output.initializationVectorInManifest),
6526
+ ConstantInitializationVector: smithy_client_1.expectString(output.constantInitializationVector),
6527
+ EncryptionMethod: smithy_client_1.expectString(output.encryptionMethod),
6528
+ InitializationVectorInManifest: smithy_client_1.expectString(output.initializationVectorInManifest),
6529
6529
  SpekeKeyProvider: output.spekeKeyProvider !== undefined && output.spekeKeyProvider !== null
6530
6530
  ? deserializeAws_restJson1SpekeKeyProviderCmaf(output.spekeKeyProvider, context)
6531
6531
  : undefined,
6532
6532
  StaticKeyProvider: output.staticKeyProvider !== undefined && output.staticKeyProvider !== null
6533
6533
  ? deserializeAws_restJson1StaticKeyProvider(output.staticKeyProvider, context)
6534
6534
  : undefined,
6535
- Type: (0, smithy_client_1.expectString)(output.type),
6535
+ Type: smithy_client_1.expectString(output.type),
6536
6536
  };
6537
6537
  };
6538
6538
  const deserializeAws_restJson1CmafGroupSettings = (output, context) => {
@@ -6540,57 +6540,57 @@ const deserializeAws_restJson1CmafGroupSettings = (output, context) => {
6540
6540
  AdditionalManifests: output.additionalManifests !== undefined && output.additionalManifests !== null
6541
6541
  ? deserializeAws_restJson1__listOfCmafAdditionalManifest(output.additionalManifests, context)
6542
6542
  : undefined,
6543
- BaseUrl: (0, smithy_client_1.expectString)(output.baseUrl),
6544
- ClientCache: (0, smithy_client_1.expectString)(output.clientCache),
6545
- CodecSpecification: (0, smithy_client_1.expectString)(output.codecSpecification),
6546
- Destination: (0, smithy_client_1.expectString)(output.destination),
6543
+ BaseUrl: smithy_client_1.expectString(output.baseUrl),
6544
+ ClientCache: smithy_client_1.expectString(output.clientCache),
6545
+ CodecSpecification: smithy_client_1.expectString(output.codecSpecification),
6546
+ Destination: smithy_client_1.expectString(output.destination),
6547
6547
  DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
6548
6548
  ? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
6549
6549
  : undefined,
6550
6550
  Encryption: output.encryption !== undefined && output.encryption !== null
6551
6551
  ? deserializeAws_restJson1CmafEncryptionSettings(output.encryption, context)
6552
6552
  : undefined,
6553
- FragmentLength: (0, smithy_client_1.expectInt32)(output.fragmentLength),
6554
- ImageBasedTrickPlay: (0, smithy_client_1.expectString)(output.imageBasedTrickPlay),
6555
- ManifestCompression: (0, smithy_client_1.expectString)(output.manifestCompression),
6556
- ManifestDurationFormat: (0, smithy_client_1.expectString)(output.manifestDurationFormat),
6557
- MinBufferTime: (0, smithy_client_1.expectInt32)(output.minBufferTime),
6558
- MinFinalSegmentLength: (0, smithy_client_1.limitedParseDouble)(output.minFinalSegmentLength),
6559
- MpdProfile: (0, smithy_client_1.expectString)(output.mpdProfile),
6560
- PtsOffsetHandlingForBFrames: (0, smithy_client_1.expectString)(output.ptsOffsetHandlingForBFrames),
6561
- SegmentControl: (0, smithy_client_1.expectString)(output.segmentControl),
6562
- SegmentLength: (0, smithy_client_1.expectInt32)(output.segmentLength),
6563
- SegmentLengthControl: (0, smithy_client_1.expectString)(output.segmentLengthControl),
6564
- StreamInfResolution: (0, smithy_client_1.expectString)(output.streamInfResolution),
6565
- TargetDurationCompatibilityMode: (0, smithy_client_1.expectString)(output.targetDurationCompatibilityMode),
6566
- WriteDashManifest: (0, smithy_client_1.expectString)(output.writeDashManifest),
6567
- WriteHlsManifest: (0, smithy_client_1.expectString)(output.writeHlsManifest),
6568
- WriteSegmentTimelineInRepresentation: (0, smithy_client_1.expectString)(output.writeSegmentTimelineInRepresentation),
6553
+ FragmentLength: smithy_client_1.expectInt32(output.fragmentLength),
6554
+ ImageBasedTrickPlay: smithy_client_1.expectString(output.imageBasedTrickPlay),
6555
+ ManifestCompression: smithy_client_1.expectString(output.manifestCompression),
6556
+ ManifestDurationFormat: smithy_client_1.expectString(output.manifestDurationFormat),
6557
+ MinBufferTime: smithy_client_1.expectInt32(output.minBufferTime),
6558
+ MinFinalSegmentLength: smithy_client_1.limitedParseDouble(output.minFinalSegmentLength),
6559
+ MpdProfile: smithy_client_1.expectString(output.mpdProfile),
6560
+ PtsOffsetHandlingForBFrames: smithy_client_1.expectString(output.ptsOffsetHandlingForBFrames),
6561
+ SegmentControl: smithy_client_1.expectString(output.segmentControl),
6562
+ SegmentLength: smithy_client_1.expectInt32(output.segmentLength),
6563
+ SegmentLengthControl: smithy_client_1.expectString(output.segmentLengthControl),
6564
+ StreamInfResolution: smithy_client_1.expectString(output.streamInfResolution),
6565
+ TargetDurationCompatibilityMode: smithy_client_1.expectString(output.targetDurationCompatibilityMode),
6566
+ WriteDashManifest: smithy_client_1.expectString(output.writeDashManifest),
6567
+ WriteHlsManifest: smithy_client_1.expectString(output.writeHlsManifest),
6568
+ WriteSegmentTimelineInRepresentation: smithy_client_1.expectString(output.writeSegmentTimelineInRepresentation),
6569
6569
  };
6570
6570
  };
6571
6571
  const deserializeAws_restJson1CmfcSettings = (output, context) => {
6572
6572
  return {
6573
- AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
6574
- AudioGroupId: (0, smithy_client_1.expectString)(output.audioGroupId),
6575
- AudioRenditionSets: (0, smithy_client_1.expectString)(output.audioRenditionSets),
6576
- AudioTrackType: (0, smithy_client_1.expectString)(output.audioTrackType),
6577
- DescriptiveVideoServiceFlag: (0, smithy_client_1.expectString)(output.descriptiveVideoServiceFlag),
6578
- IFrameOnlyManifest: (0, smithy_client_1.expectString)(output.iFrameOnlyManifest),
6579
- Scte35Esam: (0, smithy_client_1.expectString)(output.scte35Esam),
6580
- Scte35Source: (0, smithy_client_1.expectString)(output.scte35Source),
6573
+ AudioDuration: smithy_client_1.expectString(output.audioDuration),
6574
+ AudioGroupId: smithy_client_1.expectString(output.audioGroupId),
6575
+ AudioRenditionSets: smithy_client_1.expectString(output.audioRenditionSets),
6576
+ AudioTrackType: smithy_client_1.expectString(output.audioTrackType),
6577
+ DescriptiveVideoServiceFlag: smithy_client_1.expectString(output.descriptiveVideoServiceFlag),
6578
+ IFrameOnlyManifest: smithy_client_1.expectString(output.iFrameOnlyManifest),
6579
+ Scte35Esam: smithy_client_1.expectString(output.scte35Esam),
6580
+ Scte35Source: smithy_client_1.expectString(output.scte35Source),
6581
6581
  };
6582
6582
  };
6583
6583
  const deserializeAws_restJson1ColorCorrector = (output, context) => {
6584
6584
  return {
6585
- Brightness: (0, smithy_client_1.expectInt32)(output.brightness),
6586
- ColorSpaceConversion: (0, smithy_client_1.expectString)(output.colorSpaceConversion),
6587
- Contrast: (0, smithy_client_1.expectInt32)(output.contrast),
6585
+ Brightness: smithy_client_1.expectInt32(output.brightness),
6586
+ ColorSpaceConversion: smithy_client_1.expectString(output.colorSpaceConversion),
6587
+ Contrast: smithy_client_1.expectInt32(output.contrast),
6588
6588
  Hdr10Metadata: output.hdr10Metadata !== undefined && output.hdr10Metadata !== null
6589
6589
  ? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context)
6590
6590
  : undefined,
6591
- Hue: (0, smithy_client_1.expectInt32)(output.hue),
6592
- SampleRangeConversion: (0, smithy_client_1.expectString)(output.sampleRangeConversion),
6593
- Saturation: (0, smithy_client_1.expectInt32)(output.saturation),
6591
+ Hue: smithy_client_1.expectInt32(output.hue),
6592
+ SampleRangeConversion: smithy_client_1.expectString(output.sampleRangeConversion),
6593
+ Saturation: smithy_client_1.expectInt32(output.saturation),
6594
6594
  };
6595
6595
  };
6596
6596
  const deserializeAws_restJson1ContainerSettings = (output, context) => {
@@ -6598,7 +6598,7 @@ const deserializeAws_restJson1ContainerSettings = (output, context) => {
6598
6598
  CmfcSettings: output.cmfcSettings !== undefined && output.cmfcSettings !== null
6599
6599
  ? deserializeAws_restJson1CmfcSettings(output.cmfcSettings, context)
6600
6600
  : undefined,
6601
- Container: (0, smithy_client_1.expectString)(output.container),
6601
+ Container: smithy_client_1.expectString(output.container),
6602
6602
  F4vSettings: output.f4vSettings !== undefined && output.f4vSettings !== null
6603
6603
  ? deserializeAws_restJson1F4vSettings(output.f4vSettings, context)
6604
6604
  : undefined,
@@ -6624,7 +6624,7 @@ const deserializeAws_restJson1ContainerSettings = (output, context) => {
6624
6624
  };
6625
6625
  const deserializeAws_restJson1DashAdditionalManifest = (output, context) => {
6626
6626
  return {
6627
- ManifestNameModifier: (0, smithy_client_1.expectString)(output.manifestNameModifier),
6627
+ ManifestNameModifier: smithy_client_1.expectString(output.manifestNameModifier),
6628
6628
  SelectedOutputs: output.selectedOutputs !== undefined && output.selectedOutputs !== null
6629
6629
  ? deserializeAws_restJson1__listOf__stringMin1(output.selectedOutputs, context)
6630
6630
  : undefined,
@@ -6632,7 +6632,7 @@ const deserializeAws_restJson1DashAdditionalManifest = (output, context) => {
6632
6632
  };
6633
6633
  const deserializeAws_restJson1DashIsoEncryptionSettings = (output, context) => {
6634
6634
  return {
6635
- PlaybackDeviceCompatibility: (0, smithy_client_1.expectString)(output.playbackDeviceCompatibility),
6635
+ PlaybackDeviceCompatibility: smithy_client_1.expectString(output.playbackDeviceCompatibility),
6636
6636
  SpekeKeyProvider: output.spekeKeyProvider !== undefined && output.spekeKeyProvider !== null
6637
6637
  ? deserializeAws_restJson1SpekeKeyProvider(output.spekeKeyProvider, context)
6638
6638
  : undefined,
@@ -6643,33 +6643,33 @@ const deserializeAws_restJson1DashIsoGroupSettings = (output, context) => {
6643
6643
  AdditionalManifests: output.additionalManifests !== undefined && output.additionalManifests !== null
6644
6644
  ? deserializeAws_restJson1__listOfDashAdditionalManifest(output.additionalManifests, context)
6645
6645
  : undefined,
6646
- AudioChannelConfigSchemeIdUri: (0, smithy_client_1.expectString)(output.audioChannelConfigSchemeIdUri),
6647
- BaseUrl: (0, smithy_client_1.expectString)(output.baseUrl),
6648
- Destination: (0, smithy_client_1.expectString)(output.destination),
6646
+ AudioChannelConfigSchemeIdUri: smithy_client_1.expectString(output.audioChannelConfigSchemeIdUri),
6647
+ BaseUrl: smithy_client_1.expectString(output.baseUrl),
6648
+ Destination: smithy_client_1.expectString(output.destination),
6649
6649
  DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
6650
6650
  ? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
6651
6651
  : undefined,
6652
6652
  Encryption: output.encryption !== undefined && output.encryption !== null
6653
6653
  ? deserializeAws_restJson1DashIsoEncryptionSettings(output.encryption, context)
6654
6654
  : undefined,
6655
- FragmentLength: (0, smithy_client_1.expectInt32)(output.fragmentLength),
6656
- HbbtvCompliance: (0, smithy_client_1.expectString)(output.hbbtvCompliance),
6657
- ImageBasedTrickPlay: (0, smithy_client_1.expectString)(output.imageBasedTrickPlay),
6658
- MinBufferTime: (0, smithy_client_1.expectInt32)(output.minBufferTime),
6659
- MinFinalSegmentLength: (0, smithy_client_1.limitedParseDouble)(output.minFinalSegmentLength),
6660
- MpdProfile: (0, smithy_client_1.expectString)(output.mpdProfile),
6661
- PtsOffsetHandlingForBFrames: (0, smithy_client_1.expectString)(output.ptsOffsetHandlingForBFrames),
6662
- SegmentControl: (0, smithy_client_1.expectString)(output.segmentControl),
6663
- SegmentLength: (0, smithy_client_1.expectInt32)(output.segmentLength),
6664
- SegmentLengthControl: (0, smithy_client_1.expectString)(output.segmentLengthControl),
6665
- WriteSegmentTimelineInRepresentation: (0, smithy_client_1.expectString)(output.writeSegmentTimelineInRepresentation),
6655
+ FragmentLength: smithy_client_1.expectInt32(output.fragmentLength),
6656
+ HbbtvCompliance: smithy_client_1.expectString(output.hbbtvCompliance),
6657
+ ImageBasedTrickPlay: smithy_client_1.expectString(output.imageBasedTrickPlay),
6658
+ MinBufferTime: smithy_client_1.expectInt32(output.minBufferTime),
6659
+ MinFinalSegmentLength: smithy_client_1.limitedParseDouble(output.minFinalSegmentLength),
6660
+ MpdProfile: smithy_client_1.expectString(output.mpdProfile),
6661
+ PtsOffsetHandlingForBFrames: smithy_client_1.expectString(output.ptsOffsetHandlingForBFrames),
6662
+ SegmentControl: smithy_client_1.expectString(output.segmentControl),
6663
+ SegmentLength: smithy_client_1.expectInt32(output.segmentLength),
6664
+ SegmentLengthControl: smithy_client_1.expectString(output.segmentLengthControl),
6665
+ WriteSegmentTimelineInRepresentation: smithy_client_1.expectString(output.writeSegmentTimelineInRepresentation),
6666
6666
  };
6667
6667
  };
6668
6668
  const deserializeAws_restJson1Deinterlacer = (output, context) => {
6669
6669
  return {
6670
- Algorithm: (0, smithy_client_1.expectString)(output.algorithm),
6671
- Control: (0, smithy_client_1.expectString)(output.control),
6672
- Mode: (0, smithy_client_1.expectString)(output.mode),
6670
+ Algorithm: smithy_client_1.expectString(output.algorithm),
6671
+ Control: smithy_client_1.expectString(output.control),
6672
+ Mode: smithy_client_1.expectString(output.mode),
6673
6673
  };
6674
6674
  };
6675
6675
  const deserializeAws_restJson1DestinationSettings = (output, context) => {
@@ -6684,136 +6684,136 @@ const deserializeAws_restJson1DolbyVision = (output, context) => {
6684
6684
  L6Metadata: output.l6Metadata !== undefined && output.l6Metadata !== null
6685
6685
  ? deserializeAws_restJson1DolbyVisionLevel6Metadata(output.l6Metadata, context)
6686
6686
  : undefined,
6687
- L6Mode: (0, smithy_client_1.expectString)(output.l6Mode),
6688
- Profile: (0, smithy_client_1.expectString)(output.profile),
6687
+ L6Mode: smithy_client_1.expectString(output.l6Mode),
6688
+ Profile: smithy_client_1.expectString(output.profile),
6689
6689
  };
6690
6690
  };
6691
6691
  const deserializeAws_restJson1DolbyVisionLevel6Metadata = (output, context) => {
6692
6692
  return {
6693
- MaxCll: (0, smithy_client_1.expectInt32)(output.maxCll),
6694
- MaxFall: (0, smithy_client_1.expectInt32)(output.maxFall),
6693
+ MaxCll: smithy_client_1.expectInt32(output.maxCll),
6694
+ MaxFall: smithy_client_1.expectInt32(output.maxFall),
6695
6695
  };
6696
6696
  };
6697
6697
  const deserializeAws_restJson1DvbNitSettings = (output, context) => {
6698
6698
  return {
6699
- NetworkId: (0, smithy_client_1.expectInt32)(output.networkId),
6700
- NetworkName: (0, smithy_client_1.expectString)(output.networkName),
6701
- NitInterval: (0, smithy_client_1.expectInt32)(output.nitInterval),
6699
+ NetworkId: smithy_client_1.expectInt32(output.networkId),
6700
+ NetworkName: smithy_client_1.expectString(output.networkName),
6701
+ NitInterval: smithy_client_1.expectInt32(output.nitInterval),
6702
6702
  };
6703
6703
  };
6704
6704
  const deserializeAws_restJson1DvbSdtSettings = (output, context) => {
6705
6705
  return {
6706
- OutputSdt: (0, smithy_client_1.expectString)(output.outputSdt),
6707
- SdtInterval: (0, smithy_client_1.expectInt32)(output.sdtInterval),
6708
- ServiceName: (0, smithy_client_1.expectString)(output.serviceName),
6709
- ServiceProviderName: (0, smithy_client_1.expectString)(output.serviceProviderName),
6706
+ OutputSdt: smithy_client_1.expectString(output.outputSdt),
6707
+ SdtInterval: smithy_client_1.expectInt32(output.sdtInterval),
6708
+ ServiceName: smithy_client_1.expectString(output.serviceName),
6709
+ ServiceProviderName: smithy_client_1.expectString(output.serviceProviderName),
6710
6710
  };
6711
6711
  };
6712
6712
  const deserializeAws_restJson1DvbSubDestinationSettings = (output, context) => {
6713
6713
  return {
6714
- Alignment: (0, smithy_client_1.expectString)(output.alignment),
6715
- BackgroundColor: (0, smithy_client_1.expectString)(output.backgroundColor),
6716
- BackgroundOpacity: (0, smithy_client_1.expectInt32)(output.backgroundOpacity),
6717
- DdsHandling: (0, smithy_client_1.expectString)(output.ddsHandling),
6718
- DdsXCoordinate: (0, smithy_client_1.expectInt32)(output.ddsXCoordinate),
6719
- DdsYCoordinate: (0, smithy_client_1.expectInt32)(output.ddsYCoordinate),
6720
- FontColor: (0, smithy_client_1.expectString)(output.fontColor),
6721
- FontOpacity: (0, smithy_client_1.expectInt32)(output.fontOpacity),
6722
- FontResolution: (0, smithy_client_1.expectInt32)(output.fontResolution),
6723
- FontScript: (0, smithy_client_1.expectString)(output.fontScript),
6724
- FontSize: (0, smithy_client_1.expectInt32)(output.fontSize),
6725
- Height: (0, smithy_client_1.expectInt32)(output.height),
6726
- OutlineColor: (0, smithy_client_1.expectString)(output.outlineColor),
6727
- OutlineSize: (0, smithy_client_1.expectInt32)(output.outlineSize),
6728
- ShadowColor: (0, smithy_client_1.expectString)(output.shadowColor),
6729
- ShadowOpacity: (0, smithy_client_1.expectInt32)(output.shadowOpacity),
6730
- ShadowXOffset: (0, smithy_client_1.expectInt32)(output.shadowXOffset),
6731
- ShadowYOffset: (0, smithy_client_1.expectInt32)(output.shadowYOffset),
6732
- SubtitlingType: (0, smithy_client_1.expectString)(output.subtitlingType),
6733
- TeletextSpacing: (0, smithy_client_1.expectString)(output.teletextSpacing),
6734
- Width: (0, smithy_client_1.expectInt32)(output.width),
6735
- XPosition: (0, smithy_client_1.expectInt32)(output.xPosition),
6736
- YPosition: (0, smithy_client_1.expectInt32)(output.yPosition),
6714
+ Alignment: smithy_client_1.expectString(output.alignment),
6715
+ BackgroundColor: smithy_client_1.expectString(output.backgroundColor),
6716
+ BackgroundOpacity: smithy_client_1.expectInt32(output.backgroundOpacity),
6717
+ DdsHandling: smithy_client_1.expectString(output.ddsHandling),
6718
+ DdsXCoordinate: smithy_client_1.expectInt32(output.ddsXCoordinate),
6719
+ DdsYCoordinate: smithy_client_1.expectInt32(output.ddsYCoordinate),
6720
+ FontColor: smithy_client_1.expectString(output.fontColor),
6721
+ FontOpacity: smithy_client_1.expectInt32(output.fontOpacity),
6722
+ FontResolution: smithy_client_1.expectInt32(output.fontResolution),
6723
+ FontScript: smithy_client_1.expectString(output.fontScript),
6724
+ FontSize: smithy_client_1.expectInt32(output.fontSize),
6725
+ Height: smithy_client_1.expectInt32(output.height),
6726
+ OutlineColor: smithy_client_1.expectString(output.outlineColor),
6727
+ OutlineSize: smithy_client_1.expectInt32(output.outlineSize),
6728
+ ShadowColor: smithy_client_1.expectString(output.shadowColor),
6729
+ ShadowOpacity: smithy_client_1.expectInt32(output.shadowOpacity),
6730
+ ShadowXOffset: smithy_client_1.expectInt32(output.shadowXOffset),
6731
+ ShadowYOffset: smithy_client_1.expectInt32(output.shadowYOffset),
6732
+ SubtitlingType: smithy_client_1.expectString(output.subtitlingType),
6733
+ TeletextSpacing: smithy_client_1.expectString(output.teletextSpacing),
6734
+ Width: smithy_client_1.expectInt32(output.width),
6735
+ XPosition: smithy_client_1.expectInt32(output.xPosition),
6736
+ YPosition: smithy_client_1.expectInt32(output.yPosition),
6737
6737
  };
6738
6738
  };
6739
6739
  const deserializeAws_restJson1DvbSubSourceSettings = (output, context) => {
6740
6740
  return {
6741
- Pid: (0, smithy_client_1.expectInt32)(output.pid),
6741
+ Pid: smithy_client_1.expectInt32(output.pid),
6742
6742
  };
6743
6743
  };
6744
6744
  const deserializeAws_restJson1DvbTdtSettings = (output, context) => {
6745
6745
  return {
6746
- TdtInterval: (0, smithy_client_1.expectInt32)(output.tdtInterval),
6746
+ TdtInterval: smithy_client_1.expectInt32(output.tdtInterval),
6747
6747
  };
6748
6748
  };
6749
6749
  const deserializeAws_restJson1Eac3AtmosSettings = (output, context) => {
6750
6750
  return {
6751
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
6752
- BitstreamMode: (0, smithy_client_1.expectString)(output.bitstreamMode),
6753
- CodingMode: (0, smithy_client_1.expectString)(output.codingMode),
6754
- DialogueIntelligence: (0, smithy_client_1.expectString)(output.dialogueIntelligence),
6755
- DownmixControl: (0, smithy_client_1.expectString)(output.downmixControl),
6756
- DynamicRangeCompressionLine: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionLine),
6757
- DynamicRangeCompressionRf: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionRf),
6758
- DynamicRangeControl: (0, smithy_client_1.expectString)(output.dynamicRangeControl),
6759
- LoRoCenterMixLevel: (0, smithy_client_1.limitedParseDouble)(output.loRoCenterMixLevel),
6760
- LoRoSurroundMixLevel: (0, smithy_client_1.limitedParseDouble)(output.loRoSurroundMixLevel),
6761
- LtRtCenterMixLevel: (0, smithy_client_1.limitedParseDouble)(output.ltRtCenterMixLevel),
6762
- LtRtSurroundMixLevel: (0, smithy_client_1.limitedParseDouble)(output.ltRtSurroundMixLevel),
6763
- MeteringMode: (0, smithy_client_1.expectString)(output.meteringMode),
6764
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
6765
- SpeechThreshold: (0, smithy_client_1.expectInt32)(output.speechThreshold),
6766
- StereoDownmix: (0, smithy_client_1.expectString)(output.stereoDownmix),
6767
- SurroundExMode: (0, smithy_client_1.expectString)(output.surroundExMode),
6751
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
6752
+ BitstreamMode: smithy_client_1.expectString(output.bitstreamMode),
6753
+ CodingMode: smithy_client_1.expectString(output.codingMode),
6754
+ DialogueIntelligence: smithy_client_1.expectString(output.dialogueIntelligence),
6755
+ DownmixControl: smithy_client_1.expectString(output.downmixControl),
6756
+ DynamicRangeCompressionLine: smithy_client_1.expectString(output.dynamicRangeCompressionLine),
6757
+ DynamicRangeCompressionRf: smithy_client_1.expectString(output.dynamicRangeCompressionRf),
6758
+ DynamicRangeControl: smithy_client_1.expectString(output.dynamicRangeControl),
6759
+ LoRoCenterMixLevel: smithy_client_1.limitedParseDouble(output.loRoCenterMixLevel),
6760
+ LoRoSurroundMixLevel: smithy_client_1.limitedParseDouble(output.loRoSurroundMixLevel),
6761
+ LtRtCenterMixLevel: smithy_client_1.limitedParseDouble(output.ltRtCenterMixLevel),
6762
+ LtRtSurroundMixLevel: smithy_client_1.limitedParseDouble(output.ltRtSurroundMixLevel),
6763
+ MeteringMode: smithy_client_1.expectString(output.meteringMode),
6764
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
6765
+ SpeechThreshold: smithy_client_1.expectInt32(output.speechThreshold),
6766
+ StereoDownmix: smithy_client_1.expectString(output.stereoDownmix),
6767
+ SurroundExMode: smithy_client_1.expectString(output.surroundExMode),
6768
6768
  };
6769
6769
  };
6770
6770
  const deserializeAws_restJson1Eac3Settings = (output, context) => {
6771
6771
  return {
6772
- AttenuationControl: (0, smithy_client_1.expectString)(output.attenuationControl),
6773
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
6774
- BitstreamMode: (0, smithy_client_1.expectString)(output.bitstreamMode),
6775
- CodingMode: (0, smithy_client_1.expectString)(output.codingMode),
6776
- DcFilter: (0, smithy_client_1.expectString)(output.dcFilter),
6777
- Dialnorm: (0, smithy_client_1.expectInt32)(output.dialnorm),
6778
- DynamicRangeCompressionLine: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionLine),
6779
- DynamicRangeCompressionRf: (0, smithy_client_1.expectString)(output.dynamicRangeCompressionRf),
6780
- LfeControl: (0, smithy_client_1.expectString)(output.lfeControl),
6781
- LfeFilter: (0, smithy_client_1.expectString)(output.lfeFilter),
6782
- LoRoCenterMixLevel: (0, smithy_client_1.limitedParseDouble)(output.loRoCenterMixLevel),
6783
- LoRoSurroundMixLevel: (0, smithy_client_1.limitedParseDouble)(output.loRoSurroundMixLevel),
6784
- LtRtCenterMixLevel: (0, smithy_client_1.limitedParseDouble)(output.ltRtCenterMixLevel),
6785
- LtRtSurroundMixLevel: (0, smithy_client_1.limitedParseDouble)(output.ltRtSurroundMixLevel),
6786
- MetadataControl: (0, smithy_client_1.expectString)(output.metadataControl),
6787
- PassthroughControl: (0, smithy_client_1.expectString)(output.passthroughControl),
6788
- PhaseControl: (0, smithy_client_1.expectString)(output.phaseControl),
6789
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
6790
- StereoDownmix: (0, smithy_client_1.expectString)(output.stereoDownmix),
6791
- SurroundExMode: (0, smithy_client_1.expectString)(output.surroundExMode),
6792
- SurroundMode: (0, smithy_client_1.expectString)(output.surroundMode),
6772
+ AttenuationControl: smithy_client_1.expectString(output.attenuationControl),
6773
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
6774
+ BitstreamMode: smithy_client_1.expectString(output.bitstreamMode),
6775
+ CodingMode: smithy_client_1.expectString(output.codingMode),
6776
+ DcFilter: smithy_client_1.expectString(output.dcFilter),
6777
+ Dialnorm: smithy_client_1.expectInt32(output.dialnorm),
6778
+ DynamicRangeCompressionLine: smithy_client_1.expectString(output.dynamicRangeCompressionLine),
6779
+ DynamicRangeCompressionRf: smithy_client_1.expectString(output.dynamicRangeCompressionRf),
6780
+ LfeControl: smithy_client_1.expectString(output.lfeControl),
6781
+ LfeFilter: smithy_client_1.expectString(output.lfeFilter),
6782
+ LoRoCenterMixLevel: smithy_client_1.limitedParseDouble(output.loRoCenterMixLevel),
6783
+ LoRoSurroundMixLevel: smithy_client_1.limitedParseDouble(output.loRoSurroundMixLevel),
6784
+ LtRtCenterMixLevel: smithy_client_1.limitedParseDouble(output.ltRtCenterMixLevel),
6785
+ LtRtSurroundMixLevel: smithy_client_1.limitedParseDouble(output.ltRtSurroundMixLevel),
6786
+ MetadataControl: smithy_client_1.expectString(output.metadataControl),
6787
+ PassthroughControl: smithy_client_1.expectString(output.passthroughControl),
6788
+ PhaseControl: smithy_client_1.expectString(output.phaseControl),
6789
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
6790
+ StereoDownmix: smithy_client_1.expectString(output.stereoDownmix),
6791
+ SurroundExMode: smithy_client_1.expectString(output.surroundExMode),
6792
+ SurroundMode: smithy_client_1.expectString(output.surroundMode),
6793
6793
  };
6794
6794
  };
6795
6795
  const deserializeAws_restJson1EmbeddedDestinationSettings = (output, context) => {
6796
6796
  return {
6797
- Destination608ChannelNumber: (0, smithy_client_1.expectInt32)(output.destination608ChannelNumber),
6798
- Destination708ServiceNumber: (0, smithy_client_1.expectInt32)(output.destination708ServiceNumber),
6797
+ Destination608ChannelNumber: smithy_client_1.expectInt32(output.destination608ChannelNumber),
6798
+ Destination708ServiceNumber: smithy_client_1.expectInt32(output.destination708ServiceNumber),
6799
6799
  };
6800
6800
  };
6801
6801
  const deserializeAws_restJson1EmbeddedSourceSettings = (output, context) => {
6802
6802
  return {
6803
- Convert608To708: (0, smithy_client_1.expectString)(output.convert608To708),
6804
- Source608ChannelNumber: (0, smithy_client_1.expectInt32)(output.source608ChannelNumber),
6805
- Source608TrackNumber: (0, smithy_client_1.expectInt32)(output.source608TrackNumber),
6806
- TerminateCaptions: (0, smithy_client_1.expectString)(output.terminateCaptions),
6803
+ Convert608To708: smithy_client_1.expectString(output.convert608To708),
6804
+ Source608ChannelNumber: smithy_client_1.expectInt32(output.source608ChannelNumber),
6805
+ Source608TrackNumber: smithy_client_1.expectInt32(output.source608TrackNumber),
6806
+ TerminateCaptions: smithy_client_1.expectString(output.terminateCaptions),
6807
6807
  };
6808
6808
  };
6809
6809
  const deserializeAws_restJson1Endpoint = (output, context) => {
6810
6810
  return {
6811
- Url: (0, smithy_client_1.expectString)(output.url),
6811
+ Url: smithy_client_1.expectString(output.url),
6812
6812
  };
6813
6813
  };
6814
6814
  const deserializeAws_restJson1EsamManifestConfirmConditionNotification = (output, context) => {
6815
6815
  return {
6816
- MccXml: (0, smithy_client_1.expectString)(output.mccXml),
6816
+ MccXml: smithy_client_1.expectString(output.mccXml),
6817
6817
  };
6818
6818
  };
6819
6819
  const deserializeAws_restJson1EsamSettings = (output, context) => {
@@ -6821,7 +6821,7 @@ const deserializeAws_restJson1EsamSettings = (output, context) => {
6821
6821
  ManifestConfirmConditionNotification: output.manifestConfirmConditionNotification !== undefined && output.manifestConfirmConditionNotification !== null
6822
6822
  ? deserializeAws_restJson1EsamManifestConfirmConditionNotification(output.manifestConfirmConditionNotification, context)
6823
6823
  : undefined,
6824
- ResponseSignalPreroll: (0, smithy_client_1.expectInt32)(output.responseSignalPreroll),
6824
+ ResponseSignalPreroll: smithy_client_1.expectInt32(output.responseSignalPreroll),
6825
6825
  SignalProcessingNotification: output.signalProcessingNotification !== undefined && output.signalProcessingNotification !== null
6826
6826
  ? deserializeAws_restJson1EsamSignalProcessingNotification(output.signalProcessingNotification, context)
6827
6827
  : undefined,
@@ -6829,23 +6829,23 @@ const deserializeAws_restJson1EsamSettings = (output, context) => {
6829
6829
  };
6830
6830
  const deserializeAws_restJson1EsamSignalProcessingNotification = (output, context) => {
6831
6831
  return {
6832
- SccXml: (0, smithy_client_1.expectString)(output.sccXml),
6832
+ SccXml: smithy_client_1.expectString(output.sccXml),
6833
6833
  };
6834
6834
  };
6835
6835
  const deserializeAws_restJson1ExtendedDataServices = (output, context) => {
6836
6836
  return {
6837
- CopyProtectionAction: (0, smithy_client_1.expectString)(output.copyProtectionAction),
6838
- VchipAction: (0, smithy_client_1.expectString)(output.vchipAction),
6837
+ CopyProtectionAction: smithy_client_1.expectString(output.copyProtectionAction),
6838
+ VchipAction: smithy_client_1.expectString(output.vchipAction),
6839
6839
  };
6840
6840
  };
6841
6841
  const deserializeAws_restJson1F4vSettings = (output, context) => {
6842
6842
  return {
6843
- MoovPlacement: (0, smithy_client_1.expectString)(output.moovPlacement),
6843
+ MoovPlacement: smithy_client_1.expectString(output.moovPlacement),
6844
6844
  };
6845
6845
  };
6846
6846
  const deserializeAws_restJson1FileGroupSettings = (output, context) => {
6847
6847
  return {
6848
- Destination: (0, smithy_client_1.expectString)(output.destination),
6848
+ Destination: smithy_client_1.expectString(output.destination),
6849
6849
  DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
6850
6850
  ? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
6851
6851
  : undefined,
@@ -6853,153 +6853,153 @@ const deserializeAws_restJson1FileGroupSettings = (output, context) => {
6853
6853
  };
6854
6854
  const deserializeAws_restJson1FileSourceSettings = (output, context) => {
6855
6855
  return {
6856
- Convert608To708: (0, smithy_client_1.expectString)(output.convert608To708),
6856
+ Convert608To708: smithy_client_1.expectString(output.convert608To708),
6857
6857
  Framerate: output.framerate !== undefined && output.framerate !== null
6858
6858
  ? deserializeAws_restJson1CaptionSourceFramerate(output.framerate, context)
6859
6859
  : undefined,
6860
- SourceFile: (0, smithy_client_1.expectString)(output.sourceFile),
6861
- TimeDelta: (0, smithy_client_1.expectInt32)(output.timeDelta),
6860
+ SourceFile: smithy_client_1.expectString(output.sourceFile),
6861
+ TimeDelta: smithy_client_1.expectInt32(output.timeDelta),
6862
6862
  };
6863
6863
  };
6864
6864
  const deserializeAws_restJson1FrameCaptureSettings = (output, context) => {
6865
6865
  return {
6866
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
6867
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
6868
- MaxCaptures: (0, smithy_client_1.expectInt32)(output.maxCaptures),
6869
- Quality: (0, smithy_client_1.expectInt32)(output.quality),
6866
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
6867
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
6868
+ MaxCaptures: smithy_client_1.expectInt32(output.maxCaptures),
6869
+ Quality: smithy_client_1.expectInt32(output.quality),
6870
6870
  };
6871
6871
  };
6872
6872
  const deserializeAws_restJson1H264QvbrSettings = (output, context) => {
6873
6873
  return {
6874
- MaxAverageBitrate: (0, smithy_client_1.expectInt32)(output.maxAverageBitrate),
6875
- QvbrQualityLevel: (0, smithy_client_1.expectInt32)(output.qvbrQualityLevel),
6876
- QvbrQualityLevelFineTune: (0, smithy_client_1.limitedParseDouble)(output.qvbrQualityLevelFineTune),
6874
+ MaxAverageBitrate: smithy_client_1.expectInt32(output.maxAverageBitrate),
6875
+ QvbrQualityLevel: smithy_client_1.expectInt32(output.qvbrQualityLevel),
6876
+ QvbrQualityLevelFineTune: smithy_client_1.limitedParseDouble(output.qvbrQualityLevelFineTune),
6877
6877
  };
6878
6878
  };
6879
6879
  const deserializeAws_restJson1H264Settings = (output, context) => {
6880
6880
  return {
6881
- AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
6882
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
6883
- CodecLevel: (0, smithy_client_1.expectString)(output.codecLevel),
6884
- CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
6885
- DynamicSubGop: (0, smithy_client_1.expectString)(output.dynamicSubGop),
6886
- EntropyEncoding: (0, smithy_client_1.expectString)(output.entropyEncoding),
6887
- FieldEncoding: (0, smithy_client_1.expectString)(output.fieldEncoding),
6888
- FlickerAdaptiveQuantization: (0, smithy_client_1.expectString)(output.flickerAdaptiveQuantization),
6889
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
6890
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
6891
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
6892
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
6893
- GopBReference: (0, smithy_client_1.expectString)(output.gopBReference),
6894
- GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
6895
- GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
6896
- GopSizeUnits: (0, smithy_client_1.expectString)(output.gopSizeUnits),
6897
- HrdBufferInitialFillPercentage: (0, smithy_client_1.expectInt32)(output.hrdBufferInitialFillPercentage),
6898
- HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
6899
- InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
6900
- MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
6901
- MinIInterval: (0, smithy_client_1.expectInt32)(output.minIInterval),
6902
- NumberBFramesBetweenReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberBFramesBetweenReferenceFrames),
6903
- NumberReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberReferenceFrames),
6904
- ParControl: (0, smithy_client_1.expectString)(output.parControl),
6905
- ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
6906
- ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
6907
- QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
6881
+ AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
6882
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
6883
+ CodecLevel: smithy_client_1.expectString(output.codecLevel),
6884
+ CodecProfile: smithy_client_1.expectString(output.codecProfile),
6885
+ DynamicSubGop: smithy_client_1.expectString(output.dynamicSubGop),
6886
+ EntropyEncoding: smithy_client_1.expectString(output.entropyEncoding),
6887
+ FieldEncoding: smithy_client_1.expectString(output.fieldEncoding),
6888
+ FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
6889
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
6890
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
6891
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
6892
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
6893
+ GopBReference: smithy_client_1.expectString(output.gopBReference),
6894
+ GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
6895
+ GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
6896
+ GopSizeUnits: smithy_client_1.expectString(output.gopSizeUnits),
6897
+ HrdBufferInitialFillPercentage: smithy_client_1.expectInt32(output.hrdBufferInitialFillPercentage),
6898
+ HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
6899
+ InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
6900
+ MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
6901
+ MinIInterval: smithy_client_1.expectInt32(output.minIInterval),
6902
+ NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
6903
+ NumberReferenceFrames: smithy_client_1.expectInt32(output.numberReferenceFrames),
6904
+ ParControl: smithy_client_1.expectString(output.parControl),
6905
+ ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
6906
+ ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
6907
+ QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
6908
6908
  QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
6909
6909
  ? deserializeAws_restJson1H264QvbrSettings(output.qvbrSettings, context)
6910
6910
  : undefined,
6911
- RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
6912
- RepeatPps: (0, smithy_client_1.expectString)(output.repeatPps),
6913
- ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
6914
- SceneChangeDetect: (0, smithy_client_1.expectString)(output.sceneChangeDetect),
6915
- Slices: (0, smithy_client_1.expectInt32)(output.slices),
6916
- SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
6917
- Softness: (0, smithy_client_1.expectInt32)(output.softness),
6918
- SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
6919
- Syntax: (0, smithy_client_1.expectString)(output.syntax),
6920
- Telecine: (0, smithy_client_1.expectString)(output.telecine),
6921
- TemporalAdaptiveQuantization: (0, smithy_client_1.expectString)(output.temporalAdaptiveQuantization),
6922
- UnregisteredSeiTimecode: (0, smithy_client_1.expectString)(output.unregisteredSeiTimecode),
6911
+ RateControlMode: smithy_client_1.expectString(output.rateControlMode),
6912
+ RepeatPps: smithy_client_1.expectString(output.repeatPps),
6913
+ ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
6914
+ SceneChangeDetect: smithy_client_1.expectString(output.sceneChangeDetect),
6915
+ Slices: smithy_client_1.expectInt32(output.slices),
6916
+ SlowPal: smithy_client_1.expectString(output.slowPal),
6917
+ Softness: smithy_client_1.expectInt32(output.softness),
6918
+ SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
6919
+ Syntax: smithy_client_1.expectString(output.syntax),
6920
+ Telecine: smithy_client_1.expectString(output.telecine),
6921
+ TemporalAdaptiveQuantization: smithy_client_1.expectString(output.temporalAdaptiveQuantization),
6922
+ UnregisteredSeiTimecode: smithy_client_1.expectString(output.unregisteredSeiTimecode),
6923
6923
  };
6924
6924
  };
6925
6925
  const deserializeAws_restJson1H265QvbrSettings = (output, context) => {
6926
6926
  return {
6927
- MaxAverageBitrate: (0, smithy_client_1.expectInt32)(output.maxAverageBitrate),
6928
- QvbrQualityLevel: (0, smithy_client_1.expectInt32)(output.qvbrQualityLevel),
6929
- QvbrQualityLevelFineTune: (0, smithy_client_1.limitedParseDouble)(output.qvbrQualityLevelFineTune),
6927
+ MaxAverageBitrate: smithy_client_1.expectInt32(output.maxAverageBitrate),
6928
+ QvbrQualityLevel: smithy_client_1.expectInt32(output.qvbrQualityLevel),
6929
+ QvbrQualityLevelFineTune: smithy_client_1.limitedParseDouble(output.qvbrQualityLevelFineTune),
6930
6930
  };
6931
6931
  };
6932
6932
  const deserializeAws_restJson1H265Settings = (output, context) => {
6933
6933
  return {
6934
- AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
6935
- AlternateTransferFunctionSei: (0, smithy_client_1.expectString)(output.alternateTransferFunctionSei),
6936
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
6937
- CodecLevel: (0, smithy_client_1.expectString)(output.codecLevel),
6938
- CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
6939
- DynamicSubGop: (0, smithy_client_1.expectString)(output.dynamicSubGop),
6940
- FlickerAdaptiveQuantization: (0, smithy_client_1.expectString)(output.flickerAdaptiveQuantization),
6941
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
6942
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
6943
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
6944
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
6945
- GopBReference: (0, smithy_client_1.expectString)(output.gopBReference),
6946
- GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
6947
- GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
6948
- GopSizeUnits: (0, smithy_client_1.expectString)(output.gopSizeUnits),
6949
- HrdBufferInitialFillPercentage: (0, smithy_client_1.expectInt32)(output.hrdBufferInitialFillPercentage),
6950
- HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
6951
- InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
6952
- MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
6953
- MinIInterval: (0, smithy_client_1.expectInt32)(output.minIInterval),
6954
- NumberBFramesBetweenReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberBFramesBetweenReferenceFrames),
6955
- NumberReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberReferenceFrames),
6956
- ParControl: (0, smithy_client_1.expectString)(output.parControl),
6957
- ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
6958
- ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
6959
- QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
6934
+ AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
6935
+ AlternateTransferFunctionSei: smithy_client_1.expectString(output.alternateTransferFunctionSei),
6936
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
6937
+ CodecLevel: smithy_client_1.expectString(output.codecLevel),
6938
+ CodecProfile: smithy_client_1.expectString(output.codecProfile),
6939
+ DynamicSubGop: smithy_client_1.expectString(output.dynamicSubGop),
6940
+ FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
6941
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
6942
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
6943
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
6944
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
6945
+ GopBReference: smithy_client_1.expectString(output.gopBReference),
6946
+ GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
6947
+ GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
6948
+ GopSizeUnits: smithy_client_1.expectString(output.gopSizeUnits),
6949
+ HrdBufferInitialFillPercentage: smithy_client_1.expectInt32(output.hrdBufferInitialFillPercentage),
6950
+ HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
6951
+ InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
6952
+ MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
6953
+ MinIInterval: smithy_client_1.expectInt32(output.minIInterval),
6954
+ NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
6955
+ NumberReferenceFrames: smithy_client_1.expectInt32(output.numberReferenceFrames),
6956
+ ParControl: smithy_client_1.expectString(output.parControl),
6957
+ ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
6958
+ ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
6959
+ QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
6960
6960
  QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
6961
6961
  ? deserializeAws_restJson1H265QvbrSettings(output.qvbrSettings, context)
6962
6962
  : undefined,
6963
- RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
6964
- SampleAdaptiveOffsetFilterMode: (0, smithy_client_1.expectString)(output.sampleAdaptiveOffsetFilterMode),
6965
- ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
6966
- SceneChangeDetect: (0, smithy_client_1.expectString)(output.sceneChangeDetect),
6967
- Slices: (0, smithy_client_1.expectInt32)(output.slices),
6968
- SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
6969
- SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
6970
- Telecine: (0, smithy_client_1.expectString)(output.telecine),
6971
- TemporalAdaptiveQuantization: (0, smithy_client_1.expectString)(output.temporalAdaptiveQuantization),
6972
- TemporalIds: (0, smithy_client_1.expectString)(output.temporalIds),
6973
- Tiles: (0, smithy_client_1.expectString)(output.tiles),
6974
- UnregisteredSeiTimecode: (0, smithy_client_1.expectString)(output.unregisteredSeiTimecode),
6975
- WriteMp4PackagingType: (0, smithy_client_1.expectString)(output.writeMp4PackagingType),
6963
+ RateControlMode: smithy_client_1.expectString(output.rateControlMode),
6964
+ SampleAdaptiveOffsetFilterMode: smithy_client_1.expectString(output.sampleAdaptiveOffsetFilterMode),
6965
+ ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
6966
+ SceneChangeDetect: smithy_client_1.expectString(output.sceneChangeDetect),
6967
+ Slices: smithy_client_1.expectInt32(output.slices),
6968
+ SlowPal: smithy_client_1.expectString(output.slowPal),
6969
+ SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
6970
+ Telecine: smithy_client_1.expectString(output.telecine),
6971
+ TemporalAdaptiveQuantization: smithy_client_1.expectString(output.temporalAdaptiveQuantization),
6972
+ TemporalIds: smithy_client_1.expectString(output.temporalIds),
6973
+ Tiles: smithy_client_1.expectString(output.tiles),
6974
+ UnregisteredSeiTimecode: smithy_client_1.expectString(output.unregisteredSeiTimecode),
6975
+ WriteMp4PackagingType: smithy_client_1.expectString(output.writeMp4PackagingType),
6976
6976
  };
6977
6977
  };
6978
6978
  const deserializeAws_restJson1Hdr10Metadata = (output, context) => {
6979
6979
  return {
6980
- BluePrimaryX: (0, smithy_client_1.expectInt32)(output.bluePrimaryX),
6981
- BluePrimaryY: (0, smithy_client_1.expectInt32)(output.bluePrimaryY),
6982
- GreenPrimaryX: (0, smithy_client_1.expectInt32)(output.greenPrimaryX),
6983
- GreenPrimaryY: (0, smithy_client_1.expectInt32)(output.greenPrimaryY),
6984
- MaxContentLightLevel: (0, smithy_client_1.expectInt32)(output.maxContentLightLevel),
6985
- MaxFrameAverageLightLevel: (0, smithy_client_1.expectInt32)(output.maxFrameAverageLightLevel),
6986
- MaxLuminance: (0, smithy_client_1.expectInt32)(output.maxLuminance),
6987
- MinLuminance: (0, smithy_client_1.expectInt32)(output.minLuminance),
6988
- RedPrimaryX: (0, smithy_client_1.expectInt32)(output.redPrimaryX),
6989
- RedPrimaryY: (0, smithy_client_1.expectInt32)(output.redPrimaryY),
6990
- WhitePointX: (0, smithy_client_1.expectInt32)(output.whitePointX),
6991
- WhitePointY: (0, smithy_client_1.expectInt32)(output.whitePointY),
6980
+ BluePrimaryX: smithy_client_1.expectInt32(output.bluePrimaryX),
6981
+ BluePrimaryY: smithy_client_1.expectInt32(output.bluePrimaryY),
6982
+ GreenPrimaryX: smithy_client_1.expectInt32(output.greenPrimaryX),
6983
+ GreenPrimaryY: smithy_client_1.expectInt32(output.greenPrimaryY),
6984
+ MaxContentLightLevel: smithy_client_1.expectInt32(output.maxContentLightLevel),
6985
+ MaxFrameAverageLightLevel: smithy_client_1.expectInt32(output.maxFrameAverageLightLevel),
6986
+ MaxLuminance: smithy_client_1.expectInt32(output.maxLuminance),
6987
+ MinLuminance: smithy_client_1.expectInt32(output.minLuminance),
6988
+ RedPrimaryX: smithy_client_1.expectInt32(output.redPrimaryX),
6989
+ RedPrimaryY: smithy_client_1.expectInt32(output.redPrimaryY),
6990
+ WhitePointX: smithy_client_1.expectInt32(output.whitePointX),
6991
+ WhitePointY: smithy_client_1.expectInt32(output.whitePointY),
6992
6992
  };
6993
6993
  };
6994
6994
  const deserializeAws_restJson1Hdr10Plus = (output, context) => {
6995
6995
  return {
6996
- MasteringMonitorNits: (0, smithy_client_1.expectInt32)(output.masteringMonitorNits),
6997
- TargetMonitorNits: (0, smithy_client_1.expectInt32)(output.targetMonitorNits),
6996
+ MasteringMonitorNits: smithy_client_1.expectInt32(output.masteringMonitorNits),
6997
+ TargetMonitorNits: smithy_client_1.expectInt32(output.targetMonitorNits),
6998
6998
  };
6999
6999
  };
7000
7000
  const deserializeAws_restJson1HlsAdditionalManifest = (output, context) => {
7001
7001
  return {
7002
- ManifestNameModifier: (0, smithy_client_1.expectString)(output.manifestNameModifier),
7002
+ ManifestNameModifier: smithy_client_1.expectString(output.manifestNameModifier),
7003
7003
  SelectedOutputs: output.selectedOutputs !== undefined && output.selectedOutputs !== null
7004
7004
  ? deserializeAws_restJson1__listOf__stringMin1(output.selectedOutputs, context)
7005
7005
  : undefined,
@@ -7007,25 +7007,25 @@ const deserializeAws_restJson1HlsAdditionalManifest = (output, context) => {
7007
7007
  };
7008
7008
  const deserializeAws_restJson1HlsCaptionLanguageMapping = (output, context) => {
7009
7009
  return {
7010
- CaptionChannel: (0, smithy_client_1.expectInt32)(output.captionChannel),
7011
- CustomLanguageCode: (0, smithy_client_1.expectString)(output.customLanguageCode),
7012
- LanguageCode: (0, smithy_client_1.expectString)(output.languageCode),
7013
- LanguageDescription: (0, smithy_client_1.expectString)(output.languageDescription),
7010
+ CaptionChannel: smithy_client_1.expectInt32(output.captionChannel),
7011
+ CustomLanguageCode: smithy_client_1.expectString(output.customLanguageCode),
7012
+ LanguageCode: smithy_client_1.expectString(output.languageCode),
7013
+ LanguageDescription: smithy_client_1.expectString(output.languageDescription),
7014
7014
  };
7015
7015
  };
7016
7016
  const deserializeAws_restJson1HlsEncryptionSettings = (output, context) => {
7017
7017
  return {
7018
- ConstantInitializationVector: (0, smithy_client_1.expectString)(output.constantInitializationVector),
7019
- EncryptionMethod: (0, smithy_client_1.expectString)(output.encryptionMethod),
7020
- InitializationVectorInManifest: (0, smithy_client_1.expectString)(output.initializationVectorInManifest),
7021
- OfflineEncrypted: (0, smithy_client_1.expectString)(output.offlineEncrypted),
7018
+ ConstantInitializationVector: smithy_client_1.expectString(output.constantInitializationVector),
7019
+ EncryptionMethod: smithy_client_1.expectString(output.encryptionMethod),
7020
+ InitializationVectorInManifest: smithy_client_1.expectString(output.initializationVectorInManifest),
7021
+ OfflineEncrypted: smithy_client_1.expectString(output.offlineEncrypted),
7022
7022
  SpekeKeyProvider: output.spekeKeyProvider !== undefined && output.spekeKeyProvider !== null
7023
7023
  ? deserializeAws_restJson1SpekeKeyProvider(output.spekeKeyProvider, context)
7024
7024
  : undefined,
7025
7025
  StaticKeyProvider: output.staticKeyProvider !== undefined && output.staticKeyProvider !== null
7026
7026
  ? deserializeAws_restJson1StaticKeyProvider(output.staticKeyProvider, context)
7027
7027
  : undefined,
7028
- Type: (0, smithy_client_1.expectString)(output.type),
7028
+ Type: smithy_client_1.expectString(output.type),
7029
7029
  };
7030
7030
  };
7031
7031
  const deserializeAws_restJson1HlsGroupSettings = (output, context) => {
@@ -7036,70 +7036,70 @@ const deserializeAws_restJson1HlsGroupSettings = (output, context) => {
7036
7036
  AdditionalManifests: output.additionalManifests !== undefined && output.additionalManifests !== null
7037
7037
  ? deserializeAws_restJson1__listOfHlsAdditionalManifest(output.additionalManifests, context)
7038
7038
  : undefined,
7039
- AudioOnlyHeader: (0, smithy_client_1.expectString)(output.audioOnlyHeader),
7040
- BaseUrl: (0, smithy_client_1.expectString)(output.baseUrl),
7039
+ AudioOnlyHeader: smithy_client_1.expectString(output.audioOnlyHeader),
7040
+ BaseUrl: smithy_client_1.expectString(output.baseUrl),
7041
7041
  CaptionLanguageMappings: output.captionLanguageMappings !== undefined && output.captionLanguageMappings !== null
7042
7042
  ? deserializeAws_restJson1__listOfHlsCaptionLanguageMapping(output.captionLanguageMappings, context)
7043
7043
  : undefined,
7044
- CaptionLanguageSetting: (0, smithy_client_1.expectString)(output.captionLanguageSetting),
7045
- ClientCache: (0, smithy_client_1.expectString)(output.clientCache),
7046
- CodecSpecification: (0, smithy_client_1.expectString)(output.codecSpecification),
7047
- Destination: (0, smithy_client_1.expectString)(output.destination),
7044
+ CaptionLanguageSetting: smithy_client_1.expectString(output.captionLanguageSetting),
7045
+ ClientCache: smithy_client_1.expectString(output.clientCache),
7046
+ CodecSpecification: smithy_client_1.expectString(output.codecSpecification),
7047
+ Destination: smithy_client_1.expectString(output.destination),
7048
7048
  DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
7049
7049
  ? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
7050
7050
  : undefined,
7051
- DirectoryStructure: (0, smithy_client_1.expectString)(output.directoryStructure),
7051
+ DirectoryStructure: smithy_client_1.expectString(output.directoryStructure),
7052
7052
  Encryption: output.encryption !== undefined && output.encryption !== null
7053
7053
  ? deserializeAws_restJson1HlsEncryptionSettings(output.encryption, context)
7054
7054
  : undefined,
7055
- ImageBasedTrickPlay: (0, smithy_client_1.expectString)(output.imageBasedTrickPlay),
7056
- ManifestCompression: (0, smithy_client_1.expectString)(output.manifestCompression),
7057
- ManifestDurationFormat: (0, smithy_client_1.expectString)(output.manifestDurationFormat),
7058
- MinFinalSegmentLength: (0, smithy_client_1.limitedParseDouble)(output.minFinalSegmentLength),
7059
- MinSegmentLength: (0, smithy_client_1.expectInt32)(output.minSegmentLength),
7060
- OutputSelection: (0, smithy_client_1.expectString)(output.outputSelection),
7061
- ProgramDateTime: (0, smithy_client_1.expectString)(output.programDateTime),
7062
- ProgramDateTimePeriod: (0, smithy_client_1.expectInt32)(output.programDateTimePeriod),
7063
- SegmentControl: (0, smithy_client_1.expectString)(output.segmentControl),
7064
- SegmentLength: (0, smithy_client_1.expectInt32)(output.segmentLength),
7065
- SegmentLengthControl: (0, smithy_client_1.expectString)(output.segmentLengthControl),
7066
- SegmentsPerSubdirectory: (0, smithy_client_1.expectInt32)(output.segmentsPerSubdirectory),
7067
- StreamInfResolution: (0, smithy_client_1.expectString)(output.streamInfResolution),
7068
- TargetDurationCompatibilityMode: (0, smithy_client_1.expectString)(output.targetDurationCompatibilityMode),
7069
- TimedMetadataId3Frame: (0, smithy_client_1.expectString)(output.timedMetadataId3Frame),
7070
- TimedMetadataId3Period: (0, smithy_client_1.expectInt32)(output.timedMetadataId3Period),
7071
- TimestampDeltaMilliseconds: (0, smithy_client_1.expectInt32)(output.timestampDeltaMilliseconds),
7055
+ ImageBasedTrickPlay: smithy_client_1.expectString(output.imageBasedTrickPlay),
7056
+ ManifestCompression: smithy_client_1.expectString(output.manifestCompression),
7057
+ ManifestDurationFormat: smithy_client_1.expectString(output.manifestDurationFormat),
7058
+ MinFinalSegmentLength: smithy_client_1.limitedParseDouble(output.minFinalSegmentLength),
7059
+ MinSegmentLength: smithy_client_1.expectInt32(output.minSegmentLength),
7060
+ OutputSelection: smithy_client_1.expectString(output.outputSelection),
7061
+ ProgramDateTime: smithy_client_1.expectString(output.programDateTime),
7062
+ ProgramDateTimePeriod: smithy_client_1.expectInt32(output.programDateTimePeriod),
7063
+ SegmentControl: smithy_client_1.expectString(output.segmentControl),
7064
+ SegmentLength: smithy_client_1.expectInt32(output.segmentLength),
7065
+ SegmentLengthControl: smithy_client_1.expectString(output.segmentLengthControl),
7066
+ SegmentsPerSubdirectory: smithy_client_1.expectInt32(output.segmentsPerSubdirectory),
7067
+ StreamInfResolution: smithy_client_1.expectString(output.streamInfResolution),
7068
+ TargetDurationCompatibilityMode: smithy_client_1.expectString(output.targetDurationCompatibilityMode),
7069
+ TimedMetadataId3Frame: smithy_client_1.expectString(output.timedMetadataId3Frame),
7070
+ TimedMetadataId3Period: smithy_client_1.expectInt32(output.timedMetadataId3Period),
7071
+ TimestampDeltaMilliseconds: smithy_client_1.expectInt32(output.timestampDeltaMilliseconds),
7072
7072
  };
7073
7073
  };
7074
7074
  const deserializeAws_restJson1HlsRenditionGroupSettings = (output, context) => {
7075
7075
  return {
7076
- RenditionGroupId: (0, smithy_client_1.expectString)(output.renditionGroupId),
7077
- RenditionLanguageCode: (0, smithy_client_1.expectString)(output.renditionLanguageCode),
7078
- RenditionName: (0, smithy_client_1.expectString)(output.renditionName),
7076
+ RenditionGroupId: smithy_client_1.expectString(output.renditionGroupId),
7077
+ RenditionLanguageCode: smithy_client_1.expectString(output.renditionLanguageCode),
7078
+ RenditionName: smithy_client_1.expectString(output.renditionName),
7079
7079
  };
7080
7080
  };
7081
7081
  const deserializeAws_restJson1HlsSettings = (output, context) => {
7082
7082
  return {
7083
- AudioGroupId: (0, smithy_client_1.expectString)(output.audioGroupId),
7084
- AudioOnlyContainer: (0, smithy_client_1.expectString)(output.audioOnlyContainer),
7085
- AudioRenditionSets: (0, smithy_client_1.expectString)(output.audioRenditionSets),
7086
- AudioTrackType: (0, smithy_client_1.expectString)(output.audioTrackType),
7087
- DescriptiveVideoServiceFlag: (0, smithy_client_1.expectString)(output.descriptiveVideoServiceFlag),
7088
- IFrameOnlyManifest: (0, smithy_client_1.expectString)(output.iFrameOnlyManifest),
7089
- SegmentModifier: (0, smithy_client_1.expectString)(output.segmentModifier),
7083
+ AudioGroupId: smithy_client_1.expectString(output.audioGroupId),
7084
+ AudioOnlyContainer: smithy_client_1.expectString(output.audioOnlyContainer),
7085
+ AudioRenditionSets: smithy_client_1.expectString(output.audioRenditionSets),
7086
+ AudioTrackType: smithy_client_1.expectString(output.audioTrackType),
7087
+ DescriptiveVideoServiceFlag: smithy_client_1.expectString(output.descriptiveVideoServiceFlag),
7088
+ IFrameOnlyManifest: smithy_client_1.expectString(output.iFrameOnlyManifest),
7089
+ SegmentModifier: smithy_client_1.expectString(output.segmentModifier),
7090
7090
  };
7091
7091
  };
7092
7092
  const deserializeAws_restJson1HopDestination = (output, context) => {
7093
7093
  return {
7094
- Priority: (0, smithy_client_1.expectInt32)(output.priority),
7095
- Queue: (0, smithy_client_1.expectString)(output.queue),
7096
- WaitMinutes: (0, smithy_client_1.expectInt32)(output.waitMinutes),
7094
+ Priority: smithy_client_1.expectInt32(output.priority),
7095
+ Queue: smithy_client_1.expectString(output.queue),
7096
+ WaitMinutes: smithy_client_1.expectInt32(output.waitMinutes),
7097
7097
  };
7098
7098
  };
7099
7099
  const deserializeAws_restJson1Id3Insertion = (output, context) => {
7100
7100
  return {
7101
- Id3: (0, smithy_client_1.expectString)(output.id3),
7102
- Timecode: (0, smithy_client_1.expectString)(output.timecode),
7101
+ Id3: smithy_client_1.expectString(output.id3),
7102
+ Timecode: smithy_client_1.expectString(output.timecode),
7103
7103
  };
7104
7104
  };
7105
7105
  const deserializeAws_restJson1ImageInserter = (output, context) => {
@@ -7111,7 +7111,7 @@ const deserializeAws_restJson1ImageInserter = (output, context) => {
7111
7111
  };
7112
7112
  const deserializeAws_restJson1ImscDestinationSettings = (output, context) => {
7113
7113
  return {
7114
- StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
7114
+ StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
7115
7115
  };
7116
7116
  };
7117
7117
  const deserializeAws_restJson1Input = (output, context) => {
@@ -7128,31 +7128,31 @@ const deserializeAws_restJson1Input = (output, context) => {
7128
7128
  Crop: output.crop !== undefined && output.crop !== null
7129
7129
  ? deserializeAws_restJson1Rectangle(output.crop, context)
7130
7130
  : undefined,
7131
- DeblockFilter: (0, smithy_client_1.expectString)(output.deblockFilter),
7131
+ DeblockFilter: smithy_client_1.expectString(output.deblockFilter),
7132
7132
  DecryptionSettings: output.decryptionSettings !== undefined && output.decryptionSettings !== null
7133
7133
  ? deserializeAws_restJson1InputDecryptionSettings(output.decryptionSettings, context)
7134
7134
  : undefined,
7135
- DenoiseFilter: (0, smithy_client_1.expectString)(output.denoiseFilter),
7136
- FileInput: (0, smithy_client_1.expectString)(output.fileInput),
7137
- FilterEnable: (0, smithy_client_1.expectString)(output.filterEnable),
7138
- FilterStrength: (0, smithy_client_1.expectInt32)(output.filterStrength),
7135
+ DenoiseFilter: smithy_client_1.expectString(output.denoiseFilter),
7136
+ FileInput: smithy_client_1.expectString(output.fileInput),
7137
+ FilterEnable: smithy_client_1.expectString(output.filterEnable),
7138
+ FilterStrength: smithy_client_1.expectInt32(output.filterStrength),
7139
7139
  ImageInserter: output.imageInserter !== undefined && output.imageInserter !== null
7140
7140
  ? deserializeAws_restJson1ImageInserter(output.imageInserter, context)
7141
7141
  : undefined,
7142
7142
  InputClippings: output.inputClippings !== undefined && output.inputClippings !== null
7143
7143
  ? deserializeAws_restJson1__listOfInputClipping(output.inputClippings, context)
7144
7144
  : undefined,
7145
- InputScanType: (0, smithy_client_1.expectString)(output.inputScanType),
7145
+ InputScanType: smithy_client_1.expectString(output.inputScanType),
7146
7146
  Position: output.position !== undefined && output.position !== null
7147
7147
  ? deserializeAws_restJson1Rectangle(output.position, context)
7148
7148
  : undefined,
7149
- ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
7150
- PsiControl: (0, smithy_client_1.expectString)(output.psiControl),
7149
+ ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
7150
+ PsiControl: smithy_client_1.expectString(output.psiControl),
7151
7151
  SupplementalImps: output.supplementalImps !== undefined && output.supplementalImps !== null
7152
7152
  ? deserializeAws_restJson1__listOf__stringPatternS3ASSETMAPXml(output.supplementalImps, context)
7153
7153
  : undefined,
7154
- TimecodeSource: (0, smithy_client_1.expectString)(output.timecodeSource),
7155
- TimecodeStart: (0, smithy_client_1.expectString)(output.timecodeStart),
7154
+ TimecodeSource: smithy_client_1.expectString(output.timecodeSource),
7155
+ TimecodeStart: smithy_client_1.expectString(output.timecodeStart),
7156
7156
  VideoSelector: output.videoSelector !== undefined && output.videoSelector !== null
7157
7157
  ? deserializeAws_restJson1VideoSelector(output.videoSelector, context)
7158
7158
  : undefined,
@@ -7160,16 +7160,16 @@ const deserializeAws_restJson1Input = (output, context) => {
7160
7160
  };
7161
7161
  const deserializeAws_restJson1InputClipping = (output, context) => {
7162
7162
  return {
7163
- EndTimecode: (0, smithy_client_1.expectString)(output.endTimecode),
7164
- StartTimecode: (0, smithy_client_1.expectString)(output.startTimecode),
7163
+ EndTimecode: smithy_client_1.expectString(output.endTimecode),
7164
+ StartTimecode: smithy_client_1.expectString(output.startTimecode),
7165
7165
  };
7166
7166
  };
7167
7167
  const deserializeAws_restJson1InputDecryptionSettings = (output, context) => {
7168
7168
  return {
7169
- DecryptionMode: (0, smithy_client_1.expectString)(output.decryptionMode),
7170
- EncryptedDecryptionKey: (0, smithy_client_1.expectString)(output.encryptedDecryptionKey),
7171
- InitializationVector: (0, smithy_client_1.expectString)(output.initializationVector),
7172
- KmsKeyRegion: (0, smithy_client_1.expectString)(output.kmsKeyRegion),
7169
+ DecryptionMode: smithy_client_1.expectString(output.decryptionMode),
7170
+ EncryptedDecryptionKey: smithy_client_1.expectString(output.encryptedDecryptionKey),
7171
+ InitializationVector: smithy_client_1.expectString(output.initializationVector),
7172
+ KmsKeyRegion: smithy_client_1.expectString(output.kmsKeyRegion),
7173
7173
  };
7174
7174
  };
7175
7175
  const deserializeAws_restJson1InputTemplate = (output, context) => {
@@ -7186,24 +7186,24 @@ const deserializeAws_restJson1InputTemplate = (output, context) => {
7186
7186
  Crop: output.crop !== undefined && output.crop !== null
7187
7187
  ? deserializeAws_restJson1Rectangle(output.crop, context)
7188
7188
  : undefined,
7189
- DeblockFilter: (0, smithy_client_1.expectString)(output.deblockFilter),
7190
- DenoiseFilter: (0, smithy_client_1.expectString)(output.denoiseFilter),
7191
- FilterEnable: (0, smithy_client_1.expectString)(output.filterEnable),
7192
- FilterStrength: (0, smithy_client_1.expectInt32)(output.filterStrength),
7189
+ DeblockFilter: smithy_client_1.expectString(output.deblockFilter),
7190
+ DenoiseFilter: smithy_client_1.expectString(output.denoiseFilter),
7191
+ FilterEnable: smithy_client_1.expectString(output.filterEnable),
7192
+ FilterStrength: smithy_client_1.expectInt32(output.filterStrength),
7193
7193
  ImageInserter: output.imageInserter !== undefined && output.imageInserter !== null
7194
7194
  ? deserializeAws_restJson1ImageInserter(output.imageInserter, context)
7195
7195
  : undefined,
7196
7196
  InputClippings: output.inputClippings !== undefined && output.inputClippings !== null
7197
7197
  ? deserializeAws_restJson1__listOfInputClipping(output.inputClippings, context)
7198
7198
  : undefined,
7199
- InputScanType: (0, smithy_client_1.expectString)(output.inputScanType),
7199
+ InputScanType: smithy_client_1.expectString(output.inputScanType),
7200
7200
  Position: output.position !== undefined && output.position !== null
7201
7201
  ? deserializeAws_restJson1Rectangle(output.position, context)
7202
7202
  : undefined,
7203
- ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
7204
- PsiControl: (0, smithy_client_1.expectString)(output.psiControl),
7205
- TimecodeSource: (0, smithy_client_1.expectString)(output.timecodeSource),
7206
- TimecodeStart: (0, smithy_client_1.expectString)(output.timecodeStart),
7203
+ ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
7204
+ PsiControl: smithy_client_1.expectString(output.psiControl),
7205
+ TimecodeSource: smithy_client_1.expectString(output.timecodeSource),
7206
+ TimecodeStart: smithy_client_1.expectString(output.timecodeStart),
7207
7207
  VideoSelector: output.videoSelector !== undefined && output.videoSelector !== null
7208
7208
  ? deserializeAws_restJson1VideoSelector(output.videoSelector, context)
7209
7209
  : undefined,
@@ -7211,17 +7211,17 @@ const deserializeAws_restJson1InputTemplate = (output, context) => {
7211
7211
  };
7212
7212
  const deserializeAws_restJson1InsertableImage = (output, context) => {
7213
7213
  return {
7214
- Duration: (0, smithy_client_1.expectInt32)(output.duration),
7215
- FadeIn: (0, smithy_client_1.expectInt32)(output.fadeIn),
7216
- FadeOut: (0, smithy_client_1.expectInt32)(output.fadeOut),
7217
- Height: (0, smithy_client_1.expectInt32)(output.height),
7218
- ImageInserterInput: (0, smithy_client_1.expectString)(output.imageInserterInput),
7219
- ImageX: (0, smithy_client_1.expectInt32)(output.imageX),
7220
- ImageY: (0, smithy_client_1.expectInt32)(output.imageY),
7221
- Layer: (0, smithy_client_1.expectInt32)(output.layer),
7222
- Opacity: (0, smithy_client_1.expectInt32)(output.opacity),
7223
- StartTime: (0, smithy_client_1.expectString)(output.startTime),
7224
- Width: (0, smithy_client_1.expectInt32)(output.width),
7214
+ Duration: smithy_client_1.expectInt32(output.duration),
7215
+ FadeIn: smithy_client_1.expectInt32(output.fadeIn),
7216
+ FadeOut: smithy_client_1.expectInt32(output.fadeOut),
7217
+ Height: smithy_client_1.expectInt32(output.height),
7218
+ ImageInserterInput: smithy_client_1.expectString(output.imageInserterInput),
7219
+ ImageX: smithy_client_1.expectInt32(output.imageX),
7220
+ ImageY: smithy_client_1.expectInt32(output.imageY),
7221
+ Layer: smithy_client_1.expectInt32(output.layer),
7222
+ Opacity: smithy_client_1.expectInt32(output.opacity),
7223
+ StartTime: smithy_client_1.expectString(output.startTime),
7224
+ Width: smithy_client_1.expectInt32(output.width),
7225
7225
  };
7226
7226
  };
7227
7227
  const deserializeAws_restJson1Job = (output, context) => {
@@ -7229,40 +7229,40 @@ const deserializeAws_restJson1Job = (output, context) => {
7229
7229
  AccelerationSettings: output.accelerationSettings !== undefined && output.accelerationSettings !== null
7230
7230
  ? deserializeAws_restJson1AccelerationSettings(output.accelerationSettings, context)
7231
7231
  : undefined,
7232
- AccelerationStatus: (0, smithy_client_1.expectString)(output.accelerationStatus),
7233
- Arn: (0, smithy_client_1.expectString)(output.arn),
7234
- BillingTagsSource: (0, smithy_client_1.expectString)(output.billingTagsSource),
7232
+ AccelerationStatus: smithy_client_1.expectString(output.accelerationStatus),
7233
+ Arn: smithy_client_1.expectString(output.arn),
7234
+ BillingTagsSource: smithy_client_1.expectString(output.billingTagsSource),
7235
7235
  CreatedAt: output.createdAt !== undefined && output.createdAt !== null
7236
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
7236
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
7237
7237
  : undefined,
7238
- CurrentPhase: (0, smithy_client_1.expectString)(output.currentPhase),
7239
- ErrorCode: (0, smithy_client_1.expectInt32)(output.errorCode),
7240
- ErrorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
7238
+ CurrentPhase: smithy_client_1.expectString(output.currentPhase),
7239
+ ErrorCode: smithy_client_1.expectInt32(output.errorCode),
7240
+ ErrorMessage: smithy_client_1.expectString(output.errorMessage),
7241
7241
  HopDestinations: output.hopDestinations !== undefined && output.hopDestinations !== null
7242
7242
  ? deserializeAws_restJson1__listOfHopDestination(output.hopDestinations, context)
7243
7243
  : undefined,
7244
- Id: (0, smithy_client_1.expectString)(output.id),
7245
- JobPercentComplete: (0, smithy_client_1.expectInt32)(output.jobPercentComplete),
7246
- JobTemplate: (0, smithy_client_1.expectString)(output.jobTemplate),
7244
+ Id: smithy_client_1.expectString(output.id),
7245
+ JobPercentComplete: smithy_client_1.expectInt32(output.jobPercentComplete),
7246
+ JobTemplate: smithy_client_1.expectString(output.jobTemplate),
7247
7247
  Messages: output.messages !== undefined && output.messages !== null
7248
7248
  ? deserializeAws_restJson1JobMessages(output.messages, context)
7249
7249
  : undefined,
7250
7250
  OutputGroupDetails: output.outputGroupDetails !== undefined && output.outputGroupDetails !== null
7251
7251
  ? deserializeAws_restJson1__listOfOutputGroupDetail(output.outputGroupDetails, context)
7252
7252
  : undefined,
7253
- Priority: (0, smithy_client_1.expectInt32)(output.priority),
7254
- Queue: (0, smithy_client_1.expectString)(output.queue),
7253
+ Priority: smithy_client_1.expectInt32(output.priority),
7254
+ Queue: smithy_client_1.expectString(output.queue),
7255
7255
  QueueTransitions: output.queueTransitions !== undefined && output.queueTransitions !== null
7256
7256
  ? deserializeAws_restJson1__listOfQueueTransition(output.queueTransitions, context)
7257
7257
  : undefined,
7258
- RetryCount: (0, smithy_client_1.expectInt32)(output.retryCount),
7259
- Role: (0, smithy_client_1.expectString)(output.role),
7258
+ RetryCount: smithy_client_1.expectInt32(output.retryCount),
7259
+ Role: smithy_client_1.expectString(output.role),
7260
7260
  Settings: output.settings !== undefined && output.settings !== null
7261
7261
  ? deserializeAws_restJson1JobSettings(output.settings, context)
7262
7262
  : undefined,
7263
- SimulateReservedQueue: (0, smithy_client_1.expectString)(output.simulateReservedQueue),
7264
- Status: (0, smithy_client_1.expectString)(output.status),
7265
- StatusUpdateInterval: (0, smithy_client_1.expectString)(output.statusUpdateInterval),
7263
+ SimulateReservedQueue: smithy_client_1.expectString(output.simulateReservedQueue),
7264
+ Status: smithy_client_1.expectString(output.status),
7265
+ StatusUpdateInterval: smithy_client_1.expectString(output.statusUpdateInterval),
7266
7266
  Timing: output.timing !== undefined && output.timing !== null
7267
7267
  ? deserializeAws_restJson1Timing(output.timing, context)
7268
7268
  : undefined,
@@ -7283,7 +7283,7 @@ const deserializeAws_restJson1JobMessages = (output, context) => {
7283
7283
  };
7284
7284
  const deserializeAws_restJson1JobSettings = (output, context) => {
7285
7285
  return {
7286
- AdAvailOffset: (0, smithy_client_1.expectInt32)(output.adAvailOffset),
7286
+ AdAvailOffset: smithy_client_1.expectInt32(output.adAvailOffset),
7287
7287
  AvailBlanking: output.availBlanking !== undefined && output.availBlanking !== null
7288
7288
  ? deserializeAws_restJson1AvailBlanking(output.availBlanking, context)
7289
7289
  : undefined,
@@ -7324,31 +7324,31 @@ const deserializeAws_restJson1JobTemplate = (output, context) => {
7324
7324
  AccelerationSettings: output.accelerationSettings !== undefined && output.accelerationSettings !== null
7325
7325
  ? deserializeAws_restJson1AccelerationSettings(output.accelerationSettings, context)
7326
7326
  : undefined,
7327
- Arn: (0, smithy_client_1.expectString)(output.arn),
7328
- Category: (0, smithy_client_1.expectString)(output.category),
7327
+ Arn: smithy_client_1.expectString(output.arn),
7328
+ Category: smithy_client_1.expectString(output.category),
7329
7329
  CreatedAt: output.createdAt !== undefined && output.createdAt !== null
7330
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
7330
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
7331
7331
  : undefined,
7332
- Description: (0, smithy_client_1.expectString)(output.description),
7332
+ Description: smithy_client_1.expectString(output.description),
7333
7333
  HopDestinations: output.hopDestinations !== undefined && output.hopDestinations !== null
7334
7334
  ? deserializeAws_restJson1__listOfHopDestination(output.hopDestinations, context)
7335
7335
  : undefined,
7336
7336
  LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
7337
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdated)))
7337
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdated)))
7338
7338
  : undefined,
7339
- Name: (0, smithy_client_1.expectString)(output.name),
7340
- Priority: (0, smithy_client_1.expectInt32)(output.priority),
7341
- Queue: (0, smithy_client_1.expectString)(output.queue),
7339
+ Name: smithy_client_1.expectString(output.name),
7340
+ Priority: smithy_client_1.expectInt32(output.priority),
7341
+ Queue: smithy_client_1.expectString(output.queue),
7342
7342
  Settings: output.settings !== undefined && output.settings !== null
7343
7343
  ? deserializeAws_restJson1JobTemplateSettings(output.settings, context)
7344
7344
  : undefined,
7345
- StatusUpdateInterval: (0, smithy_client_1.expectString)(output.statusUpdateInterval),
7346
- Type: (0, smithy_client_1.expectString)(output.type),
7345
+ StatusUpdateInterval: smithy_client_1.expectString(output.statusUpdateInterval),
7346
+ Type: smithy_client_1.expectString(output.type),
7347
7347
  };
7348
7348
  };
7349
7349
  const deserializeAws_restJson1JobTemplateSettings = (output, context) => {
7350
7350
  return {
7351
- AdAvailOffset: (0, smithy_client_1.expectInt32)(output.adAvailOffset),
7351
+ AdAvailOffset: smithy_client_1.expectInt32(output.adAvailOffset),
7352
7352
  AvailBlanking: output.availBlanking !== undefined && output.availBlanking !== null
7353
7353
  ? deserializeAws_restJson1AvailBlanking(output.availBlanking, context)
7354
7354
  : undefined,
@@ -7386,37 +7386,37 @@ const deserializeAws_restJson1JobTemplateSettings = (output, context) => {
7386
7386
  };
7387
7387
  const deserializeAws_restJson1KantarWatermarkSettings = (output, context) => {
7388
7388
  return {
7389
- ChannelName: (0, smithy_client_1.expectString)(output.channelName),
7390
- ContentReference: (0, smithy_client_1.expectString)(output.contentReference),
7391
- CredentialsSecretName: (0, smithy_client_1.expectString)(output.credentialsSecretName),
7392
- FileOffset: (0, smithy_client_1.limitedParseDouble)(output.fileOffset),
7393
- KantarLicenseId: (0, smithy_client_1.expectInt32)(output.kantarLicenseId),
7394
- KantarServerUrl: (0, smithy_client_1.expectString)(output.kantarServerUrl),
7395
- LogDestination: (0, smithy_client_1.expectString)(output.logDestination),
7396
- Metadata3: (0, smithy_client_1.expectString)(output.metadata3),
7397
- Metadata4: (0, smithy_client_1.expectString)(output.metadata4),
7398
- Metadata5: (0, smithy_client_1.expectString)(output.metadata5),
7399
- Metadata6: (0, smithy_client_1.expectString)(output.metadata6),
7400
- Metadata7: (0, smithy_client_1.expectString)(output.metadata7),
7401
- Metadata8: (0, smithy_client_1.expectString)(output.metadata8),
7389
+ ChannelName: smithy_client_1.expectString(output.channelName),
7390
+ ContentReference: smithy_client_1.expectString(output.contentReference),
7391
+ CredentialsSecretName: smithy_client_1.expectString(output.credentialsSecretName),
7392
+ FileOffset: smithy_client_1.limitedParseDouble(output.fileOffset),
7393
+ KantarLicenseId: smithy_client_1.expectInt32(output.kantarLicenseId),
7394
+ KantarServerUrl: smithy_client_1.expectString(output.kantarServerUrl),
7395
+ LogDestination: smithy_client_1.expectString(output.logDestination),
7396
+ Metadata3: smithy_client_1.expectString(output.metadata3),
7397
+ Metadata4: smithy_client_1.expectString(output.metadata4),
7398
+ Metadata5: smithy_client_1.expectString(output.metadata5),
7399
+ Metadata6: smithy_client_1.expectString(output.metadata6),
7400
+ Metadata7: smithy_client_1.expectString(output.metadata7),
7401
+ Metadata8: smithy_client_1.expectString(output.metadata8),
7402
7402
  };
7403
7403
  };
7404
7404
  const deserializeAws_restJson1M2tsScte35Esam = (output, context) => {
7405
7405
  return {
7406
- Scte35EsamPid: (0, smithy_client_1.expectInt32)(output.scte35EsamPid),
7406
+ Scte35EsamPid: smithy_client_1.expectInt32(output.scte35EsamPid),
7407
7407
  };
7408
7408
  };
7409
7409
  const deserializeAws_restJson1M2tsSettings = (output, context) => {
7410
7410
  return {
7411
- AudioBufferModel: (0, smithy_client_1.expectString)(output.audioBufferModel),
7412
- AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
7413
- AudioFramesPerPes: (0, smithy_client_1.expectInt32)(output.audioFramesPerPes),
7411
+ AudioBufferModel: smithy_client_1.expectString(output.audioBufferModel),
7412
+ AudioDuration: smithy_client_1.expectString(output.audioDuration),
7413
+ AudioFramesPerPes: smithy_client_1.expectInt32(output.audioFramesPerPes),
7414
7414
  AudioPids: output.audioPids !== undefined && output.audioPids !== null
7415
7415
  ? deserializeAws_restJson1__listOf__integerMin32Max8182(output.audioPids, context)
7416
7416
  : undefined,
7417
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
7418
- BufferModel: (0, smithy_client_1.expectString)(output.bufferModel),
7419
- DataPTSControl: (0, smithy_client_1.expectString)(output.dataPTSControl),
7417
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
7418
+ BufferModel: smithy_client_1.expectString(output.bufferModel),
7419
+ DataPTSControl: smithy_client_1.expectString(output.dataPTSControl),
7420
7420
  DvbNitSettings: output.dvbNitSettings !== undefined && output.dvbNitSettings !== null
7421
7421
  ? deserializeAws_restJson1DvbNitSettings(output.dvbNitSettings, context)
7422
7422
  : undefined,
@@ -7429,60 +7429,60 @@ const deserializeAws_restJson1M2tsSettings = (output, context) => {
7429
7429
  DvbTdtSettings: output.dvbTdtSettings !== undefined && output.dvbTdtSettings !== null
7430
7430
  ? deserializeAws_restJson1DvbTdtSettings(output.dvbTdtSettings, context)
7431
7431
  : undefined,
7432
- DvbTeletextPid: (0, smithy_client_1.expectInt32)(output.dvbTeletextPid),
7433
- EbpAudioInterval: (0, smithy_client_1.expectString)(output.ebpAudioInterval),
7434
- EbpPlacement: (0, smithy_client_1.expectString)(output.ebpPlacement),
7435
- EsRateInPes: (0, smithy_client_1.expectString)(output.esRateInPes),
7436
- ForceTsVideoEbpOrder: (0, smithy_client_1.expectString)(output.forceTsVideoEbpOrder),
7437
- FragmentTime: (0, smithy_client_1.limitedParseDouble)(output.fragmentTime),
7438
- MaxPcrInterval: (0, smithy_client_1.expectInt32)(output.maxPcrInterval),
7439
- MinEbpInterval: (0, smithy_client_1.expectInt32)(output.minEbpInterval),
7440
- NielsenId3: (0, smithy_client_1.expectString)(output.nielsenId3),
7441
- NullPacketBitrate: (0, smithy_client_1.limitedParseDouble)(output.nullPacketBitrate),
7442
- PatInterval: (0, smithy_client_1.expectInt32)(output.patInterval),
7443
- PcrControl: (0, smithy_client_1.expectString)(output.pcrControl),
7444
- PcrPid: (0, smithy_client_1.expectInt32)(output.pcrPid),
7445
- PmtInterval: (0, smithy_client_1.expectInt32)(output.pmtInterval),
7446
- PmtPid: (0, smithy_client_1.expectInt32)(output.pmtPid),
7447
- PrivateMetadataPid: (0, smithy_client_1.expectInt32)(output.privateMetadataPid),
7448
- ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
7449
- RateMode: (0, smithy_client_1.expectString)(output.rateMode),
7432
+ DvbTeletextPid: smithy_client_1.expectInt32(output.dvbTeletextPid),
7433
+ EbpAudioInterval: smithy_client_1.expectString(output.ebpAudioInterval),
7434
+ EbpPlacement: smithy_client_1.expectString(output.ebpPlacement),
7435
+ EsRateInPes: smithy_client_1.expectString(output.esRateInPes),
7436
+ ForceTsVideoEbpOrder: smithy_client_1.expectString(output.forceTsVideoEbpOrder),
7437
+ FragmentTime: smithy_client_1.limitedParseDouble(output.fragmentTime),
7438
+ MaxPcrInterval: smithy_client_1.expectInt32(output.maxPcrInterval),
7439
+ MinEbpInterval: smithy_client_1.expectInt32(output.minEbpInterval),
7440
+ NielsenId3: smithy_client_1.expectString(output.nielsenId3),
7441
+ NullPacketBitrate: smithy_client_1.limitedParseDouble(output.nullPacketBitrate),
7442
+ PatInterval: smithy_client_1.expectInt32(output.patInterval),
7443
+ PcrControl: smithy_client_1.expectString(output.pcrControl),
7444
+ PcrPid: smithy_client_1.expectInt32(output.pcrPid),
7445
+ PmtInterval: smithy_client_1.expectInt32(output.pmtInterval),
7446
+ PmtPid: smithy_client_1.expectInt32(output.pmtPid),
7447
+ PrivateMetadataPid: smithy_client_1.expectInt32(output.privateMetadataPid),
7448
+ ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
7449
+ RateMode: smithy_client_1.expectString(output.rateMode),
7450
7450
  Scte35Esam: output.scte35Esam !== undefined && output.scte35Esam !== null
7451
7451
  ? deserializeAws_restJson1M2tsScte35Esam(output.scte35Esam, context)
7452
7452
  : undefined,
7453
- Scte35Pid: (0, smithy_client_1.expectInt32)(output.scte35Pid),
7454
- Scte35Source: (0, smithy_client_1.expectString)(output.scte35Source),
7455
- SegmentationMarkers: (0, smithy_client_1.expectString)(output.segmentationMarkers),
7456
- SegmentationStyle: (0, smithy_client_1.expectString)(output.segmentationStyle),
7457
- SegmentationTime: (0, smithy_client_1.limitedParseDouble)(output.segmentationTime),
7458
- TimedMetadataPid: (0, smithy_client_1.expectInt32)(output.timedMetadataPid),
7459
- TransportStreamId: (0, smithy_client_1.expectInt32)(output.transportStreamId),
7460
- VideoPid: (0, smithy_client_1.expectInt32)(output.videoPid),
7453
+ Scte35Pid: smithy_client_1.expectInt32(output.scte35Pid),
7454
+ Scte35Source: smithy_client_1.expectString(output.scte35Source),
7455
+ SegmentationMarkers: smithy_client_1.expectString(output.segmentationMarkers),
7456
+ SegmentationStyle: smithy_client_1.expectString(output.segmentationStyle),
7457
+ SegmentationTime: smithy_client_1.limitedParseDouble(output.segmentationTime),
7458
+ TimedMetadataPid: smithy_client_1.expectInt32(output.timedMetadataPid),
7459
+ TransportStreamId: smithy_client_1.expectInt32(output.transportStreamId),
7460
+ VideoPid: smithy_client_1.expectInt32(output.videoPid),
7461
7461
  };
7462
7462
  };
7463
7463
  const deserializeAws_restJson1M3u8Settings = (output, context) => {
7464
7464
  return {
7465
- AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
7466
- AudioFramesPerPes: (0, smithy_client_1.expectInt32)(output.audioFramesPerPes),
7465
+ AudioDuration: smithy_client_1.expectString(output.audioDuration),
7466
+ AudioFramesPerPes: smithy_client_1.expectInt32(output.audioFramesPerPes),
7467
7467
  AudioPids: output.audioPids !== undefined && output.audioPids !== null
7468
7468
  ? deserializeAws_restJson1__listOf__integerMin32Max8182(output.audioPids, context)
7469
7469
  : undefined,
7470
- DataPTSControl: (0, smithy_client_1.expectString)(output.dataPTSControl),
7471
- MaxPcrInterval: (0, smithy_client_1.expectInt32)(output.maxPcrInterval),
7472
- NielsenId3: (0, smithy_client_1.expectString)(output.nielsenId3),
7473
- PatInterval: (0, smithy_client_1.expectInt32)(output.patInterval),
7474
- PcrControl: (0, smithy_client_1.expectString)(output.pcrControl),
7475
- PcrPid: (0, smithy_client_1.expectInt32)(output.pcrPid),
7476
- PmtInterval: (0, smithy_client_1.expectInt32)(output.pmtInterval),
7477
- PmtPid: (0, smithy_client_1.expectInt32)(output.pmtPid),
7478
- PrivateMetadataPid: (0, smithy_client_1.expectInt32)(output.privateMetadataPid),
7479
- ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
7480
- Scte35Pid: (0, smithy_client_1.expectInt32)(output.scte35Pid),
7481
- Scte35Source: (0, smithy_client_1.expectString)(output.scte35Source),
7482
- TimedMetadata: (0, smithy_client_1.expectString)(output.timedMetadata),
7483
- TimedMetadataPid: (0, smithy_client_1.expectInt32)(output.timedMetadataPid),
7484
- TransportStreamId: (0, smithy_client_1.expectInt32)(output.transportStreamId),
7485
- VideoPid: (0, smithy_client_1.expectInt32)(output.videoPid),
7470
+ DataPTSControl: smithy_client_1.expectString(output.dataPTSControl),
7471
+ MaxPcrInterval: smithy_client_1.expectInt32(output.maxPcrInterval),
7472
+ NielsenId3: smithy_client_1.expectString(output.nielsenId3),
7473
+ PatInterval: smithy_client_1.expectInt32(output.patInterval),
7474
+ PcrControl: smithy_client_1.expectString(output.pcrControl),
7475
+ PcrPid: smithy_client_1.expectInt32(output.pcrPid),
7476
+ PmtInterval: smithy_client_1.expectInt32(output.pmtInterval),
7477
+ PmtPid: smithy_client_1.expectInt32(output.pmtPid),
7478
+ PrivateMetadataPid: smithy_client_1.expectInt32(output.privateMetadataPid),
7479
+ ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
7480
+ Scte35Pid: smithy_client_1.expectInt32(output.scte35Pid),
7481
+ Scte35Source: smithy_client_1.expectString(output.scte35Source),
7482
+ TimedMetadata: smithy_client_1.expectString(output.timedMetadata),
7483
+ TimedMetadataPid: smithy_client_1.expectInt32(output.timedMetadataPid),
7484
+ TransportStreamId: smithy_client_1.expectInt32(output.transportStreamId),
7485
+ VideoPid: smithy_client_1.expectInt32(output.videoPid),
7486
7486
  };
7487
7487
  };
7488
7488
  const deserializeAws_restJson1MotionImageInserter = (output, context) => {
@@ -7490,110 +7490,110 @@ const deserializeAws_restJson1MotionImageInserter = (output, context) => {
7490
7490
  Framerate: output.framerate !== undefined && output.framerate !== null
7491
7491
  ? deserializeAws_restJson1MotionImageInsertionFramerate(output.framerate, context)
7492
7492
  : undefined,
7493
- Input: (0, smithy_client_1.expectString)(output.input),
7494
- InsertionMode: (0, smithy_client_1.expectString)(output.insertionMode),
7493
+ Input: smithy_client_1.expectString(output.input),
7494
+ InsertionMode: smithy_client_1.expectString(output.insertionMode),
7495
7495
  Offset: output.offset !== undefined && output.offset !== null
7496
7496
  ? deserializeAws_restJson1MotionImageInsertionOffset(output.offset, context)
7497
7497
  : undefined,
7498
- Playback: (0, smithy_client_1.expectString)(output.playback),
7499
- StartTime: (0, smithy_client_1.expectString)(output.startTime),
7498
+ Playback: smithy_client_1.expectString(output.playback),
7499
+ StartTime: smithy_client_1.expectString(output.startTime),
7500
7500
  };
7501
7501
  };
7502
7502
  const deserializeAws_restJson1MotionImageInsertionFramerate = (output, context) => {
7503
7503
  return {
7504
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
7505
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
7504
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
7505
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
7506
7506
  };
7507
7507
  };
7508
7508
  const deserializeAws_restJson1MotionImageInsertionOffset = (output, context) => {
7509
7509
  return {
7510
- ImageX: (0, smithy_client_1.expectInt32)(output.imageX),
7511
- ImageY: (0, smithy_client_1.expectInt32)(output.imageY),
7510
+ ImageX: smithy_client_1.expectInt32(output.imageX),
7511
+ ImageY: smithy_client_1.expectInt32(output.imageY),
7512
7512
  };
7513
7513
  };
7514
7514
  const deserializeAws_restJson1MovSettings = (output, context) => {
7515
7515
  return {
7516
- ClapAtom: (0, smithy_client_1.expectString)(output.clapAtom),
7517
- CslgAtom: (0, smithy_client_1.expectString)(output.cslgAtom),
7518
- Mpeg2FourCCControl: (0, smithy_client_1.expectString)(output.mpeg2FourCCControl),
7519
- PaddingControl: (0, smithy_client_1.expectString)(output.paddingControl),
7520
- Reference: (0, smithy_client_1.expectString)(output.reference),
7516
+ ClapAtom: smithy_client_1.expectString(output.clapAtom),
7517
+ CslgAtom: smithy_client_1.expectString(output.cslgAtom),
7518
+ Mpeg2FourCCControl: smithy_client_1.expectString(output.mpeg2FourCCControl),
7519
+ PaddingControl: smithy_client_1.expectString(output.paddingControl),
7520
+ Reference: smithy_client_1.expectString(output.reference),
7521
7521
  };
7522
7522
  };
7523
7523
  const deserializeAws_restJson1Mp2Settings = (output, context) => {
7524
7524
  return {
7525
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
7526
- Channels: (0, smithy_client_1.expectInt32)(output.channels),
7527
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
7525
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
7526
+ Channels: smithy_client_1.expectInt32(output.channels),
7527
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
7528
7528
  };
7529
7529
  };
7530
7530
  const deserializeAws_restJson1Mp3Settings = (output, context) => {
7531
7531
  return {
7532
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
7533
- Channels: (0, smithy_client_1.expectInt32)(output.channels),
7534
- RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
7535
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
7536
- VbrQuality: (0, smithy_client_1.expectInt32)(output.vbrQuality),
7532
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
7533
+ Channels: smithy_client_1.expectInt32(output.channels),
7534
+ RateControlMode: smithy_client_1.expectString(output.rateControlMode),
7535
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
7536
+ VbrQuality: smithy_client_1.expectInt32(output.vbrQuality),
7537
7537
  };
7538
7538
  };
7539
7539
  const deserializeAws_restJson1Mp4Settings = (output, context) => {
7540
7540
  return {
7541
- AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
7542
- CslgAtom: (0, smithy_client_1.expectString)(output.cslgAtom),
7543
- CttsVersion: (0, smithy_client_1.expectInt32)(output.cttsVersion),
7544
- FreeSpaceBox: (0, smithy_client_1.expectString)(output.freeSpaceBox),
7545
- MoovPlacement: (0, smithy_client_1.expectString)(output.moovPlacement),
7546
- Mp4MajorBrand: (0, smithy_client_1.expectString)(output.mp4MajorBrand),
7541
+ AudioDuration: smithy_client_1.expectString(output.audioDuration),
7542
+ CslgAtom: smithy_client_1.expectString(output.cslgAtom),
7543
+ CttsVersion: smithy_client_1.expectInt32(output.cttsVersion),
7544
+ FreeSpaceBox: smithy_client_1.expectString(output.freeSpaceBox),
7545
+ MoovPlacement: smithy_client_1.expectString(output.moovPlacement),
7546
+ Mp4MajorBrand: smithy_client_1.expectString(output.mp4MajorBrand),
7547
7547
  };
7548
7548
  };
7549
7549
  const deserializeAws_restJson1MpdSettings = (output, context) => {
7550
7550
  return {
7551
- AccessibilityCaptionHints: (0, smithy_client_1.expectString)(output.accessibilityCaptionHints),
7552
- AudioDuration: (0, smithy_client_1.expectString)(output.audioDuration),
7553
- CaptionContainerType: (0, smithy_client_1.expectString)(output.captionContainerType),
7554
- Scte35Esam: (0, smithy_client_1.expectString)(output.scte35Esam),
7555
- Scte35Source: (0, smithy_client_1.expectString)(output.scte35Source),
7551
+ AccessibilityCaptionHints: smithy_client_1.expectString(output.accessibilityCaptionHints),
7552
+ AudioDuration: smithy_client_1.expectString(output.audioDuration),
7553
+ CaptionContainerType: smithy_client_1.expectString(output.captionContainerType),
7554
+ Scte35Esam: smithy_client_1.expectString(output.scte35Esam),
7555
+ Scte35Source: smithy_client_1.expectString(output.scte35Source),
7556
7556
  };
7557
7557
  };
7558
7558
  const deserializeAws_restJson1Mpeg2Settings = (output, context) => {
7559
7559
  return {
7560
- AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
7561
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
7562
- CodecLevel: (0, smithy_client_1.expectString)(output.codecLevel),
7563
- CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
7564
- DynamicSubGop: (0, smithy_client_1.expectString)(output.dynamicSubGop),
7565
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
7566
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
7567
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
7568
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
7569
- GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
7570
- GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
7571
- GopSizeUnits: (0, smithy_client_1.expectString)(output.gopSizeUnits),
7572
- HrdBufferInitialFillPercentage: (0, smithy_client_1.expectInt32)(output.hrdBufferInitialFillPercentage),
7573
- HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
7574
- InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
7575
- IntraDcPrecision: (0, smithy_client_1.expectString)(output.intraDcPrecision),
7576
- MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
7577
- MinIInterval: (0, smithy_client_1.expectInt32)(output.minIInterval),
7578
- NumberBFramesBetweenReferenceFrames: (0, smithy_client_1.expectInt32)(output.numberBFramesBetweenReferenceFrames),
7579
- ParControl: (0, smithy_client_1.expectString)(output.parControl),
7580
- ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
7581
- ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
7582
- QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
7583
- RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
7584
- ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
7585
- SceneChangeDetect: (0, smithy_client_1.expectString)(output.sceneChangeDetect),
7586
- SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
7587
- Softness: (0, smithy_client_1.expectInt32)(output.softness),
7588
- SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
7589
- Syntax: (0, smithy_client_1.expectString)(output.syntax),
7590
- Telecine: (0, smithy_client_1.expectString)(output.telecine),
7591
- TemporalAdaptiveQuantization: (0, smithy_client_1.expectString)(output.temporalAdaptiveQuantization),
7560
+ AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
7561
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
7562
+ CodecLevel: smithy_client_1.expectString(output.codecLevel),
7563
+ CodecProfile: smithy_client_1.expectString(output.codecProfile),
7564
+ DynamicSubGop: smithy_client_1.expectString(output.dynamicSubGop),
7565
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
7566
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
7567
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
7568
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
7569
+ GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
7570
+ GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
7571
+ GopSizeUnits: smithy_client_1.expectString(output.gopSizeUnits),
7572
+ HrdBufferInitialFillPercentage: smithy_client_1.expectInt32(output.hrdBufferInitialFillPercentage),
7573
+ HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
7574
+ InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
7575
+ IntraDcPrecision: smithy_client_1.expectString(output.intraDcPrecision),
7576
+ MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
7577
+ MinIInterval: smithy_client_1.expectInt32(output.minIInterval),
7578
+ NumberBFramesBetweenReferenceFrames: smithy_client_1.expectInt32(output.numberBFramesBetweenReferenceFrames),
7579
+ ParControl: smithy_client_1.expectString(output.parControl),
7580
+ ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
7581
+ ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
7582
+ QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
7583
+ RateControlMode: smithy_client_1.expectString(output.rateControlMode),
7584
+ ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
7585
+ SceneChangeDetect: smithy_client_1.expectString(output.sceneChangeDetect),
7586
+ SlowPal: smithy_client_1.expectString(output.slowPal),
7587
+ Softness: smithy_client_1.expectInt32(output.softness),
7588
+ SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
7589
+ Syntax: smithy_client_1.expectString(output.syntax),
7590
+ Telecine: smithy_client_1.expectString(output.telecine),
7591
+ TemporalAdaptiveQuantization: smithy_client_1.expectString(output.temporalAdaptiveQuantization),
7592
7592
  };
7593
7593
  };
7594
7594
  const deserializeAws_restJson1MsSmoothAdditionalManifest = (output, context) => {
7595
7595
  return {
7596
- ManifestNameModifier: (0, smithy_client_1.expectString)(output.manifestNameModifier),
7596
+ ManifestNameModifier: smithy_client_1.expectString(output.manifestNameModifier),
7597
7597
  SelectedOutputs: output.selectedOutputs !== undefined && output.selectedOutputs !== null
7598
7598
  ? deserializeAws_restJson1__listOf__stringMin1(output.selectedOutputs, context)
7599
7599
  : undefined,
@@ -7611,23 +7611,23 @@ const deserializeAws_restJson1MsSmoothGroupSettings = (output, context) => {
7611
7611
  AdditionalManifests: output.additionalManifests !== undefined && output.additionalManifests !== null
7612
7612
  ? deserializeAws_restJson1__listOfMsSmoothAdditionalManifest(output.additionalManifests, context)
7613
7613
  : undefined,
7614
- AudioDeduplication: (0, smithy_client_1.expectString)(output.audioDeduplication),
7615
- Destination: (0, smithy_client_1.expectString)(output.destination),
7614
+ AudioDeduplication: smithy_client_1.expectString(output.audioDeduplication),
7615
+ Destination: smithy_client_1.expectString(output.destination),
7616
7616
  DestinationSettings: output.destinationSettings !== undefined && output.destinationSettings !== null
7617
7617
  ? deserializeAws_restJson1DestinationSettings(output.destinationSettings, context)
7618
7618
  : undefined,
7619
7619
  Encryption: output.encryption !== undefined && output.encryption !== null
7620
7620
  ? deserializeAws_restJson1MsSmoothEncryptionSettings(output.encryption, context)
7621
7621
  : undefined,
7622
- FragmentLength: (0, smithy_client_1.expectInt32)(output.fragmentLength),
7623
- FragmentLengthControl: (0, smithy_client_1.expectString)(output.fragmentLengthControl),
7624
- ManifestEncoding: (0, smithy_client_1.expectString)(output.manifestEncoding),
7622
+ FragmentLength: smithy_client_1.expectInt32(output.fragmentLength),
7623
+ FragmentLengthControl: smithy_client_1.expectString(output.fragmentLengthControl),
7624
+ ManifestEncoding: smithy_client_1.expectString(output.manifestEncoding),
7625
7625
  };
7626
7626
  };
7627
7627
  const deserializeAws_restJson1MxfSettings = (output, context) => {
7628
7628
  return {
7629
- AfdSignaling: (0, smithy_client_1.expectString)(output.afdSignaling),
7630
- Profile: (0, smithy_client_1.expectString)(output.profile),
7629
+ AfdSignaling: smithy_client_1.expectString(output.afdSignaling),
7630
+ Profile: smithy_client_1.expectString(output.profile),
7631
7631
  XavcProfileSettings: output.xavcProfileSettings !== undefined && output.xavcProfileSettings !== null
7632
7632
  ? deserializeAws_restJson1MxfXavcProfileSettings(output.xavcProfileSettings, context)
7633
7633
  : undefined,
@@ -7635,42 +7635,42 @@ const deserializeAws_restJson1MxfSettings = (output, context) => {
7635
7635
  };
7636
7636
  const deserializeAws_restJson1MxfXavcProfileSettings = (output, context) => {
7637
7637
  return {
7638
- DurationMode: (0, smithy_client_1.expectString)(output.durationMode),
7639
- MaxAncDataSize: (0, smithy_client_1.expectInt32)(output.maxAncDataSize),
7638
+ DurationMode: smithy_client_1.expectString(output.durationMode),
7639
+ MaxAncDataSize: smithy_client_1.expectInt32(output.maxAncDataSize),
7640
7640
  };
7641
7641
  };
7642
7642
  const deserializeAws_restJson1NexGuardFileMarkerSettings = (output, context) => {
7643
7643
  return {
7644
- License: (0, smithy_client_1.expectString)(output.license),
7645
- Payload: (0, smithy_client_1.expectInt32)(output.payload),
7646
- Preset: (0, smithy_client_1.expectString)(output.preset),
7647
- Strength: (0, smithy_client_1.expectString)(output.strength),
7644
+ License: smithy_client_1.expectString(output.license),
7645
+ Payload: smithy_client_1.expectInt32(output.payload),
7646
+ Preset: smithy_client_1.expectString(output.preset),
7647
+ Strength: smithy_client_1.expectString(output.strength),
7648
7648
  };
7649
7649
  };
7650
7650
  const deserializeAws_restJson1NielsenConfiguration = (output, context) => {
7651
7651
  return {
7652
- BreakoutCode: (0, smithy_client_1.expectInt32)(output.breakoutCode),
7653
- DistributorId: (0, smithy_client_1.expectString)(output.distributorId),
7652
+ BreakoutCode: smithy_client_1.expectInt32(output.breakoutCode),
7653
+ DistributorId: smithy_client_1.expectString(output.distributorId),
7654
7654
  };
7655
7655
  };
7656
7656
  const deserializeAws_restJson1NielsenNonLinearWatermarkSettings = (output, context) => {
7657
7657
  return {
7658
- ActiveWatermarkProcess: (0, smithy_client_1.expectString)(output.activeWatermarkProcess),
7659
- AdiFilename: (0, smithy_client_1.expectString)(output.adiFilename),
7660
- AssetId: (0, smithy_client_1.expectString)(output.assetId),
7661
- AssetName: (0, smithy_client_1.expectString)(output.assetName),
7662
- CbetSourceId: (0, smithy_client_1.expectString)(output.cbetSourceId),
7663
- EpisodeId: (0, smithy_client_1.expectString)(output.episodeId),
7664
- MetadataDestination: (0, smithy_client_1.expectString)(output.metadataDestination),
7665
- SourceId: (0, smithy_client_1.expectInt32)(output.sourceId),
7666
- SourceWatermarkStatus: (0, smithy_client_1.expectString)(output.sourceWatermarkStatus),
7667
- TicServerUrl: (0, smithy_client_1.expectString)(output.ticServerUrl),
7668
- UniqueTicPerAudioTrack: (0, smithy_client_1.expectString)(output.uniqueTicPerAudioTrack),
7658
+ ActiveWatermarkProcess: smithy_client_1.expectString(output.activeWatermarkProcess),
7659
+ AdiFilename: smithy_client_1.expectString(output.adiFilename),
7660
+ AssetId: smithy_client_1.expectString(output.assetId),
7661
+ AssetName: smithy_client_1.expectString(output.assetName),
7662
+ CbetSourceId: smithy_client_1.expectString(output.cbetSourceId),
7663
+ EpisodeId: smithy_client_1.expectString(output.episodeId),
7664
+ MetadataDestination: smithy_client_1.expectString(output.metadataDestination),
7665
+ SourceId: smithy_client_1.expectInt32(output.sourceId),
7666
+ SourceWatermarkStatus: smithy_client_1.expectString(output.sourceWatermarkStatus),
7667
+ TicServerUrl: smithy_client_1.expectString(output.ticServerUrl),
7668
+ UniqueTicPerAudioTrack: smithy_client_1.expectString(output.uniqueTicPerAudioTrack),
7669
7669
  };
7670
7670
  };
7671
7671
  const deserializeAws_restJson1NoiseReducer = (output, context) => {
7672
7672
  return {
7673
- Filter: (0, smithy_client_1.expectString)(output.filter),
7673
+ Filter: smithy_client_1.expectString(output.filter),
7674
7674
  FilterSettings: output.filterSettings !== undefined && output.filterSettings !== null
7675
7675
  ? deserializeAws_restJson1NoiseReducerFilterSettings(output.filterSettings, context)
7676
7676
  : undefined,
@@ -7684,29 +7684,29 @@ const deserializeAws_restJson1NoiseReducer = (output, context) => {
7684
7684
  };
7685
7685
  const deserializeAws_restJson1NoiseReducerFilterSettings = (output, context) => {
7686
7686
  return {
7687
- Strength: (0, smithy_client_1.expectInt32)(output.strength),
7687
+ Strength: smithy_client_1.expectInt32(output.strength),
7688
7688
  };
7689
7689
  };
7690
7690
  const deserializeAws_restJson1NoiseReducerSpatialFilterSettings = (output, context) => {
7691
7691
  return {
7692
- PostFilterSharpenStrength: (0, smithy_client_1.expectInt32)(output.postFilterSharpenStrength),
7693
- Speed: (0, smithy_client_1.expectInt32)(output.speed),
7694
- Strength: (0, smithy_client_1.expectInt32)(output.strength),
7692
+ PostFilterSharpenStrength: smithy_client_1.expectInt32(output.postFilterSharpenStrength),
7693
+ Speed: smithy_client_1.expectInt32(output.speed),
7694
+ Strength: smithy_client_1.expectInt32(output.strength),
7695
7695
  };
7696
7696
  };
7697
7697
  const deserializeAws_restJson1NoiseReducerTemporalFilterSettings = (output, context) => {
7698
7698
  return {
7699
- AggressiveMode: (0, smithy_client_1.expectInt32)(output.aggressiveMode),
7700
- PostTemporalSharpening: (0, smithy_client_1.expectString)(output.postTemporalSharpening),
7701
- Speed: (0, smithy_client_1.expectInt32)(output.speed),
7702
- Strength: (0, smithy_client_1.expectInt32)(output.strength),
7699
+ AggressiveMode: smithy_client_1.expectInt32(output.aggressiveMode),
7700
+ PostTemporalSharpening: smithy_client_1.expectString(output.postTemporalSharpening),
7701
+ Speed: smithy_client_1.expectInt32(output.speed),
7702
+ Strength: smithy_client_1.expectInt32(output.strength),
7703
7703
  };
7704
7704
  };
7705
7705
  const deserializeAws_restJson1OpusSettings = (output, context) => {
7706
7706
  return {
7707
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
7708
- Channels: (0, smithy_client_1.expectInt32)(output.channels),
7709
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
7707
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
7708
+ Channels: smithy_client_1.expectInt32(output.channels),
7709
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
7710
7710
  };
7711
7711
  };
7712
7712
  const deserializeAws_restJson1Output = (output, context) => {
@@ -7720,12 +7720,12 @@ const deserializeAws_restJson1Output = (output, context) => {
7720
7720
  ContainerSettings: output.containerSettings !== undefined && output.containerSettings !== null
7721
7721
  ? deserializeAws_restJson1ContainerSettings(output.containerSettings, context)
7722
7722
  : undefined,
7723
- Extension: (0, smithy_client_1.expectString)(output.extension),
7724
- NameModifier: (0, smithy_client_1.expectString)(output.nameModifier),
7723
+ Extension: smithy_client_1.expectString(output.extension),
7724
+ NameModifier: smithy_client_1.expectString(output.nameModifier),
7725
7725
  OutputSettings: output.outputSettings !== undefined && output.outputSettings !== null
7726
7726
  ? deserializeAws_restJson1OutputSettings(output.outputSettings, context)
7727
7727
  : undefined,
7728
- Preset: (0, smithy_client_1.expectString)(output.preset),
7728
+ Preset: smithy_client_1.expectString(output.preset),
7729
7729
  VideoDescription: output.videoDescription !== undefined && output.videoDescription !== null
7730
7730
  ? deserializeAws_restJson1VideoDescription(output.videoDescription, context)
7731
7731
  : undefined,
@@ -7743,7 +7743,7 @@ const deserializeAws_restJson1OutputChannelMapping = (output, context) => {
7743
7743
  };
7744
7744
  const deserializeAws_restJson1OutputDetail = (output, context) => {
7745
7745
  return {
7746
- DurationInMs: (0, smithy_client_1.expectInt32)(output.durationInMs),
7746
+ DurationInMs: smithy_client_1.expectInt32(output.durationInMs),
7747
7747
  VideoDetails: output.videoDetails !== undefined && output.videoDetails !== null
7748
7748
  ? deserializeAws_restJson1VideoDetail(output.videoDetails, context)
7749
7749
  : undefined,
@@ -7754,8 +7754,8 @@ const deserializeAws_restJson1OutputGroup = (output, context) => {
7754
7754
  AutomatedEncodingSettings: output.automatedEncodingSettings !== undefined && output.automatedEncodingSettings !== null
7755
7755
  ? deserializeAws_restJson1AutomatedEncodingSettings(output.automatedEncodingSettings, context)
7756
7756
  : undefined,
7757
- CustomName: (0, smithy_client_1.expectString)(output.customName),
7758
- Name: (0, smithy_client_1.expectString)(output.name),
7757
+ CustomName: smithy_client_1.expectString(output.customName),
7758
+ Name: smithy_client_1.expectString(output.name),
7759
7759
  OutputGroupSettings: output.outputGroupSettings !== undefined && output.outputGroupSettings !== null
7760
7760
  ? deserializeAws_restJson1OutputGroupSettings(output.outputGroupSettings, context)
7761
7761
  : undefined,
@@ -7788,7 +7788,7 @@ const deserializeAws_restJson1OutputGroupSettings = (output, context) => {
7788
7788
  MsSmoothGroupSettings: output.msSmoothGroupSettings !== undefined && output.msSmoothGroupSettings !== null
7789
7789
  ? deserializeAws_restJson1MsSmoothGroupSettings(output.msSmoothGroupSettings, context)
7790
7790
  : undefined,
7791
- Type: (0, smithy_client_1.expectString)(output.type),
7791
+ Type: smithy_client_1.expectString(output.type),
7792
7792
  };
7793
7793
  };
7794
7794
  const deserializeAws_restJson1OutputSettings = (output, context) => {
@@ -7807,20 +7807,20 @@ const deserializeAws_restJson1PartnerWatermarking = (output, context) => {
7807
7807
  };
7808
7808
  const deserializeAws_restJson1Preset = (output, context) => {
7809
7809
  return {
7810
- Arn: (0, smithy_client_1.expectString)(output.arn),
7811
- Category: (0, smithy_client_1.expectString)(output.category),
7810
+ Arn: smithy_client_1.expectString(output.arn),
7811
+ Category: smithy_client_1.expectString(output.category),
7812
7812
  CreatedAt: output.createdAt !== undefined && output.createdAt !== null
7813
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
7813
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
7814
7814
  : undefined,
7815
- Description: (0, smithy_client_1.expectString)(output.description),
7815
+ Description: smithy_client_1.expectString(output.description),
7816
7816
  LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
7817
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdated)))
7817
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdated)))
7818
7818
  : undefined,
7819
- Name: (0, smithy_client_1.expectString)(output.name),
7819
+ Name: smithy_client_1.expectString(output.name),
7820
7820
  Settings: output.settings !== undefined && output.settings !== null
7821
7821
  ? deserializeAws_restJson1PresetSettings(output.settings, context)
7822
7822
  : undefined,
7823
- Type: (0, smithy_client_1.expectString)(output.type),
7823
+ Type: smithy_client_1.expectString(output.type),
7824
7824
  };
7825
7825
  };
7826
7826
  const deserializeAws_restJson1PresetSettings = (output, context) => {
@@ -7841,57 +7841,57 @@ const deserializeAws_restJson1PresetSettings = (output, context) => {
7841
7841
  };
7842
7842
  const deserializeAws_restJson1ProresSettings = (output, context) => {
7843
7843
  return {
7844
- ChromaSampling: (0, smithy_client_1.expectString)(output.chromaSampling),
7845
- CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
7846
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
7847
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
7848
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
7849
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
7850
- InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
7851
- ParControl: (0, smithy_client_1.expectString)(output.parControl),
7852
- ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
7853
- ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
7854
- ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
7855
- SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
7856
- Telecine: (0, smithy_client_1.expectString)(output.telecine),
7844
+ ChromaSampling: smithy_client_1.expectString(output.chromaSampling),
7845
+ CodecProfile: smithy_client_1.expectString(output.codecProfile),
7846
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
7847
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
7848
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
7849
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
7850
+ InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
7851
+ ParControl: smithy_client_1.expectString(output.parControl),
7852
+ ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
7853
+ ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
7854
+ ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
7855
+ SlowPal: smithy_client_1.expectString(output.slowPal),
7856
+ Telecine: smithy_client_1.expectString(output.telecine),
7857
7857
  };
7858
7858
  };
7859
7859
  const deserializeAws_restJson1Queue = (output, context) => {
7860
7860
  return {
7861
- Arn: (0, smithy_client_1.expectString)(output.arn),
7861
+ Arn: smithy_client_1.expectString(output.arn),
7862
7862
  CreatedAt: output.createdAt !== undefined && output.createdAt !== null
7863
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
7863
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
7864
7864
  : undefined,
7865
- Description: (0, smithy_client_1.expectString)(output.description),
7865
+ Description: smithy_client_1.expectString(output.description),
7866
7866
  LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
7867
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdated)))
7867
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdated)))
7868
7868
  : undefined,
7869
- Name: (0, smithy_client_1.expectString)(output.name),
7870
- PricingPlan: (0, smithy_client_1.expectString)(output.pricingPlan),
7871
- ProgressingJobsCount: (0, smithy_client_1.expectInt32)(output.progressingJobsCount),
7869
+ Name: smithy_client_1.expectString(output.name),
7870
+ PricingPlan: smithy_client_1.expectString(output.pricingPlan),
7871
+ ProgressingJobsCount: smithy_client_1.expectInt32(output.progressingJobsCount),
7872
7872
  ReservationPlan: output.reservationPlan !== undefined && output.reservationPlan !== null
7873
7873
  ? deserializeAws_restJson1ReservationPlan(output.reservationPlan, context)
7874
7874
  : undefined,
7875
- Status: (0, smithy_client_1.expectString)(output.status),
7876
- SubmittedJobsCount: (0, smithy_client_1.expectInt32)(output.submittedJobsCount),
7877
- Type: (0, smithy_client_1.expectString)(output.type),
7875
+ Status: smithy_client_1.expectString(output.status),
7876
+ SubmittedJobsCount: smithy_client_1.expectInt32(output.submittedJobsCount),
7877
+ Type: smithy_client_1.expectString(output.type),
7878
7878
  };
7879
7879
  };
7880
7880
  const deserializeAws_restJson1QueueTransition = (output, context) => {
7881
7881
  return {
7882
- DestinationQueue: (0, smithy_client_1.expectString)(output.destinationQueue),
7883
- SourceQueue: (0, smithy_client_1.expectString)(output.sourceQueue),
7882
+ DestinationQueue: smithy_client_1.expectString(output.destinationQueue),
7883
+ SourceQueue: smithy_client_1.expectString(output.sourceQueue),
7884
7884
  Timestamp: output.timestamp !== undefined && output.timestamp !== null
7885
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.timestamp)))
7885
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.timestamp)))
7886
7886
  : undefined,
7887
7887
  };
7888
7888
  };
7889
7889
  const deserializeAws_restJson1Rectangle = (output, context) => {
7890
7890
  return {
7891
- Height: (0, smithy_client_1.expectInt32)(output.height),
7892
- Width: (0, smithy_client_1.expectInt32)(output.width),
7893
- X: (0, smithy_client_1.expectInt32)(output.x),
7894
- Y: (0, smithy_client_1.expectInt32)(output.y),
7891
+ Height: smithy_client_1.expectInt32(output.height),
7892
+ Width: smithy_client_1.expectInt32(output.width),
7893
+ X: smithy_client_1.expectInt32(output.x),
7894
+ Y: smithy_client_1.expectInt32(output.y),
7895
7895
  };
7896
7896
  };
7897
7897
  const deserializeAws_restJson1RemixSettings = (output, context) => {
@@ -7899,27 +7899,27 @@ const deserializeAws_restJson1RemixSettings = (output, context) => {
7899
7899
  ChannelMapping: output.channelMapping !== undefined && output.channelMapping !== null
7900
7900
  ? deserializeAws_restJson1ChannelMapping(output.channelMapping, context)
7901
7901
  : undefined,
7902
- ChannelsIn: (0, smithy_client_1.expectInt32)(output.channelsIn),
7903
- ChannelsOut: (0, smithy_client_1.expectInt32)(output.channelsOut),
7902
+ ChannelsIn: smithy_client_1.expectInt32(output.channelsIn),
7903
+ ChannelsOut: smithy_client_1.expectInt32(output.channelsOut),
7904
7904
  };
7905
7905
  };
7906
7906
  const deserializeAws_restJson1ReservationPlan = (output, context) => {
7907
7907
  return {
7908
- Commitment: (0, smithy_client_1.expectString)(output.commitment),
7908
+ Commitment: smithy_client_1.expectString(output.commitment),
7909
7909
  ExpiresAt: output.expiresAt !== undefined && output.expiresAt !== null
7910
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.expiresAt)))
7910
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.expiresAt)))
7911
7911
  : undefined,
7912
7912
  PurchasedAt: output.purchasedAt !== undefined && output.purchasedAt !== null
7913
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.purchasedAt)))
7913
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.purchasedAt)))
7914
7914
  : undefined,
7915
- RenewalType: (0, smithy_client_1.expectString)(output.renewalType),
7916
- ReservedSlots: (0, smithy_client_1.expectInt32)(output.reservedSlots),
7917
- Status: (0, smithy_client_1.expectString)(output.status),
7915
+ RenewalType: smithy_client_1.expectString(output.renewalType),
7916
+ ReservedSlots: smithy_client_1.expectInt32(output.reservedSlots),
7917
+ Status: smithy_client_1.expectString(output.status),
7918
7918
  };
7919
7919
  };
7920
7920
  const deserializeAws_restJson1ResourceTags = (output, context) => {
7921
7921
  return {
7922
- Arn: (0, smithy_client_1.expectString)(output.arn),
7922
+ Arn: smithy_client_1.expectString(output.arn),
7923
7923
  Tags: output.tags !== undefined && output.tags !== null
7924
7924
  ? deserializeAws_restJson1__mapOf__string(output.tags, context)
7925
7925
  : undefined,
@@ -7927,7 +7927,7 @@ const deserializeAws_restJson1ResourceTags = (output, context) => {
7927
7927
  };
7928
7928
  const deserializeAws_restJson1S3DestinationAccessControl = (output, context) => {
7929
7929
  return {
7930
- CannedAcl: (0, smithy_client_1.expectString)(output.cannedAcl),
7930
+ CannedAcl: smithy_client_1.expectString(output.cannedAcl),
7931
7931
  };
7932
7932
  };
7933
7933
  const deserializeAws_restJson1S3DestinationSettings = (output, context) => {
@@ -7942,55 +7942,55 @@ const deserializeAws_restJson1S3DestinationSettings = (output, context) => {
7942
7942
  };
7943
7943
  const deserializeAws_restJson1S3EncryptionSettings = (output, context) => {
7944
7944
  return {
7945
- EncryptionType: (0, smithy_client_1.expectString)(output.encryptionType),
7946
- KmsEncryptionContext: (0, smithy_client_1.expectString)(output.kmsEncryptionContext),
7947
- KmsKeyArn: (0, smithy_client_1.expectString)(output.kmsKeyArn),
7945
+ EncryptionType: smithy_client_1.expectString(output.encryptionType),
7946
+ KmsEncryptionContext: smithy_client_1.expectString(output.kmsEncryptionContext),
7947
+ KmsKeyArn: smithy_client_1.expectString(output.kmsKeyArn),
7948
7948
  };
7949
7949
  };
7950
7950
  const deserializeAws_restJson1SccDestinationSettings = (output, context) => {
7951
7951
  return {
7952
- Framerate: (0, smithy_client_1.expectString)(output.framerate),
7952
+ Framerate: smithy_client_1.expectString(output.framerate),
7953
7953
  };
7954
7954
  };
7955
7955
  const deserializeAws_restJson1SpekeKeyProvider = (output, context) => {
7956
7956
  return {
7957
- CertificateArn: (0, smithy_client_1.expectString)(output.certificateArn),
7958
- ResourceId: (0, smithy_client_1.expectString)(output.resourceId),
7957
+ CertificateArn: smithy_client_1.expectString(output.certificateArn),
7958
+ ResourceId: smithy_client_1.expectString(output.resourceId),
7959
7959
  SystemIds: output.systemIds !== undefined && output.systemIds !== null
7960
7960
  ? deserializeAws_restJson1__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12(output.systemIds, context)
7961
7961
  : undefined,
7962
- Url: (0, smithy_client_1.expectString)(output.url),
7962
+ Url: smithy_client_1.expectString(output.url),
7963
7963
  };
7964
7964
  };
7965
7965
  const deserializeAws_restJson1SpekeKeyProviderCmaf = (output, context) => {
7966
7966
  return {
7967
- CertificateArn: (0, smithy_client_1.expectString)(output.certificateArn),
7967
+ CertificateArn: smithy_client_1.expectString(output.certificateArn),
7968
7968
  DashSignaledSystemIds: output.dashSignaledSystemIds !== undefined && output.dashSignaledSystemIds !== null
7969
7969
  ? deserializeAws_restJson1__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12(output.dashSignaledSystemIds, context)
7970
7970
  : undefined,
7971
7971
  HlsSignaledSystemIds: output.hlsSignaledSystemIds !== undefined && output.hlsSignaledSystemIds !== null
7972
7972
  ? deserializeAws_restJson1__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12(output.hlsSignaledSystemIds, context)
7973
7973
  : undefined,
7974
- ResourceId: (0, smithy_client_1.expectString)(output.resourceId),
7975
- Url: (0, smithy_client_1.expectString)(output.url),
7974
+ ResourceId: smithy_client_1.expectString(output.resourceId),
7975
+ Url: smithy_client_1.expectString(output.url),
7976
7976
  };
7977
7977
  };
7978
7978
  const deserializeAws_restJson1SrtDestinationSettings = (output, context) => {
7979
7979
  return {
7980
- StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
7980
+ StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
7981
7981
  };
7982
7982
  };
7983
7983
  const deserializeAws_restJson1StaticKeyProvider = (output, context) => {
7984
7984
  return {
7985
- KeyFormat: (0, smithy_client_1.expectString)(output.keyFormat),
7986
- KeyFormatVersions: (0, smithy_client_1.expectString)(output.keyFormatVersions),
7987
- StaticKeyValue: (0, smithy_client_1.expectString)(output.staticKeyValue),
7988
- Url: (0, smithy_client_1.expectString)(output.url),
7985
+ KeyFormat: smithy_client_1.expectString(output.keyFormat),
7986
+ KeyFormatVersions: smithy_client_1.expectString(output.keyFormatVersions),
7987
+ StaticKeyValue: smithy_client_1.expectString(output.staticKeyValue),
7988
+ Url: smithy_client_1.expectString(output.url),
7989
7989
  };
7990
7990
  };
7991
7991
  const deserializeAws_restJson1TeletextDestinationSettings = (output, context) => {
7992
7992
  return {
7993
- PageNumber: (0, smithy_client_1.expectString)(output.pageNumber),
7993
+ PageNumber: smithy_client_1.expectString(output.pageNumber),
7994
7994
  PageTypes: output.pageTypes !== undefined && output.pageTypes !== null
7995
7995
  ? deserializeAws_restJson1__listOfTeletextPageType(output.pageTypes, context)
7996
7996
  : undefined,
@@ -7998,22 +7998,22 @@ const deserializeAws_restJson1TeletextDestinationSettings = (output, context) =>
7998
7998
  };
7999
7999
  const deserializeAws_restJson1TeletextSourceSettings = (output, context) => {
8000
8000
  return {
8001
- PageNumber: (0, smithy_client_1.expectString)(output.pageNumber),
8001
+ PageNumber: smithy_client_1.expectString(output.pageNumber),
8002
8002
  };
8003
8003
  };
8004
8004
  const deserializeAws_restJson1TimecodeBurnin = (output, context) => {
8005
8005
  return {
8006
- FontSize: (0, smithy_client_1.expectInt32)(output.fontSize),
8007
- Position: (0, smithy_client_1.expectString)(output.position),
8008
- Prefix: (0, smithy_client_1.expectString)(output.prefix),
8006
+ FontSize: smithy_client_1.expectInt32(output.fontSize),
8007
+ Position: smithy_client_1.expectString(output.position),
8008
+ Prefix: smithy_client_1.expectString(output.prefix),
8009
8009
  };
8010
8010
  };
8011
8011
  const deserializeAws_restJson1TimecodeConfig = (output, context) => {
8012
8012
  return {
8013
- Anchor: (0, smithy_client_1.expectString)(output.anchor),
8014
- Source: (0, smithy_client_1.expectString)(output.source),
8015
- Start: (0, smithy_client_1.expectString)(output.start),
8016
- TimestampOffset: (0, smithy_client_1.expectString)(output.timestampOffset),
8013
+ Anchor: smithy_client_1.expectString(output.anchor),
8014
+ Source: smithy_client_1.expectString(output.source),
8015
+ Start: smithy_client_1.expectString(output.start),
8016
+ TimestampOffset: smithy_client_1.expectString(output.timestampOffset),
8017
8017
  };
8018
8018
  };
8019
8019
  const deserializeAws_restJson1TimedMetadataInsertion = (output, context) => {
@@ -8026,37 +8026,37 @@ const deserializeAws_restJson1TimedMetadataInsertion = (output, context) => {
8026
8026
  const deserializeAws_restJson1Timing = (output, context) => {
8027
8027
  return {
8028
8028
  FinishTime: output.finishTime !== undefined && output.finishTime !== null
8029
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.finishTime)))
8029
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.finishTime)))
8030
8030
  : undefined,
8031
8031
  StartTime: output.startTime !== undefined && output.startTime !== null
8032
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
8032
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
8033
8033
  : undefined,
8034
8034
  SubmitTime: output.submitTime !== undefined && output.submitTime !== null
8035
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.submitTime)))
8035
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.submitTime)))
8036
8036
  : undefined,
8037
8037
  };
8038
8038
  };
8039
8039
  const deserializeAws_restJson1TrackSourceSettings = (output, context) => {
8040
8040
  return {
8041
- TrackNumber: (0, smithy_client_1.expectInt32)(output.trackNumber),
8041
+ TrackNumber: smithy_client_1.expectInt32(output.trackNumber),
8042
8042
  };
8043
8043
  };
8044
8044
  const deserializeAws_restJson1TtmlDestinationSettings = (output, context) => {
8045
8045
  return {
8046
- StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
8046
+ StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
8047
8047
  };
8048
8048
  };
8049
8049
  const deserializeAws_restJson1Vc3Settings = (output, context) => {
8050
8050
  return {
8051
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
8052
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
8053
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
8054
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
8055
- InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
8056
- ScanTypeConversionMode: (0, smithy_client_1.expectString)(output.scanTypeConversionMode),
8057
- SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
8058
- Telecine: (0, smithy_client_1.expectString)(output.telecine),
8059
- Vc3Class: (0, smithy_client_1.expectString)(output.vc3Class),
8051
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
8052
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
8053
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
8054
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
8055
+ InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
8056
+ ScanTypeConversionMode: smithy_client_1.expectString(output.scanTypeConversionMode),
8057
+ SlowPal: smithy_client_1.expectString(output.slowPal),
8058
+ Telecine: smithy_client_1.expectString(output.telecine),
8059
+ Vc3Class: smithy_client_1.expectString(output.vc3Class),
8060
8060
  };
8061
8061
  };
8062
8062
  const deserializeAws_restJson1VideoCodecSettings = (output, context) => {
@@ -8067,7 +8067,7 @@ const deserializeAws_restJson1VideoCodecSettings = (output, context) => {
8067
8067
  AvcIntraSettings: output.avcIntraSettings !== undefined && output.avcIntraSettings !== null
8068
8068
  ? deserializeAws_restJson1AvcIntraSettings(output.avcIntraSettings, context)
8069
8069
  : undefined,
8070
- Codec: (0, smithy_client_1.expectString)(output.codec),
8070
+ Codec: smithy_client_1.expectString(output.codec),
8071
8071
  FrameCaptureSettings: output.frameCaptureSettings !== undefined && output.frameCaptureSettings !== null
8072
8072
  ? deserializeAws_restJson1FrameCaptureSettings(output.frameCaptureSettings, context)
8073
8073
  : undefined,
@@ -8099,35 +8099,35 @@ const deserializeAws_restJson1VideoCodecSettings = (output, context) => {
8099
8099
  };
8100
8100
  const deserializeAws_restJson1VideoDescription = (output, context) => {
8101
8101
  return {
8102
- AfdSignaling: (0, smithy_client_1.expectString)(output.afdSignaling),
8103
- AntiAlias: (0, smithy_client_1.expectString)(output.antiAlias),
8102
+ AfdSignaling: smithy_client_1.expectString(output.afdSignaling),
8103
+ AntiAlias: smithy_client_1.expectString(output.antiAlias),
8104
8104
  CodecSettings: output.codecSettings !== undefined && output.codecSettings !== null
8105
8105
  ? deserializeAws_restJson1VideoCodecSettings(output.codecSettings, context)
8106
8106
  : undefined,
8107
- ColorMetadata: (0, smithy_client_1.expectString)(output.colorMetadata),
8107
+ ColorMetadata: smithy_client_1.expectString(output.colorMetadata),
8108
8108
  Crop: output.crop !== undefined && output.crop !== null
8109
8109
  ? deserializeAws_restJson1Rectangle(output.crop, context)
8110
8110
  : undefined,
8111
- DropFrameTimecode: (0, smithy_client_1.expectString)(output.dropFrameTimecode),
8112
- FixedAfd: (0, smithy_client_1.expectInt32)(output.fixedAfd),
8113
- Height: (0, smithy_client_1.expectInt32)(output.height),
8111
+ DropFrameTimecode: smithy_client_1.expectString(output.dropFrameTimecode),
8112
+ FixedAfd: smithy_client_1.expectInt32(output.fixedAfd),
8113
+ Height: smithy_client_1.expectInt32(output.height),
8114
8114
  Position: output.position !== undefined && output.position !== null
8115
8115
  ? deserializeAws_restJson1Rectangle(output.position, context)
8116
8116
  : undefined,
8117
- RespondToAfd: (0, smithy_client_1.expectString)(output.respondToAfd),
8118
- ScalingBehavior: (0, smithy_client_1.expectString)(output.scalingBehavior),
8119
- Sharpness: (0, smithy_client_1.expectInt32)(output.sharpness),
8120
- TimecodeInsertion: (0, smithy_client_1.expectString)(output.timecodeInsertion),
8117
+ RespondToAfd: smithy_client_1.expectString(output.respondToAfd),
8118
+ ScalingBehavior: smithy_client_1.expectString(output.scalingBehavior),
8119
+ Sharpness: smithy_client_1.expectInt32(output.sharpness),
8120
+ TimecodeInsertion: smithy_client_1.expectString(output.timecodeInsertion),
8121
8121
  VideoPreprocessors: output.videoPreprocessors !== undefined && output.videoPreprocessors !== null
8122
8122
  ? deserializeAws_restJson1VideoPreprocessor(output.videoPreprocessors, context)
8123
8123
  : undefined,
8124
- Width: (0, smithy_client_1.expectInt32)(output.width),
8124
+ Width: smithy_client_1.expectInt32(output.width),
8125
8125
  };
8126
8126
  };
8127
8127
  const deserializeAws_restJson1VideoDetail = (output, context) => {
8128
8128
  return {
8129
- HeightInPx: (0, smithy_client_1.expectInt32)(output.heightInPx),
8130
- WidthInPx: (0, smithy_client_1.expectInt32)(output.widthInPx),
8129
+ HeightInPx: smithy_client_1.expectInt32(output.heightInPx),
8130
+ WidthInPx: smithy_client_1.expectInt32(output.widthInPx),
8131
8131
  };
8132
8132
  };
8133
8133
  const deserializeAws_restJson1VideoPreprocessor = (output, context) => {
@@ -8160,132 +8160,132 @@ const deserializeAws_restJson1VideoPreprocessor = (output, context) => {
8160
8160
  };
8161
8161
  const deserializeAws_restJson1VideoSelector = (output, context) => {
8162
8162
  return {
8163
- AlphaBehavior: (0, smithy_client_1.expectString)(output.alphaBehavior),
8164
- ColorSpace: (0, smithy_client_1.expectString)(output.colorSpace),
8165
- ColorSpaceUsage: (0, smithy_client_1.expectString)(output.colorSpaceUsage),
8163
+ AlphaBehavior: smithy_client_1.expectString(output.alphaBehavior),
8164
+ ColorSpace: smithy_client_1.expectString(output.colorSpace),
8165
+ ColorSpaceUsage: smithy_client_1.expectString(output.colorSpaceUsage),
8166
8166
  Hdr10Metadata: output.hdr10Metadata !== undefined && output.hdr10Metadata !== null
8167
8167
  ? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context)
8168
8168
  : undefined,
8169
- Pid: (0, smithy_client_1.expectInt32)(output.pid),
8170
- ProgramNumber: (0, smithy_client_1.expectInt32)(output.programNumber),
8171
- Rotate: (0, smithy_client_1.expectString)(output.rotate),
8172
- SampleRange: (0, smithy_client_1.expectString)(output.sampleRange),
8169
+ Pid: smithy_client_1.expectInt32(output.pid),
8170
+ ProgramNumber: smithy_client_1.expectInt32(output.programNumber),
8171
+ Rotate: smithy_client_1.expectString(output.rotate),
8172
+ SampleRange: smithy_client_1.expectString(output.sampleRange),
8173
8173
  };
8174
8174
  };
8175
8175
  const deserializeAws_restJson1VorbisSettings = (output, context) => {
8176
8176
  return {
8177
- Channels: (0, smithy_client_1.expectInt32)(output.channels),
8178
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
8179
- VbrQuality: (0, smithy_client_1.expectInt32)(output.vbrQuality),
8177
+ Channels: smithy_client_1.expectInt32(output.channels),
8178
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
8179
+ VbrQuality: smithy_client_1.expectInt32(output.vbrQuality),
8180
8180
  };
8181
8181
  };
8182
8182
  const deserializeAws_restJson1Vp8Settings = (output, context) => {
8183
8183
  return {
8184
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
8185
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
8186
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
8187
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
8188
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
8189
- GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
8190
- HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
8191
- MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
8192
- ParControl: (0, smithy_client_1.expectString)(output.parControl),
8193
- ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
8194
- ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
8195
- QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
8196
- RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
8184
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
8185
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
8186
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
8187
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
8188
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
8189
+ GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
8190
+ HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
8191
+ MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
8192
+ ParControl: smithy_client_1.expectString(output.parControl),
8193
+ ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
8194
+ ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
8195
+ QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
8196
+ RateControlMode: smithy_client_1.expectString(output.rateControlMode),
8197
8197
  };
8198
8198
  };
8199
8199
  const deserializeAws_restJson1Vp9Settings = (output, context) => {
8200
8200
  return {
8201
- Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
8202
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
8203
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
8204
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
8205
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
8206
- GopSize: (0, smithy_client_1.limitedParseDouble)(output.gopSize),
8207
- HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
8208
- MaxBitrate: (0, smithy_client_1.expectInt32)(output.maxBitrate),
8209
- ParControl: (0, smithy_client_1.expectString)(output.parControl),
8210
- ParDenominator: (0, smithy_client_1.expectInt32)(output.parDenominator),
8211
- ParNumerator: (0, smithy_client_1.expectInt32)(output.parNumerator),
8212
- QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
8213
- RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
8201
+ Bitrate: smithy_client_1.expectInt32(output.bitrate),
8202
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
8203
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
8204
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
8205
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
8206
+ GopSize: smithy_client_1.limitedParseDouble(output.gopSize),
8207
+ HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
8208
+ MaxBitrate: smithy_client_1.expectInt32(output.maxBitrate),
8209
+ ParControl: smithy_client_1.expectString(output.parControl),
8210
+ ParDenominator: smithy_client_1.expectInt32(output.parDenominator),
8211
+ ParNumerator: smithy_client_1.expectInt32(output.parNumerator),
8212
+ QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
8213
+ RateControlMode: smithy_client_1.expectString(output.rateControlMode),
8214
8214
  };
8215
8215
  };
8216
8216
  const deserializeAws_restJson1WavSettings = (output, context) => {
8217
8217
  return {
8218
- BitDepth: (0, smithy_client_1.expectInt32)(output.bitDepth),
8219
- Channels: (0, smithy_client_1.expectInt32)(output.channels),
8220
- Format: (0, smithy_client_1.expectString)(output.format),
8221
- SampleRate: (0, smithy_client_1.expectInt32)(output.sampleRate),
8218
+ BitDepth: smithy_client_1.expectInt32(output.bitDepth),
8219
+ Channels: smithy_client_1.expectInt32(output.channels),
8220
+ Format: smithy_client_1.expectString(output.format),
8221
+ SampleRate: smithy_client_1.expectInt32(output.sampleRate),
8222
8222
  };
8223
8223
  };
8224
8224
  const deserializeAws_restJson1WebvttDestinationSettings = (output, context) => {
8225
8225
  return {
8226
- StylePassthrough: (0, smithy_client_1.expectString)(output.stylePassthrough),
8226
+ StylePassthrough: smithy_client_1.expectString(output.stylePassthrough),
8227
8227
  };
8228
8228
  };
8229
8229
  const deserializeAws_restJson1WebvttHlsSourceSettings = (output, context) => {
8230
8230
  return {
8231
- RenditionGroupId: (0, smithy_client_1.expectString)(output.renditionGroupId),
8232
- RenditionLanguageCode: (0, smithy_client_1.expectString)(output.renditionLanguageCode),
8233
- RenditionName: (0, smithy_client_1.expectString)(output.renditionName),
8231
+ RenditionGroupId: smithy_client_1.expectString(output.renditionGroupId),
8232
+ RenditionLanguageCode: smithy_client_1.expectString(output.renditionLanguageCode),
8233
+ RenditionName: smithy_client_1.expectString(output.renditionName),
8234
8234
  };
8235
8235
  };
8236
8236
  const deserializeAws_restJson1Xavc4kIntraCbgProfileSettings = (output, context) => {
8237
8237
  return {
8238
- XavcClass: (0, smithy_client_1.expectString)(output.xavcClass),
8238
+ XavcClass: smithy_client_1.expectString(output.xavcClass),
8239
8239
  };
8240
8240
  };
8241
8241
  const deserializeAws_restJson1Xavc4kIntraVbrProfileSettings = (output, context) => {
8242
8242
  return {
8243
- XavcClass: (0, smithy_client_1.expectString)(output.xavcClass),
8243
+ XavcClass: smithy_client_1.expectString(output.xavcClass),
8244
8244
  };
8245
8245
  };
8246
8246
  const deserializeAws_restJson1Xavc4kProfileSettings = (output, context) => {
8247
8247
  return {
8248
- BitrateClass: (0, smithy_client_1.expectString)(output.bitrateClass),
8249
- CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
8250
- FlickerAdaptiveQuantization: (0, smithy_client_1.expectString)(output.flickerAdaptiveQuantization),
8251
- GopBReference: (0, smithy_client_1.expectString)(output.gopBReference),
8252
- GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
8253
- HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
8254
- QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
8255
- Slices: (0, smithy_client_1.expectInt32)(output.slices),
8248
+ BitrateClass: smithy_client_1.expectString(output.bitrateClass),
8249
+ CodecProfile: smithy_client_1.expectString(output.codecProfile),
8250
+ FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
8251
+ GopBReference: smithy_client_1.expectString(output.gopBReference),
8252
+ GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
8253
+ HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
8254
+ QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
8255
+ Slices: smithy_client_1.expectInt32(output.slices),
8256
8256
  };
8257
8257
  };
8258
8258
  const deserializeAws_restJson1XavcHdIntraCbgProfileSettings = (output, context) => {
8259
8259
  return {
8260
- XavcClass: (0, smithy_client_1.expectString)(output.xavcClass),
8260
+ XavcClass: smithy_client_1.expectString(output.xavcClass),
8261
8261
  };
8262
8262
  };
8263
8263
  const deserializeAws_restJson1XavcHdProfileSettings = (output, context) => {
8264
8264
  return {
8265
- BitrateClass: (0, smithy_client_1.expectString)(output.bitrateClass),
8266
- FlickerAdaptiveQuantization: (0, smithy_client_1.expectString)(output.flickerAdaptiveQuantization),
8267
- GopBReference: (0, smithy_client_1.expectString)(output.gopBReference),
8268
- GopClosedCadence: (0, smithy_client_1.expectInt32)(output.gopClosedCadence),
8269
- HrdBufferSize: (0, smithy_client_1.expectInt32)(output.hrdBufferSize),
8270
- InterlaceMode: (0, smithy_client_1.expectString)(output.interlaceMode),
8271
- QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
8272
- Slices: (0, smithy_client_1.expectInt32)(output.slices),
8273
- Telecine: (0, smithy_client_1.expectString)(output.telecine),
8265
+ BitrateClass: smithy_client_1.expectString(output.bitrateClass),
8266
+ FlickerAdaptiveQuantization: smithy_client_1.expectString(output.flickerAdaptiveQuantization),
8267
+ GopBReference: smithy_client_1.expectString(output.gopBReference),
8268
+ GopClosedCadence: smithy_client_1.expectInt32(output.gopClosedCadence),
8269
+ HrdBufferSize: smithy_client_1.expectInt32(output.hrdBufferSize),
8270
+ InterlaceMode: smithy_client_1.expectString(output.interlaceMode),
8271
+ QualityTuningLevel: smithy_client_1.expectString(output.qualityTuningLevel),
8272
+ Slices: smithy_client_1.expectInt32(output.slices),
8273
+ Telecine: smithy_client_1.expectString(output.telecine),
8274
8274
  };
8275
8275
  };
8276
8276
  const deserializeAws_restJson1XavcSettings = (output, context) => {
8277
8277
  return {
8278
- AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
8279
- EntropyEncoding: (0, smithy_client_1.expectString)(output.entropyEncoding),
8280
- FramerateControl: (0, smithy_client_1.expectString)(output.framerateControl),
8281
- FramerateConversionAlgorithm: (0, smithy_client_1.expectString)(output.framerateConversionAlgorithm),
8282
- FramerateDenominator: (0, smithy_client_1.expectInt32)(output.framerateDenominator),
8283
- FramerateNumerator: (0, smithy_client_1.expectInt32)(output.framerateNumerator),
8284
- Profile: (0, smithy_client_1.expectString)(output.profile),
8285
- SlowPal: (0, smithy_client_1.expectString)(output.slowPal),
8286
- Softness: (0, smithy_client_1.expectInt32)(output.softness),
8287
- SpatialAdaptiveQuantization: (0, smithy_client_1.expectString)(output.spatialAdaptiveQuantization),
8288
- TemporalAdaptiveQuantization: (0, smithy_client_1.expectString)(output.temporalAdaptiveQuantization),
8278
+ AdaptiveQuantization: smithy_client_1.expectString(output.adaptiveQuantization),
8279
+ EntropyEncoding: smithy_client_1.expectString(output.entropyEncoding),
8280
+ FramerateControl: smithy_client_1.expectString(output.framerateControl),
8281
+ FramerateConversionAlgorithm: smithy_client_1.expectString(output.framerateConversionAlgorithm),
8282
+ FramerateDenominator: smithy_client_1.expectInt32(output.framerateDenominator),
8283
+ FramerateNumerator: smithy_client_1.expectInt32(output.framerateNumerator),
8284
+ Profile: smithy_client_1.expectString(output.profile),
8285
+ SlowPal: smithy_client_1.expectString(output.slowPal),
8286
+ Softness: smithy_client_1.expectInt32(output.softness),
8287
+ SpatialAdaptiveQuantization: smithy_client_1.expectString(output.spatialAdaptiveQuantization),
8288
+ TemporalAdaptiveQuantization: smithy_client_1.expectString(output.temporalAdaptiveQuantization),
8289
8289
  Xavc4kIntraCbgProfileSettings: output.xavc4kIntraCbgProfileSettings !== undefined && output.xavc4kIntraCbgProfileSettings !== null
8290
8290
  ? deserializeAws_restJson1Xavc4kIntraCbgProfileSettings(output.xavc4kIntraCbgProfileSettings, context)
8291
8291
  : undefined,