@aws-sdk/client-codecommit 3.54.1 → 3.58.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 (101) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/CodeCommitClient.js +13 -13
  3. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +3 -3
  4. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -3
  5. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +3 -3
  6. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -3
  7. package/dist-cjs/commands/BatchGetCommitsCommand.js +3 -3
  8. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +3 -3
  9. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +3 -3
  10. package/dist-cjs/commands/CreateBranchCommand.js +3 -3
  11. package/dist-cjs/commands/CreateCommitCommand.js +3 -3
  12. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +3 -3
  13. package/dist-cjs/commands/CreatePullRequestCommand.js +3 -3
  14. package/dist-cjs/commands/CreateRepositoryCommand.js +3 -3
  15. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteBranchCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteCommentContentCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteFileCommand.js +3 -3
  20. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteRepositoryCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +3 -3
  24. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +3 -3
  25. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -3
  26. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +3 -3
  27. package/dist-cjs/commands/GetBlobCommand.js +3 -3
  28. package/dist-cjs/commands/GetBranchCommand.js +3 -3
  29. package/dist-cjs/commands/GetCommentCommand.js +3 -3
  30. package/dist-cjs/commands/GetCommentReactionsCommand.js +3 -3
  31. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +3 -3
  32. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +3 -3
  33. package/dist-cjs/commands/GetCommitCommand.js +3 -3
  34. package/dist-cjs/commands/GetDifferencesCommand.js +3 -3
  35. package/dist-cjs/commands/GetFileCommand.js +3 -3
  36. package/dist-cjs/commands/GetFolderCommand.js +3 -3
  37. package/dist-cjs/commands/GetMergeCommitCommand.js +3 -3
  38. package/dist-cjs/commands/GetMergeConflictsCommand.js +3 -3
  39. package/dist-cjs/commands/GetMergeOptionsCommand.js +3 -3
  40. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +3 -3
  41. package/dist-cjs/commands/GetPullRequestCommand.js +3 -3
  42. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +3 -3
  43. package/dist-cjs/commands/GetRepositoryCommand.js +3 -3
  44. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +3 -3
  45. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +3 -3
  46. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -3
  47. package/dist-cjs/commands/ListBranchesCommand.js +3 -3
  48. package/dist-cjs/commands/ListPullRequestsCommand.js +3 -3
  49. package/dist-cjs/commands/ListRepositoriesCommand.js +3 -3
  50. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -3
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +3 -3
  53. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +3 -3
  54. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +3 -3
  55. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +3 -3
  56. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +3 -3
  57. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +3 -3
  58. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +3 -3
  59. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +3 -3
  60. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +3 -3
  61. package/dist-cjs/commands/PostCommentReplyCommand.js +3 -3
  62. package/dist-cjs/commands/PutCommentReactionCommand.js +3 -3
  63. package/dist-cjs/commands/PutFileCommand.js +3 -3
  64. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +3 -3
  65. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  66. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +3 -3
  67. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -3
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -3
  70. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -3
  71. package/dist-cjs/commands/UpdateCommentCommand.js +3 -3
  72. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +3 -3
  73. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -3
  74. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +3 -3
  75. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +3 -3
  76. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +3 -3
  77. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +3 -3
  78. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +3 -3
  79. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +3 -3
  80. package/dist-cjs/endpoints.js +1 -1
  81. package/dist-cjs/protocols/Aws_json1_1.js +711 -711
  82. package/dist-cjs/runtimeConfig.browser.js +4 -4
  83. package/dist-cjs/runtimeConfig.js +9 -9
  84. package/dist-cjs/runtimeConfig.native.js +1 -1
  85. package/dist-es/CodeCommit.js +77 -77
  86. package/dist-es/pagination/DescribeMergeConflictsPaginator.js +4 -4
  87. package/dist-es/pagination/DescribePullRequestEventsPaginator.js +4 -4
  88. package/dist-es/pagination/GetCommentReactionsPaginator.js +4 -4
  89. package/dist-es/pagination/GetCommentsForComparedCommitPaginator.js +4 -4
  90. package/dist-es/pagination/GetCommentsForPullRequestPaginator.js +4 -4
  91. package/dist-es/pagination/GetDifferencesPaginator.js +4 -4
  92. package/dist-es/pagination/GetMergeConflictsPaginator.js +4 -4
  93. package/dist-es/pagination/ListApprovalRuleTemplatesPaginator.js +4 -4
  94. package/dist-es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +4 -4
  95. package/dist-es/pagination/ListBranchesPaginator.js +4 -4
  96. package/dist-es/pagination/ListPullRequestsPaginator.js +4 -4
  97. package/dist-es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +4 -4
  98. package/dist-es/pagination/ListRepositoriesPaginator.js +4 -4
  99. package/dist-types/runtimeConfig.native.d.ts +2 -2
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  101. package/package.json +34 -34
@@ -843,7 +843,7 @@ const deserializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommandEr
843
843
  $fault: "client",
844
844
  $metadata: deserializeMetadata(output),
845
845
  });
846
- throw smithy_client_1.decorateServiceException(response, parsedBody);
846
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
847
847
  }
848
848
  };
849
849
  const deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand = async (output, context) => {
@@ -906,7 +906,7 @@ const deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCo
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_1BatchDescribeMergeConflictsCommand = async (output, context) => {
@@ -1002,7 +1002,7 @@ const deserializeAws_json1_1BatchDescribeMergeConflictsCommandError = async (out
1002
1002
  $fault: "client",
1003
1003
  $metadata: deserializeMetadata(output),
1004
1004
  });
1005
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1005
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1006
1006
  }
1007
1007
  };
1008
1008
  const deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand = async (output, context) => {
@@ -1065,7 +1065,7 @@ const deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositorie
1065
1065
  $fault: "client",
1066
1066
  $metadata: deserializeMetadata(output),
1067
1067
  });
1068
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1068
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1069
1069
  }
1070
1070
  };
1071
1071
  const deserializeAws_json1_1BatchGetCommitsCommand = async (output, context) => {
@@ -1128,7 +1128,7 @@ const deserializeAws_json1_1BatchGetCommitsCommandError = async (output, context
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_1BatchGetRepositoriesCommand = async (output, context) => {
@@ -1185,7 +1185,7 @@ const deserializeAws_json1_1BatchGetRepositoriesCommandError = async (output, co
1185
1185
  $fault: "client",
1186
1186
  $metadata: deserializeMetadata(output),
1187
1187
  });
1188
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1188
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1189
1189
  }
1190
1190
  };
1191
1191
  const deserializeAws_json1_1CreateApprovalRuleTemplateCommand = async (output, context) => {
@@ -1239,7 +1239,7 @@ const deserializeAws_json1_1CreateApprovalRuleTemplateCommandError = async (outp
1239
1239
  $fault: "client",
1240
1240
  $metadata: deserializeMetadata(output),
1241
1241
  });
1242
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1242
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1243
1243
  }
1244
1244
  };
1245
1245
  const deserializeAws_json1_1CreateBranchCommand = async (output, context) => {
@@ -1311,7 +1311,7 @@ const deserializeAws_json1_1CreateBranchCommandError = async (output, context) =
1311
1311
  $fault: "client",
1312
1312
  $metadata: deserializeMetadata(output),
1313
1313
  });
1314
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1314
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1315
1315
  }
1316
1316
  };
1317
1317
  const deserializeAws_json1_1CreateCommitCommand = async (output, context) => {
@@ -1458,7 +1458,7 @@ const deserializeAws_json1_1CreateCommitCommandError = async (output, context) =
1458
1458
  $fault: "client",
1459
1459
  $metadata: deserializeMetadata(output),
1460
1460
  });
1461
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1461
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1462
1462
  }
1463
1463
  };
1464
1464
  const deserializeAws_json1_1CreatePullRequestCommand = async (output, context) => {
@@ -1566,7 +1566,7 @@ const deserializeAws_json1_1CreatePullRequestCommandError = async (output, conte
1566
1566
  $fault: "client",
1567
1567
  $metadata: deserializeMetadata(output),
1568
1568
  });
1569
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1569
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1570
1570
  }
1571
1571
  };
1572
1572
  const deserializeAws_json1_1CreatePullRequestApprovalRuleCommand = async (output, context) => {
@@ -1644,7 +1644,7 @@ const deserializeAws_json1_1CreatePullRequestApprovalRuleCommandError = async (o
1644
1644
  $fault: "client",
1645
1645
  $metadata: deserializeMetadata(output),
1646
1646
  });
1647
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1647
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1648
1648
  }
1649
1649
  };
1650
1650
  const deserializeAws_json1_1CreateRepositoryCommand = async (output, context) => {
@@ -1719,7 +1719,7 @@ const deserializeAws_json1_1CreateRepositoryCommandError = async (output, contex
1719
1719
  $fault: "client",
1720
1720
  $metadata: deserializeMetadata(output),
1721
1721
  });
1722
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1722
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1723
1723
  }
1724
1724
  };
1725
1725
  const deserializeAws_json1_1CreateUnreferencedMergeCommitCommand = async (output, context) => {
@@ -1860,7 +1860,7 @@ const deserializeAws_json1_1CreateUnreferencedMergeCommitCommandError = async (o
1860
1860
  $fault: "client",
1861
1861
  $metadata: deserializeMetadata(output),
1862
1862
  });
1863
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1863
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1864
1864
  }
1865
1865
  };
1866
1866
  const deserializeAws_json1_1DeleteApprovalRuleTemplateCommand = async (output, context) => {
@@ -1902,7 +1902,7 @@ const deserializeAws_json1_1DeleteApprovalRuleTemplateCommandError = async (outp
1902
1902
  $fault: "client",
1903
1903
  $metadata: deserializeMetadata(output),
1904
1904
  });
1905
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1905
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1906
1906
  }
1907
1907
  };
1908
1908
  const deserializeAws_json1_1DeleteBranchCommand = async (output, context) => {
@@ -1968,7 +1968,7 @@ const deserializeAws_json1_1DeleteBranchCommandError = async (output, context) =
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_1DeleteCommentContentCommand = async (output, context) => {
@@ -2013,7 +2013,7 @@ const deserializeAws_json1_1DeleteCommentContentCommandError = async (output, co
2013
2013
  $fault: "client",
2014
2014
  $metadata: deserializeMetadata(output),
2015
2015
  });
2016
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2016
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2017
2017
  }
2018
2018
  };
2019
2019
  const deserializeAws_json1_1DeleteFileCommand = async (output, context) => {
@@ -2112,7 +2112,7 @@ const deserializeAws_json1_1DeleteFileCommandError = async (output, context) =>
2112
2112
  $fault: "client",
2113
2113
  $metadata: deserializeMetadata(output),
2114
2114
  });
2115
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2115
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2116
2116
  }
2117
2117
  };
2118
2118
  const deserializeAws_json1_1DeletePullRequestApprovalRuleCommand = async (output, context) => {
@@ -2181,7 +2181,7 @@ const deserializeAws_json1_1DeletePullRequestApprovalRuleCommandError = async (o
2181
2181
  $fault: "client",
2182
2182
  $metadata: deserializeMetadata(output),
2183
2183
  });
2184
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2184
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2185
2185
  }
2186
2186
  };
2187
2187
  const deserializeAws_json1_1DeleteRepositoryCommand = async (output, context) => {
@@ -2235,7 +2235,7 @@ const deserializeAws_json1_1DeleteRepositoryCommandError = async (output, contex
2235
2235
  $fault: "client",
2236
2236
  $metadata: deserializeMetadata(output),
2237
2237
  });
2238
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2238
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2239
2239
  }
2240
2240
  };
2241
2241
  const deserializeAws_json1_1DescribeMergeConflictsCommand = async (output, context) => {
@@ -2337,7 +2337,7 @@ const deserializeAws_json1_1DescribeMergeConflictsCommandError = async (output,
2337
2337
  $fault: "client",
2338
2338
  $metadata: deserializeMetadata(output),
2339
2339
  });
2340
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2340
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2341
2341
  }
2342
2342
  };
2343
2343
  const deserializeAws_json1_1DescribePullRequestEventsCommand = async (output, context) => {
@@ -2409,7 +2409,7 @@ const deserializeAws_json1_1DescribePullRequestEventsCommandError = async (outpu
2409
2409
  $fault: "client",
2410
2410
  $metadata: deserializeMetadata(output),
2411
2411
  });
2412
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2412
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2413
2413
  }
2414
2414
  };
2415
2415
  const deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand = async (output, context) => {
@@ -2472,7 +2472,7 @@ const deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryComman
2472
2472
  $fault: "client",
2473
2473
  $metadata: deserializeMetadata(output),
2474
2474
  });
2475
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2475
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2476
2476
  }
2477
2477
  };
2478
2478
  const deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommand = async (output, context) => {
@@ -2538,7 +2538,7 @@ const deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommandError = async
2538
2538
  $fault: "client",
2539
2539
  $metadata: deserializeMetadata(output),
2540
2540
  });
2541
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2541
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2542
2542
  }
2543
2543
  };
2544
2544
  const deserializeAws_json1_1GetApprovalRuleTemplateCommand = async (output, context) => {
@@ -2580,7 +2580,7 @@ const deserializeAws_json1_1GetApprovalRuleTemplateCommandError = async (output,
2580
2580
  $fault: "client",
2581
2581
  $metadata: deserializeMetadata(output),
2582
2582
  });
2583
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2583
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2584
2584
  }
2585
2585
  };
2586
2586
  const deserializeAws_json1_1GetBlobCommand = async (output, context) => {
@@ -2649,7 +2649,7 @@ const deserializeAws_json1_1GetBlobCommandError = async (output, context) => {
2649
2649
  $fault: "client",
2650
2650
  $metadata: deserializeMetadata(output),
2651
2651
  });
2652
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2652
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2653
2653
  }
2654
2654
  };
2655
2655
  const deserializeAws_json1_1GetBranchCommand = async (output, context) => {
@@ -2715,7 +2715,7 @@ const deserializeAws_json1_1GetBranchCommandError = async (output, context) => {
2715
2715
  $fault: "client",
2716
2716
  $metadata: deserializeMetadata(output),
2717
2717
  });
2718
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2718
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2719
2719
  }
2720
2720
  };
2721
2721
  const deserializeAws_json1_1GetCommentCommand = async (output, context) => {
@@ -2775,7 +2775,7 @@ const deserializeAws_json1_1GetCommentCommandError = async (output, context) =>
2775
2775
  $fault: "client",
2776
2776
  $metadata: deserializeMetadata(output),
2777
2777
  });
2778
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2778
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2779
2779
  }
2780
2780
  };
2781
2781
  const deserializeAws_json1_1GetCommentReactionsCommand = async (output, context) => {
@@ -2829,7 +2829,7 @@ const deserializeAws_json1_1GetCommentReactionsCommandError = async (output, con
2829
2829
  $fault: "client",
2830
2830
  $metadata: deserializeMetadata(output),
2831
2831
  });
2832
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2832
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2833
2833
  }
2834
2834
  };
2835
2835
  const deserializeAws_json1_1GetCommentsForComparedCommitCommand = async (output, context) => {
@@ -2901,7 +2901,7 @@ const deserializeAws_json1_1GetCommentsForComparedCommitCommandError = async (ou
2901
2901
  $fault: "client",
2902
2902
  $metadata: deserializeMetadata(output),
2903
2903
  });
2904
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2904
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2905
2905
  }
2906
2906
  };
2907
2907
  const deserializeAws_json1_1GetCommentsForPullRequestCommand = async (output, context) => {
@@ -2985,7 +2985,7 @@ const deserializeAws_json1_1GetCommentsForPullRequestCommandError = async (outpu
2985
2985
  $fault: "client",
2986
2986
  $metadata: deserializeMetadata(output),
2987
2987
  });
2988
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2988
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2989
2989
  }
2990
2990
  };
2991
2991
  const deserializeAws_json1_1GetCommitCommand = async (output, context) => {
@@ -3051,7 +3051,7 @@ const deserializeAws_json1_1GetCommitCommandError = async (output, context) => {
3051
3051
  $fault: "client",
3052
3052
  $metadata: deserializeMetadata(output),
3053
3053
  });
3054
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3054
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3055
3055
  }
3056
3056
  };
3057
3057
  const deserializeAws_json1_1GetDifferencesCommand = async (output, context) => {
@@ -3132,7 +3132,7 @@ const deserializeAws_json1_1GetDifferencesCommandError = async (output, context)
3132
3132
  $fault: "client",
3133
3133
  $metadata: deserializeMetadata(output),
3134
3134
  });
3135
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3135
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3136
3136
  }
3137
3137
  };
3138
3138
  const deserializeAws_json1_1GetFileCommand = async (output, context) => {
@@ -3207,7 +3207,7 @@ const deserializeAws_json1_1GetFileCommandError = async (output, context) => {
3207
3207
  $fault: "client",
3208
3208
  $metadata: deserializeMetadata(output),
3209
3209
  });
3210
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3210
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3211
3211
  }
3212
3212
  };
3213
3213
  const deserializeAws_json1_1GetFolderCommand = async (output, context) => {
@@ -3279,7 +3279,7 @@ const deserializeAws_json1_1GetFolderCommandError = async (output, context) => {
3279
3279
  $fault: "client",
3280
3280
  $metadata: deserializeMetadata(output),
3281
3281
  });
3282
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3282
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3283
3283
  }
3284
3284
  };
3285
3285
  const deserializeAws_json1_1GetMergeCommitCommand = async (output, context) => {
@@ -3351,7 +3351,7 @@ const deserializeAws_json1_1GetMergeCommitCommandError = async (output, context)
3351
3351
  $fault: "client",
3352
3352
  $metadata: deserializeMetadata(output),
3353
3353
  });
3354
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3354
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3355
3355
  }
3356
3356
  };
3357
3357
  const deserializeAws_json1_1GetMergeConflictsCommand = async (output, context) => {
@@ -3450,7 +3450,7 @@ const deserializeAws_json1_1GetMergeConflictsCommandError = async (output, conte
3450
3450
  $fault: "client",
3451
3451
  $metadata: deserializeMetadata(output),
3452
3452
  });
3453
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3453
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3454
3454
  }
3455
3455
  };
3456
3456
  const deserializeAws_json1_1GetMergeOptionsCommand = async (output, context) => {
@@ -3531,7 +3531,7 @@ const deserializeAws_json1_1GetMergeOptionsCommandError = async (output, context
3531
3531
  $fault: "client",
3532
3532
  $metadata: deserializeMetadata(output),
3533
3533
  });
3534
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3534
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3535
3535
  }
3536
3536
  };
3537
3537
  const deserializeAws_json1_1GetPullRequestCommand = async (output, context) => {
@@ -3588,7 +3588,7 @@ const deserializeAws_json1_1GetPullRequestCommandError = async (output, context)
3588
3588
  $fault: "client",
3589
3589
  $metadata: deserializeMetadata(output),
3590
3590
  });
3591
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3591
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3592
3592
  }
3593
3593
  };
3594
3594
  const deserializeAws_json1_1GetPullRequestApprovalStatesCommand = async (output, context) => {
@@ -3651,7 +3651,7 @@ const deserializeAws_json1_1GetPullRequestApprovalStatesCommandError = async (ou
3651
3651
  $fault: "client",
3652
3652
  $metadata: deserializeMetadata(output),
3653
3653
  });
3654
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3654
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3655
3655
  }
3656
3656
  };
3657
3657
  const deserializeAws_json1_1GetPullRequestOverrideStateCommand = async (output, context) => {
@@ -3714,7 +3714,7 @@ const deserializeAws_json1_1GetPullRequestOverrideStateCommandError = async (out
3714
3714
  $fault: "client",
3715
3715
  $metadata: deserializeMetadata(output),
3716
3716
  });
3717
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3717
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3718
3718
  }
3719
3719
  };
3720
3720
  const deserializeAws_json1_1GetRepositoryCommand = async (output, context) => {
@@ -3771,7 +3771,7 @@ const deserializeAws_json1_1GetRepositoryCommandError = async (output, context)
3771
3771
  $fault: "client",
3772
3772
  $metadata: deserializeMetadata(output),
3773
3773
  });
3774
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3774
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3775
3775
  }
3776
3776
  };
3777
3777
  const deserializeAws_json1_1GetRepositoryTriggersCommand = async (output, context) => {
@@ -3828,7 +3828,7 @@ const deserializeAws_json1_1GetRepositoryTriggersCommandError = async (output, c
3828
3828
  $fault: "client",
3829
3829
  $metadata: deserializeMetadata(output),
3830
3830
  });
3831
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3831
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3832
3832
  }
3833
3833
  };
3834
3834
  const deserializeAws_json1_1ListApprovalRuleTemplatesCommand = async (output, context) => {
@@ -3867,7 +3867,7 @@ const deserializeAws_json1_1ListApprovalRuleTemplatesCommandError = async (outpu
3867
3867
  $fault: "client",
3868
3868
  $metadata: deserializeMetadata(output),
3869
3869
  });
3870
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3870
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3871
3871
  }
3872
3872
  };
3873
3873
  const deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand = async (output, context) => {
@@ -3930,7 +3930,7 @@ const deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryComm
3930
3930
  $fault: "client",
3931
3931
  $metadata: deserializeMetadata(output),
3932
3932
  });
3933
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3933
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3934
3934
  }
3935
3935
  };
3936
3936
  const deserializeAws_json1_1ListBranchesCommand = async (output, context) => {
@@ -3990,7 +3990,7 @@ const deserializeAws_json1_1ListBranchesCommandError = async (output, context) =
3990
3990
  $fault: "client",
3991
3991
  $metadata: deserializeMetadata(output),
3992
3992
  });
3993
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3993
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3994
3994
  }
3995
3995
  };
3996
3996
  const deserializeAws_json1_1ListPullRequestsCommand = async (output, context) => {
@@ -4062,7 +4062,7 @@ const deserializeAws_json1_1ListPullRequestsCommandError = async (output, contex
4062
4062
  $fault: "client",
4063
4063
  $metadata: deserializeMetadata(output),
4064
4064
  });
4065
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4065
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4066
4066
  }
4067
4067
  };
4068
4068
  const deserializeAws_json1_1ListRepositoriesCommand = async (output, context) => {
@@ -4104,7 +4104,7 @@ const deserializeAws_json1_1ListRepositoriesCommandError = async (output, contex
4104
4104
  $fault: "client",
4105
4105
  $metadata: deserializeMetadata(output),
4106
4106
  });
4107
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4107
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4108
4108
  }
4109
4109
  };
4110
4110
  const deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand = async (output, context) => {
@@ -4167,7 +4167,7 @@ const deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommandError
4167
4167
  $fault: "client",
4168
4168
  $metadata: deserializeMetadata(output),
4169
4169
  });
4170
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4170
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4171
4171
  }
4172
4172
  };
4173
4173
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -4212,7 +4212,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
4212
4212
  $fault: "client",
4213
4213
  $metadata: deserializeMetadata(output),
4214
4214
  });
4215
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4215
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4216
4216
  }
4217
4217
  };
4218
4218
  const deserializeAws_json1_1MergeBranchesByFastForwardCommand = async (output, context) => {
@@ -4302,7 +4302,7 @@ const deserializeAws_json1_1MergeBranchesByFastForwardCommandError = async (outp
4302
4302
  $fault: "client",
4303
4303
  $metadata: deserializeMetadata(output),
4304
4304
  });
4305
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4305
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4306
4306
  }
4307
4307
  };
4308
4308
  const deserializeAws_json1_1MergeBranchesBySquashCommand = async (output, context) => {
@@ -4452,7 +4452,7 @@ const deserializeAws_json1_1MergeBranchesBySquashCommandError = async (output, c
4452
4452
  $fault: "client",
4453
4453
  $metadata: deserializeMetadata(output),
4454
4454
  });
4455
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4455
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4456
4456
  }
4457
4457
  };
4458
4458
  const deserializeAws_json1_1MergeBranchesByThreeWayCommand = async (output, context) => {
@@ -4602,7 +4602,7 @@ const deserializeAws_json1_1MergeBranchesByThreeWayCommandError = async (output,
4602
4602
  $fault: "client",
4603
4603
  $metadata: deserializeMetadata(output),
4604
4604
  });
4605
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4605
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4606
4606
  }
4607
4607
  };
4608
4608
  const deserializeAws_json1_1MergePullRequestByFastForwardCommand = async (output, context) => {
@@ -4692,7 +4692,7 @@ const deserializeAws_json1_1MergePullRequestByFastForwardCommandError = async (o
4692
4692
  $fault: "client",
4693
4693
  $metadata: deserializeMetadata(output),
4694
4694
  });
4695
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4695
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4696
4696
  }
4697
4697
  };
4698
4698
  const deserializeAws_json1_1MergePullRequestBySquashCommand = async (output, context) => {
@@ -4839,7 +4839,7 @@ const deserializeAws_json1_1MergePullRequestBySquashCommandError = async (output
4839
4839
  $fault: "client",
4840
4840
  $metadata: deserializeMetadata(output),
4841
4841
  });
4842
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4842
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4843
4843
  }
4844
4844
  };
4845
4845
  const deserializeAws_json1_1MergePullRequestByThreeWayCommand = async (output, context) => {
@@ -4986,7 +4986,7 @@ const deserializeAws_json1_1MergePullRequestByThreeWayCommandError = async (outp
4986
4986
  $fault: "client",
4987
4987
  $metadata: deserializeMetadata(output),
4988
4988
  });
4989
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4989
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4990
4990
  }
4991
4991
  };
4992
4992
  const deserializeAws_json1_1OverridePullRequestApprovalRulesCommand = async (output, context) => {
@@ -5061,7 +5061,7 @@ const deserializeAws_json1_1OverridePullRequestApprovalRulesCommandError = async
5061
5061
  $fault: "client",
5062
5062
  $metadata: deserializeMetadata(output),
5063
5063
  });
5064
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5064
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5065
5065
  }
5066
5066
  };
5067
5067
  const deserializeAws_json1_1PostCommentForComparedCommitCommand = async (output, context) => {
@@ -5163,7 +5163,7 @@ const deserializeAws_json1_1PostCommentForComparedCommitCommandError = async (ou
5163
5163
  $fault: "client",
5164
5164
  $metadata: deserializeMetadata(output),
5165
5165
  });
5166
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5166
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5167
5167
  }
5168
5168
  };
5169
5169
  const deserializeAws_json1_1PostCommentForPullRequestCommand = async (output, context) => {
@@ -5277,7 +5277,7 @@ const deserializeAws_json1_1PostCommentForPullRequestCommandError = async (outpu
5277
5277
  $fault: "client",
5278
5278
  $metadata: deserializeMetadata(output),
5279
5279
  });
5280
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5280
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5281
5281
  }
5282
5282
  };
5283
5283
  const deserializeAws_json1_1PostCommentReplyCommand = async (output, context) => {
@@ -5334,7 +5334,7 @@ const deserializeAws_json1_1PostCommentReplyCommandError = async (output, contex
5334
5334
  $fault: "client",
5335
5335
  $metadata: deserializeMetadata(output),
5336
5336
  });
5337
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5337
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5338
5338
  }
5339
5339
  };
5340
5340
  const deserializeAws_json1_1PutCommentReactionCommand = async (output, context) => {
@@ -5385,7 +5385,7 @@ const deserializeAws_json1_1PutCommentReactionCommandError = async (output, cont
5385
5385
  $fault: "client",
5386
5386
  $metadata: deserializeMetadata(output),
5387
5387
  });
5388
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5388
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5389
5389
  }
5390
5390
  };
5391
5391
  const deserializeAws_json1_1PutFileCommand = async (output, context) => {
@@ -5508,7 +5508,7 @@ const deserializeAws_json1_1PutFileCommandError = async (output, context) => {
5508
5508
  $fault: "client",
5509
5509
  $metadata: deserializeMetadata(output),
5510
5510
  });
5511
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5511
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5512
5512
  }
5513
5513
  };
5514
5514
  const deserializeAws_json1_1PutRepositoryTriggersCommand = async (output, context) => {
@@ -5604,7 +5604,7 @@ const deserializeAws_json1_1PutRepositoryTriggersCommandError = async (output, c
5604
5604
  $fault: "client",
5605
5605
  $metadata: deserializeMetadata(output),
5606
5606
  });
5607
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5607
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5608
5608
  }
5609
5609
  };
5610
5610
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -5661,7 +5661,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
5661
5661
  $fault: "client",
5662
5662
  $metadata: deserializeMetadata(output),
5663
5663
  });
5664
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5664
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5665
5665
  }
5666
5666
  };
5667
5667
  const deserializeAws_json1_1TestRepositoryTriggersCommand = async (output, context) => {
@@ -5757,7 +5757,7 @@ const deserializeAws_json1_1TestRepositoryTriggersCommandError = async (output,
5757
5757
  $fault: "client",
5758
5758
  $metadata: deserializeMetadata(output),
5759
5759
  });
5760
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5760
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5761
5761
  }
5762
5762
  };
5763
5763
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -5814,7 +5814,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
5814
5814
  $fault: "client",
5815
5815
  $metadata: deserializeMetadata(output),
5816
5816
  });
5817
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5817
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5818
5818
  }
5819
5819
  };
5820
5820
  const deserializeAws_json1_1UpdateApprovalRuleTemplateContentCommand = async (output, context) => {
@@ -5865,7 +5865,7 @@ const deserializeAws_json1_1UpdateApprovalRuleTemplateContentCommandError = asyn
5865
5865
  $fault: "client",
5866
5866
  $metadata: deserializeMetadata(output),
5867
5867
  });
5868
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5868
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5869
5869
  }
5870
5870
  };
5871
5871
  const deserializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand = async (output, context) => {
@@ -5910,7 +5910,7 @@ const deserializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommandError =
5910
5910
  $fault: "client",
5911
5911
  $metadata: deserializeMetadata(output),
5912
5912
  });
5913
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5913
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5914
5914
  }
5915
5915
  };
5916
5916
  const deserializeAws_json1_1UpdateApprovalRuleTemplateNameCommand = async (output, context) => {
@@ -5955,7 +5955,7 @@ const deserializeAws_json1_1UpdateApprovalRuleTemplateNameCommandError = async (
5955
5955
  $fault: "client",
5956
5956
  $metadata: deserializeMetadata(output),
5957
5957
  });
5958
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5958
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5959
5959
  }
5960
5960
  };
5961
5961
  const deserializeAws_json1_1UpdateCommentCommand = async (output, context) => {
@@ -6009,7 +6009,7 @@ const deserializeAws_json1_1UpdateCommentCommandError = async (output, context)
6009
6009
  $fault: "client",
6010
6010
  $metadata: deserializeMetadata(output),
6011
6011
  });
6012
- throw smithy_client_1.decorateServiceException(response, parsedBody);
6012
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
6013
6013
  }
6014
6014
  };
6015
6015
  const deserializeAws_json1_1UpdateDefaultBranchCommand = async (output, context) => {
@@ -6072,7 +6072,7 @@ const deserializeAws_json1_1UpdateDefaultBranchCommandError = async (output, con
6072
6072
  $fault: "client",
6073
6073
  $metadata: deserializeMetadata(output),
6074
6074
  });
6075
- throw smithy_client_1.decorateServiceException(response, parsedBody);
6075
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
6076
6076
  }
6077
6077
  };
6078
6078
  const deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand = async (output, context) => {
@@ -6153,7 +6153,7 @@ const deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommandError = a
6153
6153
  $fault: "client",
6154
6154
  $metadata: deserializeMetadata(output),
6155
6155
  });
6156
- throw smithy_client_1.decorateServiceException(response, parsedBody);
6156
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
6157
6157
  }
6158
6158
  };
6159
6159
  const deserializeAws_json1_1UpdatePullRequestApprovalStateCommand = async (output, context) => {
@@ -6231,7 +6231,7 @@ const deserializeAws_json1_1UpdatePullRequestApprovalStateCommandError = async (
6231
6231
  $fault: "client",
6232
6232
  $metadata: deserializeMetadata(output),
6233
6233
  });
6234
- throw smithy_client_1.decorateServiceException(response, parsedBody);
6234
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
6235
6235
  }
6236
6236
  };
6237
6237
  const deserializeAws_json1_1UpdatePullRequestDescriptionCommand = async (output, context) => {
@@ -6279,7 +6279,7 @@ const deserializeAws_json1_1UpdatePullRequestDescriptionCommandError = async (ou
6279
6279
  $fault: "client",
6280
6280
  $metadata: deserializeMetadata(output),
6281
6281
  });
6282
- throw smithy_client_1.decorateServiceException(response, parsedBody);
6282
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
6283
6283
  }
6284
6284
  };
6285
6285
  const deserializeAws_json1_1UpdatePullRequestStatusCommand = async (output, context) => {
@@ -6345,7 +6345,7 @@ const deserializeAws_json1_1UpdatePullRequestStatusCommandError = async (output,
6345
6345
  $fault: "client",
6346
6346
  $metadata: deserializeMetadata(output),
6347
6347
  });
6348
- throw smithy_client_1.decorateServiceException(response, parsedBody);
6348
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
6349
6349
  }
6350
6350
  };
6351
6351
  const deserializeAws_json1_1UpdatePullRequestTitleCommand = async (output, context) => {
@@ -6396,7 +6396,7 @@ const deserializeAws_json1_1UpdatePullRequestTitleCommandError = async (output,
6396
6396
  $fault: "client",
6397
6397
  $metadata: deserializeMetadata(output),
6398
6398
  });
