@aws-sdk/client-codepipeline 3.53.0 → 3.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/CodePipelineClient.js +13 -13
  3. package/dist-cjs/commands/AcknowledgeJobCommand.js +3 -3
  4. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +3 -3
  5. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +3 -3
  6. package/dist-cjs/commands/CreatePipelineCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +3 -3
  8. package/dist-cjs/commands/DeletePipelineCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteWebhookCommand.js +3 -3
  10. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -3
  11. package/dist-cjs/commands/DisableStageTransitionCommand.js +3 -3
  12. package/dist-cjs/commands/EnableStageTransitionCommand.js +3 -3
  13. package/dist-cjs/commands/GetActionTypeCommand.js +3 -3
  14. package/dist-cjs/commands/GetJobDetailsCommand.js +3 -3
  15. package/dist-cjs/commands/GetPipelineCommand.js +3 -3
  16. package/dist-cjs/commands/GetPipelineExecutionCommand.js +3 -3
  17. package/dist-cjs/commands/GetPipelineStateCommand.js +3 -3
  18. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +3 -3
  19. package/dist-cjs/commands/ListActionExecutionsCommand.js +3 -3
  20. package/dist-cjs/commands/ListActionTypesCommand.js +3 -3
  21. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +3 -3
  22. package/dist-cjs/commands/ListPipelinesCommand.js +3 -3
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  24. package/dist-cjs/commands/ListWebhooksCommand.js +3 -3
  25. package/dist-cjs/commands/PollForJobsCommand.js +3 -3
  26. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +3 -3
  27. package/dist-cjs/commands/PutActionRevisionCommand.js +3 -3
  28. package/dist-cjs/commands/PutApprovalResultCommand.js +3 -3
  29. package/dist-cjs/commands/PutJobFailureResultCommand.js +3 -3
  30. package/dist-cjs/commands/PutJobSuccessResultCommand.js +3 -3
  31. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +3 -3
  32. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +3 -3
  33. package/dist-cjs/commands/PutWebhookCommand.js +3 -3
  34. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +3 -3
  35. package/dist-cjs/commands/RetryStageExecutionCommand.js +3 -3
  36. package/dist-cjs/commands/StartPipelineExecutionCommand.js +3 -3
  37. package/dist-cjs/commands/StopPipelineExecutionCommand.js +3 -3
  38. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  39. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  40. package/dist-cjs/commands/UpdateActionTypeCommand.js +3 -3
  41. package/dist-cjs/commands/UpdatePipelineCommand.js +3 -3
  42. package/dist-cjs/endpoints.js +1 -1
  43. package/dist-cjs/protocols/Aws_json1_1.js +300 -300
  44. package/dist-cjs/runtimeConfig.browser.js +4 -4
  45. package/dist-cjs/runtimeConfig.js +9 -9
  46. package/dist-cjs/runtimeConfig.native.js +1 -1
  47. package/dist-es/CodePipeline.js +39 -39
  48. package/dist-es/pagination/ListActionExecutionsPaginator.js +4 -4
  49. package/dist-es/pagination/ListActionTypesPaginator.js +4 -4
  50. package/dist-es/pagination/ListPipelineExecutionsPaginator.js +4 -4
  51. package/dist-es/pagination/ListPipelinesPaginator.js +4 -4
  52. package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
  53. package/dist-es/pagination/ListWebhooksPaginator.js +4 -4
  54. package/dist-types/CodePipelineClient.d.ts +2 -2
  55. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  56. package/dist-types/runtimeConfig.d.ts +1 -1
  57. package/dist-types/runtimeConfig.native.d.ts +3 -3
  58. package/dist-types/ts3.4/CodePipelineClient.d.ts +2 -2
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  62. package/package.json +34 -34
@@ -436,7 +436,7 @@ const deserializeAws_json1_1AcknowledgeJobCommandError = async (output, context)
436
436
  $fault: "client",
437
437
  $metadata: deserializeMetadata(output),
438
438
  });
439
- throw smithy_client_1.decorateServiceException(response, parsedBody);
439
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
440
440
  }
441
441
  };
442
442
  const deserializeAws_json1_1AcknowledgeThirdPartyJobCommand = async (output, context) => {
@@ -481,7 +481,7 @@ const deserializeAws_json1_1AcknowledgeThirdPartyJobCommandError = async (output
481
481
  $fault: "client",
482
482
  $metadata: deserializeMetadata(output),
483
483
  });
484
- throw smithy_client_1.decorateServiceException(response, parsedBody);
484
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
485
485
  }
486
486
  };
487
487
  const deserializeAws_json1_1CreateCustomActionTypeCommand = async (output, context) => {
@@ -529,7 +529,7 @@ const deserializeAws_json1_1CreateCustomActionTypeCommandError = async (output,
529
529
  $fault: "client",
530
530
  $metadata: deserializeMetadata(output),
531
531
  });
532
- throw smithy_client_1.decorateServiceException(response, parsedBody);
532
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
533
533
  }
534
534
  };
535
535
  const deserializeAws_json1_1CreatePipelineCommand = async (output, context) => {
@@ -592,7 +592,7 @@ const deserializeAws_json1_1CreatePipelineCommandError = async (output, context)
592
592
  $fault: "client",
593
593
  $metadata: deserializeMetadata(output),
594
594
  });
595
- throw smithy_client_1.decorateServiceException(response, parsedBody);
595
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
596
596
  }
597
597
  };
598
598
  const deserializeAws_json1_1DeleteCustomActionTypeCommand = async (output, context) => {
@@ -628,7 +628,7 @@ const deserializeAws_json1_1DeleteCustomActionTypeCommandError = async (output,
628
628
  $fault: "client",
629
629
  $metadata: deserializeMetadata(output),
630
630
  });
631
- throw smithy_client_1.decorateServiceException(response, parsedBody);
631
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
632
632
  }
633
633
  };
634
634
  const deserializeAws_json1_1DeletePipelineCommand = async (output, context) => {
@@ -664,7 +664,7 @@ const deserializeAws_json1_1DeletePipelineCommandError = async (output, context)
664
664
  $fault: "client",
665
665
  $metadata: deserializeMetadata(output),
666
666
  });
667
- throw smithy_client_1.decorateServiceException(response, parsedBody);
667
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
668
668
  }
669
669
  };
670
670
  const deserializeAws_json1_1DeleteWebhookCommand = async (output, context) => {
@@ -703,7 +703,7 @@ const deserializeAws_json1_1DeleteWebhookCommandError = async (output, context)
703
703
  $fault: "client",
704
704
  $metadata: deserializeMetadata(output),
705
705
  });
706
- throw smithy_client_1.decorateServiceException(response, parsedBody);
706
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
707
707
  }
708
708
  };
709
709
  const deserializeAws_json1_1DeregisterWebhookWithThirdPartyCommand = async (output, context) => {
@@ -742,7 +742,7 @@ const deserializeAws_json1_1DeregisterWebhookWithThirdPartyCommandError = async
742
742
  $fault: "client",
743
743
  $metadata: deserializeMetadata(output),
744
744
  });
745
- throw smithy_client_1.decorateServiceException(response, parsedBody);
745
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
746
746
  }
747
747
  };
748
748
  const deserializeAws_json1_1DisableStageTransitionCommand = async (output, context) => {
@@ -781,7 +781,7 @@ const deserializeAws_json1_1DisableStageTransitionCommandError = async (output,
781
781
  $fault: "client",
782
782
  $metadata: deserializeMetadata(output),
783
783
  });
784
- throw smithy_client_1.decorateServiceException(response, parsedBody);
784
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
785
785
  }
786
786
  };
787
787
  const deserializeAws_json1_1EnableStageTransitionCommand = async (output, context) => {
@@ -820,7 +820,7 @@ const deserializeAws_json1_1EnableStageTransitionCommandError = async (output, c
820
820
  $fault: "client",
821
821
  $metadata: deserializeMetadata(output),
822
822
  });
823
- throw smithy_client_1.decorateServiceException(response, parsedBody);
823
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
824
824
  }
825
825
  };
826
826
  const deserializeAws_json1_1GetActionTypeCommand = async (output, context) => {
@@ -859,7 +859,7 @@ const deserializeAws_json1_1GetActionTypeCommandError = async (output, context)
859
859
  $fault: "client",
860
860
  $metadata: deserializeMetadata(output),
861
861
  });
862
- throw smithy_client_1.decorateServiceException(response, parsedBody);
862
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
863
863
  }
864
864
  };
865
865
  const deserializeAws_json1_1GetJobDetailsCommand = async (output, context) => {
@@ -898,7 +898,7 @@ const deserializeAws_json1_1GetJobDetailsCommandError = async (output, context)
898
898
  $fault: "client",
899
899
  $metadata: deserializeMetadata(output),
900
900
  });
901
- throw smithy_client_1.decorateServiceException(response, parsedBody);
901
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
902
902
  }
903
903
  };
904
904
  const deserializeAws_json1_1GetPipelineCommand = async (output, context) => {
@@ -940,7 +940,7 @@ const deserializeAws_json1_1GetPipelineCommandError = async (output, context) =>
940
940
  $fault: "client",
941
941
  $metadata: deserializeMetadata(output),
942
942
  });
943
- throw smithy_client_1.decorateServiceException(response, parsedBody);
943
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
944
944
  }
945
945
  };
946
946
  const deserializeAws_json1_1GetPipelineExecutionCommand = async (output, context) => {
@@ -982,7 +982,7 @@ const deserializeAws_json1_1GetPipelineExecutionCommandError = async (output, co
982
982
  $fault: "client",
983
983
  $metadata: deserializeMetadata(output),
984
984
  });
985
- throw smithy_client_1.decorateServiceException(response, parsedBody);
985
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
986
986
  }
987
987
  };
988
988
  const deserializeAws_json1_1GetPipelineStateCommand = async (output, context) => {
@@ -1021,7 +1021,7 @@ const deserializeAws_json1_1GetPipelineStateCommandError = async (output, contex
1021
1021
  $fault: "client",
1022
1022
  $metadata: deserializeMetadata(output),
1023
1023
  });
1024
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1024
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1025
1025
  }
1026
1026
  };
1027
1027
  const deserializeAws_json1_1GetThirdPartyJobDetailsCommand = async (output, context) => {
@@ -1066,7 +1066,7 @@ const deserializeAws_json1_1GetThirdPartyJobDetailsCommandError = async (output,
1066
1066
  $fault: "client",
1067
1067
  $metadata: deserializeMetadata(output),
1068
1068
  });
1069
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1069
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1070
1070
  }
1071
1071
  };
1072
1072
  const deserializeAws_json1_1ListActionExecutionsCommand = async (output, context) => {
@@ -1111,7 +1111,7 @@ const deserializeAws_json1_1ListActionExecutionsCommandError = async (output, co
1111
1111
  $fault: "client",
1112
1112
  $metadata: deserializeMetadata(output),
1113
1113
  });
1114
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1114
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1115
1115
  }
1116
1116
  };
1117
1117
  const deserializeAws_json1_1ListActionTypesCommand = async (output, context) => {
@@ -1150,7 +1150,7 @@ const deserializeAws_json1_1ListActionTypesCommandError = async (output, context
1150
1150
  $fault: "client",
1151
1151
  $metadata: deserializeMetadata(output),
1152
1152
  });
1153
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1153
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1154
1154
  }
1155
1155
  };
1156
1156
  const deserializeAws_json1_1ListPipelineExecutionsCommand = async (output, context) => {
@@ -1192,7 +1192,7 @@ const deserializeAws_json1_1ListPipelineExecutionsCommandError = async (output,
1192
1192
  $fault: "client",
1193
1193
  $metadata: deserializeMetadata(output),
1194
1194
  });
1195
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1195
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1196
1196
  }
1197
1197
  };
1198
1198
  const deserializeAws_json1_1ListPipelinesCommand = async (output, context) => {
@@ -1231,7 +1231,7 @@ const deserializeAws_json1_1ListPipelinesCommandError = async (output, context)
1231
1231
  $fault: "client",
1232
1232
  $metadata: deserializeMetadata(output),
1233
1233
  });
1234
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1234
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1235
1235
  }
1236
1236
  };
1237
1237
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -1276,7 +1276,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
1276
1276
  $fault: "client",
1277
1277
  $metadata: deserializeMetadata(output),
1278
1278
  });
1279
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1279
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1280
1280
  }
1281
1281
  };
1282
1282
  const deserializeAws_json1_1ListWebhooksCommand = async (output, context) => {
@@ -1315,7 +1315,7 @@ const deserializeAws_json1_1ListWebhooksCommandError = async (output, context) =
1315
1315
  $fault: "client",
1316
1316
  $metadata: deserializeMetadata(output),
1317
1317
  });
1318
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1318
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1319
1319
  }
1320
1320
  };
1321
1321
  const deserializeAws_json1_1PollForJobsCommand = async (output, context) => {
@@ -1354,7 +1354,7 @@ const deserializeAws_json1_1PollForJobsCommandError = async (output, context) =>
1354
1354
  $fault: "client",
1355
1355
  $metadata: deserializeMetadata(output),
1356
1356
  });
