@aws-sdk/client-elastic-beanstalk 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 (75) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ElasticBeanstalkClient.js +13 -13
  3. package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +3 -3
  4. package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +3 -3
  5. package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +3 -3
  6. package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +3 -3
  7. package/dist-cjs/commands/ComposeEnvironmentsCommand.js +3 -3
  8. package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
  9. package/dist-cjs/commands/CreateApplicationVersionCommand.js +3 -3
  10. package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +3 -3
  11. package/dist-cjs/commands/CreateEnvironmentCommand.js +3 -3
  12. package/dist-cjs/commands/CreatePlatformVersionCommand.js +3 -3
  13. package/dist-cjs/commands/CreateStorageLocationCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteApplicationVersionCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +3 -3
  18. package/dist-cjs/commands/DeletePlatformVersionCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeApplicationsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeEnvironmentsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeInstancesHealthCommand.js +3 -3
  31. package/dist-cjs/commands/DescribePlatformVersionCommand.js +3 -3
  32. package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +3 -3
  33. package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +3 -3
  34. package/dist-cjs/commands/ListPlatformBranchesCommand.js +3 -3
  35. package/dist-cjs/commands/ListPlatformVersionsCommand.js +3 -3
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  37. package/dist-cjs/commands/RebuildEnvironmentCommand.js +3 -3
  38. package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +3 -3
  39. package/dist-cjs/commands/RestartAppServerCommand.js +3 -3
  40. package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +3 -3
  41. package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +3 -3
  42. package/dist-cjs/commands/TerminateEnvironmentCommand.js +3 -3
  43. package/dist-cjs/commands/UpdateApplicationCommand.js +3 -3
  44. package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +3 -3
  45. package/dist-cjs/commands/UpdateApplicationVersionCommand.js +3 -3
  46. package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +3 -3
  47. package/dist-cjs/commands/UpdateEnvironmentCommand.js +3 -3
  48. package/dist-cjs/commands/UpdateTagsForResourceCommand.js +3 -3
  49. package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +3 -3
  50. package/dist-cjs/endpoints.js +1 -1
  51. package/dist-cjs/protocols/Aws_query.js +359 -359
  52. package/dist-cjs/runtimeConfig.browser.js +4 -4
  53. package/dist-cjs/runtimeConfig.js +9 -9
  54. package/dist-cjs/runtimeConfig.native.js +1 -1
  55. package/dist-cjs/waiters/waitForEnvironmentExists.js +3 -3
  56. package/dist-cjs/waiters/waitForEnvironmentTerminated.js +3 -3
  57. package/dist-cjs/waiters/waitForEnvironmentUpdated.js +3 -3
  58. package/dist-es/ElasticBeanstalk.js +47 -47
  59. package/dist-es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +4 -4
  60. package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
  61. package/dist-es/pagination/ListPlatformBranchesPaginator.js +4 -4
  62. package/dist-es/pagination/ListPlatformVersionsPaginator.js +4 -4
  63. package/dist-es/protocols/Aws_query.js +56 -56
  64. package/dist-es/waiters/waitForEnvironmentExists.js +2 -2
  65. package/dist-es/waiters/waitForEnvironmentTerminated.js +2 -2
  66. package/dist-es/waiters/waitForEnvironmentUpdated.js +2 -2
  67. package/dist-types/ElasticBeanstalkClient.d.ts +2 -2
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  69. package/dist-types/runtimeConfig.d.ts +1 -1
  70. package/dist-types/runtimeConfig.native.d.ts +3 -3
  71. package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  75. package/package.json +35 -35
@@ -643,7 +643,7 @@ const deserializeAws_queryAbortEnvironmentUpdateCommandError = async (output, co
643
643
  $fault: "client",
644
644
  $metadata: deserializeMetadata(output),
645
645
  });
646
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
646
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
647
647
  }
648
648
  };
649
649
  const deserializeAws_queryApplyEnvironmentManagedActionCommand = async (output, context) => {
@@ -682,7 +682,7 @@ const deserializeAws_queryApplyEnvironmentManagedActionCommandError = async (out
682
682
  $fault: "client",
683
683
  $metadata: deserializeMetadata(output),
684
684
  });
685
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
685
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
686
686
  }
687
687
  };
688
688
  const deserializeAws_queryAssociateEnvironmentOperationsRoleCommand = async (output, context) => {
@@ -715,7 +715,7 @@ const deserializeAws_queryAssociateEnvironmentOperationsRoleCommandError = async
715
715
  $fault: "client",
716
716
  $metadata: deserializeMetadata(output),
717
717
  });
718
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
718
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
719
719
  }
720
720
  };
721
721
  const deserializeAws_queryCheckDNSAvailabilityCommand = async (output, context) => {
@@ -748,7 +748,7 @@ const deserializeAws_queryCheckDNSAvailabilityCommandError = async (output, cont
748
748
  $fault: "client",
749
749
  $metadata: deserializeMetadata(output),
750
750
  });
751
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
751
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
752
752
  }
753
753
  };
754
754
  const deserializeAws_queryComposeEnvironmentsCommand = async (output, context) => {
@@ -787,7 +787,7 @@ const deserializeAws_queryComposeEnvironmentsCommandError = async (output, conte
787
787
  $fault: "client",
788
788
  $metadata: deserializeMetadata(output),
789
789
  });
790
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
790
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
791
791
  }
792
792
  };
793
793
  const deserializeAws_queryCreateApplicationCommand = async (output, context) => {
@@ -823,7 +823,7 @@ const deserializeAws_queryCreateApplicationCommandError = async (output, context
823
823
  $fault: "client",
824
824
  $metadata: deserializeMetadata(output),
825
825
  });
826
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
826
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
827
827
  }
828
828
  };
829
829
  const deserializeAws_queryCreateApplicationVersionCommand = async (output, context) => {
@@ -871,7 +871,7 @@ const deserializeAws_queryCreateApplicationVersionCommandError = async (output,
871
871
  $fault: "client",
872
872
  $metadata: deserializeMetadata(output),
873
873
  });
874
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
874
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
875
875
  }
876
876
  };
877
877
  const deserializeAws_queryCreateConfigurationTemplateCommand = async (output, context) => {
@@ -913,7 +913,7 @@ const deserializeAws_queryCreateConfigurationTemplateCommandError = async (outpu
913
913
  $fault: "client",
914
914
  $metadata: deserializeMetadata(output),
915
915
  });
916
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
916
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
917
917
  }
918
918
  };
919
919
  const deserializeAws_queryCreateEnvironmentCommand = async (output, context) => {
@@ -952,7 +952,7 @@ const deserializeAws_queryCreateEnvironmentCommandError = async (output, context
952
952
  $fault: "client",
953
953
  $metadata: deserializeMetadata(output),
954
954
  });
955
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
955
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
956
956
  }
957
957
  };
958
958
  const deserializeAws_queryCreatePlatformVersionCommand = async (output, context) => {
@@ -994,7 +994,7 @@ const deserializeAws_queryCreatePlatformVersionCommandError = async (output, con
994
994
  $fault: "client",
995
995
  $metadata: deserializeMetadata(output),
996
996
  });
997
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
997
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
998
998
  }
999
999
  };
1000
1000
  const deserializeAws_queryCreateStorageLocationCommand = async (output, context) => {
@@ -1036,7 +1036,7 @@ const deserializeAws_queryCreateStorageLocationCommandError = async (output, con
1036
1036
  $fault: "client",
1037
1037
  $metadata: deserializeMetadata(output),
1038
1038
  });
1039
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1039
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1040
1040
  }
1041
1041
  };
1042
1042
  const deserializeAws_queryDeleteApplicationCommand = async (output, context) => {
@@ -1069,7 +1069,7 @@ const deserializeAws_queryDeleteApplicationCommandError = async (output, context
1069
1069
  $fault: "client",
1070
1070
  $metadata: deserializeMetadata(output),
1071
1071
  });
1072
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1072
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1073
1073
  }
1074
1074
  };
1075
1075
  const deserializeAws_queryDeleteApplicationVersionCommand = async (output, context) => {
@@ -1111,7 +1111,7 @@ const deserializeAws_queryDeleteApplicationVersionCommandError = async (output,
1111
1111
  $fault: "client",
1112
1112
  $metadata: deserializeMetadata(output),
1113
1113
  });
1114
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1114
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1115
1115
  }
1116
1116
  };
1117
1117
  const deserializeAws_queryDeleteConfigurationTemplateCommand = async (output, context) => {
@@ -1144,7 +1144,7 @@ const deserializeAws_queryDeleteConfigurationTemplateCommandError = async (outpu
1144
1144
  $fault: "client",
1145
1145
  $metadata: deserializeMetadata(output),
1146
1146
  });
1147
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1147
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1148
1148
  }
1149
1149
  };
1150
1150
  const deserializeAws_queryDeleteEnvironmentConfigurationCommand = async (output, context) => {
@@ -1174,7 +1174,7 @@ const deserializeAws_queryDeleteEnvironmentConfigurationCommandError = async (ou
1174
1174
  $fault: "client",
1175
1175
  $metadata: deserializeMetadata(output),
1176
1176
  });
1177
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1177
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1178
1178
  }
1179
1179
  };
1180
1180
  const deserializeAws_queryDeletePlatformVersionCommand = async (output, context) => {
@@ -1219,7 +1219,7 @@ const deserializeAws_queryDeletePlatformVersionCommandError = async (output, con
1219
1219
  $fault: "client",
1220
1220
  $metadata: deserializeMetadata(output),
1221
1221
  });
1222
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1222
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1223
1223
  }
1224
1224
  };
1225
1225
  const deserializeAws_queryDescribeAccountAttributesCommand = async (output, context) => {
@@ -1255,7 +1255,7 @@ const deserializeAws_queryDescribeAccountAttributesCommandError = async (output,
1255
1255
  $fault: "client",
1256
1256
  $metadata: deserializeMetadata(output),
1257
1257
  });
1258
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1258
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1259
1259
  }
1260
1260
  };
1261
1261
  const deserializeAws_queryDescribeApplicationsCommand = async (output, context) => {
@@ -1288,7 +1288,7 @@ const deserializeAws_queryDescribeApplicationsCommandError = async (output, cont
1288
1288
  $fault: "client",
1289
1289
  $metadata: deserializeMetadata(output),
1290
1290
  });
1291
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1291
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1292
1292
  }
1293
1293
  };
1294
1294
  const deserializeAws_queryDescribeApplicationVersionsCommand = async (output, context) => {
@@ -1321,7 +1321,7 @@ const deserializeAws_queryDescribeApplicationVersionsCommandError = async (outpu
1321
1321
  $fault: "client",
1322
1322
  $metadata: deserializeMetadata(output),
1323
1323
  });
1324
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1324
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1325
1325
  }
1326
1326
  };
1327
1327
  const deserializeAws_queryDescribeConfigurationOptionsCommand = async (output, context) => {
@@ -1357,7 +1357,7 @@ const deserializeAws_queryDescribeConfigurationOptionsCommandError = async (outp
1357
1357
  $fault: "client",
1358
1358
  $metadata: deserializeMetadata(output),
1359
1359
  });
1360
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1360
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1361
1361
  }
1362
1362
  };
1363
1363
  const deserializeAws_queryDescribeConfigurationSettingsCommand = async (output, context) => {
@@ -1393,7 +1393,7 @@ const deserializeAws_queryDescribeConfigurationSettingsCommandError = async (out
1393
1393
  $fault: "client",
1394
1394
  $metadata: deserializeMetadata(output),
1395
1395
  });
1396
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1396
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1397
1397
  }
1398
1398
  };
1399
1399
  const deserializeAws_queryDescribeEnvironmentHealthCommand = async (output, context) => {
@@ -1432,7 +1432,7 @@ const deserializeAws_queryDescribeEnvironmentHealthCommandError = async (output,
1432
1432
  $fault: "client",
1433
1433
  $metadata: deserializeMetadata(output),
1434
1434
  });
1435
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1435
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1436
1436
  }
1437
1437
  };
1438
1438
  const deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommand = async (output, context) => {
@@ -1468,7 +1468,7 @@ const deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommandError =
1468
1468
  $fault: "client",
1469
1469
  $metadata: deserializeMetadata(output),
1470
1470
  });
1471
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1471
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1472
1472
  }
1473
1473
  };
1474
1474
  const deserializeAws_queryDescribeEnvironmentManagedActionsCommand = async (output, context) => {
@@ -1504,7 +1504,7 @@ const deserializeAws_queryDescribeEnvironmentManagedActionsCommandError = async
1504
1504
  $fault: "client",
1505
1505
  $metadata: deserializeMetadata(output),
1506
1506
  });
1507
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1507
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1508
1508
  }
1509
1509
  };
1510
1510
  const deserializeAws_queryDescribeEnvironmentResourcesCommand = async (output, context) => {
@@ -1540,7 +1540,7 @@ const deserializeAws_queryDescribeEnvironmentResourcesCommandError = async (outp
1540
1540
  $fault: "client",
1541
1541
  $metadata: deserializeMetadata(output),
1542
1542
  });
1543
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1543
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1544
1544
  }
1545
1545
  };
1546
1546
  const deserializeAws_queryDescribeEnvironmentsCommand = async (output, context) => {
@@ -1573,7 +1573,7 @@ const deserializeAws_queryDescribeEnvironmentsCommandError = async (output, cont
1573
1573
  $fault: "client",
1574
1574
  $metadata: deserializeMetadata(output),
1575
1575
  });
1576
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1576
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1577
1577
  }
1578
1578
  };
1579
1579
  const deserializeAws_queryDescribeEventsCommand = async (output, context) => {
@@ -1606,7 +1606,7 @@ const deserializeAws_queryDescribeEventsCommandError = async (output, context) =
1606
1606
  $fault: "client",
1607
1607
  $metadata: deserializeMetadata(output),
1608
1608
  });
1609
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1609
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1610
1610
  }
1611
1611
  };
1612
1612
  const deserializeAws_queryDescribeInstancesHealthCommand = async (output, context) => {
@@ -1645,7 +1645,7 @@ const deserializeAws_queryDescribeInstancesHealthCommandError = async (output, c
1645
1645
  $fault: "client",
1646
1646
  $metadata: deserializeMetadata(output),
1647
1647
  });
1648
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1648
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1649
1649
  }
1650
1650
  };
1651
1651
  const deserializeAws_queryDescribePlatformVersionCommand = async (output, context) => {
@@ -1684,7 +1684,7 @@ const deserializeAws_queryDescribePlatformVersionCommandError = async (output, c
1684
1684
  $fault: "client",
1685
1685
  $metadata: deserializeMetadata(output),
1686
1686
  });
1687
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1687
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1688
1688
  }
1689
1689
  };
1690
1690
  const deserializeAws_queryDisassociateEnvironmentOperationsRoleCommand = async (output, context) => {
@@ -1717,7 +1717,7 @@ const deserializeAws_queryDisassociateEnvironmentOperationsRoleCommandError = as
1717
1717
  $fault: "client",
1718
1718
  $metadata: deserializeMetadata(output),
1719
1719
  });
1720
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1720
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1721
1721
  }
1722
1722
  };
1723
1723
  const deserializeAws_queryListAvailableSolutionStacksCommand = async (output, context) => {
@@ -1750,7 +1750,7 @@ const deserializeAws_queryListAvailableSolutionStacksCommandError = async (outpu
1750
1750
  $fault: "client",
1751
1751
  $metadata: deserializeMetadata(output),
1752
1752
  });
1753
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1753
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1754
1754
  }
1755
1755
  };
1756
1756
  const deserializeAws_queryListPlatformBranchesCommand = async (output, context) => {
@@ -1783,7 +1783,7 @@ const deserializeAws_queryListPlatformBranchesCommandError = async (output, cont
1783
1783
  $fault: "client",
1784
1784
  $metadata: deserializeMetadata(output),
1785
1785
  });
1786
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1786
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1787
1787
  }
1788
1788
  };
1789
1789
  const deserializeAws_queryListPlatformVersionsCommand = async (output, context) => {
@@ -1822,7 +1822,7 @@ const deserializeAws_queryListPlatformVersionsCommandError = async (output, cont
1822
1822
  $fault: "client",
1823
1823
  $metadata: deserializeMetadata(output),
1824
1824
  });
1825
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1825
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1826
1826
  }
1827
1827
  };
1828
1828
  const deserializeAws_queryListTagsForResourceCommand = async (output, context) => {
@@ -1864,7 +1864,7 @@ const deserializeAws_queryListTagsForResourceCommandError = async (output, conte
1864
1864
  $fault: "client",
1865
1865
  $metadata: deserializeMetadata(output),
1866
1866
  });
1867
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1867
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1868
1868
  }
1869
1869
  };
1870
1870
  const deserializeAws_queryRebuildEnvironmentCommand = async (output, context) => {
@@ -1897,7 +1897,7 @@ const deserializeAws_queryRebuildEnvironmentCommandError = async (output, contex
1897
1897
  $fault: "client",
1898
1898
  $metadata: deserializeMetadata(output),
1899
1899
  });
1900
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1900
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1901
1901
  }
1902
1902
  };
1903
1903
  const deserializeAws_queryRequestEnvironmentInfoCommand = async (output, context) => {
@@ -1927,7 +1927,7 @@ const deserializeAws_queryRequestEnvironmentInfoCommandError = async (output, co
1927
1927
  $fault: "client",
1928
1928
  $metadata: deserializeMetadata(output),
1929
1929
  });
1930
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1930
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1931
1931
  }
1932
1932
  };
1933
1933
  const deserializeAws_queryRestartAppServerCommand = async (output, context) => {
@@ -1957,7 +1957,7 @@ const deserializeAws_queryRestartAppServerCommandError = async (output, context)
1957
1957
  $fault: "client",
1958
1958
  $metadata: deserializeMetadata(output),
1959
1959
  });