6399
- throw smithy_client_1.decorateServiceException(response, parsedBody);
6399
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
6400
6400
  }
6401
6401
  };
6402
6402
  const deserializeAws_json1_1UpdateRepositoryDescriptionCommand = async (output, context) => {
@@ -6453,7 +6453,7 @@ const deserializeAws_json1_1UpdateRepositoryDescriptionCommandError = async (out
6453
6453
  $fault: "client",
6454
6454
  $metadata: deserializeMetadata(output),
6455
6455
  });
6456
- throw smithy_client_1.decorateServiceException(response, parsedBody);
6456
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
6457
6457
  }
6458
6458
  };
6459
6459
  const deserializeAws_json1_1UpdateRepositoryNameCommand = async (output, context) => {
@@ -6495,7 +6495,7 @@ const deserializeAws_json1_1UpdateRepositoryNameCommandError = async (output, co
6495
6495
  $fault: "client",
6496
6496
  $metadata: deserializeMetadata(output),
6497
6497
  });
6498
- throw smithy_client_1.decorateServiceException(response, parsedBody);
6498
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
6499
6499
  }
6500
6500
  };
6501
6501
  const deserializeAws_json1_1ActorDoesNotExistExceptionResponse = async (parsedOutput, context) => {
@@ -6505,7 +6505,7 @@ const deserializeAws_json1_1ActorDoesNotExistExceptionResponse = async (parsedOu
6505
6505
  $metadata: deserializeMetadata(parsedOutput),
6506
6506
  ...deserialized,
6507
6507
  });
6508
- return smithy_client_1.decorateServiceException(exception, body);
6508
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6509
6509
  };
6510
6510
  const deserializeAws_json1_1ApprovalRuleContentRequiredExceptionResponse = async (parsedOutput, context) => {
6511
6511
  const body = parsedOutput.body;
@@ -6514,7 +6514,7 @@ const deserializeAws_json1_1ApprovalRuleContentRequiredExceptionResponse = async
6514
6514
  $metadata: deserializeMetadata(parsedOutput),
6515
6515
  ...deserialized,
6516
6516
  });
6517
- return smithy_client_1.decorateServiceException(exception, body);
6517
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6518
6518
  };
6519
6519
  const deserializeAws_json1_1ApprovalRuleDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6520
6520
  const body = parsedOutput.body;
@@ -6523,7 +6523,7 @@ const deserializeAws_json1_1ApprovalRuleDoesNotExistExceptionResponse = async (p
6523
6523
  $metadata: deserializeMetadata(parsedOutput),
6524
6524
  ...deserialized,
6525
6525
  });
6526
- return smithy_client_1.decorateServiceException(exception, body);
6526
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6527
6527
  };
6528
6528
  const deserializeAws_json1_1ApprovalRuleNameAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
6529
6529
  const body = parsedOutput.body;
@@ -6532,7 +6532,7 @@ const deserializeAws_json1_1ApprovalRuleNameAlreadyExistsExceptionResponse = asy
6532
6532
  $metadata: deserializeMetadata(parsedOutput),
6533
6533
  ...deserialized,
6534
6534
  });
6535
- return smithy_client_1.decorateServiceException(exception, body);
6535
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6536
6536
  };
6537
6537
  const deserializeAws_json1_1ApprovalRuleNameRequiredExceptionResponse = async (parsedOutput, context) => {
6538
6538
  const body = parsedOutput.body;
@@ -6541,7 +6541,7 @@ const deserializeAws_json1_1ApprovalRuleNameRequiredExceptionResponse = async (p
6541
6541
  $metadata: deserializeMetadata(parsedOutput),
6542
6542
  ...deserialized,
6543
6543
  });
6544
- return smithy_client_1.decorateServiceException(exception, body);
6544
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6545
6545
  };
6546
6546
  const deserializeAws_json1_1ApprovalRuleTemplateContentRequiredExceptionResponse = async (parsedOutput, context) => {
6547
6547
  const body = parsedOutput.body;
@@ -6550,7 +6550,7 @@ const deserializeAws_json1_1ApprovalRuleTemplateContentRequiredExceptionResponse
6550
6550
  $metadata: deserializeMetadata(parsedOutput),
6551
6551
  ...deserialized,
6552
6552
  });
6553
- return smithy_client_1.decorateServiceException(exception, body);
6553
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6554
6554
  };
6555
6555
  const deserializeAws_json1_1ApprovalRuleTemplateDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6556
6556
  const body = parsedOutput.body;
@@ -6559,7 +6559,7 @@ const deserializeAws_json1_1ApprovalRuleTemplateDoesNotExistExceptionResponse =
6559
6559
  $metadata: deserializeMetadata(parsedOutput),
6560
6560
  ...deserialized,
6561
6561
  });
6562
- return smithy_client_1.decorateServiceException(exception, body);
6562
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6563
6563
  };
6564
6564
  const deserializeAws_json1_1ApprovalRuleTemplateInUseExceptionResponse = async (parsedOutput, context) => {
6565
6565
  const body = parsedOutput.body;
@@ -6568,7 +6568,7 @@ const deserializeAws_json1_1ApprovalRuleTemplateInUseExceptionResponse = async (
6568
6568
  $metadata: deserializeMetadata(parsedOutput),
6569
6569
  ...deserialized,
6570
6570
  });
6571
- return smithy_client_1.decorateServiceException(exception, body);
6571
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6572
6572
  };
6573
6573
  const deserializeAws_json1_1ApprovalRuleTemplateNameAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
6574
6574
  const body = parsedOutput.body;
@@ -6577,7 +6577,7 @@ const deserializeAws_json1_1ApprovalRuleTemplateNameAlreadyExistsExceptionRespon
6577
6577
  $metadata: deserializeMetadata(parsedOutput),
6578
6578
  ...deserialized,
6579
6579
  });
6580
- return smithy_client_1.decorateServiceException(exception, body);
6580
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6581
6581
  };
6582
6582
  const deserializeAws_json1_1ApprovalRuleTemplateNameRequiredExceptionResponse = async (parsedOutput, context) => {
6583
6583
  const body = parsedOutput.body;
@@ -6586,7 +6586,7 @@ const deserializeAws_json1_1ApprovalRuleTemplateNameRequiredExceptionResponse =
6586
6586
  $metadata: deserializeMetadata(parsedOutput),
6587
6587
  ...deserialized,
6588
6588
  });
6589
- return smithy_client_1.decorateServiceException(exception, body);
6589
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6590
6590
  };
6591
6591
  const deserializeAws_json1_1ApprovalStateRequiredExceptionResponse = async (parsedOutput, context) => {
6592
6592
  const body = parsedOutput.body;
@@ -6595,7 +6595,7 @@ const deserializeAws_json1_1ApprovalStateRequiredExceptionResponse = async (pars
6595
6595
  $metadata: deserializeMetadata(parsedOutput),
6596
6596
  ...deserialized,
6597
6597
  });
6598
- return smithy_client_1.decorateServiceException(exception, body);
6598
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6599
6599
  };
6600
6600
  const deserializeAws_json1_1AuthorDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6601
6601
  const body = parsedOutput.body;
@@ -6604,7 +6604,7 @@ const deserializeAws_json1_1AuthorDoesNotExistExceptionResponse = async (parsedO
6604
6604
  $metadata: deserializeMetadata(parsedOutput),
6605
6605
  ...deserialized,
6606
6606
  });
6607
- return smithy_client_1.decorateServiceException(exception, body);
6607
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6608
6608
  };
6609
6609
  const deserializeAws_json1_1BeforeCommitIdAndAfterCommitIdAreSameExceptionResponse = async (parsedOutput, context) => {
6610
6610
  const body = parsedOutput.body;
@@ -6613,7 +6613,7 @@ const deserializeAws_json1_1BeforeCommitIdAndAfterCommitIdAreSameExceptionRespon
6613
6613
  $metadata: deserializeMetadata(parsedOutput),
6614
6614
  ...deserialized,
6615
6615
  });
6616
- return smithy_client_1.decorateServiceException(exception, body);
6616
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6617
6617
  };
6618
6618
  const deserializeAws_json1_1BlobIdDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6619
6619
  const body = parsedOutput.body;
@@ -6622,7 +6622,7 @@ const deserializeAws_json1_1BlobIdDoesNotExistExceptionResponse = async (parsedO
6622
6622
  $metadata: deserializeMetadata(parsedOutput),
6623
6623
  ...deserialized,
6624
6624
  });
6625
- return smithy_client_1.decorateServiceException(exception, body);
6625
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6626
6626
  };
6627
6627
  const deserializeAws_json1_1BlobIdRequiredExceptionResponse = async (parsedOutput, context) => {
6628
6628
  const body = parsedOutput.body;
@@ -6631,7 +6631,7 @@ const deserializeAws_json1_1BlobIdRequiredExceptionResponse = async (parsedOutpu
6631
6631
  $metadata: deserializeMetadata(parsedOutput),
6632
6632
  ...deserialized,
6633
6633
  });
6634
- return smithy_client_1.decorateServiceException(exception, body);
6634
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6635
6635
  };
6636
6636
  const deserializeAws_json1_1BranchDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6637
6637
  const body = parsedOutput.body;
@@ -6640,7 +6640,7 @@ const deserializeAws_json1_1BranchDoesNotExistExceptionResponse = async (parsedO
6640
6640
  $metadata: deserializeMetadata(parsedOutput),
6641
6641
  ...deserialized,
6642
6642
  });
6643
- return smithy_client_1.decorateServiceException(exception, body);
6643
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6644
6644
  };
6645
6645
  const deserializeAws_json1_1BranchNameExistsExceptionResponse = async (parsedOutput, context) => {
6646
6646
  const body = parsedOutput.body;
@@ -6649,7 +6649,7 @@ const deserializeAws_json1_1BranchNameExistsExceptionResponse = async (parsedOut
6649
6649
  $metadata: deserializeMetadata(parsedOutput),
6650
6650
  ...deserialized,
6651
6651
  });
6652
- return smithy_client_1.decorateServiceException(exception, body);
6652
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6653
6653
  };
6654
6654
  const deserializeAws_json1_1BranchNameIsTagNameExceptionResponse = async (parsedOutput, context) => {
6655
6655
  const body = parsedOutput.body;
@@ -6658,7 +6658,7 @@ const deserializeAws_json1_1BranchNameIsTagNameExceptionResponse = async (parsed
6658
6658
  $metadata: deserializeMetadata(parsedOutput),
6659
6659
  ...deserialized,
6660
6660
  });
6661
- return smithy_client_1.decorateServiceException(exception, body);
6661
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6662
6662
  };
6663
6663
  const deserializeAws_json1_1BranchNameRequiredExceptionResponse = async (parsedOutput, context) => {
6664
6664
  const body = parsedOutput.body;
@@ -6667,7 +6667,7 @@ const deserializeAws_json1_1BranchNameRequiredExceptionResponse = async (parsedO
6667
6667
  $metadata: deserializeMetadata(parsedOutput),
6668
6668
  ...deserialized,
6669
6669
  });
6670
- return smithy_client_1.decorateServiceException(exception, body);
6670
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6671
6671
  };
6672
6672
  const deserializeAws_json1_1CannotDeleteApprovalRuleFromTemplateExceptionResponse = async (parsedOutput, context) => {
6673
6673
  const body = parsedOutput.body;
@@ -6676,7 +6676,7 @@ const deserializeAws_json1_1CannotDeleteApprovalRuleFromTemplateExceptionRespons
6676
6676
  $metadata: deserializeMetadata(parsedOutput),
6677
6677
  ...deserialized,
6678
6678
  });
6679
- return smithy_client_1.decorateServiceException(exception, body);
6679
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6680
6680
  };
6681
6681
  const deserializeAws_json1_1CannotModifyApprovalRuleFromTemplateExceptionResponse = async (parsedOutput, context) => {
6682
6682
  const body = parsedOutput.body;
@@ -6685,7 +6685,7 @@ const deserializeAws_json1_1CannotModifyApprovalRuleFromTemplateExceptionRespons
6685
6685
  $metadata: deserializeMetadata(parsedOutput),
6686
6686
  ...deserialized,
6687
6687
  });
6688
- return smithy_client_1.decorateServiceException(exception, body);
6688
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6689
6689
  };
6690
6690
  const deserializeAws_json1_1ClientRequestTokenRequiredExceptionResponse = async (parsedOutput, context) => {
6691
6691
  const body = parsedOutput.body;
@@ -6694,7 +6694,7 @@ const deserializeAws_json1_1ClientRequestTokenRequiredExceptionResponse = async
6694
6694
  $metadata: deserializeMetadata(parsedOutput),
6695
6695
  ...deserialized,
6696
6696
  });
6697
- return smithy_client_1.decorateServiceException(exception, body);
6697
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6698
6698
  };
6699
6699
  const deserializeAws_json1_1CommentContentRequiredExceptionResponse = async (parsedOutput, context) => {
6700
6700
  const body = parsedOutput.body;
@@ -6703,7 +6703,7 @@ const deserializeAws_json1_1CommentContentRequiredExceptionResponse = async (par
6703
6703
  $metadata: deserializeMetadata(parsedOutput),
6704
6704
  ...deserialized,
6705
6705
  });
6706
- return smithy_client_1.decorateServiceException(exception, body);
6706
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6707
6707
  };
6708
6708
  const deserializeAws_json1_1CommentContentSizeLimitExceededExceptionResponse = async (parsedOutput, context) => {
6709
6709
  const body = parsedOutput.body;
@@ -6712,7 +6712,7 @@ const deserializeAws_json1_1CommentContentSizeLimitExceededExceptionResponse = a
6712
6712
  $metadata: deserializeMetadata(parsedOutput),
6713
6713
  ...deserialized,
6714
6714
  });
6715
- return smithy_client_1.decorateServiceException(exception, body);
6715
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6716
6716
  };
6717
6717
  const deserializeAws_json1_1CommentDeletedExceptionResponse = async (parsedOutput, context) => {
6718
6718
  const body = parsedOutput.body;
@@ -6721,7 +6721,7 @@ const deserializeAws_json1_1CommentDeletedExceptionResponse = async (parsedOutpu
6721
6721
  $metadata: deserializeMetadata(parsedOutput),
6722
6722
  ...deserialized,
6723
6723
  });
6724
- return smithy_client_1.decorateServiceException(exception, body);
6724
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6725
6725
  };
6726
6726
  const deserializeAws_json1_1CommentDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6727
6727
  const body = parsedOutput.body;
@@ -6730,7 +6730,7 @@ const deserializeAws_json1_1CommentDoesNotExistExceptionResponse = async (parsed
6730
6730
  $metadata: deserializeMetadata(parsedOutput),
6731
6731
  ...deserialized,
6732
6732
  });
6733
- return smithy_client_1.decorateServiceException(exception, body);
6733
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6734
6734
  };
6735
6735
  const deserializeAws_json1_1CommentIdRequiredExceptionResponse = async (parsedOutput, context) => {
6736
6736
  const body = parsedOutput.body;
@@ -6739,7 +6739,7 @@ const deserializeAws_json1_1CommentIdRequiredExceptionResponse = async (parsedOu
6739
6739
  $metadata: deserializeMetadata(parsedOutput),
6740
6740
  ...deserialized,
6741
6741
  });
6742
- return smithy_client_1.decorateServiceException(exception, body);
6742
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6743
6743
  };
6744
6744
  const deserializeAws_json1_1CommentNotCreatedByCallerExceptionResponse = async (parsedOutput, context) => {
6745
6745
  const body = parsedOutput.body;
@@ -6748,7 +6748,7 @@ const deserializeAws_json1_1CommentNotCreatedByCallerExceptionResponse = async (
6748
6748
  $metadata: deserializeMetadata(parsedOutput),
6749
6749
  ...deserialized,
6750
6750
  });
6751
- return smithy_client_1.decorateServiceException(exception, body);
6751
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6752
6752
  };
6753
6753
  const deserializeAws_json1_1CommitDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6754
6754
  const body = parsedOutput.body;
@@ -6757,7 +6757,7 @@ const deserializeAws_json1_1CommitDoesNotExistExceptionResponse = async (parsedO
6757
6757
  $metadata: deserializeMetadata(parsedOutput),
6758
6758
  ...deserialized,
6759
6759
  });
6760
- return smithy_client_1.decorateServiceException(exception, body);
6760
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6761
6761
  };
6762
6762
  const deserializeAws_json1_1CommitIdDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6763
6763
  const body = parsedOutput.body;
@@ -6766,7 +6766,7 @@ const deserializeAws_json1_1CommitIdDoesNotExistExceptionResponse = async (parse
6766
6766
  $metadata: deserializeMetadata(parsedOutput),
6767
6767
  ...deserialized,
6768
6768
  });
6769
- return smithy_client_1.decorateServiceException(exception, body);
6769
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6770
6770
  };
6771
6771
  const deserializeAws_json1_1CommitIdRequiredExceptionResponse = async (parsedOutput, context) => {
6772
6772
  const body = parsedOutput.body;
@@ -6775,7 +6775,7 @@ const deserializeAws_json1_1CommitIdRequiredExceptionResponse = async (parsedOut
6775
6775
  $metadata: deserializeMetadata(parsedOutput),
6776
6776
  ...deserialized,
6777
6777
  });
6778
- return smithy_client_1.decorateServiceException(exception, body);
6778
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6779
6779
  };
6780
6780
  const deserializeAws_json1_1CommitIdsLimitExceededExceptionResponse = async (parsedOutput, context) => {
6781
6781
  const body = parsedOutput.body;
@@ -6784,7 +6784,7 @@ const deserializeAws_json1_1CommitIdsLimitExceededExceptionResponse = async (par
6784
6784
  $metadata: deserializeMetadata(parsedOutput),
6785
6785
  ...deserialized,
6786
6786
  });
6787
- return smithy_client_1.decorateServiceException(exception, body);
6787
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6788
6788
  };
6789
6789
  const deserializeAws_json1_1CommitIdsListRequiredExceptionResponse = async (parsedOutput, context) => {
6790
6790
  const body = parsedOutput.body;
@@ -6793,7 +6793,7 @@ const deserializeAws_json1_1CommitIdsListRequiredExceptionResponse = async (pars
6793
6793
  $metadata: deserializeMetadata(parsedOutput),
6794
6794
  ...deserialized,
6795
6795
  });
6796
- return smithy_client_1.decorateServiceException(exception, body);
6796
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6797
6797
  };
6798
6798
  const deserializeAws_json1_1CommitMessageLengthExceededExceptionResponse = async (parsedOutput, context) => {
6799
6799
  const body = parsedOutput.body;
@@ -6802,7 +6802,7 @@ const deserializeAws_json1_1CommitMessageLengthExceededExceptionResponse = async
6802
6802
  $metadata: deserializeMetadata(parsedOutput),
6803
6803
  ...deserialized,
6804
6804
  });
6805
- return smithy_client_1.decorateServiceException(exception, body);
6805
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6806
6806
  };
6807
6807
  const deserializeAws_json1_1CommitRequiredExceptionResponse = async (parsedOutput, context) => {
6808
6808
  const body = parsedOutput.body;
@@ -6811,7 +6811,7 @@ const deserializeAws_json1_1CommitRequiredExceptionResponse = async (parsedOutpu
6811
6811
  $metadata: deserializeMetadata(parsedOutput),
6812
6812
  ...deserialized,
6813
6813
  });
6814
- return smithy_client_1.decorateServiceException(exception, body);
6814
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6815
6815
  };
6816
6816
  const deserializeAws_json1_1ConcurrentReferenceUpdateExceptionResponse = async (parsedOutput, context) => {
6817
6817
  const body = parsedOutput.body;
@@ -6820,7 +6820,7 @@ const deserializeAws_json1_1ConcurrentReferenceUpdateExceptionResponse = async (
6820
6820
  $metadata: deserializeMetadata(parsedOutput),
6821
6821
  ...deserialized,
6822
6822
  });
6823
- return smithy_client_1.decorateServiceException(exception, body);
6823
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6824
6824
  };
6825
6825
  const deserializeAws_json1_1DefaultBranchCannotBeDeletedExceptionResponse = async (parsedOutput, context) => {
6826
6826
  const body = parsedOutput.body;
@@ -6829,7 +6829,7 @@ const deserializeAws_json1_1DefaultBranchCannotBeDeletedExceptionResponse = asyn
6829
6829
  $metadata: deserializeMetadata(parsedOutput),
6830
6830
  ...deserialized,
6831
6831
  });
6832
- return smithy_client_1.decorateServiceException(exception, body);
6832
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6833
6833
  };
6834
6834
  const deserializeAws_json1_1DirectoryNameConflictsWithFileNameExceptionResponse = async (parsedOutput, context) => {
6835
6835
  const body = parsedOutput.body;
@@ -6838,7 +6838,7 @@ const deserializeAws_json1_1DirectoryNameConflictsWithFileNameExceptionResponse
6838
6838
  $metadata: deserializeMetadata(parsedOutput),
6839
6839
  ...deserialized,
6840
6840
  });
6841
- return smithy_client_1.decorateServiceException(exception, body);
6841
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6842
6842
  };
6843
6843
  const deserializeAws_json1_1EncryptionIntegrityChecksFailedExceptionResponse = async (parsedOutput, context) => {
6844
6844
  const body = parsedOutput.body;
@@ -6847,7 +6847,7 @@ const deserializeAws_json1_1EncryptionIntegrityChecksFailedExceptionResponse = a
6847
6847
  $metadata: deserializeMetadata(parsedOutput),
6848
6848
  ...deserialized,
6849
6849
  });
6850
- return smithy_client_1.decorateServiceException(exception, body);
6850
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6851
6851
  };
6852
6852
  const deserializeAws_json1_1EncryptionKeyAccessDeniedExceptionResponse = async (parsedOutput, context) => {
6853
6853
  const body = parsedOutput.body;
@@ -6856,7 +6856,7 @@ const deserializeAws_json1_1EncryptionKeyAccessDeniedExceptionResponse = async (
6856
6856
  $metadata: deserializeMetadata(parsedOutput),
6857
6857
  ...deserialized,
6858
6858
  });
6859
- return smithy_client_1.decorateServiceException(exception, body);
6859
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6860
6860
  };
6861
6861
  const deserializeAws_json1_1EncryptionKeyDisabledExceptionResponse = async (parsedOutput, context) => {
6862
6862
  const body = parsedOutput.body;
@@ -6865,7 +6865,7 @@ const deserializeAws_json1_1EncryptionKeyDisabledExceptionResponse = async (pars
6865
6865
  $metadata: deserializeMetadata(parsedOutput),
6866
6866
  ...deserialized,
6867
6867
  });
6868
- return smithy_client_1.decorateServiceException(exception, body);
6868
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6869
6869
  };
6870
6870
  const deserializeAws_json1_1EncryptionKeyNotFoundExceptionResponse = async (parsedOutput, context) => {
6871
6871
  const body = parsedOutput.body;
@@ -6874,7 +6874,7 @@ const deserializeAws_json1_1EncryptionKeyNotFoundExceptionResponse = async (pars
6874
6874
  $metadata: deserializeMetadata(parsedOutput),
6875
6875
  ...deserialized,
6876
6876
  });
6877
- return smithy_client_1.decorateServiceException(exception, body);
6877
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6878
6878
  };
6879
6879
  const deserializeAws_json1_1EncryptionKeyUnavailableExceptionResponse = async (parsedOutput, context) => {
6880
6880
  const body = parsedOutput.body;
@@ -6883,7 +6883,7 @@ const deserializeAws_json1_1EncryptionKeyUnavailableExceptionResponse = async (p
6883
6883
  $metadata: deserializeMetadata(parsedOutput),
6884
6884
  ...deserialized,
6885
6885
  });
6886
- return smithy_client_1.decorateServiceException(exception, body);
6886
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6887
6887
  };
6888
6888
  const deserializeAws_json1_1FileContentAndSourceFileSpecifiedExceptionResponse = async (parsedOutput, context) => {
6889
6889
  const body = parsedOutput.body;
@@ -6892,7 +6892,7 @@ const deserializeAws_json1_1FileContentAndSourceFileSpecifiedExceptionResponse =
6892
6892
  $metadata: deserializeMetadata(parsedOutput),
6893
6893
  ...deserialized,
6894
6894
  });
6895
- return smithy_client_1.decorateServiceException(exception, body);
6895
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6896
6896
  };
6897
6897
  const deserializeAws_json1_1FileContentRequiredExceptionResponse = async (parsedOutput, context) => {
6898
6898
  const body = parsedOutput.body;
@@ -6901,7 +6901,7 @@ const deserializeAws_json1_1FileContentRequiredExceptionResponse = async (parsed
6901
6901
  $metadata: deserializeMetadata(parsedOutput),
6902
6902
  ...deserialized,
6903
6903
  });
6904
- return smithy_client_1.decorateServiceException(exception, body);
6904
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6905
6905
  };
6906
6906
  const deserializeAws_json1_1FileContentSizeLimitExceededExceptionResponse = async (parsedOutput, context) => {
6907
6907
  const body = parsedOutput.body;
@@ -6910,7 +6910,7 @@ const deserializeAws_json1_1FileContentSizeLimitExceededExceptionResponse = asyn
6910
6910
  $metadata: deserializeMetadata(parsedOutput),
6911
6911
  ...deserialized,
6912
6912
  });
6913
- return smithy_client_1.decorateServiceException(exception, body);
6913
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6914
6914
  };
6915
6915
  const deserializeAws_json1_1FileDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6916
6916
  const body = parsedOutput.body;
@@ -6919,7 +6919,7 @@ const deserializeAws_json1_1FileDoesNotExistExceptionResponse = async (parsedOut
6919
6919
  $metadata: deserializeMetadata(parsedOutput),
6920
6920
  ...deserialized,
6921
6921
  });
6922
- return smithy_client_1.decorateServiceException(exception, body);
6922
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6923
6923
  };
6924
6924
  const deserializeAws_json1_1FileEntryRequiredExceptionResponse = async (parsedOutput, context) => {
6925
6925
  const body = parsedOutput.body;
@@ -6928,7 +6928,7 @@ const deserializeAws_json1_1FileEntryRequiredExceptionResponse = async (parsedOu
6928
6928
  $metadata: deserializeMetadata(parsedOutput),
6929
6929
  ...deserialized,
6930
6930
  });
6931
- return smithy_client_1.decorateServiceException(exception, body);
6931
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6932
6932
  };
6933
6933
  const deserializeAws_json1_1FileModeRequiredExceptionResponse = async (parsedOutput, context) => {
6934
6934
  const body = parsedOutput.body;
@@ -6937,7 +6937,7 @@ const deserializeAws_json1_1FileModeRequiredExceptionResponse = async (parsedOut
6937
6937
  $metadata: deserializeMetadata(parsedOutput),
6938
6938
  ...deserialized,
6939
6939
  });
6940
- return smithy_client_1.decorateServiceException(exception, body);
6940
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6941
6941
  };
6942
6942
  const deserializeAws_json1_1FileNameConflictsWithDirectoryNameExceptionResponse = async (parsedOutput, context) => {
6943
6943
  const body = parsedOutput.body;
@@ -6946,7 +6946,7 @@ const deserializeAws_json1_1FileNameConflictsWithDirectoryNameExceptionResponse
6946
6946
  $metadata: deserializeMetadata(parsedOutput),
6947
6947
  ...deserialized,
6948
6948
  });
6949
- return smithy_client_1.decorateServiceException(exception, body);
6949
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6950
6950
  };
6951
6951
  const deserializeAws_json1_1FilePathConflictsWithSubmodulePathExceptionResponse = async (parsedOutput, context) => {
6952
6952
  const body = parsedOutput.body;
@@ -6955,7 +6955,7 @@ const deserializeAws_json1_1FilePathConflictsWithSubmodulePathExceptionResponse
6955
6955
  $metadata: deserializeMetadata(parsedOutput),
6956
6956
  ...deserialized,
6957
6957
  });
6958
- return smithy_client_1.decorateServiceException(exception, body);
6958
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6959
6959
  };
6960
6960
  const deserializeAws_json1_1FileTooLargeExceptionResponse = async (parsedOutput, context) => {
6961
6961
  const body = parsedOutput.body;
@@ -6964,7 +6964,7 @@ const deserializeAws_json1_1FileTooLargeExceptionResponse = async (parsedOutput,
6964
6964
  $metadata: deserializeMetadata(parsedOutput),
6965
6965
  ...deserialized,
6966
6966
  });
6967
- return smithy_client_1.decorateServiceException(exception, body);
6967
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6968
6968
  };
6969
6969
  const deserializeAws_json1_1FolderContentSizeLimitExceededExceptionResponse = async (parsedOutput, context) => {
6970
6970
  const body = parsedOutput.body;
@@ -6973,7 +6973,7 @@ const deserializeAws_json1_1FolderContentSizeLimitExceededExceptionResponse = as
6973
6973
  $metadata: deserializeMetadata(parsedOutput),
6974
6974
  ...deserialized,
6975
6975
  });
6976
- return smithy_client_1.decorateServiceException(exception, body);
6976
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6977
6977
  };
6978
6978
  const deserializeAws_json1_1FolderDoesNotExistExceptionResponse = async (parsedOutput, context) => {
6979
6979
  const body = parsedOutput.body;
@@ -6982,7 +6982,7 @@ const deserializeAws_json1_1FolderDoesNotExistExceptionResponse = async (parsedO
6982
6982
  $metadata: deserializeMetadata(parsedOutput),
6983
6983
  ...deserialized,
6984
6984
  });
6985
- return smithy_client_1.decorateServiceException(exception, body);
6985
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6986
6986
  };
6987
6987
  const deserializeAws_json1_1IdempotencyParameterMismatchExceptionResponse = async (parsedOutput, context) => {
6988
6988
  const body = parsedOutput.body;
@@ -6991,7 +6991,7 @@ const deserializeAws_json1_1IdempotencyParameterMismatchExceptionResponse = asyn
6991
6991
  $metadata: deserializeMetadata(parsedOutput),
6992
6992
  ...deserialized,
6993
6993
  });
6994
- return smithy_client_1.decorateServiceException(exception, body);
6994
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
6995
6995
  };
6996
6996
  const deserializeAws_json1_1InvalidActorArnExceptionResponse = async (parsedOutput, context) => {
6997
6997
  const body = parsedOutput.body;
@@ -7000,7 +7000,7 @@ const deserializeAws_json1_1InvalidActorArnExceptionResponse = async (parsedOutp
7000
7000
  $metadata: deserializeMetadata(parsedOutput),
7001
7001
  ...deserialized,
7002
7002
  });
7003
- return smithy_client_1.decorateServiceException(exception, body);
7003
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7004
7004
  };
7005
7005
  const deserializeAws_json1_1InvalidApprovalRuleContentExceptionResponse = async (parsedOutput, context) => {
7006
7006
  const body = parsedOutput.body;
@@ -7009,7 +7009,7 @@ const deserializeAws_json1_1InvalidApprovalRuleContentExceptionResponse = async
7009
7009
  $metadata: deserializeMetadata(parsedOutput),
7010
7010
  ...deserialized,
7011
7011
  });
7012
- return smithy_client_1.decorateServiceException(exception, body);
7012
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7013
7013
  };
7014
7014
  const deserializeAws_json1_1InvalidApprovalRuleNameExceptionResponse = async (parsedOutput, context) => {
7015
7015
  const body = parsedOutput.body;
@@ -7018,7 +7018,7 @@ const deserializeAws_json1_1InvalidApprovalRuleNameExceptionResponse = async (pa
7018
7018
  $metadata: deserializeMetadata(parsedOutput),
7019
7019
  ...deserialized,
7020
7020
  });
7021
- return smithy_client_1.decorateServiceException(exception, body);
7021
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7022
7022
  };
7023
7023
  const deserializeAws_json1_1InvalidApprovalRuleTemplateContentExceptionResponse = async (parsedOutput, context) => {
7024
7024
  const body = parsedOutput.body;
@@ -7027,7 +7027,7 @@ const deserializeAws_json1_1InvalidApprovalRuleTemplateContentExceptionResponse
7027
7027
  $metadata: deserializeMetadata(parsedOutput),
7028
7028
  ...deserialized,
7029
7029
  });
7030
- return smithy_client_1.decorateServiceException(exception, body);
7030
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7031
7031
  };
7032
7032
  const deserializeAws_json1_1InvalidApprovalRuleTemplateDescriptionExceptionResponse = async (parsedOutput, context) => {
7033
7033
  const body = parsedOutput.body;
@@ -7036,7 +7036,7 @@ const deserializeAws_json1_1InvalidApprovalRuleTemplateDescriptionExceptionRespo
7036
7036
  $metadata: deserializeMetadata(parsedOutput),
7037
7037
  ...deserialized,
7038
7038
  });
7039
- return smithy_client_1.decorateServiceException(exception, body);
7039
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7040
7040
  };
7041
7041
  const deserializeAws_json1_1InvalidApprovalRuleTemplateNameExceptionResponse = async (parsedOutput, context) => {
7042
7042
  const body = parsedOutput.body;
@@ -7045,7 +7045,7 @@ const deserializeAws_json1_1InvalidApprovalRuleTemplateNameExceptionResponse = a
7045
7045
  $metadata: deserializeMetadata(parsedOutput),
7046
7046
  ...deserialized,
7047
7047
  });
7048
- return smithy_client_1.decorateServiceException(exception, body);
7048
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7049
7049
  };