1357
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1357
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1358
1358
  }
1359
1359
  };
1360
1360
  const deserializeAws_json1_1PollForThirdPartyJobsCommand = async (output, context) => {
@@ -1393,7 +1393,7 @@ const deserializeAws_json1_1PollForThirdPartyJobsCommandError = async (output, c
1393
1393
  $fault: "client",
1394
1394
  $metadata: deserializeMetadata(output),
1395
1395
  });
1396
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1396
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1397
1397
  }
1398
1398
  };
1399
1399
  const deserializeAws_json1_1PutActionRevisionCommand = async (output, context) => {
@@ -1438,7 +1438,7 @@ const deserializeAws_json1_1PutActionRevisionCommandError = async (output, conte
1438
1438
  $fault: "client",
1439
1439
  $metadata: deserializeMetadata(output),
1440
1440
  });
1441
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1441
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1442
1442
  }
1443
1443
  };
1444
1444
  const deserializeAws_json1_1PutApprovalResultCommand = async (output, context) => {
@@ -1489,7 +1489,7 @@ const deserializeAws_json1_1PutApprovalResultCommandError = async (output, conte
1489
1489
  $fault: "client",
1490
1490
  $metadata: deserializeMetadata(output),
1491
1491
  });
1492
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1492
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1493
1493
  }
1494
1494
  };
1495
1495
  const deserializeAws_json1_1PutJobFailureResultCommand = async (output, context) => {
@@ -1528,7 +1528,7 @@ const deserializeAws_json1_1PutJobFailureResultCommandError = async (output, con
1528
1528
  $fault: "client",
1529
1529
  $metadata: deserializeMetadata(output),
1530
1530
  });
1531
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1531
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1532
1532
  }
1533
1533
  };
1534
1534
  const deserializeAws_json1_1PutJobSuccessResultCommand = async (output, context) => {
@@ -1570,7 +1570,7 @@ const deserializeAws_json1_1PutJobSuccessResultCommandError = async (output, con
1570
1570
  $fault: "client",
1571
1571
  $metadata: deserializeMetadata(output),
1572
1572
  });
1573
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1573
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1574
1574
  }
1575
1575
  };
1576
1576
  const deserializeAws_json1_1PutThirdPartyJobFailureResultCommand = async (output, context) => {
@@ -1612,7 +1612,7 @@ const deserializeAws_json1_1PutThirdPartyJobFailureResultCommandError = async (o
1612
1612
  $fault: "client",
1613
1613
  $metadata: deserializeMetadata(output),
1614
1614
  });
1615
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1615
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1616
1616
  }
1617
1617
  };
1618
1618
  const deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand = async (output, context) => {
@@ -1654,7 +1654,7 @@ const deserializeAws_json1_1PutThirdPartyJobSuccessResultCommandError = async (o
1654
1654
  $fault: "client",
1655
1655
  $metadata: deserializeMetadata(output),
1656
1656
  });
1657
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1657
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1658
1658
  }
1659
1659
  };
1660
1660
  const deserializeAws_json1_1PutWebhookCommand = async (output, context) => {
@@ -1711,7 +1711,7 @@ const deserializeAws_json1_1PutWebhookCommandError = async (output, context) =>
1711
1711
  $fault: "client",
1712
1712
  $metadata: deserializeMetadata(output),
1713
1713
  });
1714
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1714
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1715
1715
  }
1716
1716
  };
1717
1717
  const deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand = async (output, context) => {
@@ -1750,7 +1750,7 @@ const deserializeAws_json1_1RegisterWebhookWithThirdPartyCommandError = async (o
1750
1750
  $fault: "client",
1751
1751
  $metadata: deserializeMetadata(output),
1752
1752
  });
1753
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1753
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1754
1754
  }
1755
1755
  };
1756
1756
  const deserializeAws_json1_1RetryStageExecutionCommand = async (output, context) => {
@@ -1801,7 +1801,7 @@ const deserializeAws_json1_1RetryStageExecutionCommandError = async (output, con
1801
1801
  $fault: "client",
1802
1802
  $metadata: deserializeMetadata(output),
1803
1803
  });
1804
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1804
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1805
1805
  }
1806
1806
  };
1807
1807
  const deserializeAws_json1_1StartPipelineExecutionCommand = async (output, context) => {
@@ -1843,7 +1843,7 @@ const deserializeAws_json1_1StartPipelineExecutionCommandError = async (output,
1843
1843
  $fault: "client",
1844
1844
  $metadata: deserializeMetadata(output),
1845
1845
  });
1846
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1846
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1847
1847
  }
1848
1848
  };
1849
1849
  const deserializeAws_json1_1StopPipelineExecutionCommand = async (output, context) => {
@@ -1891,7 +1891,7 @@ const deserializeAws_json1_1StopPipelineExecutionCommandError = async (output, c
1891
1891
  $fault: "client",
1892
1892
  $metadata: deserializeMetadata(output),
1893
1893
  });
1894
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1894
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1895
1895
  }
1896
1896
  };
1897
1897
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -1942,7 +1942,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
1942
1942
  $fault: "client",
1943
1943
  $metadata: deserializeMetadata(output),
1944
1944
  });
1945
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1945
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1946
1946
  }
1947
1947
  };
1948
1948
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -1990,7 +1990,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
1990
1990
  $fault: "client",
1991
1991
  $metadata: deserializeMetadata(output),
1992
1992
  });
1993
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1993
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1994
1994
  }
1995
1995
  };
1996
1996
  const deserializeAws_json1_1UpdateActionTypeCommand = async (output, context) => {
@@ -2029,7 +2029,7 @@ const deserializeAws_json1_1UpdateActionTypeCommandError = async (output, contex
2029
2029
  $fault: "client",
2030
2030
  $metadata: deserializeMetadata(output),
2031
2031
  });
2032
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2032
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2033
2033
  }
2034
2034
  };
2035
2035
  const deserializeAws_json1_1UpdatePipelineCommand = async (output, context) => {
@@ -2080,7 +2080,7 @@ const deserializeAws_json1_1UpdatePipelineCommandError = async (output, context)
2080
2080
  $fault: "client",
2081
2081
  $metadata: deserializeMetadata(output),
2082
2082
  });
2083
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2083
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2084
2084
  }
2085
2085
  };
2086
2086
  const deserializeAws_json1_1ActionNotFoundExceptionResponse = async (parsedOutput, context) => {
@@ -2090,7 +2090,7 @@ const deserializeAws_json1_1ActionNotFoundExceptionResponse = async (parsedOutpu
2090
2090
  $metadata: deserializeMetadata(parsedOutput),
2091
2091
  ...deserialized,
2092
2092
  });
2093
- return smithy_client_1.decorateServiceException(exception, body);
2093
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2094
2094
  };
2095
2095
  const deserializeAws_json1_1ActionTypeNotFoundExceptionResponse = async (parsedOutput, context) => {
2096
2096
  const body = parsedOutput.body;
@@ -2099,7 +2099,7 @@ const deserializeAws_json1_1ActionTypeNotFoundExceptionResponse = async (parsedO
2099
2099
  $metadata: deserializeMetadata(parsedOutput),
2100
2100
  ...deserialized,
2101
2101
  });
2102
- return smithy_client_1.decorateServiceException(exception, body);
2102
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2103
2103
  };
2104
2104
  const deserializeAws_json1_1ApprovalAlreadyCompletedExceptionResponse = async (parsedOutput, context) => {
2105
2105
  const body = parsedOutput.body;
@@ -2108,7 +2108,7 @@ const deserializeAws_json1_1ApprovalAlreadyCompletedExceptionResponse = async (p
2108
2108
  $metadata: deserializeMetadata(parsedOutput),
2109
2109
  ...deserialized,
2110
2110
  });
2111
- return smithy_client_1.decorateServiceException(exception, body);
2111
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2112
2112
  };
2113
2113
  const deserializeAws_json1_1ConcurrentModificationExceptionResponse = async (parsedOutput, context) => {
2114
2114
  const body = parsedOutput.body;
@@ -2117,7 +2117,7 @@ const deserializeAws_json1_1ConcurrentModificationExceptionResponse = async (par
2117
2117
  $metadata: deserializeMetadata(parsedOutput),
2118
2118
  ...deserialized,
2119
2119
  });
2120
- return smithy_client_1.decorateServiceException(exception, body);
2120
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2121
2121
  };
2122
2122
  const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, context) => {
2123
2123
  const body = parsedOutput.body;
@@ -2126,7 +2126,7 @@ const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, con
2126
2126
  $metadata: deserializeMetadata(parsedOutput),
2127
2127
  ...deserialized,
2128
2128
  });
2129
- return smithy_client_1.decorateServiceException(exception, body);
2129
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2130
2130
  };
2131
2131
  const deserializeAws_json1_1DuplicatedStopRequestExceptionResponse = async (parsedOutput, context) => {
2132
2132
  const body = parsedOutput.body;
@@ -2135,7 +2135,7 @@ const deserializeAws_json1_1DuplicatedStopRequestExceptionResponse = async (pars
2135
2135
  $metadata: deserializeMetadata(parsedOutput),
2136
2136
  ...deserialized,
2137
2137
  });
2138
- return smithy_client_1.decorateServiceException(exception, body);
2138
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2139
2139
  };
2140
2140
  const deserializeAws_json1_1InvalidActionDeclarationExceptionResponse = async (parsedOutput, context) => {
2141
2141
  const body = parsedOutput.body;
@@ -2144,7 +2144,7 @@ const deserializeAws_json1_1InvalidActionDeclarationExceptionResponse = async (p
2144
2144
  $metadata: deserializeMetadata(parsedOutput),
2145
2145
  ...deserialized,
2146
2146
  });
2147
- return smithy_client_1.decorateServiceException(exception, body);
2147
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2148
2148
  };
2149
2149
  const deserializeAws_json1_1InvalidApprovalTokenExceptionResponse = async (parsedOutput, context) => {
2150
2150
  const body = parsedOutput.body;
@@ -2153,7 +2153,7 @@ const deserializeAws_json1_1InvalidApprovalTokenExceptionResponse = async (parse
2153
2153
  $metadata: deserializeMetadata(parsedOutput),
2154
2154
  ...deserialized,
2155
2155
  });
2156
- return smithy_client_1.decorateServiceException(exception, body);
2156
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2157
2157
  };
2158
2158
  const deserializeAws_json1_1InvalidArnExceptionResponse = async (parsedOutput, context) => {
2159
2159
  const body = parsedOutput.body;
@@ -2162,7 +2162,7 @@ const deserializeAws_json1_1InvalidArnExceptionResponse = async (parsedOutput, c
2162
2162
  $metadata: deserializeMetadata(parsedOutput),
2163
2163
  ...deserialized,
2164
2164
  });
2165
- return smithy_client_1.decorateServiceException(exception, body);
2165
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2166
2166
  };
2167
2167
  const deserializeAws_json1_1InvalidBlockerDeclarationExceptionResponse = async (parsedOutput, context) => {
2168
2168
  const body = parsedOutput.body;
@@ -2171,7 +2171,7 @@ const deserializeAws_json1_1InvalidBlockerDeclarationExceptionResponse = async (
2171
2171
  $metadata: deserializeMetadata(parsedOutput),
2172
2172
  ...deserialized,
2173
2173
  });
2174
- return smithy_client_1.decorateServiceException(exception, body);
2174
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2175
2175
  };
2176
2176
  const deserializeAws_json1_1InvalidClientTokenExceptionResponse = async (parsedOutput, context) => {
2177
2177
  const body = parsedOutput.body;
@@ -2180,7 +2180,7 @@ const deserializeAws_json1_1InvalidClientTokenExceptionResponse = async (parsedO
2180
2180
  $metadata: deserializeMetadata(parsedOutput),
2181
2181
  ...deserialized,
2182
2182
  });
2183
- return smithy_client_1.decorateServiceException(exception, body);
2183
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2184
2184
  };
2185
2185
  const deserializeAws_json1_1InvalidJobExceptionResponse = async (parsedOutput, context) => {
2186
2186
  const body = parsedOutput.body;
@@ -2189,7 +2189,7 @@ const deserializeAws_json1_1InvalidJobExceptionResponse = async (parsedOutput, c
2189
2189
  $metadata: deserializeMetadata(parsedOutput),
2190
2190
  ...deserialized,
2191
2191
  });
2192
- return smithy_client_1.decorateServiceException(exception, body);
2192
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2193
2193
  };
2194
2194
  const deserializeAws_json1_1InvalidJobStateExceptionResponse = async (parsedOutput, context) => {
2195
2195
  const body = parsedOutput.body;
@@ -2198,7 +2198,7 @@ const deserializeAws_json1_1InvalidJobStateExceptionResponse = async (parsedOutp
2198
2198
  $metadata: deserializeMetadata(parsedOutput),
2199
2199
  ...deserialized,
2200
2200
  });
2201
- return smithy_client_1.decorateServiceException(exception, body);
2201
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2202
2202
  };
