@aws-sdk/client-proton 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 (109) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ProtonClient.js +13 -13
  3. package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -3
  4. package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +3 -3
  5. package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +3 -3
  6. package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +3 -3
  7. package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateEnvironmentCommand.js +3 -3
  9. package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +3 -3
  10. package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +3 -3
  11. package/dist-cjs/commands/CreateRepositoryCommand.js +3 -3
  12. package/dist-cjs/commands/CreateServiceCommand.js +3 -3
  13. package/dist-cjs/commands/CreateServiceTemplateCommand.js +3 -3
  14. package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +3 -3
  15. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteEnvironmentCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteRepositoryCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteServiceCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteServiceTemplateCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +3 -3
  25. package/dist-cjs/commands/GetAccountSettingsCommand.js +3 -3
  26. package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +3 -3
  27. package/dist-cjs/commands/GetEnvironmentCommand.js +3 -3
  28. package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +3 -3
  29. package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +3 -3
  30. package/dist-cjs/commands/GetRepositoryCommand.js +3 -3
  31. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +3 -3
  32. package/dist-cjs/commands/GetServiceCommand.js +3 -3
  33. package/dist-cjs/commands/GetServiceInstanceCommand.js +3 -3
  34. package/dist-cjs/commands/GetServiceTemplateCommand.js +3 -3
  35. package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +3 -3
  36. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +3 -3
  37. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +3 -3
  38. package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +3 -3
  39. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +3 -3
  40. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -3
  41. package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +3 -3
  42. package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +3 -3
  43. package/dist-cjs/commands/ListEnvironmentsCommand.js +3 -3
  44. package/dist-cjs/commands/ListRepositoriesCommand.js +3 -3
  45. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +3 -3
  46. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +3 -3
  47. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -3
  48. package/dist-cjs/commands/ListServiceInstancesCommand.js +3 -3
  49. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +3 -3
  50. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -3
  51. package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListServiceTemplatesCommand.js +3 -3
  53. package/dist-cjs/commands/ListServicesCommand.js +3 -3
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  55. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -3
  56. package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +3 -3
  57. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  58. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -3
  61. package/dist-cjs/commands/UpdateEnvironmentCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateServiceCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateServiceInstanceCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateServicePipelineCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateServiceTemplateCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +3 -3
  69. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +3 -3
  70. package/dist-cjs/endpoints.js +1 -1
  71. package/dist-cjs/protocols/Aws_json1_0.js +331 -331
  72. package/dist-cjs/runtimeConfig.browser.js +4 -4
  73. package/dist-cjs/runtimeConfig.js +9 -9
  74. package/dist-cjs/runtimeConfig.native.js +1 -1
  75. package/dist-cjs/waiters/waitForEnvironmentDeployed.js +3 -3
  76. package/dist-cjs/waiters/waitForEnvironmentTemplateVersionRegistered.js +3 -3
  77. package/dist-cjs/waiters/waitForServiceCreated.js +3 -3
  78. package/dist-cjs/waiters/waitForServiceDeleted.js +3 -3
  79. package/dist-cjs/waiters/waitForServiceInstanceDeployed.js +3 -3
  80. package/dist-cjs/waiters/waitForServicePipelineDeployed.js +3 -3
  81. package/dist-cjs/waiters/waitForServiceTemplateVersionRegistered.js +3 -3
  82. package/dist-cjs/waiters/waitForServiceUpdated.js +3 -3
  83. package/dist-es/Proton.js +67 -67
  84. package/dist-es/pagination/ListEnvironmentAccountConnectionsPaginator.js +4 -4
  85. package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +4 -4
  86. package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +4 -4
  87. package/dist-es/pagination/ListEnvironmentTemplateVersionsPaginator.js +4 -4
  88. package/dist-es/pagination/ListEnvironmentTemplatesPaginator.js +4 -4
  89. package/dist-es/pagination/ListEnvironmentsPaginator.js +4 -4
  90. package/dist-es/pagination/ListRepositoriesPaginator.js +4 -4
  91. package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +4 -4
  92. package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +4 -4
  93. package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +4 -4
  94. package/dist-es/pagination/ListServiceInstancesPaginator.js +4 -4
  95. package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +4 -4
  96. package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +4 -4
  97. package/dist-es/pagination/ListServiceTemplateVersionsPaginator.js +4 -4
  98. package/dist-es/pagination/ListServiceTemplatesPaginator.js +4 -4
  99. package/dist-es/pagination/ListServicesPaginator.js +4 -4
  100. package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
  101. package/dist-types/ProtonClient.d.ts +2 -2
  102. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  103. package/dist-types/runtimeConfig.d.ts +1 -1
  104. package/dist-types/runtimeConfig.native.d.ts +3 -3
  105. package/dist-types/ts3.4/ProtonClient.d.ts +2 -2
  106. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  108. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  109. package/package.json +35 -35
@@ -726,7 +726,7 @@ const deserializeAws_json1_0AcceptEnvironmentAccountConnectionCommandError = asy
726
726
  $fault: "client",
727
727
  $metadata: deserializeMetadata(output),
728
728
  });
729
- throw smithy_client_1.decorateServiceException(response, parsedBody);
729
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
730
730
  }
731
731
  };
732
732
  const deserializeAws_json1_0CancelEnvironmentDeploymentCommand = async (output, context) => {
@@ -777,7 +777,7 @@ const deserializeAws_json1_0CancelEnvironmentDeploymentCommandError = async (out
777
777
  $fault: "client",
778
778
  $metadata: deserializeMetadata(output),
779
779
  });
780
- throw smithy_client_1.decorateServiceException(response, parsedBody);
780
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
781
781
  }
782
782
  };
783
783
  const deserializeAws_json1_0CancelServiceInstanceDeploymentCommand = async (output, context) => {
@@ -828,7 +828,7 @@ const deserializeAws_json1_0CancelServiceInstanceDeploymentCommandError = async
828
828
  $fault: "client",
829
829
  $metadata: deserializeMetadata(output),
830
830
  });
831
- throw smithy_client_1.decorateServiceException(response, parsedBody);
831
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
832
832
  }
833
833
  };
834
834
  const deserializeAws_json1_0CancelServicePipelineDeploymentCommand = async (output, context) => {
@@ -879,7 +879,7 @@ const deserializeAws_json1_0CancelServicePipelineDeploymentCommandError = async
879
879
  $fault: "client",
880
880
  $metadata: deserializeMetadata(output),
881
881
  });
882
- throw smithy_client_1.decorateServiceException(response, parsedBody);
882
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
883
883
  }
884
884
  };
885
885
  const deserializeAws_json1_0CreateEnvironmentCommand = async (output, context) => {
@@ -933,7 +933,7 @@ const deserializeAws_json1_0CreateEnvironmentCommandError = async (output, conte
933
933
  $fault: "client",
934
934
  $metadata: deserializeMetadata(output),
935
935
  });
936
- throw smithy_client_1.decorateServiceException(response, parsedBody);
936
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
937
937
  }
938
938
  };
939
939
  const deserializeAws_json1_0CreateEnvironmentAccountConnectionCommand = async (output, context) => {
@@ -984,7 +984,7 @@ const deserializeAws_json1_0CreateEnvironmentAccountConnectionCommandError = asy
984
984
  $fault: "client",
985
985
  $metadata: deserializeMetadata(output),
986
986
  });
987
- throw smithy_client_1.decorateServiceException(response, parsedBody);
987
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
988
988
  }
989
989
  };
990
990
  const deserializeAws_json1_0CreateEnvironmentTemplateCommand = async (output, context) => {
@@ -1035,7 +1035,7 @@ const deserializeAws_json1_0CreateEnvironmentTemplateCommandError = async (outpu
1035
1035
  $fault: "client",
1036
1036
  $metadata: deserializeMetadata(output),
1037
1037
  });
1038
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1038
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1039
1039
  }
1040
1040
  };
1041
1041
  const deserializeAws_json1_0CreateEnvironmentTemplateVersionCommand = async (output, context) => {
@@ -1089,7 +1089,7 @@ const deserializeAws_json1_0CreateEnvironmentTemplateVersionCommandError = async
1089
1089
  $fault: "client",
1090
1090
  $metadata: deserializeMetadata(output),
1091
1091
  });
1092
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1092
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1093
1093
  }
1094
1094
  };
1095
1095
  const deserializeAws_json1_0CreateRepositoryCommand = async (output, context) => {
@@ -1140,7 +1140,7 @@ const deserializeAws_json1_0CreateRepositoryCommandError = async (output, contex
1140
1140
  $fault: "client",
1141
1141
  $metadata: deserializeMetadata(output),
1142
1142
  });
1143
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1143
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1144
1144
  }
1145
1145
  };
1146
1146
  const deserializeAws_json1_0CreateServiceCommand = async (output, context) => {
@@ -1194,7 +1194,7 @@ const deserializeAws_json1_0CreateServiceCommandError = async (output, context)
1194
1194
  $fault: "client",
1195
1195
  $metadata: deserializeMetadata(output),
1196
1196
  });
1197
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1197
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1198
1198
  }
1199
1199
  };
1200
1200
  const deserializeAws_json1_0CreateServiceTemplateCommand = async (output, context) => {
@@ -1245,7 +1245,7 @@ const deserializeAws_json1_0CreateServiceTemplateCommandError = async (output, c
1245
1245
  $fault: "client",
1246
1246
  $metadata: deserializeMetadata(output),
1247
1247
  });
1248
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1248
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1249
1249
  }
1250
1250
  };
1251
1251
  const deserializeAws_json1_0CreateServiceTemplateVersionCommand = async (output, context) => {
@@ -1299,7 +1299,7 @@ const deserializeAws_json1_0CreateServiceTemplateVersionCommandError = async (ou
1299
1299
  $fault: "client",
1300
1300
  $metadata: deserializeMetadata(output),
1301
1301
  });
1302
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1302
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1303
1303
  }
1304
1304
  };
1305
1305
  const deserializeAws_json1_0CreateTemplateSyncConfigCommand = async (output, context) => {
@@ -1350,7 +1350,7 @@ const deserializeAws_json1_0CreateTemplateSyncConfigCommandError = async (output
1350
1350
  $fault: "client",
1351
1351
  $metadata: deserializeMetadata(output),
1352
1352
  });
1353
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1353
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1354
1354
  }
1355
1355
  };
1356
1356
  const deserializeAws_json1_0DeleteEnvironmentCommand = async (output, context) => {
@@ -1401,7 +1401,7 @@ const deserializeAws_json1_0DeleteEnvironmentCommandError = async (output, conte
1401
1401
  $fault: "client",
1402
1402
  $metadata: deserializeMetadata(output),
1403
1403
  });
1404
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1404
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1405
1405
  }
1406
1406
  };
1407
1407
  const deserializeAws_json1_0DeleteEnvironmentAccountConnectionCommand = async (output, context) => {
@@ -1452,7 +1452,7 @@ const deserializeAws_json1_0DeleteEnvironmentAccountConnectionCommandError = asy
1452
1452
  $fault: "client",
1453
1453
  $metadata: deserializeMetadata(output),
1454
1454
  });
1455
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1455
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1456
1456
  }
1457
1457
  };
1458
1458
  const deserializeAws_json1_0DeleteEnvironmentTemplateCommand = async (output, context) => {
@@ -1503,7 +1503,7 @@ const deserializeAws_json1_0DeleteEnvironmentTemplateCommandError = async (outpu
1503
1503
  $fault: "client",
1504
1504
  $metadata: deserializeMetadata(output),
1505
1505
  });
1506
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1506
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1507
1507
  }
1508
1508
  };
1509
1509
  const deserializeAws_json1_0DeleteEnvironmentTemplateVersionCommand = async (output, context) => {
@@ -1554,7 +1554,7 @@ const deserializeAws_json1_0DeleteEnvironmentTemplateVersionCommandError = async
1554
1554
  $fault: "client",
1555
1555
  $metadata: deserializeMetadata(output),
1556
1556
  });
