@aws-sdk/client-transcribe 3.53.0 → 3.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/TranscribeClient.js +13 -13
  3. package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +3 -3
  4. package/dist-cjs/commands/CreateLanguageModelCommand.js +3 -3
  5. package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +3 -3
  6. package/dist-cjs/commands/CreateVocabularyCommand.js +3 -3
  7. package/dist-cjs/commands/CreateVocabularyFilterCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteLanguageModelCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteVocabularyCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeLanguageModelCommand.js +3 -3
  17. package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +3 -3
  18. package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +3 -3
  19. package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +3 -3
  20. package/dist-cjs/commands/GetMedicalVocabularyCommand.js +3 -3
  21. package/dist-cjs/commands/GetTranscriptionJobCommand.js +3 -3
  22. package/dist-cjs/commands/GetVocabularyCommand.js +3 -3
  23. package/dist-cjs/commands/GetVocabularyFilterCommand.js +3 -3
  24. package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +3 -3
  25. package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +3 -3
  26. package/dist-cjs/commands/ListLanguageModelsCommand.js +3 -3
  27. package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +3 -3
  28. package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +3 -3
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  30. package/dist-cjs/commands/ListTranscriptionJobsCommand.js +3 -3
  31. package/dist-cjs/commands/ListVocabulariesCommand.js +3 -3
  32. package/dist-cjs/commands/ListVocabularyFiltersCommand.js +3 -3
  33. package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +3 -3
  34. package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +3 -3
  35. package/dist-cjs/commands/StartTranscriptionJobCommand.js +3 -3
  36. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  37. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  38. package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +3 -3
  39. package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +3 -3
  40. package/dist-cjs/commands/UpdateVocabularyCommand.js +3 -3
  41. package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +3 -3
  42. package/dist-cjs/endpoints.js +1 -1
  43. package/dist-cjs/protocols/Aws_json1_1.js +250 -250
  44. package/dist-cjs/runtimeConfig.browser.js +4 -4
  45. package/dist-cjs/runtimeConfig.js +9 -9
  46. package/dist-cjs/runtimeConfig.native.js +1 -1
  47. package/dist-es/Transcribe.js +39 -39
  48. package/dist-es/pagination/ListCallAnalyticsCategoriesPaginator.js +4 -4
  49. package/dist-es/pagination/ListCallAnalyticsJobsPaginator.js +4 -4
  50. package/dist-es/pagination/ListLanguageModelsPaginator.js +4 -4
  51. package/dist-es/pagination/ListMedicalTranscriptionJobsPaginator.js +4 -4
  52. package/dist-es/pagination/ListMedicalVocabulariesPaginator.js +4 -4
  53. package/dist-es/pagination/ListTranscriptionJobsPaginator.js +4 -4
  54. package/dist-es/pagination/ListVocabulariesPaginator.js +4 -4
  55. package/dist-es/pagination/ListVocabularyFiltersPaginator.js +4 -4
  56. package/dist-types/Transcribe.d.ts +71 -39
  57. package/dist-types/TranscribeClient.d.ts +2 -2
  58. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +7 -5
  59. package/dist-types/commands/CreateLanguageModelCommand.d.ts +5 -3
  60. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +10 -2
  61. package/dist-types/commands/CreateVocabularyCommand.d.ts +7 -2
  62. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +3 -2
  63. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +2 -1
  64. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +2 -1
  65. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +2 -1
  66. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +3 -1
  67. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +2 -1
  68. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +3 -2
  69. package/dist-types/commands/DeleteVocabularyCommand.d.ts +2 -1
  70. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +2 -1
  71. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +7 -5
  72. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +6 -5
  73. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +4 -3
  74. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +4 -3
  75. package/dist-types/models/models_0.d.ts +178 -137
  76. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  77. package/dist-types/runtimeConfig.d.ts +1 -1
  78. package/dist-types/runtimeConfig.native.d.ts +3 -3
  79. package/dist-types/ts3.4/TranscribeClient.d.ts +2 -2
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  83. package/package.json +34 -34
@@ -438,7 +438,7 @@ const deserializeAws_json1_1CreateCallAnalyticsCategoryCommandError = async (out
438
438
  $fault: "client",
439
439
  $metadata: deserializeMetadata(output),
440
440
  });
441
- throw smithy_client_1.decorateServiceException(response, parsedBody);
441
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
442
442
  }
443
443
  };
444
444
  const deserializeAws_json1_1CreateLanguageModelCommand = async (output, context) => {
@@ -483,7 +483,7 @@ const deserializeAws_json1_1CreateLanguageModelCommandError = async (output, con
483
483
  $fault: "client",
484
484
  $metadata: deserializeMetadata(output),
485
485
  });
486
- throw smithy_client_1.decorateServiceException(response, parsedBody);
486
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
487
487
  }
488
488
  };
489
489
  const deserializeAws_json1_1CreateMedicalVocabularyCommand = async (output, context) => {
@@ -528,7 +528,7 @@ const deserializeAws_json1_1CreateMedicalVocabularyCommandError = async (output,
528
528
  $fault: "client",
529
529
  $metadata: deserializeMetadata(output),
530
530
  });
531
- throw smithy_client_1.decorateServiceException(response, parsedBody);
531
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
532
532
  }
533
533
  };
534
534
  const deserializeAws_json1_1CreateVocabularyCommand = async (output, context) => {
@@ -573,7 +573,7 @@ const deserializeAws_json1_1CreateVocabularyCommandError = async (output, contex
573
573
  $fault: "client",
574
574
  $metadata: deserializeMetadata(output),
575
575
  });
576
- throw smithy_client_1.decorateServiceException(response, parsedBody);
576
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
577
577
  }
578
578
  };
579
579
  const deserializeAws_json1_1CreateVocabularyFilterCommand = async (output, context) => {
@@ -618,7 +618,7 @@ const deserializeAws_json1_1CreateVocabularyFilterCommandError = async (output,
618
618
  $fault: "client",
619
619
  $metadata: deserializeMetadata(output),
620
620
  });
621
- throw smithy_client_1.decorateServiceException(response, parsedBody);
621
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
622
622
  }
623
623
  };
624
624
  const deserializeAws_json1_1DeleteCallAnalyticsCategoryCommand = async (output, context) => {
@@ -663,7 +663,7 @@ const deserializeAws_json1_1DeleteCallAnalyticsCategoryCommandError = async (out
663
663
  $fault: "client",
664
664
  $metadata: deserializeMetadata(output),
665
665
  });
666
- throw smithy_client_1.decorateServiceException(response, parsedBody);
666
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
667
667
  }
668
668
  };
669
669
  const deserializeAws_json1_1DeleteCallAnalyticsJobCommand = async (output, context) => {
@@ -705,7 +705,7 @@ const deserializeAws_json1_1DeleteCallAnalyticsJobCommandError = async (output,
705
705
  $fault: "client",
706
706
  $metadata: deserializeMetadata(output),
707
707
  });
708
- throw smithy_client_1.decorateServiceException(response, parsedBody);
708
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
709
709
  }
710
710
  };
711
711
  const deserializeAws_json1_1DeleteLanguageModelCommand = async (output, context) => {
@@ -744,7 +744,7 @@ const deserializeAws_json1_1DeleteLanguageModelCommandError = async (output, con
744
744
  $fault: "client",
745
745
  $metadata: deserializeMetadata(output),
746
746
  });
747
- throw smithy_client_1.decorateServiceException(response, parsedBody);
747
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
748
748
  }
749
749
  };
750
750
  const deserializeAws_json1_1DeleteMedicalTranscriptionJobCommand = async (output, context) => {
@@ -783,7 +783,7 @@ const deserializeAws_json1_1DeleteMedicalTranscriptionJobCommandError = async (o
783
783
  $fault: "client",
784
784
  $metadata: deserializeMetadata(output),
785
785
  });
786
- throw smithy_client_1.decorateServiceException(response, parsedBody);
786
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
787
787
  }
788
788
  };
789
789
  const deserializeAws_json1_1DeleteMedicalVocabularyCommand = async (output, context) => {
@@ -825,7 +825,7 @@ const deserializeAws_json1_1DeleteMedicalVocabularyCommandError = async (output,
825
825
  $fault: "client",
826
826
  $metadata: deserializeMetadata(output),
827
827
  });
828
- throw smithy_client_1.decorateServiceException(response, parsedBody);
828
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
829
829
  }
830
830
  };
831
831
  const deserializeAws_json1_1DeleteTranscriptionJobCommand = async (output, context) => {
@@ -864,7 +864,7 @@ const deserializeAws_json1_1DeleteTranscriptionJobCommandError = async (output,
864
864
  $fault: "client",
865
865
  $metadata: deserializeMetadata(output),
866
866
  });
867
- throw smithy_client_1.decorateServiceException(response, parsedBody);
867
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
868
868
  }
869
869
  };
870
870
  const deserializeAws_json1_1DeleteVocabularyCommand = async (output, context) => {
@@ -906,7 +906,7 @@ const deserializeAws_json1_1DeleteVocabularyCommandError = async (output, contex
906
906
  $fault: "client",
907
907
  $metadata: deserializeMetadata(output),
908
908
  });
909
- throw smithy_client_1.decorateServiceException(response, parsedBody);
909
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
910
910
  }
911
911
  };
912
912
  const deserializeAws_json1_1DeleteVocabularyFilterCommand = async (output, context) => {
@@ -948,7 +948,7 @@ const deserializeAws_json1_1DeleteVocabularyFilterCommandError = async (output,
948
948
  $fault: "client",
949
949
  $metadata: deserializeMetadata(output),
950
950
  });