2203
2203
  const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOutput, context) => {
2204
2204
  const body = parsedOutput.body;
@@ -2207,7 +2207,7 @@ const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOut
2207
2207
  $metadata: deserializeMetadata(parsedOutput),
2208
2208
  ...deserialized,
2209
2209
  });
2210
- return smithy_client_1.decorateServiceException(exception, body);
2210
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2211
2211
  };
2212
2212
  const deserializeAws_json1_1InvalidNonceExceptionResponse = async (parsedOutput, context) => {
2213
2213
  const body = parsedOutput.body;
@@ -2216,7 +2216,7 @@ const deserializeAws_json1_1InvalidNonceExceptionResponse = async (parsedOutput,
2216
2216
  $metadata: deserializeMetadata(parsedOutput),
2217
2217
  ...deserialized,
2218
2218
  });
2219
- return smithy_client_1.decorateServiceException(exception, body);
2219
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2220
2220
  };
2221
2221
  const deserializeAws_json1_1InvalidStageDeclarationExceptionResponse = async (parsedOutput, context) => {
2222
2222
  const body = parsedOutput.body;
@@ -2225,7 +2225,7 @@ const deserializeAws_json1_1InvalidStageDeclarationExceptionResponse = async (pa
2225
2225
  $metadata: deserializeMetadata(parsedOutput),
2226
2226
  ...deserialized,
2227
2227
  });
2228
- return smithy_client_1.decorateServiceException(exception, body);
2228
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2229
2229
  };
2230
2230
  const deserializeAws_json1_1InvalidStructureExceptionResponse = async (parsedOutput, context) => {
2231
2231
  const body = parsedOutput.body;
@@ -2234,7 +2234,7 @@ const deserializeAws_json1_1InvalidStructureExceptionResponse = async (parsedOut
2234
2234
  $metadata: deserializeMetadata(parsedOutput),
2235
2235
  ...deserialized,
2236
2236
  });
2237
- return smithy_client_1.decorateServiceException(exception, body);
2237
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2238
2238
  };
2239
2239
  const deserializeAws_json1_1InvalidTagsExceptionResponse = async (parsedOutput, context) => {
2240
2240
  const body = parsedOutput.body;
@@ -2243,7 +2243,7 @@ const deserializeAws_json1_1InvalidTagsExceptionResponse = async (parsedOutput,
2243
2243
  $metadata: deserializeMetadata(parsedOutput),
2244
2244
  ...deserialized,
2245
2245
  });
2246
- return smithy_client_1.decorateServiceException(exception, body);
2246
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2247
2247
  };
2248
2248
  const deserializeAws_json1_1InvalidWebhookAuthenticationParametersExceptionResponse = async (parsedOutput, context) => {
2249
2249
  const body = parsedOutput.body;
@@ -2252,7 +2252,7 @@ const deserializeAws_json1_1InvalidWebhookAuthenticationParametersExceptionRespo
2252
2252
  $metadata: deserializeMetadata(parsedOutput),
2253
2253
  ...deserialized,
2254
2254
  });
2255
- return smithy_client_1.decorateServiceException(exception, body);
2255
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2256
2256
  };
2257
2257
  const deserializeAws_json1_1InvalidWebhookFilterPatternExceptionResponse = async (parsedOutput, context) => {
2258
2258
  const body = parsedOutput.body;
@@ -2261,7 +2261,7 @@ const deserializeAws_json1_1InvalidWebhookFilterPatternExceptionResponse = async
2261
2261
  $metadata: deserializeMetadata(parsedOutput),
2262
2262
  ...deserialized,
2263
2263
  });
2264
- return smithy_client_1.decorateServiceException(exception, body);
2264
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2265
2265
  };
2266
2266
  const deserializeAws_json1_1JobNotFoundExceptionResponse = async (parsedOutput, context) => {
2267
2267
  const body = parsedOutput.body;
@@ -2270,7 +2270,7 @@ const deserializeAws_json1_1JobNotFoundExceptionResponse = async (parsedOutput,
2270
2270
  $metadata: deserializeMetadata(parsedOutput),
2271
2271
  ...deserialized,
2272
2272
  });
2273
- return smithy_client_1.decorateServiceException(exception, body);
2273
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2274
2274
  };
2275
2275
  const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
2276
2276
  const body = parsedOutput.body;
@@ -2279,7 +2279,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
2279
2279
  $metadata: deserializeMetadata(parsedOutput),
2280
2280
  ...deserialized,
2281
2281
  });
2282
- return smithy_client_1.decorateServiceException(exception, body);
2282
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2283
2283
  };
2284
2284
  const deserializeAws_json1_1NotLatestPipelineExecutionExceptionResponse = async (parsedOutput, context) => {
2285
2285
  const body = parsedOutput.body;
@@ -2288,7 +2288,7 @@ const deserializeAws_json1_1NotLatestPipelineExecutionExceptionResponse = async
2288
2288
  $metadata: deserializeMetadata(parsedOutput),
2289
2289
  ...deserialized,
2290
2290
  });
2291
- return smithy_client_1.decorateServiceException(exception, body);
2291
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2292
2292
  };
2293
2293
  const deserializeAws_json1_1OutputVariablesSizeExceededExceptionResponse = async (parsedOutput, context) => {
2294
2294
  const body = parsedOutput.body;
@@ -2297,7 +2297,7 @@ const deserializeAws_json1_1OutputVariablesSizeExceededExceptionResponse = async
2297
2297
  $metadata: deserializeMetadata(parsedOutput),
2298
2298
  ...deserialized,
2299
2299
  });
2300
- return smithy_client_1.decorateServiceException(exception, body);
2300
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2301
2301
  };
2302
2302
  const deserializeAws_json1_1PipelineExecutionNotFoundExceptionResponse = async (parsedOutput, context) => {
2303
2303
  const body = parsedOutput.body;
@@ -2306,7 +2306,7 @@ const deserializeAws_json1_1PipelineExecutionNotFoundExceptionResponse = async (
2306
2306
  $metadata: deserializeMetadata(parsedOutput),
2307
2307
  ...deserialized,
2308
2308
  });
2309
- return smithy_client_1.decorateServiceException(exception, body);
2309
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2310
2310
  };
2311
2311
  const deserializeAws_json1_1PipelineExecutionNotStoppableExceptionResponse = async (parsedOutput, context) => {
2312
2312
  const body = parsedOutput.body;
@@ -2315,7 +2315,7 @@ const deserializeAws_json1_1PipelineExecutionNotStoppableExceptionResponse = asy
2315
2315
  $metadata: deserializeMetadata(parsedOutput),
2316
2316
  ...deserialized,
2317
2317
  });
2318
- return smithy_client_1.decorateServiceException(exception, body);
2318
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2319
2319
  };
2320
2320
  const deserializeAws_json1_1PipelineNameInUseExceptionResponse = async (parsedOutput, context) => {
2321
2321
  const body = parsedOutput.body;
@@ -2324,7 +2324,7 @@ const deserializeAws_json1_1PipelineNameInUseExceptionResponse = async (parsedOu
2324
2324
  $metadata: deserializeMetadata(parsedOutput),
2325
2325
  ...deserialized,
2326
2326
  });
2327
- return smithy_client_1.decorateServiceException(exception, body);
2327
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2328
2328
  };
2329
2329
  const deserializeAws_json1_1PipelineNotFoundExceptionResponse = async (parsedOutput, context) => {
2330
2330
  const body = parsedOutput.body;
@@ -2333,7 +2333,7 @@ const deserializeAws_json1_1PipelineNotFoundExceptionResponse = async (parsedOut
2333
2333
  $metadata: deserializeMetadata(parsedOutput),
2334
2334
  ...deserialized,
2335
2335
  });
2336
- return smithy_client_1.decorateServiceException(exception, body);
2336
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2337
2337
  };
2338
2338
  const deserializeAws_json1_1PipelineVersionNotFoundExceptionResponse = async (parsedOutput, context) => {
2339
2339
  const body = parsedOutput.body;
@@ -2342,7 +2342,7 @@ const deserializeAws_json1_1PipelineVersionNotFoundExceptionResponse = async (pa
2342
2342
  $metadata: deserializeMetadata(parsedOutput),
2343
2343
  ...deserialized,
2344
2344
  });
2345
- return smithy_client_1.decorateServiceException(exception, body);
2345
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2346
2346
  };
2347
2347
  const deserializeAws_json1_1RequestFailedExceptionResponse = async (parsedOutput, context) => {
2348
2348
  const body = parsedOutput.body;
@@ -2351,7 +2351,7 @@ const deserializeAws_json1_1RequestFailedExceptionResponse = async (parsedOutput
2351
2351
  $metadata: deserializeMetadata(parsedOutput),
2352
2352
  ...deserialized,
2353
2353
  });
2354
- return smithy_client_1.decorateServiceException(exception, body);
2354
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2355
2355
  };
2356
2356
  const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
2357
2357
  const body = parsedOutput.body;
@@ -2360,7 +2360,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
2360
2360
  $metadata: deserializeMetadata(parsedOutput),
2361
2361
  ...deserialized,
2362
2362
  });
2363
- return smithy_client_1.decorateServiceException(exception, body);
2363
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2364
2364
  };
2365
2365
  const deserializeAws_json1_1StageNotFoundExceptionResponse = async (parsedOutput, context) => {
2366
2366
  const body = parsedOutput.body;
@@ -2369,7 +2369,7 @@ const deserializeAws_json1_1StageNotFoundExceptionResponse = async (parsedOutput
2369
2369
  $metadata: deserializeMetadata(parsedOutput),
2370
2370
  ...deserialized,
2371
2371
  });
2372
- return smithy_client_1.decorateServiceException(exception, body);
2372
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2373
2373
  };
2374
2374
  const deserializeAws_json1_1StageNotRetryableExceptionResponse = async (parsedOutput, context) => {
2375
2375
  const body = parsedOutput.body;
@@ -2378,7 +2378,7 @@ const deserializeAws_json1_1StageNotRetryableExceptionResponse = async (parsedOu
2378
2378
  $metadata: deserializeMetadata(parsedOutput),
2379
2379
  ...deserialized,
2380
2380
  });
2381
- return smithy_client_1.decorateServiceException(exception, body);
2381
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2382
2382
  };
2383
2383
  const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput, context) => {
2384
2384
  const body = parsedOutput.body;
@@ -2387,7 +2387,7 @@ const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput,
2387
2387
  $metadata: deserializeMetadata(parsedOutput),
2388
2388
  ...deserialized,
2389
2389
  });
2390
- return smithy_client_1.decorateServiceException(exception, body);
2390
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2391
2391
  };
2392
2392
  const deserializeAws_json1_1ValidationExceptionResponse = async (parsedOutput, context) => {
2393
2393
  const body = parsedOutput.body;
@@ -2396,7 +2396,7 @@ const deserializeAws_json1_1ValidationExceptionResponse = async (parsedOutput, c
2396
2396
  $metadata: deserializeMetadata(parsedOutput),
2397
2397
  ...deserialized,
2398
2398
  });
2399
- return smithy_client_1.decorateServiceException(exception, body);
2399
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2400
2400
  };
2401
2401
  const deserializeAws_json1_1WebhookNotFoundExceptionResponse = async (parsedOutput, context) => {
2402
2402
  const body = parsedOutput.body;
@@ -2405,7 +2405,7 @@ const deserializeAws_json1_1WebhookNotFoundExceptionResponse = async (parsedOutp
2405
2405
  $metadata: deserializeMetadata(parsedOutput),
2406
2406
  ...deserialized,
2407
2407
  });
2408
- return smithy_client_1.decorateServiceException(exception, body);
2408
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2409
2409
  };