1557
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1557
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1558
1558
  }
1559
1559
  };
1560
1560
  const deserializeAws_json1_0DeleteRepositoryCommand = async (output, context) => {
@@ -1605,7 +1605,7 @@ const deserializeAws_json1_0DeleteRepositoryCommandError = async (output, contex
1605
1605
  $fault: "client",
1606
1606
  $metadata: deserializeMetadata(output),
1607
1607
  });
1608
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1608
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1609
1609
  }
1610
1610
  };
1611
1611
  const deserializeAws_json1_0DeleteServiceCommand = async (output, context) => {
@@ -1656,7 +1656,7 @@ const deserializeAws_json1_0DeleteServiceCommandError = async (output, context)
1656
1656
  $fault: "client",
1657
1657
  $metadata: deserializeMetadata(output),
1658
1658
  });
1659
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1659
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1660
1660
  }
1661
1661
  };
1662
1662
  const deserializeAws_json1_0DeleteServiceTemplateCommand = async (output, context) => {
@@ -1707,7 +1707,7 @@ const deserializeAws_json1_0DeleteServiceTemplateCommandError = async (output, c
1707
1707
  $fault: "client",
1708
1708
  $metadata: deserializeMetadata(output),
1709
1709
  });
1710
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1710
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1711
1711
  }
1712
1712
  };
1713
1713
  const deserializeAws_json1_0DeleteServiceTemplateVersionCommand = async (output, context) => {
@@ -1758,7 +1758,7 @@ const deserializeAws_json1_0DeleteServiceTemplateVersionCommandError = async (ou
1758
1758
  $fault: "client",
1759
1759
  $metadata: deserializeMetadata(output),
1760
1760
  });
1761
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1761
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1762
1762
  }
1763
1763
  };
1764
1764
  const deserializeAws_json1_0DeleteTemplateSyncConfigCommand = async (output, context) => {
@@ -1809,7 +1809,7 @@ const deserializeAws_json1_0DeleteTemplateSyncConfigCommandError = async (output
1809
1809
  $fault: "client",
1810
1810
  $metadata: deserializeMetadata(output),
1811
1811
  });
1812
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1812
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1813
1813
  }
1814
1814
  };
1815
1815
  const deserializeAws_json1_0GetAccountSettingsCommand = async (output, context) => {
@@ -1857,7 +1857,7 @@ const deserializeAws_json1_0GetAccountSettingsCommandError = async (output, cont
1857
1857
  $fault: "client",
1858
1858
  $metadata: deserializeMetadata(output),
1859
1859
  });
1860
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1860
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1861
1861
  }
1862
1862
  };
1863
1863
  const deserializeAws_json1_0GetEnvironmentCommand = async (output, context) => {
@@ -1905,7 +1905,7 @@ const deserializeAws_json1_0GetEnvironmentCommandError = async (output, context)
1905
1905
  $fault: "client",
1906
1906
  $metadata: deserializeMetadata(output),
1907
1907
  });
1908
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1908
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1909
1909
  }
1910
1910
  };
1911
1911
  const deserializeAws_json1_0GetEnvironmentAccountConnectionCommand = async (output, context) => {
@@ -1953,7 +1953,7 @@ const deserializeAws_json1_0GetEnvironmentAccountConnectionCommandError = async
1953
1953
  $fault: "client",
1954
1954
  $metadata: deserializeMetadata(output),
1955
1955
  });
1956
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1956
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1957
1957
  }
1958
1958
  };
1959
1959
  const deserializeAws_json1_0GetEnvironmentTemplateCommand = async (output, context) => {
@@ -2001,7 +2001,7 @@ const deserializeAws_json1_0GetEnvironmentTemplateCommandError = async (output,
2001
2001
  $fault: "client",
2002
2002
  $metadata: deserializeMetadata(output),
2003
2003
  });
2004
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2004
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2005
2005
  }
2006
2006
  };
2007
2007
  const deserializeAws_json1_0GetEnvironmentTemplateVersionCommand = async (output, context) => {
@@ -2049,7 +2049,7 @@ const deserializeAws_json1_0GetEnvironmentTemplateVersionCommandError = async (o
2049
2049
  $fault: "client",
2050
2050
  $metadata: deserializeMetadata(output),
2051
2051
  });
2052
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2052
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2053
2053
  }
2054
2054
  };
2055
2055
  const deserializeAws_json1_0GetRepositoryCommand = async (output, context) => {
@@ -2097,7 +2097,7 @@ const deserializeAws_json1_0GetRepositoryCommandError = async (output, context)
2097
2097
  $fault: "client",
2098
2098
  $metadata: deserializeMetadata(output),
2099
2099
  });
2100
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2100
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2101
2101
  }
2102
2102
  };
2103
2103
  const deserializeAws_json1_0GetRepositorySyncStatusCommand = async (output, context) => {
@@ -2145,7 +2145,7 @@ const deserializeAws_json1_0GetRepositorySyncStatusCommandError = async (output,
2145
2145
  $fault: "client",
2146
2146
  $metadata: deserializeMetadata(output),
2147
2147
  });
2148
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2148
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2149
2149
  }
2150
2150
  };
2151
2151
  const deserializeAws_json1_0GetServiceCommand = async (output, context) => {
@@ -2193,7 +2193,7 @@ const deserializeAws_json1_0GetServiceCommandError = async (output, context) =>
2193
2193
  $fault: "client",
2194
2194
  $metadata: deserializeMetadata(output),
2195
2195
  });
2196
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2196
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2197
2197
  }
2198
2198
  };
2199
2199
  const deserializeAws_json1_0GetServiceInstanceCommand = async (output, context) => {
@@ -2241,7 +2241,7 @@ const deserializeAws_json1_0GetServiceInstanceCommandError = async (output, cont
2241
2241
  $fault: "client",
2242
2242
  $metadata: deserializeMetadata(output),
2243
2243
  });
2244
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2244
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2245
2245
  }
2246
2246
  };
2247
2247
  const deserializeAws_json1_0GetServiceTemplateCommand = async (output, context) => {
@@ -2289,7 +2289,7 @@ const deserializeAws_json1_0GetServiceTemplateCommandError = async (output, cont
2289
2289
  $fault: "client",
2290
2290
  $metadata: deserializeMetadata(output),
2291
2291
  });
2292
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2292
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2293
2293
  }
2294
2294
  };
2295
2295
  const deserializeAws_json1_0GetServiceTemplateVersionCommand = async (output, context) => {
@@ -2337,7 +2337,7 @@ const deserializeAws_json1_0GetServiceTemplateVersionCommandError = async (outpu
2337
2337
  $fault: "client",
2338
2338
  $metadata: deserializeMetadata(output),
2339
2339
  });
2340
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2340
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2341
2341
  }
2342
2342
  };
2343
2343
  const deserializeAws_json1_0GetTemplateSyncConfigCommand = async (output, context) => {
@@ -2385,7 +2385,7 @@ const deserializeAws_json1_0GetTemplateSyncConfigCommandError = async (output, c
2385
2385
  $fault: "client",
2386
2386
  $metadata: deserializeMetadata(output),
2387
2387
  });
2388
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2388
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2389
2389
  }
2390
2390
  };
2391
2391
  const deserializeAws_json1_0GetTemplateSyncStatusCommand = async (output, context) => {
@@ -2433,7 +2433,7 @@ const deserializeAws_json1_0GetTemplateSyncStatusCommandError = async (output, c
2433
2433
  $fault: "client",
2434
2434
  $metadata: deserializeMetadata(output),
2435
2435
  });
2436
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2436
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2437
2437
  }
2438
2438
  };
2439
2439
  const deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand = async (output, context) => {
@@ -2478,7 +2478,7 @@ const deserializeAws_json1_0ListEnvironmentAccountConnectionsCommandError = asyn
2478
2478
  $fault: "client",
2479
2479
  $metadata: deserializeMetadata(output),
2480
2480
  });
2481
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2481
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2482
2482
  }
2483
2483
  };
2484
2484
  const deserializeAws_json1_0ListEnvironmentOutputsCommand = async (output, context) => {
@@ -2526,7 +2526,7 @@ const deserializeAws_json1_0ListEnvironmentOutputsCommandError = async (output,
2526
2526
  $fault: "client",
2527
2527
  $metadata: deserializeMetadata(output),
2528
2528
  });
2529
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2529
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2530
2530
  }
2531
2531
  };
2532
2532
  const deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand = async (output, context) => {
@@ -2574,7 +2574,7 @@ const deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommandError = as
2574
2574
  $fault: "client",
2575
2575
  $metadata: deserializeMetadata(output),
2576
2576
  });
2577
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2577
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2578
2578
  }
2579
2579
  };
2580
2580
  const deserializeAws_json1_0ListEnvironmentsCommand = async (output, context) => {
@@ -2622,7 +2622,7 @@ const deserializeAws_json1_0ListEnvironmentsCommandError = async (output, contex
2622
2622
  $fault: "client",
2623
2623
  $metadata: deserializeMetadata(output),
2624
2624
  });
2625
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2625
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2626
2626
  }
2627
2627
  };
2628
2628
  const deserializeAws_json1_0ListEnvironmentTemplatesCommand = async (output, context) => {
@@ -2667,7 +2667,7 @@ const deserializeAws_json1_0ListEnvironmentTemplatesCommandError = async (output
2667
2667
  $fault: "client",
2668
2668
  $metadata: deserializeMetadata(output),
2669
2669
  });
2670
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2670
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2671
2671
  }
2672
2672
  };
2673
2673
  const deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand = async (output, context) => {
@@ -2715,7 +2715,7 @@ const deserializeAws_json1_0ListEnvironmentTemplateVersionsCommandError = async
2715
2715
  $fault: "client",
2716
2716
  $metadata: deserializeMetadata(output),
2717
2717
  });
2718
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2718
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2719
2719
  }
2720
2720
  };
2721
2721
  const deserializeAws_json1_0ListRepositoriesCommand = async (output, context) => {
@@ -2763,7 +2763,7 @@ const deserializeAws_json1_0ListRepositoriesCommandError = async (output, contex
2763
2763
  $fault: "client",
2764
2764
  $metadata: deserializeMetadata(output),
2765
2765
  });
2766
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2766
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2767
2767
  }
2768
2768
  };
2769
2769
  const deserializeAws_json1_0ListRepositorySyncDefinitionsCommand = async (output, context) => {
@@ -2808,7 +2808,7 @@ const deserializeAws_json1_0ListRepositorySyncDefinitionsCommandError = async (o
2808
2808
  $fault: "client",
2809
2809
  $metadata: deserializeMetadata(output),
2810
2810
  });
2811
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2811
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2812
2812
  }
2813
2813
  };
2814
2814
  const deserializeAws_json1_0ListServiceInstanceOutputsCommand = async (output, context) => {
@@ -2856,7 +2856,7 @@ const deserializeAws_json1_0ListServiceInstanceOutputsCommandError = async (outp
2856
2856
  $fault: "client",
2857
2857
  $metadata: deserializeMetadata(output),
2858
2858
  });
2859
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2859
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2860
2860
  }
2861
2861
  };
2862
2862
  const deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand = async (output, context) => {
@@ -2904,7 +2904,7 @@ const deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommandError
2904
2904
  $fault: "client",
2905
2905
  $metadata: deserializeMetadata(output),
2906
2906
  });
2907
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2907
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2908
2908
  }
2909
2909
  };
2910
2910
  const deserializeAws_json1_0ListServiceInstancesCommand = async (output, context) => {
@@ -2952,7 +2952,7 @@ const deserializeAws_json1_0ListServiceInstancesCommandError = async (output, co
2952
2952
  $fault: "client",
2953
2953
  $metadata: deserializeMetadata(output),
2954
2954
  });
2955
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2955
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2956
2956
  }