1960
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1960
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1961
1961
  }
1962
1962
  };
1963
1963
  const deserializeAws_queryRetrieveEnvironmentInfoCommand = async (output, context) => {
@@ -1990,7 +1990,7 @@ const deserializeAws_queryRetrieveEnvironmentInfoCommandError = async (output, c
1990
1990
  $fault: "client",
1991
1991
  $metadata: deserializeMetadata(output),
1992
1992
  });
1993
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1993
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1994
1994
  }
1995
1995
  };
1996
1996
  const deserializeAws_querySwapEnvironmentCNAMEsCommand = async (output, context) => {
@@ -2020,7 +2020,7 @@ const deserializeAws_querySwapEnvironmentCNAMEsCommandError = async (output, con
2020
2020
  $fault: "client",
2021
2021
  $metadata: deserializeMetadata(output),
2022
2022
  });
2023
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2023
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2024
2024
  }
2025
2025
  };
2026
2026
  const deserializeAws_queryTerminateEnvironmentCommand = async (output, context) => {
@@ -2056,7 +2056,7 @@ const deserializeAws_queryTerminateEnvironmentCommandError = async (output, cont
2056
2056
  $fault: "client",
2057
2057
  $metadata: deserializeMetadata(output),
2058
2058
  });
2059
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2059
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2060
2060
  }
2061
2061
  };
2062
2062
  const deserializeAws_queryUpdateApplicationCommand = async (output, context) => {
@@ -2089,7 +2089,7 @@ const deserializeAws_queryUpdateApplicationCommandError = async (output, context
2089
2089
  $fault: "client",
2090
2090
  $metadata: deserializeMetadata(output),
2091
2091
  });
2092
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2092
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2093
2093
  }
2094
2094
  };
2095
2095
  const deserializeAws_queryUpdateApplicationResourceLifecycleCommand = async (output, context) => {
@@ -2125,7 +2125,7 @@ const deserializeAws_queryUpdateApplicationResourceLifecycleCommandError = async
2125
2125
  $fault: "client",
2126
2126
  $metadata: deserializeMetadata(output),
2127
2127
  });
2128
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2128
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2129
2129
  }
2130
2130
  };
2131
2131
  const deserializeAws_queryUpdateApplicationVersionCommand = async (output, context) => {
@@ -2158,7 +2158,7 @@ const deserializeAws_queryUpdateApplicationVersionCommandError = async (output,
2158
2158
  $fault: "client",
2159
2159
  $metadata: deserializeMetadata(output),
2160
2160
  });
2161
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2161
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2162
2162
  }
2163
2163
  };
2164
2164
  const deserializeAws_queryUpdateConfigurationTemplateCommand = async (output, context) => {
@@ -2197,7 +2197,7 @@ const deserializeAws_queryUpdateConfigurationTemplateCommandError = async (outpu
2197
2197
  $fault: "client",
2198
2198
  $metadata: deserializeMetadata(output),
2199
2199
  });
2200
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2200
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2201
2201
  }
2202
2202
  };
2203
2203
  const deserializeAws_queryUpdateEnvironmentCommand = async (output, context) => {
@@ -2236,7 +2236,7 @@ const deserializeAws_queryUpdateEnvironmentCommandError = async (output, context
2236
2236
  $fault: "client",
2237
2237
  $metadata: deserializeMetadata(output),
2238
2238
  });
2239
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2239
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2240
2240
  }
2241
2241
  };
2242
2242
  const deserializeAws_queryUpdateTagsForResourceCommand = async (output, context) => {
@@ -2281,7 +2281,7 @@ const deserializeAws_queryUpdateTagsForResourceCommandError = async (output, con
2281
2281
  $fault: "client",
2282
2282
  $metadata: deserializeMetadata(output),
2283
2283
  });
2284
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2284
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2285
2285
  }
2286
2286
  };
2287
2287
  const deserializeAws_queryValidateConfigurationSettingsCommand = async (output, context) => {
@@ -2320,7 +2320,7 @@ const deserializeAws_queryValidateConfigurationSettingsCommandError = async (out
2320
2320
  $fault: "client",
2321
2321
  $metadata: deserializeMetadata(output),
2322
2322
  });
2323
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2323
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2324
2324
  }
2325
2325
  };
2326
2326
  const deserializeAws_queryCodeBuildNotInServiceRegionExceptionResponse = async (parsedOutput, context) => {
@@ -2330,7 +2330,7 @@ const deserializeAws_queryCodeBuildNotInServiceRegionExceptionResponse = async (
2330
2330
  $metadata: deserializeMetadata(parsedOutput),
2331
2331
  ...deserialized,
2332
2332
  });
2333
- return smithy_client_1.decorateServiceException(exception, body);
2333
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2334
2334
  };
2335
2335
  const deserializeAws_queryElasticBeanstalkServiceExceptionResponse = async (parsedOutput, context) => {
2336
2336
  const body = parsedOutput.body;
@@ -2339,7 +2339,7 @@ const deserializeAws_queryElasticBeanstalkServiceExceptionResponse = async (pars
2339
2339
  $metadata: deserializeMetadata(parsedOutput),
2340
2340
  ...deserialized,
2341
2341
  });
2342
- return smithy_client_1.decorateServiceException(exception, body);
2342
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2343
2343
  };
2344
2344
  const deserializeAws_queryInsufficientPrivilegesExceptionResponse = async (parsedOutput, context) => {
2345
2345
  const body = parsedOutput.body;
@@ -2348,7 +2348,7 @@ const deserializeAws_queryInsufficientPrivilegesExceptionResponse = async (parse
2348
2348
  $metadata: deserializeMetadata(parsedOutput),
2349
2349
  ...deserialized,
2350
2350
  });
2351
- return smithy_client_1.decorateServiceException(exception, body);
2351
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2352
2352
  };
2353
2353
  const deserializeAws_queryInvalidRequestExceptionResponse = async (parsedOutput, context) => {
2354
2354
  const body = parsedOutput.body;
@@ -2357,7 +2357,7 @@ const deserializeAws_queryInvalidRequestExceptionResponse = async (parsedOutput,
2357
2357
  $metadata: deserializeMetadata(parsedOutput),
2358
2358
  ...deserialized,
2359
2359
  });
2360
- return smithy_client_1.decorateServiceException(exception, body);
2360
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2361
2361
  };
2362
2362
  const deserializeAws_queryManagedActionInvalidStateExceptionResponse = async (parsedOutput, context) => {
2363
2363
  const body = parsedOutput.body;
@@ -2366,7 +2366,7 @@ const deserializeAws_queryManagedActionInvalidStateExceptionResponse = async (pa
2366
2366
  $metadata: deserializeMetadata(parsedOutput),
2367
2367
  ...deserialized,
2368
2368
  });
2369
- return smithy_client_1.decorateServiceException(exception, body);
2369
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2370
2370
  };
2371
2371
  const deserializeAws_queryOperationInProgressExceptionResponse = async (parsedOutput, context) => {
2372
2372
  const body = parsedOutput.body;
@@ -2375,7 +2375,7 @@ const deserializeAws_queryOperationInProgressExceptionResponse = async (parsedOu
2375
2375
  $metadata: deserializeMetadata(parsedOutput),
2376
2376
  ...deserialized,
2377
2377
  });
2378
- return smithy_client_1.decorateServiceException(exception, body);
2378
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2379
2379
  };
2380
2380
  const deserializeAws_queryPlatformVersionStillReferencedExceptionResponse = async (parsedOutput, context) => {
2381
2381
  const body = parsedOutput.body;
@@ -2384,7 +2384,7 @@ const deserializeAws_queryPlatformVersionStillReferencedExceptionResponse = asyn
2384
2384
  $metadata: deserializeMetadata(parsedOutput),
2385
2385
  ...deserialized,
2386
2386
  });
2387
- return smithy_client_1.decorateServiceException(exception, body);
2387
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2388
2388
  };
2389
2389
  const deserializeAws_queryResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
2390
2390
  const body = parsedOutput.body;
@@ -2393,7 +2393,7 @@ const deserializeAws_queryResourceNotFoundExceptionResponse = async (parsedOutpu
2393
2393
  $metadata: deserializeMetadata(parsedOutput),
2394
2394
  ...deserialized,
2395
2395
  });
2396
- return smithy_client_1.decorateServiceException(exception, body);
2396
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2397
2397
  };
2398
2398
  const deserializeAws_queryResourceTypeNotSupportedExceptionResponse = async (parsedOutput, context) => {
2399
2399
  const body = parsedOutput.body;
@@ -2402,7 +2402,7 @@ const deserializeAws_queryResourceTypeNotSupportedExceptionResponse = async (par
2402
2402
  $metadata: deserializeMetadata(parsedOutput),
2403
2403
  ...deserialized,
2404
2404
  });
2405
- return smithy_client_1.decorateServiceException(exception, body);
2405
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2406
2406
  };
2407
2407
  const deserializeAws_queryS3LocationNotInServiceRegionExceptionResponse = async (parsedOutput, context) => {
2408
2408
  const body = parsedOutput.body;
@@ -2411,7 +2411,7 @@ const deserializeAws_queryS3LocationNotInServiceRegionExceptionResponse = async
2411
2411
  $metadata: deserializeMetadata(parsedOutput),
2412
2412
  ...deserialized,
2413
2413
  });
2414
- return smithy_client_1.decorateServiceException(exception, body);
2414
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2415
2415
  };
2416
2416
  const deserializeAws_queryS3SubscriptionRequiredExceptionResponse = async (parsedOutput, context) => {
2417
2417
  const body = parsedOutput.body;
@@ -2420,7 +2420,7 @@ const deserializeAws_queryS3SubscriptionRequiredExceptionResponse = async (parse
2420
2420
  $metadata: deserializeMetadata(parsedOutput),
2421
2421
  ...deserialized,
2422
2422
  });
2423
- return smithy_client_1.decorateServiceException(exception, body);
2423
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2424
2424
  };
2425
2425
  const deserializeAws_querySourceBundleDeletionExceptionResponse = async (parsedOutput, context) => {
2426
2426
  const body = parsedOutput.body;
@@ -2429,7 +2429,7 @@ const deserializeAws_querySourceBundleDeletionExceptionResponse = async (parsedO
2429
2429
  $metadata: deserializeMetadata(parsedOutput),
2430
2430
  ...deserialized,
2431
2431
  });
2432
- return smithy_client_1.decorateServiceException(exception, body);
2432
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2433
2433
  };
2434
2434
  const deserializeAws_queryTooManyApplicationsExceptionResponse = async (parsedOutput, context) => {
2435
2435
  const body = parsedOutput.body;
@@ -2438,7 +2438,7 @@ const deserializeAws_queryTooManyApplicationsExceptionResponse = async (parsedOu
2438
2438
  $metadata: deserializeMetadata(parsedOutput),
2439
2439
  ...deserialized,
2440
2440
  });
2441
- return smithy_client_1.decorateServiceException(exception, body);
2441
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2442
2442
  };
2443
2443
  const deserializeAws_queryTooManyApplicationVersionsExceptionResponse = async (parsedOutput, context) => {
2444
2444
  const body = parsedOutput.body;
@@ -2447,7 +2447,7 @@ const deserializeAws_queryTooManyApplicationVersionsExceptionResponse = async (p
2447
2447
  $metadata: deserializeMetadata(parsedOutput),
2448
2448
  ...deserialized,
2449
2449
  });
2450
- return smithy_client_1.decorateServiceException(exception, body);
2450
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2451
2451
  };
2452
2452
  const deserializeAws_queryTooManyBucketsExceptionResponse = async (parsedOutput, context) => {
2453
2453
  const body = parsedOutput.body;
@@ -2456,7 +2456,7 @@ const deserializeAws_queryTooManyBucketsExceptionResponse = async (parsedOutput,
2456
2456
  $metadata: deserializeMetadata(parsedOutput),
2457
2457
  ...deserialized,
2458
2458
  });
2459
- return smithy_client_1.decorateServiceException(exception, body);
2459
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2460
2460
  };
2461
2461
  const deserializeAws_queryTooManyConfigurationTemplatesExceptionResponse = async (parsedOutput, context) => {
2462
2462
  const body = parsedOutput.body;
@@ -2465,7 +2465,7 @@ const deserializeAws_queryTooManyConfigurationTemplatesExceptionResponse = async
2465
2465
  $metadata: deserializeMetadata(parsedOutput),
2466
2466
  ...deserialized,
2467
2467
  });
2468
- return smithy_client_1.decorateServiceException(exception, body);
2468
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2469
2469
  };
2470
2470
  const deserializeAws_queryTooManyEnvironmentsExceptionResponse = async (parsedOutput, context) => {
2471
2471
  const body = parsedOutput.body;
@@ -2474,7 +2474,7 @@ const deserializeAws_queryTooManyEnvironmentsExceptionResponse = async (parsedOu
2474
2474
  $metadata: deserializeMetadata(parsedOutput),
2475
2475
  ...deserialized,
2476
2476
  });
2477
- return smithy_client_1.decorateServiceException(exception, body);
2477
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2478
2478
  };
2479
2479
  const deserializeAws_queryTooManyPlatformsExceptionResponse = async (parsedOutput, context) => {
2480
2480
  const body = parsedOutput.body;
@@ -2483,7 +2483,7 @@ const deserializeAws_queryTooManyPlatformsExceptionResponse = async (parsedOutpu
2483
2483
  $metadata: deserializeMetadata(parsedOutput),
2484
2484
  ...deserialized,
2485
2485
  });
2486
- return smithy_client_1.decorateServiceException(exception, body);
2486
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2487
2487
  };
2488
2488
  const deserializeAws_queryTooManyTagsExceptionResponse = async (parsedOutput, context) => {
2489
2489
  const body = parsedOutput.body;
@@ -2492,7 +2492,7 @@ const deserializeAws_queryTooManyTagsExceptionResponse = async (parsedOutput, co
2492
2492
  $metadata: deserializeMetadata(parsedOutput),
2493
2493
  ...deserialized,
2494
2494
  });
2495
- return smithy_client_1.decorateServiceException(exception, body);
2495
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2496
2496
  };
2497
2497
  const serializeAws_queryAbortEnvironmentUpdateMessage = (input, context) => {
2498
2498
  const entries = {};
@@ -3741,31 +3741,31 @@ const deserializeAws_queryApplicationDescription = (output, context) => {
3741
3741
  ResourceLifecycleConfig: undefined,
3742
3742
  };
3743
3743
  if (output["ApplicationArn"] !== undefined) {
3744
- contents.ApplicationArn = smithy_client_1.expectString(output["ApplicationArn"]);
3744
+ contents.ApplicationArn = (0, smithy_client_1.expectString)(output["ApplicationArn"]);
3745
3745
  }
3746
3746
  if (output["ApplicationName"] !== undefined) {
3747
- contents.ApplicationName = smithy_client_1.expectString(output["ApplicationName"]);
3747
+ contents.ApplicationName = (0, smithy_client_1.expectString)(output["ApplicationName"]);
3748
3748
  }
3749
3749
  if (output["Description"] !== undefined) {
3750
- contents.Description = smithy_client_1.expectString(output["Description"]);
3750
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
3751
3751
  }
3752
3752
  if (output["DateCreated"] !== undefined) {
3753
- contents.DateCreated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateCreated"]));
3753
+ contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateCreated"]));
3754
3754
  }
3755
3755
  if (output["DateUpdated"] !== undefined) {
3756
- contents.DateUpdated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateUpdated"]));
3756
+ contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateUpdated"]));
3757
3757
  }
3758
3758
  if (output.Versions === "") {
3759
3759
  contents.Versions = [];
3760
3760
  }
3761
3761
  if (output["Versions"] !== undefined && output["Versions"]["member"] !== undefined) {
3762
- contents.Versions = deserializeAws_queryVersionLabelsList(smithy_client_1.getArrayIfSingleItem(output["Versions"]["member"]), context);
3762
+ contents.Versions = deserializeAws_queryVersionLabelsList((0, smithy_client_1.getArrayIfSingleItem)(output["Versions"]["member"]), context);
3763
3763
  }
3764
3764
  if (output.ConfigurationTemplates === "") {
3765
3765
  contents.ConfigurationTemplates = [];
3766
3766
  }
3767
3767
  if (output["ConfigurationTemplates"] !== undefined && output["ConfigurationTemplates"]["member"] !== undefined) {
3768
- contents.ConfigurationTemplates = deserializeAws_queryConfigurationTemplateNamesList(smithy_client_1.getArrayIfSingleItem(output["ConfigurationTemplates"]["member"]), context);
3768
+ contents.ConfigurationTemplates = deserializeAws_queryConfigurationTemplateNamesList((0, smithy_client_1.getArrayIfSingleItem)(output["ConfigurationTemplates"]["member"]), context);
3769
3769
  }
3770
3770
  if (output["ResourceLifecycleConfig"] !== undefined) {
3771
3771
  contents.ResourceLifecycleConfig = deserializeAws_queryApplicationResourceLifecycleConfig(output["ResourceLifecycleConfig"], context);
@@ -3799,7 +3799,7 @@ const deserializeAws_queryApplicationDescriptionsMessage = (output, context) =>
3799
3799
  contents.Applications = [];
3800
3800
  }
3801
3801
  if (output["Applications"] !== undefined && output["Applications"]["member"] !== undefined) {
3802
- contents.Applications = deserializeAws_queryApplicationDescriptionList(smithy_client_1.getArrayIfSingleItem(output["Applications"]["member"]), context);
3802
+ contents.Applications = deserializeAws_queryApplicationDescriptionList((0, smithy_client_1.getArrayIfSingleItem)(output["Applications"]["member"]), context);
3803
3803
  }
3804
3804
  return contents;
3805
3805
  };