951
- throw smithy_client_1.decorateServiceException(response, parsedBody);
951
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
952
952
  }
953
953
  };
954
954
  const deserializeAws_json1_1DescribeLanguageModelCommand = async (output, context) => {
@@ -993,7 +993,7 @@ const deserializeAws_json1_1DescribeLanguageModelCommandError = async (output, c
993
993
  $fault: "client",
994
994
  $metadata: deserializeMetadata(output),
995
995
  });
996
- throw smithy_client_1.decorateServiceException(response, parsedBody);
996
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
997
997
  }
998
998
  };
999
999
  const deserializeAws_json1_1GetCallAnalyticsCategoryCommand = async (output, context) => {
@@ -1038,7 +1038,7 @@ const deserializeAws_json1_1GetCallAnalyticsCategoryCommandError = async (output
1038
1038
  $fault: "client",
1039
1039
  $metadata: deserializeMetadata(output),
1040
1040
  });
1041
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1041
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1042
1042
  }
1043
1043
  };
1044
1044
  const deserializeAws_json1_1GetCallAnalyticsJobCommand = async (output, context) => {
@@ -1083,7 +1083,7 @@ const deserializeAws_json1_1GetCallAnalyticsJobCommandError = async (output, con
1083
1083
  $fault: "client",
1084
1084
  $metadata: deserializeMetadata(output),
1085
1085
  });
1086
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1086
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1087
1087
  }
1088
1088
  };
1089
1089
  const deserializeAws_json1_1GetMedicalTranscriptionJobCommand = async (output, context) => {
@@ -1128,7 +1128,7 @@ const deserializeAws_json1_1GetMedicalTranscriptionJobCommandError = async (outp
1128
1128
  $fault: "client",
1129
1129
  $metadata: deserializeMetadata(output),
1130
1130
  });
1131
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1131
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1132
1132
  }
1133
1133
  };
1134
1134
  const deserializeAws_json1_1GetMedicalVocabularyCommand = async (output, context) => {
@@ -1173,7 +1173,7 @@ const deserializeAws_json1_1GetMedicalVocabularyCommandError = async (output, co
1173
1173
  $fault: "client",
1174
1174
  $metadata: deserializeMetadata(output),
1175
1175
  });
1176
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1176
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1177
1177
  }
1178
1178
  };
1179
1179
  const deserializeAws_json1_1GetTranscriptionJobCommand = async (output, context) => {
@@ -1218,7 +1218,7 @@ const deserializeAws_json1_1GetTranscriptionJobCommandError = async (output, con
1218
1218
  $fault: "client",
1219
1219
  $metadata: deserializeMetadata(output),
1220
1220
  });
1221
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1221
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1222
1222
  }
1223
1223
  };
1224
1224
  const deserializeAws_json1_1GetVocabularyCommand = async (output, context) => {
@@ -1263,7 +1263,7 @@ const deserializeAws_json1_1GetVocabularyCommandError = async (output, context)
1263
1263
  $fault: "client",
1264
1264
  $metadata: deserializeMetadata(output),
1265
1265
  });
1266
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1266
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1267
1267
  }
1268
1268
  };
1269
1269
  const deserializeAws_json1_1GetVocabularyFilterCommand = async (output, context) => {
@@ -1308,7 +1308,7 @@ const deserializeAws_json1_1GetVocabularyFilterCommandError = async (output, con
1308
1308
  $fault: "client",
1309
1309
  $metadata: deserializeMetadata(output),
1310
1310
  });
1311
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1311
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1312
1312
  }
1313
1313
  };
1314
1314
  const deserializeAws_json1_1ListCallAnalyticsCategoriesCommand = async (output, context) => {
@@ -1350,7 +1350,7 @@ const deserializeAws_json1_1ListCallAnalyticsCategoriesCommandError = async (out
1350
1350
  $fault: "client",
1351
1351
  $metadata: deserializeMetadata(output),
1352
1352
  });
1353
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1353
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1354
1354
  }
1355
1355
  };
1356
1356
  const deserializeAws_json1_1ListCallAnalyticsJobsCommand = async (output, context) => {
@@ -1392,7 +1392,7 @@ const deserializeAws_json1_1ListCallAnalyticsJobsCommandError = async (output, c
1392
1392
  $fault: "client",
1393
1393
  $metadata: deserializeMetadata(output),
1394
1394
  });
1395
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1395
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1396
1396
  }
1397
1397
  };
1398
1398
  const deserializeAws_json1_1ListLanguageModelsCommand = async (output, context) => {
@@ -1434,7 +1434,7 @@ const deserializeAws_json1_1ListLanguageModelsCommandError = async (output, cont
1434
1434
  $fault: "client",
1435
1435
  $metadata: deserializeMetadata(output),
1436
1436
  });
1437
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1437
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1438
1438
  }
1439
1439
  };
1440
1440
  const deserializeAws_json1_1ListMedicalTranscriptionJobsCommand = async (output, context) => {
@@ -1476,7 +1476,7 @@ const deserializeAws_json1_1ListMedicalTranscriptionJobsCommandError = async (ou
1476
1476
  $fault: "client",
1477
1477
  $metadata: deserializeMetadata(output),
1478
1478
  });
1479
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1479
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1480
1480
  }
1481
1481
  };
1482
1482
  const deserializeAws_json1_1ListMedicalVocabulariesCommand = async (output, context) => {
@@ -1518,7 +1518,7 @@ const deserializeAws_json1_1ListMedicalVocabulariesCommandError = async (output,
1518
1518
  $fault: "client",
1519
1519
  $metadata: deserializeMetadata(output),
1520
1520
  });
1521
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1521
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1522
1522
  }
1523
1523
  };
1524
1524
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -1563,7 +1563,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
1563
1563
  $fault: "client",
1564
1564
  $metadata: deserializeMetadata(output),
1565
1565
  });
1566
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1566
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1567
1567
  }
1568
1568
  };
1569
1569
  const deserializeAws_json1_1ListTranscriptionJobsCommand = async (output, context) => {
@@ -1605,7 +1605,7 @@ const deserializeAws_json1_1ListTranscriptionJobsCommandError = async (output, c
1605
1605
  $fault: "client",
1606
1606
  $metadata: deserializeMetadata(output),
1607
1607
  });
1608
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1608
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1609
1609
  }
1610
1610
  };
1611
1611
  const deserializeAws_json1_1ListVocabulariesCommand = async (output, context) => {
@@ -1647,7 +1647,7 @@ const deserializeAws_json1_1ListVocabulariesCommandError = async (output, contex
1647
1647
  $fault: "client",
1648
1648
  $metadata: deserializeMetadata(output),
1649
1649
  });
1650
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1650
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1651
1651
  }
1652
1652
  };
1653
1653
  const deserializeAws_json1_1ListVocabularyFiltersCommand = async (output, context) => {
@@ -1689,7 +1689,7 @@ const deserializeAws_json1_1ListVocabularyFiltersCommandError = async (output, c
1689
1689
  $fault: "client",
1690
1690
  $metadata: deserializeMetadata(output),
1691
1691
  });
1692
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1692
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1693
1693
  }
1694
1694
  };
1695
1695
  const deserializeAws_json1_1StartCallAnalyticsJobCommand = async (output, context) => {
@@ -1734,7 +1734,7 @@ const deserializeAws_json1_1StartCallAnalyticsJobCommandError = async (output, c
1734
1734
  $fault: "client",
1735
1735
  $metadata: deserializeMetadata(output),
1736
1736
  });
1737
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1737
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1738
1738
  }
1739
1739
  };
1740
1740
  const deserializeAws_json1_1StartMedicalTranscriptionJobCommand = async (output, context) => {
@@ -1779,7 +1779,7 @@ const deserializeAws_json1_1StartMedicalTranscriptionJobCommandError = async (ou
1779
1779
  $fault: "client",
1780
1780
  $metadata: deserializeMetadata(output),
1781
1781
  });
1782
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1782
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1783
1783
  }
1784
1784
  };
1785
1785
  const deserializeAws_json1_1StartTranscriptionJobCommand = async (output, context) => {
@@ -1824,7 +1824,7 @@ const deserializeAws_json1_1StartTranscriptionJobCommandError = async (output, c
1824
1824
  $fault: "client",
1825
1825
  $metadata: deserializeMetadata(output),
1826
1826
  });
1827
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1827
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1828
1828
  }
1829
1829
  };
1830
1830
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -1872,7 +1872,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
1872
1872
  $fault: "client",
1873
1873
  $metadata: deserializeMetadata(output),
1874
1874
  });
1875
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1875
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1876
1876
  }
1877
1877
  };
1878
1878
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -1920,7 +1920,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
1920
1920
  $fault: "client",
1921
1921
  $metadata: deserializeMetadata(output),
1922
1922
  });
1923
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1923
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1924
1924
  }
1925
1925
  };
1926
1926
  const deserializeAws_json1_1UpdateCallAnalyticsCategoryCommand = async (output, context) => {
@@ -1968,7 +1968,7 @@ const deserializeAws_json1_1UpdateCallAnalyticsCategoryCommandError = async (out
1968
1968
  $fault: "client",
1969
1969
  $metadata: deserializeMetadata(output),
1970
1970
  });
1971
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1971
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1972
1972
  }
1973
1973
  };
1974
1974
  const deserializeAws_json1_1UpdateMedicalVocabularyCommand = async (output, context) => {
@@ -2016,7 +2016,7 @@ const deserializeAws_json1_1UpdateMedicalVocabularyCommandError = async (output,
2016
2016
  $fault: "client",
2017
2017
  $metadata: deserializeMetadata(output),
2018
2018
  });
2019
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2019
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2020
2020
  }