2957
2957
  };
2958
2958
  const deserializeAws_json1_0ListServicePipelineOutputsCommand = async (output, context) => {
@@ -3000,7 +3000,7 @@ const deserializeAws_json1_0ListServicePipelineOutputsCommandError = async (outp
3000
3000
  $fault: "client",
3001
3001
  $metadata: deserializeMetadata(output),
3002
3002
  });
3003
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3003
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3004
3004
  }
3005
3005
  };
3006
3006
  const deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommand = async (output, context) => {
@@ -3048,7 +3048,7 @@ const deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommandError
3048
3048
  $fault: "client",
3049
3049
  $metadata: deserializeMetadata(output),
3050
3050
  });
3051
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3051
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3052
3052
  }
3053
3053
  };
3054
3054
  const deserializeAws_json1_0ListServicesCommand = async (output, context) => {
@@ -3093,7 +3093,7 @@ const deserializeAws_json1_0ListServicesCommandError = async (output, context) =
3093
3093
  $fault: "client",
3094
3094
  $metadata: deserializeMetadata(output),
3095
3095
  });
3096
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3096
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3097
3097
  }
3098
3098
  };
3099
3099
  const deserializeAws_json1_0ListServiceTemplatesCommand = async (output, context) => {
@@ -3138,7 +3138,7 @@ const deserializeAws_json1_0ListServiceTemplatesCommandError = async (output, co
3138
3138
  $fault: "client",
3139
3139
  $metadata: deserializeMetadata(output),
3140
3140
  });
3141
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3141
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3142
3142
  }
3143
3143
  };
3144
3144
  const deserializeAws_json1_0ListServiceTemplateVersionsCommand = async (output, context) => {
@@ -3186,7 +3186,7 @@ const deserializeAws_json1_0ListServiceTemplateVersionsCommandError = async (out
3186
3186
  $fault: "client",
3187
3187
  $metadata: deserializeMetadata(output),
3188
3188
  });
3189
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3189
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3190
3190
  }
3191
3191
  };
3192
3192
  const deserializeAws_json1_0ListTagsForResourceCommand = async (output, context) => {
@@ -3234,7 +3234,7 @@ const deserializeAws_json1_0ListTagsForResourceCommandError = async (output, con
3234
3234
  $fault: "client",
3235
3235
  $metadata: deserializeMetadata(output),
3236
3236
  });
3237
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3237
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3238
3238
  }
3239
3239
  };
3240
3240
  const deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand = async (output, context) => {
@@ -3288,7 +3288,7 @@ const deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommandError = a
3288
3288
  $fault: "client",
3289
3289
  $metadata: deserializeMetadata(output),
3290
3290
  });
3291
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3291
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3292
3292
  }
3293
3293
  };
3294
3294
  const deserializeAws_json1_0RejectEnvironmentAccountConnectionCommand = async (output, context) => {
@@ -3339,7 +3339,7 @@ const deserializeAws_json1_0RejectEnvironmentAccountConnectionCommandError = asy
3339
3339
  $fault: "client",
3340
3340
  $metadata: deserializeMetadata(output),
3341
3341
  });
3342
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3342
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3343
3343
  }
3344
3344
  };
3345
3345
  const deserializeAws_json1_0TagResourceCommand = async (output, context) => {
@@ -3390,7 +3390,7 @@ const deserializeAws_json1_0TagResourceCommandError = async (output, context) =>
3390
3390
  $fault: "client",
3391
3391
  $metadata: deserializeMetadata(output),
3392
3392
  });
3393
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3393
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3394
3394
  }
3395
3395
  };
3396
3396
  const deserializeAws_json1_0UntagResourceCommand = async (output, context) => {
@@ -3441,7 +3441,7 @@ const deserializeAws_json1_0UntagResourceCommandError = async (output, context)
3441
3441
  $fault: "client",
3442
3442
  $metadata: deserializeMetadata(output),
3443
3443
  });
3444
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3444
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3445
3445
  }
3446
3446
  };
3447
3447
  const deserializeAws_json1_0UpdateAccountSettingsCommand = async (output, context) => {
@@ -3489,7 +3489,7 @@ const deserializeAws_json1_0UpdateAccountSettingsCommandError = async (output, c
3489
3489
  $fault: "client",
3490
3490
  $metadata: deserializeMetadata(output),
3491
3491
  });
3492
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3492
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3493
3493
  }
3494
3494
  };
3495
3495
  const deserializeAws_json1_0UpdateEnvironmentCommand = async (output, context) => {
@@ -3540,7 +3540,7 @@ const deserializeAws_json1_0UpdateEnvironmentCommandError = async (output, conte
3540
3540
  $fault: "client",
3541
3541
  $metadata: deserializeMetadata(output),
3542
3542
  });
3543
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3543
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3544
3544
  }
3545
3545
  };
3546
3546
  const deserializeAws_json1_0UpdateEnvironmentAccountConnectionCommand = async (output, context) => {
@@ -3591,7 +3591,7 @@ const deserializeAws_json1_0UpdateEnvironmentAccountConnectionCommandError = asy
3591
3591
  $fault: "client",
3592
3592
  $metadata: deserializeMetadata(output),
3593
3593
  });
3594
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3594
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3595
3595
  }
3596
3596
  };
3597
3597
  const deserializeAws_json1_0UpdateEnvironmentTemplateCommand = async (output, context) => {
@@ -3642,7 +3642,7 @@ const deserializeAws_json1_0UpdateEnvironmentTemplateCommandError = async (outpu
3642
3642
  $fault: "client",
3643
3643
  $metadata: deserializeMetadata(output),
3644
3644
  });
3645
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3645
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3646
3646
  }
3647
3647
  };
3648
3648
  const deserializeAws_json1_0UpdateEnvironmentTemplateVersionCommand = async (output, context) => {
@@ -3693,7 +3693,7 @@ const deserializeAws_json1_0UpdateEnvironmentTemplateVersionCommandError = async
3693
3693
  $fault: "client",
3694
3694
  $metadata: deserializeMetadata(output),
3695
3695
  });
3696
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3696
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3697
3697
  }
3698
3698
  };
3699
3699
  const deserializeAws_json1_0UpdateServiceCommand = async (output, context) => {
@@ -3747,7 +3747,7 @@ const deserializeAws_json1_0UpdateServiceCommandError = async (output, context)
3747
3747
  $fault: "client",
3748
3748
  $metadata: deserializeMetadata(output),
3749
3749
  });
3750
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3750
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3751
3751
  }
3752
3752
  };
3753
3753
  const deserializeAws_json1_0UpdateServiceInstanceCommand = async (output, context) => {
@@ -3798,7 +3798,7 @@ const deserializeAws_json1_0UpdateServiceInstanceCommandError = async (output, c
3798
3798
  $fault: "client",
3799
3799
  $metadata: deserializeMetadata(output),
3800
3800
  });
3801
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3801
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3802
3802
  }
3803
3803
  };
3804
3804
  const deserializeAws_json1_0UpdateServicePipelineCommand = async (output, context) => {
@@ -3849,7 +3849,7 @@ const deserializeAws_json1_0UpdateServicePipelineCommandError = async (output, c
3849
3849
  $fault: "client",
3850
3850
  $metadata: deserializeMetadata(output),
3851
3851
  });
3852
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3852
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3853
3853
  }
3854
3854
  };
3855
3855
  const deserializeAws_json1_0UpdateServiceTemplateCommand = async (output, context) => {
@@ -3900,7 +3900,7 @@ const deserializeAws_json1_0UpdateServiceTemplateCommandError = async (output, c
3900
3900
  $fault: "client",
3901
3901
  $metadata: deserializeMetadata(output),
3902
3902
  });
3903
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3903
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3904
3904
  }
3905
3905
  };
3906
3906
  const deserializeAws_json1_0UpdateServiceTemplateVersionCommand = async (output, context) => {
@@ -3951,7 +3951,7 @@ const deserializeAws_json1_0UpdateServiceTemplateVersionCommandError = async (ou
3951
3951
  $fault: "client",
3952
3952
  $metadata: deserializeMetadata(output),
3953
3953
  });
3954
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3954
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3955
3955
  }
3956
3956
  };
3957
3957
  const deserializeAws_json1_0UpdateTemplateSyncConfigCommand = async (output, context) => {
@@ -4002,7 +4002,7 @@ const deserializeAws_json1_0UpdateTemplateSyncConfigCommandError = async (output
4002
4002
  $fault: "client",
4003
4003
  $metadata: deserializeMetadata(output),
4004
4004
  });
4005
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4005
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4006
4006
  }
4007
4007
  };
4008
4008
  const deserializeAws_json1_0AccessDeniedExceptionResponse = async (parsedOutput, context) => {
@@ -4012,7 +4012,7 @@ const deserializeAws_json1_0AccessDeniedExceptionResponse = async (parsedOutput,
4012
4012
  $metadata: deserializeMetadata(parsedOutput),
4013
4013
  ...deserialized,
4014
4014
  });
4015
- return smithy_client_1.decorateServiceException(exception, body);
4015
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4016
4016
  };
4017
4017
  const deserializeAws_json1_0ConflictExceptionResponse = async (parsedOutput, context) => {
4018
4018
  const body = parsedOutput.body;
@@ -4021,7 +4021,7 @@ const deserializeAws_json1_0ConflictExceptionResponse = async (parsedOutput, con
4021
4021
  $metadata: deserializeMetadata(parsedOutput),
4022
4022
  ...deserialized,
4023
4023
  });
4024
- return smithy_client_1.decorateServiceException(exception, body);
4024
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4025
4025
  };
4026
4026
  const deserializeAws_json1_0InternalServerExceptionResponse = async (parsedOutput, context) => {
4027
4027
  const body = parsedOutput.body;
@@ -4030,7 +4030,7 @@ const deserializeAws_json1_0InternalServerExceptionResponse = async (parsedOutpu
4030
4030
  $metadata: deserializeMetadata(parsedOutput),
4031
4031
  ...deserialized,
4032
4032
  });
4033
- return smithy_client_1.decorateServiceException(exception, body);
4033
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4034
4034
  };
4035
4035
  const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
4036
4036
  const body = parsedOutput.body;
@@ -4039,7 +4039,7 @@ const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOut
4039
4039
  $metadata: deserializeMetadata(parsedOutput),
4040
4040
  ...deserialized,
4041
4041
  });
4042
- return smithy_client_1.decorateServiceException(exception, body);
4042
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4043
4043
  };
4044
4044
  const deserializeAws_json1_0ServiceQuotaExceededExceptionResponse = async (parsedOutput, context) => {
4045
4045
  const body = parsedOutput.body;
@@ -4048,7 +4048,7 @@ const deserializeAws_json1_0ServiceQuotaExceededExceptionResponse = async (parse
4048
4048
  $metadata: deserializeMetadata(parsedOutput),
4049
4049
  ...deserialized,
4050
4050
  });
4051
- return smithy_client_1.decorateServiceException(exception, body);
4051
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4052
4052
  };
4053
4053
  const deserializeAws_json1_0ThrottlingExceptionResponse = async (parsedOutput, context) => {
4054
4054
  const body = parsedOutput.body;
@@ -4057,7 +4057,7 @@ const deserializeAws_json1_0ThrottlingExceptionResponse = async (parsedOutput, c
4057
4057
  $metadata: deserializeMetadata(parsedOutput),
4058
4058
  ...deserialized,
4059
4059
  });
4060
- return smithy_client_1.decorateServiceException(exception, body);
4060
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4061
4061
  };
4062
4062
  const deserializeAws_json1_0ValidationExceptionResponse = async (parsedOutput, context) => {
4063
4063
  const body = parsedOutput.body;
@@ -4066,7 +4066,7 @@ const deserializeAws_json1_0ValidationExceptionResponse = async (parsedOutput, c
4066
4066
  $metadata: deserializeMetadata(parsedOutput),
4067
4067
  ...deserialized,
4068
4068
  });