7050
7050
  const deserializeAws_json1_1InvalidApprovalStateExceptionResponse = async (parsedOutput, context) => {
7051
7051
  const body = parsedOutput.body;
@@ -7054,7 +7054,7 @@ const deserializeAws_json1_1InvalidApprovalStateExceptionResponse = async (parse
7054
7054
  $metadata: deserializeMetadata(parsedOutput),
7055
7055
  ...deserialized,
7056
7056
  });
7057
- return smithy_client_1.decorateServiceException(exception, body);
7057
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7058
7058
  };
7059
7059
  const deserializeAws_json1_1InvalidAuthorArnExceptionResponse = async (parsedOutput, context) => {
7060
7060
  const body = parsedOutput.body;
@@ -7063,7 +7063,7 @@ const deserializeAws_json1_1InvalidAuthorArnExceptionResponse = async (parsedOut
7063
7063
  $metadata: deserializeMetadata(parsedOutput),
7064
7064
  ...deserialized,
7065
7065
  });
7066
- return smithy_client_1.decorateServiceException(exception, body);
7066
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7067
7067
  };
7068
7068
  const deserializeAws_json1_1InvalidBlobIdExceptionResponse = async (parsedOutput, context) => {
7069
7069
  const body = parsedOutput.body;
@@ -7072,7 +7072,7 @@ const deserializeAws_json1_1InvalidBlobIdExceptionResponse = async (parsedOutput
7072
7072
  $metadata: deserializeMetadata(parsedOutput),
7073
7073
  ...deserialized,
7074
7074
  });
7075
- return smithy_client_1.decorateServiceException(exception, body);
7075
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7076
7076
  };
7077
7077
  const deserializeAws_json1_1InvalidBranchNameExceptionResponse = async (parsedOutput, context) => {
7078
7078
  const body = parsedOutput.body;
@@ -7081,7 +7081,7 @@ const deserializeAws_json1_1InvalidBranchNameExceptionResponse = async (parsedOu
7081
7081
  $metadata: deserializeMetadata(parsedOutput),
7082
7082
  ...deserialized,
7083
7083
  });
7084
- return smithy_client_1.decorateServiceException(exception, body);
7084
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7085
7085
  };
7086
7086
  const deserializeAws_json1_1InvalidClientRequestTokenExceptionResponse = async (parsedOutput, context) => {
7087
7087
  const body = parsedOutput.body;
@@ -7090,7 +7090,7 @@ const deserializeAws_json1_1InvalidClientRequestTokenExceptionResponse = async (
7090
7090
  $metadata: deserializeMetadata(parsedOutput),
7091
7091
  ...deserialized,
7092
7092
  });
7093
- return smithy_client_1.decorateServiceException(exception, body);
7093
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7094
7094
  };
7095
7095
  const deserializeAws_json1_1InvalidCommentIdExceptionResponse = async (parsedOutput, context) => {
7096
7096
  const body = parsedOutput.body;
@@ -7099,7 +7099,7 @@ const deserializeAws_json1_1InvalidCommentIdExceptionResponse = async (parsedOut
7099
7099
  $metadata: deserializeMetadata(parsedOutput),
7100
7100
  ...deserialized,
7101
7101
  });
7102
- return smithy_client_1.decorateServiceException(exception, body);
7102
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7103
7103
  };
7104
7104
  const deserializeAws_json1_1InvalidCommitExceptionResponse = async (parsedOutput, context) => {
7105
7105
  const body = parsedOutput.body;
@@ -7108,7 +7108,7 @@ const deserializeAws_json1_1InvalidCommitExceptionResponse = async (parsedOutput
7108
7108
  $metadata: deserializeMetadata(parsedOutput),
7109
7109
  ...deserialized,
7110
7110
  });
7111
- return smithy_client_1.decorateServiceException(exception, body);
7111
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7112
7112
  };
7113
7113
  const deserializeAws_json1_1InvalidCommitIdExceptionResponse = async (parsedOutput, context) => {
7114
7114
  const body = parsedOutput.body;
@@ -7117,7 +7117,7 @@ const deserializeAws_json1_1InvalidCommitIdExceptionResponse = async (parsedOutp
7117
7117
  $metadata: deserializeMetadata(parsedOutput),
7118
7118
  ...deserialized,
7119
7119
  });
7120
- return smithy_client_1.decorateServiceException(exception, body);
7120
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7121
7121
  };
7122
7122
  const deserializeAws_json1_1InvalidConflictDetailLevelExceptionResponse = async (parsedOutput, context) => {
7123
7123
  const body = parsedOutput.body;
@@ -7126,7 +7126,7 @@ const deserializeAws_json1_1InvalidConflictDetailLevelExceptionResponse = async
7126
7126
  $metadata: deserializeMetadata(parsedOutput),
7127
7127
  ...deserialized,
7128
7128
  });
7129
- return smithy_client_1.decorateServiceException(exception, body);
7129
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7130
7130
  };
7131
7131
  const deserializeAws_json1_1InvalidConflictResolutionExceptionResponse = async (parsedOutput, context) => {
7132
7132
  const body = parsedOutput.body;
@@ -7135,7 +7135,7 @@ const deserializeAws_json1_1InvalidConflictResolutionExceptionResponse = async (
7135
7135
  $metadata: deserializeMetadata(parsedOutput),
7136
7136
  ...deserialized,
7137
7137
  });
7138
- return smithy_client_1.decorateServiceException(exception, body);
7138
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7139
7139
  };
7140
7140
  const deserializeAws_json1_1InvalidConflictResolutionStrategyExceptionResponse = async (parsedOutput, context) => {
7141
7141
  const body = parsedOutput.body;
@@ -7144,7 +7144,7 @@ const deserializeAws_json1_1InvalidConflictResolutionStrategyExceptionResponse =
7144
7144
  $metadata: deserializeMetadata(parsedOutput),
7145
7145
  ...deserialized,
7146
7146
  });
7147
- return smithy_client_1.decorateServiceException(exception, body);
7147
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7148
7148
  };
7149
7149
  const deserializeAws_json1_1InvalidContinuationTokenExceptionResponse = async (parsedOutput, context) => {
7150
7150
  const body = parsedOutput.body;
@@ -7153,7 +7153,7 @@ const deserializeAws_json1_1InvalidContinuationTokenExceptionResponse = async (p
7153
7153
  $metadata: deserializeMetadata(parsedOutput),
7154
7154
  ...deserialized,
7155
7155
  });
7156
- return smithy_client_1.decorateServiceException(exception, body);
7156
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7157
7157
  };
7158
7158
  const deserializeAws_json1_1InvalidDeletionParameterExceptionResponse = async (parsedOutput, context) => {
7159
7159
  const body = parsedOutput.body;
@@ -7162,7 +7162,7 @@ const deserializeAws_json1_1InvalidDeletionParameterExceptionResponse = async (p
7162
7162
  $metadata: deserializeMetadata(parsedOutput),
7163
7163
  ...deserialized,
7164
7164
  });
7165
- return smithy_client_1.decorateServiceException(exception, body);
7165
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7166
7166
  };
7167
7167
  const deserializeAws_json1_1InvalidDescriptionExceptionResponse = async (parsedOutput, context) => {
7168
7168
  const body = parsedOutput.body;
@@ -7171,7 +7171,7 @@ const deserializeAws_json1_1InvalidDescriptionExceptionResponse = async (parsedO
7171
7171
  $metadata: deserializeMetadata(parsedOutput),
7172
7172
  ...deserialized,
7173
7173
  });
7174
- return smithy_client_1.decorateServiceException(exception, body);
7174
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7175
7175
  };
7176
7176
  const deserializeAws_json1_1InvalidDestinationCommitSpecifierExceptionResponse = async (parsedOutput, context) => {
7177
7177
  const body = parsedOutput.body;
@@ -7180,7 +7180,7 @@ const deserializeAws_json1_1InvalidDestinationCommitSpecifierExceptionResponse =
7180
7180
  $metadata: deserializeMetadata(parsedOutput),
7181
7181
  ...deserialized,
7182
7182
  });
7183
- return smithy_client_1.decorateServiceException(exception, body);
7183
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7184
7184
  };
7185
7185
  const deserializeAws_json1_1InvalidEmailExceptionResponse = async (parsedOutput, context) => {
7186
7186
  const body = parsedOutput.body;
@@ -7189,7 +7189,7 @@ const deserializeAws_json1_1InvalidEmailExceptionResponse = async (parsedOutput,
7189
7189
  $metadata: deserializeMetadata(parsedOutput),
7190
7190
  ...deserialized,
7191
7191
  });
7192
- return smithy_client_1.decorateServiceException(exception, body);
7192
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7193
7193
  };
7194
7194
  const deserializeAws_json1_1InvalidFileLocationExceptionResponse = async (parsedOutput, context) => {
7195
7195
  const body = parsedOutput.body;
@@ -7198,7 +7198,7 @@ const deserializeAws_json1_1InvalidFileLocationExceptionResponse = async (parsed
7198
7198
  $metadata: deserializeMetadata(parsedOutput),
7199
7199
  ...deserialized,
7200
7200
  });
7201
- return smithy_client_1.decorateServiceException(exception, body);
7201
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7202
7202
  };
7203
7203
  const deserializeAws_json1_1InvalidFileModeExceptionResponse = async (parsedOutput, context) => {
7204
7204
  const body = parsedOutput.body;
@@ -7207,7 +7207,7 @@ const deserializeAws_json1_1InvalidFileModeExceptionResponse = async (parsedOutp
7207
7207
  $metadata: deserializeMetadata(parsedOutput),
7208
7208
  ...deserialized,
7209
7209
  });
7210
- return smithy_client_1.decorateServiceException(exception, body);
7210
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7211
7211
  };
7212
7212
  const deserializeAws_json1_1InvalidFilePositionExceptionResponse = async (parsedOutput, context) => {
7213
7213
  const body = parsedOutput.body;
@@ -7216,7 +7216,7 @@ const deserializeAws_json1_1InvalidFilePositionExceptionResponse = async (parsed
7216
7216
  $metadata: deserializeMetadata(parsedOutput),
7217
7217
  ...deserialized,
7218
7218
  });
7219
- return smithy_client_1.decorateServiceException(exception, body);
7219
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7220
7220
  };
7221
7221
  const deserializeAws_json1_1InvalidMaxConflictFilesExceptionResponse = async (parsedOutput, context) => {
7222
7222
  const body = parsedOutput.body;
@@ -7225,7 +7225,7 @@ const deserializeAws_json1_1InvalidMaxConflictFilesExceptionResponse = async (pa
7225
7225
  $metadata: deserializeMetadata(parsedOutput),
7226
7226
  ...deserialized,
7227
7227
  });
7228
- return smithy_client_1.decorateServiceException(exception, body);
7228
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7229
7229
  };
7230
7230
  const deserializeAws_json1_1InvalidMaxMergeHunksExceptionResponse = async (parsedOutput, context) => {
7231
7231
  const body = parsedOutput.body;
@@ -7234,7 +7234,7 @@ const deserializeAws_json1_1InvalidMaxMergeHunksExceptionResponse = async (parse
7234
7234
  $metadata: deserializeMetadata(parsedOutput),
7235
7235
  ...deserialized,
7236
7236
  });
7237
- return smithy_client_1.decorateServiceException(exception, body);
7237
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7238
7238
  };
7239
7239
  const deserializeAws_json1_1InvalidMaxResultsExceptionResponse = async (parsedOutput, context) => {
7240
7240
  const body = parsedOutput.body;
@@ -7243,7 +7243,7 @@ const deserializeAws_json1_1InvalidMaxResultsExceptionResponse = async (parsedOu
7243
7243
  $metadata: deserializeMetadata(parsedOutput),
7244
7244
  ...deserialized,
7245
7245
  });
7246
- return smithy_client_1.decorateServiceException(exception, body);
7246
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7247
7247
  };
7248
7248
  const deserializeAws_json1_1InvalidMergeOptionExceptionResponse = async (parsedOutput, context) => {
7249
7249
  const body = parsedOutput.body;
@@ -7252,7 +7252,7 @@ const deserializeAws_json1_1InvalidMergeOptionExceptionResponse = async (parsedO
7252
7252
  $metadata: deserializeMetadata(parsedOutput),
7253
7253
  ...deserialized,
7254
7254
  });
7255
- return smithy_client_1.decorateServiceException(exception, body);
7255
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7256
7256
  };
7257
7257
  const deserializeAws_json1_1InvalidOrderExceptionResponse = async (parsedOutput, context) => {
7258
7258
  const body = parsedOutput.body;
@@ -7261,7 +7261,7 @@ const deserializeAws_json1_1InvalidOrderExceptionResponse = async (parsedOutput,
7261
7261
  $metadata: deserializeMetadata(parsedOutput),
7262
7262
  ...deserialized,
7263
7263
  });
7264
- return smithy_client_1.decorateServiceException(exception, body);
7264
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7265
7265
  };
7266
7266
  const deserializeAws_json1_1InvalidOverrideStatusExceptionResponse = async (parsedOutput, context) => {
7267
7267
  const body = parsedOutput.body;
@@ -7270,7 +7270,7 @@ const deserializeAws_json1_1InvalidOverrideStatusExceptionResponse = async (pars
7270
7270
  $metadata: deserializeMetadata(parsedOutput),
7271
7271
  ...deserialized,
7272
7272
  });
7273
- return smithy_client_1.decorateServiceException(exception, body);
7273
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7274
7274
  };
7275
7275
  const deserializeAws_json1_1InvalidParentCommitIdExceptionResponse = async (parsedOutput, context) => {
7276
7276
  const body = parsedOutput.body;
@@ -7279,7 +7279,7 @@ const deserializeAws_json1_1InvalidParentCommitIdExceptionResponse = async (pars
7279
7279
  $metadata: deserializeMetadata(parsedOutput),
7280
7280
  ...deserialized,
7281
7281
  });
7282
- return smithy_client_1.decorateServiceException(exception, body);
7282
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7283
7283
  };
7284
7284
  const deserializeAws_json1_1InvalidPathExceptionResponse = async (parsedOutput, context) => {
7285
7285
  const body = parsedOutput.body;
@@ -7288,7 +7288,7 @@ const deserializeAws_json1_1InvalidPathExceptionResponse = async (parsedOutput,
7288
7288
  $metadata: deserializeMetadata(parsedOutput),
7289
7289
  ...deserialized,
7290
7290
  });
7291
- return smithy_client_1.decorateServiceException(exception, body);
7291
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7292
7292
  };
7293
7293
  const deserializeAws_json1_1InvalidPullRequestEventTypeExceptionResponse = async (parsedOutput, context) => {
7294
7294
  const body = parsedOutput.body;
@@ -7297,7 +7297,7 @@ const deserializeAws_json1_1InvalidPullRequestEventTypeExceptionResponse = async
7297
7297
  $metadata: deserializeMetadata(parsedOutput),
7298
7298
  ...deserialized,
7299
7299
  });
7300
- return smithy_client_1.decorateServiceException(exception, body);
7300
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7301
7301
  };
7302
7302
  const deserializeAws_json1_1InvalidPullRequestIdExceptionResponse = async (parsedOutput, context) => {
7303
7303
  const body = parsedOutput.body;
@@ -7306,7 +7306,7 @@ const deserializeAws_json1_1InvalidPullRequestIdExceptionResponse = async (parse
7306
7306
  $metadata: deserializeMetadata(parsedOutput),
7307
7307
  ...deserialized,
7308
7308
  });
7309
- return smithy_client_1.decorateServiceException(exception, body);
7309
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7310
7310
  };
7311
7311
  const deserializeAws_json1_1InvalidPullRequestStatusExceptionResponse = async (parsedOutput, context) => {
7312
7312
  const body = parsedOutput.body;
@@ -7315,7 +7315,7 @@ const deserializeAws_json1_1InvalidPullRequestStatusExceptionResponse = async (p
7315
7315
  $metadata: deserializeMetadata(parsedOutput),
7316
7316
  ...deserialized,
7317
7317
  });
7318
- return smithy_client_1.decorateServiceException(exception, body);
7318
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7319
7319
  };
7320
7320
  const deserializeAws_json1_1InvalidPullRequestStatusUpdateExceptionResponse = async (parsedOutput, context) => {
7321
7321
  const body = parsedOutput.body;
@@ -7324,7 +7324,7 @@ const deserializeAws_json1_1InvalidPullRequestStatusUpdateExceptionResponse = as
7324
7324
  $metadata: deserializeMetadata(parsedOutput),
7325
7325
  ...deserialized,
7326
7326
  });
7327
- return smithy_client_1.decorateServiceException(exception, body);
7327
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7328
7328
  };
7329
7329
  const deserializeAws_json1_1InvalidReactionUserArnExceptionResponse = async (parsedOutput, context) => {
7330
7330
  const body = parsedOutput.body;
@@ -7333,7 +7333,7 @@ const deserializeAws_json1_1InvalidReactionUserArnExceptionResponse = async (par
7333
7333
  $metadata: deserializeMetadata(parsedOutput),
7334
7334
  ...deserialized,
7335
7335
  });
7336
- return smithy_client_1.decorateServiceException(exception, body);
7336
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7337
7337
  };
7338
7338
  const deserializeAws_json1_1InvalidReactionValueExceptionResponse = async (parsedOutput, context) => {
7339
7339
  const body = parsedOutput.body;
@@ -7342,7 +7342,7 @@ const deserializeAws_json1_1InvalidReactionValueExceptionResponse = async (parse
7342
7342
  $metadata: deserializeMetadata(parsedOutput),
7343
7343
  ...deserialized,
7344
7344
  });
7345
- return smithy_client_1.decorateServiceException(exception, body);
7345
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7346
7346
  };
7347
7347
  const deserializeAws_json1_1InvalidReferenceNameExceptionResponse = async (parsedOutput, context) => {
7348
7348
  const body = parsedOutput.body;
@@ -7351,7 +7351,7 @@ const deserializeAws_json1_1InvalidReferenceNameExceptionResponse = async (parse
7351
7351
  $metadata: deserializeMetadata(parsedOutput),
7352
7352
  ...deserialized,
7353
7353
  });
7354
- return smithy_client_1.decorateServiceException(exception, body);
7354
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7355
7355
  };
7356
7356
  const deserializeAws_json1_1InvalidRelativeFileVersionEnumExceptionResponse = async (parsedOutput, context) => {
7357
7357
  const body = parsedOutput.body;
@@ -7360,7 +7360,7 @@ const deserializeAws_json1_1InvalidRelativeFileVersionEnumExceptionResponse = as
7360
7360
  $metadata: deserializeMetadata(parsedOutput),
7361
7361
  ...deserialized,
7362
7362
  });
7363
- return smithy_client_1.decorateServiceException(exception, body);
7363
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7364
7364
  };
7365
7365
  const deserializeAws_json1_1InvalidReplacementContentExceptionResponse = async (parsedOutput, context) => {
7366
7366
  const body = parsedOutput.body;
@@ -7369,7 +7369,7 @@ const deserializeAws_json1_1InvalidReplacementContentExceptionResponse = async (
7369
7369
  $metadata: deserializeMetadata(parsedOutput),
7370
7370
  ...deserialized,
7371
7371
  });
7372
- return smithy_client_1.decorateServiceException(exception, body);
7372
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7373
7373
  };
7374
7374
  const deserializeAws_json1_1InvalidReplacementTypeExceptionResponse = async (parsedOutput, context) => {
7375
7375
  const body = parsedOutput.body;
@@ -7378,7 +7378,7 @@ const deserializeAws_json1_1InvalidReplacementTypeExceptionResponse = async (par
7378
7378
  $metadata: deserializeMetadata(parsedOutput),
7379
7379
  ...deserialized,
7380
7380
  });
7381
- return smithy_client_1.decorateServiceException(exception, body);
7381
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7382
7382
  };
7383
7383
  const deserializeAws_json1_1InvalidRepositoryDescriptionExceptionResponse = async (parsedOutput, context) => {
7384
7384
  const body = parsedOutput.body;
@@ -7387,7 +7387,7 @@ const deserializeAws_json1_1InvalidRepositoryDescriptionExceptionResponse = asyn
7387
7387
  $metadata: deserializeMetadata(parsedOutput),
7388
7388
  ...deserialized,
7389
7389
  });
7390
- return smithy_client_1.decorateServiceException(exception, body);
7390
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7391
7391
  };
7392
7392
  const deserializeAws_json1_1InvalidRepositoryNameExceptionResponse = async (parsedOutput, context) => {
7393
7393
  const body = parsedOutput.body;
@@ -7396,7 +7396,7 @@ const deserializeAws_json1_1InvalidRepositoryNameExceptionResponse = async (pars
7396
7396
  $metadata: deserializeMetadata(parsedOutput),
7397
7397
  ...deserialized,
7398
7398
  });
7399
- return smithy_client_1.decorateServiceException(exception, body);
7399
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7400
7400
  };
7401
7401
  const deserializeAws_json1_1InvalidRepositoryTriggerBranchNameExceptionResponse = async (parsedOutput, context) => {
7402
7402
  const body = parsedOutput.body;
@@ -7405,7 +7405,7 @@ const deserializeAws_json1_1InvalidRepositoryTriggerBranchNameExceptionResponse
7405
7405
  $metadata: deserializeMetadata(parsedOutput),
7406
7406
  ...deserialized,
7407
7407
  });
7408
- return smithy_client_1.decorateServiceException(exception, body);
7408
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7409
7409
  };
7410
7410
  const deserializeAws_json1_1InvalidRepositoryTriggerCustomDataExceptionResponse = async (parsedOutput, context) => {
7411
7411
  const body = parsedOutput.body;
@@ -7414,7 +7414,7 @@ const deserializeAws_json1_1InvalidRepositoryTriggerCustomDataExceptionResponse
7414
7414
  $metadata: deserializeMetadata(parsedOutput),
7415
7415
  ...deserialized,
7416
7416
  });
7417
- return smithy_client_1.decorateServiceException(exception, body);
7417
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7418
7418
  };
7419
7419
  const deserializeAws_json1_1InvalidRepositoryTriggerDestinationArnExceptionResponse = async (parsedOutput, context) => {
7420
7420
  const body = parsedOutput.body;
@@ -7423,7 +7423,7 @@ const deserializeAws_json1_1InvalidRepositoryTriggerDestinationArnExceptionRespo
7423
7423
  $metadata: deserializeMetadata(parsedOutput),
7424
7424
  ...deserialized,
7425
7425
  });
7426
- return smithy_client_1.decorateServiceException(exception, body);
7426
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7427
7427
  };
7428
7428
  const deserializeAws_json1_1InvalidRepositoryTriggerEventsExceptionResponse = async (parsedOutput, context) => {
7429
7429
  const body = parsedOutput.body;
@@ -7432,7 +7432,7 @@ const deserializeAws_json1_1InvalidRepositoryTriggerEventsExceptionResponse = as
7432
7432
  $metadata: deserializeMetadata(parsedOutput),
7433
7433
  ...deserialized,
7434
7434
  });
7435
- return smithy_client_1.decorateServiceException(exception, body);
7435
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7436
7436
  };
7437
7437
  const deserializeAws_json1_1InvalidRepositoryTriggerNameExceptionResponse = async (parsedOutput, context) => {
7438
7438
  const body = parsedOutput.body;
@@ -7441,7 +7441,7 @@ const deserializeAws_json1_1InvalidRepositoryTriggerNameExceptionResponse = asyn
7441
7441
  $metadata: deserializeMetadata(parsedOutput),
7442
7442
  ...deserialized,
7443
7443
  });
7444
- return smithy_client_1.decorateServiceException(exception, body);
7444
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7445
7445
  };
7446
7446
  const deserializeAws_json1_1InvalidRepositoryTriggerRegionExceptionResponse = async (parsedOutput, context) => {
7447
7447
  const body = parsedOutput.body;
@@ -7450,7 +7450,7 @@ const deserializeAws_json1_1InvalidRepositoryTriggerRegionExceptionResponse = as
7450
7450
  $metadata: deserializeMetadata(parsedOutput),
7451
7451
  ...deserialized,
7452
7452
  });
7453
- return smithy_client_1.decorateServiceException(exception, body);
7453
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7454
7454
  };
7455
7455
  const deserializeAws_json1_1InvalidResourceArnExceptionResponse = async (parsedOutput, context) => {
7456
7456
  const body = parsedOutput.body;
@@ -7459,7 +7459,7 @@ const deserializeAws_json1_1InvalidResourceArnExceptionResponse = async (parsedO
7459
7459
  $metadata: deserializeMetadata(parsedOutput),
7460
7460
  ...deserialized,
7461
7461
  });
7462
- return smithy_client_1.decorateServiceException(exception, body);
7462
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7463
7463
  };
7464
7464
  const deserializeAws_json1_1InvalidRevisionIdExceptionResponse = async (parsedOutput, context) => {
7465
7465
  const body = parsedOutput.body;
@@ -7468,7 +7468,7 @@ const deserializeAws_json1_1InvalidRevisionIdExceptionResponse = async (parsedOu
7468
7468
  $metadata: deserializeMetadata(parsedOutput),
7469
7469
  ...deserialized,
7470
7470
  });
7471
- return smithy_client_1.decorateServiceException(exception, body);
7471
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7472
7472
  };
7473
7473
  const deserializeAws_json1_1InvalidRuleContentSha256ExceptionResponse = async (parsedOutput, context) => {
7474
7474
  const body = parsedOutput.body;
@@ -7477,7 +7477,7 @@ const deserializeAws_json1_1InvalidRuleContentSha256ExceptionResponse = async (p
7477
7477
  $metadata: deserializeMetadata(parsedOutput),
7478
7478
  ...deserialized,
7479
7479
  });
7480
- return smithy_client_1.decorateServiceException(exception, body);
7480
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7481
7481
  };
7482
7482
  const deserializeAws_json1_1InvalidSortByExceptionResponse = async (parsedOutput, context) => {
7483
7483
  const body = parsedOutput.body;
@@ -7486,7 +7486,7 @@ const deserializeAws_json1_1InvalidSortByExceptionResponse = async (parsedOutput
7486
7486
  $metadata: deserializeMetadata(parsedOutput),
7487
7487
  ...deserialized,
7488
7488
  });
7489
- return smithy_client_1.decorateServiceException(exception, body);
7489
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7490
7490
  };
7491
7491
  const deserializeAws_json1_1InvalidSourceCommitSpecifierExceptionResponse = async (parsedOutput, context) => {
7492
7492
  const body = parsedOutput.body;
@@ -7495,7 +7495,7 @@ const deserializeAws_json1_1InvalidSourceCommitSpecifierExceptionResponse = asyn
7495
7495
  $metadata: deserializeMetadata(parsedOutput),
7496
7496
  ...deserialized,
7497
7497
  });
7498
- return smithy_client_1.decorateServiceException(exception, body);
7498
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7499
7499
  };
7500
7500
  const deserializeAws_json1_1InvalidSystemTagUsageExceptionResponse = async (parsedOutput, context) => {
7501
7501
  const body = parsedOutput.body;
@@ -7504,7 +7504,7 @@ const deserializeAws_json1_1InvalidSystemTagUsageExceptionResponse = async (pars
7504
7504
  $metadata: deserializeMetadata(parsedOutput),
7505
7505
  ...deserialized,
7506
7506
  });
7507
- return smithy_client_1.decorateServiceException(exception, body);
7507
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7508
7508
  };
7509
7509
  const deserializeAws_json1_1InvalidTagKeysListExceptionResponse = async (parsedOutput, context) => {
7510
7510
  const body = parsedOutput.body;
@@ -7513,7 +7513,7 @@ const deserializeAws_json1_1InvalidTagKeysListExceptionResponse = async (parsedO
7513
7513
  $metadata: deserializeMetadata(parsedOutput),
7514
7514
  ...deserialized,
7515
7515
  });
7516
- return smithy_client_1.decorateServiceException(exception, body);
7516
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7517
7517
  };
7518
7518
  const deserializeAws_json1_1InvalidTagsMapExceptionResponse = async (parsedOutput, context) => {
7519
7519
  const body = parsedOutput.body;
@@ -7522,7 +7522,7 @@ const deserializeAws_json1_1InvalidTagsMapExceptionResponse = async (parsedOutpu
7522
7522
  $metadata: deserializeMetadata(parsedOutput),
7523
7523
  ...deserialized,
7524
7524
  });
7525
- return smithy_client_1.decorateServiceException(exception, body);
7525
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7526
7526
  };
7527
7527
  const deserializeAws_json1_1InvalidTargetBranchExceptionResponse = async (parsedOutput, context) => {
7528
7528
  const body = parsedOutput.body;
@@ -7531,7 +7531,7 @@ const deserializeAws_json1_1InvalidTargetBranchExceptionResponse = async (parsed
7531
7531
  $metadata: deserializeMetadata(parsedOutput),
7532
7532
  ...deserialized,
7533
7533
  });
7534
- return smithy_client_1.decorateServiceException(exception, body);
7534
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7535
7535
  };
7536
7536
  const deserializeAws_json1_1InvalidTargetExceptionResponse = async (parsedOutput, context) => {
7537
7537
  const body = parsedOutput.body;
@@ -7540,7 +7540,7 @@ const deserializeAws_json1_1InvalidTargetExceptionResponse = async (parsedOutput
7540
7540
  $metadata: deserializeMetadata(parsedOutput),
7541
7541
  ...deserialized,
7542
7542
  });
7543
- return smithy_client_1.decorateServiceException(exception, body);
7543
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7544
7544
  };
7545
7545
  const deserializeAws_json1_1InvalidTargetsExceptionResponse = async (parsedOutput, context) => {
7546
7546
  const body = parsedOutput.body;
@@ -7549,7 +7549,7 @@ const deserializeAws_json1_1InvalidTargetsExceptionResponse = async (parsedOutpu
7549
7549
  $metadata: deserializeMetadata(parsedOutput),
7550
7550
  ...deserialized,
7551
7551
  });
7552
- return smithy_client_1.decorateServiceException(exception, body);
7552
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7553
7553
  };
7554
7554
  const deserializeAws_json1_1InvalidTitleExceptionResponse = async (parsedOutput, context) => {
7555
7555
  const body = parsedOutput.body;
@@ -7558,7 +7558,7 @@ const deserializeAws_json1_1InvalidTitleExceptionResponse = async (parsedOutput,
7558
7558
  $metadata: deserializeMetadata(parsedOutput),
7559
7559
  ...deserialized,
7560
7560
  });
7561
- return smithy_client_1.decorateServiceException(exception, body);
7561
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7562
7562
  };
7563
7563
  const deserializeAws_json1_1ManualMergeRequiredExceptionResponse = async (parsedOutput, context) => {
7564
7564
  const body = parsedOutput.body;
@@ -7567,7 +7567,7 @@ const deserializeAws_json1_1ManualMergeRequiredExceptionResponse = async (parsed
7567
7567
  $metadata: deserializeMetadata(parsedOutput),
7568
7568
  ...deserialized,
7569
7569
  });
7570
- return smithy_client_1.decorateServiceException(exception, body);
7570
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7571
7571
  };
7572
7572
  const deserializeAws_json1_1MaximumBranchesExceededExceptionResponse = async (parsedOutput, context) => {
7573
7573
  const body = parsedOutput.body;
@@ -7576,7 +7576,7 @@ const deserializeAws_json1_1MaximumBranchesExceededExceptionResponse = async (pa
7576
7576
  $metadata: deserializeMetadata(parsedOutput),
7577
7577
  ...deserialized,
7578
7578
  });
7579
- return smithy_client_1.decorateServiceException(exception, body);
7579
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7580
7580
  };
7581
7581
  const deserializeAws_json1_1MaximumConflictResolutionEntriesExceededExceptionResponse = async (parsedOutput, context) => {
7582
7582
  const body = parsedOutput.body;
@@ -7585,7 +7585,7 @@ const deserializeAws_json1_1MaximumConflictResolutionEntriesExceededExceptionRes
7585
7585
  $metadata: deserializeMetadata(parsedOutput),
7586
7586
  ...deserialized,
7587
7587
  });
7588
- return smithy_client_1.decorateServiceException(exception, body);
7588
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7589
7589
  };
7590
7590
  const deserializeAws_json1_1MaximumFileContentToLoadExceededExceptionResponse = async (parsedOutput, context) => {
7591
7591
  const body = parsedOutput.body;
@@ -7594,7 +7594,7 @@ const deserializeAws_json1_1MaximumFileContentToLoadExceededExceptionResponse =
7594
7594
  $metadata: deserializeMetadata(parsedOutput),
7595
7595
  ...deserialized,
7596
7596
  });
7597
- return smithy_client_1.decorateServiceException(exception, body);
7597
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7598
7598
  };
7599
7599
  const deserializeAws_json1_1MaximumFileEntriesExceededExceptionResponse = async (parsedOutput, context) => {
7600
7600
  const body = parsedOutput.body;
@@ -7603,7 +7603,7 @@ const deserializeAws_json1_1MaximumFileEntriesExceededExceptionResponse = async
7603
7603
  $metadata: deserializeMetadata(parsedOutput),
7604
7604
  ...deserialized,
7605
7605
  });
7606
- return smithy_client_1.decorateServiceException(exception, body);
7606
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7607
7607
  };
7608
7608
  const deserializeAws_json1_1MaximumItemsToCompareExceededExceptionResponse = async (parsedOutput, context) => {
7609
7609
  const body = parsedOutput.body;
@@ -7612,7 +7612,7 @@ const deserializeAws_json1_1MaximumItemsToCompareExceededExceptionResponse = asy
7612
7612
  $metadata: deserializeMetadata(parsedOutput),
7613
7613
  ...deserialized,
7614
7614
  });