2021
2021
  };
2022
2022
  const deserializeAws_json1_1UpdateVocabularyCommand = async (output, context) => {
@@ -2064,7 +2064,7 @@ const deserializeAws_json1_1UpdateVocabularyCommandError = async (output, contex
2064
2064
  $fault: "client",
2065
2065
  $metadata: deserializeMetadata(output),
2066
2066
  });
2067
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2067
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2068
2068
  }
2069
2069
  };
2070
2070
  const deserializeAws_json1_1UpdateVocabularyFilterCommand = async (output, context) => {
@@ -2109,7 +2109,7 @@ const deserializeAws_json1_1UpdateVocabularyFilterCommandError = async (output,
2109
2109
  $fault: "client",
2110
2110
  $metadata: deserializeMetadata(output),
2111
2111
  });
2112
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2112
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2113
2113
  }
2114
2114
  };
2115
2115
  const deserializeAws_json1_1BadRequestExceptionResponse = async (parsedOutput, context) => {
@@ -2119,7 +2119,7 @@ const deserializeAws_json1_1BadRequestExceptionResponse = async (parsedOutput, c
2119
2119
  $metadata: deserializeMetadata(parsedOutput),
2120
2120
  ...deserialized,
2121
2121
  });
2122
- return smithy_client_1.decorateServiceException(exception, body);
2122
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2123
2123
  };
2124
2124
  const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, context) => {
2125
2125
  const body = parsedOutput.body;
@@ -2128,7 +2128,7 @@ const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, con
2128
2128
  $metadata: deserializeMetadata(parsedOutput),
2129
2129
  ...deserialized,
2130
2130
  });
2131
- return smithy_client_1.decorateServiceException(exception, body);
2131
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2132
2132
  };
2133
2133
  const deserializeAws_json1_1InternalFailureExceptionResponse = async (parsedOutput, context) => {
2134
2134
  const body = parsedOutput.body;
@@ -2137,7 +2137,7 @@ const deserializeAws_json1_1InternalFailureExceptionResponse = async (parsedOutp
2137
2137
  $metadata: deserializeMetadata(parsedOutput),
2138
2138
  ...deserialized,
2139
2139
  });
2140
- return smithy_client_1.decorateServiceException(exception, body);
2140
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2141
2141
  };
2142
2142
  const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
2143
2143
  const body = parsedOutput.body;
@@ -2146,7 +2146,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
2146
2146
  $metadata: deserializeMetadata(parsedOutput),
2147
2147
  ...deserialized,
2148
2148
  });
2149
- return smithy_client_1.decorateServiceException(exception, body);
2149
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2150
2150
  };
2151
2151
  const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, context) => {
2152
2152
  const body = parsedOutput.body;
@@ -2155,7 +2155,7 @@ const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, con
2155
2155
  $metadata: deserializeMetadata(parsedOutput),
2156
2156
  ...deserialized,
2157
2157
  });
2158
- return smithy_client_1.decorateServiceException(exception, body);
2158
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2159
2159
  };
2160
2160
  const serializeAws_json1_1AbsoluteTimeRange = (input, context) => {
2161
2161
  return {
@@ -2875,44 +2875,44 @@ const serializeAws_json1_1Words = (input, context) => {
2875
2875
  };
2876
2876
  const deserializeAws_json1_1AbsoluteTimeRange = (output, context) => {
2877
2877
  return {
2878
- EndTime: smithy_client_1.expectLong(output.EndTime),
2879
- First: smithy_client_1.expectLong(output.First),
2880
- Last: smithy_client_1.expectLong(output.Last),
2881
- StartTime: smithy_client_1.expectLong(output.StartTime),
2878
+ EndTime: (0, smithy_client_1.expectLong)(output.EndTime),
2879
+ First: (0, smithy_client_1.expectLong)(output.First),
2880
+ Last: (0, smithy_client_1.expectLong)(output.Last),
2881
+ StartTime: (0, smithy_client_1.expectLong)(output.StartTime),
2882
2882
  };
2883
2883
  };
2884
2884
  const deserializeAws_json1_1BadRequestException = (output, context) => {
2885
2885
  return {
2886
- Message: smithy_client_1.expectString(output.Message),
2886
+ Message: (0, smithy_client_1.expectString)(output.Message),
2887
2887
  };
2888
2888
  };
2889
2889
  const deserializeAws_json1_1CallAnalyticsJob = (output, context) => {
2890
2890
  return {
2891
- CallAnalyticsJobName: smithy_client_1.expectString(output.CallAnalyticsJobName),
2892
- CallAnalyticsJobStatus: smithy_client_1.expectString(output.CallAnalyticsJobStatus),
2891
+ CallAnalyticsJobName: (0, smithy_client_1.expectString)(output.CallAnalyticsJobName),
2892
+ CallAnalyticsJobStatus: (0, smithy_client_1.expectString)(output.CallAnalyticsJobStatus),
2893
2893
  ChannelDefinitions: output.ChannelDefinitions !== undefined && output.ChannelDefinitions !== null
2894
2894
  ? deserializeAws_json1_1ChannelDefinitions(output.ChannelDefinitions, context)
2895
2895
  : undefined,
2896
2896
  CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
2897
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
2897
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletionTime)))
2898
2898
  : undefined,
2899
2899
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
2900
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
2900
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
2901
2901
  : undefined,
2902
- DataAccessRoleArn: smithy_client_1.expectString(output.DataAccessRoleArn),
2903
- FailureReason: smithy_client_1.expectString(output.FailureReason),
2904
- IdentifiedLanguageScore: smithy_client_1.limitedParseFloat32(output.IdentifiedLanguageScore),
2905
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
2902
+ DataAccessRoleArn: (0, smithy_client_1.expectString)(output.DataAccessRoleArn),
2903
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
2904
+ IdentifiedLanguageScore: (0, smithy_client_1.limitedParseFloat32)(output.IdentifiedLanguageScore),
2905
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
2906
2906
  Media: output.Media !== undefined && output.Media !== null
2907
2907
  ? deserializeAws_json1_1Media(output.Media, context)
2908
2908
  : undefined,
2909
- MediaFormat: smithy_client_1.expectString(output.MediaFormat),
2910
- MediaSampleRateHertz: smithy_client_1.expectInt32(output.MediaSampleRateHertz),
2909
+ MediaFormat: (0, smithy_client_1.expectString)(output.MediaFormat),
2910
+ MediaSampleRateHertz: (0, smithy_client_1.expectInt32)(output.MediaSampleRateHertz),
2911
2911
  Settings: output.Settings !== undefined && output.Settings !== null
2912
2912
  ? deserializeAws_json1_1CallAnalyticsJobSettings(output.Settings, context)
2913
2913
  : undefined,
2914
2914
  StartTime: output.StartTime !== undefined && output.StartTime !== null
2915
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
2915
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
2916
2916
  : undefined,
2917
2917
  Transcript: output.Transcript !== undefined && output.Transcript !== null
2918
2918
  ? deserializeAws_json1_1Transcript(output.Transcript, context)
@@ -2927,13 +2927,13 @@ const deserializeAws_json1_1CallAnalyticsJobSettings = (output, context) => {
2927
2927
  LanguageIdSettings: output.LanguageIdSettings !== undefined && output.LanguageIdSettings !== null
2928
2928
  ? deserializeAws_json1_1LanguageIdSettingsMap(output.LanguageIdSettings, context)
2929
2929
  : undefined,
2930
- LanguageModelName: smithy_client_1.expectString(output.LanguageModelName),
2930
+ LanguageModelName: (0, smithy_client_1.expectString)(output.LanguageModelName),
2931
2931
  LanguageOptions: output.LanguageOptions !== undefined && output.LanguageOptions !== null
2932
2932
  ? deserializeAws_json1_1LanguageOptions(output.LanguageOptions, context)
2933
2933
  : undefined,
2934
- VocabularyFilterMethod: smithy_client_1.expectString(output.VocabularyFilterMethod),
2935
- VocabularyFilterName: smithy_client_1.expectString(output.VocabularyFilterName),
2936
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
2934
+ VocabularyFilterMethod: (0, smithy_client_1.expectString)(output.VocabularyFilterMethod),
2935
+ VocabularyFilterName: (0, smithy_client_1.expectString)(output.VocabularyFilterName),
2936
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
2937
2937
  };
2938
2938
  };
2939
2939
  const deserializeAws_json1_1CallAnalyticsJobSummaries = (output, context) => {
@@ -2949,29 +2949,29 @@ const deserializeAws_json1_1CallAnalyticsJobSummaries = (output, context) => {
2949
2949
  };
2950
2950
  const deserializeAws_json1_1CallAnalyticsJobSummary = (output, context) => {
2951
2951
  return {
2952
- CallAnalyticsJobName: smithy_client_1.expectString(output.CallAnalyticsJobName),
2953
- CallAnalyticsJobStatus: smithy_client_1.expectString(output.CallAnalyticsJobStatus),
2952
+ CallAnalyticsJobName: (0, smithy_client_1.expectString)(output.CallAnalyticsJobName),
2953
+ CallAnalyticsJobStatus: (0, smithy_client_1.expectString)(output.CallAnalyticsJobStatus),
2954
2954
  CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
2955
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
2955
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletionTime)))
2956
2956
  : undefined,
2957
2957
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
2958
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
2958
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
2959
2959
  : undefined,
2960
- FailureReason: smithy_client_1.expectString(output.FailureReason),
2961
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
2960
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
2961
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
2962
2962
  StartTime: output.StartTime !== undefined && output.StartTime !== null
2963
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
2963
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
2964
2964
  : undefined,
2965
2965
  };