4069
- return smithy_client_1.decorateServiceException(exception, body);
4069
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4070
4070
  };
4071
4071
  const serializeAws_json1_0AcceptEnvironmentAccountConnectionInput = (input, context) => {
4072
4072
  return {
@@ -4110,7 +4110,7 @@ const serializeAws_json1_0CompatibleEnvironmentTemplateInputList = (input, conte
4110
4110
  const serializeAws_json1_0CreateEnvironmentAccountConnectionInput = (input, context) => {
4111
4111
  var _a;
4112
4112
  return {
4113
- clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4113
+ clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4114
4114
  ...(input.environmentName !== undefined &&
4115
4115
  input.environmentName !== null && { environmentName: input.environmentName }),
4116
4116
  ...(input.managementAccountId !== undefined &&
@@ -4155,7 +4155,7 @@ const serializeAws_json1_0CreateEnvironmentTemplateInput = (input, context) => {
4155
4155
  const serializeAws_json1_0CreateEnvironmentTemplateVersionInput = (input, context) => {
4156
4156
  var _a;
4157
4157
  return {
4158
- clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4158
+ clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4159
4159
  ...(input.description !== undefined && input.description !== null && { description: input.description }),
4160
4160
  ...(input.majorVersion !== undefined && input.majorVersion !== null && { majorVersion: input.majorVersion }),
4161
4161
  ...(input.source !== undefined &&
@@ -4203,7 +4203,7 @@ const serializeAws_json1_0CreateServiceTemplateInput = (input, context) => {
4203
4203
  const serializeAws_json1_0CreateServiceTemplateVersionInput = (input, context) => {
4204
4204
  var _a;
4205
4205
  return {
4206
- clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4206
+ clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4207
4207
  ...(input.compatibleEnvironmentTemplates !== undefined &&
4208
4208
  input.compatibleEnvironmentTemplates !== null && {
4209
4209
  compatibleEnvironmentTemplates: serializeAws_json1_0CompatibleEnvironmentTemplateInputList(input.compatibleEnvironmentTemplates, context),
@@ -4729,7 +4729,7 @@ const deserializeAws_json1_0AcceptEnvironmentAccountConnectionOutput = (output,
4729
4729
  };
4730
4730
  const deserializeAws_json1_0AccessDeniedException = (output, context) => {
4731
4731
  return {
4732
- message: smithy_client_1.expectString(output.message),
4732
+ message: (0, smithy_client_1.expectString)(output.message),
4733
4733
  };
4734
4734
  };
4735
4735
  const deserializeAws_json1_0AccountSettings = (output, context) => {
@@ -4737,7 +4737,7 @@ const deserializeAws_json1_0AccountSettings = (output, context) => {
4737
4737
  pipelineProvisioningRepository: output.pipelineProvisioningRepository !== undefined && output.pipelineProvisioningRepository !== null
4738
4738
  ? deserializeAws_json1_0RepositoryBranch(output.pipelineProvisioningRepository, context)
4739
4739
  : undefined,
4740
- pipelineServiceRoleArn: smithy_client_1.expectString(output.pipelineServiceRoleArn),
4740
+ pipelineServiceRoleArn: (0, smithy_client_1.expectString)(output.pipelineServiceRoleArn),
4741
4741
  };
4742
4742
  };
4743
4743
  const deserializeAws_json1_0CancelEnvironmentDeploymentOutput = (output, context) => {
@@ -4763,8 +4763,8 @@ const deserializeAws_json1_0CancelServicePipelineDeploymentOutput = (output, con
4763
4763
  };
4764
4764
  const deserializeAws_json1_0CompatibleEnvironmentTemplate = (output, context) => {
4765
4765
  return {
4766
- majorVersion: smithy_client_1.expectString(output.majorVersion),
4767
- templateName: smithy_client_1.expectString(output.templateName),
4766
+ majorVersion: (0, smithy_client_1.expectString)(output.majorVersion),
4767
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
4768
4768
  };
4769
4769
  };
4770
4770
  const deserializeAws_json1_0CompatibleEnvironmentTemplateList = (output, context) => {
@@ -4780,7 +4780,7 @@ const deserializeAws_json1_0CompatibleEnvironmentTemplateList = (output, context
4780
4780
  };
4781
4781
  const deserializeAws_json1_0ConflictException = (output, context) => {
4782
4782
  return {
4783
- message: smithy_client_1.expectString(output.message),
4783
+ message: (0, smithy_client_1.expectString)(output.message),
4784
4784
  };
4785
4785
  };
4786
4786
  const deserializeAws_json1_0CreateEnvironmentAccountConnectionOutput = (output, context) => {
@@ -4911,65 +4911,65 @@ const deserializeAws_json1_0DeleteTemplateSyncConfigOutput = (output, context) =
4911
4911
  };
4912
4912
  const deserializeAws_json1_0Environment = (output, context) => {
4913
4913
  return {
4914
- arn: smithy_client_1.expectString(output.arn),
4914
+ arn: (0, smithy_client_1.expectString)(output.arn),
4915
4915
  createdAt: output.createdAt !== undefined && output.createdAt !== null
4916
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
4916
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
4917
4917
  : undefined,
4918
- deploymentStatus: smithy_client_1.expectString(output.deploymentStatus),
4919
- deploymentStatusMessage: smithy_client_1.expectString(output.deploymentStatusMessage),
4920
- description: smithy_client_1.expectString(output.description),
4921
- environmentAccountConnectionId: smithy_client_1.expectString(output.environmentAccountConnectionId),
4922
- environmentAccountId: smithy_client_1.expectString(output.environmentAccountId),
4918
+ deploymentStatus: (0, smithy_client_1.expectString)(output.deploymentStatus),
4919
+ deploymentStatusMessage: (0, smithy_client_1.expectString)(output.deploymentStatusMessage),
4920
+ description: (0, smithy_client_1.expectString)(output.description),
4921
+ environmentAccountConnectionId: (0, smithy_client_1.expectString)(output.environmentAccountConnectionId),
4922
+ environmentAccountId: (0, smithy_client_1.expectString)(output.environmentAccountId),
4923
4923
  lastDeploymentAttemptedAt: output.lastDeploymentAttemptedAt !== undefined && output.lastDeploymentAttemptedAt !== null
4924
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentAttemptedAt)))
4924
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentAttemptedAt)))
4925
4925
  : undefined,
4926
4926
  lastDeploymentSucceededAt: output.lastDeploymentSucceededAt !== undefined && output.lastDeploymentSucceededAt !== null
4927
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentSucceededAt)))
4927
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentSucceededAt)))
4928
4928
  : undefined,
4929
- name: smithy_client_1.expectString(output.name),
4930
- protonServiceRoleArn: smithy_client_1.expectString(output.protonServiceRoleArn),
4931
- provisioning: smithy_client_1.expectString(output.provisioning),
4929
+ name: (0, smithy_client_1.expectString)(output.name),
4930
+ protonServiceRoleArn: (0, smithy_client_1.expectString)(output.protonServiceRoleArn),
4931
+ provisioning: (0, smithy_client_1.expectString)(output.provisioning),
4932
4932
  provisioningRepository: output.provisioningRepository !== undefined && output.provisioningRepository !== null
4933
4933
  ? deserializeAws_json1_0RepositoryBranch(output.provisioningRepository, context)
4934
4934
  : undefined,
4935
- spec: smithy_client_1.expectString(output.spec),
4936
- templateMajorVersion: smithy_client_1.expectString(output.templateMajorVersion),
4937
- templateMinorVersion: smithy_client_1.expectString(output.templateMinorVersion),
4938
- templateName: smithy_client_1.expectString(output.templateName),
4935
+ spec: (0, smithy_client_1.expectString)(output.spec),
4936
+ templateMajorVersion: (0, smithy_client_1.expectString)(output.templateMajorVersion),
4937
+ templateMinorVersion: (0, smithy_client_1.expectString)(output.templateMinorVersion),
4938
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
4939
4939
  };
4940
4940
  };
4941
4941
  const deserializeAws_json1_0EnvironmentAccountConnection = (output, context) => {
4942
4942
  return {
4943
- arn: smithy_client_1.expectString(output.arn),
4944
- environmentAccountId: smithy_client_1.expectString(output.environmentAccountId),
4945
- environmentName: smithy_client_1.expectString(output.environmentName),
4946
- id: smithy_client_1.expectString(output.id),
4943
+ arn: (0, smithy_client_1.expectString)(output.arn),
4944
+ environmentAccountId: (0, smithy_client_1.expectString)(output.environmentAccountId),
4945
+ environmentName: (0, smithy_client_1.expectString)(output.environmentName),
4946
+ id: (0, smithy_client_1.expectString)(output.id),
4947
4947
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
4948
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
4948
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
4949
4949
  : undefined,
4950
- managementAccountId: smithy_client_1.expectString(output.managementAccountId),
4950
+ managementAccountId: (0, smithy_client_1.expectString)(output.managementAccountId),
4951
4951
  requestedAt: output.requestedAt !== undefined && output.requestedAt !== null
4952
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.requestedAt)))
4952
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.requestedAt)))
4953
4953
  : undefined,
4954
- roleArn: smithy_client_1.expectString(output.roleArn),
4955
- status: smithy_client_1.expectString(output.status),
4954
+ roleArn: (0, smithy_client_1.expectString)(output.roleArn),
4955
+ status: (0, smithy_client_1.expectString)(output.status),
4956
4956
  };
4957
4957
  };
4958
4958
  const deserializeAws_json1_0EnvironmentAccountConnectionSummary = (output, context) => {
4959
4959
  return {
4960
- arn: smithy_client_1.expectString(output.arn),
4961
- environmentAccountId: smithy_client_1.expectString(output.environmentAccountId),
4962
- environmentName: smithy_client_1.expectString(output.environmentName),
4963
- id: smithy_client_1.expectString(output.id),
4960
+ arn: (0, smithy_client_1.expectString)(output.arn),
4961
+ environmentAccountId: (0, smithy_client_1.expectString)(output.environmentAccountId),
4962
+ environmentName: (0, smithy_client_1.expectString)(output.environmentName),
4963
+ id: (0, smithy_client_1.expectString)(output.id),
4964
4964
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
4965
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
4965
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
4966
4966
  : undefined,
4967
- managementAccountId: smithy_client_1.expectString(output.managementAccountId),
4967
+ managementAccountId: (0, smithy_client_1.expectString)(output.managementAccountId),
4968
4968
  requestedAt: output.requestedAt !== undefined && output.requestedAt !== null
4969
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.requestedAt)))
4969
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.requestedAt)))
4970
4970
  : undefined,
4971
- roleArn: smithy_client_1.expectString(output.roleArn),
4972
- status: smithy_client_1.expectString(output.status),
4971
+ roleArn: (0, smithy_client_1.expectString)(output.roleArn),
4972
+ status: (0, smithy_client_1.expectString)(output.status),
4973
4973
  };
4974
4974
  };