7615
- return smithy_client_1.decorateServiceException(exception, body);
7615
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7616
7616
  };
7617
7617
  const deserializeAws_json1_1MaximumNumberOfApprovalsExceededExceptionResponse = async (parsedOutput, context) => {
7618
7618
  const body = parsedOutput.body;
@@ -7621,7 +7621,7 @@ const deserializeAws_json1_1MaximumNumberOfApprovalsExceededExceptionResponse =
7621
7621
  $metadata: deserializeMetadata(parsedOutput),
7622
7622
  ...deserialized,
7623
7623
  });
7624
- return smithy_client_1.decorateServiceException(exception, body);
7624
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7625
7625
  };
7626
7626
  const deserializeAws_json1_1MaximumOpenPullRequestsExceededExceptionResponse = async (parsedOutput, context) => {
7627
7627
  const body = parsedOutput.body;
@@ -7630,7 +7630,7 @@ const deserializeAws_json1_1MaximumOpenPullRequestsExceededExceptionResponse = a
7630
7630
  $metadata: deserializeMetadata(parsedOutput),
7631
7631
  ...deserialized,
7632
7632
  });
7633
- return smithy_client_1.decorateServiceException(exception, body);
7633
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7634
7634
  };
7635
7635
  const deserializeAws_json1_1MaximumRepositoryNamesExceededExceptionResponse = async (parsedOutput, context) => {
7636
7636
  const body = parsedOutput.body;
@@ -7639,7 +7639,7 @@ const deserializeAws_json1_1MaximumRepositoryNamesExceededExceptionResponse = as
7639
7639
  $metadata: deserializeMetadata(parsedOutput),
7640
7640
  ...deserialized,
7641
7641
  });
7642
- return smithy_client_1.decorateServiceException(exception, body);
7642
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7643
7643
  };
7644
7644
  const deserializeAws_json1_1MaximumRepositoryTriggersExceededExceptionResponse = async (parsedOutput, context) => {
7645
7645
  const body = parsedOutput.body;
@@ -7648,7 +7648,7 @@ const deserializeAws_json1_1MaximumRepositoryTriggersExceededExceptionResponse =
7648
7648
  $metadata: deserializeMetadata(parsedOutput),
7649
7649
  ...deserialized,
7650
7650
  });
7651
- return smithy_client_1.decorateServiceException(exception, body);
7651
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7652
7652
  };
7653
7653
  const deserializeAws_json1_1MaximumRuleTemplatesAssociatedWithRepositoryExceptionResponse = async (parsedOutput, context) => {
7654
7654
  const body = parsedOutput.body;
@@ -7657,7 +7657,7 @@ const deserializeAws_json1_1MaximumRuleTemplatesAssociatedWithRepositoryExceptio
7657
7657
  $metadata: deserializeMetadata(parsedOutput),
7658
7658
  ...deserialized,
7659
7659
  });
7660
- return smithy_client_1.decorateServiceException(exception, body);
7660
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7661
7661
  };
7662
7662
  const deserializeAws_json1_1MergeOptionRequiredExceptionResponse = async (parsedOutput, context) => {
7663
7663
  const body = parsedOutput.body;
@@ -7666,7 +7666,7 @@ const deserializeAws_json1_1MergeOptionRequiredExceptionResponse = async (parsed
7666
7666
  $metadata: deserializeMetadata(parsedOutput),
7667
7667
  ...deserialized,
7668
7668
  });
7669
- return smithy_client_1.decorateServiceException(exception, body);
7669
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7670
7670
  };
7671
7671
  const deserializeAws_json1_1MultipleConflictResolutionEntriesExceptionResponse = async (parsedOutput, context) => {
7672
7672
  const body = parsedOutput.body;
@@ -7675,7 +7675,7 @@ const deserializeAws_json1_1MultipleConflictResolutionEntriesExceptionResponse =
7675
7675
  $metadata: deserializeMetadata(parsedOutput),
7676
7676
  ...deserialized,
7677
7677
  });
7678
- return smithy_client_1.decorateServiceException(exception, body);
7678
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7679
7679
  };
7680
7680
  const deserializeAws_json1_1MultipleRepositoriesInPullRequestExceptionResponse = async (parsedOutput, context) => {
7681
7681
  const body = parsedOutput.body;
@@ -7684,7 +7684,7 @@ const deserializeAws_json1_1MultipleRepositoriesInPullRequestExceptionResponse =
7684
7684
  $metadata: deserializeMetadata(parsedOutput),
7685
7685
  ...deserialized,
7686
7686
  });
7687
- return smithy_client_1.decorateServiceException(exception, body);
7687
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7688
7688
  };
7689
7689
  const deserializeAws_json1_1NameLengthExceededExceptionResponse = async (parsedOutput, context) => {
7690
7690
  const body = parsedOutput.body;
@@ -7693,7 +7693,7 @@ const deserializeAws_json1_1NameLengthExceededExceptionResponse = async (parsedO
7693
7693
  $metadata: deserializeMetadata(parsedOutput),
7694
7694
  ...deserialized,
7695
7695
  });
7696
- return smithy_client_1.decorateServiceException(exception, body);
7696
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7697
7697
  };
7698
7698
  const deserializeAws_json1_1NoChangeExceptionResponse = async (parsedOutput, context) => {
7699
7699
  const body = parsedOutput.body;
@@ -7702,7 +7702,7 @@ const deserializeAws_json1_1NoChangeExceptionResponse = async (parsedOutput, con
7702
7702
  $metadata: deserializeMetadata(parsedOutput),
7703
7703
  ...deserialized,
7704
7704
  });
7705
- return smithy_client_1.decorateServiceException(exception, body);
7705
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7706
7706
  };
7707
7707
  const deserializeAws_json1_1NumberOfRulesExceededExceptionResponse = async (parsedOutput, context) => {
7708
7708
  const body = parsedOutput.body;
@@ -7711,7 +7711,7 @@ const deserializeAws_json1_1NumberOfRulesExceededExceptionResponse = async (pars
7711
7711
  $metadata: deserializeMetadata(parsedOutput),
7712
7712
  ...deserialized,
7713
7713
  });
7714
- return smithy_client_1.decorateServiceException(exception, body);
7714
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7715
7715
  };
7716
7716
  const deserializeAws_json1_1NumberOfRuleTemplatesExceededExceptionResponse = async (parsedOutput, context) => {
7717
7717
  const body = parsedOutput.body;
@@ -7720,7 +7720,7 @@ const deserializeAws_json1_1NumberOfRuleTemplatesExceededExceptionResponse = asy
7720
7720
  $metadata: deserializeMetadata(parsedOutput),
7721
7721
  ...deserialized,
7722
7722
  });
7723
- return smithy_client_1.decorateServiceException(exception, body);
7723
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7724
7724
  };
7725
7725
  const deserializeAws_json1_1OverrideAlreadySetExceptionResponse = async (parsedOutput, context) => {
7726
7726
  const body = parsedOutput.body;
@@ -7729,7 +7729,7 @@ const deserializeAws_json1_1OverrideAlreadySetExceptionResponse = async (parsedO
7729
7729
  $metadata: deserializeMetadata(parsedOutput),
7730
7730
  ...deserialized,
7731
7731
  });
7732
- return smithy_client_1.decorateServiceException(exception, body);
7732
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7733
7733
  };
7734
7734
  const deserializeAws_json1_1OverrideStatusRequiredExceptionResponse = async (parsedOutput, context) => {
7735
7735
  const body = parsedOutput.body;
@@ -7738,7 +7738,7 @@ const deserializeAws_json1_1OverrideStatusRequiredExceptionResponse = async (par
7738
7738
  $metadata: deserializeMetadata(parsedOutput),
7739
7739
  ...deserialized,
7740
7740
  });
7741
- return smithy_client_1.decorateServiceException(exception, body);
7741
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7742
7742
  };
7743
7743
  const deserializeAws_json1_1ParentCommitDoesNotExistExceptionResponse = async (parsedOutput, context) => {
7744
7744
  const body = parsedOutput.body;
@@ -7747,7 +7747,7 @@ const deserializeAws_json1_1ParentCommitDoesNotExistExceptionResponse = async (p
7747
7747
  $metadata: deserializeMetadata(parsedOutput),
7748
7748
  ...deserialized,
7749
7749
  });
7750
- return smithy_client_1.decorateServiceException(exception, body);
7750
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7751
7751
  };
7752
7752
  const deserializeAws_json1_1ParentCommitIdOutdatedExceptionResponse = async (parsedOutput, context) => {
7753
7753
  const body = parsedOutput.body;
@@ -7756,7 +7756,7 @@ const deserializeAws_json1_1ParentCommitIdOutdatedExceptionResponse = async (par
7756
7756
  $metadata: deserializeMetadata(parsedOutput),
7757
7757
  ...deserialized,
7758
7758
  });
7759
- return smithy_client_1.decorateServiceException(exception, body);
7759
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7760
7760
  };
7761
7761
  const deserializeAws_json1_1ParentCommitIdRequiredExceptionResponse = async (parsedOutput, context) => {
7762
7762
  const body = parsedOutput.body;
@@ -7765,7 +7765,7 @@ const deserializeAws_json1_1ParentCommitIdRequiredExceptionResponse = async (par
7765
7765
  $metadata: deserializeMetadata(parsedOutput),
7766
7766
  ...deserialized,
7767
7767
  });
7768
- return smithy_client_1.decorateServiceException(exception, body);
7768
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7769
7769
  };
7770
7770
  const deserializeAws_json1_1PathDoesNotExistExceptionResponse = async (parsedOutput, context) => {
7771
7771
  const body = parsedOutput.body;
@@ -7774,7 +7774,7 @@ const deserializeAws_json1_1PathDoesNotExistExceptionResponse = async (parsedOut
7774
7774
  $metadata: deserializeMetadata(parsedOutput),
7775
7775
  ...deserialized,
7776
7776
  });
7777
- return smithy_client_1.decorateServiceException(exception, body);
7777
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7778
7778
  };
7779
7779
  const deserializeAws_json1_1PathRequiredExceptionResponse = async (parsedOutput, context) => {
7780
7780
  const body = parsedOutput.body;
@@ -7783,7 +7783,7 @@ const deserializeAws_json1_1PathRequiredExceptionResponse = async (parsedOutput,
7783
7783
  $metadata: deserializeMetadata(parsedOutput),
7784
7784
  ...deserialized,
7785
7785
  });
7786
- return smithy_client_1.decorateServiceException(exception, body);
7786
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7787
7787
  };
7788
7788
  const deserializeAws_json1_1PullRequestAlreadyClosedExceptionResponse = async (parsedOutput, context) => {
7789
7789
  const body = parsedOutput.body;
@@ -7792,7 +7792,7 @@ const deserializeAws_json1_1PullRequestAlreadyClosedExceptionResponse = async (p
7792
7792
  $metadata: deserializeMetadata(parsedOutput),
7793
7793
  ...deserialized,
7794
7794
  });
7795
- return smithy_client_1.decorateServiceException(exception, body);
7795
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7796
7796
  };
7797
7797
  const deserializeAws_json1_1PullRequestApprovalRulesNotSatisfiedExceptionResponse = async (parsedOutput, context) => {
7798
7798
  const body = parsedOutput.body;
@@ -7801,7 +7801,7 @@ const deserializeAws_json1_1PullRequestApprovalRulesNotSatisfiedExceptionRespons
7801
7801
  $metadata: deserializeMetadata(parsedOutput),
7802
7802
  ...deserialized,
7803
7803
  });
7804
- return smithy_client_1.decorateServiceException(exception, body);
7804
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7805
7805
  };
7806
7806
  const deserializeAws_json1_1PullRequestCannotBeApprovedByAuthorExceptionResponse = async (parsedOutput, context) => {
7807
7807
  const body = parsedOutput.body;
@@ -7810,7 +7810,7 @@ const deserializeAws_json1_1PullRequestCannotBeApprovedByAuthorExceptionResponse
7810
7810
  $metadata: deserializeMetadata(parsedOutput),
7811
7811
  ...deserialized,
7812
7812
  });
7813
- return smithy_client_1.decorateServiceException(exception, body);
7813
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7814
7814
  };
7815
7815
  const deserializeAws_json1_1PullRequestDoesNotExistExceptionResponse = async (parsedOutput, context) => {
7816
7816
  const body = parsedOutput.body;
@@ -7819,7 +7819,7 @@ const deserializeAws_json1_1PullRequestDoesNotExistExceptionResponse = async (pa
7819
7819
  $metadata: deserializeMetadata(parsedOutput),
7820
7820
  ...deserialized,
7821
7821
  });
7822
- return smithy_client_1.decorateServiceException(exception, body);
7822
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7823
7823
  };
7824
7824
  const deserializeAws_json1_1PullRequestIdRequiredExceptionResponse = async (parsedOutput, context) => {
7825
7825
  const body = parsedOutput.body;
@@ -7828,7 +7828,7 @@ const deserializeAws_json1_1PullRequestIdRequiredExceptionResponse = async (pars
7828
7828
  $metadata: deserializeMetadata(parsedOutput),
7829
7829
  ...deserialized,
7830
7830
  });
7831
- return smithy_client_1.decorateServiceException(exception, body);
7831
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7832
7832
  };
7833
7833
  const deserializeAws_json1_1PullRequestStatusRequiredExceptionResponse = async (parsedOutput, context) => {
7834
7834
  const body = parsedOutput.body;
@@ -7837,7 +7837,7 @@ const deserializeAws_json1_1PullRequestStatusRequiredExceptionResponse = async (
7837
7837
  $metadata: deserializeMetadata(parsedOutput),
7838
7838
  ...deserialized,
7839
7839
  });
7840
- return smithy_client_1.decorateServiceException(exception, body);
7840
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7841
7841
  };
7842
7842
  const deserializeAws_json1_1PutFileEntryConflictExceptionResponse = async (parsedOutput, context) => {
7843
7843
  const body = parsedOutput.body;
@@ -7846,7 +7846,7 @@ const deserializeAws_json1_1PutFileEntryConflictExceptionResponse = async (parse
7846
7846
  $metadata: deserializeMetadata(parsedOutput),
7847
7847
  ...deserialized,
7848
7848
  });
7849
- return smithy_client_1.decorateServiceException(exception, body);
7849
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7850
7850
  };
7851
7851
  const deserializeAws_json1_1ReactionLimitExceededExceptionResponse = async (parsedOutput, context) => {
7852
7852
  const body = parsedOutput.body;
@@ -7855,7 +7855,7 @@ const deserializeAws_json1_1ReactionLimitExceededExceptionResponse = async (pars
7855
7855
  $metadata: deserializeMetadata(parsedOutput),
7856
7856
  ...deserialized,
7857
7857
  });
7858
- return smithy_client_1.decorateServiceException(exception, body);
7858
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7859
7859
  };
7860
7860
  const deserializeAws_json1_1ReactionValueRequiredExceptionResponse = async (parsedOutput, context) => {
7861
7861
  const body = parsedOutput.body;
@@ -7864,7 +7864,7 @@ const deserializeAws_json1_1ReactionValueRequiredExceptionResponse = async (pars
7864
7864
  $metadata: deserializeMetadata(parsedOutput),
7865
7865
  ...deserialized,
7866
7866
  });
7867
- return smithy_client_1.decorateServiceException(exception, body);
7867
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7868
7868
  };
7869
7869
  const deserializeAws_json1_1ReferenceDoesNotExistExceptionResponse = async (parsedOutput, context) => {
7870
7870
  const body = parsedOutput.body;
@@ -7873,7 +7873,7 @@ const deserializeAws_json1_1ReferenceDoesNotExistExceptionResponse = async (pars
7873
7873
  $metadata: deserializeMetadata(parsedOutput),
7874
7874
  ...deserialized,
7875
7875
  });
7876
- return smithy_client_1.decorateServiceException(exception, body);
7876
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7877
7877
  };
7878
7878
  const deserializeAws_json1_1ReferenceNameRequiredExceptionResponse = async (parsedOutput, context) => {
7879
7879
  const body = parsedOutput.body;
@@ -7882,7 +7882,7 @@ const deserializeAws_json1_1ReferenceNameRequiredExceptionResponse = async (pars
7882
7882
  $metadata: deserializeMetadata(parsedOutput),
7883
7883
  ...deserialized,
7884
7884
  });
7885
- return smithy_client_1.decorateServiceException(exception, body);
7885
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7886
7886
  };
7887
7887
  const deserializeAws_json1_1ReferenceTypeNotSupportedExceptionResponse = async (parsedOutput, context) => {
7888
7888
  const body = parsedOutput.body;
@@ -7891,7 +7891,7 @@ const deserializeAws_json1_1ReferenceTypeNotSupportedExceptionResponse = async (
7891
7891
  $metadata: deserializeMetadata(parsedOutput),
7892
7892
  ...deserialized,
7893
7893
  });
7894
- return smithy_client_1.decorateServiceException(exception, body);
7894
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7895
7895
  };
7896
7896
  const deserializeAws_json1_1ReplacementContentRequiredExceptionResponse = async (parsedOutput, context) => {
7897
7897
  const body = parsedOutput.body;
@@ -7900,7 +7900,7 @@ const deserializeAws_json1_1ReplacementContentRequiredExceptionResponse = async
7900
7900
  $metadata: deserializeMetadata(parsedOutput),
7901
7901
  ...deserialized,
7902
7902
  });
7903
- return smithy_client_1.decorateServiceException(exception, body);
7903
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7904
7904
  };
7905
7905
  const deserializeAws_json1_1ReplacementTypeRequiredExceptionResponse = async (parsedOutput, context) => {
7906
7906
  const body = parsedOutput.body;
@@ -7909,7 +7909,7 @@ const deserializeAws_json1_1ReplacementTypeRequiredExceptionResponse = async (pa
7909
7909
  $metadata: deserializeMetadata(parsedOutput),
7910
7910
  ...deserialized,
7911
7911
  });
7912
- return smithy_client_1.decorateServiceException(exception, body);
7912
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7913
7913
  };
7914
7914
  const deserializeAws_json1_1RepositoryDoesNotExistExceptionResponse = async (parsedOutput, context) => {
7915
7915
  const body = parsedOutput.body;
@@ -7918,7 +7918,7 @@ const deserializeAws_json1_1RepositoryDoesNotExistExceptionResponse = async (par
7918
7918
  $metadata: deserializeMetadata(parsedOutput),
7919
7919
  ...deserialized,
7920
7920
  });
7921
- return smithy_client_1.decorateServiceException(exception, body);
7921
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7922
7922
  };
7923
7923
  const deserializeAws_json1_1RepositoryLimitExceededExceptionResponse = async (parsedOutput, context) => {
7924
7924
  const body = parsedOutput.body;
@@ -7927,7 +7927,7 @@ const deserializeAws_json1_1RepositoryLimitExceededExceptionResponse = async (pa
7927
7927
  $metadata: deserializeMetadata(parsedOutput),
7928
7928
  ...deserialized,
7929
7929
  });
7930
- return smithy_client_1.decorateServiceException(exception, body);
7930
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7931
7931
  };
7932
7932
  const deserializeAws_json1_1RepositoryNameExistsExceptionResponse = async (parsedOutput, context) => {
7933
7933
  const body = parsedOutput.body;
@@ -7936,7 +7936,7 @@ const deserializeAws_json1_1RepositoryNameExistsExceptionResponse = async (parse
7936
7936
  $metadata: deserializeMetadata(parsedOutput),
7937
7937
  ...deserialized,
7938
7938
  });
7939
- return smithy_client_1.decorateServiceException(exception, body);
7939
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7940
7940
  };
7941
7941
  const deserializeAws_json1_1RepositoryNameRequiredExceptionResponse = async (parsedOutput, context) => {
7942
7942
  const body = parsedOutput.body;
@@ -7945,7 +7945,7 @@ const deserializeAws_json1_1RepositoryNameRequiredExceptionResponse = async (par
7945
7945
  $metadata: deserializeMetadata(parsedOutput),
7946
7946
  ...deserialized,
7947
7947
  });
7948
- return smithy_client_1.decorateServiceException(exception, body);
7948
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7949
7949
  };
7950
7950
  const deserializeAws_json1_1RepositoryNamesRequiredExceptionResponse = async (parsedOutput, context) => {
7951
7951
  const body = parsedOutput.body;
@@ -7954,7 +7954,7 @@ const deserializeAws_json1_1RepositoryNamesRequiredExceptionResponse = async (pa
7954
7954
  $metadata: deserializeMetadata(parsedOutput),
7955
7955
  ...deserialized,
7956
7956
  });
7957
- return smithy_client_1.decorateServiceException(exception, body);
7957
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7958
7958
  };
7959
7959
  const deserializeAws_json1_1RepositoryNotAssociatedWithPullRequestExceptionResponse = async (parsedOutput, context) => {
7960
7960
  const body = parsedOutput.body;
@@ -7963,7 +7963,7 @@ const deserializeAws_json1_1RepositoryNotAssociatedWithPullRequestExceptionRespo
7963
7963
  $metadata: deserializeMetadata(parsedOutput),
7964
7964
  ...deserialized,
7965
7965
  });
7966
- return smithy_client_1.decorateServiceException(exception, body);
7966
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7967
7967
  };
7968
7968
  const deserializeAws_json1_1RepositoryTriggerBranchNameListRequiredExceptionResponse = async (parsedOutput, context) => {
7969
7969
  const body = parsedOutput.body;
@@ -7972,7 +7972,7 @@ const deserializeAws_json1_1RepositoryTriggerBranchNameListRequiredExceptionResp
7972
7972
  $metadata: deserializeMetadata(parsedOutput),
7973
7973
  ...deserialized,
7974
7974
  });
7975
- return smithy_client_1.decorateServiceException(exception, body);
7975
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7976
7976
  };
7977
7977
  const deserializeAws_json1_1RepositoryTriggerDestinationArnRequiredExceptionResponse = async (parsedOutput, context) => {
7978
7978
  const body = parsedOutput.body;
@@ -7981,7 +7981,7 @@ const deserializeAws_json1_1RepositoryTriggerDestinationArnRequiredExceptionResp
7981
7981
  $metadata: deserializeMetadata(parsedOutput),
7982
7982
  ...deserialized,
7983
7983
  });
7984
- return smithy_client_1.decorateServiceException(exception, body);
7984
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7985
7985
  };
7986
7986
  const deserializeAws_json1_1RepositoryTriggerEventsListRequiredExceptionResponse = async (parsedOutput, context) => {
7987
7987
  const body = parsedOutput.body;
@@ -7990,7 +7990,7 @@ const deserializeAws_json1_1RepositoryTriggerEventsListRequiredExceptionResponse
7990
7990
  $metadata: deserializeMetadata(parsedOutput),
7991
7991
  ...deserialized,
7992
7992
  });
7993
- return smithy_client_1.decorateServiceException(exception, body);
7993
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
7994
7994
  };
7995
7995
  const deserializeAws_json1_1RepositoryTriggerNameRequiredExceptionResponse = async (parsedOutput, context) => {
7996
7996
  const body = parsedOutput.body;
@@ -7999,7 +7999,7 @@ const deserializeAws_json1_1RepositoryTriggerNameRequiredExceptionResponse = asy
7999
7999
  $metadata: deserializeMetadata(parsedOutput),
8000
8000
  ...deserialized,
8001
8001
  });
8002
- return smithy_client_1.decorateServiceException(exception, body);
8002
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8003
8003
  };
8004
8004
  const deserializeAws_json1_1RepositoryTriggersListRequiredExceptionResponse = async (parsedOutput, context) => {
8005
8005
  const body = parsedOutput.body;
@@ -8008,7 +8008,7 @@ const deserializeAws_json1_1RepositoryTriggersListRequiredExceptionResponse = as
8008
8008
  $metadata: deserializeMetadata(parsedOutput),
8009
8009
  ...deserialized,
8010
8010
  });
8011
- return smithy_client_1.decorateServiceException(exception, body);
8011
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8012
8012
  };
8013
8013
  const deserializeAws_json1_1ResourceArnRequiredExceptionResponse = async (parsedOutput, context) => {
8014
8014
  const body = parsedOutput.body;
@@ -8017,7 +8017,7 @@ const deserializeAws_json1_1ResourceArnRequiredExceptionResponse = async (parsed
8017
8017
  $metadata: deserializeMetadata(parsedOutput),
8018
8018
  ...deserialized,
8019
8019
  });
8020
- return smithy_client_1.decorateServiceException(exception, body);
8020
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8021
8021
  };
8022
8022
  const deserializeAws_json1_1RestrictedSourceFileExceptionResponse = async (parsedOutput, context) => {
8023
8023
  const body = parsedOutput.body;
@@ -8026,7 +8026,7 @@ const deserializeAws_json1_1RestrictedSourceFileExceptionResponse = async (parse
8026
8026
  $metadata: deserializeMetadata(parsedOutput),
8027
8027
  ...deserialized,
8028
8028
  });
8029
- return smithy_client_1.decorateServiceException(exception, body);
8029
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8030
8030
  };
8031
8031
  const deserializeAws_json1_1RevisionIdRequiredExceptionResponse = async (parsedOutput, context) => {
8032
8032
  const body = parsedOutput.body;
@@ -8035,7 +8035,7 @@ const deserializeAws_json1_1RevisionIdRequiredExceptionResponse = async (parsedO
8035
8035
  $metadata: deserializeMetadata(parsedOutput),
8036
8036
  ...deserialized,
8037
8037
  });
8038
- return smithy_client_1.decorateServiceException(exception, body);
8038
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8039
8039
  };
8040
8040
  const deserializeAws_json1_1RevisionNotCurrentExceptionResponse = async (parsedOutput, context) => {
8041
8041
  const body = parsedOutput.body;
@@ -8044,7 +8044,7 @@ const deserializeAws_json1_1RevisionNotCurrentExceptionResponse = async (parsedO
8044
8044
  $metadata: deserializeMetadata(parsedOutput),
8045
8045
  ...deserialized,
8046
8046
  });
8047
- return smithy_client_1.decorateServiceException(exception, body);
8047
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8048
8048
  };
8049
8049
  const deserializeAws_json1_1SameFileContentExceptionResponse = async (parsedOutput, context) => {
8050
8050
  const body = parsedOutput.body;
@@ -8053,7 +8053,7 @@ const deserializeAws_json1_1SameFileContentExceptionResponse = async (parsedOutp
8053
8053
  $metadata: deserializeMetadata(parsedOutput),
8054
8054
  ...deserialized,
8055
8055
  });
8056
- return smithy_client_1.decorateServiceException(exception, body);
8056
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8057
8057
  };
8058
8058
  const deserializeAws_json1_1SamePathRequestExceptionResponse = async (parsedOutput, context) => {
8059
8059
  const body = parsedOutput.body;
@@ -8062,7 +8062,7 @@ const deserializeAws_json1_1SamePathRequestExceptionResponse = async (parsedOutp
8062
8062
  $metadata: deserializeMetadata(parsedOutput),
8063
8063
  ...deserialized,
8064
8064
  });
8065
- return smithy_client_1.decorateServiceException(exception, body);
8065
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8066
8066
  };
8067
8067
  const deserializeAws_json1_1SourceAndDestinationAreSameExceptionResponse = async (parsedOutput, context) => {
8068
8068
  const body = parsedOutput.body;
@@ -8071,7 +8071,7 @@ const deserializeAws_json1_1SourceAndDestinationAreSameExceptionResponse = async
8071
8071
  $metadata: deserializeMetadata(parsedOutput),
8072
8072
  ...deserialized,
8073
8073
  });
8074
- return smithy_client_1.decorateServiceException(exception, body);
8074
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8075
8075
  };
8076
8076
  const deserializeAws_json1_1SourceFileOrContentRequiredExceptionResponse = async (parsedOutput, context) => {
8077
8077
  const body = parsedOutput.body;
@@ -8080,7 +8080,7 @@ const deserializeAws_json1_1SourceFileOrContentRequiredExceptionResponse = async
8080
8080
  $metadata: deserializeMetadata(parsedOutput),
8081
8081
  ...deserialized,
8082
8082
  });
8083
- return smithy_client_1.decorateServiceException(exception, body);
8083
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8084
8084
  };
8085
8085
  const deserializeAws_json1_1TagKeysListRequiredExceptionResponse = async (parsedOutput, context) => {
8086
8086
  const body = parsedOutput.body;
@@ -8089,7 +8089,7 @@ const deserializeAws_json1_1TagKeysListRequiredExceptionResponse = async (parsed
8089
8089
  $metadata: deserializeMetadata(parsedOutput),
8090
8090
  ...deserialized,
8091
8091
  });
8092
- return smithy_client_1.decorateServiceException(exception, body);
8092
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8093
8093
  };
8094
8094
  const deserializeAws_json1_1TagPolicyExceptionResponse = async (parsedOutput, context) => {
8095
8095
  const body = parsedOutput.body;
@@ -8098,7 +8098,7 @@ const deserializeAws_json1_1TagPolicyExceptionResponse = async (parsedOutput, co
8098
8098
  $metadata: deserializeMetadata(parsedOutput),
8099
8099
  ...deserialized,
8100
8100
  });
8101
- return smithy_client_1.decorateServiceException(exception, body);
8101
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8102
8102
  };
8103
8103
  const deserializeAws_json1_1TagsMapRequiredExceptionResponse = async (parsedOutput, context) => {
8104
8104
  const body = parsedOutput.body;
@@ -8107,7 +8107,7 @@ const deserializeAws_json1_1TagsMapRequiredExceptionResponse = async (parsedOutp
8107
8107
  $metadata: deserializeMetadata(parsedOutput),
8108
8108
  ...deserialized,
8109
8109
  });
8110
- return smithy_client_1.decorateServiceException(exception, body);
8110
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8111
8111
  };
8112
8112
  const deserializeAws_json1_1TargetRequiredExceptionResponse = async (parsedOutput, context) => {
8113
8113
  const body = parsedOutput.body;
@@ -8116,7 +8116,7 @@ const deserializeAws_json1_1TargetRequiredExceptionResponse = async (parsedOutpu
8116
8116
  $metadata: deserializeMetadata(parsedOutput),
8117
8117
  ...deserialized,
8118
8118
  });
8119
- return smithy_client_1.decorateServiceException(exception, body);
8119
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8120
8120
  };
8121
8121
  const deserializeAws_json1_1TargetsRequiredExceptionResponse = async (parsedOutput, context) => {
8122
8122
  const body = parsedOutput.body;
@@ -8125,7 +8125,7 @@ const deserializeAws_json1_1TargetsRequiredExceptionResponse = async (parsedOutp
8125
8125
  $metadata: deserializeMetadata(parsedOutput),
8126
8126
  ...deserialized,
8127
8127
  });
8128
- return smithy_client_1.decorateServiceException(exception, body);
8128
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8129
8129
  };
8130
8130
  const deserializeAws_json1_1TipOfSourceReferenceIsDifferentExceptionResponse = async (parsedOutput, context) => {
8131
8131
  const body = parsedOutput.body;
@@ -8134,7 +8134,7 @@ const deserializeAws_json1_1TipOfSourceReferenceIsDifferentExceptionResponse = a
8134
8134
  $metadata: deserializeMetadata(parsedOutput),
8135
8135
  ...deserialized,
8136
8136
  });
8137
- return smithy_client_1.decorateServiceException(exception, body);
8137
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8138
8138
  };
8139
8139
  const deserializeAws_json1_1TipsDivergenceExceededExceptionResponse = async (parsedOutput, context) => {
8140
8140
  const body = parsedOutput.body;
@@ -8143,7 +8143,7 @@ const deserializeAws_json1_1TipsDivergenceExceededExceptionResponse = async (par
8143
8143
  $metadata: deserializeMetadata(parsedOutput),
8144
8144
  ...deserialized,
8145
8145
  });
8146
- return smithy_client_1.decorateServiceException(exception, body);
8146
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8147
8147
  };
8148
8148
  const deserializeAws_json1_1TitleRequiredExceptionResponse = async (parsedOutput, context) => {
8149
8149
  const body = parsedOutput.body;
@@ -8152,7 +8152,7 @@ const deserializeAws_json1_1TitleRequiredExceptionResponse = async (parsedOutput
8152
8152
  $metadata: deserializeMetadata(parsedOutput),
8153
8153
  ...deserialized,
8154
8154
  });
8155
- return smithy_client_1.decorateServiceException(exception, body);
8155
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8156
8156
  };
8157
8157
  const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput, context) => {
8158
8158
  const body = parsedOutput.body;
@@ -8161,7 +8161,7 @@ const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput,
8161
8161
  $metadata: deserializeMetadata(parsedOutput),
8162
8162
  ...deserialized,
8163
8163
  });
8164
- return smithy_client_1.decorateServiceException(exception, body);
8164
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
8165
8165
  };