2966
2966
  };
2967
2967
  const deserializeAws_json1_1CategoryProperties = (output, context) => {
2968
2968
  return {
2969
- CategoryName: smithy_client_1.expectString(output.CategoryName),
2969
+ CategoryName: (0, smithy_client_1.expectString)(output.CategoryName),
2970
2970
  CreateTime: output.CreateTime !== undefined && output.CreateTime !== null
2971
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateTime)))
2971
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateTime)))
2972
2972
  : undefined,
2973
2973
  LastUpdateTime: output.LastUpdateTime !== undefined && output.LastUpdateTime !== null
2974
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdateTime)))
2974
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdateTime)))
2975
2975
  : undefined,
2976
2976
  Rules: output.Rules !== undefined && output.Rules !== null
2977
2977
  ? deserializeAws_json1_1RuleList(output.Rules, context)
@@ -2991,8 +2991,8 @@ const deserializeAws_json1_1CategoryPropertiesList = (output, context) => {
2991
2991
  };
2992
2992
  const deserializeAws_json1_1ChannelDefinition = (output, context) => {
2993
2993
  return {
2994
- ChannelId: smithy_client_1.expectInt32(output.ChannelId),
2995
- ParticipantRole: smithy_client_1.expectString(output.ParticipantRole),
2994
+ ChannelId: (0, smithy_client_1.expectInt32)(output.ChannelId),
2995
+ ParticipantRole: (0, smithy_client_1.expectString)(output.ParticipantRole),
2996
2996
  };
2997
2997
  };
2998
2998
  const deserializeAws_json1_1ChannelDefinitions = (output, context) => {
@@ -3008,7 +3008,7 @@ const deserializeAws_json1_1ChannelDefinitions = (output, context) => {
3008
3008
  };
3009
3009
  const deserializeAws_json1_1ConflictException = (output, context) => {
3010
3010
  return {
3011
- Message: smithy_client_1.expectString(output.Message),
3011
+ Message: (0, smithy_client_1.expectString)(output.Message),
3012
3012
  };
3013
3013
  };
3014
3014
  const deserializeAws_json1_1ContentRedaction = (output, context) => {
@@ -3016,8 +3016,8 @@ const deserializeAws_json1_1ContentRedaction = (output, context) => {
3016
3016
  PiiEntityTypes: output.PiiEntityTypes !== undefined && output.PiiEntityTypes !== null
3017
3017
  ? deserializeAws_json1_1PiiEntityTypes(output.PiiEntityTypes, context)
3018
3018
  : undefined,
3019
- RedactionOutput: smithy_client_1.expectString(output.RedactionOutput),
3020
- RedactionType: smithy_client_1.expectString(output.RedactionType),
3019
+ RedactionOutput: (0, smithy_client_1.expectString)(output.RedactionOutput),
3020
+ RedactionType: (0, smithy_client_1.expectString)(output.RedactionType),
3021
3021
  };
3022
3022
  };
3023
3023
  const deserializeAws_json1_1CreateCallAnalyticsCategoryResponse = (output, context) => {
@@ -3029,44 +3029,44 @@ const deserializeAws_json1_1CreateCallAnalyticsCategoryResponse = (output, conte
3029
3029
  };
3030
3030
  const deserializeAws_json1_1CreateLanguageModelResponse = (output, context) => {
3031
3031
  return {
3032
- BaseModelName: smithy_client_1.expectString(output.BaseModelName),
3032
+ BaseModelName: (0, smithy_client_1.expectString)(output.BaseModelName),
3033
3033
  InputDataConfig: output.InputDataConfig !== undefined && output.InputDataConfig !== null
3034
3034
  ? deserializeAws_json1_1InputDataConfig(output.InputDataConfig, context)
3035
3035
  : undefined,
3036
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3037
- ModelName: smithy_client_1.expectString(output.ModelName),
3038
- ModelStatus: smithy_client_1.expectString(output.ModelStatus),
3036
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3037
+ ModelName: (0, smithy_client_1.expectString)(output.ModelName),
3038
+ ModelStatus: (0, smithy_client_1.expectString)(output.ModelStatus),
3039
3039
  };
3040
3040
  };
3041
3041
  const deserializeAws_json1_1CreateMedicalVocabularyResponse = (output, context) => {
3042
3042
  return {
3043
- FailureReason: smithy_client_1.expectString(output.FailureReason),
3044
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3043
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
3044
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3045
3045
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3046
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3046
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3047
3047
  : undefined,
3048
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3049
- VocabularyState: smithy_client_1.expectString(output.VocabularyState),
3048
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3049
+ VocabularyState: (0, smithy_client_1.expectString)(output.VocabularyState),
3050
3050
  };
3051
3051
  };
3052
3052
  const deserializeAws_json1_1CreateVocabularyFilterResponse = (output, context) => {
3053
3053
  return {
3054
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3054
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3055
3055
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3056
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3056
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3057
3057
  : undefined,
3058
- VocabularyFilterName: smithy_client_1.expectString(output.VocabularyFilterName),
3058
+ VocabularyFilterName: (0, smithy_client_1.expectString)(output.VocabularyFilterName),
3059
3059
  };
3060
3060
  };
3061
3061
  const deserializeAws_json1_1CreateVocabularyResponse = (output, context) => {
3062
3062
  return {
3063
- FailureReason: smithy_client_1.expectString(output.FailureReason),
3064
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3063
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
3064
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3065
3065
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3066
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3066
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3067
3067
  : undefined,
3068
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3069
- VocabularyState: smithy_client_1.expectString(output.VocabularyState),
3068
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3069
+ VocabularyState: (0, smithy_client_1.expectString)(output.VocabularyState),
3070
3070
  };
3071
3071
  };
3072
3072
  const deserializeAws_json1_1DeleteCallAnalyticsCategoryResponse = (output, context) => {
@@ -3105,14 +3105,14 @@ const deserializeAws_json1_1GetMedicalTranscriptionJobResponse = (output, contex
3105
3105
  };
3106
3106
  const deserializeAws_json1_1GetMedicalVocabularyResponse = (output, context) => {
3107
3107
  return {
3108
- DownloadUri: smithy_client_1.expectString(output.DownloadUri),
3109
- FailureReason: smithy_client_1.expectString(output.FailureReason),
3110
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3108
+ DownloadUri: (0, smithy_client_1.expectString)(output.DownloadUri),
3109
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
3110
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3111
3111
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3112
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3112
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3113
3113
  : undefined,
3114
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3115
- VocabularyState: smithy_client_1.expectString(output.VocabularyState),
3114
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3115
+ VocabularyState: (0, smithy_client_1.expectString)(output.VocabularyState),
3116
3116
  };
3117
3117
  };
3118
3118
  const deserializeAws_json1_1GetTranscriptionJobResponse = (output, context) => {
@@ -3124,36 +3124,36 @@ const deserializeAws_json1_1GetTranscriptionJobResponse = (output, context) => {
3124
3124
  };
3125
3125
  const deserializeAws_json1_1GetVocabularyFilterResponse = (output, context) => {
3126
3126
  return {
3127
- DownloadUri: smithy_client_1.expectString(output.DownloadUri),
3128
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3127
+ DownloadUri: (0, smithy_client_1.expectString)(output.DownloadUri),
3128
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3129
3129
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3130
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3130
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3131
3131
  : undefined,
3132
- VocabularyFilterName: smithy_client_1.expectString(output.VocabularyFilterName),
3132
+ VocabularyFilterName: (0, smithy_client_1.expectString)(output.VocabularyFilterName),
3133
3133
  };
3134
3134
  };
3135
3135
  const deserializeAws_json1_1GetVocabularyResponse = (output, context) => {
3136
3136
  return {
3137
- DownloadUri: smithy_client_1.expectString(output.DownloadUri),
3138
- FailureReason: smithy_client_1.expectString(output.FailureReason),
3139
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3137
+ DownloadUri: (0, smithy_client_1.expectString)(output.DownloadUri),
3138
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
3139
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3140
3140
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3141
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3141
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3142
3142
  : undefined,
3143
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3144
- VocabularyState: smithy_client_1.expectString(output.VocabularyState),
3143
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3144
+ VocabularyState: (0, smithy_client_1.expectString)(output.VocabularyState),
3145
3145
  };
3146
3146
  };
3147
3147
  const deserializeAws_json1_1InputDataConfig = (output, context) => {
3148
3148
  return {
3149
- DataAccessRoleArn: smithy_client_1.expectString(output.DataAccessRoleArn),
3150
- S3Uri: smithy_client_1.expectString(output.S3Uri),
3151
- TuningDataS3Uri: smithy_client_1.expectString(output.TuningDataS3Uri),
3149
+ DataAccessRoleArn: (0, smithy_client_1.expectString)(output.DataAccessRoleArn),
3150
+ S3Uri: (0, smithy_client_1.expectString)(output.S3Uri),
3151
+ TuningDataS3Uri: (0, smithy_client_1.expectString)(output.TuningDataS3Uri),
3152
3152
  };
3153
3153
  };
3154
3154
  const deserializeAws_json1_1InternalFailureException = (output, context) => {
3155
3155
  return {
3156
- Message: smithy_client_1.expectString(output.Message),
3156
+ Message: (0, smithy_client_1.expectString)(output.Message),
3157
3157
  };
3158
3158
  };
3159
3159
  const deserializeAws_json1_1InterruptionFilter = (output, context) => {
@@ -3161,25 +3161,25 @@ const deserializeAws_json1_1InterruptionFilter = (output, context) => {
3161
3161
  AbsoluteTimeRange: output.AbsoluteTimeRange !== undefined && output.AbsoluteTimeRange !== null
3162
3162
  ? deserializeAws_json1_1AbsoluteTimeRange(output.AbsoluteTimeRange, context)
3163
3163
  : undefined,
3164
- Negate: smithy_client_1.expectBoolean(output.Negate),
3165
- ParticipantRole: smithy_client_1.expectString(output.ParticipantRole),
3164
+ Negate: (0, smithy_client_1.expectBoolean)(output.Negate),
3165
+ ParticipantRole: (0, smithy_client_1.expectString)(output.ParticipantRole),
3166
3166
  RelativeTimeRange: output.RelativeTimeRange !== undefined && output.RelativeTimeRange !== null
3167
3167
  ? deserializeAws_json1_1RelativeTimeRange(output.RelativeTimeRange, context)
3168
3168
  : undefined,
3169
- Threshold: smithy_client_1.expectLong(output.Threshold),
3169
+ Threshold: (0, smithy_client_1.expectLong)(output.Threshold),
3170
3170
  };
3171
3171
  };
3172
3172
  const deserializeAws_json1_1JobExecutionSettings = (output, context) => {
3173
3173
  return {
3174
- AllowDeferredExecution: smithy_client_1.expectBoolean(output.AllowDeferredExecution),
3175
- DataAccessRoleArn: smithy_client_1.expectString(output.DataAccessRoleArn),
3174
+ AllowDeferredExecution: (0, smithy_client_1.expectBoolean)(output.AllowDeferredExecution),
3175
+ DataAccessRoleArn: (0, smithy_client_1.expectString)(output.DataAccessRoleArn),
3176
3176
  };
3177
3177
  };
3178
3178
  const deserializeAws_json1_1LanguageIdSettings = (output, context) => {
3179
3179
  return {
3180
- LanguageModelName: smithy_client_1.expectString(output.LanguageModelName),
3181
- VocabularyFilterName: smithy_client_1.expectString(output.VocabularyFilterName),
3182
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3180
+ LanguageModelName: (0, smithy_client_1.expectString)(output.LanguageModelName),
3181
+ VocabularyFilterName: (0, smithy_client_1.expectString)(output.VocabularyFilterName),
3182
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3183
3183
  };
3184
3184
  };
3185
3185
  const deserializeAws_json1_1LanguageIdSettingsMap = (output, context) => {
@@ -3195,21 +3195,21 @@ const deserializeAws_json1_1LanguageIdSettingsMap = (output, context) => {
3195
3195
  };
3196
3196
  const deserializeAws_json1_1LanguageModel = (output, context) => {
3197
3197
  return {
3198
- BaseModelName: smithy_client_1.expectString(output.BaseModelName),
3198
+ BaseModelName: (0, smithy_client_1.expectString)(output.BaseModelName),
3199
3199
  CreateTime: output.CreateTime !== undefined && output.CreateTime !== null
3200
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateTime)))
3200
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateTime)))
3201
3201
  : undefined,
3202
- FailureReason: smithy_client_1.expectString(output.FailureReason),
3202
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
3203
3203
  InputDataConfig: output.InputDataConfig !== undefined && output.InputDataConfig !== null
3204
3204
  ? deserializeAws_json1_1InputDataConfig(output.InputDataConfig, context)
3205
3205
  : undefined,
3206
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3206
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3207
3207
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3208
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3208
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3209
3209
  : undefined,
3210
- ModelName: smithy_client_1.expectString(output.ModelName),
3211
- ModelStatus: smithy_client_1.expectString(output.ModelStatus),
3212
- UpgradeAvailability: smithy_client_1.expectBoolean(output.UpgradeAvailability),
3210
+ ModelName: (0, smithy_client_1.expectString)(output.ModelName),
3211
+ ModelStatus: (0, smithy_client_1.expectString)(output.ModelStatus),
3212
+ UpgradeAvailability: (0, smithy_client_1.expectBoolean)(output.UpgradeAvailability),
3213
3213
  };