@@ -3811,10 +3811,10 @@ const deserializeAws_queryApplicationMetrics = (output, context) => {
3811
3811
  Latency: undefined,
3812
3812
  };
3813
3813
  if (output["Duration"] !== undefined) {
3814
- contents.Duration = smithy_client_1.strictParseInt32(output["Duration"]);
3814
+ contents.Duration = (0, smithy_client_1.strictParseInt32)(output["Duration"]);
3815
3815
  }
3816
3816
  if (output["RequestCount"] !== undefined) {
3817
- contents.RequestCount = smithy_client_1.strictParseInt32(output["RequestCount"]);
3817
+ contents.RequestCount = (0, smithy_client_1.strictParseInt32)(output["RequestCount"]);
3818
3818
  }
3819
3819
  if (output["StatusCodes"] !== undefined) {
3820
3820
  contents.StatusCodes = deserializeAws_queryStatusCodes(output["StatusCodes"], context);
@@ -3830,7 +3830,7 @@ const deserializeAws_queryApplicationResourceLifecycleConfig = (output, context)
3830
3830
  VersionLifecycleConfig: undefined,
3831
3831
  };
3832
3832
  if (output["ServiceRole"] !== undefined) {
3833
- contents.ServiceRole = smithy_client_1.expectString(output["ServiceRole"]);
3833
+ contents.ServiceRole = (0, smithy_client_1.expectString)(output["ServiceRole"]);
3834
3834
  }
3835
3835
  if (output["VersionLifecycleConfig"] !== undefined) {
3836
3836
  contents.VersionLifecycleConfig = deserializeAws_queryApplicationVersionLifecycleConfig(output["VersionLifecycleConfig"], context);
@@ -3843,7 +3843,7 @@ const deserializeAws_queryApplicationResourceLifecycleDescriptionMessage = (outp
3843
3843
  ResourceLifecycleConfig: undefined,
3844
3844
  };
3845
3845
  if (output["ApplicationName"] !== undefined) {
3846
- contents.ApplicationName = smithy_client_1.expectString(output["ApplicationName"]);
3846
+ contents.ApplicationName = (0, smithy_client_1.expectString)(output["ApplicationName"]);
3847
3847
  }
3848
3848
  if (output["ResourceLifecycleConfig"] !== undefined) {
3849
3849
  contents.ResourceLifecycleConfig = deserializeAws_queryApplicationResourceLifecycleConfig(output["ResourceLifecycleConfig"], context);
@@ -3864,34 +3864,34 @@ const deserializeAws_queryApplicationVersionDescription = (output, context) => {
3864
3864
  Status: undefined,
3865
3865
  };
3866
3866
  if (output["ApplicationVersionArn"] !== undefined) {
3867
- contents.ApplicationVersionArn = smithy_client_1.expectString(output["ApplicationVersionArn"]);
3867
+ contents.ApplicationVersionArn = (0, smithy_client_1.expectString)(output["ApplicationVersionArn"]);
3868
3868
  }
3869
3869
  if (output["ApplicationName"] !== undefined) {
3870
- contents.ApplicationName = smithy_client_1.expectString(output["ApplicationName"]);
3870
+ contents.ApplicationName = (0, smithy_client_1.expectString)(output["ApplicationName"]);
3871
3871
  }
3872
3872
  if (output["Description"] !== undefined) {
3873
- contents.Description = smithy_client_1.expectString(output["Description"]);
3873
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
3874
3874
  }
3875
3875
  if (output["VersionLabel"] !== undefined) {
3876
- contents.VersionLabel = smithy_client_1.expectString(output["VersionLabel"]);
3876
+ contents.VersionLabel = (0, smithy_client_1.expectString)(output["VersionLabel"]);
3877
3877
  }
3878
3878
  if (output["SourceBuildInformation"] !== undefined) {
3879
3879
  contents.SourceBuildInformation = deserializeAws_querySourceBuildInformation(output["SourceBuildInformation"], context);
3880
3880
  }
3881
3881
  if (output["BuildArn"] !== undefined) {
3882
- contents.BuildArn = smithy_client_1.expectString(output["BuildArn"]);
3882
+ contents.BuildArn = (0, smithy_client_1.expectString)(output["BuildArn"]);
3883
3883
  }
3884
3884
  if (output["SourceBundle"] !== undefined) {
3885
3885
  contents.SourceBundle = deserializeAws_queryS3Location(output["SourceBundle"], context);
3886
3886
  }
3887
3887
  if (output["DateCreated"] !== undefined) {
3888
- contents.DateCreated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateCreated"]));
3888
+ contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateCreated"]));
3889
3889
  }
3890
3890
  if (output["DateUpdated"] !== undefined) {
3891
- contents.DateUpdated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateUpdated"]));
3891
+ contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateUpdated"]));
3892
3892
  }
3893
3893
  if (output["Status"] !== undefined) {
3894
- contents.Status = smithy_client_1.expectString(output["Status"]);
3894
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
3895
3895
  }
3896
3896
  return contents;
3897
3897
  };
@@ -3923,10 +3923,10 @@ const deserializeAws_queryApplicationVersionDescriptionsMessage = (output, conte
3923
3923
  contents.ApplicationVersions = [];
3924
3924
  }
3925
3925
  if (output["ApplicationVersions"] !== undefined && output["ApplicationVersions"]["member"] !== undefined) {
3926
- contents.ApplicationVersions = deserializeAws_queryApplicationVersionDescriptionList(smithy_client_1.getArrayIfSingleItem(output["ApplicationVersions"]["member"]), context);
3926
+ contents.ApplicationVersions = deserializeAws_queryApplicationVersionDescriptionList((0, smithy_client_1.getArrayIfSingleItem)(output["ApplicationVersions"]["member"]), context);
3927
3927
  }
3928
3928
  if (output["NextToken"] !== undefined) {
3929
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
3929
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
3930
3930
  }
3931
3931
  return contents;
3932
3932
  };
@@ -3951,16 +3951,16 @@ const deserializeAws_queryApplyEnvironmentManagedActionResult = (output, context
3951
3951
  Status: undefined,
3952
3952
  };
3953
3953
  if (output["ActionId"] !== undefined) {
3954
- contents.ActionId = smithy_client_1.expectString(output["ActionId"]);
3954
+ contents.ActionId = (0, smithy_client_1.expectString)(output["ActionId"]);
3955
3955
  }
3956
3956
  if (output["ActionDescription"] !== undefined) {
3957
- contents.ActionDescription = smithy_client_1.expectString(output["ActionDescription"]);
3957
+ contents.ActionDescription = (0, smithy_client_1.expectString)(output["ActionDescription"]);
3958
3958
  }
3959
3959
  if (output["ActionType"] !== undefined) {
3960
- contents.ActionType = smithy_client_1.expectString(output["ActionType"]);
3960
+ contents.ActionType = (0, smithy_client_1.expectString)(output["ActionType"]);
3961
3961
  }
3962
3962
  if (output["Status"] !== undefined) {
3963
- contents.Status = smithy_client_1.expectString(output["Status"]);
3963
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
3964
3964
  }
3965
3965
  return contents;
3966
3966
  };
@@ -3969,7 +3969,7 @@ const deserializeAws_queryAutoScalingGroup = (output, context) => {
3969
3969
  Name: undefined,
3970
3970
  };
3971
3971
  if (output["Name"] !== undefined) {
3972
- contents.Name = smithy_client_1.expectString(output["Name"]);
3972
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
3973
3973
  }
3974
3974
  return contents;
3975
3975
  };
@@ -4000,7 +4000,7 @@ const deserializeAws_queryAvailableSolutionStackNamesList = (output, context) =>
4000
4000
  if (entry === null) {
4001
4001
  return null;
4002
4002
  }
4003
- return smithy_client_1.expectString(entry);
4003
+ return (0, smithy_client_1.expectString)(entry);
4004
4004
  });
4005
4005
  };
4006
4006
  const deserializeAws_queryBuilder = (output, context) => {
@@ -4008,7 +4008,7 @@ const deserializeAws_queryBuilder = (output, context) => {
4008
4008
  ARN: undefined,
4009
4009
  };
4010
4010
  if (output["ARN"] !== undefined) {
4011
- contents.ARN = smithy_client_1.expectString(output["ARN"]);
4011
+ contents.ARN = (0, smithy_client_1.expectString)(output["ARN"]);
4012
4012
  }
4013
4013
  return contents;
4014
4014
  };
@@ -4019,7 +4019,7 @@ const deserializeAws_queryCauses = (output, context) => {
4019
4019
  if (entry === null) {
4020
4020
  return null;
4021
4021
  }
4022
- return smithy_client_1.expectString(entry);
4022
+ return (0, smithy_client_1.expectString)(entry);
4023
4023
  });
4024
4024
  };
4025
4025
  const deserializeAws_queryCheckDNSAvailabilityResultMessage = (output, context) => {
@@ -4028,10 +4028,10 @@ const deserializeAws_queryCheckDNSAvailabilityResultMessage = (output, context)
4028
4028
  FullyQualifiedCNAME: undefined,
4029
4029
  };
4030
4030
  if (output["Available"] !== undefined) {
4031
- contents.Available = smithy_client_1.parseBoolean(output["Available"]);
4031
+ contents.Available = (0, smithy_client_1.parseBoolean)(output["Available"]);
4032
4032
  }
4033
4033
  if (output["FullyQualifiedCNAME"] !== undefined) {
4034
- contents.FullyQualifiedCNAME = smithy_client_1.expectString(output["FullyQualifiedCNAME"]);
4034
+ contents.FullyQualifiedCNAME = (0, smithy_client_1.expectString)(output["FullyQualifiedCNAME"]);
4035
4035
  }
4036
4036
  return contents;
4037
4037
  };
@@ -4040,7 +4040,7 @@ const deserializeAws_queryCodeBuildNotInServiceRegionException = (output, contex
4040
4040
  message: undefined,
4041
4041
  };
4042
4042
  if (output["message"] !== undefined) {
4043
- contents.message = smithy_client_1.expectString(output["message"]);
4043
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
4044
4044
  }
4045
4045
  return contents;
4046
4046
  };
@@ -4059,37 +4059,37 @@ const deserializeAws_queryConfigurationOptionDescription = (output, context) =>
4059
4059
  Regex: undefined,
4060
4060
  };
4061
4061
  if (output["Namespace"] !== undefined) {
4062
- contents.Namespace = smithy_client_1.expectString(output["Namespace"]);
4062
+ contents.Namespace = (0, smithy_client_1.expectString)(output["Namespace"]);
4063
4063
  }
4064
4064
  if (output["Name"] !== undefined) {
4065
- contents.Name = smithy_client_1.expectString(output["Name"]);
4065
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
4066
4066
  }
4067
4067
  if (output["DefaultValue"] !== undefined) {
4068
- contents.DefaultValue = smithy_client_1.expectString(output["DefaultValue"]);
4068
+ contents.DefaultValue = (0, smithy_client_1.expectString)(output["DefaultValue"]);
4069
4069
  }
4070
4070
  if (output["ChangeSeverity"] !== undefined) {
4071
- contents.ChangeSeverity = smithy_client_1.expectString(output["ChangeSeverity"]);
4071
+ contents.ChangeSeverity = (0, smithy_client_1.expectString)(output["ChangeSeverity"]);
4072
4072
  }
4073
4073
  if (output["UserDefined"] !== undefined) {
4074
- contents.UserDefined = smithy_client_1.parseBoolean(output["UserDefined"]);
4074
+ contents.UserDefined = (0, smithy_client_1.parseBoolean)(output["UserDefined"]);
4075
4075
  }
4076
4076
  if (output["ValueType"] !== undefined) {
4077
- contents.ValueType = smithy_client_1.expectString(output["ValueType"]);
4077
+ contents.ValueType = (0, smithy_client_1.expectString)(output["ValueType"]);
4078
4078
  }
4079
4079
  if (output.ValueOptions === "") {
4080
4080
  contents.ValueOptions = [];
4081
4081
  }
4082
4082
  if (output["ValueOptions"] !== undefined && output["ValueOptions"]["member"] !== undefined) {
4083
- contents.ValueOptions = deserializeAws_queryConfigurationOptionPossibleValues(smithy_client_1.getArrayIfSingleItem(output["ValueOptions"]["member"]), context);
4083
+ contents.ValueOptions = deserializeAws_queryConfigurationOptionPossibleValues((0, smithy_client_1.getArrayIfSingleItem)(output["ValueOptions"]["member"]), context);
4084
4084
  }
4085
4085
  if (output["MinValue"] !== undefined) {
4086
- contents.MinValue = smithy_client_1.strictParseInt32(output["MinValue"]);
4086
+ contents.MinValue = (0, smithy_client_1.strictParseInt32)(output["MinValue"]);
4087
4087
  }
4088
4088
  if (output["MaxValue"] !== undefined) {
4089
- contents.MaxValue = smithy_client_1.strictParseInt32(output["MaxValue"]);
4089
+ contents.MaxValue = (0, smithy_client_1.strictParseInt32)(output["MaxValue"]);
4090
4090
  }
4091
4091
  if (output["MaxLength"] !== undefined) {
4092
- contents.MaxLength = smithy_client_1.strictParseInt32(output["MaxLength"]);
4092
+ contents.MaxLength = (0, smithy_client_1.strictParseInt32)(output["MaxLength"]);
4093
4093
  }
4094
4094
  if (output["Regex"] !== undefined) {
4095
4095
  contents.Regex = deserializeAws_queryOptionRestrictionRegex(output["Regex"], context);
@@ -4113,7 +4113,7 @@ const deserializeAws_queryConfigurationOptionPossibleValues = (output, context)
4113
4113
  if (entry === null) {
4114
4114
  return null;
4115
4115
  }
4116
- return smithy_client_1.expectString(entry);
4116
+ return (0, smithy_client_1.expectString)(entry);
4117
4117
  });
4118
4118
  };
4119
4119
  const deserializeAws_queryConfigurationOptionsDescription = (output, context) => {
@@ -4123,16 +4123,16 @@ const deserializeAws_queryConfigurationOptionsDescription = (output, context) =>
4123
4123
  Options: undefined,
4124
4124
  };
4125
4125
  if (output["SolutionStackName"] !== undefined) {
4126
- contents.SolutionStackName = smithy_client_1.expectString(output["SolutionStackName"]);
4126
+ contents.SolutionStackName = (0, smithy_client_1.expectString)(output["SolutionStackName"]);
4127
4127
  }
4128
4128
  if (output["PlatformArn"] !== undefined) {
4129
- contents.PlatformArn = smithy_client_1.expectString(output["PlatformArn"]);
4129
+ contents.PlatformArn = (0, smithy_client_1.expectString)(output["PlatformArn"]);
4130
4130
  }
4131
4131
  if (output.Options === "") {
4132
4132
  contents.Options = [];
4133
4133
  }
4134
4134
  if (output["Options"] !== undefined && output["Options"]["member"] !== undefined) {
4135
- contents.Options = deserializeAws_queryConfigurationOptionDescriptionsList(smithy_client_1.getArrayIfSingleItem(output["Options"]["member"]), context);
4135
+ contents.Options = deserializeAws_queryConfigurationOptionDescriptionsList((0, smithy_client_1.getArrayIfSingleItem)(output["Options"]["member"]), context);
4136
4136
  }
4137
4137
  return contents;
4138
4138
  };
@@ -4144,16 +4144,16 @@ const deserializeAws_queryConfigurationOptionSetting = (output, context) => {
4144
4144
  Value: undefined,
4145
4145
  };
4146
4146
  if (output["ResourceName"] !== undefined) {
4147
- contents.ResourceName = smithy_client_1.expectString(output["ResourceName"]);
4147
+ contents.ResourceName = (0, smithy_client_1.expectString)(output["ResourceName"]);
4148
4148
  }
4149
4149
  if (output["Namespace"] !== undefined) {
4150
- contents.Namespace = smithy_client_1.expectString(output["Namespace"]);
4150
+ contents.Namespace = (0, smithy_client_1.expectString)(output["Namespace"]);
4151
4151
  }
4152
4152
  if (output["OptionName"] !== undefined) {
4153
- contents.OptionName = smithy_client_1.expectString(output["OptionName"]);
4153
+ contents.OptionName = (0, smithy_client_1.expectString)(output["OptionName"]);
4154
4154
  }
4155
4155
  if (output["Value"] !== undefined) {
4156
- contents.Value = smithy_client_1.expectString(output["Value"]);
4156
+ contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
4157
4157
  }
4158
4158
  return contents;
4159
4159
  };
@@ -4181,37 +4181,37 @@ const deserializeAws_queryConfigurationSettingsDescription = (output, context) =
4181
4181
  OptionSettings: undefined,
4182
4182
  };
4183
4183
  if (output["SolutionStackName"] !== undefined) {
4184
- contents.SolutionStackName = smithy_client_1.expectString(output["SolutionStackName"]);
4184
+ contents.SolutionStackName = (0, smithy_client_1.expectString)(output["SolutionStackName"]);
4185
4185
  }
4186
4186
  if (output["PlatformArn"] !== undefined) {
4187
- contents.PlatformArn = smithy_client_1.expectString(output["PlatformArn"]);
4187
+ contents.PlatformArn = (0, smithy_client_1.expectString)(output["PlatformArn"]);
4188
4188
  }
4189
4189
  if (output["ApplicationName"] !== undefined) {
4190
- contents.ApplicationName = smithy_client_1.expectString(output["ApplicationName"]);
4190
+ contents.ApplicationName = (0, smithy_client_1.expectString)(output["ApplicationName"]);
4191
4191
  }
4192
4192
  if (output["TemplateName"] !== undefined) {
4193
- contents.TemplateName = smithy_client_1.expectString(output["TemplateName"]);
4193
+ contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
4194
4194
  }