4975
4975
  const deserializeAws_json1_0EnvironmentAccountConnectionSummaryList = (output, context) => {
@@ -4985,27 +4985,27 @@ const deserializeAws_json1_0EnvironmentAccountConnectionSummaryList = (output, c
4985
4985
  };
4986
4986
  const deserializeAws_json1_0EnvironmentSummary = (output, context) => {
4987
4987
  return {
4988
- arn: smithy_client_1.expectString(output.arn),
4988
+ arn: (0, smithy_client_1.expectString)(output.arn),
4989
4989
  createdAt: output.createdAt !== undefined && output.createdAt !== null
4990
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
4990
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
4991
4991
  : undefined,
4992
- deploymentStatus: smithy_client_1.expectString(output.deploymentStatus),
4993
- deploymentStatusMessage: smithy_client_1.expectString(output.deploymentStatusMessage),
4994
- description: smithy_client_1.expectString(output.description),
4995
- environmentAccountConnectionId: smithy_client_1.expectString(output.environmentAccountConnectionId),
4996
- environmentAccountId: smithy_client_1.expectString(output.environmentAccountId),
4992
+ deploymentStatus: (0, smithy_client_1.expectString)(output.deploymentStatus),
4993
+ deploymentStatusMessage: (0, smithy_client_1.expectString)(output.deploymentStatusMessage),
4994
+ description: (0, smithy_client_1.expectString)(output.description),
4995
+ environmentAccountConnectionId: (0, smithy_client_1.expectString)(output.environmentAccountConnectionId),
4996
+ environmentAccountId: (0, smithy_client_1.expectString)(output.environmentAccountId),
4997
4997
  lastDeploymentAttemptedAt: output.lastDeploymentAttemptedAt !== undefined && output.lastDeploymentAttemptedAt !== null
4998
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentAttemptedAt)))
4998
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentAttemptedAt)))
4999
4999
  : undefined,
5000
5000
  lastDeploymentSucceededAt: output.lastDeploymentSucceededAt !== undefined && output.lastDeploymentSucceededAt !== null
5001
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentSucceededAt)))
5001
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentSucceededAt)))
5002
5002
  : undefined,
5003
- name: smithy_client_1.expectString(output.name),
5004
- protonServiceRoleArn: smithy_client_1.expectString(output.protonServiceRoleArn),
5005
- provisioning: smithy_client_1.expectString(output.provisioning),
5006
- templateMajorVersion: smithy_client_1.expectString(output.templateMajorVersion),
5007
- templateMinorVersion: smithy_client_1.expectString(output.templateMinorVersion),
5008
- templateName: smithy_client_1.expectString(output.templateName),
5003
+ name: (0, smithy_client_1.expectString)(output.name),
5004
+ protonServiceRoleArn: (0, smithy_client_1.expectString)(output.protonServiceRoleArn),
5005
+ provisioning: (0, smithy_client_1.expectString)(output.provisioning),
5006
+ templateMajorVersion: (0, smithy_client_1.expectString)(output.templateMajorVersion),
5007
+ templateMinorVersion: (0, smithy_client_1.expectString)(output.templateMinorVersion),
5008
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5009
5009
  };
5010
5010
  };