8166
8166
  const serializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryInput = (input, context) => {
8167
8167
  return {
@@ -8316,7 +8316,7 @@ const serializeAws_json1_1CreatePullRequestApprovalRuleInput = (input, context)
8316
8316
  const serializeAws_json1_1CreatePullRequestInput = (input, context) => {
8317
8317
  var _a;
8318
8318
  return {
8319
- clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
8319
+ clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
8320
8320
  ...(input.description !== undefined && input.description !== null && { description: input.description }),
8321
8321
  ...(input.targets !== undefined &&
8322
8322
  input.targets !== null && { targets: serializeAws_json1_1TargetList(input.targets, context) }),
@@ -8827,7 +8827,7 @@ const serializeAws_json1_1PostCommentForComparedCommitInput = (input, context) =
8827
8827
  ...(input.afterCommitId !== undefined && input.afterCommitId !== null && { afterCommitId: input.afterCommitId }),
8828
8828
  ...(input.beforeCommitId !== undefined &&
8829
8829
  input.beforeCommitId !== null && { beforeCommitId: input.beforeCommitId }),
8830
- clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
8830
+ clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
8831
8831
  ...(input.content !== undefined && input.content !== null && { content: input.content }),
8832
8832
  ...(input.location !== undefined &&
8833
8833
  input.location !== null && { location: serializeAws_json1_1Location(input.location, context) }),
@@ -8841,7 +8841,7 @@ const serializeAws_json1_1PostCommentForPullRequestInput = (input, context) => {
8841
8841
  ...(input.afterCommitId !== undefined && input.afterCommitId !== null && { afterCommitId: input.afterCommitId }),
8842
8842
  ...(input.beforeCommitId !== undefined &&
8843
8843
  input.beforeCommitId !== null && { beforeCommitId: input.beforeCommitId }),
8844
- clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
8844
+ clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
8845
8845
  ...(input.content !== undefined && input.content !== null && { content: input.content }),
8846
8846
  ...(input.location !== undefined &&
8847
8847
  input.location !== null && { location: serializeAws_json1_1Location(input.location, context) }),
@@ -8853,7 +8853,7 @@ const serializeAws_json1_1PostCommentForPullRequestInput = (input, context) => {
8853
8853
  const serializeAws_json1_1PostCommentReplyInput = (input, context) => {
8854
8854
  var _a;
8855
8855
  return {
8856
- clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
8856
+ clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
8857
8857
  ...(input.content !== undefined && input.content !== null && { content: input.content }),
8858
8858
  ...(input.inReplyTo !== undefined && input.inReplyTo !== null && { inReplyTo: input.inReplyTo }),
8859
8859
  };
@@ -9148,13 +9148,13 @@ const serializeAws_json1_1UpdateRepositoryNameInput = (input, context) => {
9148
9148
  };
9149
9149
  const deserializeAws_json1_1ActorDoesNotExistException = (output, context) => {
9150
9150
  return {
9151
- message: smithy_client_1.expectString(output.message),
9151
+ message: (0, smithy_client_1.expectString)(output.message),
9152
9152
  };
9153
9153
  };
9154
9154
  const deserializeAws_json1_1Approval = (output, context) => {
9155
9155
  return {
9156
- approvalState: smithy_client_1.expectString(output.approvalState),
9157
- userArn: smithy_client_1.expectString(output.userArn),
9156
+ approvalState: (0, smithy_client_1.expectString)(output.approvalState),
9157
+ userArn: (0, smithy_client_1.expectString)(output.userArn),
9158
9158
  };
9159
9159
  };
9160
9160
  const deserializeAws_json1_1ApprovalList = (output, context) => {
@@ -9170,53 +9170,53 @@ const deserializeAws_json1_1ApprovalList = (output, context) => {
9170
9170
  };
9171
9171
  const deserializeAws_json1_1ApprovalRule = (output, context) => {
9172
9172
  return {
9173
- approvalRuleContent: smithy_client_1.expectString(output.approvalRuleContent),
9174
- approvalRuleId: smithy_client_1.expectString(output.approvalRuleId),
9175
- approvalRuleName: smithy_client_1.expectString(output.approvalRuleName),
9173
+ approvalRuleContent: (0, smithy_client_1.expectString)(output.approvalRuleContent),
9174
+ approvalRuleId: (0, smithy_client_1.expectString)(output.approvalRuleId),
9175
+ approvalRuleName: (0, smithy_client_1.expectString)(output.approvalRuleName),
9176
9176
  creationDate: output.creationDate !== undefined && output.creationDate !== null
9177
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDate)))
9177
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDate)))
9178
9178
  : undefined,
9179
9179
  lastModifiedDate: output.lastModifiedDate !== undefined && output.lastModifiedDate !== null
9180
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedDate)))
9180
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedDate)))
9181
9181
  : undefined,
9182
- lastModifiedUser: smithy_client_1.expectString(output.lastModifiedUser),
9182
+ lastModifiedUser: (0, smithy_client_1.expectString)(output.lastModifiedUser),
9183
9183
  originApprovalRuleTemplate: output.originApprovalRuleTemplate !== undefined && output.originApprovalRuleTemplate !== null
9184
9184
  ? deserializeAws_json1_1OriginApprovalRuleTemplate(output.originApprovalRuleTemplate, context)
9185
9185
  : undefined,
9186
- ruleContentSha256: smithy_client_1.expectString(output.ruleContentSha256),
9186
+ ruleContentSha256: (0, smithy_client_1.expectString)(output.ruleContentSha256),
9187
9187
  };
9188
9188
  };
9189
9189
  const deserializeAws_json1_1ApprovalRuleContentRequiredException = (output, context) => {
9190
9190
  return {
9191
- message: smithy_client_1.expectString(output.message),
9191
+ message: (0, smithy_client_1.expectString)(output.message),
9192
9192
  };
9193
9193
  };
9194
9194
  const deserializeAws_json1_1ApprovalRuleDoesNotExistException = (output, context) => {
9195
9195
  return {
9196
- message: smithy_client_1.expectString(output.message),
9196
+ message: (0, smithy_client_1.expectString)(output.message),
9197
9197
  };
9198
9198
  };
9199
9199
  const deserializeAws_json1_1ApprovalRuleEventMetadata = (output, context) => {
9200
9200
  return {
9201
- approvalRuleContent: smithy_client_1.expectString(output.approvalRuleContent),
9202
- approvalRuleId: smithy_client_1.expectString(output.approvalRuleId),
9203
- approvalRuleName: smithy_client_1.expectString(output.approvalRuleName),
9201
+ approvalRuleContent: (0, smithy_client_1.expectString)(output.approvalRuleContent),
9202
+ approvalRuleId: (0, smithy_client_1.expectString)(output.approvalRuleId),
9203
+ approvalRuleName: (0, smithy_client_1.expectString)(output.approvalRuleName),
9204
9204
  };
9205
9205
  };
9206
9206
  const deserializeAws_json1_1ApprovalRuleNameAlreadyExistsException = (output, context) => {
9207
9207
  return {
9208
- message: smithy_client_1.expectString(output.message),
9208
+ message: (0, smithy_client_1.expectString)(output.message),
9209
9209
  };
9210
9210
  };
9211
9211
  const deserializeAws_json1_1ApprovalRuleNameRequiredException = (output, context) => {
9212
9212
  return {
9213
- message: smithy_client_1.expectString(output.message),
9213
+ message: (0, smithy_client_1.expectString)(output.message),
9214
9214
  };
9215
9215
  };
9216
9216
  const deserializeAws_json1_1ApprovalRuleOverriddenEventMetadata = (output, context) => {
9217
9217
  return {
9218
- overrideStatus: smithy_client_1.expectString(output.overrideStatus),
9219
- revisionId: smithy_client_1.expectString(output.revisionId),
9218
+ overrideStatus: (0, smithy_client_1.expectString)(output.overrideStatus),
9219
+ revisionId: (0, smithy_client_1.expectString)(output.revisionId),
9220
9220
  };
9221
9221
  };
9222
9222
  const deserializeAws_json1_1ApprovalRulesList = (output, context) => {
@@ -9237,7 +9237,7 @@ const deserializeAws_json1_1ApprovalRulesNotSatisfiedList = (output, context) =>
9237
9237
  if (entry === null) {
9238
9238
  return null;
9239
9239
  }
9240
- return smithy_client_1.expectString(entry);
9240
+ return (0, smithy_client_1.expectString)(entry);
9241
9241
  });
9242
9242
  return retVal;
9243
9243
  };
@@ -9248,44 +9248,44 @@ const deserializeAws_json1_1ApprovalRulesSatisfiedList = (output, context) => {
9248
9248
  if (entry === null) {
9249
9249
  return null;
9250
9250
  }
9251
- return smithy_client_1.expectString(entry);
9251
+ return (0, smithy_client_1.expectString)(entry);
9252
9252
  });
9253
9253
  return retVal;
9254
9254
  };
9255
9255
  const deserializeAws_json1_1ApprovalRuleTemplate = (output, context) => {
9256
9256
  return {
9257
- approvalRuleTemplateContent: smithy_client_1.expectString(output.approvalRuleTemplateContent),
9258
- approvalRuleTemplateDescription: smithy_client_1.expectString(output.approvalRuleTemplateDescription),
9259
- approvalRuleTemplateId: smithy_client_1.expectString(output.approvalRuleTemplateId),
9260
- approvalRuleTemplateName: smithy_client_1.expectString(output.approvalRuleTemplateName),
9257
+ approvalRuleTemplateContent: (0, smithy_client_1.expectString)(output.approvalRuleTemplateContent),
9258
+ approvalRuleTemplateDescription: (0, smithy_client_1.expectString)(output.approvalRuleTemplateDescription),
9259
+ approvalRuleTemplateId: (0, smithy_client_1.expectString)(output.approvalRuleTemplateId),
9260
+ approvalRuleTemplateName: (0, smithy_client_1.expectString)(output.approvalRuleTemplateName),
9261
9261
  creationDate: output.creationDate !== undefined && output.creationDate !== null
9262
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDate)))
9262
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDate)))
9263
9263
  : undefined,
9264
9264
  lastModifiedDate: output.lastModifiedDate !== undefined && output.lastModifiedDate !== null
9265
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedDate)))
9265
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedDate)))
9266
9266
  : undefined,
9267
- lastModifiedUser: smithy_client_1.expectString(output.lastModifiedUser),
9268
- ruleContentSha256: smithy_client_1.expectString(output.ruleContentSha256),
9267
+ lastModifiedUser: (0, smithy_client_1.expectString)(output.lastModifiedUser),
9268
+ ruleContentSha256: (0, smithy_client_1.expectString)(output.ruleContentSha256),
9269
9269
  };
9270
9270
  };
9271
9271
  const deserializeAws_json1_1ApprovalRuleTemplateContentRequiredException = (output, context) => {
9272
9272
  return {
9273
- message: smithy_client_1.expectString(output.message),
9273
+ message: (0, smithy_client_1.expectString)(output.message),
9274
9274
  };
9275
9275
  };
9276
9276
  const deserializeAws_json1_1ApprovalRuleTemplateDoesNotExistException = (output, context) => {
9277
9277
  return {
9278
- message: smithy_client_1.expectString(output.message),
9278
+ message: (0, smithy_client_1.expectString)(output.message),
9279
9279
  };
9280
9280
  };
9281
9281
  const deserializeAws_json1_1ApprovalRuleTemplateInUseException = (output, context) => {
9282
9282
  return {
9283
- message: smithy_client_1.expectString(output.message),
9283
+ message: (0, smithy_client_1.expectString)(output.message),
9284
9284
  };
9285
9285
  };
9286
9286
  const deserializeAws_json1_1ApprovalRuleTemplateNameAlreadyExistsException = (output, context) => {
9287
9287
  return {
9288
- message: smithy_client_1.expectString(output.message),
9288
+ message: (0, smithy_client_1.expectString)(output.message),
9289
9289
  };
9290
9290
  };
9291
9291
  const deserializeAws_json1_1ApprovalRuleTemplateNameList = (output, context) => {
@@ -9295,36 +9295,36 @@ const deserializeAws_json1_1ApprovalRuleTemplateNameList = (output, context) =>
9295
9295
  if (entry === null) {
9296
9296
  return null;
9297
9297
  }
9298
- return smithy_client_1.expectString(entry);
9298
+ return (0, smithy_client_1.expectString)(entry);
9299
9299
  });
9300
9300
  return retVal;
9301
9301
  };
9302
9302
  const deserializeAws_json1_1ApprovalRuleTemplateNameRequiredException = (output, context) => {
9303
9303
  return {
9304
- message: smithy_client_1.expectString(output.message),
9304
+ message: (0, smithy_client_1.expectString)(output.message),
9305
9305
  };
9306
9306
  };
9307
9307
  const deserializeAws_json1_1ApprovalStateChangedEventMetadata = (output, context) => {
9308
9308
  return {
9309
- approvalStatus: smithy_client_1.expectString(output.approvalStatus),
9310
- revisionId: smithy_client_1.expectString(output.revisionId),
9309
+ approvalStatus: (0, smithy_client_1.expectString)(output.approvalStatus),
9310
+ revisionId: (0, smithy_client_1.expectString)(output.revisionId),
9311
9311
  };
9312
9312
  };
9313
9313
  const deserializeAws_json1_1ApprovalStateRequiredException = (output, context) => {
9314
9314
  return {
9315
- message: smithy_client_1.expectString(output.message),
9315
+ message: (0, smithy_client_1.expectString)(output.message),
9316
9316
  };
9317
9317
  };
9318
9318
  const deserializeAws_json1_1AuthorDoesNotExistException = (output, context) => {
9319
9319
  return {
9320
- message: smithy_client_1.expectString(output.message),
9320
+ message: (0, smithy_client_1.expectString)(output.message),
9321
9321
  };
9322
9322
  };
9323
9323
  const deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesError = (output, context) => {
9324
9324
  return {
9325
- errorCode: smithy_client_1.expectString(output.errorCode),
9326
- errorMessage: smithy_client_1.expectString(output.errorMessage),
9327
- repositoryName: smithy_client_1.expectString(output.repositoryName),
9325
+ errorCode: (0, smithy_client_1.expectString)(output.errorCode),
9326
+ errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
9327
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
9328
9328
  };
9329
9329
  };
9330
9330
  const deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList = (output, context) => {
@@ -9350,9 +9350,9 @@ const deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesOu
9350
9350
  };
9351
9351
  const deserializeAws_json1_1BatchDescribeMergeConflictsError = (output, context) => {
9352
9352
  return {
9353
- exceptionName: smithy_client_1.expectString(output.exceptionName),
9354
- filePath: smithy_client_1.expectString(output.filePath),
9355
- message: smithy_client_1.expectString(output.message),
9353
+ exceptionName: (0, smithy_client_1.expectString)(output.exceptionName),
9354
+ filePath: (0, smithy_client_1.expectString)(output.filePath),
9355
+ message: (0, smithy_client_1.expectString)(output.message),
9356
9356
  };
9357
9357
  };
9358
9358
  const deserializeAws_json1_1BatchDescribeMergeConflictsErrors = (output, context) => {
@@ -9368,23 +9368,23 @@ const deserializeAws_json1_1BatchDescribeMergeConflictsErrors = (output, context
9368
9368
  };
9369
9369
  const deserializeAws_json1_1BatchDescribeMergeConflictsOutput = (output, context) => {
9370
9370
  return {
9371
- baseCommitId: smithy_client_1.expectString(output.baseCommitId),
9371
+ baseCommitId: (0, smithy_client_1.expectString)(output.baseCommitId),
9372
9372
  conflicts: output.conflicts !== undefined && output.conflicts !== null
9373
9373
  ? deserializeAws_json1_1Conflicts(output.conflicts, context)
9374
9374
  : undefined,
9375
- destinationCommitId: smithy_client_1.expectString(output.destinationCommitId),
9375
+ destinationCommitId: (0, smithy_client_1.expectString)(output.destinationCommitId),
9376
9376
  errors: output.errors !== undefined && output.errors !== null
9377
9377
  ? deserializeAws_json1_1BatchDescribeMergeConflictsErrors(output.errors, context)
9378
9378
  : undefined,
9379
- nextToken: smithy_client_1.expectString(output.nextToken),
9380
- sourceCommitId: smithy_client_1.expectString(output.sourceCommitId),
9379
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
9380
+ sourceCommitId: (0, smithy_client_1.expectString)(output.sourceCommitId),
9381
9381
  };
9382
9382
  };
9383
9383
  const deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesError = (output, context) => {
9384
9384
  return {
9385
- errorCode: smithy_client_1.expectString(output.errorCode),
9386
- errorMessage: smithy_client_1.expectString(output.errorMessage),
9387
- repositoryName: smithy_client_1.expectString(output.repositoryName),
9385
+ errorCode: (0, smithy_client_1.expectString)(output.errorCode),
9386
+ errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
9387
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
9388
9388
  };
9389
9389
  };
9390
9390
  const deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList = (output, context) => {
@@ -9410,9 +9410,9 @@ const deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositorie
9410
9410
  };
9411
9411
  const deserializeAws_json1_1BatchGetCommitsError = (output, context) => {
9412
9412
  return {
9413
- commitId: smithy_client_1.expectString(output.commitId),
9414
- errorCode: smithy_client_1.expectString(output.errorCode),
9415
- errorMessage: smithy_client_1.expectString(output.errorMessage),
9413
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
9414
+ errorCode: (0, smithy_client_1.expectString)(output.errorCode),
9415
+ errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
9416
9416
  };
9417
9417
  };
9418
9418
  const deserializeAws_json1_1BatchGetCommitsErrorsList = (output, context) => {
@@ -9448,45 +9448,45 @@ const deserializeAws_json1_1BatchGetRepositoriesOutput = (output, context) => {
9448
9448
  };
9449
9449
  const deserializeAws_json1_1BeforeCommitIdAndAfterCommitIdAreSameException = (output, context) => {
9450
9450
  return {
9451
- message: smithy_client_1.expectString(output.message),
9451
+ message: (0, smithy_client_1.expectString)(output.message),
9452
9452
  };
9453
9453
  };
9454
9454
  const deserializeAws_json1_1BlobIdDoesNotExistException = (output, context) => {
9455
9455
  return {
9456
- message: smithy_client_1.expectString(output.message),
9456
+ message: (0, smithy_client_1.expectString)(output.message),
9457
9457
  };
9458
9458
  };
9459
9459
  const deserializeAws_json1_1BlobIdRequiredException = (output, context) => {
9460
9460
  return {
9461
- message: smithy_client_1.expectString(output.message),
9461
+ message: (0, smithy_client_1.expectString)(output.message),
9462
9462
  };
9463
9463
  };
9464
9464
  const deserializeAws_json1_1BlobMetadata = (output, context) => {
9465
9465
  return {
9466
- blobId: smithy_client_1.expectString(output.blobId),
9467
- mode: smithy_client_1.expectString(output.mode),
9468
- path: smithy_client_1.expectString(output.path),
9466
+ blobId: (0, smithy_client_1.expectString)(output.blobId),
9467
+ mode: (0, smithy_client_1.expectString)(output.mode),
9468
+ path: (0, smithy_client_1.expectString)(output.path),
9469
9469
  };
9470
9470
  };
9471
9471
  const deserializeAws_json1_1BranchDoesNotExistException = (output, context) => {
9472
9472
  return {
9473
- message: smithy_client_1.expectString(output.message),
9473
+ message: (0, smithy_client_1.expectString)(output.message),
9474
9474
  };
9475
9475
  };
9476
9476
  const deserializeAws_json1_1BranchInfo = (output, context) => {
9477
9477
  return {
9478
- branchName: smithy_client_1.expectString(output.branchName),
9479
- commitId: smithy_client_1.expectString(output.commitId),
9478
+ branchName: (0, smithy_client_1.expectString)(output.branchName),
9479
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
9480
9480
  };
9481
9481
  };
9482
9482
  const deserializeAws_json1_1BranchNameExistsException = (output, context) => {
9483
9483
  return {
9484
- message: smithy_client_1.expectString(output.message),
9484
+ message: (0, smithy_client_1.expectString)(output.message),
9485
9485
  };
9486
9486
  };
9487
9487
  const deserializeAws_json1_1BranchNameIsTagNameException = (output, context) => {
9488
9488
  return {
9489
- message: smithy_client_1.expectString(output.message),
9489
+ message: (0, smithy_client_1.expectString)(output.message),
9490
9490
  };
9491
9491
  };
9492
9492
  const deserializeAws_json1_1BranchNameList = (output, context) => {
@@ -9496,13 +9496,13 @@ const deserializeAws_json1_1BranchNameList = (output, context) => {
9496
9496
  if (entry === null) {
9497
9497
  return null;
9498
9498
  }
9499
- return smithy_client_1.expectString(entry);
9499
+ return (0, smithy_client_1.expectString)(entry);
9500
9500
  });
9501
9501
  return retVal;
9502
9502
  };
9503
9503
  const deserializeAws_json1_1BranchNameRequiredException = (output, context) => {
9504
9504
  return {
9505
- message: smithy_client_1.expectString(output.message),
9505
+ message: (0, smithy_client_1.expectString)(output.message),
9506
9506
  };
9507
9507
  };
9508
9508
  const deserializeAws_json1_1CallerReactions = (output, context) => {
@@ -9512,41 +9512,41 @@ const deserializeAws_json1_1CallerReactions = (output, context) => {
9512
9512
  if (entry === null) {
9513
9513
  return null;
9514
9514
  }
9515
- return smithy_client_1.expectString(entry);
9515
+ return (0, smithy_client_1.expectString)(entry);
9516
9516
  });
9517
9517
  return retVal;
9518
9518
  };
9519
9519
  const deserializeAws_json1_1CannotDeleteApprovalRuleFromTemplateException = (output, context) => {
9520
9520
  return {
9521
- message: smithy_client_1.expectString(output.message),
9521
+ message: (0, smithy_client_1.expectString)(output.message),
9522
9522
  };
9523
9523
  };
9524
9524
  const deserializeAws_json1_1CannotModifyApprovalRuleFromTemplateException = (output, context) => {
9525
9525
  return {
9526
- message: smithy_client_1.expectString(output.message),
9526
+ message: (0, smithy_client_1.expectString)(output.message),
9527
9527
  };
9528
9528
  };
9529
9529
  const deserializeAws_json1_1ClientRequestTokenRequiredException = (output, context) => {
9530
9530
  return {
9531
- message: smithy_client_1.expectString(output.message),
9531
+ message: (0, smithy_client_1.expectString)(output.message),
9532
9532
  };
9533
9533
  };
9534
9534
  const deserializeAws_json1_1Comment = (output, context) => {
9535
9535
  return {
9536
- authorArn: smithy_client_1.expectString(output.authorArn),
9536
+ authorArn: (0, smithy_client_1.expectString)(output.authorArn),
9537
9537
  callerReactions: output.callerReactions !== undefined && output.callerReactions !== null
9538
9538
  ? deserializeAws_json1_1CallerReactions(output.callerReactions, context)
9539
9539
  : undefined,
9540
- clientRequestToken: smithy_client_1.expectString(output.clientRequestToken),
9541
- commentId: smithy_client_1.expectString(output.commentId),
9542
- content: smithy_client_1.expectString(output.content),
9540
+ clientRequestToken: (0, smithy_client_1.expectString)(output.clientRequestToken),
9541
+ commentId: (0, smithy_client_1.expectString)(output.commentId),
9542
+ content: (0, smithy_client_1.expectString)(output.content),
9543
9543
  creationDate: output.creationDate !== undefined && output.creationDate !== null
9544
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDate)))
9544
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDate)))
9545
9545
  : undefined,
9546
- deleted: smithy_client_1.expectBoolean(output.deleted),
9547
- inReplyTo: smithy_client_1.expectString(output.inReplyTo),
9546
+ deleted: (0, smithy_client_1.expectBoolean)(output.deleted),
9547
+ inReplyTo: (0, smithy_client_1.expectString)(output.inReplyTo),
9548
9548
  lastModifiedDate: output.lastModifiedDate !== undefined && output.lastModifiedDate !== null
9549
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedDate)))
9549
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedDate)))
9550
9550
  : undefined,
9551
9551
  reactionCounts: output.reactionCounts !== undefined && output.reactionCounts !== null
9552
9552
  ? deserializeAws_json1_1ReactionCountsMap(output.reactionCounts, context)
@@ -9555,32 +9555,32 @@ const deserializeAws_json1_1Comment = (output, context) => {
9555
9555
  };
9556
9556
  const deserializeAws_json1_1CommentContentRequiredException = (output, context) => {
9557
9557
  return {
9558
- message: smithy_client_1.expectString(output.message),
9558
+ message: (0, smithy_client_1.expectString)(output.message),
9559
9559
  };
9560
9560
  };
9561
9561
  const deserializeAws_json1_1CommentContentSizeLimitExceededException = (output, context) => {
9562
9562
  return {
9563
- message: smithy_client_1.expectString(output.message),
9563
+ message: (0, smithy_client_1.expectString)(output.message),
9564
9564
  };
9565
9565
  };
9566
9566
  const deserializeAws_json1_1CommentDeletedException = (output, context) => {
9567
9567
  return {
9568
- message: smithy_client_1.expectString(output.message),
9568
+ message: (0, smithy_client_1.expectString)(output.message),
9569
9569
  };
9570
9570
  };
9571
9571
  const deserializeAws_json1_1CommentDoesNotExistException = (output, context) => {
9572
9572
  return {
9573
- message: smithy_client_1.expectString(output.message),
9573
+ message: (0, smithy_client_1.expectString)(output.message),
9574
9574
  };
9575
9575
  };
9576
9576
  const deserializeAws_json1_1CommentIdRequiredException = (output, context) => {
9577
9577
  return {
9578
- message: smithy_client_1.expectString(output.message),
9578
+ message: (0, smithy_client_1.expectString)(output.message),
9579
9579
  };
9580
9580
  };
9581
9581
  const deserializeAws_json1_1CommentNotCreatedByCallerException = (output, context) => {
9582
9582
  return {
9583
- message: smithy_client_1.expectString(output.message),
9583
+ message: (0, smithy_client_1.expectString)(output.message),
9584
9584
  };
9585
9585
  };