4195
4195
  if (output["Description"] !== undefined) {
4196
- contents.Description = smithy_client_1.expectString(output["Description"]);
4196
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
4197
4197
  }
4198
4198
  if (output["EnvironmentName"] !== undefined) {
4199
- contents.EnvironmentName = smithy_client_1.expectString(output["EnvironmentName"]);
4199
+ contents.EnvironmentName = (0, smithy_client_1.expectString)(output["EnvironmentName"]);
4200
4200
  }
4201
4201
  if (output["DeploymentStatus"] !== undefined) {
4202
- contents.DeploymentStatus = smithy_client_1.expectString(output["DeploymentStatus"]);
4202
+ contents.DeploymentStatus = (0, smithy_client_1.expectString)(output["DeploymentStatus"]);
4203
4203
  }
4204
4204
  if (output["DateCreated"] !== undefined) {
4205
- contents.DateCreated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateCreated"]));
4205
+ contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateCreated"]));
4206
4206
  }
4207
4207
  if (output["DateUpdated"] !== undefined) {
4208
- contents.DateUpdated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateUpdated"]));
4208
+ contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateUpdated"]));
4209
4209
  }
4210
4210
  if (output.OptionSettings === "") {
4211
4211
  contents.OptionSettings = [];
4212
4212
  }
4213
4213
  if (output["OptionSettings"] !== undefined && output["OptionSettings"]["member"] !== undefined) {
4214
- contents.OptionSettings = deserializeAws_queryConfigurationOptionSettingsList(smithy_client_1.getArrayIfSingleItem(output["OptionSettings"]["member"]), context);
4214
+ contents.OptionSettings = deserializeAws_queryConfigurationOptionSettingsList((0, smithy_client_1.getArrayIfSingleItem)(output["OptionSettings"]["member"]), context);
4215
4215
  }
4216
4216
  return contents;
4217
4217
  };
@@ -4233,7 +4233,7 @@ const deserializeAws_queryConfigurationSettingsDescriptions = (output, context)
4233
4233
  contents.ConfigurationSettings = [];
4234
4234
  }
4235
4235
  if (output["ConfigurationSettings"] !== undefined && output["ConfigurationSettings"]["member"] !== undefined) {
4236
- contents.ConfigurationSettings = deserializeAws_queryConfigurationSettingsDescriptionList(smithy_client_1.getArrayIfSingleItem(output["ConfigurationSettings"]["member"]), context);
4236
+ contents.ConfigurationSettings = deserializeAws_queryConfigurationSettingsDescriptionList((0, smithy_client_1.getArrayIfSingleItem)(output["ConfigurationSettings"]["member"]), context);
4237
4237
  }
4238
4238
  return contents;
4239
4239
  };
@@ -4245,7 +4245,7 @@ const deserializeAws_queryConfigurationSettingsValidationMessages = (output, con
4245
4245
  contents.Messages = [];
4246
4246
  }
4247
4247
  if (output["Messages"] !== undefined && output["Messages"]["member"] !== undefined) {
4248
- contents.Messages = deserializeAws_queryValidationMessagesList(smithy_client_1.getArrayIfSingleItem(output["Messages"]["member"]), context);
4248
+ contents.Messages = deserializeAws_queryValidationMessagesList((0, smithy_client_1.getArrayIfSingleItem)(output["Messages"]["member"]), context);
4249
4249
  }
4250
4250
  return contents;
4251
4251
  };
@@ -4256,7 +4256,7 @@ const deserializeAws_queryConfigurationTemplateNamesList = (output, context) =>
4256
4256
  if (entry === null) {
4257
4257
  return null;
4258
4258
  }
4259
- return smithy_client_1.expectString(entry);
4259
+ return (0, smithy_client_1.expectString)(entry);
4260
4260
  });
4261
4261
  };
4262
4262
  const deserializeAws_queryCPUUtilization = (output, context) => {
@@ -4271,28 +4271,28 @@ const deserializeAws_queryCPUUtilization = (output, context) => {
4271
4271
  Privileged: undefined,
4272
4272
  };
4273
4273
  if (output["User"] !== undefined) {
4274
- contents.User = smithy_client_1.strictParseFloat(output["User"]);
4274
+ contents.User = (0, smithy_client_1.strictParseFloat)(output["User"]);
4275
4275
  }
4276
4276
  if (output["Nice"] !== undefined) {
4277
- contents.Nice = smithy_client_1.strictParseFloat(output["Nice"]);
4277
+ contents.Nice = (0, smithy_client_1.strictParseFloat)(output["Nice"]);
4278
4278
  }
4279
4279
  if (output["System"] !== undefined) {
4280
- contents.System = smithy_client_1.strictParseFloat(output["System"]);
4280
+ contents.System = (0, smithy_client_1.strictParseFloat)(output["System"]);
4281
4281
  }
4282
4282
  if (output["Idle"] !== undefined) {
4283
- contents.Idle = smithy_client_1.strictParseFloat(output["Idle"]);
4283
+ contents.Idle = (0, smithy_client_1.strictParseFloat)(output["Idle"]);
4284
4284
  }
4285
4285
  if (output["IOWait"] !== undefined) {
4286
- contents.IOWait = smithy_client_1.strictParseFloat(output["IOWait"]);
4286
+ contents.IOWait = (0, smithy_client_1.strictParseFloat)(output["IOWait"]);
4287
4287
  }
4288
4288
  if (output["IRQ"] !== undefined) {
4289
- contents.IRQ = smithy_client_1.strictParseFloat(output["IRQ"]);
4289
+ contents.IRQ = (0, smithy_client_1.strictParseFloat)(output["IRQ"]);
4290
4290
  }
4291
4291
  if (output["SoftIRQ"] !== undefined) {
4292
- contents.SoftIRQ = smithy_client_1.strictParseFloat(output["SoftIRQ"]);
4292
+ contents.SoftIRQ = (0, smithy_client_1.strictParseFloat)(output["SoftIRQ"]);
4293
4293
  }
4294
4294
  if (output["Privileged"] !== undefined) {
4295
- contents.Privileged = smithy_client_1.strictParseFloat(output["Privileged"]);
4295
+ contents.Privileged = (0, smithy_client_1.strictParseFloat)(output["Privileged"]);
4296
4296
  }
4297
4297
  return contents;
4298
4298
  };
@@ -4314,7 +4314,7 @@ const deserializeAws_queryCreateStorageLocationResultMessage = (output, context)
4314
4314
  S3Bucket: undefined,
4315
4315
  };
4316
4316
  if (output["S3Bucket"] !== undefined) {
4317
- contents.S3Bucket = smithy_client_1.expectString(output["S3Bucket"]);
4317
+ contents.S3Bucket = (0, smithy_client_1.expectString)(output["S3Bucket"]);
4318
4318
  }
4319
4319
  return contents;
4320
4320
  };
@@ -4324,10 +4324,10 @@ const deserializeAws_queryCustomAmi = (output, context) => {
4324
4324
  ImageId: undefined,
4325
4325
  };
4326
4326
  if (output["VirtualizationType"] !== undefined) {
4327
- contents.VirtualizationType = smithy_client_1.expectString(output["VirtualizationType"]);
4327
+ contents.VirtualizationType = (0, smithy_client_1.expectString)(output["VirtualizationType"]);
4328
4328
  }
4329
4329
  if (output["ImageId"] !== undefined) {
4330
- contents.ImageId = smithy_client_1.expectString(output["ImageId"]);
4330
+ contents.ImageId = (0, smithy_client_1.expectString)(output["ImageId"]);
4331
4331
  }
4332
4332
  return contents;
4333
4333
  };
@@ -4358,16 +4358,16 @@ const deserializeAws_queryDeployment = (output, context) => {
4358
4358
  DeploymentTime: undefined,
4359
4359
  };
4360
4360
  if (output["VersionLabel"] !== undefined) {
4361
- contents.VersionLabel = smithy_client_1.expectString(output["VersionLabel"]);
4361
+ contents.VersionLabel = (0, smithy_client_1.expectString)(output["VersionLabel"]);
4362
4362
  }
4363
4363
  if (output["DeploymentId"] !== undefined) {
4364
- contents.DeploymentId = smithy_client_1.strictParseLong(output["DeploymentId"]);
4364
+ contents.DeploymentId = (0, smithy_client_1.strictParseLong)(output["DeploymentId"]);
4365
4365
  }
4366
4366
  if (output["Status"] !== undefined) {
4367
- contents.Status = smithy_client_1.expectString(output["Status"]);
4367
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
4368
4368
  }
4369
4369
  if (output["DeploymentTime"] !== undefined) {
4370
- contents.DeploymentTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DeploymentTime"]));
4370
+ contents.DeploymentTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DeploymentTime"]));
4371
4371
  }
4372
4372
  return contents;
4373
4373
  };
@@ -4392,22 +4392,22 @@ const deserializeAws_queryDescribeEnvironmentHealthResult = (output, context) =>
4392
4392
  RefreshedAt: undefined,
4393
4393
  };
4394
4394
  if (output["EnvironmentName"] !== undefined) {
4395
- contents.EnvironmentName = smithy_client_1.expectString(output["EnvironmentName"]);
4395
+ contents.EnvironmentName = (0, smithy_client_1.expectString)(output["EnvironmentName"]);
4396
4396
  }
4397
4397
  if (output["HealthStatus"] !== undefined) {
4398
- contents.HealthStatus = smithy_client_1.expectString(output["HealthStatus"]);
4398
+ contents.HealthStatus = (0, smithy_client_1.expectString)(output["HealthStatus"]);
4399
4399
  }
4400
4400
  if (output["Status"] !== undefined) {
4401
- contents.Status = smithy_client_1.expectString(output["Status"]);
4401
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
4402
4402
  }
4403
4403
  if (output["Color"] !== undefined) {
4404
- contents.Color = smithy_client_1.expectString(output["Color"]);
4404
+ contents.Color = (0, smithy_client_1.expectString)(output["Color"]);
4405
4405
  }
4406
4406
  if (output.Causes === "") {
4407
4407
  contents.Causes = [];
4408
4408
  }
4409
4409
  if (output["Causes"] !== undefined && output["Causes"]["member"] !== undefined) {
4410
- contents.Causes = deserializeAws_queryCauses(smithy_client_1.getArrayIfSingleItem(output["Causes"]["member"]), context);
4410
+ contents.Causes = deserializeAws_queryCauses((0, smithy_client_1.getArrayIfSingleItem)(output["Causes"]["member"]), context);
4411
4411
  }
4412
4412
  if (output["ApplicationMetrics"] !== undefined) {
4413
4413
  contents.ApplicationMetrics = deserializeAws_queryApplicationMetrics(output["ApplicationMetrics"], context);
@@ -4416,7 +4416,7 @@ const deserializeAws_queryDescribeEnvironmentHealthResult = (output, context) =>
4416
4416
  contents.InstancesHealth = deserializeAws_queryInstanceHealthSummary(output["InstancesHealth"], context);
4417
4417
  }
4418
4418
  if (output["RefreshedAt"] !== undefined) {
4419
- contents.RefreshedAt = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["RefreshedAt"]));
4419
+ contents.RefreshedAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["RefreshedAt"]));
4420
4420
  }
4421
4421
  return contents;
4422
4422
  };
@@ -4430,10 +4430,10 @@ const deserializeAws_queryDescribeEnvironmentManagedActionHistoryResult = (outpu
4430
4430
  }
4431
4431
  if (output["ManagedActionHistoryItems"] !== undefined &&
4432
4432
  output["ManagedActionHistoryItems"]["member"] !== undefined) {
4433
- contents.ManagedActionHistoryItems = deserializeAws_queryManagedActionHistoryItems(smithy_client_1.getArrayIfSingleItem(output["ManagedActionHistoryItems"]["member"]), context);
4433
+ contents.ManagedActionHistoryItems = deserializeAws_queryManagedActionHistoryItems((0, smithy_client_1.getArrayIfSingleItem)(output["ManagedActionHistoryItems"]["member"]), context);
4434
4434
  }
4435
4435
  if (output["NextToken"] !== undefined) {
4436
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
4436
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
4437
4437
  }
4438
4438
  return contents;
4439
4439
  };
@@ -4445,7 +4445,7 @@ const deserializeAws_queryDescribeEnvironmentManagedActionsResult = (output, con
4445
4445
  contents.ManagedActions = [];
4446
4446
  }
4447
4447
  if (output["ManagedActions"] !== undefined && output["ManagedActions"]["member"] !== undefined) {
4448
- contents.ManagedActions = deserializeAws_queryManagedActions(smithy_client_1.getArrayIfSingleItem(output["ManagedActions"]["member"]), context);
4448
+ contents.ManagedActions = deserializeAws_queryManagedActions((0, smithy_client_1.getArrayIfSingleItem)(output["ManagedActions"]["member"]), context);
4449
4449
  }
4450
4450
  return contents;
4451
4451
  };
@@ -4459,13 +4459,13 @@ const deserializeAws_queryDescribeInstancesHealthResult = (output, context) => {
4459
4459
  contents.InstanceHealthList = [];
4460
4460
  }
4461
4461
  if (output["InstanceHealthList"] !== undefined && output["InstanceHealthList"]["member"] !== undefined) {
4462
- contents.InstanceHealthList = deserializeAws_queryInstanceHealthList(smithy_client_1.getArrayIfSingleItem(output["InstanceHealthList"]["member"]), context);
4462
+ contents.InstanceHealthList = deserializeAws_queryInstanceHealthList((0, smithy_client_1.getArrayIfSingleItem)(output["InstanceHealthList"]["member"]), context);
4463
4463
  }
4464
4464
  if (output["RefreshedAt"] !== undefined) {
4465
- contents.RefreshedAt = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["RefreshedAt"]));
4465
+ contents.RefreshedAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["RefreshedAt"]));
4466
4466
  }
4467
4467
  if (output["NextToken"] !== undefined) {
4468
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
4468
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
4469
4469
  }
4470
4470
  return contents;
4471
4471
  };
@@ -4483,7 +4483,7 @@ const deserializeAws_queryElasticBeanstalkServiceException = (output, context) =
4483
4483
  message: undefined,
4484
4484
  };
4485
4485
  if (output["message"] !== undefined) {
4486
- contents.message = smithy_client_1.expectString(output["message"]);
4486
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
4487
4487
  }
4488
4488
  return contents;
4489
4489
  };
@@ -4512,52 +4512,52 @@ const deserializeAws_queryEnvironmentDescription = (output, context) => {
4512
4512
  OperationsRole: undefined,
4513
4513
  };
4514
4514
  if (output["EnvironmentName"] !== undefined) {
4515
- contents.EnvironmentName = smithy_client_1.expectString(output["EnvironmentName"]);
4515
+ contents.EnvironmentName = (0, smithy_client_1.expectString)(output["EnvironmentName"]);
4516
4516
  }
4517
4517
  if (output["EnvironmentId"] !== undefined) {
4518
- contents.EnvironmentId = smithy_client_1.expectString(output["EnvironmentId"]);
4518
+ contents.EnvironmentId = (0, smithy_client_1.expectString)(output["EnvironmentId"]);
4519
4519
  }
4520
4520
  if (output["ApplicationName"] !== undefined) {
4521
- contents.ApplicationName = smithy_client_1.expectString(output["ApplicationName"]);
4521
+ contents.ApplicationName = (0, smithy_client_1.expectString)(output["ApplicationName"]);
4522
4522
  }
4523
4523
  if (output["VersionLabel"] !== undefined) {
4524
- contents.VersionLabel = smithy_client_1.expectString(output["VersionLabel"]);
4524
+ contents.VersionLabel = (0, smithy_client_1.expectString)(output["VersionLabel"]);
4525
4525
  }
4526
4526
  if (output["SolutionStackName"] !== undefined) {
4527
- contents.SolutionStackName = smithy_client_1.expectString(output["SolutionStackName"]);
4527
+ contents.SolutionStackName = (0, smithy_client_1.expectString)(output["SolutionStackName"]);
4528
4528
  }
4529
4529
  if (output["PlatformArn"] !== undefined) {
4530
- contents.PlatformArn = smithy_client_1.expectString(output["PlatformArn"]);
4530
+ contents.PlatformArn = (0, smithy_client_1.expectString)(output["PlatformArn"]);
4531
4531
  }
4532
4532
  if (output["TemplateName"] !== undefined) {
4533
- contents.TemplateName = smithy_client_1.expectString(output["TemplateName"]);
4533
+ contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
4534
4534
  }
4535
4535
  if (output["Description"] !== undefined) {
4536
- contents.Description = smithy_client_1.expectString(output["Description"]);
4536
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
4537
4537
  }
4538
4538
  if (output["EndpointURL"] !== undefined) {
4539
- contents.EndpointURL = smithy_client_1.expectString(output["EndpointURL"]);
4539
+ contents.EndpointURL = (0, smithy_client_1.expectString)(output["EndpointURL"]);
4540
4540
  }
4541
4541
  if (output["CNAME"] !== undefined) {
4542
- contents.CNAME = smithy_client_1.expectString(output["CNAME"]);
4542
+ contents.CNAME = (0, smithy_client_1.expectString)(output["CNAME"]);
4543
4543
  }
4544
4544
  if (output["DateCreated"] !== undefined) {
4545
- contents.DateCreated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateCreated"]));
4545
+ contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateCreated"]));
4546
4546
  }
4547
4547
  if (output["DateUpdated"] !== undefined) {
4548
- contents.DateUpdated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateUpdated"]));
4548
+ contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateUpdated"]));
4549
4549
  }
4550
4550
  if (output["Status"] !== undefined) {
4551
- contents.Status = smithy_client_1.expectString(output["Status"]);
4551
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
4552
4552
  }