5011
5011
  const deserializeAws_json1_0EnvironmentSummaryList = (output, context) => {
@@ -5021,35 +5021,35 @@ const deserializeAws_json1_0EnvironmentSummaryList = (output, context) => {
5021
5021
  };
5022
5022
  const deserializeAws_json1_0EnvironmentTemplate = (output, context) => {
5023
5023
  return {
5024
- arn: smithy_client_1.expectString(output.arn),
5024
+ arn: (0, smithy_client_1.expectString)(output.arn),
5025
5025
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5026
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5026
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5027
5027
  : undefined,
5028
- description: smithy_client_1.expectString(output.description),
5029
- displayName: smithy_client_1.expectString(output.displayName),
5030
- encryptionKey: smithy_client_1.expectString(output.encryptionKey),
5028
+ description: (0, smithy_client_1.expectString)(output.description),
5029
+ displayName: (0, smithy_client_1.expectString)(output.displayName),
5030
+ encryptionKey: (0, smithy_client_1.expectString)(output.encryptionKey),
5031
5031
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5032
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5032
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5033
5033
  : undefined,
5034
- name: smithy_client_1.expectString(output.name),
5035
- provisioning: smithy_client_1.expectString(output.provisioning),
5036
- recommendedVersion: smithy_client_1.expectString(output.recommendedVersion),
5034
+ name: (0, smithy_client_1.expectString)(output.name),
5035
+ provisioning: (0, smithy_client_1.expectString)(output.provisioning),
5036
+ recommendedVersion: (0, smithy_client_1.expectString)(output.recommendedVersion),
5037
5037
  };
5038
5038
  };
5039
5039
  const deserializeAws_json1_0EnvironmentTemplateSummary = (output, context) => {
5040
5040
  return {
5041
- arn: smithy_client_1.expectString(output.arn),
5041
+ arn: (0, smithy_client_1.expectString)(output.arn),
5042
5042
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5043
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5043
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5044
5044
  : undefined,
5045
- description: smithy_client_1.expectString(output.description),
5046
- displayName: smithy_client_1.expectString(output.displayName),
5045
+ description: (0, smithy_client_1.expectString)(output.description),
5046
+ displayName: (0, smithy_client_1.expectString)(output.displayName),
5047
5047
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5048
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5048
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5049
5049
  : undefined,
5050
- name: smithy_client_1.expectString(output.name),
5051
- provisioning: smithy_client_1.expectString(output.provisioning),
5052
- recommendedVersion: smithy_client_1.expectString(output.recommendedVersion),
5050
+ name: (0, smithy_client_1.expectString)(output.name),
5051
+ provisioning: (0, smithy_client_1.expectString)(output.provisioning),
5052
+ recommendedVersion: (0, smithy_client_1.expectString)(output.recommendedVersion),
5053
5053
  };
5054
5054
  };
5055
5055
  const deserializeAws_json1_0EnvironmentTemplateSummaryList = (output, context) => {
@@ -5065,39 +5065,39 @@ const deserializeAws_json1_0EnvironmentTemplateSummaryList = (output, context) =
5065
5065
  };
5066
5066
  const deserializeAws_json1_0EnvironmentTemplateVersion = (output, context) => {
5067
5067
  return {
5068
- arn: smithy_client_1.expectString(output.arn),
5068
+ arn: (0, smithy_client_1.expectString)(output.arn),
5069
5069
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5070
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5070
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5071
5071
  : undefined,
5072
- description: smithy_client_1.expectString(output.description),
5072
+ description: (0, smithy_client_1.expectString)(output.description),
5073
5073
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5074
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5074
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5075
5075
  : undefined,
5076
- majorVersion: smithy_client_1.expectString(output.majorVersion),
5077
- minorVersion: smithy_client_1.expectString(output.minorVersion),
5078
- recommendedMinorVersion: smithy_client_1.expectString(output.recommendedMinorVersion),
5079
- schema: smithy_client_1.expectString(output.schema),
5080
- status: smithy_client_1.expectString(output.status),
5081
- statusMessage: smithy_client_1.expectString(output.statusMessage),
5082
- templateName: smithy_client_1.expectString(output.templateName),
5076
+ majorVersion: (0, smithy_client_1.expectString)(output.majorVersion),
5077
+ minorVersion: (0, smithy_client_1.expectString)(output.minorVersion),
5078
+ recommendedMinorVersion: (0, smithy_client_1.expectString)(output.recommendedMinorVersion),
5079
+ schema: (0, smithy_client_1.expectString)(output.schema),
5080
+ status: (0, smithy_client_1.expectString)(output.status),
5081
+ statusMessage: (0, smithy_client_1.expectString)(output.statusMessage),
5082
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5083
5083
  };
5084
5084
  };
5085
5085
  const deserializeAws_json1_0EnvironmentTemplateVersionSummary = (output, context) => {
5086
5086
  return {
5087
- arn: smithy_client_1.expectString(output.arn),
5087
+ arn: (0, smithy_client_1.expectString)(output.arn),
5088
5088
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5089
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5089
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5090
5090
  : undefined,
5091
- description: smithy_client_1.expectString(output.description),
5091
+ description: (0, smithy_client_1.expectString)(output.description),
5092
5092
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5093
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5093
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5094
5094
  : undefined,
5095
- majorVersion: smithy_client_1.expectString(output.majorVersion),
5096
- minorVersion: smithy_client_1.expectString(output.minorVersion),
5097
- recommendedMinorVersion: smithy_client_1.expectString(output.recommendedMinorVersion),
5098
- status: smithy_client_1.expectString(output.status),
5099
- statusMessage: smithy_client_1.expectString(output.statusMessage),
5100
- templateName: smithy_client_1.expectString(output.templateName),
5095
+ majorVersion: (0, smithy_client_1.expectString)(output.majorVersion),
5096
+ minorVersion: (0, smithy_client_1.expectString)(output.minorVersion),
5097
+ recommendedMinorVersion: (0, smithy_client_1.expectString)(output.recommendedMinorVersion),
5098
+ status: (0, smithy_client_1.expectString)(output.status),
5099
+ statusMessage: (0, smithy_client_1.expectString)(output.statusMessage),
5100
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5101
5101
  };
5102
5102
  };
5103
5103
  const deserializeAws_json1_0EnvironmentTemplateVersionSummaryList = (output, context) => {
@@ -5210,7 +5210,7 @@ const deserializeAws_json1_0GetTemplateSyncStatusOutput = (output, context) => {
5210
5210
  };
5211
5211
  const deserializeAws_json1_0InternalServerException = (output, context) => {
5212
5212
  return {
5213
- message: smithy_client_1.expectString(output.message),
5213
+ message: (0, smithy_client_1.expectString)(output.message),
5214
5214
  };
5215
5215
  };
5216
5216
  const deserializeAws_json1_0ListEnvironmentAccountConnectionsOutput = (output, context) => {
@@ -5218,12 +5218,12 @@ const deserializeAws_json1_0ListEnvironmentAccountConnectionsOutput = (output, c
5218
5218
  environmentAccountConnections: output.environmentAccountConnections !== undefined && output.environmentAccountConnections !== null
5219
5219
  ? deserializeAws_json1_0EnvironmentAccountConnectionSummaryList(output.environmentAccountConnections, context)
5220
5220
  : undefined,
5221
- nextToken: smithy_client_1.expectString(output.nextToken),
5221
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5222
5222
  };
5223
5223
  };
5224
5224
  const deserializeAws_json1_0ListEnvironmentOutputsOutput = (output, context) => {
5225
5225
  return {
5226
- nextToken: smithy_client_1.expectString(output.nextToken),
5226
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5227
5227
  outputs: output.outputs !== undefined && output.outputs !== null
5228
5228
  ? deserializeAws_json1_0OutputsList(output.outputs, context)
5229
5229
  : undefined,
@@ -5231,7 +5231,7 @@ const deserializeAws_json1_0ListEnvironmentOutputsOutput = (output, context) =>
5231
5231
  };
5232
5232
  const deserializeAws_json1_0ListEnvironmentProvisionedResourcesOutput = (output, context) => {
5233
5233
  return {
5234
- nextToken: smithy_client_1.expectString(output.nextToken),
5234
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5235
5235
  provisionedResources: output.provisionedResources !== undefined && output.provisionedResources !== null
5236
5236
  ? deserializeAws_json1_0ProvisionedResourceList(output.provisionedResources, context)
5237
5237
  : undefined,
@@ -5242,12 +5242,12 @@ const deserializeAws_json1_0ListEnvironmentsOutput = (output, context) => {
5242
5242
  environments: output.environments !== undefined && output.environments !== null
5243
5243
  ? deserializeAws_json1_0EnvironmentSummaryList(output.environments, context)
5244
5244
  : undefined,
5245
- nextToken: smithy_client_1.expectString(output.nextToken),
5245
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5246
5246
  };
5247
5247
  };
5248
5248
  const deserializeAws_json1_0ListEnvironmentTemplatesOutput = (output, context) => {
5249
5249
  return {
5250
- nextToken: smithy_client_1.expectString(output.nextToken),
5250
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5251
5251
  templates: output.templates !== undefined && output.templates !== null
5252
5252
  ? deserializeAws_json1_0EnvironmentTemplateSummaryList(output.templates, context)
5253
5253
  : undefined,
@@ -5255,7 +5255,7 @@ const deserializeAws_json1_0ListEnvironmentTemplatesOutput = (output, context) =
5255
5255
  };
5256
5256
  const deserializeAws_json1_0ListEnvironmentTemplateVersionsOutput = (output, context) => {
5257
5257
  return {
5258
- nextToken: smithy_client_1.expectString(output.nextToken),
5258
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5259
5259
  templateVersions: output.templateVersions !== undefined && output.templateVersions !== null
5260
5260
  ? deserializeAws_json1_0EnvironmentTemplateVersionSummaryList(output.templateVersions, context)
5261
5261
  : undefined,
@@ -5263,7 +5263,7 @@ const deserializeAws_json1_0ListEnvironmentTemplateVersionsOutput = (output, con
5263
5263
  };
5264
5264
  const deserializeAws_json1_0ListRepositoriesOutput = (output, context) => {
5265
5265
  return {
5266
- nextToken: smithy_client_1.expectString(output.nextToken),
5266
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5267
5267
  repositories: output.repositories !== undefined && output.repositories !== null
5268
5268
  ? deserializeAws_json1_0RepositorySummaryList(output.repositories, context)
5269
5269
  : undefined,
@@ -5271,7 +5271,7 @@ const deserializeAws_json1_0ListRepositoriesOutput = (output, context) => {
5271
5271
  };
5272
5272
  const deserializeAws_json1_0ListRepositorySyncDefinitionsOutput = (output, context) => {
5273
5273
  return {
5274
- nextToken: smithy_client_1.expectString(output.nextToken),
5274
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5275
5275
  syncDefinitions: output.syncDefinitions !== undefined && output.syncDefinitions !== null
5276
5276
  ? deserializeAws_json1_0RepositorySyncDefinitionList(output.syncDefinitions, context)
5277
5277
  : undefined,
@@ -5279,7 +5279,7 @@ const deserializeAws_json1_0ListRepositorySyncDefinitionsOutput = (output, conte
5279
5279
  };
5280
5280
  const deserializeAws_json1_0ListServiceInstanceOutputsOutput = (output, context) => {
5281
5281
  return {
5282
- nextToken: smithy_client_1.expectString(output.nextToken),
5282
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5283
5283
  outputs: output.outputs !== undefined && output.outputs !== null
5284
5284
  ? deserializeAws_json1_0OutputsList(output.outputs, context)
5285
5285
  : undefined,
@@ -5287,7 +5287,7 @@ const deserializeAws_json1_0ListServiceInstanceOutputsOutput = (output, context)
5287
5287
  };
5288
5288
  const deserializeAws_json1_0ListServiceInstanceProvisionedResourcesOutput = (output, context) => {
5289
5289
  return {
5290
- nextToken: smithy_client_1.expectString(output.nextToken),
5290
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5291
5291
  provisionedResources: output.provisionedResources !== undefined && output.provisionedResources !== null
5292
5292
  ? deserializeAws_json1_0ProvisionedResourceList(output.provisionedResources, context)
5293
5293
  : undefined,
@@ -5295,7 +5295,7 @@ const deserializeAws_json1_0ListServiceInstanceProvisionedResourcesOutput = (out
5295
5295
  };
5296
5296
  const deserializeAws_json1_0ListServiceInstancesOutput = (output, context) => {
5297
5297
  return {
5298
- nextToken: smithy_client_1.expectString(output.nextToken),
5298
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5299
5299
  serviceInstances: output.serviceInstances !== undefined && output.serviceInstances !== null
5300
5300
  ? deserializeAws_json1_0ServiceInstanceSummaryList(output.serviceInstances, context)
5301
5301
  : undefined,
@@ -5303,7 +5303,7 @@ const deserializeAws_json1_0ListServiceInstancesOutput = (output, context) => {
5303
5303
  };
5304
5304
  const deserializeAws_json1_0ListServicePipelineOutputsOutput = (output, context) => {
5305
5305
  return {
5306
- nextToken: smithy_client_1.expectString(output.nextToken),
5306
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5307
5307
  outputs: output.outputs !== undefined && output.outputs !== null
5308
5308
  ? deserializeAws_json1_0OutputsList(output.outputs, context)
5309
5309
  : undefined,
@@ -5311,7 +5311,7 @@ const deserializeAws_json1_0ListServicePipelineOutputsOutput = (output, context)
5311
5311
  };
5312
5312
  const deserializeAws_json1_0ListServicePipelineProvisionedResourcesOutput = (output, context) => {
5313
5313
  return {
5314
- nextToken: smithy_client_1.expectString(output.nextToken),
5314
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5315
5315
  provisionedResources: output.provisionedResources !== undefined && output.provisionedResources !== null
5316
5316
  ? deserializeAws_json1_0ProvisionedResourceList(output.provisionedResources, context)
5317
5317
  : undefined,
@@ -5319,7 +5319,7 @@ const deserializeAws_json1_0ListServicePipelineProvisionedResourcesOutput = (out
5319
5319
  };
5320
5320
  const deserializeAws_json1_0ListServicesOutput = (output, context) => {
5321
5321
  return {
5322
- nextToken: smithy_client_1.expectString(output.nextToken),
5322
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5323
5323
  services: output.services !== undefined && output.services !== null
5324
5324
  ? deserializeAws_json1_0ServiceSummaryList(output.services, context)
5325
5325
  : undefined,
@@ -5327,7 +5327,7 @@ const deserializeAws_json1_0ListServicesOutput = (output, context) => {
5327
5327
  };
5328
5328
  const deserializeAws_json1_0ListServiceTemplatesOutput = (output, context) => {
5329
5329
  return {
5330
- nextToken: smithy_client_1.expectString(output.nextToken),
5330
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5331
5331
  templates: output.templates !== undefined && output.templates !== null
5332
5332
  ? deserializeAws_json1_0ServiceTemplateSummaryList(output.templates, context)
5333
5333
  : undefined,
@@ -5335,7 +5335,7 @@ const deserializeAws_json1_0ListServiceTemplatesOutput = (output, context) => {
5335
5335
  };
5336
5336
  const deserializeAws_json1_0ListServiceTemplateVersionsOutput = (output, context) => {
5337
5337
  return {
5338
- nextToken: smithy_client_1.expectString(output.nextToken),
5338
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5339
5339
  templateVersions: output.templateVersions !== undefined && output.templateVersions !== null
5340
5340
  ? deserializeAws_json1_0ServiceTemplateVersionSummaryList(output.templateVersions, context)
5341
5341
  : undefined,
@@ -5343,7 +5343,7 @@ const deserializeAws_json1_0ListServiceTemplateVersionsOutput = (output, context
5343
5343
  };
5344
5344
  const deserializeAws_json1_0ListTagsForResourceOutput = (output, context) => {
5345
5345
  return {
5346
- nextToken: smithy_client_1.expectString(output.nextToken),
5346
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5347
5347
  tags: output.tags !== undefined && output.tags !== null
5348
5348
  ? deserializeAws_json1_0TagList(output.tags, context)
5349
5349
  : undefined,
@@ -5354,8 +5354,8 @@ const deserializeAws_json1_0NotifyResourceDeploymentStatusChangeOutput = (output
5354
5354
  };
5355
5355
  const deserializeAws_json1_0Output = (output, context) => {
5356
5356
  return {
5357
- key: smithy_client_1.expectString(output.key),
5358
- valueString: smithy_client_1.expectString(output.valueString),
5357
+ key: (0, smithy_client_1.expectString)(output.key),
5358
+ valueString: (0, smithy_client_1.expectString)(output.valueString),
5359
5359
  };
5360
5360
  };
5361
5361
  const deserializeAws_json1_0OutputsList = (output, context) => {
@@ -5371,9 +5371,9 @@ const deserializeAws_json1_0OutputsList = (output, context) => {
5371
5371
  };
5372
5372
  const deserializeAws_json1_0ProvisionedResource = (output, context) => {
5373
5373
  return {
5374
- identifier: smithy_client_1.expectString(output.identifier),
5375
- name: smithy_client_1.expectString(output.name),
5376
- provisioningEngine: smithy_client_1.expectString(output.provisioningEngine),
5374
+ identifier: (0, smithy_client_1.expectString)(output.identifier),
5375
+ name: (0, smithy_client_1.expectString)(output.name),
5376
+ provisioningEngine: (0, smithy_client_1.expectString)(output.provisioningEngine),
5377
5377
  };
5378
5378
  };
5379
5379
  const deserializeAws_json1_0ProvisionedResourceList = (output, context) => {
@@ -5396,26 +5396,26 @@ const deserializeAws_json1_0RejectEnvironmentAccountConnectionOutput = (output,
5396
5396
  };
5397
5397
  const deserializeAws_json1_0Repository = (output, context) => {
5398
5398
  return {
5399
- arn: smithy_client_1.expectString(output.arn),
5400
- connectionArn: smithy_client_1.expectString(output.connectionArn),
5401
- encryptionKey: smithy_client_1.expectString(output.encryptionKey),
5402
- name: smithy_client_1.expectString(output.name),
5403
- provider: smithy_client_1.expectString(output.provider),
5399
+ arn: (0, smithy_client_1.expectString)(output.arn),
5400
+ connectionArn: (0, smithy_client_1.expectString)(output.connectionArn),
5401
+ encryptionKey: (0, smithy_client_1.expectString)(output.encryptionKey),
5402
+ name: (0, smithy_client_1.expectString)(output.name),
5403
+ provider: (0, smithy_client_1.expectString)(output.provider),
5404
5404
  };
5405
5405
  };
5406
5406
  const deserializeAws_json1_0RepositoryBranch = (output, context) => {
5407
5407
  return {
5408
- arn: smithy_client_1.expectString(output.arn),
5409
- branch: smithy_client_1.expectString(output.branch),
5410
- name: smithy_client_1.expectString(output.name),
5411
- provider: smithy_client_1.expectString(output.provider),
5408
+ arn: (0, smithy_client_1.expectString)(output.arn),
5409
+ branch: (0, smithy_client_1.expectString)(output.branch),
5410
+ name: (0, smithy_client_1.expectString)(output.name),
5411
+ provider: (0, smithy_client_1.expectString)(output.provider),
5412
5412
  };
5413
5413
  };
5414
5414
  const deserializeAws_json1_0RepositorySummary = (output, context) => {
5415
5415
  return {
5416
- arn: smithy_client_1.expectString(output.arn),
5417
- name: smithy_client_1.expectString(output.name),
5418
- provider: smithy_client_1.expectString(output.provider),
5416
+ arn: (0, smithy_client_1.expectString)(output.arn),
5417
+ name: (0, smithy_client_1.expectString)(output.name),
5418
+ provider: (0, smithy_client_1.expectString)(output.provider),
5419
5419
  };
5420
5420
  };
5421
5421
  const deserializeAws_json1_0RepositorySummaryList = (output, context) => {
@@ -5435,17 +5435,17 @@ const deserializeAws_json1_0RepositorySyncAttempt = (output, context) => {
5435
5435
  ? deserializeAws_json1_0RepositorySyncEvents(output.events, context)
5436
5436
  : undefined,
5437
5437
  startedAt: output.startedAt !== undefined && output.startedAt !== null
5438
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startedAt)))
5438
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startedAt)))
5439
5439
  : undefined,
5440
- status: smithy_client_1.expectString(output.status),
5440
+ status: (0, smithy_client_1.expectString)(output.status),
5441
5441
  };
5442
5442
  };
5443
5443
  const deserializeAws_json1_0RepositorySyncDefinition = (output, context) => {
5444
5444
  return {
5445
- branch: smithy_client_1.expectString(output.branch),
5446
- directory: smithy_client_1.expectString(output.directory),
5447
- parent: smithy_client_1.expectString(output.parent),
5448
- target: smithy_client_1.expectString(output.target),
5445
+ branch: (0, smithy_client_1.expectString)(output.branch),
5446
+ directory: (0, smithy_client_1.expectString)(output.directory),
5447
+ parent: (0, smithy_client_1.expectString)(output.parent),
5448
+ target: (0, smithy_client_1.expectString)(output.target),
5449
5449
  };
5450
5450
  };
5451
5451
  const deserializeAws_json1_0RepositorySyncDefinitionList = (output, context) => {
@@ -5461,12 +5461,12 @@ const deserializeAws_json1_0RepositorySyncDefinitionList = (output, context) =>
5461
5461
  };
5462
5462
  const deserializeAws_json1_0RepositorySyncEvent = (output, context) => {
5463
5463
  return {
5464
- event: smithy_client_1.expectString(output.event),
5465
- externalId: smithy_client_1.expectString(output.externalId),
5464
+ event: (0, smithy_client_1.expectString)(output.event),
5465
+ externalId: (0, smithy_client_1.expectString)(output.externalId),
5466
5466
  time: output.time !== undefined && output.time !== null
5467
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.time)))
5467
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.time)))
5468
5468
  : undefined,
5469
- type: smithy_client_1.expectString(output.type),
5469
+ type: (0, smithy_client_1.expectString)(output.type),
5470
5470
  };
5471
5471
  };
5472
5472
  const deserializeAws_json1_0RepositorySyncEvents = (output, context) => {
@@ -5482,7 +5482,7 @@ const deserializeAws_json1_0RepositorySyncEvents = (output, context) => {
5482
5482
  };
5483
5483
  const deserializeAws_json1_0ResourceNotFoundException = (output, context) => {
5484
5484
  return {
5485
- message: smithy_client_1.expectString(output.message),
5485
+ message: (0, smithy_client_1.expectString)(output.message),
5486
5486
  };
5487
5487
  };
5488
5488
  const deserializeAws_json1_0ResourceSyncAttempt = (output, context) => {
@@ -5494,10 +5494,10 @@ const deserializeAws_json1_0ResourceSyncAttempt = (output, context) => {
5494
5494
  ? deserializeAws_json1_0Revision(output.initialRevision, context)
5495
5495
  : undefined,
5496
5496
  startedAt: output.startedAt !== undefined && output.startedAt !== null
5497
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startedAt)))
5497
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startedAt)))
5498
5498
  : undefined,
5499
- status: smithy_client_1.expectString(output.status),
5500
- target: smithy_client_1.expectString(output.target),
5499
+ status: (0, smithy_client_1.expectString)(output.status),
5500
+ target: (0, smithy_client_1.expectString)(output.target),
5501
5501
  targetRevision: output.targetRevision !== undefined && output.targetRevision !== null
5502
5502
  ? deserializeAws_json1_0Revision(output.targetRevision, context)
5503
5503
  : undefined,
@@ -5505,12 +5505,12 @@ const deserializeAws_json1_0ResourceSyncAttempt = (output, context) => {
5505
5505
  };
5506
5506
  const deserializeAws_json1_0ResourceSyncEvent = (output, context) => {
5507
5507
  return {
5508
- event: smithy_client_1.expectString(output.event),
5509
- externalId: smithy_client_1.expectString(output.externalId),
5508
+ event: (0, smithy_client_1.expectString)(output.event),
5509
+ externalId: (0, smithy_client_1.expectString)(output.externalId),
5510
5510
  time: output.time !== undefined && output.time !== null
5511
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.time)))
5511
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.time)))
5512
5512
  : undefined,
5513
- type: smithy_client_1.expectString(output.type),
5513
+ type: (0, smithy_client_1.expectString)(output.type),
5514
5514
  };
5515
5515
  };
5516
5516
  const deserializeAws_json1_0ResourceSyncEvents = (output, context) => {
@@ -5526,79 +5526,79 @@ const deserializeAws_json1_0ResourceSyncEvents = (output, context) => {
5526
5526
  };
5527
5527
  const deserializeAws_json1_0Revision = (output, context) => {
5528
5528
  return {
5529
- branch: smithy_client_1.expectString(output.branch),
5530
- directory: smithy_client_1.expectString(output.directory),
5531
- repositoryName: smithy_client_1.expectString(output.repositoryName),
5532
- repositoryProvider: smithy_client_1.expectString(output.repositoryProvider),
5533
- sha: smithy_client_1.expectString(output.sha),
5529
+ branch: (0, smithy_client_1.expectString)(output.branch),
5530
+ directory: (0, smithy_client_1.expectString)(output.directory),
5531
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
5532
+ repositoryProvider: (0, smithy_client_1.expectString)(output.repositoryProvider),
5533
+ sha: (0, smithy_client_1.expectString)(output.sha),
5534
5534
  };
5535
5535
  };
5536
5536
  const deserializeAws_json1_0Service = (output, context) => {
5537
5537
  return {
5538
- arn: smithy_client_1.expectString(output.arn),
5539
- branchName: smithy_client_1.expectString(output.branchName),
5538
+ arn: (0, smithy_client_1.expectString)(output.arn),
5539
+ branchName: (0, smithy_client_1.expectString)(output.branchName),
5540
5540
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5541
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5541
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5542
5542
  : undefined,
5543
- description: smithy_client_1.expectString(output.description),
5543
+ description: (0, smithy_client_1.expectString)(output.description),
5544
5544
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5545
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5545
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5546
5546
  : undefined,
5547
- name: smithy_client_1.expectString(output.name),
5547
+ name: (0, smithy_client_1.expectString)(output.name),
5548
5548
  pipeline: output.pipeline !== undefined && output.pipeline !== null
5549
5549
  ? deserializeAws_json1_0ServicePipeline(output.pipeline, context)
5550
5550
  : undefined,
5551
- repositoryConnectionArn: smithy_client_1.expectString(output.repositoryConnectionArn),
5552
- repositoryId: smithy_client_1.expectString(output.repositoryId),
5553
- spec: smithy_client_1.expectString(output.spec),
5554
- status: smithy_client_1.expectString(output.status),
5555
- statusMessage: smithy_client_1.expectString(output.statusMessage),
5556
- templateName: smithy_client_1.expectString(output.templateName),
5551
+ repositoryConnectionArn: (0, smithy_client_1.expectString)(output.repositoryConnectionArn),
5552
+ repositoryId: (0, smithy_client_1.expectString)(output.repositoryId),
5553
+ spec: (0, smithy_client_1.expectString)(output.spec),
5554
+ status: (0, smithy_client_1.expectString)(output.status),
5555
+ statusMessage: (0, smithy_client_1.expectString)(output.statusMessage),
5556
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5557
5557
  };
5558
5558
  };
5559
5559
  const deserializeAws_json1_0ServiceInstance = (output, context) => {
5560
5560
  return {
5561
- arn: smithy_client_1.expectString(output.arn),
5561
+ arn: (0, smithy_client_1.expectString)(output.arn),
5562
5562
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5563
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5563
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5564
5564
  : undefined,
5565
- deploymentStatus: smithy_client_1.expectString(output.deploymentStatus),
5566
- deploymentStatusMessage: smithy_client_1.expectString(output.deploymentStatusMessage),
5567
- environmentName: smithy_client_1.expectString(output.environmentName),
5565
+ deploymentStatus: (0, smithy_client_1.expectString)(output.deploymentStatus),
5566
+ deploymentStatusMessage: (0, smithy_client_1.expectString)(output.deploymentStatusMessage),
5567
+ environmentName: (0, smithy_client_1.expectString)(output.environmentName),
5568
5568
  lastDeploymentAttemptedAt: output.lastDeploymentAttemptedAt !== undefined && output.lastDeploymentAttemptedAt !== null
5569
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentAttemptedAt)))
5569
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentAttemptedAt)))
5570
5570
  : undefined,
5571
5571
  lastDeploymentSucceededAt: output.lastDeploymentSucceededAt !== undefined && output.lastDeploymentSucceededAt !== null
5572
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentSucceededAt)))
5572
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentSucceededAt)))
5573
5573
  : undefined,