3214
3214
  };
3215
3215
  const deserializeAws_json1_1LanguageOptions = (output, context) => {
@@ -3219,13 +3219,13 @@ const deserializeAws_json1_1LanguageOptions = (output, context) => {
3219
3219
  if (entry === null) {
3220
3220
  return null;
3221
3221
  }
3222
- return smithy_client_1.expectString(entry);
3222
+ return (0, smithy_client_1.expectString)(entry);
3223
3223
  });
3224
3224
  return retVal;
3225
3225
  };
3226
3226
  const deserializeAws_json1_1LimitExceededException = (output, context) => {
3227
3227
  return {
3228
- Message: smithy_client_1.expectString(output.Message),
3228
+ Message: (0, smithy_client_1.expectString)(output.Message),
3229
3229
  };
3230
3230
  };
3231
3231
  const deserializeAws_json1_1ListCallAnalyticsCategoriesResponse = (output, context) => {
@@ -3233,7 +3233,7 @@ const deserializeAws_json1_1ListCallAnalyticsCategoriesResponse = (output, conte
3233
3233
  Categories: output.Categories !== undefined && output.Categories !== null
3234
3234
  ? deserializeAws_json1_1CategoryPropertiesList(output.Categories, context)
3235
3235
  : undefined,
3236
- NextToken: smithy_client_1.expectString(output.NextToken),
3236
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
3237
3237
  };
3238
3238
  };
3239
3239
  const deserializeAws_json1_1ListCallAnalyticsJobsResponse = (output, context) => {
@@ -3241,8 +3241,8 @@ const deserializeAws_json1_1ListCallAnalyticsJobsResponse = (output, context) =>
3241
3241
  CallAnalyticsJobSummaries: output.CallAnalyticsJobSummaries !== undefined && output.CallAnalyticsJobSummaries !== null
3242
3242
  ? deserializeAws_json1_1CallAnalyticsJobSummaries(output.CallAnalyticsJobSummaries, context)
3243
3243
  : undefined,
3244
- NextToken: smithy_client_1.expectString(output.NextToken),
3245
- Status: smithy_client_1.expectString(output.Status),
3244
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
3245
+ Status: (0, smithy_client_1.expectString)(output.Status),
3246
3246
  };
3247
3247
  };
3248
3248
  const deserializeAws_json1_1ListLanguageModelsResponse = (output, context) => {
@@ -3250,7 +3250,7 @@ const deserializeAws_json1_1ListLanguageModelsResponse = (output, context) => {
3250
3250
  Models: output.Models !== undefined && output.Models !== null
3251
3251
  ? deserializeAws_json1_1Models(output.Models, context)
3252
3252
  : undefined,
3253
- NextToken: smithy_client_1.expectString(output.NextToken),
3253
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
3254
3254
  };
3255
3255
  };
3256
3256
  const deserializeAws_json1_1ListMedicalTranscriptionJobsResponse = (output, context) => {
@@ -3258,14 +3258,14 @@ const deserializeAws_json1_1ListMedicalTranscriptionJobsResponse = (output, cont
3258
3258
  MedicalTranscriptionJobSummaries: output.MedicalTranscriptionJobSummaries !== undefined && output.MedicalTranscriptionJobSummaries !== null
3259
3259
  ? deserializeAws_json1_1MedicalTranscriptionJobSummaries(output.MedicalTranscriptionJobSummaries, context)
3260
3260
  : undefined,
3261
- NextToken: smithy_client_1.expectString(output.NextToken),
3262
- Status: smithy_client_1.expectString(output.Status),
3261
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
3262
+ Status: (0, smithy_client_1.expectString)(output.Status),
3263
3263
  };
3264
3264
  };