4553
4553
  if (output["AbortableOperationInProgress"] !== undefined) {
4554
- contents.AbortableOperationInProgress = smithy_client_1.parseBoolean(output["AbortableOperationInProgress"]);
4554
+ contents.AbortableOperationInProgress = (0, smithy_client_1.parseBoolean)(output["AbortableOperationInProgress"]);
4555
4555
  }
4556
4556
  if (output["Health"] !== undefined) {
4557
- contents.Health = smithy_client_1.expectString(output["Health"]);
4557
+ contents.Health = (0, smithy_client_1.expectString)(output["Health"]);
4558
4558
  }
4559
4559
  if (output["HealthStatus"] !== undefined) {
4560
- contents.HealthStatus = smithy_client_1.expectString(output["HealthStatus"]);
4560
+ contents.HealthStatus = (0, smithy_client_1.expectString)(output["HealthStatus"]);
4561
4561
  }
4562
4562
  if (output["Resources"] !== undefined) {
4563
4563
  contents.Resources = deserializeAws_queryEnvironmentResourcesDescription(output["Resources"], context);
@@ -4569,13 +4569,13 @@ const deserializeAws_queryEnvironmentDescription = (output, context) => {
4569
4569
  contents.EnvironmentLinks = [];
4570
4570
  }
4571
4571
  if (output["EnvironmentLinks"] !== undefined && output["EnvironmentLinks"]["member"] !== undefined) {
4572
- contents.EnvironmentLinks = deserializeAws_queryEnvironmentLinks(smithy_client_1.getArrayIfSingleItem(output["EnvironmentLinks"]["member"]), context);
4572
+ contents.EnvironmentLinks = deserializeAws_queryEnvironmentLinks((0, smithy_client_1.getArrayIfSingleItem)(output["EnvironmentLinks"]["member"]), context);
4573
4573
  }
4574
4574
  if (output["EnvironmentArn"] !== undefined) {
4575
- contents.EnvironmentArn = smithy_client_1.expectString(output["EnvironmentArn"]);
4575
+ contents.EnvironmentArn = (0, smithy_client_1.expectString)(output["EnvironmentArn"]);
4576
4576
  }
4577
4577
  if (output["OperationsRole"] !== undefined) {
4578
- contents.OperationsRole = smithy_client_1.expectString(output["OperationsRole"]);
4578
+ contents.OperationsRole = (0, smithy_client_1.expectString)(output["OperationsRole"]);
4579
4579
  }
4580
4580
  return contents;
4581
4581
  };
@@ -4598,10 +4598,10 @@ const deserializeAws_queryEnvironmentDescriptionsMessage = (output, context) =>
4598
4598
  contents.Environments = [];
4599
4599
  }
4600
4600
  if (output["Environments"] !== undefined && output["Environments"]["member"] !== undefined) {
4601
- contents.Environments = deserializeAws_queryEnvironmentDescriptionsList(smithy_client_1.getArrayIfSingleItem(output["Environments"]["member"]), context);
4601
+ contents.Environments = deserializeAws_queryEnvironmentDescriptionsList((0, smithy_client_1.getArrayIfSingleItem)(output["Environments"]["member"]), context);
4602
4602
  }
4603
4603
  if (output["NextToken"] !== undefined) {
4604
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
4604
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
4605
4605
  }
4606
4606
  return contents;
4607
4607
  };
@@ -4613,16 +4613,16 @@ const deserializeAws_queryEnvironmentInfoDescription = (output, context) => {
4613
4613
  Message: undefined,
4614
4614
  };
4615
4615
  if (output["InfoType"] !== undefined) {
4616
- contents.InfoType = smithy_client_1.expectString(output["InfoType"]);
4616
+ contents.InfoType = (0, smithy_client_1.expectString)(output["InfoType"]);
4617
4617
  }
4618
4618
  if (output["Ec2InstanceId"] !== undefined) {
4619
- contents.Ec2InstanceId = smithy_client_1.expectString(output["Ec2InstanceId"]);
4619
+ contents.Ec2InstanceId = (0, smithy_client_1.expectString)(output["Ec2InstanceId"]);
4620
4620
  }
4621
4621
  if (output["SampleTimestamp"] !== undefined) {
4622
- contents.SampleTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["SampleTimestamp"]));
4622
+ contents.SampleTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["SampleTimestamp"]));
4623
4623
  }
4624
4624
  if (output["Message"] !== undefined) {
4625
- contents.Message = smithy_client_1.expectString(output["Message"]);
4625
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4626
4626
  }
4627
4627
  return contents;
4628
4628
  };
@@ -4642,10 +4642,10 @@ const deserializeAws_queryEnvironmentLink = (output, context) => {
4642
4642
  EnvironmentName: undefined,
4643
4643
  };
4644
4644
  if (output["LinkName"] !== undefined) {
4645
- contents.LinkName = smithy_client_1.expectString(output["LinkName"]);
4645
+ contents.LinkName = (0, smithy_client_1.expectString)(output["LinkName"]);
4646
4646
  }
4647
4647
  if (output["EnvironmentName"] !== undefined) {
4648
- contents.EnvironmentName = smithy_client_1.expectString(output["EnvironmentName"]);
4648
+ contents.EnvironmentName = (0, smithy_client_1.expectString)(output["EnvironmentName"]);
4649
4649
  }
4650
4650
  return contents;
4651
4651
  };
@@ -4671,49 +4671,49 @@ const deserializeAws_queryEnvironmentResourceDescription = (output, context) =>
4671
4671
  Queues: undefined,
4672
4672
  };
4673
4673
  if (output["EnvironmentName"] !== undefined) {
4674
- contents.EnvironmentName = smithy_client_1.expectString(output["EnvironmentName"]);
4674
+ contents.EnvironmentName = (0, smithy_client_1.expectString)(output["EnvironmentName"]);
4675
4675
  }
4676
4676
  if (output.AutoScalingGroups === "") {
4677
4677
  contents.AutoScalingGroups = [];
4678
4678
  }
4679
4679
  if (output["AutoScalingGroups"] !== undefined && output["AutoScalingGroups"]["member"] !== undefined) {
4680
- contents.AutoScalingGroups = deserializeAws_queryAutoScalingGroupList(smithy_client_1.getArrayIfSingleItem(output["AutoScalingGroups"]["member"]), context);
4680
+ contents.AutoScalingGroups = deserializeAws_queryAutoScalingGroupList((0, smithy_client_1.getArrayIfSingleItem)(output["AutoScalingGroups"]["member"]), context);
4681
4681
  }
4682
4682
  if (output.Instances === "") {
4683
4683
  contents.Instances = [];
4684
4684
  }
4685
4685
  if (output["Instances"] !== undefined && output["Instances"]["member"] !== undefined) {
4686
- contents.Instances = deserializeAws_queryInstanceList(smithy_client_1.getArrayIfSingleItem(output["Instances"]["member"]), context);
4686
+ contents.Instances = deserializeAws_queryInstanceList((0, smithy_client_1.getArrayIfSingleItem)(output["Instances"]["member"]), context);
4687
4687
  }
4688
4688
  if (output.LaunchConfigurations === "") {
4689
4689
  contents.LaunchConfigurations = [];
4690
4690
  }
4691
4691
  if (output["LaunchConfigurations"] !== undefined && output["LaunchConfigurations"]["member"] !== undefined) {
4692
- contents.LaunchConfigurations = deserializeAws_queryLaunchConfigurationList(smithy_client_1.getArrayIfSingleItem(output["LaunchConfigurations"]["member"]), context);
4692
+ contents.LaunchConfigurations = deserializeAws_queryLaunchConfigurationList((0, smithy_client_1.getArrayIfSingleItem)(output["LaunchConfigurations"]["member"]), context);
4693
4693
  }
4694
4694
  if (output.LaunchTemplates === "") {
4695
4695
  contents.LaunchTemplates = [];
4696
4696
  }
4697
4697
  if (output["LaunchTemplates"] !== undefined && output["LaunchTemplates"]["member"] !== undefined) {
4698
- contents.LaunchTemplates = deserializeAws_queryLaunchTemplateList(smithy_client_1.getArrayIfSingleItem(output["LaunchTemplates"]["member"]), context);
4698
+ contents.LaunchTemplates = deserializeAws_queryLaunchTemplateList((0, smithy_client_1.getArrayIfSingleItem)(output["LaunchTemplates"]["member"]), context);
4699
4699
  }
4700
4700
  if (output.LoadBalancers === "") {
4701
4701
  contents.LoadBalancers = [];
4702
4702
  }
4703
4703
  if (output["LoadBalancers"] !== undefined && output["LoadBalancers"]["member"] !== undefined) {
4704
- contents.LoadBalancers = deserializeAws_queryLoadBalancerList(smithy_client_1.getArrayIfSingleItem(output["LoadBalancers"]["member"]), context);
4704
+ contents.LoadBalancers = deserializeAws_queryLoadBalancerList((0, smithy_client_1.getArrayIfSingleItem)(output["LoadBalancers"]["member"]), context);
4705
4705
  }
4706
4706
  if (output.Triggers === "") {
4707
4707
  contents.Triggers = [];
4708
4708
  }
4709
4709
  if (output["Triggers"] !== undefined && output["Triggers"]["member"] !== undefined) {
4710
- contents.Triggers = deserializeAws_queryTriggerList(smithy_client_1.getArrayIfSingleItem(output["Triggers"]["member"]), context);
4710
+ contents.Triggers = deserializeAws_queryTriggerList((0, smithy_client_1.getArrayIfSingleItem)(output["Triggers"]["member"]), context);
4711
4711
  }
4712
4712
  if (output.Queues === "") {
4713
4713
  contents.Queues = [];
4714
4714
  }
4715
4715
  if (output["Queues"] !== undefined && output["Queues"]["member"] !== undefined) {
4716
- contents.Queues = deserializeAws_queryQueueList(smithy_client_1.getArrayIfSingleItem(output["Queues"]["member"]), context);
4716
+ contents.Queues = deserializeAws_queryQueueList((0, smithy_client_1.getArrayIfSingleItem)(output["Queues"]["member"]), context);
4717
4717
  }
4718
4718
  return contents;
4719
4719
  };
@@ -4742,13 +4742,13 @@ const deserializeAws_queryEnvironmentTier = (output, context) => {
4742
4742
  Version: undefined,
4743
4743
  };
4744
4744
  if (output["Name"] !== undefined) {
4745
- contents.Name = smithy_client_1.expectString(output["Name"]);
4745
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
4746
4746
  }
4747
4747
  if (output["Type"] !== undefined) {
4748
- contents.Type = smithy_client_1.expectString(output["Type"]);
4748
+ contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
4749
4749
  }
4750
4750
  if (output["Version"] !== undefined) {
4751
- contents.Version = smithy_client_1.expectString(output["Version"]);
4751
+ contents.Version = (0, smithy_client_1.expectString)(output["Version"]);
4752
4752
  }
4753
4753
  return contents;
4754
4754
  };
@@ -4765,31 +4765,31 @@ const deserializeAws_queryEventDescription = (output, context) => {
4765
4765
  Severity: undefined,
4766
4766
  };
4767
4767
  if (output["EventDate"] !== undefined) {
4768
- contents.EventDate = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["EventDate"]));
4768
+ contents.EventDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["EventDate"]));
4769
4769
  }
4770
4770
  if (output["Message"] !== undefined) {
4771
- contents.Message = smithy_client_1.expectString(output["Message"]);
4771
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4772
4772
  }
4773
4773
  if (output["ApplicationName"] !== undefined) {
4774
- contents.ApplicationName = smithy_client_1.expectString(output["ApplicationName"]);
4774
+ contents.ApplicationName = (0, smithy_client_1.expectString)(output["ApplicationName"]);
4775
4775
  }
4776
4776
  if (output["VersionLabel"] !== undefined) {
4777
- contents.VersionLabel = smithy_client_1.expectString(output["VersionLabel"]);
4777
+ contents.VersionLabel = (0, smithy_client_1.expectString)(output["VersionLabel"]);
4778
4778
  }
4779
4779
  if (output["TemplateName"] !== undefined) {
4780
- contents.TemplateName = smithy_client_1.expectString(output["TemplateName"]);
4780
+ contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
4781
4781
  }
4782
4782
  if (output["EnvironmentName"] !== undefined) {
4783
- contents.EnvironmentName = smithy_client_1.expectString(output["EnvironmentName"]);
4783
+ contents.EnvironmentName = (0, smithy_client_1.expectString)(output["EnvironmentName"]);
4784
4784
  }
4785
4785
  if (output["PlatformArn"] !== undefined) {
4786
- contents.PlatformArn = smithy_client_1.expectString(output["PlatformArn"]);
4786
+ contents.PlatformArn = (0, smithy_client_1.expectString)(output["PlatformArn"]);
4787
4787
  }
4788
4788
  if (output["RequestId"] !== undefined) {
4789
- contents.RequestId = smithy_client_1.expectString(output["RequestId"]);
4789
+ contents.RequestId = (0, smithy_client_1.expectString)(output["RequestId"]);
4790
4790
  }
4791
4791
  if (output["Severity"] !== undefined) {
4792
- contents.Severity = smithy_client_1.expectString(output["Severity"]);
4792
+ contents.Severity = (0, smithy_client_1.expectString)(output["Severity"]);
4793
4793
  }
4794
4794
  return contents;
4795
4795
  };
@@ -4812,10 +4812,10 @@ const deserializeAws_queryEventDescriptionsMessage = (output, context) => {
4812
4812
  contents.Events = [];
4813
4813
  }
4814
4814
  if (output["Events"] !== undefined && output["Events"]["member"] !== undefined) {
4815
- contents.Events = deserializeAws_queryEventDescriptionList(smithy_client_1.getArrayIfSingleItem(output["Events"]["member"]), context);
4815
+ contents.Events = deserializeAws_queryEventDescriptionList((0, smithy_client_1.getArrayIfSingleItem)(output["Events"]["member"]), context);
4816
4816
  }
4817
4817
  if (output["NextToken"] !== undefined) {
4818
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
4818
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
4819
4819
  }
4820
4820
  return contents;
4821
4821
  };
@@ -4824,7 +4824,7 @@ const deserializeAws_queryInstance = (output, context) => {
4824
4824
  Id: undefined,
4825
4825
  };
4826
4826
  if (output["Id"] !== undefined) {
4827
- contents.Id = smithy_client_1.expectString(output["Id"]);
4827
+ contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
4828
4828
  }
4829
4829
  return contents;
4830
4830
  };
@@ -4850,28 +4850,28 @@ const deserializeAws_queryInstanceHealthSummary = (output, context) => {
4850
4850
  Severe: undefined,
4851
4851
  };
4852
4852
  if (output["NoData"] !== undefined) {
4853
- contents.NoData = smithy_client_1.strictParseInt32(output["NoData"]);
4853
+ contents.NoData = (0, smithy_client_1.strictParseInt32)(output["NoData"]);
4854
4854
  }
4855
4855
  if (output["Unknown"] !== undefined) {
4856
- contents.Unknown = smithy_client_1.strictParseInt32(output["Unknown"]);
4856
+ contents.Unknown = (0, smithy_client_1.strictParseInt32)(output["Unknown"]);
4857
4857
  }
4858
4858
  if (output["Pending"] !== undefined) {
4859
- contents.Pending = smithy_client_1.strictParseInt32(output["Pending"]);
4859
+ contents.Pending = (0, smithy_client_1.strictParseInt32)(output["Pending"]);
4860
4860
  }
4861
4861
  if (output["Ok"] !== undefined) {
4862
- contents.Ok = smithy_client_1.strictParseInt32(output["Ok"]);
4862
+ contents.Ok = (0, smithy_client_1.strictParseInt32)(output["Ok"]);
4863
4863
  }
4864
4864
  if (output["Info"] !== undefined) {
4865
- contents.Info = smithy_client_1.strictParseInt32(output["Info"]);
4865
+ contents.Info = (0, smithy_client_1.strictParseInt32)(output["Info"]);
4866
4866
  }
4867
4867
  if (output["Warning"] !== undefined) {
4868
- contents.Warning = smithy_client_1.strictParseInt32(output["Warning"]);
4868
+ contents.Warning = (0, smithy_client_1.strictParseInt32)(output["Warning"]);
4869
4869
  }
4870
4870
  if (output["Degraded"] !== undefined) {
4871
- contents.Degraded = smithy_client_1.strictParseInt32(output["Degraded"]);
4871
+ contents.Degraded = (0, smithy_client_1.strictParseInt32)(output["Degraded"]);
4872
4872
  }
4873
4873
  if (output["Severe"] !== undefined) {
4874
- contents.Severe = smithy_client_1.strictParseInt32(output["Severe"]);
4874
+ contents.Severe = (0, smithy_client_1.strictParseInt32)(output["Severe"]);
4875
4875
  }
4876
4876
  return contents;
4877
4877
  };
@@ -4890,7 +4890,7 @@ const deserializeAws_queryInsufficientPrivilegesException = (output, context) =>
4890
4890
  message: undefined,
4891
4891
  };
4892
4892
  if (output["message"] !== undefined) {
4893
- contents.message = smithy_client_1.expectString(output["message"]);
4893
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
4894
4894
  }
4895
4895
  return contents;
4896
4896
  };
@@ -4899,7 +4899,7 @@ const deserializeAws_queryInvalidRequestException = (output, context) => {
4899
4899
  message: undefined,
4900
4900
  };
4901
4901
  if (output["message"] !== undefined) {
4902
- contents.message = smithy_client_1.expectString(output["message"]);
4902
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
4903
4903
  }
4904
4904
  return contents;
4905
4905
  };
@@ -4915,28 +4915,28 @@ const deserializeAws_queryLatency = (output, context) => {
4915
4915
  P10: undefined,
4916
4916
  };