5574
- name: smithy_client_1.expectString(output.name),
5575
- serviceName: smithy_client_1.expectString(output.serviceName),
5576
- spec: smithy_client_1.expectString(output.spec),
5577
- templateMajorVersion: smithy_client_1.expectString(output.templateMajorVersion),
5578
- templateMinorVersion: smithy_client_1.expectString(output.templateMinorVersion),
5579
- templateName: smithy_client_1.expectString(output.templateName),
5574
+ name: (0, smithy_client_1.expectString)(output.name),
5575
+ serviceName: (0, smithy_client_1.expectString)(output.serviceName),
5576
+ spec: (0, smithy_client_1.expectString)(output.spec),
5577
+ templateMajorVersion: (0, smithy_client_1.expectString)(output.templateMajorVersion),
5578
+ templateMinorVersion: (0, smithy_client_1.expectString)(output.templateMinorVersion),
5579
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5580
5580
  };
5581
5581
  };
5582
5582
  const deserializeAws_json1_0ServiceInstanceSummary = (output, context) => {
5583
5583
  return {
5584
- arn: smithy_client_1.expectString(output.arn),
5584
+ arn: (0, smithy_client_1.expectString)(output.arn),
5585
5585
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5586
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5586
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5587
5587
  : undefined,
5588
- deploymentStatus: smithy_client_1.expectString(output.deploymentStatus),
5589
- deploymentStatusMessage: smithy_client_1.expectString(output.deploymentStatusMessage),
5590
- environmentName: smithy_client_1.expectString(output.environmentName),
5588
+ deploymentStatus: (0, smithy_client_1.expectString)(output.deploymentStatus),
5589
+ deploymentStatusMessage: (0, smithy_client_1.expectString)(output.deploymentStatusMessage),
5590
+ environmentName: (0, smithy_client_1.expectString)(output.environmentName),
5591
5591
  lastDeploymentAttemptedAt: output.lastDeploymentAttemptedAt !== undefined && output.lastDeploymentAttemptedAt !== null
5592
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentAttemptedAt)))
5592
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentAttemptedAt)))
5593
5593
  : undefined,
5594
5594
  lastDeploymentSucceededAt: output.lastDeploymentSucceededAt !== undefined && output.lastDeploymentSucceededAt !== null
5595
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentSucceededAt)))
5595
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentSucceededAt)))
5596
5596
  : undefined,
5597
- name: smithy_client_1.expectString(output.name),
5598
- serviceName: smithy_client_1.expectString(output.serviceName),
5599
- templateMajorVersion: smithy_client_1.expectString(output.templateMajorVersion),
5600
- templateMinorVersion: smithy_client_1.expectString(output.templateMinorVersion),
5601
- templateName: smithy_client_1.expectString(output.templateName),
5597
+ name: (0, smithy_client_1.expectString)(output.name),
5598
+ serviceName: (0, smithy_client_1.expectString)(output.serviceName),
5599
+ templateMajorVersion: (0, smithy_client_1.expectString)(output.templateMajorVersion),
5600
+ templateMinorVersion: (0, smithy_client_1.expectString)(output.templateMinorVersion),
5601
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5602
5602
  };
5603
5603
  };
5604
5604
  const deserializeAws_json1_0ServiceInstanceSummaryList = (output, context) => {
@@ -5614,43 +5614,43 @@ const deserializeAws_json1_0ServiceInstanceSummaryList = (output, context) => {
5614
5614
  };
5615
5615
  const deserializeAws_json1_0ServicePipeline = (output, context) => {
5616
5616
  return {
5617
- arn: smithy_client_1.expectString(output.arn),
5617
+ arn: (0, smithy_client_1.expectString)(output.arn),
5618
5618
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5619
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5619
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5620
5620
  : undefined,
5621
- deploymentStatus: smithy_client_1.expectString(output.deploymentStatus),
5622
- deploymentStatusMessage: smithy_client_1.expectString(output.deploymentStatusMessage),
5621
+ deploymentStatus: (0, smithy_client_1.expectString)(output.deploymentStatus),
5622
+ deploymentStatusMessage: (0, smithy_client_1.expectString)(output.deploymentStatusMessage),
5623
5623
  lastDeploymentAttemptedAt: output.lastDeploymentAttemptedAt !== undefined && output.lastDeploymentAttemptedAt !== null
5624
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentAttemptedAt)))
5624
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentAttemptedAt)))
5625
5625
  : undefined,