2410
2410
  const serializeAws_json1_1AcknowledgeJobInput = (input, context) => {
2411
2411
  return {
@@ -3107,7 +3107,7 @@ const serializeAws_json1_1StageDeclaration = (input, context) => {
3107
3107
  const serializeAws_json1_1StartPipelineExecutionInput = (input, context) => {
3108
3108
  var _a;
3109
3109
  return {
3110
- clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
3110
+ clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
3111
3111
  ...(input.name !== undefined && input.name !== null && { name: input.name }),
3112
3112
  };
3113
3113
  };
@@ -3214,12 +3214,12 @@ const serializeAws_json1_1WebhookFilters = (input, context) => {
3214
3214
  };
3215
3215
  const deserializeAws_json1_1AcknowledgeJobOutput = (output, context) => {
3216
3216
  return {
3217
- status: smithy_client_1.expectString(output.status),
3217
+ status: (0, smithy_client_1.expectString)(output.status),
3218
3218
  };
3219
3219
  };
3220
3220
  const deserializeAws_json1_1AcknowledgeThirdPartyJobOutput = (output, context) => {
3221
3221
  return {
3222
- status: smithy_client_1.expectString(output.status),
3222
+ status: (0, smithy_client_1.expectString)(output.status),
3223
3223
  };
3224
3224
  };
3225
3225
  const deserializeAws_json1_1ActionConfiguration = (output, context) => {
@@ -3236,19 +3236,19 @@ const deserializeAws_json1_1ActionConfigurationMap = (output, context) => {
3236
3236
  }
3237
3237
  return {
3238
3238
  ...acc,
3239
- [key]: smithy_client_1.expectString(value),
3239
+ [key]: (0, smithy_client_1.expectString)(value),
3240
3240
  };
3241
3241
  }, {});
3242
3242
  };
3243
3243
  const deserializeAws_json1_1ActionConfigurationProperty = (output, context) => {
3244
3244
  return {
3245
- description: smithy_client_1.expectString(output.description),
3246
- key: smithy_client_1.expectBoolean(output.key),
3247
- name: smithy_client_1.expectString(output.name),
3248
- queryable: smithy_client_1.expectBoolean(output.queryable),
3249
- required: smithy_client_1.expectBoolean(output.required),
3250
- secret: smithy_client_1.expectBoolean(output.secret),
3251
- type: smithy_client_1.expectString(output.type),
3245
+ description: (0, smithy_client_1.expectString)(output.description),
3246
+ key: (0, smithy_client_1.expectBoolean)(output.key),
3247
+ name: (0, smithy_client_1.expectString)(output.name),
3248
+ queryable: (0, smithy_client_1.expectBoolean)(output.queryable),
3249
+ required: (0, smithy_client_1.expectBoolean)(output.required),
3250
+ secret: (0, smithy_client_1.expectBoolean)(output.secret),
3251
+ type: (0, smithy_client_1.expectString)(output.type),
3252
3252
  };
3253
3253
  };
3254
3254
  const deserializeAws_json1_1ActionConfigurationPropertyList = (output, context) => {
@@ -3264,8 +3264,8 @@ const deserializeAws_json1_1ActionConfigurationPropertyList = (output, context)
3264
3264
  };
3265
3265
  const deserializeAws_json1_1ActionContext = (output, context) => {
3266
3266
  return {
3267
- actionExecutionId: smithy_client_1.expectString(output.actionExecutionId),
3268
- name: smithy_client_1.expectString(output.name),
3267
+ actionExecutionId: (0, smithy_client_1.expectString)(output.actionExecutionId),
3268
+ name: (0, smithy_client_1.expectString)(output.name),
3269
3269
  };
3270
3270
  };
3271
3271
  const deserializeAws_json1_1ActionDeclaration = (output, context) => {
@@ -3279,54 +3279,54 @@ const deserializeAws_json1_1ActionDeclaration = (output, context) => {
3279
3279
  inputArtifacts: output.inputArtifacts !== undefined && output.inputArtifacts !== null
3280
3280
  ? deserializeAws_json1_1InputArtifactList(output.inputArtifacts, context)
3281
3281
  : undefined,
3282
- name: smithy_client_1.expectString(output.name),
3283
- namespace: smithy_client_1.expectString(output.namespace),
3282
+ name: (0, smithy_client_1.expectString)(output.name),
3283
+ namespace: (0, smithy_client_1.expectString)(output.namespace),
3284
3284
  outputArtifacts: output.outputArtifacts !== undefined && output.outputArtifacts !== null
3285
3285
  ? deserializeAws_json1_1OutputArtifactList(output.outputArtifacts, context)
3286
3286
  : undefined,
3287
- region: smithy_client_1.expectString(output.region),
3288
- roleArn: smithy_client_1.expectString(output.roleArn),
3289
- runOrder: smithy_client_1.expectInt32(output.runOrder),
3287
+ region: (0, smithy_client_1.expectString)(output.region),
3288
+ roleArn: (0, smithy_client_1.expectString)(output.roleArn),
3289
+ runOrder: (0, smithy_client_1.expectInt32)(output.runOrder),
3290
3290
  };
3291
3291
  };
3292
3292
  const deserializeAws_json1_1ActionExecution = (output, context) => {
3293
3293
  return {
3294
- actionExecutionId: smithy_client_1.expectString(output.actionExecutionId),
3294
+ actionExecutionId: (0, smithy_client_1.expectString)(output.actionExecutionId),
3295
3295
  errorDetails: output.errorDetails !== undefined && output.errorDetails !== null
3296
3296
  ? deserializeAws_json1_1ErrorDetails(output.errorDetails, context)
3297
3297
  : undefined,
3298
- externalExecutionId: smithy_client_1.expectString(output.externalExecutionId),
3299
- externalExecutionUrl: smithy_client_1.expectString(output.externalExecutionUrl),
3298
+ externalExecutionId: (0, smithy_client_1.expectString)(output.externalExecutionId),
3299
+ externalExecutionUrl: (0, smithy_client_1.expectString)(output.externalExecutionUrl),
3300
3300
  lastStatusChange: output.lastStatusChange !== undefined && output.lastStatusChange !== null
3301
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastStatusChange)))
3301
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastStatusChange)))
3302
3302
  : undefined,
3303
- lastUpdatedBy: smithy_client_1.expectString(output.lastUpdatedBy),
3304
- percentComplete: smithy_client_1.expectInt32(output.percentComplete),
3305
- status: smithy_client_1.expectString(output.status),
3306
- summary: smithy_client_1.expectString(output.summary),
3307
- token: smithy_client_1.expectString(output.token),
3303
+ lastUpdatedBy: (0, smithy_client_1.expectString)(output.lastUpdatedBy),
3304
+ percentComplete: (0, smithy_client_1.expectInt32)(output.percentComplete),
3305
+ status: (0, smithy_client_1.expectString)(output.status),
3306
+ summary: (0, smithy_client_1.expectString)(output.summary),
3307
+ token: (0, smithy_client_1.expectString)(output.token),
3308
3308
  };
3309
3309
  };
3310
3310
  const deserializeAws_json1_1ActionExecutionDetail = (output, context) => {
3311
3311
  return {
3312
- actionExecutionId: smithy_client_1.expectString(output.actionExecutionId),
3313
- actionName: smithy_client_1.expectString(output.actionName),
3312
+ actionExecutionId: (0, smithy_client_1.expectString)(output.actionExecutionId),
3313
+ actionName: (0, smithy_client_1.expectString)(output.actionName),
3314
3314
  input: output.input !== undefined && output.input !== null
3315
3315
  ? deserializeAws_json1_1ActionExecutionInput(output.input, context)
3316
3316
  : undefined,
3317
3317
  lastUpdateTime: output.lastUpdateTime !== undefined && output.lastUpdateTime !== null
3318
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdateTime)))
3318
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdateTime)))
3319
3319
  : undefined,
3320
3320
  output: output.output !== undefined && output.output !== null
3321
3321
  ? deserializeAws_json1_1ActionExecutionOutput(output.output, context)
3322
3322
  : undefined,
3323
- pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
3324
- pipelineVersion: smithy_client_1.expectInt32(output.pipelineVersion),
3325
- stageName: smithy_client_1.expectString(output.stageName),
3323
+ pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
3324
+ pipelineVersion: (0, smithy_client_1.expectInt32)(output.pipelineVersion),
3325
+ stageName: (0, smithy_client_1.expectString)(output.stageName),
3326
3326
  startTime: output.startTime !== undefined && output.startTime !== null
3327
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
3327
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
3328
3328
  : undefined,
3329
- status: smithy_client_1.expectString(output.status),
3329
+ status: (0, smithy_client_1.expectString)(output.status),
3330
3330
  };
3331
3331
  };
3332
3332
  const deserializeAws_json1_1ActionExecutionDetailList = (output, context) => {
@@ -3351,12 +3351,12 @@ const deserializeAws_json1_1ActionExecutionInput = (output, context) => {
3351
3351
  inputArtifacts: output.inputArtifacts !== undefined && output.inputArtifacts !== null
3352
3352
  ? deserializeAws_json1_1ArtifactDetailList(output.inputArtifacts, context)
3353
3353
  : undefined,
3354
- namespace: smithy_client_1.expectString(output.namespace),
3355
- region: smithy_client_1.expectString(output.region),
3354
+ namespace: (0, smithy_client_1.expectString)(output.namespace),
3355
+ region: (0, smithy_client_1.expectString)(output.region),
3356
3356
  resolvedConfiguration: output.resolvedConfiguration !== undefined && output.resolvedConfiguration !== null
3357
3357
  ? deserializeAws_json1_1ResolvedActionConfigurationMap(output.resolvedConfiguration, context)
3358
3358
  : undefined,
3359
- roleArn: smithy_client_1.expectString(output.roleArn),
3359
+ roleArn: (0, smithy_client_1.expectString)(output.roleArn),
3360
3360
  };
3361
3361
  };