4917
4917
  if (output["P999"] !== undefined) {
4918
- contents.P999 = smithy_client_1.strictParseFloat(output["P999"]);
4918
+ contents.P999 = (0, smithy_client_1.strictParseFloat)(output["P999"]);
4919
4919
  }
4920
4920
  if (output["P99"] !== undefined) {
4921
- contents.P99 = smithy_client_1.strictParseFloat(output["P99"]);
4921
+ contents.P99 = (0, smithy_client_1.strictParseFloat)(output["P99"]);
4922
4922
  }
4923
4923
  if (output["P95"] !== undefined) {
4924
- contents.P95 = smithy_client_1.strictParseFloat(output["P95"]);
4924
+ contents.P95 = (0, smithy_client_1.strictParseFloat)(output["P95"]);
4925
4925
  }
4926
4926
  if (output["P90"] !== undefined) {
4927
- contents.P90 = smithy_client_1.strictParseFloat(output["P90"]);
4927
+ contents.P90 = (0, smithy_client_1.strictParseFloat)(output["P90"]);
4928
4928
  }
4929
4929
  if (output["P85"] !== undefined) {
4930
- contents.P85 = smithy_client_1.strictParseFloat(output["P85"]);
4930
+ contents.P85 = (0, smithy_client_1.strictParseFloat)(output["P85"]);
4931
4931
  }
4932
4932
  if (output["P75"] !== undefined) {
4933
- contents.P75 = smithy_client_1.strictParseFloat(output["P75"]);
4933
+ contents.P75 = (0, smithy_client_1.strictParseFloat)(output["P75"]);
4934
4934
  }
4935
4935
  if (output["P50"] !== undefined) {
4936
- contents.P50 = smithy_client_1.strictParseFloat(output["P50"]);
4936
+ contents.P50 = (0, smithy_client_1.strictParseFloat)(output["P50"]);
4937
4937
  }
4938
4938
  if (output["P10"] !== undefined) {
4939
- contents.P10 = smithy_client_1.strictParseFloat(output["P10"]);
4939
+ contents.P10 = (0, smithy_client_1.strictParseFloat)(output["P10"]);
4940
4940
  }
4941
4941
  return contents;
4942
4942
  };
@@ -4945,7 +4945,7 @@ const deserializeAws_queryLaunchConfiguration = (output, context) => {
4945
4945
  Name: undefined,
4946
4946
  };
4947
4947
  if (output["Name"] !== undefined) {
4948
- contents.Name = smithy_client_1.expectString(output["Name"]);
4948
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
4949
4949
  }
4950
4950
  return contents;
4951
4951
  };
@@ -4964,7 +4964,7 @@ const deserializeAws_queryLaunchTemplate = (output, context) => {
4964
4964
  Id: undefined,
4965
4965
  };
4966
4966
  if (output["Id"] !== undefined) {
4967
- contents.Id = smithy_client_1.expectString(output["Id"]);
4967
+ contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
4968
4968
  }
4969
4969
  return contents;
4970
4970
  };
@@ -4987,13 +4987,13 @@ const deserializeAws_queryListAvailableSolutionStacksResultMessage = (output, co
4987
4987
  contents.SolutionStacks = [];
4988
4988
  }
4989
4989
  if (output["SolutionStacks"] !== undefined && output["SolutionStacks"]["member"] !== undefined) {
4990
- contents.SolutionStacks = deserializeAws_queryAvailableSolutionStackNamesList(smithy_client_1.getArrayIfSingleItem(output["SolutionStacks"]["member"]), context);
4990
+ contents.SolutionStacks = deserializeAws_queryAvailableSolutionStackNamesList((0, smithy_client_1.getArrayIfSingleItem)(output["SolutionStacks"]["member"]), context);
4991
4991
  }
4992
4992
  if (output.SolutionStackDetails === "") {
4993
4993
  contents.SolutionStackDetails = [];
4994
4994
  }
4995
4995
  if (output["SolutionStackDetails"] !== undefined && output["SolutionStackDetails"]["member"] !== undefined) {
4996
- contents.SolutionStackDetails = deserializeAws_queryAvailableSolutionStackDetailsList(smithy_client_1.getArrayIfSingleItem(output["SolutionStackDetails"]["member"]), context);
4996
+ contents.SolutionStackDetails = deserializeAws_queryAvailableSolutionStackDetailsList((0, smithy_client_1.getArrayIfSingleItem)(output["SolutionStackDetails"]["member"]), context);
4997
4997
  }
4998
4998
  return contents;
4999
4999
  };
@@ -5003,10 +5003,10 @@ const deserializeAws_queryListener = (output, context) => {
5003
5003
  Port: undefined,
5004
5004
  };
5005
5005
  if (output["Protocol"] !== undefined) {
5006
- contents.Protocol = smithy_client_1.expectString(output["Protocol"]);
5006
+ contents.Protocol = (0, smithy_client_1.expectString)(output["Protocol"]);
5007
5007
  }
5008
5008
  if (output["Port"] !== undefined) {
5009
- contents.Port = smithy_client_1.strictParseInt32(output["Port"]);
5009
+ contents.Port = (0, smithy_client_1.strictParseInt32)(output["Port"]);
5010
5010
  }
5011
5011
  return contents;
5012
5012
  };
@@ -5020,10 +5020,10 @@ const deserializeAws_queryListPlatformBranchesResult = (output, context) => {
5020
5020
  }
5021
5021
  if (output["PlatformBranchSummaryList"] !== undefined &&
5022
5022
  output["PlatformBranchSummaryList"]["member"] !== undefined) {
5023
- contents.PlatformBranchSummaryList = deserializeAws_queryPlatformBranchSummaryList(smithy_client_1.getArrayIfSingleItem(output["PlatformBranchSummaryList"]["member"]), context);
5023
+ contents.PlatformBranchSummaryList = deserializeAws_queryPlatformBranchSummaryList((0, smithy_client_1.getArrayIfSingleItem)(output["PlatformBranchSummaryList"]["member"]), context);
5024
5024
  }
5025
5025
  if (output["NextToken"] !== undefined) {
5026
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
5026
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5027
5027
  }
5028
5028
  return contents;
5029
5029
  };
@@ -5036,10 +5036,10 @@ const deserializeAws_queryListPlatformVersionsResult = (output, context) => {
5036
5036
  contents.PlatformSummaryList = [];
5037
5037
  }
5038
5038
  if (output["PlatformSummaryList"] !== undefined && output["PlatformSummaryList"]["member"] !== undefined) {
5039
- contents.PlatformSummaryList = deserializeAws_queryPlatformSummaryList(smithy_client_1.getArrayIfSingleItem(output["PlatformSummaryList"]["member"]), context);
5039
+ contents.PlatformSummaryList = deserializeAws_queryPlatformSummaryList((0, smithy_client_1.getArrayIfSingleItem)(output["PlatformSummaryList"]["member"]), context);
5040
5040
  }
5041
5041
  if (output["NextToken"] !== undefined) {
5042
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
5042
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5043
5043
  }
5044
5044
  return contents;
5045
5045
  };
@@ -5050,7 +5050,7 @@ const deserializeAws_queryLoadAverage = (output, context) => {
5050
5050
  if (entry === null) {
5051
5051
  return null;
5052
5052
  }
5053
- return smithy_client_1.strictParseFloat(entry);
5053
+ return (0, smithy_client_1.strictParseFloat)(entry);
5054
5054
  });
5055
5055
  };
5056
5056
  const deserializeAws_queryLoadBalancer = (output, context) => {
@@ -5058,7 +5058,7 @@ const deserializeAws_queryLoadBalancer = (output, context) => {
5058
5058
  Name: undefined,
5059
5059
  };
5060
5060
  if (output["Name"] !== undefined) {
5061
- contents.Name = smithy_client_1.expectString(output["Name"]);
5061
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5062
5062
  }
5063
5063
  return contents;
5064
5064
  };
@@ -5069,16 +5069,16 @@ const deserializeAws_queryLoadBalancerDescription = (output, context) => {
5069
5069
  Listeners: undefined,
5070
5070
  };
5071
5071
  if (output["LoadBalancerName"] !== undefined) {
5072
- contents.LoadBalancerName = smithy_client_1.expectString(output["LoadBalancerName"]);
5072
+ contents.LoadBalancerName = (0, smithy_client_1.expectString)(output["LoadBalancerName"]);
5073
5073
  }
5074
5074
  if (output["Domain"] !== undefined) {
5075
- contents.Domain = smithy_client_1.expectString(output["Domain"]);
5075
+ contents.Domain = (0, smithy_client_1.expectString)(output["Domain"]);
5076
5076
  }
5077
5077
  if (output.Listeners === "") {
5078
5078
  contents.Listeners = [];
5079
5079
  }
5080
5080
  if (output["Listeners"] !== undefined && output["Listeners"]["member"] !== undefined) {
5081
- contents.Listeners = deserializeAws_queryLoadBalancerListenersDescription(smithy_client_1.getArrayIfSingleItem(output["Listeners"]["member"]), context);
5081
+ contents.Listeners = deserializeAws_queryLoadBalancerListenersDescription((0, smithy_client_1.getArrayIfSingleItem)(output["Listeners"]["member"]), context);
5082
5082
  }
5083
5083
  return contents;
5084
5084
  };
@@ -5111,19 +5111,19 @@ const deserializeAws_queryManagedAction = (output, context) => {
5111
5111
  WindowStartTime: undefined,
5112
5112
  };
5113
5113
  if (output["ActionId"] !== undefined) {
5114
- contents.ActionId = smithy_client_1.expectString(output["ActionId"]);
5114
+ contents.ActionId = (0, smithy_client_1.expectString)(output["ActionId"]);
5115
5115
  }
5116
5116
  if (output["ActionDescription"] !== undefined) {
5117
- contents.ActionDescription = smithy_client_1.expectString(output["ActionDescription"]);
5117
+ contents.ActionDescription = (0, smithy_client_1.expectString)(output["ActionDescription"]);
5118
5118
  }
5119
5119
  if (output["ActionType"] !== undefined) {
5120
- contents.ActionType = smithy_client_1.expectString(output["ActionType"]);
5120
+ contents.ActionType = (0, smithy_client_1.expectString)(output["ActionType"]);
5121
5121
  }
5122
5122
  if (output["Status"] !== undefined) {
5123
- contents.Status = smithy_client_1.expectString(output["Status"]);
5123
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
5124
5124
  }
5125
5125
  if (output["WindowStartTime"] !== undefined) {
5126
- contents.WindowStartTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["WindowStartTime"]));
5126
+ contents.WindowStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["WindowStartTime"]));
5127
5127
  }
5128
5128
  return contents;
5129
5129
  };
@@ -5139,28 +5139,28 @@ const deserializeAws_queryManagedActionHistoryItem = (output, context) => {
5139
5139
  FinishedTime: undefined,
5140
5140
  };
5141
5141
  if (output["ActionId"] !== undefined) {
5142
- contents.ActionId = smithy_client_1.expectString(output["ActionId"]);
5142
+ contents.ActionId = (0, smithy_client_1.expectString)(output["ActionId"]);
5143
5143
  }
5144
5144
  if (output["ActionType"] !== undefined) {
5145
- contents.ActionType = smithy_client_1.expectString(output["ActionType"]);
5145
+ contents.ActionType = (0, smithy_client_1.expectString)(output["ActionType"]);
5146
5146
  }
5147
5147
  if (output["ActionDescription"] !== undefined) {
5148
- contents.ActionDescription = smithy_client_1.expectString(output["ActionDescription"]);
5148
+ contents.ActionDescription = (0, smithy_client_1.expectString)(output["ActionDescription"]);
5149
5149
  }
5150
5150
  if (output["FailureType"] !== undefined) {
5151
- contents.FailureType = smithy_client_1.expectString(output["FailureType"]);
5151
+ contents.FailureType = (0, smithy_client_1.expectString)(output["FailureType"]);
5152
5152
  }
5153
5153
  if (output["Status"] !== undefined) {
5154
- contents.Status = smithy_client_1.expectString(output["Status"]);
5154
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
5155
5155
  }
5156
5156
  if (output["FailureDescription"] !== undefined) {
5157
- contents.FailureDescription = smithy_client_1.expectString(output["FailureDescription"]);
5157
+ contents.FailureDescription = (0, smithy_client_1.expectString)(output["FailureDescription"]);
5158
5158
  }
5159
5159
  if (output["ExecutedTime"] !== undefined) {
5160
- contents.ExecutedTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["ExecutedTime"]));
5160
+ contents.ExecutedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["ExecutedTime"]));
5161
5161
  }
5162
5162
  if (output["FinishedTime"] !== undefined) {
5163
- contents.FinishedTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["FinishedTime"]));
5163
+ contents.FinishedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["FinishedTime"]));
5164
5164
  }
5165
5165
  return contents;
5166
5166
  };
@@ -5179,7 +5179,7 @@ const deserializeAws_queryManagedActionInvalidStateException = (output, context)
5179
5179
  message: undefined,
5180
5180
  };
5181
5181
  if (output["message"] !== undefined) {
5182
- contents.message = smithy_client_1.expectString(output["message"]);
5182
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5183
5183
  }
5184
5184
  return contents;
5185
5185
  };
@@ -5200,13 +5200,13 @@ const deserializeAws_queryMaxAgeRule = (output, context) => {
5200
5200
  DeleteSourceFromS3: undefined,
5201
5201
  };
5202
5202
  if (output["Enabled"] !== undefined) {
5203
- contents.Enabled = smithy_client_1.parseBoolean(output["Enabled"]);
5203
+ contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
5204
5204
  }
5205
5205
  if (output["MaxAgeInDays"] !== undefined) {
5206
- contents.MaxAgeInDays = smithy_client_1.strictParseInt32(output["MaxAgeInDays"]);
5206
+ contents.MaxAgeInDays = (0, smithy_client_1.strictParseInt32)(output["MaxAgeInDays"]);
5207
5207
  }
5208
5208
  if (output["DeleteSourceFromS3"] !== undefined) {
5209
- contents.DeleteSourceFromS3 = smithy_client_1.parseBoolean(output["DeleteSourceFromS3"]);
5209
+ contents.DeleteSourceFromS3 = (0, smithy_client_1.parseBoolean)(output["DeleteSourceFromS3"]);
5210
5210
  }
5211
5211
  return contents;
5212
5212
  };
@@ -5217,13 +5217,13 @@ const deserializeAws_queryMaxCountRule = (output, context) => {
5217
5217
  DeleteSourceFromS3: undefined,
5218
5218
  };
5219
5219
  if (output["Enabled"] !== undefined) {
5220
- contents.Enabled = smithy_client_1.parseBoolean(output["Enabled"]);
5220
+ contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
5221
5221
  }
5222
5222
  if (output["MaxCount"] !== undefined) {
5223
- contents.MaxCount = smithy_client_1.strictParseInt32(output["MaxCount"]);
5223
+ contents.MaxCount = (0, smithy_client_1.strictParseInt32)(output["MaxCount"]);
5224
5224
  }
5225
5225
  if (output["DeleteSourceFromS3"] !== undefined) {
5226
- contents.DeleteSourceFromS3 = smithy_client_1.parseBoolean(output["DeleteSourceFromS3"]);
5226
+ contents.DeleteSourceFromS3 = (0, smithy_client_1.parseBoolean)(output["DeleteSourceFromS3"]);
5227
5227
  }
5228
5228
  return contents;
5229
5229
  };
@@ -5232,7 +5232,7 @@ const deserializeAws_queryOperationInProgressException = (output, context) => {
5232
5232
  message: undefined,
5233
5233
  };
5234
5234
  if (output["message"] !== undefined) {
5235
- contents.message = smithy_client_1.expectString(output["message"]);
5235
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5236
5236
  }
5237
5237
  return contents;
5238
5238
  };
@@ -5242,10 +5242,10 @@ const deserializeAws_queryOptionRestrictionRegex = (output, context) => {
5242
5242
  Label: undefined,
5243
5243
  };
5244
5244
  if (output["Pattern"] !== undefined) {
5245
- contents.Pattern = smithy_client_1.expectString(output["Pattern"]);
5245
+ contents.Pattern = (0, smithy_client_1.expectString)(output["Pattern"]);
5246
5246
  }
5247
5247
  if (output["Label"] !== undefined) {
5248
- contents.Label = smithy_client_1.expectString(output["Label"]);
5248
+ contents.Label = (0, smithy_client_1.expectString)(output["Label"]);
5249
5249
  }
5250
5250
  return contents;
5251
5251
  };
@@ -5258,22 +5258,22 @@ const deserializeAws_queryPlatformBranchSummary = (output, context) => {
5258
5258
  SupportedTierList: undefined,
5259
5259
  };
5260
5260
  if (output["PlatformName"] !== undefined) {
5261
- contents.PlatformName = smithy_client_1.expectString(output["PlatformName"]);
5261
+ contents.PlatformName = (0, smithy_client_1.expectString)(output["PlatformName"]);
5262
5262
  }
5263
5263
  if (output["BranchName"] !== undefined) {
5264
- contents.BranchName = smithy_client_1.expectString(output["BranchName"]);
5264
+ contents.BranchName = (0, smithy_client_1.expectString)(output["BranchName"]);
5265
5265
  }
5266
5266
  if (output["LifecycleState"] !== undefined) {
5267
- contents.LifecycleState = smithy_client_1.expectString(output["LifecycleState"]);
5267
+ contents.LifecycleState = (0, smithy_client_1.expectString)(output["LifecycleState"]);
5268
5268
  }
5269
5269
  if (output["BranchOrder"] !== undefined) {
5270
- contents.BranchOrder = smithy_client_1.strictParseInt32(output["BranchOrder"]);
5270
+ contents.BranchOrder = (0, smithy_client_1.strictParseInt32)(output["BranchOrder"]);
5271
5271
  }
5272
5272
  if (output.SupportedTierList === "") {
5273
5273
  contents.SupportedTierList = [];
5274
5274
  }