5626
5626
  lastDeploymentSucceededAt: output.lastDeploymentSucceededAt !== undefined && output.lastDeploymentSucceededAt !== null
5627
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastDeploymentSucceededAt)))
5627
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastDeploymentSucceededAt)))
5628
5628
  : undefined,
5629
- spec: smithy_client_1.expectString(output.spec),
5630
- templateMajorVersion: smithy_client_1.expectString(output.templateMajorVersion),
5631
- templateMinorVersion: smithy_client_1.expectString(output.templateMinorVersion),
5632
- templateName: smithy_client_1.expectString(output.templateName),
5629
+ spec: (0, smithy_client_1.expectString)(output.spec),
5630
+ templateMajorVersion: (0, smithy_client_1.expectString)(output.templateMajorVersion),
5631
+ templateMinorVersion: (0, smithy_client_1.expectString)(output.templateMinorVersion),
5632
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5633
5633
  };
5634
5634
  };
5635
5635
  const deserializeAws_json1_0ServiceQuotaExceededException = (output, context) => {
5636
5636
  return {
5637
- message: smithy_client_1.expectString(output.message),
5637
+ message: (0, smithy_client_1.expectString)(output.message),
5638
5638
  };
5639
5639
  };
5640
5640
  const deserializeAws_json1_0ServiceSummary = (output, context) => {
5641
5641
  return {
5642
- arn: smithy_client_1.expectString(output.arn),
5642
+ arn: (0, smithy_client_1.expectString)(output.arn),
5643
5643
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5644
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5644
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5645
5645
  : undefined,
5646
- description: smithy_client_1.expectString(output.description),
5646
+ description: (0, smithy_client_1.expectString)(output.description),
5647
5647
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5648
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5648
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5649
5649
  : undefined,
5650
- name: smithy_client_1.expectString(output.name),
5651
- status: smithy_client_1.expectString(output.status),
5652
- statusMessage: smithy_client_1.expectString(output.statusMessage),
5653
- templateName: smithy_client_1.expectString(output.templateName),
5650
+ name: (0, smithy_client_1.expectString)(output.name),
5651
+ status: (0, smithy_client_1.expectString)(output.status),
5652
+ statusMessage: (0, smithy_client_1.expectString)(output.statusMessage),
5653
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5654
5654
  };
5655
5655
  };
5656
5656
  const deserializeAws_json1_0ServiceSummaryList = (output, context) => {
@@ -5666,35 +5666,35 @@ const deserializeAws_json1_0ServiceSummaryList = (output, context) => {
5666
5666
  };
5667
5667
  const deserializeAws_json1_0ServiceTemplate = (output, context) => {
5668
5668
  return {
5669
- arn: smithy_client_1.expectString(output.arn),
5669
+ arn: (0, smithy_client_1.expectString)(output.arn),
5670
5670
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5671
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5671
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5672
5672
  : undefined,
5673
- description: smithy_client_1.expectString(output.description),
5674
- displayName: smithy_client_1.expectString(output.displayName),
5675
- encryptionKey: smithy_client_1.expectString(output.encryptionKey),
5673
+ description: (0, smithy_client_1.expectString)(output.description),
5674
+ displayName: (0, smithy_client_1.expectString)(output.displayName),
5675
+ encryptionKey: (0, smithy_client_1.expectString)(output.encryptionKey),
5676
5676
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5677
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5677
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5678
5678
  : undefined,
5679
- name: smithy_client_1.expectString(output.name),
5680
- pipelineProvisioning: smithy_client_1.expectString(output.pipelineProvisioning),
5681
- recommendedVersion: smithy_client_1.expectString(output.recommendedVersion),
5679
+ name: (0, smithy_client_1.expectString)(output.name),
5680
+ pipelineProvisioning: (0, smithy_client_1.expectString)(output.pipelineProvisioning),
5681
+ recommendedVersion: (0, smithy_client_1.expectString)(output.recommendedVersion),
5682
5682
  };
5683
5683
  };
5684
5684
  const deserializeAws_json1_0ServiceTemplateSummary = (output, context) => {
5685
5685
  return {
5686
- arn: smithy_client_1.expectString(output.arn),
5686
+ arn: (0, smithy_client_1.expectString)(output.arn),
5687
5687
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5688
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5688
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5689
5689
  : undefined,
5690
- description: smithy_client_1.expectString(output.description),
5691
- displayName: smithy_client_1.expectString(output.displayName),
5690
+ description: (0, smithy_client_1.expectString)(output.description),
5691
+ displayName: (0, smithy_client_1.expectString)(output.displayName),
5692
5692
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5693
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5693
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5694
5694
  : undefined,
5695
- name: smithy_client_1.expectString(output.name),
5696
- pipelineProvisioning: smithy_client_1.expectString(output.pipelineProvisioning),
5697
- recommendedVersion: smithy_client_1.expectString(output.recommendedVersion),
5695
+ name: (0, smithy_client_1.expectString)(output.name),
5696
+ pipelineProvisioning: (0, smithy_client_1.expectString)(output.pipelineProvisioning),
5697
+ recommendedVersion: (0, smithy_client_1.expectString)(output.recommendedVersion),
5698
5698
  };
5699
5699
  };
5700
5700
  const deserializeAws_json1_0ServiceTemplateSummaryList = (output, context) => {
@@ -5710,42 +5710,42 @@ const deserializeAws_json1_0ServiceTemplateSummaryList = (output, context) => {
5710
5710
  };
5711
5711
  const deserializeAws_json1_0ServiceTemplateVersion = (output, context) => {
5712
5712
  return {
5713
- arn: smithy_client_1.expectString(output.arn),
5713
+ arn: (0, smithy_client_1.expectString)(output.arn),
5714
5714
  compatibleEnvironmentTemplates: output.compatibleEnvironmentTemplates !== undefined && output.compatibleEnvironmentTemplates !== null
5715
5715
  ? deserializeAws_json1_0CompatibleEnvironmentTemplateList(output.compatibleEnvironmentTemplates, context)
5716
5716
  : undefined,
5717
5717
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5718
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5718
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5719
5719
  : undefined,
5720
- description: smithy_client_1.expectString(output.description),
5720
+ description: (0, smithy_client_1.expectString)(output.description),
5721
5721
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5722
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5722
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5723
5723
  : undefined,
5724
- majorVersion: smithy_client_1.expectString(output.majorVersion),
5725
- minorVersion: smithy_client_1.expectString(output.minorVersion),
5726
- recommendedMinorVersion: smithy_client_1.expectString(output.recommendedMinorVersion),
5727
- schema: smithy_client_1.expectString(output.schema),
5728
- status: smithy_client_1.expectString(output.status),
5729
- statusMessage: smithy_client_1.expectString(output.statusMessage),
5730
- templateName: smithy_client_1.expectString(output.templateName),
5724
+ majorVersion: (0, smithy_client_1.expectString)(output.majorVersion),
5725
+ minorVersion: (0, smithy_client_1.expectString)(output.minorVersion),
5726
+ recommendedMinorVersion: (0, smithy_client_1.expectString)(output.recommendedMinorVersion),
5727
+ schema: (0, smithy_client_1.expectString)(output.schema),
5728
+ status: (0, smithy_client_1.expectString)(output.status),
5729
+ statusMessage: (0, smithy_client_1.expectString)(output.statusMessage),
5730
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5731
5731
  };
5732
5732
  };
5733
5733
  const deserializeAws_json1_0ServiceTemplateVersionSummary = (output, context) => {
5734
5734
  return {
5735
- arn: smithy_client_1.expectString(output.arn),
5735
+ arn: (0, smithy_client_1.expectString)(output.arn),
5736
5736
  createdAt: output.createdAt !== undefined && output.createdAt !== null
5737
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
5737
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
5738
5738
  : undefined,
5739
- description: smithy_client_1.expectString(output.description),
5739
+ description: (0, smithy_client_1.expectString)(output.description),
5740
5740
  lastModifiedAt: output.lastModifiedAt !== undefined && output.lastModifiedAt !== null
5741
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedAt)))
5741
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedAt)))
5742
5742
  : undefined,
5743
- majorVersion: smithy_client_1.expectString(output.majorVersion),
5744
- minorVersion: smithy_client_1.expectString(output.minorVersion),
5745
- recommendedMinorVersion: smithy_client_1.expectString(output.recommendedMinorVersion),
5746
- status: smithy_client_1.expectString(output.status),
5747
- statusMessage: smithy_client_1.expectString(output.statusMessage),
5748
- templateName: smithy_client_1.expectString(output.templateName),
5743
+ majorVersion: (0, smithy_client_1.expectString)(output.majorVersion),
5744
+ minorVersion: (0, smithy_client_1.expectString)(output.minorVersion),
5745
+ recommendedMinorVersion: (0, smithy_client_1.expectString)(output.recommendedMinorVersion),
5746
+ status: (0, smithy_client_1.expectString)(output.status),
5747
+ statusMessage: (0, smithy_client_1.expectString)(output.statusMessage),
5748
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5749
5749
  };
5750
5750
  };
5751
5751
  const deserializeAws_json1_0ServiceTemplateVersionSummaryList = (output, context) => {
@@ -5761,8 +5761,8 @@ const deserializeAws_json1_0ServiceTemplateVersionSummaryList = (output, context
5761
5761
  };
5762
5762
  const deserializeAws_json1_0Tag = (output, context) => {
5763
5763
  return {
5764
- key: smithy_client_1.expectString(output.key),
5765
- value: smithy_client_1.expectString(output.value),
5764
+ key: (0, smithy_client_1.expectString)(output.key),
5765
+ value: (0, smithy_client_1.expectString)(output.value),
5766
5766
  };
5767
5767
  };
5768
5768
  const deserializeAws_json1_0TagList = (output, context) => {
@@ -5781,17 +5781,17 @@ const deserializeAws_json1_0TagResourceOutput = (output, context) => {
5781
5781
  };
5782
5782
  const deserializeAws_json1_0TemplateSyncConfig = (output, context) => {
5783
5783
  return {
5784
- branch: smithy_client_1.expectString(output.branch),
5785
- repositoryName: smithy_client_1.expectString(output.repositoryName),
5786
- repositoryProvider: smithy_client_1.expectString(output.repositoryProvider),
5787
- subdirectory: smithy_client_1.expectString(output.subdirectory),
5788
- templateName: smithy_client_1.expectString(output.templateName),
5789
- templateType: smithy_client_1.expectString(output.templateType),
5784
+ branch: (0, smithy_client_1.expectString)(output.branch),
5785
+ repositoryName: (0, smithy_client_1.expectString)(output.repositoryName),
5786
+ repositoryProvider: (0, smithy_client_1.expectString)(output.repositoryProvider),
5787
+ subdirectory: (0, smithy_client_1.expectString)(output.subdirectory),
5788
+ templateName: (0, smithy_client_1.expectString)(output.templateName),
5789
+ templateType: (0, smithy_client_1.expectString)(output.templateType),
5790
5790
  };
5791
5791
  };
5792
5792
  const deserializeAws_json1_0ThrottlingException = (output, context) => {
5793
5793
  return {
5794
- message: smithy_client_1.expectString(output.message),
5794
+ message: (0, smithy_client_1.expectString)(output.message),
5795
5795
  };
5796
5796
  };
5797
5797
  const deserializeAws_json1_0UntagResourceOutput = (output, context) => {
@@ -5876,7 +5876,7 @@ const deserializeAws_json1_0UpdateTemplateSyncConfigOutput = (output, context) =
5876
5876
  };
5877
5877
  const deserializeAws_json1_0ValidationException = (output, context) => {
5878
5878
  return {
5879
- message: smithy_client_1.expectString(output.message),
5879
+ message: (0, smithy_client_1.expectString)(output.message),
5880
5880
  };
5881
5881
  };
5882
5882
  const deserializeMetadata = (output) => {