9586
9586
  const deserializeAws_json1_1Comments = (output, context) => {
@@ -9596,17 +9596,17 @@ const deserializeAws_json1_1Comments = (output, context) => {
9596
9596
  };
9597
9597
  const deserializeAws_json1_1CommentsForComparedCommit = (output, context) => {
9598
9598
  return {
9599
- afterBlobId: smithy_client_1.expectString(output.afterBlobId),
9600
- afterCommitId: smithy_client_1.expectString(output.afterCommitId),
9601
- beforeBlobId: smithy_client_1.expectString(output.beforeBlobId),
9602
- beforeCommitId: smithy_client_1.expectString(output.beforeCommitId),
9599
+ afterBlobId: (0, smithy_client_1.expectString)(output.afterBlobId),
9600
+ afterCommitId: (0, smithy_client_1.expectString)(output.afterCommitId),
9601
+ beforeBlobId: (0, smithy_client_1.expectString)(output.beforeBlobId),
9602
+ beforeCommitId: (0, smithy_client_1.expectString)(output.beforeCommitId),
9603
9603
  comments: output.comments !== undefined && output.comments !== null
9604
9604
  ? deserializeAws_json1_1Comments(output.comments, context)
9605
9605
  : undefined,
9606
9606
  location: output.location !== undefined && output.location !== null
9607
9607
  ? deserializeAws_json1_1Location(output.location, context)
9608
9608
  : undefined,
9609
- repositoryName: smithy_client_1.expectString(output.repositoryName),
9609
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
9610
9610
  };
9611
9611
  };
9612
9612
  const deserializeAws_json1_1CommentsForComparedCommitData = (output, context) => {
@@ -9622,18 +9622,18 @@ const deserializeAws_json1_1CommentsForComparedCommitData = (output, context) =>
9622
9622
  };
9623
9623
  const deserializeAws_json1_1CommentsForPullRequest = (output, context) => {
9624
9624
  return {
9625
- afterBlobId: smithy_client_1.expectString(output.afterBlobId),
9626
- afterCommitId: smithy_client_1.expectString(output.afterCommitId),
9627
- beforeBlobId: smithy_client_1.expectString(output.beforeBlobId),
9628
- beforeCommitId: smithy_client_1.expectString(output.beforeCommitId),
9625
+ afterBlobId: (0, smithy_client_1.expectString)(output.afterBlobId),
9626
+ afterCommitId: (0, smithy_client_1.expectString)(output.afterCommitId),
9627
+ beforeBlobId: (0, smithy_client_1.expectString)(output.beforeBlobId),
9628
+ beforeCommitId: (0, smithy_client_1.expectString)(output.beforeCommitId),
9629
9629
  comments: output.comments !== undefined && output.comments !== null
9630
9630
  ? deserializeAws_json1_1Comments(output.comments, context)
9631
9631
  : undefined,
9632
9632
  location: output.location !== undefined && output.location !== null
9633
9633
  ? deserializeAws_json1_1Location(output.location, context)
9634
9634
  : undefined,
9635
- pullRequestId: smithy_client_1.expectString(output.pullRequestId),
9636
- repositoryName: smithy_client_1.expectString(output.repositoryName),
9635
+ pullRequestId: (0, smithy_client_1.expectString)(output.pullRequestId),
9636
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
9637
9637
  };
9638
9638
  };
9639
9639
  const deserializeAws_json1_1CommentsForPullRequestData = (output, context) => {
@@ -9649,49 +9649,49 @@ const deserializeAws_json1_1CommentsForPullRequestData = (output, context) => {
9649
9649
  };
9650
9650
  const deserializeAws_json1_1Commit = (output, context) => {
9651
9651
  return {
9652
- additionalData: smithy_client_1.expectString(output.additionalData),
9652
+ additionalData: (0, smithy_client_1.expectString)(output.additionalData),
9653
9653
  author: output.author !== undefined && output.author !== null
9654
9654
  ? deserializeAws_json1_1UserInfo(output.author, context)
9655
9655
  : undefined,
9656
- commitId: smithy_client_1.expectString(output.commitId),
9656
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
9657
9657
  committer: output.committer !== undefined && output.committer !== null
9658
9658
  ? deserializeAws_json1_1UserInfo(output.committer, context)
9659
9659
  : undefined,
9660
- message: smithy_client_1.expectString(output.message),
9660
+ message: (0, smithy_client_1.expectString)(output.message),
9661
9661
  parents: output.parents !== undefined && output.parents !== null
9662
9662
  ? deserializeAws_json1_1ParentList(output.parents, context)
9663
9663
  : undefined,
9664
- treeId: smithy_client_1.expectString(output.treeId),
9664
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
9665
9665
  };
9666
9666
  };
9667
9667
  const deserializeAws_json1_1CommitDoesNotExistException = (output, context) => {
9668
9668
  return {
9669
- message: smithy_client_1.expectString(output.message),
9669
+ message: (0, smithy_client_1.expectString)(output.message),
9670
9670
  };
9671
9671
  };
9672
9672
  const deserializeAws_json1_1CommitIdDoesNotExistException = (output, context) => {
9673
9673
  return {
9674
- message: smithy_client_1.expectString(output.message),
9674
+ message: (0, smithy_client_1.expectString)(output.message),
9675
9675
  };
9676
9676
  };
9677
9677
  const deserializeAws_json1_1CommitIdRequiredException = (output, context) => {
9678
9678
  return {
9679
- message: smithy_client_1.expectString(output.message),
9679
+ message: (0, smithy_client_1.expectString)(output.message),
9680
9680
  };
9681
9681
  };
9682
9682
  const deserializeAws_json1_1CommitIdsLimitExceededException = (output, context) => {
9683
9683
  return {
9684
- message: smithy_client_1.expectString(output.message),
9684
+ message: (0, smithy_client_1.expectString)(output.message),
9685
9685
  };
9686
9686
  };
9687
9687
  const deserializeAws_json1_1CommitIdsListRequiredException = (output, context) => {
9688
9688
  return {
9689
- message: smithy_client_1.expectString(output.message),
9689
+ message: (0, smithy_client_1.expectString)(output.message),
9690
9690
  };
9691
9691
  };
9692
9692
  const deserializeAws_json1_1CommitMessageLengthExceededException = (output, context) => {
9693
9693
  return {
9694
- message: smithy_client_1.expectString(output.message),
9694
+ message: (0, smithy_client_1.expectString)(output.message),
9695
9695
  };
9696
9696
  };
9697
9697
  const deserializeAws_json1_1CommitObjectsList = (output, context) => {
@@ -9707,12 +9707,12 @@ const deserializeAws_json1_1CommitObjectsList = (output, context) => {
9707
9707
  };
9708
9708
  const deserializeAws_json1_1CommitRequiredException = (output, context) => {
9709
9709
  return {
9710
- message: smithy_client_1.expectString(output.message),
9710
+ message: (0, smithy_client_1.expectString)(output.message),
9711
9711
  };
9712
9712
  };
9713
9713
  const deserializeAws_json1_1ConcurrentReferenceUpdateException = (output, context) => {
9714
9714
  return {
9715
- message: smithy_client_1.expectString(output.message),
9715
+ message: (0, smithy_client_1.expectString)(output.message),
9716
9716
  };
9717
9717
  };
9718
9718
  const deserializeAws_json1_1Conflict = (output, context) => {
@@ -9727,12 +9727,12 @@ const deserializeAws_json1_1Conflict = (output, context) => {
9727
9727
  };
9728
9728
  const deserializeAws_json1_1ConflictMetadata = (output, context) => {
9729
9729
  return {
9730
- contentConflict: smithy_client_1.expectBoolean(output.contentConflict),
9731
- fileModeConflict: smithy_client_1.expectBoolean(output.fileModeConflict),
9730
+ contentConflict: (0, smithy_client_1.expectBoolean)(output.contentConflict),
9731
+ fileModeConflict: (0, smithy_client_1.expectBoolean)(output.fileModeConflict),
9732
9732
  fileModes: output.fileModes !== undefined && output.fileModes !== null
9733
9733
  ? deserializeAws_json1_1FileModes(output.fileModes, context)
9734
9734
  : undefined,
9735
- filePath: smithy_client_1.expectString(output.filePath),
9735
+ filePath: (0, smithy_client_1.expectString)(output.filePath),
9736
9736
  fileSizes: output.fileSizes !== undefined && output.fileSizes !== null
9737
9737
  ? deserializeAws_json1_1FileSizes(output.fileSizes, context)
9738
9738
  : undefined,
@@ -9742,8 +9742,8 @@ const deserializeAws_json1_1ConflictMetadata = (output, context) => {
9742
9742
  mergeOperations: output.mergeOperations !== undefined && output.mergeOperations !== null
9743
9743
  ? deserializeAws_json1_1MergeOperations(output.mergeOperations, context)
9744
9744
  : undefined,
9745
- numberOfConflicts: smithy_client_1.expectInt32(output.numberOfConflicts),
9746
- objectTypeConflict: smithy_client_1.expectBoolean(output.objectTypeConflict),
9745
+ numberOfConflicts: (0, smithy_client_1.expectInt32)(output.numberOfConflicts),
9746
+ objectTypeConflict: (0, smithy_client_1.expectBoolean)(output.objectTypeConflict),
9747
9747
  objectTypes: output.objectTypes !== undefined && output.objectTypes !== null
9748
9748
  ? deserializeAws_json1_1ObjectTypes(output.objectTypes, context)
9749
9749
  : undefined,
@@ -9780,7 +9780,7 @@ const deserializeAws_json1_1CreateApprovalRuleTemplateOutput = (output, context)
9780
9780
  };
9781
9781
  const deserializeAws_json1_1CreateCommitOutput = (output, context) => {
9782
9782
  return {
9783
- commitId: smithy_client_1.expectString(output.commitId),
9783
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
9784
9784
  filesAdded: output.filesAdded !== undefined && output.filesAdded !== null
9785
9785
  ? deserializeAws_json1_1FilesMetadata(output.filesAdded, context)
9786
9786
  : undefined,
@@ -9790,7 +9790,7 @@ const deserializeAws_json1_1CreateCommitOutput = (output, context) => {
9790
9790
  filesUpdated: output.filesUpdated !== undefined && output.filesUpdated !== null
9791
9791
  ? deserializeAws_json1_1FilesMetadata(output.filesUpdated, context)
9792
9792
  : undefined,
9793
- treeId: smithy_client_1.expectString(output.treeId),
9793
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
9794
9794
  };
9795
9795
  };
9796
9796
  const deserializeAws_json1_1CreatePullRequestApprovalRuleOutput = (output, context) => {
@@ -9816,18 +9816,18 @@ const deserializeAws_json1_1CreateRepositoryOutput = (output, context) => {
9816
9816
  };
9817
9817
  const deserializeAws_json1_1CreateUnreferencedMergeCommitOutput = (output, context) => {
9818
9818
  return {
9819
- commitId: smithy_client_1.expectString(output.commitId),
9820
- treeId: smithy_client_1.expectString(output.treeId),
9819
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
9820
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
9821
9821
  };
9822
9822
  };
9823
9823
  const deserializeAws_json1_1DefaultBranchCannotBeDeletedException = (output, context) => {
9824
9824
  return {
9825
- message: smithy_client_1.expectString(output.message),
9825
+ message: (0, smithy_client_1.expectString)(output.message),
9826
9826
  };
9827
9827
  };
9828
9828
  const deserializeAws_json1_1DeleteApprovalRuleTemplateOutput = (output, context) => {
9829
9829
  return {
9830
- approvalRuleTemplateId: smithy_client_1.expectString(output.approvalRuleTemplateId),
9830
+ approvalRuleTemplateId: (0, smithy_client_1.expectString)(output.approvalRuleTemplateId),
9831
9831
  };
9832
9832
  };
9833
9833
  const deserializeAws_json1_1DeleteBranchOutput = (output, context) => {
@@ -9846,39 +9846,39 @@ const deserializeAws_json1_1DeleteCommentContentOutput = (output, context) => {
9846
9846
  };
9847
9847
  const deserializeAws_json1_1DeleteFileOutput = (output, context) => {
9848
9848
  return {
9849
- blobId: smithy_client_1.expectString(output.blobId),
9850
- commitId: smithy_client_1.expectString(output.commitId),
9851
- filePath: smithy_client_1.expectString(output.filePath),
9852
- treeId: smithy_client_1.expectString(output.treeId),
9849
+ blobId: (0, smithy_client_1.expectString)(output.blobId),
9850
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
9851
+ filePath: (0, smithy_client_1.expectString)(output.filePath),
9852
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
9853
9853
  };
9854
9854
  };
9855
9855
  const deserializeAws_json1_1DeletePullRequestApprovalRuleOutput = (output, context) => {
9856
9856
  return {
9857
- approvalRuleId: smithy_client_1.expectString(output.approvalRuleId),
9857
+ approvalRuleId: (0, smithy_client_1.expectString)(output.approvalRuleId),
9858
9858
  };
9859
9859
  };
9860
9860
  const deserializeAws_json1_1DeleteRepositoryOutput = (output, context) => {
9861
9861
  return {
9862
- repositoryId: smithy_client_1.expectString(output.repositoryId),
9862
+ repositoryId: (0, smithy_client_1.expectString)(output.repositoryId),
9863
9863
  };
9864
9864
  };
9865
9865
  const deserializeAws_json1_1DescribeMergeConflictsOutput = (output, context) => {
9866
9866
  return {
9867
- baseCommitId: smithy_client_1.expectString(output.baseCommitId),
9867
+ baseCommitId: (0, smithy_client_1.expectString)(output.baseCommitId),
9868
9868
  conflictMetadata: output.conflictMetadata !== undefined && output.conflictMetadata !== null
9869
9869
  ? deserializeAws_json1_1ConflictMetadata(output.conflictMetadata, context)
9870
9870
  : undefined,
9871
- destinationCommitId: smithy_client_1.expectString(output.destinationCommitId),
9871
+ destinationCommitId: (0, smithy_client_1.expectString)(output.destinationCommitId),
9872
9872
  mergeHunks: output.mergeHunks !== undefined && output.mergeHunks !== null
9873
9873
  ? deserializeAws_json1_1MergeHunks(output.mergeHunks, context)
9874
9874
  : undefined,
9875
- nextToken: smithy_client_1.expectString(output.nextToken),
9876
- sourceCommitId: smithy_client_1.expectString(output.sourceCommitId),
9875
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
9876
+ sourceCommitId: (0, smithy_client_1.expectString)(output.sourceCommitId),
9877
9877
  };
9878
9878
  };
9879
9879
  const deserializeAws_json1_1DescribePullRequestEventsOutput = (output, context) => {
9880
9880
  return {
9881
- nextToken: smithy_client_1.expectString(output.nextToken),
9881
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
9882
9882
  pullRequestEvents: output.pullRequestEvents !== undefined && output.pullRequestEvents !== null
9883
9883
  ? deserializeAws_json1_1PullRequestEventList(output.pullRequestEvents, context)
9884
9884
  : undefined,
@@ -9892,7 +9892,7 @@ const deserializeAws_json1_1Difference = (output, context) => {
9892
9892
  beforeBlob: output.beforeBlob !== undefined && output.beforeBlob !== null
9893
9893
  ? deserializeAws_json1_1BlobMetadata(output.beforeBlob, context)
9894
9894
  : undefined,
9895
- changeType: smithy_client_1.expectString(output.changeType),
9895
+ changeType: (0, smithy_client_1.expectString)(output.changeType),
9896
9896
  };
9897
9897
  };
9898
9898
  const deserializeAws_json1_1DifferenceList = (output, context) => {
@@ -9908,32 +9908,32 @@ const deserializeAws_json1_1DifferenceList = (output, context) => {
9908
9908
  };
9909
9909
  const deserializeAws_json1_1DirectoryNameConflictsWithFileNameException = (output, context) => {
9910
9910
  return {
9911
- message: smithy_client_1.expectString(output.message),
9911
+ message: (0, smithy_client_1.expectString)(output.message),
9912
9912
  };
9913
9913
  };
9914
9914
  const deserializeAws_json1_1EncryptionIntegrityChecksFailedException = (output, context) => {
9915
9915
  return {
9916
- message: smithy_client_1.expectString(output.message),
9916
+ message: (0, smithy_client_1.expectString)(output.message),
9917
9917
  };
9918
9918
  };
9919
9919
  const deserializeAws_json1_1EncryptionKeyAccessDeniedException = (output, context) => {
9920
9920
  return {
9921
- message: smithy_client_1.expectString(output.message),
9921
+ message: (0, smithy_client_1.expectString)(output.message),
9922
9922
  };
9923
9923
  };
9924
9924
  const deserializeAws_json1_1EncryptionKeyDisabledException = (output, context) => {
9925
9925
  return {
9926
- message: smithy_client_1.expectString(output.message),
9926
+ message: (0, smithy_client_1.expectString)(output.message),
9927
9927
  };
9928
9928
  };
9929
9929
  const deserializeAws_json1_1EncryptionKeyNotFoundException = (output, context) => {
9930
9930
  return {
9931
- message: smithy_client_1.expectString(output.message),
9931
+ message: (0, smithy_client_1.expectString)(output.message),
9932
9932
  };
9933
9933
  };
9934
9934
  const deserializeAws_json1_1EncryptionKeyUnavailableException = (output, context) => {
9935
9935
  return {
9936
- message: smithy_client_1.expectString(output.message),
9936
+ message: (0, smithy_client_1.expectString)(output.message),
9937
9937
  };
9938
9938
  };
9939
9939
  const deserializeAws_json1_1EvaluatePullRequestApprovalRulesOutput = (output, context) => {
@@ -9951,41 +9951,41 @@ const deserializeAws_json1_1Evaluation = (output, context) => {
9951
9951
  approvalRulesSatisfied: output.approvalRulesSatisfied !== undefined && output.approvalRulesSatisfied !== null
9952
9952
  ? deserializeAws_json1_1ApprovalRulesSatisfiedList(output.approvalRulesSatisfied, context)
9953
9953
  : undefined,
9954
- approved: smithy_client_1.expectBoolean(output.approved),
9955
- overridden: smithy_client_1.expectBoolean(output.overridden),
9954
+ approved: (0, smithy_client_1.expectBoolean)(output.approved),
9955
+ overridden: (0, smithy_client_1.expectBoolean)(output.overridden),
9956
9956
  };
9957
9957
  };
9958
9958
  const deserializeAws_json1_1File = (output, context) => {
9959
9959
  return {
9960
- absolutePath: smithy_client_1.expectString(output.absolutePath),
9961
- blobId: smithy_client_1.expectString(output.blobId),
9962
- fileMode: smithy_client_1.expectString(output.fileMode),
9963
- relativePath: smithy_client_1.expectString(output.relativePath),
9960
+ absolutePath: (0, smithy_client_1.expectString)(output.absolutePath),
9961
+ blobId: (0, smithy_client_1.expectString)(output.blobId),
9962
+ fileMode: (0, smithy_client_1.expectString)(output.fileMode),
9963
+ relativePath: (0, smithy_client_1.expectString)(output.relativePath),
9964
9964
  };
9965
9965
  };
9966
9966
  const deserializeAws_json1_1FileContentAndSourceFileSpecifiedException = (output, context) => {
9967
9967
  return {
9968
- message: smithy_client_1.expectString(output.message),
9968
+ message: (0, smithy_client_1.expectString)(output.message),
9969
9969
  };
9970
9970
  };
9971
9971
  const deserializeAws_json1_1FileContentRequiredException = (output, context) => {
9972
9972
  return {
9973
- message: smithy_client_1.expectString(output.message),
9973
+ message: (0, smithy_client_1.expectString)(output.message),
9974
9974
  };
9975
9975
  };
9976
9976
  const deserializeAws_json1_1FileContentSizeLimitExceededException = (output, context) => {
9977
9977
  return {
9978
- message: smithy_client_1.expectString(output.message),
9978
+ message: (0, smithy_client_1.expectString)(output.message),
9979
9979
  };
9980
9980
  };
9981
9981
  const deserializeAws_json1_1FileDoesNotExistException = (output, context) => {
9982
9982
  return {
9983
- message: smithy_client_1.expectString(output.message),
9983
+ message: (0, smithy_client_1.expectString)(output.message),
9984
9984
  };
9985
9985
  };
9986
9986
  const deserializeAws_json1_1FileEntryRequiredException = (output, context) => {
9987
9987
  return {
9988
- message: smithy_client_1.expectString(output.message),
9988
+ message: (0, smithy_client_1.expectString)(output.message),
9989
9989
  };
9990
9990
  };
9991
9991
  const deserializeAws_json1_1FileList = (output, context) => {
@@ -10001,38 +10001,38 @@ const deserializeAws_json1_1FileList = (output, context) => {
10001
10001
  };
10002
10002
  const deserializeAws_json1_1FileMetadata = (output, context) => {
10003
10003
  return {
10004
- absolutePath: smithy_client_1.expectString(output.absolutePath),
10005
- blobId: smithy_client_1.expectString(output.blobId),
10006
- fileMode: smithy_client_1.expectString(output.fileMode),
10004
+ absolutePath: (0, smithy_client_1.expectString)(output.absolutePath),
10005
+ blobId: (0, smithy_client_1.expectString)(output.blobId),
10006
+ fileMode: (0, smithy_client_1.expectString)(output.fileMode),
10007
10007
  };
10008
10008
  };
10009
10009
  const deserializeAws_json1_1FileModeRequiredException = (output, context) => {
10010
10010
  return {
10011
- message: smithy_client_1.expectString(output.message),
10011
+ message: (0, smithy_client_1.expectString)(output.message),
10012
10012
  };
10013
10013
  };
10014
10014
  const deserializeAws_json1_1FileModes = (output, context) => {
10015
10015
  return {
10016
- base: smithy_client_1.expectString(output.base),
10017
- destination: smithy_client_1.expectString(output.destination),
10018
- source: smithy_client_1.expectString(output.source),
10016
+ base: (0, smithy_client_1.expectString)(output.base),
10017
+ destination: (0, smithy_client_1.expectString)(output.destination),
10018
+ source: (0, smithy_client_1.expectString)(output.source),
10019
10019
  };
10020
10020
  };
10021
10021
  const deserializeAws_json1_1FileNameConflictsWithDirectoryNameException = (output, context) => {
10022
10022
  return {
10023
- message: smithy_client_1.expectString(output.message),
10023
+ message: (0, smithy_client_1.expectString)(output.message),
10024
10024
  };
10025
10025
  };
10026
10026
  const deserializeAws_json1_1FilePathConflictsWithSubmodulePathException = (output, context) => {
10027
10027
  return {
10028
- message: smithy_client_1.expectString(output.message),
10028
+ message: (0, smithy_client_1.expectString)(output.message),
10029
10029
  };
10030
10030
  };
10031
10031
  const deserializeAws_json1_1FileSizes = (output, context) => {
10032
10032
  return {
10033
- base: smithy_client_1.expectLong(output.base),
10034
- destination: smithy_client_1.expectLong(output.destination),
10035
- source: smithy_client_1.expectLong(output.source),
10033
+ base: (0, smithy_client_1.expectLong)(output.base),
10034
+ destination: (0, smithy_client_1.expectLong)(output.destination),
10035
+ source: (0, smithy_client_1.expectLong)(output.source),
10036
10036
  };
10037
10037
  };
10038
10038
  const deserializeAws_json1_1FilesMetadata = (output, context) => {
@@ -10048,24 +10048,24 @@ const deserializeAws_json1_1FilesMetadata = (output, context) => {
10048
10048
  };
10049
10049
  const deserializeAws_json1_1FileTooLargeException = (output, context) => {
10050
10050
  return {
10051
- message: smithy_client_1.expectString(output.message),
10051
+ message: (0, smithy_client_1.expectString)(output.message),
10052
10052
  };
10053
10053
  };
10054
10054
  const deserializeAws_json1_1Folder = (output, context) => {
10055
10055
  return {
10056
- absolutePath: smithy_client_1.expectString(output.absolutePath),
10057
- relativePath: smithy_client_1.expectString(output.relativePath),
10058
- treeId: smithy_client_1.expectString(output.treeId),
10056
+ absolutePath: (0, smithy_client_1.expectString)(output.absolutePath),
10057
+ relativePath: (0, smithy_client_1.expectString)(output.relativePath),
10058
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
10059
10059
  };
10060
10060
  };
10061
10061
  const deserializeAws_json1_1FolderContentSizeLimitExceededException = (output, context) => {
10062
10062
  return {
10063
- message: smithy_client_1.expectString(output.message),
10063
+ message: (0, smithy_client_1.expectString)(output.message),
10064
10064
  };
10065
10065
  };
10066
10066
  const deserializeAws_json1_1FolderDoesNotExistException = (output, context) => {
10067
10067
  return {
10068
- message: smithy_client_1.expectString(output.message),
10068
+ message: (0, smithy_client_1.expectString)(output.message),
10069
10069
  };
10070
10070
  };
10071
10071
  const deserializeAws_json1_1FolderList = (output, context) => {
@@ -10107,7 +10107,7 @@ const deserializeAws_json1_1GetCommentOutput = (output, context) => {
10107
10107
  };
10108
10108
  const deserializeAws_json1_1GetCommentReactionsOutput = (output, context) => {
10109
10109
  return {
10110
- nextToken: smithy_client_1.expectString(output.nextToken),
10110
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10111
10111
  reactionsForComment: output.reactionsForComment !== undefined && output.reactionsForComment !== null
10112
10112
  ? deserializeAws_json1_1ReactionsForCommentList(output.reactionsForComment, context)
10113
10113
  : undefined,
@@ -10118,7 +10118,7 @@ const deserializeAws_json1_1GetCommentsForComparedCommitOutput = (output, contex
10118
10118
  commentsForComparedCommitData: output.commentsForComparedCommitData !== undefined && output.commentsForComparedCommitData !== null
10119
10119
  ? deserializeAws_json1_1CommentsForComparedCommitData(output.commentsForComparedCommitData, context)
10120
10120
  : undefined,
10121
- nextToken: smithy_client_1.expectString(output.nextToken),
10121
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10122
10122
  };
10123
10123
  };
10124
10124
  const deserializeAws_json1_1GetCommentsForPullRequestOutput = (output, context) => {
@@ -10126,7 +10126,7 @@ const deserializeAws_json1_1GetCommentsForPullRequestOutput = (output, context)
10126
10126
  commentsForPullRequestData: output.commentsForPullRequestData !== undefined && output.commentsForPullRequestData !== null
10127
10127
  ? deserializeAws_json1_1CommentsForPullRequestData(output.commentsForPullRequestData, context)
10128
10128
  : undefined,
10129
- nextToken: smithy_client_1.expectString(output.nextToken),
10129
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10130
10130
  };
10131
10131
  };
10132
10132
  const deserializeAws_json1_1GetCommitOutput = (output, context) => {
@@ -10138,7 +10138,7 @@ const deserializeAws_json1_1GetCommitOutput = (output, context) => {
10138
10138
  };
10139
10139
  const deserializeAws_json1_1GetDifferencesOutput = (output, context) => {
10140
10140
  return {
10141
- NextToken: smithy_client_1.expectString(output.NextToken),
10141
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
10142
10142
  differences: output.differences !== undefined && output.differences !== null
10143
10143
  ? deserializeAws_json1_1DifferenceList(output.differences, context)
10144
10144
  : undefined,
@@ -10146,23 +10146,23 @@ const deserializeAws_json1_1GetDifferencesOutput = (output, context) => {
10146
10146
  };
10147
10147
  const deserializeAws_json1_1GetFileOutput = (output, context) => {
10148
10148
  return {
10149
- blobId: smithy_client_1.expectString(output.blobId),
10150
- commitId: smithy_client_1.expectString(output.commitId),
10149
+ blobId: (0, smithy_client_1.expectString)(output.blobId),
10150
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
10151
10151
  fileContent: output.fileContent !== undefined && output.fileContent !== null
10152
10152
  ? context.base64Decoder(output.fileContent)
10153
10153
  : undefined,
10154
- fileMode: smithy_client_1.expectString(output.fileMode),
10155
- filePath: smithy_client_1.expectString(output.filePath),
10156
- fileSize: smithy_client_1.expectLong(output.fileSize),
10154
+ fileMode: (0, smithy_client_1.expectString)(output.fileMode),
10155
+ filePath: (0, smithy_client_1.expectString)(output.filePath),
10156
+ fileSize: (0, smithy_client_1.expectLong)(output.fileSize),
10157
10157
  };
10158
10158
  };
10159
10159
  const deserializeAws_json1_1GetFolderOutput = (output, context) => {
10160
10160
  return {
10161
- commitId: smithy_client_1.expectString(output.commitId),
10161
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
10162
10162
  files: output.files !== undefined && output.files !== null
10163
10163
  ? deserializeAws_json1_1FileList(output.files, context)
10164
10164
  : undefined,
10165
- folderPath: smithy_client_1.expectString(output.folderPath),
10165
+ folderPath: (0, smithy_client_1.expectString)(output.folderPath),
10166
10166
  subFolders: output.subFolders !== undefined && output.subFolders !== null
10167
10167
  ? deserializeAws_json1_1FolderList(output.subFolders, context)
10168
10168
  : undefined,
@@ -10172,37 +10172,37 @@ const deserializeAws_json1_1GetFolderOutput = (output, context) => {
10172
10172
  symbolicLinks: output.symbolicLinks !== undefined && output.symbolicLinks !== null
10173
10173
  ? deserializeAws_json1_1SymbolicLinkList(output.symbolicLinks, context)
10174
10174
  : undefined,
10175
- treeId: smithy_client_1.expectString(output.treeId),
10175
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
10176
10176
  };
10177
10177
  };
10178
10178
  const deserializeAws_json1_1GetMergeCommitOutput = (output, context) => {
10179
10179
  return {
10180
- baseCommitId: smithy_client_1.expectString(output.baseCommitId),
10181
- destinationCommitId: smithy_client_1.expectString(output.destinationCommitId),
10182
- mergedCommitId: smithy_client_1.expectString(output.mergedCommitId),
10183
- sourceCommitId: smithy_client_1.expectString(output.sourceCommitId),
10180
+ baseCommitId: (0, smithy_client_1.expectString)(output.baseCommitId),
10181
+ destinationCommitId: (0, smithy_client_1.expectString)(output.destinationCommitId),
10182
+ mergedCommitId: (0, smithy_client_1.expectString)(output.mergedCommitId),
10183
+ sourceCommitId: (0, smithy_client_1.expectString)(output.sourceCommitId),
10184
10184
  };
10185
10185
  };
10186
10186
  const deserializeAws_json1_1GetMergeConflictsOutput = (output, context) => {
10187
10187
  return {
10188
- baseCommitId: smithy_client_1.expectString(output.baseCommitId),
10188
+ baseCommitId: (0, smithy_client_1.expectString)(output.baseCommitId),
10189
10189
  conflictMetadataList: output.conflictMetadataList !== undefined && output.conflictMetadataList !== null
10190
10190
  ? deserializeAws_json1_1ConflictMetadataList(output.conflictMetadataList, context)
10191
10191
  : undefined,
10192
- destinationCommitId: smithy_client_1.expectString(output.destinationCommitId),
10193
- mergeable: smithy_client_1.expectBoolean(output.mergeable),
10194
- nextToken: smithy_client_1.expectString(output.nextToken),
10195
- sourceCommitId: smithy_client_1.expectString(output.sourceCommitId),
10192
+ destinationCommitId: (0, smithy_client_1.expectString)(output.destinationCommitId),
10193
+ mergeable: (0, smithy_client_1.expectBoolean)(output.mergeable),
10194
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10195
+ sourceCommitId: (0, smithy_client_1.expectString)(output.sourceCommitId),
10196
10196
  };
10197
10197
  };
10198
10198
  const deserializeAws_json1_1GetMergeOptionsOutput = (output, context) => {
10199
10199
  return {
10200
- baseCommitId: smithy_client_1.expectString(output.baseCommitId),
10201
- destinationCommitId: smithy_client_1.expectString(output.destinationCommitId),
10200
+ baseCommitId: (0, smithy_client_1.expectString)(output.baseCommitId),
10201
+ destinationCommitId: (0, smithy_client_1.expectString)(output.destinationCommitId),
10202
10202
  mergeOptions: output.mergeOptions !== undefined && output.mergeOptions !== null
10203
10203
  ? deserializeAws_json1_1MergeOptions(output.mergeOptions, context)
10204
10204
  : undefined,
10205
- sourceCommitId: smithy_client_1.expectString(output.sourceCommitId),
10205
+ sourceCommitId: (0, smithy_client_1.expectString)(output.sourceCommitId),
10206
10206
  };
10207
10207
  };
10208
10208
  const deserializeAws_json1_1GetPullRequestApprovalStatesOutput = (output, context) => {
@@ -10221,8 +10221,8 @@ const deserializeAws_json1_1GetPullRequestOutput = (output, context) => {
10221
10221
  };
10222
10222
  const deserializeAws_json1_1GetPullRequestOverrideStateOutput = (output, context) => {
10223
10223
  return {
10224
- overridden: smithy_client_1.expectBoolean(output.overridden),
10225
- overrider: smithy_client_1.expectString(output.overrider),
10224
+ overridden: (0, smithy_client_1.expectBoolean)(output.overridden),
10225
+ overrider: (0, smithy_client_1.expectString)(output.overrider),
10226
10226
  };
10227
10227
  };
10228
10228
  const deserializeAws_json1_1GetRepositoryOutput = (output, context) => {
@@ -10234,7 +10234,7 @@ const deserializeAws_json1_1GetRepositoryOutput = (output, context) => {
10234
10234
  };
10235
10235
  const deserializeAws_json1_1GetRepositoryTriggersOutput = (output, context) => {
10236
10236
  return {
10237
- configurationId: smithy_client_1.expectString(output.configurationId),
10237
+ configurationId: (0, smithy_client_1.expectString)(output.configurationId),
10238
10238
  triggers: output.triggers !== undefined && output.triggers !== null
10239
10239
  ? deserializeAws_json1_1RepositoryTriggersList(output.triggers, context)
10240
10240
  : undefined,
@@ -10242,329 +10242,329 @@ const deserializeAws_json1_1GetRepositoryTriggersOutput = (output, context) => {
10242
10242
  };
10243
10243
  const deserializeAws_json1_1IdempotencyParameterMismatchException = (output, context) => {
10244
10244
  return {
10245
- message: smithy_client_1.expectString(output.message),
10245
+ message: (0, smithy_client_1.expectString)(output.message),
10246
10246
  };
10247
10247
  };
10248
10248
  const deserializeAws_json1_1InvalidActorArnException = (output, context) => {
10249
10249
  return {
10250
- message: smithy_client_1.expectString(output.message),
10250
+ message: (0, smithy_client_1.expectString)(output.message),
10251
10251
  };
10252
10252
  };
10253
10253
  const deserializeAws_json1_1InvalidApprovalRuleContentException = (output, context) => {
10254
10254
  return {
10255
- message: smithy_client_1.expectString(output.message),
10255
+ message: (0, smithy_client_1.expectString)(output.message),
10256
10256
  };
10257
10257
  };
10258
10258
  const deserializeAws_json1_1InvalidApprovalRuleNameException = (output, context) => {
10259
10259
  return {
10260
- message: smithy_client_1.expectString(output.message),
10260
+ message: (0, smithy_client_1.expectString)(output.message),
10261
10261
  };
10262
10262
  };
10263
10263
  const deserializeAws_json1_1InvalidApprovalRuleTemplateContentException = (output, context) => {
10264
10264
  return {
10265
- message: smithy_client_1.expectString(output.message),
10265
+ message: (0, smithy_client_1.expectString)(output.message),
10266
10266
  };
10267
10267
  };
10268
10268
  const deserializeAws_json1_1InvalidApprovalRuleTemplateDescriptionException = (output, context) => {
10269
10269
  return {
10270
- message: smithy_client_1.expectString(output.message),
10270
+ message: (0, smithy_client_1.expectString)(output.message),
10271
10271
  };
10272
10272
  };
10273
10273
  const deserializeAws_json1_1InvalidApprovalRuleTemplateNameException = (output, context) => {
10274
10274
  return {
10275
- message: smithy_client_1.expectString(output.message),
10275
+ message: (0, smithy_client_1.expectString)(output.message),
10276
10276
  };
10277
10277
  };
10278
10278
  const deserializeAws_json1_1InvalidApprovalStateException = (output, context) => {
10279
10279
  return {
10280
- message: smithy_client_1.expectString(output.message),
10280
+ message: (0, smithy_client_1.expectString)(output.message),
10281
10281
  };
10282
10282
  };
10283
10283
  const deserializeAws_json1_1InvalidAuthorArnException = (output, context) => {
10284
10284
  return {
10285
- message: smithy_client_1.expectString(output.message),
10285
+ message: (0, smithy_client_1.expectString)(output.message),
10286
10286
  };
10287
10287
  };
10288
10288
  const deserializeAws_json1_1InvalidBlobIdException = (output, context) => {
10289
10289
  return {
10290
- message: smithy_client_1.expectString(output.message),
10290
+ message: (0, smithy_client_1.expectString)(output.message),
10291
10291
  };
10292
10292
  };
10293
10293
  const deserializeAws_json1_1InvalidBranchNameException = (output, context) => {
10294
10294
  return {
10295
- message: smithy_client_1.expectString(output.message),
10295
+ message: (0, smithy_client_1.expectString)(output.message),
10296
10296
  };
10297
10297
  };
10298
10298
  const deserializeAws_json1_1InvalidClientRequestTokenException = (output, context) => {
10299
10299
  return {
10300
- message: smithy_client_1.expectString(output.message),
10300
+ message: (0, smithy_client_1.expectString)(output.message),
10301
10301
  };
10302
10302
  };
10303
10303
  const deserializeAws_json1_1InvalidCommentIdException = (output, context) => {
10304
10304
  return {
10305
- message: smithy_client_1.expectString(output.message),
10305
+ message: (0, smithy_client_1.expectString)(output.message),
10306
10306
  };
10307
10307
  };
10308
10308
  const deserializeAws_json1_1InvalidCommitException = (output, context) => {
10309
10309
  return {
10310
- message: smithy_client_1.expectString(output.message),
10310
+ message: (0, smithy_client_1.expectString)(output.message),
10311
10311
  };
10312
10312
  };
10313
10313
  const deserializeAws_json1_1InvalidCommitIdException = (output, context) => {
10314
10314
  return {
10315
- message: smithy_client_1.expectString(output.message),
10315
+ message: (0, smithy_client_1.expectString)(output.message),
10316
10316
  };
10317
10317
  };
10318
10318
  const deserializeAws_json1_1InvalidConflictDetailLevelException = (output, context) => {
10319
10319
  return {
10320
- message: smithy_client_1.expectString(output.message),
10320
+ message: (0, smithy_client_1.expectString)(output.message),
10321
10321
  };
10322
10322
  };
10323
10323
  const deserializeAws_json1_1InvalidConflictResolutionException = (output, context) => {
10324
10324
  return {
10325
- message: smithy_client_1.expectString(output.message),
10325
+ message: (0, smithy_client_1.expectString)(output.message),
10326
10326
  };
10327
10327
  };
10328
10328
  const deserializeAws_json1_1InvalidConflictResolutionStrategyException = (output, context) => {
10329
10329
  return {
10330
- message: smithy_client_1.expectString(output.message),
10330
+ message: (0, smithy_client_1.expectString)(output.message),
10331
10331
  };
10332
10332
  };
10333
10333
  const deserializeAws_json1_1InvalidContinuationTokenException = (output, context) => {
10334
10334
  return {
10335
- message: smithy_client_1.expectString(output.message),
10335
+ message: (0, smithy_client_1.expectString)(output.message),
10336
10336
  };
10337
10337
  };
10338
10338
  const deserializeAws_json1_1InvalidDeletionParameterException = (output, context) => {
10339
10339
  return {
10340
- message: smithy_client_1.expectString(output.message),
10340
+ message: (0, smithy_client_1.expectString)(output.message),
10341
10341
  };
10342
10342
  };
10343
10343
  const deserializeAws_json1_1InvalidDescriptionException = (output, context) => {
10344
10344
  return {
10345
- message: smithy_client_1.expectString(output.message),
10345
+ message: (0, smithy_client_1.expectString)(output.message),
10346
10346
  };
10347
10347
  };
10348
10348
  const deserializeAws_json1_1InvalidDestinationCommitSpecifierException = (output, context) => {
10349
10349
  return {
10350
- message: smithy_client_1.expectString(output.message),
10350
+ message: (0, smithy_client_1.expectString)(output.message),
10351
10351
  };
10352
10352
  };
10353
10353
  const deserializeAws_json1_1InvalidEmailException = (output, context) => {
10354
10354
  return {
10355
- message: smithy_client_1.expectString(output.message),
10355
+ message: (0, smithy_client_1.expectString)(output.message),
10356
10356
  };
10357
10357
  };
10358
10358
  const deserializeAws_json1_1InvalidFileLocationException = (output, context) => {
10359
10359
  return {
10360
- message: smithy_client_1.expectString(output.message),
10360
+ message: (0, smithy_client_1.expectString)(output.message),
10361
10361
  };
10362
10362
  };
10363
10363
  const deserializeAws_json1_1InvalidFileModeException = (output, context) => {
10364
10364
  return {
10365
- message: smithy_client_1.expectString(output.message),
10365
+ message: (0, smithy_client_1.expectString)(output.message),
10366
10366
  };
10367
10367
  };
10368
10368
  const deserializeAws_json1_1InvalidFilePositionException = (output, context) => {
10369
10369
  return {
10370
- message: smithy_client_1.expectString(output.message),
10370
+ message: (0, smithy_client_1.expectString)(output.message),
10371
10371
  };
10372
10372
  };
10373
10373
  const deserializeAws_json1_1InvalidMaxConflictFilesException = (output, context) => {
10374
10374
  return {
10375
- message: smithy_client_1.expectString(output.message),
10375
+ message: (0, smithy_client_1.expectString)(output.message),
10376
10376
  };
10377
10377
  };
10378
10378
  const deserializeAws_json1_1InvalidMaxMergeHunksException = (output, context) => {
10379
10379
  return {
10380
- message: smithy_client_1.expectString(output.message),
10380
+ message: (0, smithy_client_1.expectString)(output.message),
10381
10381
  };
10382
10382
  };
10383
10383
  const deserializeAws_json1_1InvalidMaxResultsException = (output, context) => {
10384
10384
  return {
10385
- message: smithy_client_1.expectString(output.message),
10385
+ message: (0, smithy_client_1.expectString)(output.message),
10386
10386
  };
10387
10387
  };
10388
10388
  const deserializeAws_json1_1InvalidMergeOptionException = (output, context) => {
10389
10389
  return {
10390
- message: smithy_client_1.expectString(output.message),
10390
+ message: (0, smithy_client_1.expectString)(output.message),
10391
10391
  };
10392
10392
  };
10393
10393
  const deserializeAws_json1_1InvalidOrderException = (output, context) => {
10394
10394
  return {
10395
- message: smithy_client_1.expectString(output.message),
10395
+ message: (0, smithy_client_1.expectString)(output.message),
10396
10396
  };
10397
10397
  };
10398
10398
  const deserializeAws_json1_1InvalidOverrideStatusException = (output, context) => {
10399
10399
  return {
10400
- message: smithy_client_1.expectString(output.message),
10400
+ message: (0, smithy_client_1.expectString)(output.message),
10401
10401
  };
10402
10402
  };
10403
10403
  const deserializeAws_json1_1InvalidParentCommitIdException = (output, context) => {
10404
10404
  return {
10405
- message: smithy_client_1.expectString(output.message),
10405
+ message: (0, smithy_client_1.expectString)(output.message),
10406
10406
  };
10407
10407
  };
10408
10408
  const deserializeAws_json1_1InvalidPathException = (output, context) => {
10409
10409
  return {
10410
- message: smithy_client_1.expectString(output.message),
10410
+ message: (0, smithy_client_1.expectString)(output.message),
10411
10411
  };
10412
10412
  };
10413
10413
  const deserializeAws_json1_1InvalidPullRequestEventTypeException = (output, context) => {
10414
10414
  return {
10415
- message: smithy_client_1.expectString(output.message),
10415
+ message: (0, smithy_client_1.expectString)(output.message),
10416
10416
  };
10417
10417
  };
10418
10418
  const deserializeAws_json1_1InvalidPullRequestIdException = (output, context) => {
10419
10419
  return {
10420
- message: smithy_client_1.expectString(output.message),
10420
+ message: (0, smithy_client_1.expectString)(output.message),
10421
10421
  };
10422
10422
  };
10423
10423
  const deserializeAws_json1_1InvalidPullRequestStatusException = (output, context) => {
10424
10424
  return {
10425
- message: smithy_client_1.expectString(output.message),
10425
+ message: (0, smithy_client_1.expectString)(output.message),
10426
10426
  };
10427
10427
  };
10428
10428
  const deserializeAws_json1_1InvalidPullRequestStatusUpdateException = (output, context) => {
10429
10429
  return {
10430
- message: smithy_client_1.expectString(output.message),
10430
+ message: (0, smithy_client_1.expectString)(output.message),
10431
10431
  };
10432
10432
  };
10433
10433
  const deserializeAws_json1_1InvalidReactionUserArnException = (output, context) => {
10434
10434
  return {
10435
- message: smithy_client_1.expectString(output.message),
10435
+ message: (0, smithy_client_1.expectString)(output.message),
10436
10436
  };
10437
10437
  };
10438
10438
  const deserializeAws_json1_1InvalidReactionValueException = (output, context) => {
10439
10439
  return {
10440
- message: smithy_client_1.expectString(output.message),
10440
+ message: (0, smithy_client_1.expectString)(output.message),
10441
10441
  };
10442
10442
  };
10443
10443
  const deserializeAws_json1_1InvalidReferenceNameException = (output, context) => {
10444
10444
  return {
10445
- message: smithy_client_1.expectString(output.message),
10445
+ message: (0, smithy_client_1.expectString)(output.message),
10446
10446
  };
10447
10447
  };
10448
10448
  const deserializeAws_json1_1InvalidRelativeFileVersionEnumException = (output, context) => {
10449
10449
  return {
10450
- message: smithy_client_1.expectString(output.message),
10450
+ message: (0, smithy_client_1.expectString)(output.message),
10451
10451
  };
10452
10452
  };
10453
10453
  const deserializeAws_json1_1InvalidReplacementContentException = (output, context) => {
10454
10454
  return {
10455
- message: smithy_client_1.expectString(output.message),
10455
+ message: (0, smithy_client_1.expectString)(output.message),
10456
10456
  };
10457
10457
  };
10458
10458
  const deserializeAws_json1_1InvalidReplacementTypeException = (output, context) => {
10459
10459
  return {
10460
- message: smithy_client_1.expectString(output.message),
10460
+ message: (0, smithy_client_1.expectString)(output.message),
10461
10461
  };
10462
10462
  };
10463
10463
  const deserializeAws_json1_1InvalidRepositoryDescriptionException = (output, context) => {
10464
10464
  return {
10465
- message: smithy_client_1.expectString(output.message),
10465
+ message: (0, smithy_client_1.expectString)(output.message),
10466
10466
  };
10467
10467
  };
10468
10468
  const deserializeAws_json1_1InvalidRepositoryNameException = (output, context) => {
10469
10469
  return {
10470
- message: smithy_client_1.expectString(output.message),
10470
+ message: (0, smithy_client_1.expectString)(output.message),
10471
10471
  };
10472
10472
  };
10473
10473
  const deserializeAws_json1_1InvalidRepositoryTriggerBranchNameException = (output, context) => {
10474
10474
  return {
10475
- message: smithy_client_1.expectString(output.message),
10475
+ message: (0, smithy_client_1.expectString)(output.message),
10476
10476
  };
10477
10477
  };
10478
10478
  const deserializeAws_json1_1InvalidRepositoryTriggerCustomDataException = (output, context) => {
10479
10479
  return {
10480
- message: smithy_client_1.expectString(output.message),
10480
+ message: (0, smithy_client_1.expectString)(output.message),
10481
10481
  };
10482
10482
  };
10483
10483
  const deserializeAws_json1_1InvalidRepositoryTriggerDestinationArnException = (output, context) => {
10484
10484
  return {
10485
- message: smithy_client_1.expectString(output.message),
10485
+ message: (0, smithy_client_1.expectString)(output.message),
10486
10486
  };
10487
10487
  };
10488
10488
  const deserializeAws_json1_1InvalidRepositoryTriggerEventsException = (output, context) => {
10489
10489
  return {
10490
- message: smithy_client_1.expectString(output.message),
10490
+ message: (0, smithy_client_1.expectString)(output.message),
10491
10491
  };
10492
10492
  };
10493
10493
  const deserializeAws_json1_1InvalidRepositoryTriggerNameException = (output, context) => {
10494
10494
  return {
10495
- message: smithy_client_1.expectString(output.message),
10495
+ message: (0, smithy_client_1.expectString)(output.message),
10496
10496
  };
10497
10497
  };
10498
10498
  const deserializeAws_json1_1InvalidRepositoryTriggerRegionException = (output, context) => {
10499
10499
  return {
10500
- message: smithy_client_1.expectString(output.message),
10500
+ message: (0, smithy_client_1.expectString)(output.message),
10501
10501
  };
10502
10502
  };
10503
10503
  const deserializeAws_json1_1InvalidResourceArnException = (output, context) => {
10504
10504
  return {
10505
- message: smithy_client_1.expectString(output.message),
10505
+ message: (0, smithy_client_1.expectString)(output.message),
10506
10506
  };
10507
10507
  };
10508
10508
  const deserializeAws_json1_1InvalidRevisionIdException = (output, context) => {
10509
10509
  return {
10510
- message: smithy_client_1.expectString(output.message),
10510
+ message: (0, smithy_client_1.expectString)(output.message),
10511
10511
  };
10512
10512
  };
10513
10513
  const deserializeAws_json1_1InvalidRuleContentSha256Exception = (output, context) => {
10514
10514
  return {
10515
- message: smithy_client_1.expectString(output.message),
10515
+ message: (0, smithy_client_1.expectString)(output.message),
10516
10516
  };
10517
10517
  };
10518
10518
  const deserializeAws_json1_1InvalidSortByException = (output, context) => {
10519
10519
  return {
10520
- message: smithy_client_1.expectString(output.message),
10520
+ message: (0, smithy_client_1.expectString)(output.message),
10521
10521
  };
10522
10522
  };
10523
10523
  const deserializeAws_json1_1InvalidSourceCommitSpecifierException = (output, context) => {
10524
10524
  return {
10525
- message: smithy_client_1.expectString(output.message),
10525
+ message: (0, smithy_client_1.expectString)(output.message),
10526
10526
  };
10527
10527
  };
10528
10528
  const deserializeAws_json1_1InvalidSystemTagUsageException = (output, context) => {
10529
10529
  return {
10530
- message: smithy_client_1.expectString(output.message),
10530
+ message: (0, smithy_client_1.expectString)(output.message),
10531
10531
  };
10532
10532
  };
10533
10533
  const deserializeAws_json1_1InvalidTagKeysListException = (output, context) => {
10534
10534
  return {
10535
- message: smithy_client_1.expectString(output.message),
10535
+ message: (0, smithy_client_1.expectString)(output.message),
10536
10536
  };
10537
10537
  };
10538
10538
  const deserializeAws_json1_1InvalidTagsMapException = (output, context) => {
10539
10539
  return {
10540
- message: smithy_client_1.expectString(output.message),
10540
+ message: (0, smithy_client_1.expectString)(output.message),
10541
10541
  };
10542
10542
  };
10543
10543
  const deserializeAws_json1_1InvalidTargetBranchException = (output, context) => {
10544
10544
  return {
10545
- message: smithy_client_1.expectString(output.message),
10545
+ message: (0, smithy_client_1.expectString)(output.message),
10546
10546
  };
10547
10547
  };
10548
10548
  const deserializeAws_json1_1InvalidTargetException = (output, context) => {
10549
10549
  return {
10550
- message: smithy_client_1.expectString(output.message),
10550
+ message: (0, smithy_client_1.expectString)(output.message),
10551
10551
  };
10552
10552
  };
10553
10553
  const deserializeAws_json1_1InvalidTargetsException = (output, context) => {
10554
10554
  return {
10555
- message: smithy_client_1.expectString(output.message),
10555
+ message: (0, smithy_client_1.expectString)(output.message),
10556
10556
  };
10557
10557
  };
10558
10558
  const deserializeAws_json1_1InvalidTitleException = (output, context) => {
10559
10559
  return {
10560
- message: smithy_client_1.expectString(output.message),
10560
+ message: (0, smithy_client_1.expectString)(output.message),
10561
10561
  };
10562
10562
  };
10563
10563
  const deserializeAws_json1_1IsBinaryFile = (output, context) => {
10564
10564
  return {
10565
- base: smithy_client_1.expectBoolean(output.base),
10566
- destination: smithy_client_1.expectBoolean(output.destination),
10567
- source: smithy_client_1.expectBoolean(output.source),
10565
+ base: (0, smithy_client_1.expectBoolean)(output.base),
10566
+ destination: (0, smithy_client_1.expectBoolean)(output.destination),
10567
+ source: (0, smithy_client_1.expectBoolean)(output.source),
10568
10568
  };
10569
10569
  };
10570
10570
  const deserializeAws_json1_1ListApprovalRuleTemplatesOutput = (output, context) => {
@@ -10572,7 +10572,7 @@ const deserializeAws_json1_1ListApprovalRuleTemplatesOutput = (output, context)
10572
10572
  approvalRuleTemplateNames: output.approvalRuleTemplateNames !== undefined && output.approvalRuleTemplateNames !== null
10573
10573
  ? deserializeAws_json1_1ApprovalRuleTemplateNameList(output.approvalRuleTemplateNames, context)
10574
10574
  : undefined,
10575
- nextToken: smithy_client_1.expectString(output.nextToken),
10575
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10576
10576
  };
10577
10577
  };
10578
10578
  const deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryOutput = (output, context) => {
@@ -10580,7 +10580,7 @@ const deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryOutp
10580
10580
  approvalRuleTemplateNames: output.approvalRuleTemplateNames !== undefined && output.approvalRuleTemplateNames !== null
10581
10581
  ? deserializeAws_json1_1ApprovalRuleTemplateNameList(output.approvalRuleTemplateNames, context)
10582
10582
  : undefined,
10583
- nextToken: smithy_client_1.expectString(output.nextToken),
10583
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10584
10584
  };
10585
10585
  };
10586
10586
  const deserializeAws_json1_1ListBranchesOutput = (output, context) => {
@@ -10588,12 +10588,12 @@ const deserializeAws_json1_1ListBranchesOutput = (output, context) => {
10588
10588
  branches: output.branches !== undefined && output.branches !== null
10589
10589
  ? deserializeAws_json1_1BranchNameList(output.branches, context)
10590
10590
  : undefined,
10591
- nextToken: smithy_client_1.expectString(output.nextToken),
10591
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10592
10592
  };
10593
10593
  };
10594
10594
  const deserializeAws_json1_1ListPullRequestsOutput = (output, context) => {
10595
10595
  return {
10596
- nextToken: smithy_client_1.expectString(output.nextToken),
10596
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10597
10597
  pullRequestIds: output.pullRequestIds !== undefined && output.pullRequestIds !== null
10598
10598
  ? deserializeAws_json1_1PullRequestIdList(output.pullRequestIds, context)
10599
10599
  : undefined,
@@ -10601,7 +10601,7 @@ const deserializeAws_json1_1ListPullRequestsOutput = (output, context) => {
10601
10601
  };
10602
10602
  const deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateOutput = (output, context) => {
10603
10603
  return {
10604
- nextToken: smithy_client_1.expectString(output.nextToken),
10604
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10605
10605
  repositoryNames: output.repositoryNames !== undefined && output.repositoryNames !== null
10606
10606
  ? deserializeAws_json1_1RepositoryNameList(output.repositoryNames, context)
10607
10607
  : undefined,
@@ -10609,7 +10609,7 @@ const deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateOutput = (out
10609
10609
  };
10610
10610
  const deserializeAws_json1_1ListRepositoriesOutput = (output, context) => {
10611
10611
  return {
10612
- nextToken: smithy_client_1.expectString(output.nextToken),
10612
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10613
10613
  repositories: output.repositories !== undefined && output.repositories !== null
10614
10614
  ? deserializeAws_json1_1RepositoryNameIdPairList(output.repositories, context)
10615
10615
  : undefined,
@@ -10617,7 +10617,7 @@ const deserializeAws_json1_1ListRepositoriesOutput = (output, context) => {
10617
10617
  };
10618
10618
  const deserializeAws_json1_1ListTagsForResourceOutput = (output, context) => {
10619
10619
  return {
10620
- nextToken: smithy_client_1.expectString(output.nextToken),
10620
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
10621
10621
  tags: output.tags !== undefined && output.tags !== null
10622
10622
  ? deserializeAws_json1_1TagsMap(output.tags, context)
10623
10623
  : undefined,
@@ -10625,82 +10625,82 @@ const deserializeAws_json1_1ListTagsForResourceOutput = (output, context) => {
10625
10625
  };
10626
10626
  const deserializeAws_json1_1Location = (output, context) => {
10627
10627
  return {
10628
- filePath: smithy_client_1.expectString(output.filePath),
10629
- filePosition: smithy_client_1.expectLong(output.filePosition),
10630
- relativeFileVersion: smithy_client_1.expectString(output.relativeFileVersion),
10628
+ filePath: (0, smithy_client_1.expectString)(output.filePath),
10629
+ filePosition: (0, smithy_client_1.expectLong)(output.filePosition),
10630
+ relativeFileVersion: (0, smithy_client_1.expectString)(output.relativeFileVersion),
10631
10631
  };
10632
10632
  };
10633
10633
  const deserializeAws_json1_1ManualMergeRequiredException = (output, context) => {
10634
10634
  return {
10635
- message: smithy_client_1.expectString(output.message),
10635
+ message: (0, smithy_client_1.expectString)(output.message),
10636
10636
  };
10637
10637
  };
10638
10638
  const deserializeAws_json1_1MaximumBranchesExceededException = (output, context) => {
10639
10639
  return {
10640
- message: smithy_client_1.expectString(output.message),
10640
+ message: (0, smithy_client_1.expectString)(output.message),
10641
10641
  };
10642
10642
  };
10643
10643
  const deserializeAws_json1_1MaximumConflictResolutionEntriesExceededException = (output, context) => {
10644
10644
  return {
10645
- message: smithy_client_1.expectString(output.message),
10645
+ message: (0, smithy_client_1.expectString)(output.message),
10646
10646
  };
10647
10647
  };
10648
10648
  const deserializeAws_json1_1MaximumFileContentToLoadExceededException = (output, context) => {
10649
10649
  return {
10650
- message: smithy_client_1.expectString(output.message),
10650
+ message: (0, smithy_client_1.expectString)(output.message),
10651
10651
  };
10652
10652
  };
10653
10653
  const deserializeAws_json1_1MaximumFileEntriesExceededException = (output, context) => {
10654
10654
  return {
10655
- message: smithy_client_1.expectString(output.message),
10655
+ message: (0, smithy_client_1.expectString)(output.message),
10656
10656
  };
10657
10657
  };
10658
10658
  const deserializeAws_json1_1MaximumItemsToCompareExceededException = (output, context) => {
10659
10659
  return {
10660
- message: smithy_client_1.expectString(output.message),
10660
+ message: (0, smithy_client_1.expectString)(output.message),
10661
10661
  };
10662
10662
  };
10663
10663
  const deserializeAws_json1_1MaximumNumberOfApprovalsExceededException = (output, context) => {
10664
10664
  return {
10665
- message: smithy_client_1.expectString(output.message),
10665
+ message: (0, smithy_client_1.expectString)(output.message),
10666
10666
  };
10667
10667
  };
10668
10668
  const deserializeAws_json1_1MaximumOpenPullRequestsExceededException = (output, context) => {
10669
10669
  return {
10670
- message: smithy_client_1.expectString(output.message),
10670
+ message: (0, smithy_client_1.expectString)(output.message),
10671
10671
  };
10672
10672
  };
10673
10673
  const deserializeAws_json1_1MaximumRepositoryNamesExceededException = (output, context) => {
10674
10674
  return {
10675
- message: smithy_client_1.expectString(output.message),
10675
+ message: (0, smithy_client_1.expectString)(output.message),
10676
10676
  };
10677
10677
  };
10678
10678
  const deserializeAws_json1_1MaximumRepositoryTriggersExceededException = (output, context) => {
10679
10679
  return {
10680
- message: smithy_client_1.expectString(output.message),
10680
+ message: (0, smithy_client_1.expectString)(output.message),
10681
10681
  };
10682
10682
  };
10683
10683
  const deserializeAws_json1_1MaximumRuleTemplatesAssociatedWithRepositoryException = (output, context) => {
10684
10684
  return {
10685
- message: smithy_client_1.expectString(output.message),
10685
+ message: (0, smithy_client_1.expectString)(output.message),
10686
10686
  };
10687
10687
  };
10688
10688
  const deserializeAws_json1_1MergeBranchesByFastForwardOutput = (output, context) => {
10689
10689
  return {
10690
- commitId: smithy_client_1.expectString(output.commitId),
10691
- treeId: smithy_client_1.expectString(output.treeId),
10690
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
10691
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
10692
10692
  };
10693
10693
  };
10694
10694
  const deserializeAws_json1_1MergeBranchesBySquashOutput = (output, context) => {
10695
10695
  return {
10696
- commitId: smithy_client_1.expectString(output.commitId),
10697
- treeId: smithy_client_1.expectString(output.treeId),
10696
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
10697
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
10698
10698
  };
10699
10699
  };
10700
10700
  const deserializeAws_json1_1MergeBranchesByThreeWayOutput = (output, context) => {
10701
10701
  return {
10702
- commitId: smithy_client_1.expectString(output.commitId),
10703
- treeId: smithy_client_1.expectString(output.treeId),
10702
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
10703
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
10704
10704
  };
10705
10705
  };
10706
10706
  const deserializeAws_json1_1MergeHunk = (output, context) => {
@@ -10711,7 +10711,7 @@ const deserializeAws_json1_1MergeHunk = (output, context) => {
10711
10711
  destination: output.destination !== undefined && output.destination !== null
10712
10712
  ? deserializeAws_json1_1MergeHunkDetail(output.destination, context)
10713
10713
  : undefined,
10714
- isConflict: smithy_client_1.expectBoolean(output.isConflict),
10714
+ isConflict: (0, smithy_client_1.expectBoolean)(output.isConflict),
10715
10715
  source: output.source !== undefined && output.source !== null
10716
10716
  ? deserializeAws_json1_1MergeHunkDetail(output.source, context)
10717
10717
  : undefined,
@@ -10719,9 +10719,9 @@ const deserializeAws_json1_1MergeHunk = (output, context) => {
10719
10719
  };
10720
10720
  const deserializeAws_json1_1MergeHunkDetail = (output, context) => {
10721
10721
  return {
10722
- endLine: smithy_client_1.expectInt32(output.endLine),
10723
- hunkContent: smithy_client_1.expectString(output.hunkContent),
10724
- startLine: smithy_client_1.expectInt32(output.startLine),
10722
+ endLine: (0, smithy_client_1.expectInt32)(output.endLine),
10723
+ hunkContent: (0, smithy_client_1.expectString)(output.hunkContent),
10724
+ startLine: (0, smithy_client_1.expectInt32)(output.startLine),
10725
10725
  };
10726
10726
  };
10727
10727
  const deserializeAws_json1_1MergeHunks = (output, context) => {
@@ -10737,21 +10737,21 @@ const deserializeAws_json1_1MergeHunks = (output, context) => {
10737
10737
  };
10738
10738
  const deserializeAws_json1_1MergeMetadata = (output, context) => {
10739
10739
  return {
10740
- isMerged: smithy_client_1.expectBoolean(output.isMerged),
10741
- mergeCommitId: smithy_client_1.expectString(output.mergeCommitId),
10742
- mergeOption: smithy_client_1.expectString(output.mergeOption),
10743
- mergedBy: smithy_client_1.expectString(output.mergedBy),
10740
+ isMerged: (0, smithy_client_1.expectBoolean)(output.isMerged),
10741
+ mergeCommitId: (0, smithy_client_1.expectString)(output.mergeCommitId),
10742
+ mergeOption: (0, smithy_client_1.expectString)(output.mergeOption),
10743
+ mergedBy: (0, smithy_client_1.expectString)(output.mergedBy),
10744
10744
  };
10745
10745
  };
10746
10746
  const deserializeAws_json1_1MergeOperations = (output, context) => {
10747
10747
  return {
10748
- destination: smithy_client_1.expectString(output.destination),
10749
- source: smithy_client_1.expectString(output.source),
10748
+ destination: (0, smithy_client_1.expectString)(output.destination),
10749
+ source: (0, smithy_client_1.expectString)(output.source),
10750
10750
  };
10751
10751
  };
10752
10752
  const deserializeAws_json1_1MergeOptionRequiredException = (output, context) => {
10753
10753
  return {
10754
- message: smithy_client_1.expectString(output.message),
10754
+ message: (0, smithy_client_1.expectString)(output.message),
10755
10755
  };
10756
10756
  };
10757
10757
  const deserializeAws_json1_1MergeOptions = (output, context) => {
@@ -10761,7 +10761,7 @@ const deserializeAws_json1_1MergeOptions = (output, context) => {
10761
10761
  if (entry === null) {
10762
10762
  return null;
10763
10763
  }
10764
- return smithy_client_1.expectString(entry);
10764
+ return (0, smithy_client_1.expectString)(entry);
10765
10765
  });
10766
10766
  return retVal;
10767
10767
  };
@@ -10788,70 +10788,70 @@ const deserializeAws_json1_1MergePullRequestByThreeWayOutput = (output, context)
10788
10788
  };
10789
10789
  const deserializeAws_json1_1MultipleConflictResolutionEntriesException = (output, context) => {
10790
10790
  return {
10791
- message: smithy_client_1.expectString(output.message),
10791
+ message: (0, smithy_client_1.expectString)(output.message),
10792
10792
  };
10793
10793
  };
10794
10794
  const deserializeAws_json1_1MultipleRepositoriesInPullRequestException = (output, context) => {
10795
10795
  return {
10796
- message: smithy_client_1.expectString(output.message),
10796
+ message: (0, smithy_client_1.expectString)(output.message),
10797
10797
  };
10798
10798
  };
10799
10799
  const deserializeAws_json1_1NameLengthExceededException = (output, context) => {
10800
10800
  return {
10801
- message: smithy_client_1.expectString(output.message),
10801
+ message: (0, smithy_client_1.expectString)(output.message),
10802
10802
  };
10803
10803
  };
10804
10804
  const deserializeAws_json1_1NoChangeException = (output, context) => {
10805
10805
  return {
10806
- message: smithy_client_1.expectString(output.message),
10806
+ message: (0, smithy_client_1.expectString)(output.message),
10807
10807
  };
10808
10808
  };
10809
10809
  const deserializeAws_json1_1NumberOfRulesExceededException = (output, context) => {
10810
10810
  return {
10811
- message: smithy_client_1.expectString(output.message),
10811
+ message: (0, smithy_client_1.expectString)(output.message),
10812
10812
  };
10813
10813
  };
10814
10814
  const deserializeAws_json1_1NumberOfRuleTemplatesExceededException = (output, context) => {
10815
10815
  return {
10816
- message: smithy_client_1.expectString(output.message),
10816
+ message: (0, smithy_client_1.expectString)(output.message),
10817
10817
  };
10818
10818
  };
10819
10819
  const deserializeAws_json1_1ObjectTypes = (output, context) => {
10820
10820
  return {
10821
- base: smithy_client_1.expectString(output.base),
10822
- destination: smithy_client_1.expectString(output.destination),
10823
- source: smithy_client_1.expectString(output.source),
10821
+ base: (0, smithy_client_1.expectString)(output.base),
10822
+ destination: (0, smithy_client_1.expectString)(output.destination),
10823
+ source: (0, smithy_client_1.expectString)(output.source),
10824
10824
  };
10825
10825
  };
10826
10826
  const deserializeAws_json1_1OriginApprovalRuleTemplate = (output, context) => {
10827
10827
  return {
10828
- approvalRuleTemplateId: smithy_client_1.expectString(output.approvalRuleTemplateId),
10829
- approvalRuleTemplateName: smithy_client_1.expectString(output.approvalRuleTemplateName),
10828
+ approvalRuleTemplateId: (0, smithy_client_1.expectString)(output.approvalRuleTemplateId),
10829
+ approvalRuleTemplateName: (0, smithy_client_1.expectString)(output.approvalRuleTemplateName),
10830
10830
  };
10831
10831
  };
10832
10832
  const deserializeAws_json1_1OverrideAlreadySetException = (output, context) => {
10833
10833
  return {
10834
- message: smithy_client_1.expectString(output.message),
10834
+ message: (0, smithy_client_1.expectString)(output.message),
10835
10835
  };
10836
10836
  };
10837
10837
  const deserializeAws_json1_1OverrideStatusRequiredException = (output, context) => {
10838
10838
  return {
10839
- message: smithy_client_1.expectString(output.message),
10839
+ message: (0, smithy_client_1.expectString)(output.message),
10840
10840
  };
10841
10841
  };
10842
10842
  const deserializeAws_json1_1ParentCommitDoesNotExistException = (output, context) => {
10843
10843
  return {
10844
- message: smithy_client_1.expectString(output.message),
10844
+ message: (0, smithy_client_1.expectString)(output.message),
10845
10845
  };
10846
10846
  };
10847
10847
  const deserializeAws_json1_1ParentCommitIdOutdatedException = (output, context) => {
10848
10848
  return {
10849
- message: smithy_client_1.expectString(output.message),
10849
+ message: (0, smithy_client_1.expectString)(output.message),
10850
10850
  };
10851
10851
  };
10852
10852
  const deserializeAws_json1_1ParentCommitIdRequiredException = (output, context) => {
10853
10853
  return {
10854
- message: smithy_client_1.expectString(output.message),
10854
+ message: (0, smithy_client_1.expectString)(output.message),
10855
10855
  };
10856
10856
  };
10857
10857
  const deserializeAws_json1_1ParentList = (output, context) => {
@@ -10861,49 +10861,49 @@ const deserializeAws_json1_1ParentList = (output, context) => {
10861
10861
  if (entry === null) {
10862
10862
  return null;
10863
10863
  }
10864
- return smithy_client_1.expectString(entry);
10864
+ return (0, smithy_client_1.expectString)(entry);
10865
10865
  });
10866
10866
  return retVal;
10867
10867
  };
10868
10868
  const deserializeAws_json1_1PathDoesNotExistException = (output, context) => {
10869
10869
  return {
10870
- message: smithy_client_1.expectString(output.message),
10870
+ message: (0, smithy_client_1.expectString)(output.message),
10871
10871
  };
10872
10872
  };
10873
10873
  const deserializeAws_json1_1PathRequiredException = (output, context) => {
10874
10874
  return {
10875
- message: smithy_client_1.expectString(output.message),
10875
+ message: (0, smithy_client_1.expectString)(output.message),
10876
10876
  };
10877
10877
  };
10878
10878
  const deserializeAws_json1_1PostCommentForComparedCommitOutput = (output, context) => {
10879
10879
  return {
10880
- afterBlobId: smithy_client_1.expectString(output.afterBlobId),
10881
- afterCommitId: smithy_client_1.expectString(output.afterCommitId),
10882
- beforeBlobId: smithy_client_1.expectString(output.beforeBlobId),
10883
- beforeCommitId: smithy_client_1.expectString(output.beforeCommitId),
10880
+ afterBlobId: (0, smithy_client_1.expectString)(output.afterBlobId),
10881
+ afterCommitId: (0, smithy_client_1.expectString)(output.afterCommitId),
10882
+ beforeBlobId: (0, smithy_client_1.expectString)(output.beforeBlobId),
10883
+ beforeCommitId: (0, smithy_client_1.expectString)(output.beforeCommitId),
10884
10884
  comment: output.comment !== undefined && output.comment !== null
10885
10885
  ? deserializeAws_json1_1Comment(output.comment, context)
10886
10886
  : undefined,
10887
10887
  location: output.location !== undefined && output.location !== null
10888
10888
  ? deserializeAws_json1_1Location(output.location, context)
10889
10889
  : undefined,
10890
- repositoryName: smithy_client_1.expectString(output.repositoryName),
10890
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
10891
10891
  };
10892
10892
  };
10893
10893
  const deserializeAws_json1_1PostCommentForPullRequestOutput = (output, context) => {
10894
10894
  return {
10895
- afterBlobId: smithy_client_1.expectString(output.afterBlobId),
10896
- afterCommitId: smithy_client_1.expectString(output.afterCommitId),
10897
- beforeBlobId: smithy_client_1.expectString(output.beforeBlobId),
10898
- beforeCommitId: smithy_client_1.expectString(output.beforeCommitId),
10895
+ afterBlobId: (0, smithy_client_1.expectString)(output.afterBlobId),
10896
+ afterCommitId: (0, smithy_client_1.expectString)(output.afterCommitId),
10897
+ beforeBlobId: (0, smithy_client_1.expectString)(output.beforeBlobId),
10898
+ beforeCommitId: (0, smithy_client_1.expectString)(output.beforeCommitId),
10899
10899
  comment: output.comment !== undefined && output.comment !== null
10900
10900
  ? deserializeAws_json1_1Comment(output.comment, context)
10901
10901
  : undefined,
10902
10902
  location: output.location !== undefined && output.location !== null
10903
10903
  ? deserializeAws_json1_1Location(output.location, context)
10904
10904
  : undefined,
10905
- pullRequestId: smithy_client_1.expectString(output.pullRequestId),
10906
- repositoryName: smithy_client_1.expectString(output.repositoryName),
10905
+ pullRequestId: (0, smithy_client_1.expectString)(output.pullRequestId),
10906
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
10907
10907
  };
10908
10908
  };
10909
10909
  const deserializeAws_json1_1PostCommentReplyOutput = (output, context) => {
@@ -10918,55 +10918,55 @@ const deserializeAws_json1_1PullRequest = (output, context) => {
10918
10918
  approvalRules: output.approvalRules !== undefined && output.approvalRules !== null
10919
10919
  ? deserializeAws_json1_1ApprovalRulesList(output.approvalRules, context)
10920
10920
  : undefined,
10921
- authorArn: smithy_client_1.expectString(output.authorArn),
10922
- clientRequestToken: smithy_client_1.expectString(output.clientRequestToken),
10921
+ authorArn: (0, smithy_client_1.expectString)(output.authorArn),
10922
+ clientRequestToken: (0, smithy_client_1.expectString)(output.clientRequestToken),
10923
10923
  creationDate: output.creationDate !== undefined && output.creationDate !== null
10924
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDate)))
10924
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDate)))
10925
10925
  : undefined,
10926
- description: smithy_client_1.expectString(output.description),
10926
+ description: (0, smithy_client_1.expectString)(output.description),
10927
10927
  lastActivityDate: output.lastActivityDate !== undefined && output.lastActivityDate !== null
10928
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastActivityDate)))
10928
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastActivityDate)))
10929
10929
  : undefined,
10930
- pullRequestId: smithy_client_1.expectString(output.pullRequestId),
10931
- pullRequestStatus: smithy_client_1.expectString(output.pullRequestStatus),
10930
+ pullRequestId: (0, smithy_client_1.expectString)(output.pullRequestId),
10931
+ pullRequestStatus: (0, smithy_client_1.expectString)(output.pullRequestStatus),
10932
10932
  pullRequestTargets: output.pullRequestTargets !== undefined && output.pullRequestTargets !== null
10933
10933
  ? deserializeAws_json1_1PullRequestTargetList(output.pullRequestTargets, context)
10934
10934
  : undefined,
10935
- revisionId: smithy_client_1.expectString(output.revisionId),
10936
- title: smithy_client_1.expectString(output.title),
10935
+ revisionId: (0, smithy_client_1.expectString)(output.revisionId),
10936
+ title: (0, smithy_client_1.expectString)(output.title),
10937
10937
  };
10938
10938
  };
10939
10939
  const deserializeAws_json1_1PullRequestAlreadyClosedException = (output, context) => {
10940
10940
  return {
10941
- message: smithy_client_1.expectString(output.message),
10941
+ message: (0, smithy_client_1.expectString)(output.message),
10942
10942
  };
10943
10943
  };
10944
10944
  const deserializeAws_json1_1PullRequestApprovalRulesNotSatisfiedException = (output, context) => {
10945
10945
  return {
10946
- message: smithy_client_1.expectString(output.message),
10946
+ message: (0, smithy_client_1.expectString)(output.message),
10947
10947
  };
10948
10948
  };
10949
10949
  const deserializeAws_json1_1PullRequestCannotBeApprovedByAuthorException = (output, context) => {
10950
10950
  return {
10951
- message: smithy_client_1.expectString(output.message),
10951
+ message: (0, smithy_client_1.expectString)(output.message),
10952
10952
  };
10953
10953
  };
10954
10954
  const deserializeAws_json1_1PullRequestCreatedEventMetadata = (output, context) => {
10955
10955
  return {
10956
- destinationCommitId: smithy_client_1.expectString(output.destinationCommitId),
10957
- mergeBase: smithy_client_1.expectString(output.mergeBase),
10958
- repositoryName: smithy_client_1.expectString(output.repositoryName),
10959
- sourceCommitId: smithy_client_1.expectString(output.sourceCommitId),
10956
+ destinationCommitId: (0, smithy_client_1.expectString)(output.destinationCommitId),
10957
+ mergeBase: (0, smithy_client_1.expectString)(output.mergeBase),
10958
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
10959
+ sourceCommitId: (0, smithy_client_1.expectString)(output.sourceCommitId),
10960
10960
  };
10961
10961
  };
10962
10962
  const deserializeAws_json1_1PullRequestDoesNotExistException = (output, context) => {
10963
10963
  return {
10964
- message: smithy_client_1.expectString(output.message),
10964
+ message: (0, smithy_client_1.expectString)(output.message),
10965
10965
  };
10966
10966
  };
10967
10967
  const deserializeAws_json1_1PullRequestEvent = (output, context) => {
10968
10968
  return {
10969
- actorArn: smithy_client_1.expectString(output.actorArn),
10969
+ actorArn: (0, smithy_client_1.expectString)(output.actorArn),
10970
10970
  approvalRuleEventMetadata: output.approvalRuleEventMetadata !== undefined && output.approvalRuleEventMetadata !== null
10971
10971
  ? deserializeAws_json1_1ApprovalRuleEventMetadata(output.approvalRuleEventMetadata, context)
10972
10972
  : undefined,
@@ -10977,13 +10977,13 @@ const deserializeAws_json1_1PullRequestEvent = (output, context) => {
10977
10977
  ? deserializeAws_json1_1ApprovalStateChangedEventMetadata(output.approvalStateChangedEventMetadata, context)
10978
10978
  : undefined,
10979
10979
  eventDate: output.eventDate !== undefined && output.eventDate !== null
10980
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.eventDate)))
10980
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.eventDate)))
10981
10981
  : undefined,
10982
10982
  pullRequestCreatedEventMetadata: output.pullRequestCreatedEventMetadata !== undefined && output.pullRequestCreatedEventMetadata !== null
10983
10983
  ? deserializeAws_json1_1PullRequestCreatedEventMetadata(output.pullRequestCreatedEventMetadata, context)
10984
10984
  : undefined,
10985
- pullRequestEventType: smithy_client_1.expectString(output.pullRequestEventType),
10986
- pullRequestId: smithy_client_1.expectString(output.pullRequestId),
10985
+ pullRequestEventType: (0, smithy_client_1.expectString)(output.pullRequestEventType),
10986
+ pullRequestId: (0, smithy_client_1.expectString)(output.pullRequestId),
10987
10987
  pullRequestMergedStateChangedEventMetadata: output.pullRequestMergedStateChangedEventMetadata !== undefined &&
10988
10988
  output.pullRequestMergedStateChangedEventMetadata !== null
10989
10989
  ? deserializeAws_json1_1PullRequestMergedStateChangedEventMetadata(output.pullRequestMergedStateChangedEventMetadata, context)
@@ -11016,53 +11016,53 @@ const deserializeAws_json1_1PullRequestIdList = (output, context) => {
11016
11016
  if (entry === null) {
11017
11017
  return null;
11018
11018
  }
11019
- return smithy_client_1.expectString(entry);
11019
+ return (0, smithy_client_1.expectString)(entry);
11020
11020
  });
11021
11021
  return retVal;
11022
11022
  };
11023
11023
  const deserializeAws_json1_1PullRequestIdRequiredException = (output, context) => {
11024
11024
  return {
11025
- message: smithy_client_1.expectString(output.message),
11025
+ message: (0, smithy_client_1.expectString)(output.message),
11026
11026
  };
11027
11027
  };
11028
11028
  const deserializeAws_json1_1PullRequestMergedStateChangedEventMetadata = (output, context) => {
11029
11029
  return {
11030
- destinationReference: smithy_client_1.expectString(output.destinationReference),
11030
+ destinationReference: (0, smithy_client_1.expectString)(output.destinationReference),
11031
11031
  mergeMetadata: output.mergeMetadata !== undefined && output.mergeMetadata !== null
11032
11032
  ? deserializeAws_json1_1MergeMetadata(output.mergeMetadata, context)
11033
11033
  : undefined,
11034
- repositoryName: smithy_client_1.expectString(output.repositoryName),
11034
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
11035
11035
  };
11036
11036
  };
11037
11037
  const deserializeAws_json1_1PullRequestSourceReferenceUpdatedEventMetadata = (output, context) => {
11038
11038
  return {
11039
- afterCommitId: smithy_client_1.expectString(output.afterCommitId),
11040
- beforeCommitId: smithy_client_1.expectString(output.beforeCommitId),
11041
- mergeBase: smithy_client_1.expectString(output.mergeBase),
11042
- repositoryName: smithy_client_1.expectString(output.repositoryName),
11039
+ afterCommitId: (0, smithy_client_1.expectString)(output.afterCommitId),
11040
+ beforeCommitId: (0, smithy_client_1.expectString)(output.beforeCommitId),
11041
+ mergeBase: (0, smithy_client_1.expectString)(output.mergeBase),
11042
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
11043
11043
  };
11044
11044
  };
11045
11045
  const deserializeAws_json1_1PullRequestStatusChangedEventMetadata = (output, context) => {
11046
11046
  return {
11047
- pullRequestStatus: smithy_client_1.expectString(output.pullRequestStatus),
11047
+ pullRequestStatus: (0, smithy_client_1.expectString)(output.pullRequestStatus),
11048
11048
  };
11049
11049
  };
11050
11050
  const deserializeAws_json1_1PullRequestStatusRequiredException = (output, context) => {
11051
11051
  return {
11052
- message: smithy_client_1.expectString(output.message),
11052
+ message: (0, smithy_client_1.expectString)(output.message),
11053
11053
  };
11054
11054
  };
11055
11055
  const deserializeAws_json1_1PullRequestTarget = (output, context) => {
11056
11056
  return {
11057
- destinationCommit: smithy_client_1.expectString(output.destinationCommit),
11058
- destinationReference: smithy_client_1.expectString(output.destinationReference),
11059
- mergeBase: smithy_client_1.expectString(output.mergeBase),
11057
+ destinationCommit: (0, smithy_client_1.expectString)(output.destinationCommit),
11058
+ destinationReference: (0, smithy_client_1.expectString)(output.destinationReference),
11059
+ mergeBase: (0, smithy_client_1.expectString)(output.mergeBase),
11060
11060
  mergeMetadata: output.mergeMetadata !== undefined && output.mergeMetadata !== null
11061
11061
  ? deserializeAws_json1_1MergeMetadata(output.mergeMetadata, context)
11062
11062
  : undefined,
11063
- repositoryName: smithy_client_1.expectString(output.repositoryName),
11064
- sourceCommit: smithy_client_1.expectString(output.sourceCommit),
11065
- sourceReference: smithy_client_1.expectString(output.sourceReference),
11063
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
11064
+ sourceCommit: (0, smithy_client_1.expectString)(output.sourceCommit),
11065
+ sourceReference: (0, smithy_client_1.expectString)(output.sourceReference),
11066
11066
  };
11067
11067
  };
11068
11068
  const deserializeAws_json1_1PullRequestTargetList = (output, context) => {
@@ -11078,19 +11078,19 @@ const deserializeAws_json1_1PullRequestTargetList = (output, context) => {
11078
11078
  };
11079
11079
  const deserializeAws_json1_1PutFileEntryConflictException = (output, context) => {
11080
11080
  return {
11081
- message: smithy_client_1.expectString(output.message),
11081
+ message: (0, smithy_client_1.expectString)(output.message),
11082
11082
  };
11083
11083
  };
11084
11084
  const deserializeAws_json1_1PutFileOutput = (output, context) => {
11085
11085
  return {
11086
- blobId: smithy_client_1.expectString(output.blobId),
11087
- commitId: smithy_client_1.expectString(output.commitId),
11088
- treeId: smithy_client_1.expectString(output.treeId),
11086
+ blobId: (0, smithy_client_1.expectString)(output.blobId),
11087
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
11088
+ treeId: (0, smithy_client_1.expectString)(output.treeId),
11089
11089
  };
11090
11090
  };
11091
11091
  const deserializeAws_json1_1PutRepositoryTriggersOutput = (output, context) => {
11092
11092
  return {
11093
- configurationId: smithy_client_1.expectString(output.configurationId),
11093
+ configurationId: (0, smithy_client_1.expectString)(output.configurationId),
11094
11094
  };
11095
11095
  };
11096
11096
  const deserializeAws_json1_1ReactionCountsMap = (output, context) => {
@@ -11100,7 +11100,7 @@ const deserializeAws_json1_1ReactionCountsMap = (output, context) => {
11100
11100
  }
11101
11101
  return {
11102
11102
  ...acc,
11103
- [key]: smithy_client_1.expectInt32(value),
11103
+ [key]: (0, smithy_client_1.expectInt32)(value),
11104
11104
  };
11105
11105
  }, {});
11106
11106
  };
@@ -11112,12 +11112,12 @@ const deserializeAws_json1_1ReactionForComment = (output, context) => {
11112
11112
  reactionUsers: output.reactionUsers !== undefined && output.reactionUsers !== null
11113
11113
  ? deserializeAws_json1_1ReactionUsersList(output.reactionUsers, context)
11114
11114
  : undefined,
11115
- reactionsFromDeletedUsersCount: smithy_client_1.expectInt32(output.reactionsFromDeletedUsersCount),
11115
+ reactionsFromDeletedUsersCount: (0, smithy_client_1.expectInt32)(output.reactionsFromDeletedUsersCount),
11116
11116
  };
11117
11117
  };
11118
11118
  const deserializeAws_json1_1ReactionLimitExceededException = (output, context) => {
11119
11119
  return {
11120
- message: smithy_client_1.expectString(output.message),
11120
+ message: (0, smithy_client_1.expectString)(output.message),
11121
11121
  };
11122
11122
  };
11123
11123
  const deserializeAws_json1_1ReactionsForCommentList = (output, context) => {
@@ -11138,73 +11138,73 @@ const deserializeAws_json1_1ReactionUsersList = (output, context) => {
11138
11138
  if (entry === null) {
11139
11139
  return null;
11140
11140
  }
11141
- return smithy_client_1.expectString(entry);
11141
+ return (0, smithy_client_1.expectString)(entry);
11142
11142
  });
11143
11143
  return retVal;
11144
11144
  };
11145
11145
  const deserializeAws_json1_1ReactionValueFormats = (output, context) => {
11146
11146
  return {
11147
- emoji: smithy_client_1.expectString(output.emoji),
11148
- shortCode: smithy_client_1.expectString(output.shortCode),
11149
- unicode: smithy_client_1.expectString(output.unicode),
11147
+ emoji: (0, smithy_client_1.expectString)(output.emoji),
11148
+ shortCode: (0, smithy_client_1.expectString)(output.shortCode),
11149
+ unicode: (0, smithy_client_1.expectString)(output.unicode),
11150
11150
  };
11151
11151
  };
11152
11152
  const deserializeAws_json1_1ReactionValueRequiredException = (output, context) => {
11153
11153
  return {
11154
- message: smithy_client_1.expectString(output.message),
11154
+ message: (0, smithy_client_1.expectString)(output.message),
11155
11155
  };
11156
11156
  };
11157
11157
  const deserializeAws_json1_1ReferenceDoesNotExistException = (output, context) => {
11158
11158
  return {
11159
- message: smithy_client_1.expectString(output.message),
11159
+ message: (0, smithy_client_1.expectString)(output.message),
11160
11160
  };
11161
11161
  };
11162
11162
  const deserializeAws_json1_1ReferenceNameRequiredException = (output, context) => {
11163
11163
  return {
11164
- message: smithy_client_1.expectString(output.message),
11164
+ message: (0, smithy_client_1.expectString)(output.message),
11165
11165
  };
11166
11166
  };
11167
11167
  const deserializeAws_json1_1ReferenceTypeNotSupportedException = (output, context) => {
11168
11168
  return {
11169
- message: smithy_client_1.expectString(output.message),
11169
+ message: (0, smithy_client_1.expectString)(output.message),
11170
11170
  };
11171
11171
  };
11172
11172
  const deserializeAws_json1_1ReplacementContentRequiredException = (output, context) => {
11173
11173
  return {
11174
- message: smithy_client_1.expectString(output.message),
11174
+ message: (0, smithy_client_1.expectString)(output.message),
11175
11175
  };
11176
11176
  };
11177
11177
  const deserializeAws_json1_1ReplacementTypeRequiredException = (output, context) => {
11178
11178
  return {
11179
- message: smithy_client_1.expectString(output.message),
11179
+ message: (0, smithy_client_1.expectString)(output.message),
11180
11180
  };
11181
11181
  };
11182
11182
  const deserializeAws_json1_1RepositoryDoesNotExistException = (output, context) => {
11183
11183
  return {
11184
- message: smithy_client_1.expectString(output.message),
11184
+ message: (0, smithy_client_1.expectString)(output.message),
11185
11185
  };
11186
11186
  };
11187
11187
  const deserializeAws_json1_1RepositoryLimitExceededException = (output, context) => {
11188
11188
  return {
11189
- message: smithy_client_1.expectString(output.message),
11189
+ message: (0, smithy_client_1.expectString)(output.message),
11190
11190
  };
11191
11191
  };
11192
11192
  const deserializeAws_json1_1RepositoryMetadata = (output, context) => {
11193
11193
  return {
11194
- Arn: smithy_client_1.expectString(output.Arn),
11195
- accountId: smithy_client_1.expectString(output.accountId),
11196
- cloneUrlHttp: smithy_client_1.expectString(output.cloneUrlHttp),
11197
- cloneUrlSsh: smithy_client_1.expectString(output.cloneUrlSsh),
11194
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
11195
+ accountId: (0, smithy_client_1.expectString)(output.accountId),
11196
+ cloneUrlHttp: (0, smithy_client_1.expectString)(output.cloneUrlHttp),
11197
+ cloneUrlSsh: (0, smithy_client_1.expectString)(output.cloneUrlSsh),
11198
11198
  creationDate: output.creationDate !== undefined && output.creationDate !== null
11199
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDate)))
11199
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDate)))
11200
11200
  : undefined,
11201
- defaultBranch: smithy_client_1.expectString(output.defaultBranch),
11201
+ defaultBranch: (0, smithy_client_1.expectString)(output.defaultBranch),
11202
11202
  lastModifiedDate: output.lastModifiedDate !== undefined && output.lastModifiedDate !== null
11203
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedDate)))
11203
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedDate)))
11204
11204
  : undefined,