3265
3265
  const deserializeAws_json1_1ListMedicalVocabulariesResponse = (output, context) => {
3266
3266
  return {
3267
- NextToken: smithy_client_1.expectString(output.NextToken),
3268
- Status: smithy_client_1.expectString(output.Status),
3267
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
3268
+ Status: (0, smithy_client_1.expectString)(output.Status),
3269
3269
  Vocabularies: output.Vocabularies !== undefined && output.Vocabularies !== null
3270
3270
  ? deserializeAws_json1_1Vocabularies(output.Vocabularies, context)
3271
3271
  : undefined,
@@ -3273,7 +3273,7 @@ const deserializeAws_json1_1ListMedicalVocabulariesResponse = (output, context)
3273
3273
  };
3274
3274
  const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
3275
3275
  return {
3276
- ResourceArn: smithy_client_1.expectString(output.ResourceArn),
3276
+ ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
3277
3277
  Tags: output.Tags !== undefined && output.Tags !== null
3278
3278
  ? deserializeAws_json1_1TagList(output.Tags, context)
3279
3279
  : undefined,
@@ -3281,8 +3281,8 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
3281
3281
  };
3282
3282
  const deserializeAws_json1_1ListTranscriptionJobsResponse = (output, context) => {
3283
3283
  return {
3284
- NextToken: smithy_client_1.expectString(output.NextToken),
3285
- Status: smithy_client_1.expectString(output.Status),
3284
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
3285
+ Status: (0, smithy_client_1.expectString)(output.Status),
3286
3286
  TranscriptionJobSummaries: output.TranscriptionJobSummaries !== undefined && output.TranscriptionJobSummaries !== null
3287
3287
  ? deserializeAws_json1_1TranscriptionJobSummaries(output.TranscriptionJobSummaries, context)
3288
3288
  : undefined,
@@ -3290,8 +3290,8 @@ const deserializeAws_json1_1ListTranscriptionJobsResponse = (output, context) =>
3290
3290
  };
3291
3291
  const deserializeAws_json1_1ListVocabulariesResponse = (output, context) => {
3292
3292
  return {
3293
- NextToken: smithy_client_1.expectString(output.NextToken),
3294
- Status: smithy_client_1.expectString(output.Status),
3293
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
3294
+ Status: (0, smithy_client_1.expectString)(output.Status),
3295
3295
  Vocabularies: output.Vocabularies !== undefined && output.Vocabularies !== null
3296
3296
  ? deserializeAws_json1_1Vocabularies(output.Vocabularies, context)
3297
3297
  : undefined,
@@ -3299,7 +3299,7 @@ const deserializeAws_json1_1ListVocabulariesResponse = (output, context) => {
3299
3299
  };
3300
3300
  const deserializeAws_json1_1ListVocabularyFiltersResponse = (output, context) => {
3301
3301
  return {
3302
- NextToken: smithy_client_1.expectString(output.NextToken),
3302
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
3303
3303
  VocabularyFilters: output.VocabularyFilters !== undefined && output.VocabularyFilters !== null
3304
3304
  ? deserializeAws_json1_1VocabularyFilters(output.VocabularyFilters, context)
3305
3305
  : undefined,
@@ -3307,38 +3307,38 @@ const deserializeAws_json1_1ListVocabularyFiltersResponse = (output, context) =>
3307
3307
  };
3308
3308
  const deserializeAws_json1_1Media = (output, context) => {
3309
3309
  return {
3310
- MediaFileUri: smithy_client_1.expectString(output.MediaFileUri),
3311
- RedactedMediaFileUri: smithy_client_1.expectString(output.RedactedMediaFileUri),
3310
+ MediaFileUri: (0, smithy_client_1.expectString)(output.MediaFileUri),
3311
+ RedactedMediaFileUri: (0, smithy_client_1.expectString)(output.RedactedMediaFileUri),
3312
3312
  };
3313
3313
  };
3314
3314
  const deserializeAws_json1_1MedicalTranscript = (output, context) => {
3315
3315
  return {
3316
- TranscriptFileUri: smithy_client_1.expectString(output.TranscriptFileUri),
3316
+ TranscriptFileUri: (0, smithy_client_1.expectString)(output.TranscriptFileUri),
3317
3317
  };
3318
3318
  };
3319
3319
  const deserializeAws_json1_1MedicalTranscriptionJob = (output, context) => {
3320
3320
  return {
3321
3321
  CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
3322
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
3322
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletionTime)))
3323
3323
  : undefined,
3324
- ContentIdentificationType: smithy_client_1.expectString(output.ContentIdentificationType),
3324
+ ContentIdentificationType: (0, smithy_client_1.expectString)(output.ContentIdentificationType),
3325
3325
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
3326
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
3326
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
3327
3327
  : undefined,
3328
- FailureReason: smithy_client_1.expectString(output.FailureReason),
3329
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3328
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
3329
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3330
3330
  Media: output.Media !== undefined && output.Media !== null
3331
3331
  ? deserializeAws_json1_1Media(output.Media, context)
3332
3332
  : undefined,
3333
- MediaFormat: smithy_client_1.expectString(output.MediaFormat),
3334
- MediaSampleRateHertz: smithy_client_1.expectInt32(output.MediaSampleRateHertz),
3335
- MedicalTranscriptionJobName: smithy_client_1.expectString(output.MedicalTranscriptionJobName),
3333
+ MediaFormat: (0, smithy_client_1.expectString)(output.MediaFormat),
3334
+ MediaSampleRateHertz: (0, smithy_client_1.expectInt32)(output.MediaSampleRateHertz),
3335
+ MedicalTranscriptionJobName: (0, smithy_client_1.expectString)(output.MedicalTranscriptionJobName),
3336
3336
  Settings: output.Settings !== undefined && output.Settings !== null
3337
3337
  ? deserializeAws_json1_1MedicalTranscriptionSetting(output.Settings, context)
3338
3338
  : undefined,
3339
- Specialty: smithy_client_1.expectString(output.Specialty),
3339
+ Specialty: (0, smithy_client_1.expectString)(output.Specialty),
3340
3340
  StartTime: output.StartTime !== undefined && output.StartTime !== null
3341
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
3341
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
3342
3342
  : undefined,
3343
3343
  Tags: output.Tags !== undefined && output.Tags !== null
3344
3344
  ? deserializeAws_json1_1TagList(output.Tags, context)
@@ -3346,8 +3346,8 @@ const deserializeAws_json1_1MedicalTranscriptionJob = (output, context) => {
3346
3346
  Transcript: output.Transcript !== undefined && output.Transcript !== null
3347
3347
  ? deserializeAws_json1_1MedicalTranscript(output.Transcript, context)
3348
3348
  : undefined,
3349
- TranscriptionJobStatus: smithy_client_1.expectString(output.TranscriptionJobStatus),
3350
- Type: smithy_client_1.expectString(output.Type),
3349
+ TranscriptionJobStatus: (0, smithy_client_1.expectString)(output.TranscriptionJobStatus),
3350
+ Type: (0, smithy_client_1.expectString)(output.Type),
3351
3351
  };
3352
3352
  };
3353
3353
  const deserializeAws_json1_1MedicalTranscriptionJobSummaries = (output, context) => {
@@ -3364,32 +3364,32 @@ const deserializeAws_json1_1MedicalTranscriptionJobSummaries = (output, context)
3364
3364
  const deserializeAws_json1_1MedicalTranscriptionJobSummary = (output, context) => {
3365
3365
  return {
3366
3366
  CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
3367
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
3367
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletionTime)))
3368
3368
  : undefined,
3369
- ContentIdentificationType: smithy_client_1.expectString(output.ContentIdentificationType),
3369
+ ContentIdentificationType: (0, smithy_client_1.expectString)(output.ContentIdentificationType),
3370
3370
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
3371
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
3371
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
3372
3372
  : undefined,
3373
- FailureReason: smithy_client_1.expectString(output.FailureReason),
3374
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3375
- MedicalTranscriptionJobName: smithy_client_1.expectString(output.MedicalTranscriptionJobName),
3376
- OutputLocationType: smithy_client_1.expectString(output.OutputLocationType),
3377
- Specialty: smithy_client_1.expectString(output.Specialty),
3373
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
3374
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3375
+ MedicalTranscriptionJobName: (0, smithy_client_1.expectString)(output.MedicalTranscriptionJobName),
3376
+ OutputLocationType: (0, smithy_client_1.expectString)(output.OutputLocationType),
3377
+ Specialty: (0, smithy_client_1.expectString)(output.Specialty),
3378
3378
  StartTime: output.StartTime !== undefined && output.StartTime !== null
3379
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
3379
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
3380
3380
  : undefined,
3381
- TranscriptionJobStatus: smithy_client_1.expectString(output.TranscriptionJobStatus),
3382
- Type: smithy_client_1.expectString(output.Type),
3381
+ TranscriptionJobStatus: (0, smithy_client_1.expectString)(output.TranscriptionJobStatus),
3382
+ Type: (0, smithy_client_1.expectString)(output.Type),
3383
3383
  };
3384
3384
  };
3385
3385
  const deserializeAws_json1_1MedicalTranscriptionSetting = (output, context) => {
3386
3386
  return {
3387
- ChannelIdentification: smithy_client_1.expectBoolean(output.ChannelIdentification),
3388
- MaxAlternatives: smithy_client_1.expectInt32(output.MaxAlternatives),
3389
- MaxSpeakerLabels: smithy_client_1.expectInt32(output.MaxSpeakerLabels),
3390
- ShowAlternatives: smithy_client_1.expectBoolean(output.ShowAlternatives),
3391
- ShowSpeakerLabels: smithy_client_1.expectBoolean(output.ShowSpeakerLabels),
3392
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3387
+ ChannelIdentification: (0, smithy_client_1.expectBoolean)(output.ChannelIdentification),
3388
+ MaxAlternatives: (0, smithy_client_1.expectInt32)(output.MaxAlternatives),
3389
+ MaxSpeakerLabels: (0, smithy_client_1.expectInt32)(output.MaxSpeakerLabels),
3390
+ ShowAlternatives: (0, smithy_client_1.expectBoolean)(output.ShowAlternatives),
3391
+ ShowSpeakerLabels: (0, smithy_client_1.expectBoolean)(output.ShowSpeakerLabels),
3392
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3393
3393
  };
3394
3394
  };
3395
3395
  const deserializeAws_json1_1Models = (output, context) => {
@@ -3405,7 +3405,7 @@ const deserializeAws_json1_1Models = (output, context) => {
3405
3405
  };
3406
3406
  const deserializeAws_json1_1ModelSettings = (output, context) => {
3407
3407
  return {
3408
- LanguageModelName: smithy_client_1.expectString(output.LanguageModelName),
3408
+ LanguageModelName: (0, smithy_client_1.expectString)(output.LanguageModelName),
3409
3409
  };
3410
3410
  };
3411
3411
  const deserializeAws_json1_1NonTalkTimeFilter = (output, context) => {
@@ -3413,16 +3413,16 @@ const deserializeAws_json1_1NonTalkTimeFilter = (output, context) => {
3413
3413
  AbsoluteTimeRange: output.AbsoluteTimeRange !== undefined && output.AbsoluteTimeRange !== null
3414
3414
  ? deserializeAws_json1_1AbsoluteTimeRange(output.AbsoluteTimeRange, context)
3415
3415
  : undefined,
3416
- Negate: smithy_client_1.expectBoolean(output.Negate),
3416
+ Negate: (0, smithy_client_1.expectBoolean)(output.Negate),
3417
3417
  RelativeTimeRange: output.RelativeTimeRange !== undefined && output.RelativeTimeRange !== null
3418
3418
  ? deserializeAws_json1_1RelativeTimeRange(output.RelativeTimeRange, context)
3419
3419
  : undefined,
3420
- Threshold: smithy_client_1.expectLong(output.Threshold),
3420
+ Threshold: (0, smithy_client_1.expectLong)(output.Threshold),
3421
3421
  };
3422
3422
  };
3423
3423
  const deserializeAws_json1_1NotFoundException = (output, context) => {
3424
3424
  return {
3425
- Message: smithy_client_1.expectString(output.Message),
3425
+ Message: (0, smithy_client_1.expectString)(output.Message),
3426
3426
  };
3427
3427
  };
3428
3428
  const deserializeAws_json1_1PiiEntityTypes = (output, context) => {
@@ -3432,16 +3432,16 @@ const deserializeAws_json1_1PiiEntityTypes = (output, context) => {
3432
3432
  if (entry === null) {
3433
3433
  return null;
3434
3434
  }
3435
- return smithy_client_1.expectString(entry);
3435
+ return (0, smithy_client_1.expectString)(entry);
3436
3436
  });
3437
3437
  return retVal;
3438
3438
  };
3439
3439
  const deserializeAws_json1_1RelativeTimeRange = (output, context) => {
3440
3440
  return {
3441
- EndPercentage: smithy_client_1.expectInt32(output.EndPercentage),
3442
- First: smithy_client_1.expectInt32(output.First),
3443
- Last: smithy_client_1.expectInt32(output.Last),
3444
- StartPercentage: smithy_client_1.expectInt32(output.StartPercentage),
3441
+ EndPercentage: (0, smithy_client_1.expectInt32)(output.EndPercentage),
3442
+ First: (0, smithy_client_1.expectInt32)(output.First),
3443
+ Last: (0, smithy_client_1.expectInt32)(output.Last),
3444
+ StartPercentage: (0, smithy_client_1.expectInt32)(output.StartPercentage),
3445
3445
  };
3446
3446
  };
3447
3447
  const deserializeAws_json1_1Rule = (output, context) => {
@@ -3474,7 +3474,7 @@ const deserializeAws_json1_1RuleList = (output, context) => {
3474
3474
  if (entry === null) {
3475
3475
  return null;
3476
3476
  }
3477
- return deserializeAws_json1_1Rule(smithy_client_1.expectUnion(entry), context);
3477
+ return deserializeAws_json1_1Rule((0, smithy_client_1.expectUnion)(entry), context);
3478
3478
  });
3479
3479
  return retVal;
3480
3480
  };