3362
3362
  const deserializeAws_json1_1ActionExecutionOutput = (output, context) => {
@@ -3374,36 +3374,36 @@ const deserializeAws_json1_1ActionExecutionOutput = (output, context) => {
3374
3374
  };
3375
3375
  const deserializeAws_json1_1ActionExecutionResult = (output, context) => {
3376
3376
  return {
3377
- externalExecutionId: smithy_client_1.expectString(output.externalExecutionId),
3378
- externalExecutionSummary: smithy_client_1.expectString(output.externalExecutionSummary),
3379
- externalExecutionUrl: smithy_client_1.expectString(output.externalExecutionUrl),
3377
+ externalExecutionId: (0, smithy_client_1.expectString)(output.externalExecutionId),
3378
+ externalExecutionSummary: (0, smithy_client_1.expectString)(output.externalExecutionSummary),
3379
+ externalExecutionUrl: (0, smithy_client_1.expectString)(output.externalExecutionUrl),
3380
3380
  };
3381
3381
  };
3382
3382
  const deserializeAws_json1_1ActionNotFoundException = (output, context) => {
3383
3383
  return {
3384
- message: smithy_client_1.expectString(output.message),
3384
+ message: (0, smithy_client_1.expectString)(output.message),
3385
3385
  };
3386
3386
  };
3387
3387
  const deserializeAws_json1_1ActionRevision = (output, context) => {
3388
3388
  return {
3389
3389
  created: output.created !== undefined && output.created !== null
3390
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
3390
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
3391
3391
  : undefined,
3392
- revisionChangeId: smithy_client_1.expectString(output.revisionChangeId),
3393
- revisionId: smithy_client_1.expectString(output.revisionId),
3392
+ revisionChangeId: (0, smithy_client_1.expectString)(output.revisionChangeId),
3393
+ revisionId: (0, smithy_client_1.expectString)(output.revisionId),
3394
3394
  };
3395
3395
  };
3396
3396
  const deserializeAws_json1_1ActionState = (output, context) => {
3397
3397
  return {
3398
- actionName: smithy_client_1.expectString(output.actionName),
3398
+ actionName: (0, smithy_client_1.expectString)(output.actionName),
3399
3399
  currentRevision: output.currentRevision !== undefined && output.currentRevision !== null
3400
3400
  ? deserializeAws_json1_1ActionRevision(output.currentRevision, context)
3401
3401
  : undefined,
3402
- entityUrl: smithy_client_1.expectString(output.entityUrl),
3402
+ entityUrl: (0, smithy_client_1.expectString)(output.entityUrl),
3403
3403
  latestExecution: output.latestExecution !== undefined && output.latestExecution !== null
3404
3404
  ? deserializeAws_json1_1ActionExecution(output.latestExecution, context)
3405
3405
  : undefined,
3406
- revisionUrl: smithy_client_1.expectString(output.revisionUrl),
3406
+ revisionUrl: (0, smithy_client_1.expectString)(output.revisionUrl),
3407
3407
  };
3408
3408
  };
3409
3409
  const deserializeAws_json1_1ActionStateList = (output, context) => {
@@ -3438,13 +3438,13 @@ const deserializeAws_json1_1ActionType = (output, context) => {
3438
3438
  };
3439
3439
  const deserializeAws_json1_1ActionTypeArtifactDetails = (output, context) => {
3440
3440
  return {
3441
- maximumCount: smithy_client_1.expectInt32(output.maximumCount),
3442
- minimumCount: smithy_client_1.expectInt32(output.minimumCount),
3441
+ maximumCount: (0, smithy_client_1.expectInt32)(output.maximumCount),
3442
+ minimumCount: (0, smithy_client_1.expectInt32)(output.minimumCount),
3443
3443
  };
3444
3444
  };
3445
3445
  const deserializeAws_json1_1ActionTypeDeclaration = (output, context) => {
3446
3446
  return {
3447
- description: smithy_client_1.expectString(output.description),
3447
+ description: (0, smithy_client_1.expectString)(output.description),
3448
3448
  executor: output.executor !== undefined && output.executor !== null
3449
3449
  ? deserializeAws_json1_1ActionTypeExecutor(output.executor, context)
3450
3450
  : undefined,
@@ -3473,25 +3473,25 @@ const deserializeAws_json1_1ActionTypeExecutor = (output, context) => {
3473
3473
  configuration: output.configuration !== undefined && output.configuration !== null
3474
3474
  ? deserializeAws_json1_1ExecutorConfiguration(output.configuration, context)
3475
3475
  : undefined,
3476
- jobTimeout: smithy_client_1.expectInt32(output.jobTimeout),
3477
- policyStatementsTemplate: smithy_client_1.expectString(output.policyStatementsTemplate),
3478
- type: smithy_client_1.expectString(output.type),
3476
+ jobTimeout: (0, smithy_client_1.expectInt32)(output.jobTimeout),
3477
+ policyStatementsTemplate: (0, smithy_client_1.expectString)(output.policyStatementsTemplate),
3478
+ type: (0, smithy_client_1.expectString)(output.type),
3479
3479
  };
3480
3480
  };
3481
3481
  const deserializeAws_json1_1ActionTypeId = (output, context) => {
3482
3482
  return {
3483
- category: smithy_client_1.expectString(output.category),
3484
- owner: smithy_client_1.expectString(output.owner),
3485
- provider: smithy_client_1.expectString(output.provider),
3486
- version: smithy_client_1.expectString(output.version),
3483
+ category: (0, smithy_client_1.expectString)(output.category),
3484
+ owner: (0, smithy_client_1.expectString)(output.owner),
3485
+ provider: (0, smithy_client_1.expectString)(output.provider),
3486
+ version: (0, smithy_client_1.expectString)(output.version),
3487
3487
  };
3488
3488
  };
3489
3489
  const deserializeAws_json1_1ActionTypeIdentifier = (output, context) => {
3490
3490
  return {
3491
- category: smithy_client_1.expectString(output.category),
3492
- owner: smithy_client_1.expectString(output.owner),
3493
- provider: smithy_client_1.expectString(output.provider),
3494
- version: smithy_client_1.expectString(output.version),
3491
+ category: (0, smithy_client_1.expectString)(output.category),
3492
+ owner: (0, smithy_client_1.expectString)(output.owner),
3493
+ provider: (0, smithy_client_1.expectString)(output.provider),
3494
+ version: (0, smithy_client_1.expectString)(output.version),
3495
3495
  };
3496
3496
  };
3497
3497
  const deserializeAws_json1_1ActionTypeList = (output, context) => {
@@ -3507,7 +3507,7 @@ const deserializeAws_json1_1ActionTypeList = (output, context) => {
3507
3507
  };
3508
3508
  const deserializeAws_json1_1ActionTypeNotFoundException = (output, context) => {
3509
3509
  return {
3510
- message: smithy_client_1.expectString(output.message),
3510
+ message: (0, smithy_client_1.expectString)(output.message),
3511
3511
  };
3512
3512
  };
3513
3513
  const deserializeAws_json1_1ActionTypePermissions = (output, context) => {
@@ -3530,28 +3530,28 @@ const deserializeAws_json1_1ActionTypeProperties = (output, context) => {
3530
3530
  };
3531
3531
  const deserializeAws_json1_1ActionTypeProperty = (output, context) => {
3532
3532
  return {
3533
- description: smithy_client_1.expectString(output.description),
3534
- key: smithy_client_1.expectBoolean(output.key),
3535
- name: smithy_client_1.expectString(output.name),
3536
- noEcho: smithy_client_1.expectBoolean(output.noEcho),
3537
- optional: smithy_client_1.expectBoolean(output.optional),
3538
- queryable: smithy_client_1.expectBoolean(output.queryable),
3533
+ description: (0, smithy_client_1.expectString)(output.description),
3534
+ key: (0, smithy_client_1.expectBoolean)(output.key),
3535
+ name: (0, smithy_client_1.expectString)(output.name),
3536
+ noEcho: (0, smithy_client_1.expectBoolean)(output.noEcho),
3537
+ optional: (0, smithy_client_1.expectBoolean)(output.optional),
3538
+ queryable: (0, smithy_client_1.expectBoolean)(output.queryable),
3539
3539
  };
3540
3540
  };
3541
3541
  const deserializeAws_json1_1ActionTypeSettings = (output, context) => {
3542
3542
  return {
3543
- entityUrlTemplate: smithy_client_1.expectString(output.entityUrlTemplate),
3544
- executionUrlTemplate: smithy_client_1.expectString(output.executionUrlTemplate),
3545
- revisionUrlTemplate: smithy_client_1.expectString(output.revisionUrlTemplate),
3546
- thirdPartyConfigurationUrl: smithy_client_1.expectString(output.thirdPartyConfigurationUrl),
3543
+ entityUrlTemplate: (0, smithy_client_1.expectString)(output.entityUrlTemplate),
3544
+ executionUrlTemplate: (0, smithy_client_1.expectString)(output.executionUrlTemplate),
3545
+ revisionUrlTemplate: (0, smithy_client_1.expectString)(output.revisionUrlTemplate),
3546
+ thirdPartyConfigurationUrl: (0, smithy_client_1.expectString)(output.thirdPartyConfigurationUrl),
3547
3547
  };
3548
3548
  };
3549
3549
  const deserializeAws_json1_1ActionTypeUrls = (output, context) => {
3550
3550
  return {
3551
- configurationUrl: smithy_client_1.expectString(output.configurationUrl),
3552
- entityUrlTemplate: smithy_client_1.expectString(output.entityUrlTemplate),
3553
- executionUrlTemplate: smithy_client_1.expectString(output.executionUrlTemplate),
3554
- revisionUrlTemplate: smithy_client_1.expectString(output.revisionUrlTemplate),
3551
+ configurationUrl: (0, smithy_client_1.expectString)(output.configurationUrl),
3552
+ entityUrlTemplate: (0, smithy_client_1.expectString)(output.entityUrlTemplate),
3553
+ executionUrlTemplate: (0, smithy_client_1.expectString)(output.executionUrlTemplate),
3554
+ revisionUrlTemplate: (0, smithy_client_1.expectString)(output.revisionUrlTemplate),
3555
3555
  };
3556
3556
  };
3557
3557
  const deserializeAws_json1_1AllowedAccounts = (output, context) => {
@@ -3561,13 +3561,13 @@ const deserializeAws_json1_1AllowedAccounts = (output, context) => {
3561
3561
  if (entry === null) {
3562
3562
  return null;
3563
3563
  }
3564
- return smithy_client_1.expectString(entry);
3564
+ return (0, smithy_client_1.expectString)(entry);
3565
3565
  });
3566
3566
  return retVal;
3567
3567
  };
3568
3568
  const deserializeAws_json1_1ApprovalAlreadyCompletedException = (output, context) => {
3569
3569
  return {
3570
- message: smithy_client_1.expectString(output.message),
3570
+ message: (0, smithy_client_1.expectString)(output.message),
3571
3571
  };
3572
3572
  };
3573
3573
  const deserializeAws_json1_1Artifact = (output, context) => {
@@ -3575,13 +3575,13 @@ const deserializeAws_json1_1Artifact = (output, context) => {
3575
3575
  location: output.location !== undefined && output.location !== null
3576
3576
  ? deserializeAws_json1_1ArtifactLocation(output.location, context)
3577
3577
  : undefined,
3578
- name: smithy_client_1.expectString(output.name),
3579
- revision: smithy_client_1.expectString(output.revision),
3578
+ name: (0, smithy_client_1.expectString)(output.name),
3579
+ revision: (0, smithy_client_1.expectString)(output.revision),
3580
3580
  };
3581
3581
  };
3582
3582
  const deserializeAws_json1_1ArtifactDetail = (output, context) => {
3583
3583
  return {
3584
- name: smithy_client_1.expectString(output.name),
3584
+ name: (0, smithy_client_1.expectString)(output.name),
3585
3585
  s3location: output.s3location !== undefined && output.s3location !== null
3586
3586
  ? deserializeAws_json1_1S3Location(output.s3location, context)
3587
3587
  : undefined,
@@ -3600,8 +3600,8 @@ const deserializeAws_json1_1ArtifactDetailList = (output, context) => {
3600
3600
  };
3601
3601
  const deserializeAws_json1_1ArtifactDetails = (output, context) => {
3602
3602
  return {
3603
- maximumCount: smithy_client_1.expectInt32(output.maximumCount),
3604
- minimumCount: smithy_client_1.expectInt32(output.minimumCount),
3603
+ maximumCount: (0, smithy_client_1.expectInt32)(output.maximumCount),
3604
+ minimumCount: (0, smithy_client_1.expectInt32)(output.minimumCount),
3605
3605
  };
3606
3606
  };
3607
3607
  const deserializeAws_json1_1ArtifactList = (output, context) => {
@@ -3620,19 +3620,19 @@ const deserializeAws_json1_1ArtifactLocation = (output, context) => {
3620
3620
  s3Location: output.s3Location !== undefined && output.s3Location !== null
3621
3621
  ? deserializeAws_json1_1S3ArtifactLocation(output.s3Location, context)
3622
3622
  : undefined,
3623
- type: smithy_client_1.expectString(output.type),
3623
+ type: (0, smithy_client_1.expectString)(output.type),
3624
3624
  };
3625
3625
  };
3626
3626
  const deserializeAws_json1_1ArtifactRevision = (output, context) => {
3627
3627
  return {
3628
3628
  created: output.created !== undefined && output.created !== null
3629
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
3629
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
3630
3630
  : undefined,
3631
- name: smithy_client_1.expectString(output.name),
3632
- revisionChangeIdentifier: smithy_client_1.expectString(output.revisionChangeIdentifier),
3633
- revisionId: smithy_client_1.expectString(output.revisionId),
3634
- revisionSummary: smithy_client_1.expectString(output.revisionSummary),
3635
- revisionUrl: smithy_client_1.expectString(output.revisionUrl),
3631
+ name: (0, smithy_client_1.expectString)(output.name),
3632
+ revisionChangeIdentifier: (0, smithy_client_1.expectString)(output.revisionChangeIdentifier),
3633
+ revisionId: (0, smithy_client_1.expectString)(output.revisionId),
3634
+ revisionSummary: (0, smithy_client_1.expectString)(output.revisionSummary),
3635
+ revisionUrl: (0, smithy_client_1.expectString)(output.revisionUrl),
3636
3636
  };
3637
3637
  };
3638
3638
  const deserializeAws_json1_1ArtifactRevisionList = (output, context) => {
@@ -3651,8 +3651,8 @@ const deserializeAws_json1_1ArtifactStore = (output, context) => {
3651
3651
  encryptionKey: output.encryptionKey !== undefined && output.encryptionKey !== null
3652
3652
  ? deserializeAws_json1_1EncryptionKey(output.encryptionKey, context)
3653
3653
  : undefined,
3654
- location: smithy_client_1.expectString(output.location),
3655
- type: smithy_client_1.expectString(output.type),
3654
+ location: (0, smithy_client_1.expectString)(output.location),
3655
+ type: (0, smithy_client_1.expectString)(output.type),
3656
3656
  };
3657
3657
  };
3658
3658
  const deserializeAws_json1_1ArtifactStoreMap = (output, context) => {
@@ -3668,25 +3668,25 @@ const deserializeAws_json1_1ArtifactStoreMap = (output, context) => {
3668
3668
  };
3669
3669
  const deserializeAws_json1_1AWSSessionCredentials = (output, context) => {
3670
3670
  return {
3671
- accessKeyId: smithy_client_1.expectString(output.accessKeyId),
3672
- secretAccessKey: smithy_client_1.expectString(output.secretAccessKey),
3673
- sessionToken: smithy_client_1.expectString(output.sessionToken),
3671
+ accessKeyId: (0, smithy_client_1.expectString)(output.accessKeyId),
3672
+ secretAccessKey: (0, smithy_client_1.expectString)(output.secretAccessKey),
3673
+ sessionToken: (0, smithy_client_1.expectString)(output.sessionToken),
3674
3674
  };
3675
3675
  };
3676
3676
  const deserializeAws_json1_1BlockerDeclaration = (output, context) => {
3677
3677
  return {
3678
- name: smithy_client_1.expectString(output.name),
3679
- type: smithy_client_1.expectString(output.type),
3678
+ name: (0, smithy_client_1.expectString)(output.name),
3679
+ type: (0, smithy_client_1.expectString)(output.type),
3680
3680
  };
3681
3681
  };
3682
3682
  const deserializeAws_json1_1ConcurrentModificationException = (output, context) => {
3683
3683
  return {
3684
- message: smithy_client_1.expectString(output.message),
3684
+ message: (0, smithy_client_1.expectString)(output.message),
3685
3685
  };
3686
3686
  };
3687
3687
  const deserializeAws_json1_1ConflictException = (output, context) => {
3688
3688
  return {
3689
- message: smithy_client_1.expectString(output.message),
3689
+ message: (0, smithy_client_1.expectString)(output.message),
3690
3690
  };
3691
3691
  };
3692
3692
  const deserializeAws_json1_1CreateCustomActionTypeOutput = (output, context) => {
@@ -3717,25 +3717,25 @@ const deserializeAws_json1_1DeregisterWebhookWithThirdPartyOutput = (output, con
3717
3717
  };
3718
3718
  const deserializeAws_json1_1DuplicatedStopRequestException = (output, context) => {
3719
3719
  return {
3720
- message: smithy_client_1.expectString(output.message),
3720
+ message: (0, smithy_client_1.expectString)(output.message),
3721
3721
  };
3722
3722
  };
3723
3723
  const deserializeAws_json1_1EncryptionKey = (output, context) => {
3724
3724
  return {
3725
- id: smithy_client_1.expectString(output.id),
3726
- type: smithy_client_1.expectString(output.type),
3725
+ id: (0, smithy_client_1.expectString)(output.id),
3726
+ type: (0, smithy_client_1.expectString)(output.type),
3727
3727
  };
3728
3728
  };
3729
3729
  const deserializeAws_json1_1ErrorDetails = (output, context) => {
3730
3730
  return {
3731
- code: smithy_client_1.expectString(output.code),
3732
- message: smithy_client_1.expectString(output.message),
3731
+ code: (0, smithy_client_1.expectString)(output.code),
3732
+ message: (0, smithy_client_1.expectString)(output.message),
3733
3733
  };
3734
3734
  };
3735
3735
  const deserializeAws_json1_1ExecutionTrigger = (output, context) => {
3736
3736
  return {
3737
- triggerDetail: smithy_client_1.expectString(output.triggerDetail),
3738
- triggerType: smithy_client_1.expectString(output.triggerType),
3737
+ triggerDetail: (0, smithy_client_1.expectString)(output.triggerDetail),
3738
+ triggerType: (0, smithy_client_1.expectString)(output.triggerType),
3739
3739
  };
3740
3740
  };
3741
3741
  const deserializeAws_json1_1ExecutorConfiguration = (output, context) => {
@@ -3782,15 +3782,15 @@ const deserializeAws_json1_1GetPipelineOutput = (output, context) => {
3782
3782
  const deserializeAws_json1_1GetPipelineStateOutput = (output, context) => {
3783
3783
  return {
3784
3784
  created: output.created !== undefined && output.created !== null
3785
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
3785
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
3786
3786
  : undefined,
3787
- pipelineName: smithy_client_1.expectString(output.pipelineName),
3788
- pipelineVersion: smithy_client_1.expectInt32(output.pipelineVersion),
3787
+ pipelineName: (0, smithy_client_1.expectString)(output.pipelineName),
3788
+ pipelineVersion: (0, smithy_client_1.expectInt32)(output.pipelineVersion),
3789
3789
  stageStates: output.stageStates !== undefined && output.stageStates !== null
3790
3790
  ? deserializeAws_json1_1StageStateList(output.stageStates, context)
3791
3791
  : undefined,
3792
3792
  updated: output.updated !== undefined && output.updated !== null
3793
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.updated)))
3793
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.updated)))
3794
3794
  : undefined,
3795
3795
  };
3796
3796
  };
@@ -3803,7 +3803,7 @@ const deserializeAws_json1_1GetThirdPartyJobDetailsOutput = (output, context) =>
3803
3803
  };
3804
3804
  const deserializeAws_json1_1InputArtifact = (output, context) => {
3805
3805
  return {
3806
- name: smithy_client_1.expectString(output.name),
3806
+ name: (0, smithy_client_1.expectString)(output.name),
3807
3807
  };
3808
3808
  };
3809
3809
  const deserializeAws_json1_1InputArtifactList = (output, context) => {
@@ -3819,82 +3819,82 @@ const deserializeAws_json1_1InputArtifactList = (output, context) => {
3819
3819
  };
3820
3820
  const deserializeAws_json1_1InvalidActionDeclarationException = (output, context) => {
3821
3821
  return {
3822
- message: smithy_client_1.expectString(output.message),
3822
+ message: (0, smithy_client_1.expectString)(output.message),
3823
3823
  };
3824
3824
  };
3825
3825
  const deserializeAws_json1_1InvalidApprovalTokenException = (output, context) => {
3826
3826
  return {
3827
- message: smithy_client_1.expectString(output.message),
3827
+ message: (0, smithy_client_1.expectString)(output.message),
3828
3828
  };
3829
3829
  };
3830
3830
  const deserializeAws_json1_1InvalidArnException = (output, context) => {
3831
3831
  return {
3832
- message: smithy_client_1.expectString(output.message),
3832
+ message: (0, smithy_client_1.expectString)(output.message),
3833
3833
  };
3834
3834
  };
3835
3835
  const deserializeAws_json1_1InvalidBlockerDeclarationException = (output, context) => {
3836
3836
  return {
3837
- message: smithy_client_1.expectString(output.message),
3837
+ message: (0, smithy_client_1.expectString)(output.message),
3838
3838
  };
3839
3839
  };
3840
3840
  const deserializeAws_json1_1InvalidClientTokenException = (output, context) => {
3841
3841
  return {
3842
- message: smithy_client_1.expectString(output.message),
3842
+ message: (0, smithy_client_1.expectString)(output.message),
3843
3843
  };
3844
3844
  };
3845
3845
  const deserializeAws_json1_1InvalidJobException = (output, context) => {
3846
3846
  return {
3847
- message: smithy_client_1.expectString(output.message),
3847
+ message: (0, smithy_client_1.expectString)(output.message),
3848
3848
  };
3849
3849
  };
3850
3850
  const deserializeAws_json1_1InvalidJobStateException = (output, context) => {
3851
3851
  return {
3852
- message: smithy_client_1.expectString(output.message),
3852
+ message: (0, smithy_client_1.expectString)(output.message),
3853
3853
  };
3854
3854
  };
3855
3855
  const deserializeAws_json1_1InvalidNextTokenException = (output, context) => {
3856
3856
  return {
3857
- message: smithy_client_1.expectString(output.message),
3857
+ message: (0, smithy_client_1.expectString)(output.message),
3858
3858
  };
3859
3859
  };
3860
3860
  const deserializeAws_json1_1InvalidNonceException = (output, context) => {
3861
3861
  return {
3862
- message: smithy_client_1.expectString(output.message),
3862
+ message: (0, smithy_client_1.expectString)(output.message),
3863
3863
  };
3864
3864
  };
3865
3865
  const deserializeAws_json1_1InvalidStageDeclarationException = (output, context) => {
3866
3866
  return {
3867
- message: smithy_client_1.expectString(output.message),
3867
+ message: (0, smithy_client_1.expectString)(output.message),
3868
3868
  };
3869
3869
  };
3870
3870
  const deserializeAws_json1_1InvalidStructureException = (output, context) => {
3871
3871
  return {
3872
- message: smithy_client_1.expectString(output.message),
3872
+ message: (0, smithy_client_1.expectString)(output.message),
3873
3873
  };
3874
3874
  };
3875
3875
  const deserializeAws_json1_1InvalidTagsException = (output, context) => {
3876
3876
  return {
3877
- message: smithy_client_1.expectString(output.message),
3877
+ message: (0, smithy_client_1.expectString)(output.message),
3878
3878
  };
3879
3879
  };
3880
3880
  const deserializeAws_json1_1InvalidWebhookAuthenticationParametersException = (output, context) => {
3881
3881
  return {
3882
- message: smithy_client_1.expectString(output.message),
3882
+ message: (0, smithy_client_1.expectString)(output.message),
3883
3883
  };
3884
3884
  };
3885
3885
  const deserializeAws_json1_1InvalidWebhookFilterPatternException = (output, context) => {
3886
3886
  return {
3887
- message: smithy_client_1.expectString(output.message),
3887
+ message: (0, smithy_client_1.expectString)(output.message),
3888
3888
  };
3889
3889
  };
3890
3890
  const deserializeAws_json1_1Job = (output, context) => {
3891
3891
  return {
3892
- accountId: smithy_client_1.expectString(output.accountId),
3892
+ accountId: (0, smithy_client_1.expectString)(output.accountId),
3893
3893
  data: output.data !== undefined && output.data !== null
3894
3894
  ? deserializeAws_json1_1JobData(output.data, context)
3895
3895
  : undefined,
3896
- id: smithy_client_1.expectString(output.id),
3897
- nonce: smithy_client_1.expectString(output.nonce),
3896
+ id: (0, smithy_client_1.expectString)(output.id),
3897
+ nonce: (0, smithy_client_1.expectString)(output.nonce),
3898
3898
  };
3899
3899
  };
3900
3900
  const deserializeAws_json1_1JobData = (output, context) => {
@@ -3908,7 +3908,7 @@ const deserializeAws_json1_1JobData = (output, context) => {
3908
3908
  artifactCredentials: output.artifactCredentials !== undefined && output.artifactCredentials !== null
3909
3909
  ? deserializeAws_json1_1AWSSessionCredentials(output.artifactCredentials, context)
3910
3910
  : undefined,
3911
- continuationToken: smithy_client_1.expectString(output.continuationToken),
3911
+ continuationToken: (0, smithy_client_1.expectString)(output.continuationToken),
3912
3912
  encryptionKey: output.encryptionKey !== undefined && output.encryptionKey !== null
3913
3913
  ? deserializeAws_json1_1EncryptionKey(output.encryptionKey, context)
3914
3914
  : undefined,
@@ -3925,11 +3925,11 @@ const deserializeAws_json1_1JobData = (output, context) => {
3925
3925
  };
3926
3926
  const deserializeAws_json1_1JobDetails = (output, context) => {
3927
3927
  return {
3928
- accountId: smithy_client_1.expectString(output.accountId),
3928
+ accountId: (0, smithy_client_1.expectString)(output.accountId),
3929
3929
  data: output.data !== undefined && output.data !== null
3930
3930
  ? deserializeAws_json1_1JobData(output.data, context)
3931
3931
  : undefined,
3932
- id: smithy_client_1.expectString(output.id),
3932
+ id: (0, smithy_client_1.expectString)(output.id),
3933
3933
  };
3934
3934
  };
3935
3935
  const deserializeAws_json1_1JobList = (output, context) => {
@@ -3945,7 +3945,7 @@ const deserializeAws_json1_1JobList = (output, context) => {
3945
3945
  };
3946
3946
  const deserializeAws_json1_1JobNotFoundException = (output, context) => {
3947
3947
  return {
3948
- message: smithy_client_1.expectString(output.message),
3948
+ message: (0, smithy_client_1.expectString)(output.message),
3949
3949
  };
3950
3950
  };
3951
3951
  const deserializeAws_json1_1JobWorkerExecutorConfiguration = (output, context) => {
@@ -3960,12 +3960,12 @@ const deserializeAws_json1_1JobWorkerExecutorConfiguration = (output, context) =
3960
3960
  };
3961
3961
  const deserializeAws_json1_1LambdaExecutorConfiguration = (output, context) => {
3962
3962
  return {
3963
- lambdaFunctionArn: smithy_client_1.expectString(output.lambdaFunctionArn),
3963
+ lambdaFunctionArn: (0, smithy_client_1.expectString)(output.lambdaFunctionArn),
3964
3964
  };
3965
3965
  };
3966
3966
  const deserializeAws_json1_1LimitExceededException = (output, context) => {
3967
3967
  return {
3968
- message: smithy_client_1.expectString(output.message),
3968
+ message: (0, smithy_client_1.expectString)(output.message),
3969
3969
  };
3970
3970
  };
3971
3971
  const deserializeAws_json1_1ListActionExecutionsOutput = (output, context) => {
@@ -3973,7 +3973,7 @@ const deserializeAws_json1_1ListActionExecutionsOutput = (output, context) => {
3973
3973
  actionExecutionDetails: output.actionExecutionDetails !== undefined && output.actionExecutionDetails !== null
3974
3974
  ? deserializeAws_json1_1ActionExecutionDetailList(output.actionExecutionDetails, context)
3975
3975
  : undefined,
3976
- nextToken: smithy_client_1.expectString(output.nextToken),
3976
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
3977
3977
  };
3978
3978
  };
3979
3979
  const deserializeAws_json1_1ListActionTypesOutput = (output, context) => {
@@ -3981,12 +3981,12 @@ const deserializeAws_json1_1ListActionTypesOutput = (output, context) => {
3981
3981
  actionTypes: output.actionTypes !== undefined && output.actionTypes !== null
3982
3982
  ? deserializeAws_json1_1ActionTypeList(output.actionTypes, context)
3983
3983
  : undefined,
3984
- nextToken: smithy_client_1.expectString(output.nextToken),
3984
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
3985
3985
  };
3986
3986
  };
3987
3987
  const deserializeAws_json1_1ListPipelineExecutionsOutput = (output, context) => {
3988
3988
  return {
3989
- nextToken: smithy_client_1.expectString(output.nextToken),
3989
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
3990
3990
  pipelineExecutionSummaries: output.pipelineExecutionSummaries !== undefined && output.pipelineExecutionSummaries !== null
3991
3991
  ? deserializeAws_json1_1PipelineExecutionSummaryList(output.pipelineExecutionSummaries, context)
3992
3992
  : undefined,
@@ -3994,7 +3994,7 @@ const deserializeAws_json1_1ListPipelineExecutionsOutput = (output, context) =>
3994
3994
  };
3995
3995
  const deserializeAws_json1_1ListPipelinesOutput = (output, context) => {
3996
3996
  return {
3997
- nextToken: smithy_client_1.expectString(output.nextToken),
3997
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
3998
3998
  pipelines: output.pipelines !== undefined && output.pipelines !== null
3999
3999
  ? deserializeAws_json1_1PipelineList(output.pipelines, context)
4000
4000
  : undefined,
@@ -4002,7 +4002,7 @@ const deserializeAws_json1_1ListPipelinesOutput = (output, context) => {
4002
4002
  };
4003
4003
  const deserializeAws_json1_1ListTagsForResourceOutput = (output, context) => {
4004
4004
  return {
4005
- nextToken: smithy_client_1.expectString(output.nextToken),
4005
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
4006
4006
  tags: output.tags !== undefined && output.tags !== null
4007
4007
  ? deserializeAws_json1_1TagList(output.tags, context)
4008
4008
  : undefined,
@@ -4010,24 +4010,24 @@ const deserializeAws_json1_1ListTagsForResourceOutput = (output, context) => {
4010
4010
  };
4011
4011
  const deserializeAws_json1_1ListWebhookItem = (output, context) => {
4012
4012
  return {
4013
- arn: smithy_client_1.expectString(output.arn),
4013
+ arn: (0, smithy_client_1.expectString)(output.arn),
4014
4014
  definition: output.definition !== undefined && output.definition !== null
4015
4015
  ? deserializeAws_json1_1WebhookDefinition(output.definition, context)
4016
4016
  : undefined,
4017
- errorCode: smithy_client_1.expectString(output.errorCode),
4018
- errorMessage: smithy_client_1.expectString(output.errorMessage),
4017
+ errorCode: (0, smithy_client_1.expectString)(output.errorCode),
4018
+ errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
4019
4019
  lastTriggered: output.lastTriggered !== undefined && output.lastTriggered !== null
4020
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastTriggered)))
4020
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastTriggered)))
4021
4021
  : undefined,
4022
4022
  tags: output.tags !== undefined && output.tags !== null
4023
4023
  ? deserializeAws_json1_1TagList(output.tags, context)
4024
4024
  : undefined,
4025
- url: smithy_client_1.expectString(output.url),
4025
+ url: (0, smithy_client_1.expectString)(output.url),
4026
4026
  };
4027
4027
  };
4028
4028
  const deserializeAws_json1_1ListWebhooksOutput = (output, context) => {
4029
4029
  return {
4030
- NextToken: smithy_client_1.expectString(output.NextToken),
4030
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
4031
4031
  webhooks: output.webhooks !== undefined && output.webhooks !== null
4032
4032
  ? deserializeAws_json1_1WebhookList(output.webhooks, context)
4033
4033
  : undefined,
@@ -4035,12 +4035,12 @@ const deserializeAws_json1_1ListWebhooksOutput = (output, context) => {
4035
4035
  };
4036
4036
  const deserializeAws_json1_1NotLatestPipelineExecutionException = (output, context) => {
4037
4037
  return {
4038
- message: smithy_client_1.expectString(output.message),
4038
+ message: (0, smithy_client_1.expectString)(output.message),
4039
4039
  };
4040
4040
  };
4041
4041
  const deserializeAws_json1_1OutputArtifact = (output, context) => {
4042
4042
  return {
4043
- name: smithy_client_1.expectString(output.name),
4043
+ name: (0, smithy_client_1.expectString)(output.name),
4044
4044
  };
4045
4045
  };
4046
4046
  const deserializeAws_json1_1OutputArtifactList = (output, context) => {
@@ -4061,13 +4061,13 @@ const deserializeAws_json1_1OutputVariablesMap = (output, context) => {
4061
4061
  }
4062
4062
  return {
4063
4063
  ...acc,
4064
- [key]: smithy_client_1.expectString(value),
4064
+ [key]: (0, smithy_client_1.expectString)(value),
4065
4065
  };
4066
4066
  }, {});
4067
4067
  };
4068
4068
  const deserializeAws_json1_1OutputVariablesSizeExceededException = (output, context) => {
4069
4069
  return {
4070
- message: smithy_client_1.expectString(output.message),
4070
+ message: (0, smithy_client_1.expectString)(output.message),
4071
4071
  };
4072
4072
  };
4073
4073
  const deserializeAws_json1_1PipelineContext = (output, context) => {
@@ -4075,9 +4075,9 @@ const deserializeAws_json1_1PipelineContext = (output, context) => {
4075
4075
  action: output.action !== undefined && output.action !== null
4076
4076
  ? deserializeAws_json1_1ActionContext(output.action, context)
4077
4077
  : undefined,
4078
- pipelineArn: smithy_client_1.expectString(output.pipelineArn),
4079
- pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
4080
- pipelineName: smithy_client_1.expectString(output.pipelineName),
4078
+ pipelineArn: (0, smithy_client_1.expectString)(output.pipelineArn),
4079
+ pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
4080
+ pipelineName: (0, smithy_client_1.expectString)(output.pipelineName),
4081
4081
  stage: output.stage !== undefined && output.stage !== null
4082
4082
  ? deserializeAws_json1_1StageContext(output.stage, context)
4083
4083
  : undefined,
@@ -4091,12 +4091,12 @@ const deserializeAws_json1_1PipelineDeclaration = (output, context) => {
4091
4091
  artifactStores: output.artifactStores !== undefined && output.artifactStores !== null
4092
4092
  ? deserializeAws_json1_1ArtifactStoreMap(output.artifactStores, context)
4093
4093
  : undefined,
4094
- name: smithy_client_1.expectString(output.name),
4095
- roleArn: smithy_client_1.expectString(output.roleArn),
4094
+ name: (0, smithy_client_1.expectString)(output.name),
4095
+ roleArn: (0, smithy_client_1.expectString)(output.roleArn),
4096
4096
  stages: output.stages !== undefined && output.stages !== null
4097
4097
  ? deserializeAws_json1_1PipelineStageDeclarationList(output.stages, context)
4098
4098
  : undefined,
4099
- version: smithy_client_1.expectInt32(output.version),
4099
+ version: (0, smithy_client_1.expectInt32)(output.version),
4100
4100
  };
4101
4101
  };
4102
4102
  const deserializeAws_json1_1PipelineExecution = (output, context) => {
@@ -4104,36 +4104,36 @@ const deserializeAws_json1_1PipelineExecution = (output, context) => {
4104
4104
  artifactRevisions: output.artifactRevisions !== undefined && output.artifactRevisions !== null
4105
4105
  ? deserializeAws_json1_1ArtifactRevisionList(output.artifactRevisions, context)
4106
4106
  : undefined,
4107
- pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
4108
- pipelineName: smithy_client_1.expectString(output.pipelineName),
4109
- pipelineVersion: smithy_client_1.expectInt32(output.pipelineVersion),
4110
- status: smithy_client_1.expectString(output.status),
4111
- statusSummary: smithy_client_1.expectString(output.statusSummary),
4107
+ pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
4108
+ pipelineName: (0, smithy_client_1.expectString)(output.pipelineName),
4109
+ pipelineVersion: (0, smithy_client_1.expectInt32)(output.pipelineVersion),
4110
+ status: (0, smithy_client_1.expectString)(output.status),
4111
+ statusSummary: (0, smithy_client_1.expectString)(output.statusSummary),
4112
4112
  };
4113
4113
  };
4114
4114
  const deserializeAws_json1_1PipelineExecutionNotFoundException = (output, context) => {
4115
4115
  return {
4116
- message: smithy_client_1.expectString(output.message),
4116
+ message: (0, smithy_client_1.expectString)(output.message),
4117
4117
  };
4118
4118
  };
4119
4119
  const deserializeAws_json1_1PipelineExecutionNotStoppableException = (output, context) => {
4120
4120
  return {
4121
- message: smithy_client_1.expectString(output.message),
4121
+ message: (0, smithy_client_1.expectString)(output.message),
4122
4122
  };
4123
4123
  };
4124
4124
  const deserializeAws_json1_1PipelineExecutionSummary = (output, context) => {
4125
4125
  return {
4126
4126
  lastUpdateTime: output.lastUpdateTime !== undefined && output.lastUpdateTime !== null
4127
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdateTime)))
4127
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdateTime)))
4128
4128
  : undefined,
4129
- pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
4129
+ pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
4130
4130
  sourceRevisions: output.sourceRevisions !== undefined && output.sourceRevisions !== null
4131
4131
  ? deserializeAws_json1_1SourceRevisionList(output.sourceRevisions, context)
4132
4132
  : undefined,
4133
4133
  startTime: output.startTime !== undefined && output.startTime !== null
4134
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
4134
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
4135
4135
  : undefined,
4136
- status: smithy_client_1.expectString(output.status),
4136
+ status: (0, smithy_client_1.expectString)(output.status),
4137
4137
  stopTrigger: output.stopTrigger !== undefined && output.stopTrigger !== null
4138
4138
  ? deserializeAws_json1_1StopExecutionTrigger(output.stopTrigger, context)
4139
4139
  : undefined,
@@ -4167,22 +4167,22 @@ const deserializeAws_json1_1PipelineList = (output, context) => {
4167
4167
  const deserializeAws_json1_1PipelineMetadata = (output, context) => {
4168
4168
  return {
4169
4169
  created: output.created !== undefined && output.created !== null
4170
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
4170
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
4171
4171
  : undefined,
4172
- pipelineArn: smithy_client_1.expectString(output.pipelineArn),
4172
+ pipelineArn: (0, smithy_client_1.expectString)(output.pipelineArn),
4173
4173
  updated: output.updated !== undefined && output.updated !== null
4174
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.updated)))
4174
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.updated)))
4175
4175
  : undefined,