11205
- repositoryDescription: smithy_client_1.expectString(output.repositoryDescription),
11206
- repositoryId: smithy_client_1.expectString(output.repositoryId),
11207
- repositoryName: smithy_client_1.expectString(output.repositoryName),
11205
+ repositoryDescription: (0, smithy_client_1.expectString)(output.repositoryDescription),
11206
+ repositoryId: (0, smithy_client_1.expectString)(output.repositoryId),
11207
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
11208
11208
  };
11209
11209
  };
11210
11210
  const deserializeAws_json1_1RepositoryMetadataList = (output, context) => {
@@ -11220,13 +11220,13 @@ const deserializeAws_json1_1RepositoryMetadataList = (output, context) => {
11220
11220
  };
11221
11221
  const deserializeAws_json1_1RepositoryNameExistsException = (output, context) => {
11222
11222
  return {
11223
- message: smithy_client_1.expectString(output.message),
11223
+ message: (0, smithy_client_1.expectString)(output.message),
11224
11224
  };
11225
11225
  };
11226
11226
  const deserializeAws_json1_1RepositoryNameIdPair = (output, context) => {
11227
11227
  return {
11228
- repositoryId: smithy_client_1.expectString(output.repositoryId),
11229
- repositoryName: smithy_client_1.expectString(output.repositoryName),
11228
+ repositoryId: (0, smithy_client_1.expectString)(output.repositoryId),
11229
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
11230
11230
  };
11231
11231
  };
11232
11232
  const deserializeAws_json1_1RepositoryNameIdPairList = (output, context) => {
@@ -11247,23 +11247,23 @@ const deserializeAws_json1_1RepositoryNameList = (output, context) => {
11247
11247
  if (entry === null) {
11248
11248
  return null;
11249
11249
  }
11250
- return smithy_client_1.expectString(entry);
11250
+ return (0, smithy_client_1.expectString)(entry);
11251
11251
  });
11252
11252
  return retVal;
11253
11253
  };