5275
5275
  if (output["SupportedTierList"] !== undefined && output["SupportedTierList"]["member"] !== undefined) {
5276
- contents.SupportedTierList = deserializeAws_querySupportedTierList(smithy_client_1.getArrayIfSingleItem(output["SupportedTierList"]["member"]), context);
5276
+ contents.SupportedTierList = deserializeAws_querySupportedTierList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedTierList"]["member"]), context);
5277
5277
  }
5278
5278
  return contents;
5279
5279
  };
@@ -5312,82 +5312,82 @@ const deserializeAws_queryPlatformDescription = (output, context) => {
5312
5312
  PlatformBranchLifecycleState: undefined,
5313
5313
  };
5314
5314
  if (output["PlatformArn"] !== undefined) {
5315
- contents.PlatformArn = smithy_client_1.expectString(output["PlatformArn"]);
5315
+ contents.PlatformArn = (0, smithy_client_1.expectString)(output["PlatformArn"]);
5316
5316
  }
5317
5317
  if (output["PlatformOwner"] !== undefined) {
5318
- contents.PlatformOwner = smithy_client_1.expectString(output["PlatformOwner"]);
5318
+ contents.PlatformOwner = (0, smithy_client_1.expectString)(output["PlatformOwner"]);
5319
5319
  }
5320
5320
  if (output["PlatformName"] !== undefined) {
5321
- contents.PlatformName = smithy_client_1.expectString(output["PlatformName"]);
5321
+ contents.PlatformName = (0, smithy_client_1.expectString)(output["PlatformName"]);
5322
5322
  }
5323
5323
  if (output["PlatformVersion"] !== undefined) {
5324
- contents.PlatformVersion = smithy_client_1.expectString(output["PlatformVersion"]);
5324
+ contents.PlatformVersion = (0, smithy_client_1.expectString)(output["PlatformVersion"]);
5325
5325
  }
5326
5326
  if (output["SolutionStackName"] !== undefined) {
5327
- contents.SolutionStackName = smithy_client_1.expectString(output["SolutionStackName"]);
5327
+ contents.SolutionStackName = (0, smithy_client_1.expectString)(output["SolutionStackName"]);
5328
5328
  }
5329
5329
  if (output["PlatformStatus"] !== undefined) {
5330
- contents.PlatformStatus = smithy_client_1.expectString(output["PlatformStatus"]);
5330
+ contents.PlatformStatus = (0, smithy_client_1.expectString)(output["PlatformStatus"]);
5331
5331
  }
5332
5332
  if (output["DateCreated"] !== undefined) {
5333
- contents.DateCreated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateCreated"]));
5333
+ contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateCreated"]));
5334
5334
  }
5335
5335
  if (output["DateUpdated"] !== undefined) {
5336
- contents.DateUpdated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DateUpdated"]));
5336
+ contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DateUpdated"]));
5337
5337
  }
5338
5338
  if (output["PlatformCategory"] !== undefined) {
5339
- contents.PlatformCategory = smithy_client_1.expectString(output["PlatformCategory"]);
5339
+ contents.PlatformCategory = (0, smithy_client_1.expectString)(output["PlatformCategory"]);
5340
5340
  }
5341
5341
  if (output["Description"] !== undefined) {
5342
- contents.Description = smithy_client_1.expectString(output["Description"]);
5342
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
5343
5343
  }
5344
5344
  if (output["Maintainer"] !== undefined) {
5345
- contents.Maintainer = smithy_client_1.expectString(output["Maintainer"]);
5345
+ contents.Maintainer = (0, smithy_client_1.expectString)(output["Maintainer"]);
5346
5346
  }
5347
5347
  if (output["OperatingSystemName"] !== undefined) {
5348
- contents.OperatingSystemName = smithy_client_1.expectString(output["OperatingSystemName"]);
5348
+ contents.OperatingSystemName = (0, smithy_client_1.expectString)(output["OperatingSystemName"]);
5349
5349
  }
5350
5350
  if (output["OperatingSystemVersion"] !== undefined) {
5351
- contents.OperatingSystemVersion = smithy_client_1.expectString(output["OperatingSystemVersion"]);
5351
+ contents.OperatingSystemVersion = (0, smithy_client_1.expectString)(output["OperatingSystemVersion"]);
5352
5352
  }
5353
5353
  if (output.ProgrammingLanguages === "") {
5354
5354
  contents.ProgrammingLanguages = [];
5355
5355
  }
5356
5356
  if (output["ProgrammingLanguages"] !== undefined && output["ProgrammingLanguages"]["member"] !== undefined) {
5357
- contents.ProgrammingLanguages = deserializeAws_queryPlatformProgrammingLanguages(smithy_client_1.getArrayIfSingleItem(output["ProgrammingLanguages"]["member"]), context);
5357
+ contents.ProgrammingLanguages = deserializeAws_queryPlatformProgrammingLanguages((0, smithy_client_1.getArrayIfSingleItem)(output["ProgrammingLanguages"]["member"]), context);
5358
5358
  }
5359
5359
  if (output.Frameworks === "") {
5360
5360
  contents.Frameworks = [];
5361
5361
  }
5362
5362
  if (output["Frameworks"] !== undefined && output["Frameworks"]["member"] !== undefined) {
5363
- contents.Frameworks = deserializeAws_queryPlatformFrameworks(smithy_client_1.getArrayIfSingleItem(output["Frameworks"]["member"]), context);
5363
+ contents.Frameworks = deserializeAws_queryPlatformFrameworks((0, smithy_client_1.getArrayIfSingleItem)(output["Frameworks"]["member"]), context);
5364
5364
  }
5365
5365
  if (output.CustomAmiList === "") {
5366
5366
  contents.CustomAmiList = [];
5367
5367
  }
5368
5368
  if (output["CustomAmiList"] !== undefined && output["CustomAmiList"]["member"] !== undefined) {
5369
- contents.CustomAmiList = deserializeAws_queryCustomAmiList(smithy_client_1.getArrayIfSingleItem(output["CustomAmiList"]["member"]), context);
5369
+ contents.CustomAmiList = deserializeAws_queryCustomAmiList((0, smithy_client_1.getArrayIfSingleItem)(output["CustomAmiList"]["member"]), context);
5370
5370
  }
5371
5371
  if (output.SupportedTierList === "") {
5372
5372
  contents.SupportedTierList = [];
5373
5373
  }
5374
5374
  if (output["SupportedTierList"] !== undefined && output["SupportedTierList"]["member"] !== undefined) {
5375
- contents.SupportedTierList = deserializeAws_querySupportedTierList(smithy_client_1.getArrayIfSingleItem(output["SupportedTierList"]["member"]), context);
5375
+ contents.SupportedTierList = deserializeAws_querySupportedTierList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedTierList"]["member"]), context);
5376
5376
  }
5377
5377
  if (output.SupportedAddonList === "") {
5378
5378
  contents.SupportedAddonList = [];
5379
5379
  }
5380
5380
  if (output["SupportedAddonList"] !== undefined && output["SupportedAddonList"]["member"] !== undefined) {
5381
- contents.SupportedAddonList = deserializeAws_querySupportedAddonList(smithy_client_1.getArrayIfSingleItem(output["SupportedAddonList"]["member"]), context);
5381
+ contents.SupportedAddonList = deserializeAws_querySupportedAddonList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedAddonList"]["member"]), context);
5382
5382
  }
5383
5383
  if (output["PlatformLifecycleState"] !== undefined) {
5384
- contents.PlatformLifecycleState = smithy_client_1.expectString(output["PlatformLifecycleState"]);
5384
+ contents.PlatformLifecycleState = (0, smithy_client_1.expectString)(output["PlatformLifecycleState"]);
5385
5385
  }
5386
5386
  if (output["PlatformBranchName"] !== undefined) {
5387
- contents.PlatformBranchName = smithy_client_1.expectString(output["PlatformBranchName"]);
5387
+ contents.PlatformBranchName = (0, smithy_client_1.expectString)(output["PlatformBranchName"]);
5388
5388
  }
5389
5389
  if (output["PlatformBranchLifecycleState"] !== undefined) {
5390
- contents.PlatformBranchLifecycleState = smithy_client_1.expectString(output["PlatformBranchLifecycleState"]);
5390
+ contents.PlatformBranchLifecycleState = (0, smithy_client_1.expectString)(output["PlatformBranchLifecycleState"]);
5391
5391
  }
5392
5392
  return contents;
5393
5393
  };
@@ -5397,10 +5397,10 @@ const deserializeAws_queryPlatformFramework = (output, context) => {
5397
5397
  Version: undefined,
5398
5398
  };
5399
5399
  if (output["Name"] !== undefined) {
5400
- contents.Name = smithy_client_1.expectString(output["Name"]);
5400
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5401
5401
  }
5402
5402
  if (output["Version"] !== undefined) {
5403
- contents.Version = smithy_client_1.expectString(output["Version"]);
5403
+ contents.Version = (0, smithy_client_1.expectString)(output["Version"]);
5404
5404
  }
5405
5405
  return contents;
5406
5406
  };
@@ -5420,10 +5420,10 @@ const deserializeAws_queryPlatformProgrammingLanguage = (output, context) => {
5420
5420
  Version: undefined,
5421
5421
  };
5422
5422
  if (output["Name"] !== undefined) {
5423
- contents.Name = smithy_client_1.expectString(output["Name"]);
5423
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5424
5424
  }
5425
5425
  if (output["Version"] !== undefined) {
5426
- contents.Version = smithy_client_1.expectString(output["Version"]);
5426
+ contents.Version = (0, smithy_client_1.expectString)(output["Version"]);
5427
5427
  }
5428
5428
  return contents;
5429
5429
  };
@@ -5453,46 +5453,46 @@ const deserializeAws_queryPlatformSummary = (output, context) => {
5453
5453
  PlatformBranchLifecycleState: undefined,
5454
5454
  };
5455
5455
  if (output["PlatformArn"] !== undefined) {
5456
- contents.PlatformArn = smithy_client_1.expectString(output["PlatformArn"]);
5456
+ contents.PlatformArn = (0, smithy_client_1.expectString)(output["PlatformArn"]);
5457
5457
  }
5458
5458
  if (output["PlatformOwner"] !== undefined) {
5459
- contents.PlatformOwner = smithy_client_1.expectString(output["PlatformOwner"]);
5459
+ contents.PlatformOwner = (0, smithy_client_1.expectString)(output["PlatformOwner"]);
5460
5460
  }
5461
5461
  if (output["PlatformStatus"] !== undefined) {
5462
- contents.PlatformStatus = smithy_client_1.expectString(output["PlatformStatus"]);
5462
+ contents.PlatformStatus = (0, smithy_client_1.expectString)(output["PlatformStatus"]);
5463
5463
  }
5464
5464
  if (output["PlatformCategory"] !== undefined) {
5465
- contents.PlatformCategory = smithy_client_1.expectString(output["PlatformCategory"]);
5465
+ contents.PlatformCategory = (0, smithy_client_1.expectString)(output["PlatformCategory"]);
5466
5466
  }
5467
5467
  if (output["OperatingSystemName"] !== undefined) {
5468
- contents.OperatingSystemName = smithy_client_1.expectString(output["OperatingSystemName"]);
5468
+ contents.OperatingSystemName = (0, smithy_client_1.expectString)(output["OperatingSystemName"]);
5469
5469
  }
5470
5470
  if (output["OperatingSystemVersion"] !== undefined) {
5471
- contents.OperatingSystemVersion = smithy_client_1.expectString(output["OperatingSystemVersion"]);
5471
+ contents.OperatingSystemVersion = (0, smithy_client_1.expectString)(output["OperatingSystemVersion"]);
5472
5472
  }
5473
5473
  if (output.SupportedTierList === "") {
5474
5474
  contents.SupportedTierList = [];
5475
5475
  }
5476
5476
  if (output["SupportedTierList"] !== undefined && output["SupportedTierList"]["member"] !== undefined) {
5477
- contents.SupportedTierList = deserializeAws_querySupportedTierList(smithy_client_1.getArrayIfSingleItem(output["SupportedTierList"]["member"]), context);
5477
+ contents.SupportedTierList = deserializeAws_querySupportedTierList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedTierList"]["member"]), context);
5478
5478
  }
5479
5479
  if (output.SupportedAddonList === "") {
5480
5480
  contents.SupportedAddonList = [];
5481
5481
  }
5482
5482
  if (output["SupportedAddonList"] !== undefined && output["SupportedAddonList"]["member"] !== undefined) {
5483
- contents.SupportedAddonList = deserializeAws_querySupportedAddonList(smithy_client_1.getArrayIfSingleItem(output["SupportedAddonList"]["member"]), context);
5483
+ contents.SupportedAddonList = deserializeAws_querySupportedAddonList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedAddonList"]["member"]), context);
5484
5484
  }
5485
5485
  if (output["PlatformLifecycleState"] !== undefined) {
5486
- contents.PlatformLifecycleState = smithy_client_1.expectString(output["PlatformLifecycleState"]);
5486
+ contents.PlatformLifecycleState = (0, smithy_client_1.expectString)(output["PlatformLifecycleState"]);
5487
5487
  }
5488
5488
  if (output["PlatformVersion"] !== undefined) {
5489
- contents.PlatformVersion = smithy_client_1.expectString(output["PlatformVersion"]);
5489
+ contents.PlatformVersion = (0, smithy_client_1.expectString)(output["PlatformVersion"]);
5490
5490
  }
5491
5491
  if (output["PlatformBranchName"] !== undefined) {
5492
- contents.PlatformBranchName = smithy_client_1.expectString(output["PlatformBranchName"]);
5492
+ contents.PlatformBranchName = (0, smithy_client_1.expectString)(output["PlatformBranchName"]);
5493
5493
  }
5494
5494
  if (output["PlatformBranchLifecycleState"] !== undefined) {
5495
- contents.PlatformBranchLifecycleState = smithy_client_1.expectString(output["PlatformBranchLifecycleState"]);
5495
+ contents.PlatformBranchLifecycleState = (0, smithy_client_1.expectString)(output["PlatformBranchLifecycleState"]);
5496
5496
  }
5497
5497
  return contents;
5498
5498
  };
@@ -5511,7 +5511,7 @@ const deserializeAws_queryPlatformVersionStillReferencedException = (output, con
5511
5511
  message: undefined,
5512
5512
  };
5513
5513
  if (output["message"] !== undefined) {
5514
- contents.message = smithy_client_1.expectString(output["message"]);
5514
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5515
5515
  }
5516
5516
  return contents;
5517
5517
  };
@@ -5521,10 +5521,10 @@ const deserializeAws_queryQueue = (output, context) => {
5521
5521
  URL: undefined,
5522
5522
  };
5523
5523
  if (output["Name"] !== undefined) {
5524
- contents.Name = smithy_client_1.expectString(output["Name"]);
5524
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5525
5525
  }
5526
5526
  if (output["URL"] !== undefined) {
5527
- contents.URL = smithy_client_1.expectString(output["URL"]);
5527
+ contents.URL = (0, smithy_client_1.expectString)(output["URL"]);
5528
5528
  }
5529
5529
  return contents;
5530
5530
  };
@@ -5543,7 +5543,7 @@ const deserializeAws_queryResourceNotFoundException = (output, context) => {
5543
5543
  message: undefined,
5544
5544
  };
5545
5545
  if (output["message"] !== undefined) {
5546
- contents.message = smithy_client_1.expectString(output["message"]);
5546
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5547
5547
  }
5548
5548
  return contents;
5549
5549
  };
@@ -5552,7 +5552,7 @@ const deserializeAws_queryResourceQuota = (output, context) => {
5552
5552
  Maximum: undefined,
5553
5553
  };
5554
5554
  if (output["Maximum"] !== undefined) {
5555
- contents.Maximum = smithy_client_1.strictParseInt32(output["Maximum"]);
5555
+ contents.Maximum = (0, smithy_client_1.strictParseInt32)(output["Maximum"]);
5556
5556
  }
5557
5557
  return contents;
5558
5558
  };
@@ -5587,13 +5587,13 @@ const deserializeAws_queryResourceTagsDescriptionMessage = (output, context) =>
5587
5587
  ResourceTags: undefined,
5588
5588
  };
5589
5589
  if (output["ResourceArn"] !== undefined) {
5590
- contents.ResourceArn = smithy_client_1.expectString(output["ResourceArn"]);
5590
+ contents.ResourceArn = (0, smithy_client_1.expectString)(output["ResourceArn"]);
5591
5591
  }
5592
5592
  if (output.ResourceTags === "") {
5593
5593
  contents.ResourceTags = [];
5594
5594
  }
5595
5595
  if (output["ResourceTags"] !== undefined && output["ResourceTags"]["member"] !== undefined) {
5596
- contents.ResourceTags = deserializeAws_queryTagList(smithy_client_1.getArrayIfSingleItem(output["ResourceTags"]["member"]), context);
5596
+ contents.ResourceTags = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["ResourceTags"]["member"]), context);
5597
5597
  }
5598
5598
  return contents;
5599
5599
  };
@@ -5602,7 +5602,7 @@ const deserializeAws_queryResourceTypeNotSupportedException = (output, context)
5602
5602
  message: undefined,
5603
5603
  };
5604
5604
  if (output["message"] !== undefined) {
5605
- contents.message = smithy_client_1.expectString(output["message"]);
5605
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5606
5606
  }
5607
5607
  return contents;
5608
5608
  };
@@ -5614,7 +5614,7 @@ const deserializeAws_queryRetrieveEnvironmentInfoResultMessage = (output, contex
5614
5614
  contents.EnvironmentInfo = [];
5615
5615
  }