4176
4176
  };
4177
4177
  };
4178
4178
  const deserializeAws_json1_1PipelineNameInUseException = (output, context) => {
4179
4179
  return {
4180
- message: smithy_client_1.expectString(output.message),
4180
+ message: (0, smithy_client_1.expectString)(output.message),
4181
4181
  };
4182
4182
  };
4183
4183
  const deserializeAws_json1_1PipelineNotFoundException = (output, context) => {
4184
4184
  return {
4185
- message: smithy_client_1.expectString(output.message),
4185
+ message: (0, smithy_client_1.expectString)(output.message),
4186
4186
  };
4187
4187
  };
4188
4188
  const deserializeAws_json1_1PipelineStageDeclarationList = (output, context) => {
@@ -4199,18 +4199,18 @@ const deserializeAws_json1_1PipelineStageDeclarationList = (output, context) =>
4199
4199
  const deserializeAws_json1_1PipelineSummary = (output, context) => {
4200
4200
  return {
4201
4201
  created: output.created !== undefined && output.created !== null
4202
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
4202
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
4203
4203
  : undefined,
4204
- name: smithy_client_1.expectString(output.name),
4204
+ name: (0, smithy_client_1.expectString)(output.name),
4205
4205
  updated: output.updated !== undefined && output.updated !== null
4206
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.updated)))
4206
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.updated)))
4207
4207
  : undefined,