@@ -3483,8 +3483,8 @@ const deserializeAws_json1_1SentimentFilter = (output, context) => {
3483
3483
  AbsoluteTimeRange: output.AbsoluteTimeRange !== undefined && output.AbsoluteTimeRange !== null
3484
3484
  ? deserializeAws_json1_1AbsoluteTimeRange(output.AbsoluteTimeRange, context)
3485
3485
  : undefined,
3486
- Negate: smithy_client_1.expectBoolean(output.Negate),
3487
- ParticipantRole: smithy_client_1.expectString(output.ParticipantRole),
3486
+ Negate: (0, smithy_client_1.expectBoolean)(output.Negate),
3487
+ ParticipantRole: (0, smithy_client_1.expectString)(output.ParticipantRole),
3488
3488
  RelativeTimeRange: output.RelativeTimeRange !== undefined && output.RelativeTimeRange !== null
3489
3489
  ? deserializeAws_json1_1RelativeTimeRange(output.RelativeTimeRange, context)
3490
3490
  : undefined,
@@ -3500,20 +3500,20 @@ const deserializeAws_json1_1SentimentValueList = (output, context) => {
3500
3500
  if (entry === null) {
3501
3501
  return null;
3502
3502
  }
3503
- return smithy_client_1.expectString(entry);
3503
+ return (0, smithy_client_1.expectString)(entry);
3504
3504
  });
3505
3505
  return retVal;
3506
3506
  };
3507
3507
  const deserializeAws_json1_1Settings = (output, context) => {
3508
3508
  return {
3509
- ChannelIdentification: smithy_client_1.expectBoolean(output.ChannelIdentification),
3510
- MaxAlternatives: smithy_client_1.expectInt32(output.MaxAlternatives),
3511
- MaxSpeakerLabels: smithy_client_1.expectInt32(output.MaxSpeakerLabels),
3512
- ShowAlternatives: smithy_client_1.expectBoolean(output.ShowAlternatives),
3513
- ShowSpeakerLabels: smithy_client_1.expectBoolean(output.ShowSpeakerLabels),
3514
- VocabularyFilterMethod: smithy_client_1.expectString(output.VocabularyFilterMethod),
3515
- VocabularyFilterName: smithy_client_1.expectString(output.VocabularyFilterName),
3516
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3509
+ ChannelIdentification: (0, smithy_client_1.expectBoolean)(output.ChannelIdentification),
3510
+ MaxAlternatives: (0, smithy_client_1.expectInt32)(output.MaxAlternatives),
3511
+ MaxSpeakerLabels: (0, smithy_client_1.expectInt32)(output.MaxSpeakerLabels),
3512
+ ShowAlternatives: (0, smithy_client_1.expectBoolean)(output.ShowAlternatives),
3513
+ ShowSpeakerLabels: (0, smithy_client_1.expectBoolean)(output.ShowSpeakerLabels),
3514
+ VocabularyFilterMethod: (0, smithy_client_1.expectString)(output.VocabularyFilterMethod),
3515
+ VocabularyFilterName: (0, smithy_client_1.expectString)(output.VocabularyFilterName),
3516
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3517
3517
  };
3518
3518
  };
3519
3519
  const deserializeAws_json1_1StartCallAnalyticsJobResponse = (output, context) => {
@@ -3544,7 +3544,7 @@ const deserializeAws_json1_1StringTargetList = (output, context) => {
3544
3544
  if (entry === null) {
3545
3545
  return null;
3546
3546
  }
3547
- return smithy_client_1.expectString(entry);
3547
+ return (0, smithy_client_1.expectString)(entry);
3548
3548
  });
3549
3549
  return retVal;
3550
3550
  };
@@ -3555,7 +3555,7 @@ const deserializeAws_json1_1SubtitleFileUris = (output, context) => {
3555
3555
  if (entry === null) {
3556
3556
  return null;
3557
3557
  }
3558
- return smithy_client_1.expectString(entry);
3558
+ return (0, smithy_client_1.expectString)(entry);
3559
3559
  });
3560
3560
  return retVal;
3561
3561
  };
@@ -3566,7 +3566,7 @@ const deserializeAws_json1_1SubtitleFormats = (output, context) => {
3566
3566
  if (entry === null) {
3567
3567
  return null;
3568
3568
  }
3569
- return smithy_client_1.expectString(entry);
3569
+ return (0, smithy_client_1.expectString)(entry);
3570
3570
  });
3571
3571
  return retVal;
3572
3572
  };
@@ -3582,8 +3582,8 @@ const deserializeAws_json1_1SubtitlesOutput = (output, context) => {
3582
3582
  };
3583
3583
  const deserializeAws_json1_1Tag = (output, context) => {
3584
3584
  return {
3585
- Key: smithy_client_1.expectString(output.Key),
3586
- Value: smithy_client_1.expectString(output.Value),
3585
+ Key: (0, smithy_client_1.expectString)(output.Key),
3586
+ Value: (0, smithy_client_1.expectString)(output.Value),
3587
3587
  };
3588
3588
  };
3589
3589
  const deserializeAws_json1_1TagList = (output, context) => {
@@ -3602,8 +3602,8 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
3602
3602
  };
3603
3603
  const deserializeAws_json1_1Transcript = (output, context) => {
3604
3604
  return {
3605
- RedactedTranscriptFileUri: smithy_client_1.expectString(output.RedactedTranscriptFileUri),
3606
- TranscriptFileUri: smithy_client_1.expectString(output.TranscriptFileUri),
3605
+ RedactedTranscriptFileUri: (0, smithy_client_1.expectString)(output.RedactedTranscriptFileUri),
3606
+ TranscriptFileUri: (0, smithy_client_1.expectString)(output.TranscriptFileUri),
3607
3607
  };
3608
3608
  };
3609
3609
  const deserializeAws_json1_1TranscriptFilter = (output, context) => {
@@ -3611,35 +3611,35 @@ const deserializeAws_json1_1TranscriptFilter = (output, context) => {
3611
3611
  AbsoluteTimeRange: output.AbsoluteTimeRange !== undefined && output.AbsoluteTimeRange !== null
3612
3612
  ? deserializeAws_json1_1AbsoluteTimeRange(output.AbsoluteTimeRange, context)
3613
3613
  : undefined,
3614
- Negate: smithy_client_1.expectBoolean(output.Negate),
3615
- ParticipantRole: smithy_client_1.expectString(output.ParticipantRole),
3614
+ Negate: (0, smithy_client_1.expectBoolean)(output.Negate),
3615
+ ParticipantRole: (0, smithy_client_1.expectString)(output.ParticipantRole),
3616
3616
  RelativeTimeRange: output.RelativeTimeRange !== undefined && output.RelativeTimeRange !== null
3617
3617
  ? deserializeAws_json1_1RelativeTimeRange(output.RelativeTimeRange, context)
3618
3618
  : undefined,
3619
3619
  Targets: output.Targets !== undefined && output.Targets !== null
3620
3620
  ? deserializeAws_json1_1StringTargetList(output.Targets, context)
3621
3621
  : undefined,
3622
- TranscriptFilterType: smithy_client_1.expectString(output.TranscriptFilterType),
3622
+ TranscriptFilterType: (0, smithy_client_1.expectString)(output.TranscriptFilterType),
3623
3623
  };
3624
3624
  };