5616
5616
  if (output["EnvironmentInfo"] !== undefined && output["EnvironmentInfo"]["member"] !== undefined) {
5617
- contents.EnvironmentInfo = deserializeAws_queryEnvironmentInfoDescriptionList(smithy_client_1.getArrayIfSingleItem(output["EnvironmentInfo"]["member"]), context);
5617
+ contents.EnvironmentInfo = deserializeAws_queryEnvironmentInfoDescriptionList((0, smithy_client_1.getArrayIfSingleItem)(output["EnvironmentInfo"]["member"]), context);
5618
5618
  }
5619
5619
  return contents;
5620
5620
  };
@@ -5624,10 +5624,10 @@ const deserializeAws_queryS3Location = (output, context) => {
5624
5624
  S3Key: undefined,
5625
5625
  };
5626
5626
  if (output["S3Bucket"] !== undefined) {
5627
- contents.S3Bucket = smithy_client_1.expectString(output["S3Bucket"]);
5627
+ contents.S3Bucket = (0, smithy_client_1.expectString)(output["S3Bucket"]);
5628
5628
  }
5629
5629
  if (output["S3Key"] !== undefined) {
5630
- contents.S3Key = smithy_client_1.expectString(output["S3Key"]);
5630
+ contents.S3Key = (0, smithy_client_1.expectString)(output["S3Key"]);
5631
5631
  }
5632
5632
  return contents;
5633
5633
  };
@@ -5636,7 +5636,7 @@ const deserializeAws_queryS3LocationNotInServiceRegionException = (output, conte
5636
5636
  message: undefined,
5637
5637
  };
5638
5638
  if (output["message"] !== undefined) {
5639
- contents.message = smithy_client_1.expectString(output["message"]);
5639
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5640
5640
  }
5641
5641
  return contents;
5642
5642
  };
@@ -5645,7 +5645,7 @@ const deserializeAws_queryS3SubscriptionRequiredException = (output, context) =>
5645
5645
  message: undefined,
5646
5646
  };
5647
5647
  if (output["message"] !== undefined) {
5648
- contents.message = smithy_client_1.expectString(output["message"]);
5648
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5649
5649
  }
5650
5650
  return contents;
5651
5651
  };
@@ -5663,22 +5663,22 @@ const deserializeAws_querySingleInstanceHealth = (output, context) => {
5663
5663
  InstanceType: undefined,
5664
5664
  };
5665
5665
  if (output["InstanceId"] !== undefined) {
5666
- contents.InstanceId = smithy_client_1.expectString(output["InstanceId"]);
5666
+ contents.InstanceId = (0, smithy_client_1.expectString)(output["InstanceId"]);
5667
5667
  }
5668
5668
  if (output["HealthStatus"] !== undefined) {
5669
- contents.HealthStatus = smithy_client_1.expectString(output["HealthStatus"]);
5669
+ contents.HealthStatus = (0, smithy_client_1.expectString)(output["HealthStatus"]);
5670
5670
  }
5671
5671
  if (output["Color"] !== undefined) {
5672
- contents.Color = smithy_client_1.expectString(output["Color"]);
5672
+ contents.Color = (0, smithy_client_1.expectString)(output["Color"]);
5673
5673
  }
5674
5674
  if (output.Causes === "") {
5675
5675
  contents.Causes = [];
5676
5676
  }
5677
5677
  if (output["Causes"] !== undefined && output["Causes"]["member"] !== undefined) {
5678
- contents.Causes = deserializeAws_queryCauses(smithy_client_1.getArrayIfSingleItem(output["Causes"]["member"]), context);
5678
+ contents.Causes = deserializeAws_queryCauses((0, smithy_client_1.getArrayIfSingleItem)(output["Causes"]["member"]), context);
5679
5679
  }
5680
5680
  if (output["LaunchedAt"] !== undefined) {
5681
- contents.LaunchedAt = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LaunchedAt"]));
5681
+ contents.LaunchedAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LaunchedAt"]));
5682
5682
  }
5683
5683
  if (output["ApplicationMetrics"] !== undefined) {
5684
5684
  contents.ApplicationMetrics = deserializeAws_queryApplicationMetrics(output["ApplicationMetrics"], context);
@@ -5690,10 +5690,10 @@ const deserializeAws_querySingleInstanceHealth = (output, context) => {
5690
5690
  contents.Deployment = deserializeAws_queryDeployment(output["Deployment"], context);
5691
5691
  }
5692
5692
  if (output["AvailabilityZone"] !== undefined) {
5693
- contents.AvailabilityZone = smithy_client_1.expectString(output["AvailabilityZone"]);
5693
+ contents.AvailabilityZone = (0, smithy_client_1.expectString)(output["AvailabilityZone"]);
5694
5694
  }
5695
5695
  if (output["InstanceType"] !== undefined) {
5696
- contents.InstanceType = smithy_client_1.expectString(output["InstanceType"]);
5696
+ contents.InstanceType = (0, smithy_client_1.expectString)(output["InstanceType"]);
5697
5697
  }
5698
5698
  return contents;
5699
5699
  };
@@ -5703,13 +5703,13 @@ const deserializeAws_querySolutionStackDescription = (output, context) => {
5703
5703
  PermittedFileTypes: undefined,
5704
5704
  };
5705
5705
  if (output["SolutionStackName"] !== undefined) {
5706
- contents.SolutionStackName = smithy_client_1.expectString(output["SolutionStackName"]);
5706
+ contents.SolutionStackName = (0, smithy_client_1.expectString)(output["SolutionStackName"]);
5707
5707
  }
5708
5708
  if (output.PermittedFileTypes === "") {
5709
5709
  contents.PermittedFileTypes = [];
5710
5710
  }
5711
5711
  if (output["PermittedFileTypes"] !== undefined && output["PermittedFileTypes"]["member"] !== undefined) {
5712
- contents.PermittedFileTypes = deserializeAws_querySolutionStackFileTypeList(smithy_client_1.getArrayIfSingleItem(output["PermittedFileTypes"]["member"]), context);
5712
+ contents.PermittedFileTypes = deserializeAws_querySolutionStackFileTypeList((0, smithy_client_1.getArrayIfSingleItem)(output["PermittedFileTypes"]["member"]), context);
5713
5713
  }
5714
5714
  return contents;
5715
5715
  };
@@ -5720,7 +5720,7 @@ const deserializeAws_querySolutionStackFileTypeList = (output, context) => {
5720
5720
  if (entry === null) {
5721
5721
  return null;
5722
5722
  }
5723
- return smithy_client_1.expectString(entry);
5723
+ return (0, smithy_client_1.expectString)(entry);
5724
5724
  });
5725
5725
  };
5726
5726
  const deserializeAws_querySourceBuildInformation = (output, context) => {
@@ -5730,13 +5730,13 @@ const deserializeAws_querySourceBuildInformation = (output, context) => {
5730
5730
  SourceLocation: undefined,
5731
5731
  };
5732
5732
  if (output["SourceType"] !== undefined) {
5733
- contents.SourceType = smithy_client_1.expectString(output["SourceType"]);
5733
+ contents.SourceType = (0, smithy_client_1.expectString)(output["SourceType"]);
5734
5734
  }
5735
5735
  if (output["SourceRepository"] !== undefined) {
5736
- contents.SourceRepository = smithy_client_1.expectString(output["SourceRepository"]);
5736
+ contents.SourceRepository = (0, smithy_client_1.expectString)(output["SourceRepository"]);
5737
5737
  }
5738
5738
  if (output["SourceLocation"] !== undefined) {
5739
- contents.SourceLocation = smithy_client_1.expectString(output["SourceLocation"]);
5739
+ contents.SourceLocation = (0, smithy_client_1.expectString)(output["SourceLocation"]);
5740
5740
  }
5741
5741
  return contents;
5742
5742
  };
@@ -5745,7 +5745,7 @@ const deserializeAws_querySourceBundleDeletionException = (output, context) => {
5745
5745
  message: undefined,
5746
5746
  };
5747
5747
  if (output["message"] !== undefined) {
5748
- contents.message = smithy_client_1.expectString(output["message"]);
5748
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5749
5749
  }
5750
5750
  return contents;
5751
5751
  };
@@ -5757,16 +5757,16 @@ const deserializeAws_queryStatusCodes = (output, context) => {
5757
5757
  Status5xx: undefined,
5758
5758
  };
5759
5759
  if (output["Status2xx"] !== undefined) {
5760
- contents.Status2xx = smithy_client_1.strictParseInt32(output["Status2xx"]);
5760
+ contents.Status2xx = (0, smithy_client_1.strictParseInt32)(output["Status2xx"]);
5761
5761
  }
5762
5762
  if (output["Status3xx"] !== undefined) {
5763
- contents.Status3xx = smithy_client_1.strictParseInt32(output["Status3xx"]);
5763
+ contents.Status3xx = (0, smithy_client_1.strictParseInt32)(output["Status3xx"]);
5764
5764
  }
5765
5765
  if (output["Status4xx"] !== undefined) {
5766
- contents.Status4xx = smithy_client_1.strictParseInt32(output["Status4xx"]);
5766
+ contents.Status4xx = (0, smithy_client_1.strictParseInt32)(output["Status4xx"]);
5767
5767
  }
5768
5768
  if (output["Status5xx"] !== undefined) {
5769
- contents.Status5xx = smithy_client_1.strictParseInt32(output["Status5xx"]);
5769
+ contents.Status5xx = (0, smithy_client_1.strictParseInt32)(output["Status5xx"]);
5770
5770
  }
5771
5771
  return contents;
5772
5772
  };
@@ -5777,7 +5777,7 @@ const deserializeAws_querySupportedAddonList = (output, context) => {
5777
5777
  if (entry === null) {
5778
5778
  return null;
5779
5779
  }
5780
- return smithy_client_1.expectString(entry);
5780
+ return (0, smithy_client_1.expectString)(entry);
5781
5781
  });
5782
5782
  };
5783
5783
  const deserializeAws_querySupportedTierList = (output, context) => {
@@ -5787,7 +5787,7 @@ const deserializeAws_querySupportedTierList = (output, context) => {
5787
5787
  if (entry === null) {
5788
5788
  return null;
5789
5789
  }
5790
- return smithy_client_1.expectString(entry);
5790
+ return (0, smithy_client_1.expectString)(entry);
5791
5791
  });
5792
5792
  };
5793
5793
  const deserializeAws_querySystemStatus = (output, context) => {
@@ -5802,7 +5802,7 @@ const deserializeAws_querySystemStatus = (output, context) => {
5802
5802
  contents.LoadAverage = [];
5803
5803
  }
5804
5804
  if (output["LoadAverage"] !== undefined && output["LoadAverage"]["member"] !== undefined) {
5805
- contents.LoadAverage = deserializeAws_queryLoadAverage(smithy_client_1.getArrayIfSingleItem(output["LoadAverage"]["member"]), context);
5805
+ contents.LoadAverage = deserializeAws_queryLoadAverage((0, smithy_client_1.getArrayIfSingleItem)(output["LoadAverage"]["member"]), context);
5806
5806
  }
5807
5807
  return contents;
5808
5808
  };
@@ -5812,10 +5812,10 @@ const deserializeAws_queryTag = (output, context) => {
5812
5812
  Value: undefined,
5813
5813
  };
5814
5814
  if (output["Key"] !== undefined) {
5815
- contents.Key = smithy_client_1.expectString(output["Key"]);
5815
+ contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
5816
5816
  }
5817
5817
  if (output["Value"] !== undefined) {
5818
- contents.Value = smithy_client_1.expectString(output["Value"]);
5818
+ contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
5819
5819
  }
5820
5820
  return contents;
5821
5821
  };
@@ -5834,7 +5834,7 @@ const deserializeAws_queryTooManyApplicationsException = (output, context) => {
5834
5834
  message: undefined,
5835
5835
  };
5836
5836
  if (output["message"] !== undefined) {
5837
- contents.message = smithy_client_1.expectString(output["message"]);
5837
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5838
5838
  }
5839
5839
  return contents;
5840
5840
  };
@@ -5843,7 +5843,7 @@ const deserializeAws_queryTooManyApplicationVersionsException = (output, context
5843
5843
  message: undefined,
5844
5844
  };
5845
5845
  if (output["message"] !== undefined) {
5846
- contents.message = smithy_client_1.expectString(output["message"]);
5846
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5847
5847
  }
5848
5848
  return contents;
5849
5849
  };
@@ -5852,7 +5852,7 @@ const deserializeAws_queryTooManyBucketsException = (output, context) => {
5852
5852
  message: undefined,
5853
5853
  };
5854
5854
  if (output["message"] !== undefined) {
5855
- contents.message = smithy_client_1.expectString(output["message"]);
5855
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5856
5856
  }
5857
5857
  return contents;
5858
5858
  };
@@ -5861,7 +5861,7 @@ const deserializeAws_queryTooManyConfigurationTemplatesException = (output, cont
5861
5861
  message: undefined,
5862
5862
  };
5863
5863
  if (output["message"] !== undefined) {
5864
- contents.message = smithy_client_1.expectString(output["message"]);
5864
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5865
5865
  }
5866
5866
  return contents;
5867
5867
  };
@@ -5870,7 +5870,7 @@ const deserializeAws_queryTooManyEnvironmentsException = (output, context) => {
5870
5870
  message: undefined,
5871
5871
  };
5872
5872
  if (output["message"] !== undefined) {
5873
- contents.message = smithy_client_1.expectString(output["message"]);
5873
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5874
5874
  }
5875
5875
  return contents;
5876
5876
  };
@@ -5879,7 +5879,7 @@ const deserializeAws_queryTooManyPlatformsException = (output, context) => {
5879
5879
  message: undefined,
5880
5880
  };
5881
5881
  if (output["message"] !== undefined) {
5882
- contents.message = smithy_client_1.expectString(output["message"]);
5882
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5883
5883
  }
5884
5884
  return contents;
5885
5885
  };
@@ -5888,7 +5888,7 @@ const deserializeAws_queryTooManyTagsException = (output, context) => {
5888
5888
  message: undefined,
5889
5889
  };
5890
5890
  if (output["message"] !== undefined) {
5891
- contents.message = smithy_client_1.expectString(output["message"]);
5891
+ contents.message = (0, smithy_client_1.expectString)(output["message"]);
5892
5892
  }
5893
5893
  return contents;
5894
5894
  };
@@ -5897,7 +5897,7 @@ const deserializeAws_queryTrigger = (output, context) => {
5897
5897
  Name: undefined,
5898
5898
  };
5899
5899
  if (output["Name"] !== undefined) {
5900
- contents.Name = smithy_client_1.expectString(output["Name"]);
5900
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5901
5901
  }
5902
5902
  return contents;
5903
5903
  };
@@ -5919,16 +5919,16 @@ const deserializeAws_queryValidationMessage = (output, context) => {
5919
5919
  OptionName: undefined,
5920
5920
  };
5921
5921
  if (output["Message"] !== undefined) {
5922
- contents.Message = smithy_client_1.expectString(output["Message"]);
5922
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5923
5923
  }
5924
5924
  if (output["Severity"] !== undefined) {
5925
- contents.Severity = smithy_client_1.expectString(output["Severity"]);
5925
+ contents.Severity = (0, smithy_client_1.expectString)(output["Severity"]);
5926
5926
  }
5927
5927
  if (output["Namespace"] !== undefined) {
5928
- contents.Namespace = smithy_client_1.expectString(output["Namespace"]);
5928
+ contents.Namespace = (0, smithy_client_1.expectString)(output["Namespace"]);
5929
5929
  }
5930
5930
  if (output["OptionName"] !== undefined) {
5931
- contents.OptionName = smithy_client_1.expectString(output["OptionName"]);
5931
+ contents.OptionName = (0, smithy_client_1.expectString)(output["OptionName"]);
5932
5932
  }
5933
5933
  return contents;
5934
5934
  };
@@ -5949,7 +5949,7 @@ const deserializeAws_queryVersionLabelsList = (output, context) => {
5949
5949
  if (entry === null) {
5950
5950
  return null;
5951
5951
  }
5952
- return smithy_client_1.expectString(entry);
5952
+ return (0, smithy_client_1.expectString)(entry);
5953
5953
  });
5954
5954
  };
5955
5955
  const deserializeMetadata = (output) => {
@@ -5988,12 +5988,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
5988
5988
  };
5989
5989
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
5990
5990
  if (encoded.length) {
5991
- const parsedObj = fast_xml_parser_1.parse(encoded, {
5991
+ const parsedObj = (0, fast_xml_parser_1.parse)(encoded, {
5992
5992
  attributeNamePrefix: "",
5993
5993
  ignoreAttributes: false,
5994
5994
  parseNodeValue: false,
5995
5995
  trimValues: false,
5996
- tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" : entities_1.decodeHTML(val)),
5996
+ tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" : (0, entities_1.decodeHTML)(val)),
5997
5997
  });
5998
5998
  const textNodeName = "#text";
5999
5999
  const key = Object.keys(parsedObj)[0];
@@ -6002,12 +6002,12 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
6002
6002
  parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
6003
6003
  delete parsedObjToReturn[textNodeName];
6004
6004
  }
6005
- return smithy_client_1.getValueFromTextNode(parsedObjToReturn);
6005
+ return (0, smithy_client_1.getValueFromTextNode)(parsedObjToReturn);
6006
6006
  }
6007
6007
  return {};
6008
6008
  });
6009
6009
  const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
6010
- .map(([key, value]) => smithy_client_1.extendedEncodeURIComponent(key) + "=" + smithy_client_1.extendedEncodeURIComponent(value))
6010
+ .map(([key, value]) => (0, smithy_client_1.extendedEncodeURIComponent)(key) + "=" + (0, smithy_client_1.extendedEncodeURIComponent)(value))
6011
6011
  .join("&");
6012
6012
  const loadQueryErrorCode = (output, data) => {
6013
6013
  if (data.Error.Code !== undefined) {