4208
- version: smithy_client_1.expectInt32(output.version),
4208
+ version: (0, smithy_client_1.expectInt32)(output.version),
4209
4209
  };
4210
4210
  };
4211
4211
  const deserializeAws_json1_1PipelineVersionNotFoundException = (output, context) => {
4212
4212
  return {
4213
- message: smithy_client_1.expectString(output.message),
4213
+ message: (0, smithy_client_1.expectString)(output.message),
4214
4214
  };
4215
4215
  };
4216
4216
  const deserializeAws_json1_1PollForJobsOutput = (output, context) => {
@@ -4234,7 +4234,7 @@ const deserializeAws_json1_1PollingAccountList = (output, context) => {
4234
4234
  if (entry === null) {
4235
4235
  return null;
4236
4236
  }
4237
- return smithy_client_1.expectString(entry);
4237
+ return (0, smithy_client_1.expectString)(entry);
4238
4238
  });
4239
4239
  return retVal;
4240
4240
  };
@@ -4245,20 +4245,20 @@ const deserializeAws_json1_1PollingServicePrincipalList = (output, context) => {
4245
4245
  if (entry === null) {
4246
4246
  return null;
4247
4247
  }
4248
- return smithy_client_1.expectString(entry);
4248
+ return (0, smithy_client_1.expectString)(entry);
4249
4249
  });
4250
4250
  return retVal;
4251
4251
  };
4252
4252
  const deserializeAws_json1_1PutActionRevisionOutput = (output, context) => {
4253
4253
  return {
4254
- newRevision: smithy_client_1.expectBoolean(output.newRevision),
4255
- pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
4254
+ newRevision: (0, smithy_client_1.expectBoolean)(output.newRevision),
4255
+ pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
4256
4256
  };
4257
4257
  };
4258
4258
  const deserializeAws_json1_1PutApprovalResultOutput = (output, context) => {
4259
4259
  return {
4260
4260
  approvedAt: output.approvedAt !== undefined && output.approvedAt !== null
4261
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.approvedAt)))
4261
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.approvedAt)))
4262
4262
  : undefined,
4263
4263
  };
4264
4264
  };
@@ -4274,7 +4274,7 @@ const deserializeAws_json1_1RegisterWebhookWithThirdPartyOutput = (output, conte
4274
4274
  };