3625
3625
  const deserializeAws_json1_1TranscriptionJob = (output, context) => {
3626
3626
  return {
3627
3627
  CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
3628
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
3628
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletionTime)))
3629
3629
  : undefined,
3630
3630
  ContentRedaction: output.ContentRedaction !== undefined && output.ContentRedaction !== null
3631
3631
  ? deserializeAws_json1_1ContentRedaction(output.ContentRedaction, context)
3632
3632
  : undefined,
3633
3633
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
3634
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
3634
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
3635
3635
  : undefined,
3636
- FailureReason: smithy_client_1.expectString(output.FailureReason),
3637
- IdentifiedLanguageScore: smithy_client_1.limitedParseFloat32(output.IdentifiedLanguageScore),
3638
- IdentifyLanguage: smithy_client_1.expectBoolean(output.IdentifyLanguage),
3636
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
3637
+ IdentifiedLanguageScore: (0, smithy_client_1.limitedParseFloat32)(output.IdentifiedLanguageScore),
3638
+ IdentifyLanguage: (0, smithy_client_1.expectBoolean)(output.IdentifyLanguage),
3639
3639
  JobExecutionSettings: output.JobExecutionSettings !== undefined && output.JobExecutionSettings !== null
3640
3640
  ? deserializeAws_json1_1JobExecutionSettings(output.JobExecutionSettings, context)
3641
3641
  : undefined,
3642
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3642
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3643
3643
  LanguageIdSettings: output.LanguageIdSettings !== undefined && output.LanguageIdSettings !== null
3644
3644
  ? deserializeAws_json1_1LanguageIdSettingsMap(output.LanguageIdSettings, context)
3645
3645
  : undefined,
@@ -3649,8 +3649,8 @@ const deserializeAws_json1_1TranscriptionJob = (output, context) => {
3649
3649
  Media: output.Media !== undefined && output.Media !== null
3650
3650
  ? deserializeAws_json1_1Media(output.Media, context)
3651
3651
  : undefined,
3652
- MediaFormat: smithy_client_1.expectString(output.MediaFormat),
3653
- MediaSampleRateHertz: smithy_client_1.expectInt32(output.MediaSampleRateHertz),
3652
+ MediaFormat: (0, smithy_client_1.expectString)(output.MediaFormat),
3653
+ MediaSampleRateHertz: (0, smithy_client_1.expectInt32)(output.MediaSampleRateHertz),
3654
3654
  ModelSettings: output.ModelSettings !== undefined && output.ModelSettings !== null
3655
3655
  ? deserializeAws_json1_1ModelSettings(output.ModelSettings, context)
3656
3656
  : undefined,
@@ -3658,7 +3658,7 @@ const deserializeAws_json1_1TranscriptionJob = (output, context) => {
3658
3658
  ? deserializeAws_json1_1Settings(output.Settings, context)
3659
3659
  : undefined,
3660
3660
  StartTime: output.StartTime !== undefined && output.StartTime !== null
3661
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
3661
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
3662
3662
  : undefined,
3663
3663
  Subtitles: output.Subtitles !== undefined && output.Subtitles !== null
3664
3664
  ? deserializeAws_json1_1SubtitlesOutput(output.Subtitles, context)
@@ -3669,8 +3669,8 @@ const deserializeAws_json1_1TranscriptionJob = (output, context) => {
3669
3669
  Transcript: output.Transcript !== undefined && output.Transcript !== null
3670
3670
  ? deserializeAws_json1_1Transcript(output.Transcript, context)
3671
3671
  : undefined,
3672
- TranscriptionJobName: smithy_client_1.expectString(output.TranscriptionJobName),
3673
- TranscriptionJobStatus: smithy_client_1.expectString(output.TranscriptionJobStatus),
3672
+ TranscriptionJobName: (0, smithy_client_1.expectString)(output.TranscriptionJobName),
3673
+ TranscriptionJobStatus: (0, smithy_client_1.expectString)(output.TranscriptionJobStatus),
3674
3674
  };
3675
3675
  };
3676
3676
  const deserializeAws_json1_1TranscriptionJobSummaries = (output, context) => {
@@ -3687,27 +3687,27 @@ const deserializeAws_json1_1TranscriptionJobSummaries = (output, context) => {
3687
3687
  const deserializeAws_json1_1TranscriptionJobSummary = (output, context) => {
3688
3688
  return {
3689
3689
  CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
3690
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
3690
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletionTime)))
3691
3691
  : undefined,
3692
3692
  ContentRedaction: output.ContentRedaction !== undefined && output.ContentRedaction !== null
3693
3693
  ? deserializeAws_json1_1ContentRedaction(output.ContentRedaction, context)
3694
3694
  : undefined,
3695
3695
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
3696
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
3696
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
3697
3697
  : undefined,
3698
- FailureReason: smithy_client_1.expectString(output.FailureReason),
3699
- IdentifiedLanguageScore: smithy_client_1.limitedParseFloat32(output.IdentifiedLanguageScore),
3700
- IdentifyLanguage: smithy_client_1.expectBoolean(output.IdentifyLanguage),
3701
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3698
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
3699
+ IdentifiedLanguageScore: (0, smithy_client_1.limitedParseFloat32)(output.IdentifiedLanguageScore),
3700
+ IdentifyLanguage: (0, smithy_client_1.expectBoolean)(output.IdentifyLanguage),
3701
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3702
3702
  ModelSettings: output.ModelSettings !== undefined && output.ModelSettings !== null
3703
3703
  ? deserializeAws_json1_1ModelSettings(output.ModelSettings, context)
3704
3704
  : undefined,
3705
- OutputLocationType: smithy_client_1.expectString(output.OutputLocationType),
3705
+ OutputLocationType: (0, smithy_client_1.expectString)(output.OutputLocationType),
3706
3706
  StartTime: output.StartTime !== undefined && output.StartTime !== null
3707
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
3707
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
3708
3708
  : undefined,
3709
- TranscriptionJobName: smithy_client_1.expectString(output.TranscriptionJobName),
3710
- TranscriptionJobStatus: smithy_client_1.expectString(output.TranscriptionJobStatus),
3709
+ TranscriptionJobName: (0, smithy_client_1.expectString)(output.TranscriptionJobName),
3710
+ TranscriptionJobStatus: (0, smithy_client_1.expectString)(output.TranscriptionJobStatus),
3711
3711
  };
3712
3712
  };
3713
3713
  const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
@@ -3722,31 +3722,31 @@ const deserializeAws_json1_1UpdateCallAnalyticsCategoryResponse = (output, conte
3722
3722
  };
3723
3723
  const deserializeAws_json1_1UpdateMedicalVocabularyResponse = (output, context) => {
3724
3724
  return {
3725
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3725
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3726
3726
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3727
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3727
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3728
3728
  : undefined,
3729
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3730
- VocabularyState: smithy_client_1.expectString(output.VocabularyState),
3729
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3730
+ VocabularyState: (0, smithy_client_1.expectString)(output.VocabularyState),
3731
3731
  };
3732
3732
  };
3733
3733
  const deserializeAws_json1_1UpdateVocabularyFilterResponse = (output, context) => {
3734
3734
  return {
3735
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3735
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3736
3736
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3737
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3737
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3738
3738
  : undefined,
3739
- VocabularyFilterName: smithy_client_1.expectString(output.VocabularyFilterName),
3739
+ VocabularyFilterName: (0, smithy_client_1.expectString)(output.VocabularyFilterName),
3740
3740
  };
3741
3741
  };
3742
3742
  const deserializeAws_json1_1UpdateVocabularyResponse = (output, context) => {
3743
3743
  return {
3744
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3744
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3745
3745
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3746
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3746
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3747
3747
  : undefined,
3748
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3749
- VocabularyState: smithy_client_1.expectString(output.VocabularyState),
3748
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3749
+ VocabularyState: (0, smithy_client_1.expectString)(output.VocabularyState),
3750
3750
  };
3751
3751
  };
3752
3752
  const deserializeAws_json1_1Vocabularies = (output, context) => {
@@ -3762,11 +3762,11 @@ const deserializeAws_json1_1Vocabularies = (output, context) => {
3762
3762
  };
3763
3763
  const deserializeAws_json1_1VocabularyFilterInfo = (output, context) => {
3764
3764
  return {
3765
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3765
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3766
3766
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3767
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3767
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3768
3768
  : undefined,
3769
- VocabularyFilterName: smithy_client_1.expectString(output.VocabularyFilterName),
3769
+ VocabularyFilterName: (0, smithy_client_1.expectString)(output.VocabularyFilterName),
3770
3770
  };
3771
3771
  };
3772
3772
  const deserializeAws_json1_1VocabularyFilters = (output, context) => {
@@ -3782,12 +3782,12 @@ const deserializeAws_json1_1VocabularyFilters = (output, context) => {
3782
3782
  };
3783
3783
  const deserializeAws_json1_1VocabularyInfo = (output, context) => {
3784
3784
  return {
3785
- LanguageCode: smithy_client_1.expectString(output.LanguageCode),
3785
+ LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
3786
3786
  LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
3787
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
3787
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
3788
3788
  : undefined,
3789
- VocabularyName: smithy_client_1.expectString(output.VocabularyName),
3790
- VocabularyState: smithy_client_1.expectString(output.VocabularyState),
3789
+ VocabularyName: (0, smithy_client_1.expectString)(output.VocabularyName),
3790
+ VocabularyState: (0, smithy_client_1.expectString)(output.VocabularyState),
3791
3791
  };
3792
3792
  };
3793
3793
  const deserializeMetadata = (output) => {