11254
11254
  const deserializeAws_json1_1RepositoryNameRequiredException = (output, context) => {
11255
11255
  return {
11256
- message: smithy_client_1.expectString(output.message),
11256
+ message: (0, smithy_client_1.expectString)(output.message),
11257
11257
  };
11258
11258
  };
11259
11259
  const deserializeAws_json1_1RepositoryNamesRequiredException = (output, context) => {
11260
11260
  return {
11261
- message: smithy_client_1.expectString(output.message),
11261
+ message: (0, smithy_client_1.expectString)(output.message),
11262
11262
  };
11263
11263
  };
11264
11264
  const deserializeAws_json1_1RepositoryNotAssociatedWithPullRequestException = (output, context) => {
11265
11265
  return {
11266
- message: smithy_client_1.expectString(output.message),
11266
+ message: (0, smithy_client_1.expectString)(output.message),
11267
11267
  };
11268
11268
  };
11269
11269
  const deserializeAws_json1_1RepositoryNotFoundList = (output, context) => {
@@ -11273,7 +11273,7 @@ const deserializeAws_json1_1RepositoryNotFoundList = (output, context) => {
11273
11273
  if (entry === null) {
11274
11274
  return null;
11275
11275
  }
11276
- return smithy_client_1.expectString(entry);
11276
+ return (0, smithy_client_1.expectString)(entry);
11277
11277
  });
11278
11278
  return retVal;
11279
11279
  };
@@ -11282,22 +11282,22 @@ const deserializeAws_json1_1RepositoryTrigger = (output, context) => {
11282
11282
  branches: output.branches !== undefined && output.branches !== null
11283
11283
  ? deserializeAws_json1_1BranchNameList(output.branches, context)
11284
11284
  : undefined,
11285
- customData: smithy_client_1.expectString(output.customData),
11286
- destinationArn: smithy_client_1.expectString(output.destinationArn),
11285
+ customData: (0, smithy_client_1.expectString)(output.customData),
11286
+ destinationArn: (0, smithy_client_1.expectString)(output.destinationArn),
11287
11287
  events: output.events !== undefined && output.events !== null
11288
11288
  ? deserializeAws_json1_1RepositoryTriggerEventList(output.events, context)
11289
11289
  : undefined,
11290
- name: smithy_client_1.expectString(output.name),
11290
+ name: (0, smithy_client_1.expectString)(output.name),
11291
11291
  };
11292
11292
  };
11293
11293
  const deserializeAws_json1_1RepositoryTriggerBranchNameListRequiredException = (output, context) => {
11294
11294
  return {
11295
- message: smithy_client_1.expectString(output.message),
11295
+ message: (0, smithy_client_1.expectString)(output.message),
11296
11296
  };
11297
11297
  };
11298
11298
  const deserializeAws_json1_1RepositoryTriggerDestinationArnRequiredException = (output, context) => {
11299
11299
  return {
11300
- message: smithy_client_1.expectString(output.message),
11300
+ message: (0, smithy_client_1.expectString)(output.message),
11301
11301
  };
11302
11302
  };
11303
11303
  const deserializeAws_json1_1RepositoryTriggerEventList = (output, context) => {
@@ -11307,19 +11307,19 @@ const deserializeAws_json1_1RepositoryTriggerEventList = (output, context) => {
11307
11307
  if (entry === null) {
11308
11308
  return null;
11309
11309
  }
11310
- return smithy_client_1.expectString(entry);
11310
+ return (0, smithy_client_1.expectString)(entry);
11311
11311
  });
11312
11312
  return retVal;
11313
11313
  };
11314
11314
  const deserializeAws_json1_1RepositoryTriggerEventsListRequiredException = (output, context) => {
11315
11315
  return {
11316
- message: smithy_client_1.expectString(output.message),
11316
+ message: (0, smithy_client_1.expectString)(output.message),
11317
11317
  };
11318
11318
  };
11319
11319
  const deserializeAws_json1_1RepositoryTriggerExecutionFailure = (output, context) => {
11320
11320
  return {
11321
- failureMessage: smithy_client_1.expectString(output.failureMessage),
11322
- trigger: smithy_client_1.expectString(output.trigger),
11321
+ failureMessage: (0, smithy_client_1.expectString)(output.failureMessage),
11322
+ trigger: (0, smithy_client_1.expectString)(output.trigger),
11323
11323
  };
11324
11324
  };
11325
11325
  const deserializeAws_json1_1RepositoryTriggerExecutionFailureList = (output, context) => {
@@ -11340,13 +11340,13 @@ const deserializeAws_json1_1RepositoryTriggerNameList = (output, context) => {
11340
11340
  if (entry === null) {
11341
11341
  return null;
11342
11342
  }
11343
- return smithy_client_1.expectString(entry);
11343
+ return (0, smithy_client_1.expectString)(entry);
11344
11344
  });
11345
11345
  return retVal;
11346
11346
  };
11347
11347
  const deserializeAws_json1_1RepositoryTriggerNameRequiredException = (output, context) => {
11348
11348
  return {
11349
- message: smithy_client_1.expectString(output.message),
11349
+ message: (0, smithy_client_1.expectString)(output.message),
11350
11350
  };
11351
11351
  };
11352
11352
  const deserializeAws_json1_1RepositoryTriggersList = (output, context) => {
@@ -11362,54 +11362,54 @@ const deserializeAws_json1_1RepositoryTriggersList = (output, context) => {
11362
11362
  };
11363
11363
  const deserializeAws_json1_1RepositoryTriggersListRequiredException = (output, context) => {
11364
11364
  return {
11365
- message: smithy_client_1.expectString(output.message),
11365
+ message: (0, smithy_client_1.expectString)(output.message),
11366
11366
  };
11367
11367
  };
11368
11368
  const deserializeAws_json1_1ResourceArnRequiredException = (output, context) => {
11369
11369
  return {
11370
- message: smithy_client_1.expectString(output.message),
11370
+ message: (0, smithy_client_1.expectString)(output.message),
11371
11371
  };
11372
11372
  };
11373
11373
  const deserializeAws_json1_1RestrictedSourceFileException = (output, context) => {
11374
11374
  return {
11375
- message: smithy_client_1.expectString(output.message),
11375
+ message: (0, smithy_client_1.expectString)(output.message),
11376
11376
  };
11377
11377
  };
11378
11378
  const deserializeAws_json1_1RevisionIdRequiredException = (output, context) => {
11379
11379
  return {
11380
- message: smithy_client_1.expectString(output.message),
11380
+ message: (0, smithy_client_1.expectString)(output.message),
11381
11381
  };
11382
11382
  };
11383
11383
  const deserializeAws_json1_1RevisionNotCurrentException = (output, context) => {
11384
11384
  return {
11385
- message: smithy_client_1.expectString(output.message),
11385
+ message: (0, smithy_client_1.expectString)(output.message),
11386
11386
  };
11387
11387
  };
11388
11388
  const deserializeAws_json1_1SameFileContentException = (output, context) => {
11389
11389
  return {
11390
- message: smithy_client_1.expectString(output.message),
11390
+ message: (0, smithy_client_1.expectString)(output.message),
11391
11391
  };
11392
11392
  };
11393
11393
  const deserializeAws_json1_1SamePathRequestException = (output, context) => {
11394
11394
  return {
11395
- message: smithy_client_1.expectString(output.message),
11395
+ message: (0, smithy_client_1.expectString)(output.message),
11396
11396
  };
11397
11397
  };
11398
11398
  const deserializeAws_json1_1SourceAndDestinationAreSameException = (output, context) => {
11399
11399
  return {
11400
- message: smithy_client_1.expectString(output.message),
11400
+ message: (0, smithy_client_1.expectString)(output.message),
11401
11401
  };
11402
11402
  };
11403
11403
  const deserializeAws_json1_1SourceFileOrContentRequiredException = (output, context) => {
11404
11404
  return {
11405
- message: smithy_client_1.expectString(output.message),
11405
+ message: (0, smithy_client_1.expectString)(output.message),
11406
11406
  };
11407
11407
  };
11408
11408
  const deserializeAws_json1_1SubModule = (output, context) => {
11409
11409
  return {
11410
- absolutePath: smithy_client_1.expectString(output.absolutePath),
11411
- commitId: smithy_client_1.expectString(output.commitId),
11412
- relativePath: smithy_client_1.expectString(output.relativePath),
11410
+ absolutePath: (0, smithy_client_1.expectString)(output.absolutePath),
11411
+ commitId: (0, smithy_client_1.expectString)(output.commitId),
11412
+ relativePath: (0, smithy_client_1.expectString)(output.relativePath),
11413
11413
  };
11414
11414
  };
11415
11415
  const deserializeAws_json1_1SubModuleList = (output, context) => {
@@ -11425,10 +11425,10 @@ const deserializeAws_json1_1SubModuleList = (output, context) => {
11425
11425
  };
11426
11426
  const deserializeAws_json1_1SymbolicLink = (output, context) => {
11427
11427
  return {
11428
- absolutePath: smithy_client_1.expectString(output.absolutePath),
11429
- blobId: smithy_client_1.expectString(output.blobId),
11430
- fileMode: smithy_client_1.expectString(output.fileMode),
11431
- relativePath: smithy_client_1.expectString(output.relativePath),
11428
+ absolutePath: (0, smithy_client_1.expectString)(output.absolutePath),
11429
+ blobId: (0, smithy_client_1.expectString)(output.blobId),
11430
+ fileMode: (0, smithy_client_1.expectString)(output.fileMode),
11431
+ relativePath: (0, smithy_client_1.expectString)(output.relativePath),
11432
11432
  };
11433
11433
  };
11434
11434
  const deserializeAws_json1_1SymbolicLinkList = (output, context) => {
@@ -11444,12 +11444,12 @@ const deserializeAws_json1_1SymbolicLinkList = (output, context) => {
11444
11444
  };
11445
11445
  const deserializeAws_json1_1TagKeysListRequiredException = (output, context) => {
11446
11446
  return {
11447
- message: smithy_client_1.expectString(output.message),
11447
+ message: (0, smithy_client_1.expectString)(output.message),
11448
11448
  };
11449
11449
  };
11450
11450
  const deserializeAws_json1_1TagPolicyException = (output, context) => {
11451
11451
  return {
11452
- message: smithy_client_1.expectString(output.message),
11452
+ message: (0, smithy_client_1.expectString)(output.message),
11453
11453
  };
11454
11454
  };
11455
11455
  const deserializeAws_json1_1TagsMap = (output, context) => {
@@ -11459,23 +11459,23 @@ const deserializeAws_json1_1TagsMap = (output, context) => {
11459
11459
  }
11460
11460
  return {
11461
11461
  ...acc,
11462
- [key]: smithy_client_1.expectString(value),
11462
+ [key]: (0, smithy_client_1.expectString)(value),
11463
11463
  };
11464
11464
  }, {});
11465
11465
  };
11466
11466
  const deserializeAws_json1_1TagsMapRequiredException = (output, context) => {
11467
11467
  return {
11468
- message: smithy_client_1.expectString(output.message),
11468
+ message: (0, smithy_client_1.expectString)(output.message),
11469
11469
  };
11470
11470
  };
11471
11471
  const deserializeAws_json1_1TargetRequiredException = (output, context) => {
11472
11472
  return {
11473
- message: smithy_client_1.expectString(output.message),
11473
+ message: (0, smithy_client_1.expectString)(output.message),
11474
11474
  };
11475
11475
  };
11476
11476
  const deserializeAws_json1_1TargetsRequiredException = (output, context) => {
11477
11477
  return {
11478
- message: smithy_client_1.expectString(output.message),
11478
+ message: (0, smithy_client_1.expectString)(output.message),
11479
11479
  };
11480
11480
  };
11481
11481
  const deserializeAws_json1_1TestRepositoryTriggersOutput = (output, context) => {
@@ -11490,22 +11490,22 @@ const deserializeAws_json1_1TestRepositoryTriggersOutput = (output, context) =>
11490
11490
  };
11491
11491
  const deserializeAws_json1_1TipOfSourceReferenceIsDifferentException = (output, context) => {
11492
11492
  return {
11493
- message: smithy_client_1.expectString(output.message),
11493
+ message: (0, smithy_client_1.expectString)(output.message),
11494
11494
  };
11495
11495
  };
11496
11496
  const deserializeAws_json1_1TipsDivergenceExceededException = (output, context) => {
11497
11497
  return {
11498
- message: smithy_client_1.expectString(output.message),
11498
+ message: (0, smithy_client_1.expectString)(output.message),
11499
11499
  };
11500
11500
  };
11501
11501
  const deserializeAws_json1_1TitleRequiredException = (output, context) => {
11502
11502
  return {
11503
- message: smithy_client_1.expectString(output.message),
11503
+ message: (0, smithy_client_1.expectString)(output.message),
11504
11504
  };
11505
11505
  };
11506
11506
  const deserializeAws_json1_1TooManyTagsException = (output, context) => {
11507
11507
  return {
11508
- message: smithy_client_1.expectString(output.message),
11508
+ message: (0, smithy_client_1.expectString)(output.message),
11509
11509
  };
11510
11510
  };
11511
11511
  const deserializeAws_json1_1UpdateApprovalRuleTemplateContentOutput = (output, context) => {
@@ -11566,9 +11566,9 @@ const deserializeAws_json1_1UpdatePullRequestTitleOutput = (output, context) =>
11566
11566
  };
11567
11567
  const deserializeAws_json1_1UserInfo = (output, context) => {
11568
11568
  return {
11569
- date: smithy_client_1.expectString(output.date),
11570
- email: smithy_client_1.expectString(output.email),
11571
- name: smithy_client_1.expectString(output.name),
11569
+ date: (0, smithy_client_1.expectString)(output.date),
11570
+ email: (0, smithy_client_1.expectString)(output.email),
11571
+ name: (0, smithy_client_1.expectString)(output.name),
11572
11572
  };
11573
11573
  };
11574
11574
  const deserializeMetadata = (output) => {