4275
4275
  const deserializeAws_json1_1RequestFailedException = (output, context) => {
4276
4276
  return {
4277
- message: smithy_client_1.expectString(output.message),
4277
+ message: (0, smithy_client_1.expectString)(output.message),
4278
4278
  };
4279
4279
  };
4280
4280
  const deserializeAws_json1_1ResolvedActionConfigurationMap = (output, context) => {
@@ -4284,38 +4284,38 @@ const deserializeAws_json1_1ResolvedActionConfigurationMap = (output, context) =
4284
4284
  }
4285
4285
  return {
4286
4286
  ...acc,
4287
- [key]: smithy_client_1.expectString(value),
4287
+ [key]: (0, smithy_client_1.expectString)(value),
4288
4288
  };
4289
4289
  }, {});
4290
4290
  };
4291
4291
  const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
4292
4292
  return {
4293
- message: smithy_client_1.expectString(output.message),
4293
+ message: (0, smithy_client_1.expectString)(output.message),
4294
4294
  };
4295
4295
  };
4296
4296
  const deserializeAws_json1_1RetryStageExecutionOutput = (output, context) => {
4297
4297
  return {
4298
- pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
4298
+ pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
4299
4299
  };
4300
4300
  };
4301
4301
  const deserializeAws_json1_1S3ArtifactLocation = (output, context) => {
4302
4302
  return {
4303
- bucketName: smithy_client_1.expectString(output.bucketName),
4304
- objectKey: smithy_client_1.expectString(output.objectKey),
4303
+ bucketName: (0, smithy_client_1.expectString)(output.bucketName),
4304
+ objectKey: (0, smithy_client_1.expectString)(output.objectKey),
4305
4305
  };
4306
4306
  };
4307
4307
  const deserializeAws_json1_1S3Location = (output, context) => {
4308
4308
  return {
4309
- bucket: smithy_client_1.expectString(output.bucket),
4310
- key: smithy_client_1.expectString(output.key),
4309
+ bucket: (0, smithy_client_1.expectString)(output.bucket),
4310
+ key: (0, smithy_client_1.expectString)(output.key),
4311
4311
  };
4312
4312
  };
4313
4313
  const deserializeAws_json1_1SourceRevision = (output, context) => {
4314
4314
  return {
4315
- actionName: smithy_client_1.expectString(output.actionName),
4316
- revisionId: smithy_client_1.expectString(output.revisionId),
4317
- revisionSummary: smithy_client_1.expectString(output.revisionSummary),
4318
- revisionUrl: smithy_client_1.expectString(output.revisionUrl),
4315
+ actionName: (0, smithy_client_1.expectString)(output.actionName),
4316
+ revisionId: (0, smithy_client_1.expectString)(output.revisionId),
4317
+ revisionSummary: (0, smithy_client_1.expectString)(output.revisionSummary),
4318
+ revisionUrl: (0, smithy_client_1.expectString)(output.revisionUrl),
4319
4319
  };
4320
4320
  };
4321
4321
  const deserializeAws_json1_1SourceRevisionList = (output, context) => {
@@ -4353,7 +4353,7 @@ const deserializeAws_json1_1StageBlockerDeclarationList = (output, context) => {
4353
4353
  };
4354
4354
  const deserializeAws_json1_1StageContext = (output, context) => {
4355
4355
  return {
4356
- name: smithy_client_1.expectString(output.name),
4356
+ name: (0, smithy_client_1.expectString)(output.name),
4357
4357
  };
4358
4358
  };
4359
4359
  const deserializeAws_json1_1StageDeclaration = (output, context) => {
@@ -4364,23 +4364,23 @@ const deserializeAws_json1_1StageDeclaration = (output, context) => {
4364
4364
  blockers: output.blockers !== undefined && output.blockers !== null
4365
4365
  ? deserializeAws_json1_1StageBlockerDeclarationList(output.blockers, context)
4366
4366
  : undefined,
4367
- name: smithy_client_1.expectString(output.name),
4367
+ name: (0, smithy_client_1.expectString)(output.name),
4368
4368
  };
4369
4369
  };
4370
4370
  const deserializeAws_json1_1StageExecution = (output, context) => {
4371
4371
  return {
4372
- pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
4373
- status: smithy_client_1.expectString(output.status),
4372
+ pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
4373
+ status: (0, smithy_client_1.expectString)(output.status),
4374
4374
  };
4375
4375
  };
4376
4376
  const deserializeAws_json1_1StageNotFoundException = (output, context) => {
4377
4377
  return {
4378
- message: smithy_client_1.expectString(output.message),
4378
+ message: (0, smithy_client_1.expectString)(output.message),
4379
4379
  };
4380
4380
  };
4381
4381
  const deserializeAws_json1_1StageNotRetryableException = (output, context) => {
4382
4382
  return {
4383
- message: smithy_client_1.expectString(output.message),
4383
+ message: (0, smithy_client_1.expectString)(output.message),
4384
4384
  };
4385
4385
  };
4386
4386
  const deserializeAws_json1_1StageState = (output, context) => {
@@ -4397,7 +4397,7 @@ const deserializeAws_json1_1StageState = (output, context) => {
4397
4397
  latestExecution: output.latestExecution !== undefined && output.latestExecution !== null
4398
4398
  ? deserializeAws_json1_1StageExecution(output.latestExecution, context)
4399
4399
  : undefined,
4400
- stageName: smithy_client_1.expectString(output.stageName),
4400
+ stageName: (0, smithy_client_1.expectString)(output.stageName),
4401
4401
  };
4402
4402
  };
4403
4403
  const deserializeAws_json1_1StageStateList = (output, context) => {
@@ -4413,23 +4413,23 @@ const deserializeAws_json1_1StageStateList = (output, context) => {
4413
4413
  };
4414
4414
  const deserializeAws_json1_1StartPipelineExecutionOutput = (output, context) => {
4415
4415
  return {
4416
- pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
4416
+ pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
4417
4417
  };
4418
4418
  };
4419
4419
  const deserializeAws_json1_1StopExecutionTrigger = (output, context) => {
4420
4420
  return {
4421
- reason: smithy_client_1.expectString(output.reason),
4421
+ reason: (0, smithy_client_1.expectString)(output.reason),
4422
4422
  };
4423
4423
  };
4424
4424
  const deserializeAws_json1_1StopPipelineExecutionOutput = (output, context) => {
4425
4425
  return {
4426
- pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
4426
+ pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
4427
4427
  };
4428
4428
  };
4429
4429
  const deserializeAws_json1_1Tag = (output, context) => {
4430
4430
  return {
4431
- key: smithy_client_1.expectString(output.key),
4432
- value: smithy_client_1.expectString(output.value),
4431
+ key: (0, smithy_client_1.expectString)(output.key),
4432
+ value: (0, smithy_client_1.expectString)(output.value),
4433
4433
  };
4434
4434
  };
4435
4435
  const deserializeAws_json1_1TagList = (output, context) => {
@@ -4448,8 +4448,8 @@ const deserializeAws_json1_1TagResourceOutput = (output, context) => {
4448
4448
  };
4449
4449
  const deserializeAws_json1_1ThirdPartyJob = (output, context) => {
4450
4450
  return {
4451
- clientId: smithy_client_1.expectString(output.clientId),
4452
- jobId: smithy_client_1.expectString(output.jobId),
4451
+ clientId: (0, smithy_client_1.expectString)(output.clientId),
4452
+ jobId: (0, smithy_client_1.expectString)(output.jobId),
4453
4453
  };
4454
4454
  };
4455
4455
  const deserializeAws_json1_1ThirdPartyJobData = (output, context) => {
@@ -4463,7 +4463,7 @@ const deserializeAws_json1_1ThirdPartyJobData = (output, context) => {
4463
4463
  artifactCredentials: output.artifactCredentials !== undefined && output.artifactCredentials !== null
4464
4464
  ? deserializeAws_json1_1AWSSessionCredentials(output.artifactCredentials, context)
4465
4465
  : undefined,
4466
- continuationToken: smithy_client_1.expectString(output.continuationToken),
4466
+ continuationToken: (0, smithy_client_1.expectString)(output.continuationToken),
4467
4467
  encryptionKey: output.encryptionKey !== undefined && output.encryptionKey !== null
4468
4468
  ? deserializeAws_json1_1EncryptionKey(output.encryptionKey, context)
4469
4469
  : undefined,
@@ -4483,8 +4483,8 @@ const deserializeAws_json1_1ThirdPartyJobDetails = (output, context) => {
4483
4483
  data: output.data !== undefined && output.data !== null
4484
4484
  ? deserializeAws_json1_1ThirdPartyJobData(output.data, context)
4485
4485
  : undefined,
4486
- id: smithy_client_1.expectString(output.id),
4487
- nonce: smithy_client_1.expectString(output.nonce),
4486
+ id: (0, smithy_client_1.expectString)(output.id),
4487
+ nonce: (0, smithy_client_1.expectString)(output.nonce),
4488
4488
  };
4489
4489
  };
4490
4490
  const deserializeAws_json1_1ThirdPartyJobList = (output, context) => {
@@ -4500,17 +4500,17 @@ const deserializeAws_json1_1ThirdPartyJobList = (output, context) => {
4500
4500
  };
4501
4501
  const deserializeAws_json1_1TooManyTagsException = (output, context) => {
4502
4502
  return {
4503
- message: smithy_client_1.expectString(output.message),
4503
+ message: (0, smithy_client_1.expectString)(output.message),
4504
4504
  };
4505
4505
  };
4506
4506
  const deserializeAws_json1_1TransitionState = (output, context) => {
4507
4507
  return {
4508
- disabledReason: smithy_client_1.expectString(output.disabledReason),
4509
- enabled: smithy_client_1.expectBoolean(output.enabled),
4508
+ disabledReason: (0, smithy_client_1.expectString)(output.disabledReason),
4509
+ enabled: (0, smithy_client_1.expectBoolean)(output.enabled),
4510
4510
  lastChangedAt: output.lastChangedAt !== undefined && output.lastChangedAt !== null
4511
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastChangedAt)))
4511
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastChangedAt)))
4512
4512
  : undefined,
4513
- lastChangedBy: smithy_client_1.expectString(output.lastChangedBy),
4513
+ lastChangedBy: (0, smithy_client_1.expectString)(output.lastChangedBy),
4514
4514
  };
4515
4515
  };
4516
4516
  const deserializeAws_json1_1UntagResourceOutput = (output, context) => {
@@ -4525,33 +4525,33 @@ const deserializeAws_json1_1UpdatePipelineOutput = (output, context) => {
4525
4525
  };
4526
4526
  const deserializeAws_json1_1ValidationException = (output, context) => {
4527
4527
  return {
4528
- message: smithy_client_1.expectString(output.message),
4528
+ message: (0, smithy_client_1.expectString)(output.message),
4529
4529
  };
4530
4530
  };
4531
4531
  const deserializeAws_json1_1WebhookAuthConfiguration = (output, context) => {
4532
4532
  return {
4533
- AllowedIPRange: smithy_client_1.expectString(output.AllowedIPRange),
4534
- SecretToken: smithy_client_1.expectString(output.SecretToken),
4533
+ AllowedIPRange: (0, smithy_client_1.expectString)(output.AllowedIPRange),
4534
+ SecretToken: (0, smithy_client_1.expectString)(output.SecretToken),
4535
4535
  };
4536
4536
  };
4537
4537
  const deserializeAws_json1_1WebhookDefinition = (output, context) => {
4538
4538
  return {
4539
- authentication: smithy_client_1.expectString(output.authentication),
4539
+ authentication: (0, smithy_client_1.expectString)(output.authentication),
4540
4540
  authenticationConfiguration: output.authenticationConfiguration !== undefined && output.authenticationConfiguration !== null
4541
4541
  ? deserializeAws_json1_1WebhookAuthConfiguration(output.authenticationConfiguration, context)
4542
4542
  : undefined,
4543
4543
  filters: output.filters !== undefined && output.filters !== null
4544
4544
  ? deserializeAws_json1_1WebhookFilters(output.filters, context)
4545
4545
  : undefined,
4546
- name: smithy_client_1.expectString(output.name),
4547
- targetAction: smithy_client_1.expectString(output.targetAction),
4548
- targetPipeline: smithy_client_1.expectString(output.targetPipeline),
4546
+ name: (0, smithy_client_1.expectString)(output.name),
4547
+ targetAction: (0, smithy_client_1.expectString)(output.targetAction),
4548
+ targetPipeline: (0, smithy_client_1.expectString)(output.targetPipeline),
4549
4549
  };
4550
4550
  };
4551
4551
  const deserializeAws_json1_1WebhookFilterRule = (output, context) => {
4552
4552
  return {
4553
- jsonPath: smithy_client_1.expectString(output.jsonPath),
4554
- matchEquals: smithy_client_1.expectString(output.matchEquals),
4553
+ jsonPath: (0, smithy_client_1.expectString)(output.jsonPath),
4554
+ matchEquals: (0, smithy_client_1.expectString)(output.matchEquals),
4555
4555
  };
4556
4556
  };
4557
4557
  const deserializeAws_json1_1WebhookFilters = (output, context) => {