@aws-sdk/client-cloudformation 3.54.1 → 3.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/CloudFormationClient.js +13 -13
  3. package/dist-cjs/commands/ActivateTypeCommand.js +3 -3
  4. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +3 -3
  5. package/dist-cjs/commands/CancelUpdateStackCommand.js +3 -3
  6. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +3 -3
  7. package/dist-cjs/commands/CreateChangeSetCommand.js +3 -3
  8. package/dist-cjs/commands/CreateStackCommand.js +3 -3
  9. package/dist-cjs/commands/CreateStackInstancesCommand.js +3 -3
  10. package/dist-cjs/commands/CreateStackSetCommand.js +3 -3
  11. package/dist-cjs/commands/DeactivateTypeCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteChangeSetCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteStackCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteStackInstancesCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteStackSetCommand.js +3 -3
  16. package/dist-cjs/commands/DeregisterTypeCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeChangeSetCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +3 -3
  20. package/dist-cjs/commands/DescribePublisherCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeStackEventsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeStackInstanceCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeStackResourceCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeStackResourcesCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeStackSetCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeStacksCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeTypeCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +3 -3
  32. package/dist-cjs/commands/DetectStackDriftCommand.js +3 -3
  33. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +3 -3
  34. package/dist-cjs/commands/DetectStackSetDriftCommand.js +3 -3
  35. package/dist-cjs/commands/EstimateTemplateCostCommand.js +3 -3
  36. package/dist-cjs/commands/ExecuteChangeSetCommand.js +3 -3
  37. package/dist-cjs/commands/GetStackPolicyCommand.js +3 -3
  38. package/dist-cjs/commands/GetTemplateCommand.js +3 -3
  39. package/dist-cjs/commands/GetTemplateSummaryCommand.js +3 -3
  40. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +3 -3
  41. package/dist-cjs/commands/ListChangeSetsCommand.js +3 -3
  42. package/dist-cjs/commands/ListExportsCommand.js +3 -3
  43. package/dist-cjs/commands/ListImportsCommand.js +3 -3
  44. package/dist-cjs/commands/ListStackInstancesCommand.js +3 -3
  45. package/dist-cjs/commands/ListStackResourcesCommand.js +3 -3
  46. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +3 -3
  47. package/dist-cjs/commands/ListStackSetOperationsCommand.js +3 -3
  48. package/dist-cjs/commands/ListStackSetsCommand.js +3 -3
  49. package/dist-cjs/commands/ListStacksCommand.js +3 -3
  50. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +3 -3
  51. package/dist-cjs/commands/ListTypeVersionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListTypesCommand.js +3 -3
  53. package/dist-cjs/commands/PublishTypeCommand.js +3 -3
  54. package/dist-cjs/commands/RecordHandlerProgressCommand.js +3 -3
  55. package/dist-cjs/commands/RegisterPublisherCommand.js +3 -3
  56. package/dist-cjs/commands/RegisterTypeCommand.js +3 -3
  57. package/dist-cjs/commands/RollbackStackCommand.js +3 -3
  58. package/dist-cjs/commands/SetStackPolicyCommand.js +3 -3
  59. package/dist-cjs/commands/SetTypeConfigurationCommand.js +3 -3
  60. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +3 -3
  61. package/dist-cjs/commands/SignalResourceCommand.js +3 -3
  62. package/dist-cjs/commands/StopStackSetOperationCommand.js +3 -3
  63. package/dist-cjs/commands/TestTypeCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateStackCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateStackInstancesCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateStackSetCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +3 -3
  68. package/dist-cjs/commands/ValidateTemplateCommand.js +3 -3
  69. package/dist-cjs/endpoints.js +1 -1
  70. package/dist-cjs/protocols/Aws_query.js +564 -564
  71. package/dist-cjs/runtimeConfig.browser.js +4 -4
  72. package/dist-cjs/runtimeConfig.js +9 -9
  73. package/dist-cjs/runtimeConfig.native.js +1 -1
  74. package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +3 -3
  75. package/dist-cjs/waiters/waitForStackCreateComplete.js +3 -3
  76. package/dist-cjs/waiters/waitForStackDeleteComplete.js +3 -3
  77. package/dist-cjs/waiters/waitForStackExists.js +3 -3
  78. package/dist-cjs/waiters/waitForStackImportComplete.js +3 -3
  79. package/dist-cjs/waiters/waitForStackRollbackComplete.js +3 -3
  80. package/dist-cjs/waiters/waitForStackUpdateComplete.js +3 -3
  81. package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +3 -3
  82. package/dist-es/CloudFormation.js +66 -66
  83. package/dist-es/pagination/DescribeAccountLimitsPaginator.js +4 -4
  84. package/dist-es/pagination/DescribeStackEventsPaginator.js +4 -4
  85. package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +4 -4
  86. package/dist-es/pagination/DescribeStacksPaginator.js +4 -4
  87. package/dist-es/pagination/ListChangeSetsPaginator.js +4 -4
  88. package/dist-es/pagination/ListExportsPaginator.js +4 -4
  89. package/dist-es/pagination/ListImportsPaginator.js +4 -4
  90. package/dist-es/pagination/ListStackInstancesPaginator.js +4 -4
  91. package/dist-es/pagination/ListStackResourcesPaginator.js +4 -4
  92. package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +4 -4
  93. package/dist-es/pagination/ListStackSetOperationsPaginator.js +4 -4
  94. package/dist-es/pagination/ListStackSetsPaginator.js +4 -4
  95. package/dist-es/pagination/ListStacksPaginator.js +4 -4
  96. package/dist-es/pagination/ListTypeRegistrationsPaginator.js +4 -4
  97. package/dist-es/pagination/ListTypeVersionsPaginator.js +4 -4
  98. package/dist-es/pagination/ListTypesPaginator.js +4 -4
  99. package/dist-es/protocols/Aws_query.js +87 -87
  100. package/dist-es/waiters/waitForStackCreateComplete.js +6 -6
  101. package/dist-es/waiters/waitForStackDeleteComplete.js +7 -7
  102. package/dist-es/waiters/waitForStackImportComplete.js +6 -6
  103. package/dist-es/waiters/waitForStackRollbackComplete.js +4 -4
  104. package/dist-es/waiters/waitForStackUpdateComplete.js +4 -4
  105. package/dist-types/runtimeConfig.native.d.ts +2 -2
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  107. package/package.json +35 -35
@@ -904,7 +904,7 @@ const deserializeAws_queryActivateTypeCommandError = async (output, context) =>
904
904
  $fault: "client",
905
905
  $metadata: deserializeMetadata(output),
906
906
  });
907
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
907
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
908
908
  }
909
909
  };
910
910
  const deserializeAws_queryBatchDescribeTypeConfigurationsCommand = async (output, context) => {
@@ -943,7 +943,7 @@ const deserializeAws_queryBatchDescribeTypeConfigurationsCommandError = async (o
943
943
  $fault: "client",
944
944
  $metadata: deserializeMetadata(output),
945
945
  });
946
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
946
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
947
947
  }
948
948
  };
949
949
  const deserializeAws_queryCancelUpdateStackCommand = async (output, context) => {
@@ -976,7 +976,7 @@ const deserializeAws_queryCancelUpdateStackCommandError = async (output, context
976
976
  $fault: "client",
977
977
  $metadata: deserializeMetadata(output),
978
978
  });
979
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
979
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
980
980
  }
981
981
  };
982
982
  const deserializeAws_queryContinueUpdateRollbackCommand = async (output, context) => {
@@ -1012,7 +1012,7 @@ const deserializeAws_queryContinueUpdateRollbackCommandError = async (output, co
1012
1012
  $fault: "client",
1013
1013
  $metadata: deserializeMetadata(output),
1014
1014
  });
1015
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1015
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1016
1016
  }
1017
1017
  };
1018
1018
  const deserializeAws_queryCreateChangeSetCommand = async (output, context) => {
@@ -1054,7 +1054,7 @@ const deserializeAws_queryCreateChangeSetCommandError = async (output, context)
1054
1054
  $fault: "client",
1055
1055
  $metadata: deserializeMetadata(output),
1056
1056
  });
1057
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1057
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1058
1058
  }
1059
1059
  };
1060
1060
  const deserializeAws_queryCreateStackCommand = async (output, context) => {
@@ -1099,7 +1099,7 @@ const deserializeAws_queryCreateStackCommandError = async (output, context) => {
1099
1099
  $fault: "client",
1100
1100
  $metadata: deserializeMetadata(output),
1101
1101
  });
1102
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1102
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1103
1103
  }
1104
1104
  };
1105
1105
  const deserializeAws_queryCreateStackInstancesCommand = async (output, context) => {
@@ -1150,7 +1150,7 @@ const deserializeAws_queryCreateStackInstancesCommandError = async (output, cont
1150
1150
  $fault: "client",
1151
1151
  $metadata: deserializeMetadata(output),
1152
1152
  });
1153
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1153
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1154
1154
  }
1155
1155
  };
1156
1156
  const deserializeAws_queryCreateStackSetCommand = async (output, context) => {
@@ -1192,7 +1192,7 @@ const deserializeAws_queryCreateStackSetCommandError = async (output, context) =
1192
1192
  $fault: "client",
1193
1193
  $metadata: deserializeMetadata(output),
1194
1194
  });
1195
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1195
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1196
1196
  }
1197
1197
  };
1198
1198
  const deserializeAws_queryDeactivateTypeCommand = async (output, context) => {
@@ -1231,7 +1231,7 @@ const deserializeAws_queryDeactivateTypeCommandError = async (output, context) =
1231
1231
  $fault: "client",
1232
1232
  $metadata: deserializeMetadata(output),
1233
1233
  });
1234
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1234
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1235
1235
  }
1236
1236
  };
1237
1237
  const deserializeAws_queryDeleteChangeSetCommand = async (output, context) => {
@@ -1267,7 +1267,7 @@ const deserializeAws_queryDeleteChangeSetCommandError = async (output, context)
1267
1267
  $fault: "client",
1268
1268
  $metadata: deserializeMetadata(output),
1269
1269
  });
1270
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1270
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1271
1271
  }
1272
1272
  };
1273
1273
  const deserializeAws_queryDeleteStackCommand = async (output, context) => {
@@ -1300,7 +1300,7 @@ const deserializeAws_queryDeleteStackCommandError = async (output, context) => {
1300
1300
  $fault: "client",
1301
1301
  $metadata: deserializeMetadata(output),
1302
1302
  });
1303
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1303
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1304
1304
  }
1305
1305
  };
1306
1306
  const deserializeAws_queryDeleteStackInstancesCommand = async (output, context) => {
@@ -1348,7 +1348,7 @@ const deserializeAws_queryDeleteStackInstancesCommandError = async (output, cont
1348
1348
  $fault: "client",
1349
1349
  $metadata: deserializeMetadata(output),
1350
1350
  });
1351
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1351
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1352
1352
  }
1353
1353
  };
1354
1354
  const deserializeAws_queryDeleteStackSetCommand = async (output, context) => {
@@ -1387,7 +1387,7 @@ const deserializeAws_queryDeleteStackSetCommandError = async (output, context) =
1387
1387
  $fault: "client",
1388
1388
  $metadata: deserializeMetadata(output),
1389
1389
  });
1390
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1390
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1391
1391
  }
1392
1392
  };
1393
1393
  const deserializeAws_queryDeregisterTypeCommand = async (output, context) => {
@@ -1426,7 +1426,7 @@ const deserializeAws_queryDeregisterTypeCommandError = async (output, context) =
1426
1426
  $fault: "client",
1427
1427
  $metadata: deserializeMetadata(output),
1428
1428
  });
1429
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1429
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1430
1430
  }
1431
1431
  };
1432
1432
  const deserializeAws_queryDescribeAccountLimitsCommand = async (output, context) => {
@@ -1459,7 +1459,7 @@ const deserializeAws_queryDescribeAccountLimitsCommandError = async (output, con
1459
1459
  $fault: "client",
1460
1460
  $metadata: deserializeMetadata(output),
1461
1461
  });
1462
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1462
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1463
1463
  }
1464
1464
  };
1465
1465
  const deserializeAws_queryDescribeChangeSetCommand = async (output, context) => {
@@ -1495,7 +1495,7 @@ const deserializeAws_queryDescribeChangeSetCommandError = async (output, context
1495
1495
  $fault: "client",
1496
1496
  $metadata: deserializeMetadata(output),
1497
1497
  });
1498
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1498
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1499
1499
  }
1500
1500
  };
1501
1501
  const deserializeAws_queryDescribeChangeSetHooksCommand = async (output, context) => {
@@ -1531,7 +1531,7 @@ const deserializeAws_queryDescribeChangeSetHooksCommandError = async (output, co
1531
1531
  $fault: "client",
1532
1532
  $metadata: deserializeMetadata(output),
1533
1533
  });
1534
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1534
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1535
1535
  }
1536
1536
  };
1537
1537
  const deserializeAws_queryDescribePublisherCommand = async (output, context) => {
@@ -1567,7 +1567,7 @@ const deserializeAws_queryDescribePublisherCommandError = async (output, context
1567
1567
  $fault: "client",
1568
1568
  $metadata: deserializeMetadata(output),
1569
1569
  });
1570
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1570
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1571
1571
  }
1572
1572
  };
1573
1573
  const deserializeAws_queryDescribeStackDriftDetectionStatusCommand = async (output, context) => {
@@ -1600,7 +1600,7 @@ const deserializeAws_queryDescribeStackDriftDetectionStatusCommandError = async
1600
1600
  $fault: "client",
1601
1601
  $metadata: deserializeMetadata(output),
1602
1602
  });
1603
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1603
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1604
1604
  }
1605
1605
  };
1606
1606
  const deserializeAws_queryDescribeStackEventsCommand = async (output, context) => {
@@ -1633,7 +1633,7 @@ const deserializeAws_queryDescribeStackEventsCommandError = async (output, conte
1633
1633
  $fault: "client",
1634
1634
  $metadata: deserializeMetadata(output),
1635
1635
  });
1636
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1636
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1637
1637
  }
1638
1638
  };
1639
1639
  const deserializeAws_queryDescribeStackInstanceCommand = async (output, context) => {
@@ -1672,7 +1672,7 @@ const deserializeAws_queryDescribeStackInstanceCommandError = async (output, con
1672
1672
  $fault: "client",
1673
1673
  $metadata: deserializeMetadata(output),
1674
1674
  });
1675
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1675
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1676
1676
  }
1677
1677
  };
1678
1678
  const deserializeAws_queryDescribeStackResourceCommand = async (output, context) => {
@@ -1705,7 +1705,7 @@ const deserializeAws_queryDescribeStackResourceCommandError = async (output, con
1705
1705
  $fault: "client",
1706
1706
  $metadata: deserializeMetadata(output),
1707
1707
  });
1708
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1708
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1709
1709
  }
1710
1710
  };
1711
1711
  const deserializeAws_queryDescribeStackResourceDriftsCommand = async (output, context) => {
@@ -1738,7 +1738,7 @@ const deserializeAws_queryDescribeStackResourceDriftsCommandError = async (outpu
1738
1738
  $fault: "client",
1739
1739
  $metadata: deserializeMetadata(output),
1740
1740
  });
1741
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1741
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1742
1742
  }
1743
1743
  };
1744
1744
  const deserializeAws_queryDescribeStackResourcesCommand = async (output, context) => {
@@ -1771,7 +1771,7 @@ const deserializeAws_queryDescribeStackResourcesCommandError = async (output, co
1771
1771
  $fault: "client",
1772
1772
  $metadata: deserializeMetadata(output),
1773
1773
  });
1774
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1774
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1775
1775
  }
1776
1776
  };
1777
1777
  const deserializeAws_queryDescribeStacksCommand = async (output, context) => {
@@ -1804,7 +1804,7 @@ const deserializeAws_queryDescribeStacksCommandError = async (output, context) =
1804
1804
  $fault: "client",
1805
1805
  $metadata: deserializeMetadata(output),
1806
1806
  });
1807
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1807
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1808
1808
  }
1809
1809
  };
1810
1810
  const deserializeAws_queryDescribeStackSetCommand = async (output, context) => {
@@ -1840,7 +1840,7 @@ const deserializeAws_queryDescribeStackSetCommandError = async (output, context)
1840
1840
  $fault: "client",
1841
1841
  $metadata: deserializeMetadata(output),
1842
1842
  });
1843
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1843
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1844
1844
  }
1845
1845
  };
1846
1846
  const deserializeAws_queryDescribeStackSetOperationCommand = async (output, context) => {
@@ -1879,7 +1879,7 @@ const deserializeAws_queryDescribeStackSetOperationCommandError = async (output,
1879
1879
  $fault: "client",
1880
1880
  $metadata: deserializeMetadata(output),
1881
1881
  });
1882
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1882
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1883
1883
  }
1884
1884
  };
1885
1885
  const deserializeAws_queryDescribeTypeCommand = async (output, context) => {
@@ -1918,7 +1918,7 @@ const deserializeAws_queryDescribeTypeCommandError = async (output, context) =>
1918
1918
  $fault: "client",
1919
1919
  $metadata: deserializeMetadata(output),
1920
1920
  });
1921
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1921
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1922
1922
  }
1923
1923
  };
1924
1924
  const deserializeAws_queryDescribeTypeRegistrationCommand = async (output, context) => {
@@ -1954,7 +1954,7 @@ const deserializeAws_queryDescribeTypeRegistrationCommandError = async (output,
1954
1954
  $fault: "client",
1955
1955
  $metadata: deserializeMetadata(output),
1956
1956
  });
1957
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1957
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1958
1958
  }
1959
1959
  };
1960
1960
  const deserializeAws_queryDetectStackDriftCommand = async (output, context) => {
@@ -1987,7 +1987,7 @@ const deserializeAws_queryDetectStackDriftCommandError = async (output, context)
1987
1987
  $fault: "client",
1988
1988
  $metadata: deserializeMetadata(output),
1989
1989
  });
1990
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1990
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1991
1991
  }
1992
1992
  };
1993
1993
  const deserializeAws_queryDetectStackResourceDriftCommand = async (output, context) => {
@@ -2020,7 +2020,7 @@ const deserializeAws_queryDetectStackResourceDriftCommandError = async (output,
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_queryDetectStackSetDriftCommand = async (output, context) => {
@@ -2062,7 +2062,7 @@ const deserializeAws_queryDetectStackSetDriftCommandError = async (output, conte
2062
2062
  $fault: "client",
2063
2063
  $metadata: deserializeMetadata(output),
2064
2064
  });
2065
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2065
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2066
2066
  }
2067
2067
  };
2068
2068
  const deserializeAws_queryEstimateTemplateCostCommand = async (output, context) => {
@@ -2095,7 +2095,7 @@ const deserializeAws_queryEstimateTemplateCostCommandError = async (output, cont
2095
2095
  $fault: "client",
2096
2096
  $metadata: deserializeMetadata(output),
2097
2097
  });
2098
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2098
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2099
2099
  }
2100
2100
  };
2101
2101
  const deserializeAws_queryExecuteChangeSetCommand = async (output, context) => {
@@ -2140,7 +2140,7 @@ const deserializeAws_queryExecuteChangeSetCommandError = async (output, context)
2140
2140
  $fault: "client",
2141
2141
  $metadata: deserializeMetadata(output),
2142
2142
  });
2143
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2143
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2144
2144
  }
2145
2145
  };
2146
2146
  const deserializeAws_queryGetStackPolicyCommand = async (output, context) => {
@@ -2173,7 +2173,7 @@ const deserializeAws_queryGetStackPolicyCommandError = async (output, context) =
2173
2173
  $fault: "client",
2174
2174
  $metadata: deserializeMetadata(output),
2175
2175
  });
2176
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2176
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2177
2177
  }
2178
2178
  };
2179
2179
  const deserializeAws_queryGetTemplateCommand = async (output, context) => {
@@ -2209,7 +2209,7 @@ const deserializeAws_queryGetTemplateCommandError = async (output, context) => {
2209
2209
  $fault: "client",
2210
2210
  $metadata: deserializeMetadata(output),
2211
2211
  });
2212
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2212
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2213
2213
  }
2214
2214
  };
2215
2215
  const deserializeAws_queryGetTemplateSummaryCommand = async (output, context) => {
@@ -2245,7 +2245,7 @@ const deserializeAws_queryGetTemplateSummaryCommandError = async (output, contex
2245
2245
  $fault: "client",
2246
2246
  $metadata: deserializeMetadata(output),
2247
2247
  });
2248
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2248
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2249
2249
  }
2250
2250
  };
2251
2251
  const deserializeAws_queryImportStacksToStackSetCommand = async (output, context) => {
@@ -2299,7 +2299,7 @@ const deserializeAws_queryImportStacksToStackSetCommandError = async (output, co
2299
2299
  $fault: "client",
2300
2300
  $metadata: deserializeMetadata(output),
2301
2301
  });
2302
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2302
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2303
2303
  }
2304
2304
  };
2305
2305
  const deserializeAws_queryListChangeSetsCommand = async (output, context) => {
@@ -2332,7 +2332,7 @@ const deserializeAws_queryListChangeSetsCommandError = async (output, context) =
2332
2332
  $fault: "client",
2333
2333
  $metadata: deserializeMetadata(output),
2334
2334
  });
2335
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2335
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2336
2336
  }
2337
2337
  };
2338
2338
  const deserializeAws_queryListExportsCommand = async (output, context) => {
@@ -2365,7 +2365,7 @@ const deserializeAws_queryListExportsCommandError = async (output, context) => {
2365
2365
  $fault: "client",
2366
2366
  $metadata: deserializeMetadata(output),
2367
2367
  });
2368
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2368
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2369
2369
  }
2370
2370
  };
2371
2371
  const deserializeAws_queryListImportsCommand = async (output, context) => {
@@ -2398,7 +2398,7 @@ const deserializeAws_queryListImportsCommandError = async (output, context) => {
2398
2398
  $fault: "client",
2399
2399
  $metadata: deserializeMetadata(output),
2400
2400
  });
2401
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2401
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2402
2402
  }
2403
2403
  };
2404
2404
  const deserializeAws_queryListStackInstancesCommand = async (output, context) => {
@@ -2434,7 +2434,7 @@ const deserializeAws_queryListStackInstancesCommandError = async (output, contex
2434
2434
  $fault: "client",
2435
2435
  $metadata: deserializeMetadata(output),
2436
2436
  });
2437
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2437
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2438
2438
  }
2439
2439
  };
2440
2440
  const deserializeAws_queryListStackResourcesCommand = async (output, context) => {
@@ -2467,7 +2467,7 @@ const deserializeAws_queryListStackResourcesCommandError = async (output, contex
2467
2467
  $fault: "client",
2468
2468
  $metadata: deserializeMetadata(output),
2469
2469
  });
2470
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2470
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2471
2471
  }
2472
2472
  };
2473
2473
  const deserializeAws_queryListStacksCommand = async (output, context) => {
@@ -2500,7 +2500,7 @@ const deserializeAws_queryListStacksCommandError = async (output, context) => {
2500
2500
  $fault: "client",
2501
2501
  $metadata: deserializeMetadata(output),
2502
2502
  });
2503
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2503
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2504
2504
  }
2505
2505
  };
2506
2506
  const deserializeAws_queryListStackSetOperationResultsCommand = async (output, context) => {
@@ -2539,7 +2539,7 @@ const deserializeAws_queryListStackSetOperationResultsCommandError = async (outp
2539
2539
  $fault: "client",
2540
2540
  $metadata: deserializeMetadata(output),
2541
2541
  });
2542
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2542
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2543
2543
  }
2544
2544
  };
2545
2545
  const deserializeAws_queryListStackSetOperationsCommand = async (output, context) => {
@@ -2575,7 +2575,7 @@ const deserializeAws_queryListStackSetOperationsCommandError = async (output, co
2575
2575
  $fault: "client",
2576
2576
  $metadata: deserializeMetadata(output),
2577
2577
  });
2578
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2578
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2579
2579
  }
2580
2580
  };
2581
2581
  const deserializeAws_queryListStackSetsCommand = async (output, context) => {
@@ -2608,7 +2608,7 @@ const deserializeAws_queryListStackSetsCommandError = async (output, context) =>
2608
2608
  $fault: "client",
2609
2609
  $metadata: deserializeMetadata(output),
2610
2610
  });
2611
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2611
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2612
2612
  }
2613
2613
  };
2614
2614
  const deserializeAws_queryListTypeRegistrationsCommand = async (output, context) => {
@@ -2644,7 +2644,7 @@ const deserializeAws_queryListTypeRegistrationsCommandError = async (output, con
2644
2644
  $fault: "client",
2645
2645
  $metadata: deserializeMetadata(output),
2646
2646
  });
2647
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2647
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2648
2648
  }
2649
2649
  };
2650
2650
  const deserializeAws_queryListTypesCommand = async (output, context) => {
@@ -2680,7 +2680,7 @@ const deserializeAws_queryListTypesCommandError = async (output, context) => {
2680
2680
  $fault: "client",
2681
2681
  $metadata: deserializeMetadata(output),
2682
2682
  });
2683
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2683
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2684
2684
  }
2685
2685
  };
2686
2686
  const deserializeAws_queryListTypeVersionsCommand = async (output, context) => {
@@ -2716,7 +2716,7 @@ const deserializeAws_queryListTypeVersionsCommandError = async (output, context)
2716
2716
  $fault: "client",
2717
2717
  $metadata: deserializeMetadata(output),
2718
2718
  });
2719
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2719
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2720
2720
  }
2721
2721
  };
2722
2722
  const deserializeAws_queryPublishTypeCommand = async (output, context) => {
@@ -2755,7 +2755,7 @@ const deserializeAws_queryPublishTypeCommandError = async (output, context) => {
2755
2755
  $fault: "client",
2756
2756
  $metadata: deserializeMetadata(output),
2757
2757
  });
2758
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2758
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2759
2759
  }
2760
2760
  };
2761
2761
  const deserializeAws_queryRecordHandlerProgressCommand = async (output, context) => {
@@ -2794,7 +2794,7 @@ const deserializeAws_queryRecordHandlerProgressCommandError = async (output, con
2794
2794
  $fault: "client",
2795
2795
  $metadata: deserializeMetadata(output),
2796
2796
  });
2797
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2797
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2798
2798
  }
2799
2799
  };
2800
2800
  const deserializeAws_queryRegisterPublisherCommand = async (output, context) => {
@@ -2830,7 +2830,7 @@ const deserializeAws_queryRegisterPublisherCommandError = async (output, context
2830
2830
  $fault: "client",
2831
2831
  $metadata: deserializeMetadata(output),
2832
2832
  });
2833
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2833
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2834
2834
  }
2835
2835
  };
2836
2836
  const deserializeAws_queryRegisterTypeCommand = async (output, context) => {
@@ -2866,7 +2866,7 @@ const deserializeAws_queryRegisterTypeCommandError = async (output, context) =>
2866
2866
  $fault: "client",
2867
2867
  $metadata: deserializeMetadata(output),
2868
2868
  });
2869
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2869
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2870
2870
  }
2871
2871
  };
2872
2872
  const deserializeAws_queryRollbackStackCommand = async (output, context) => {
@@ -2902,7 +2902,7 @@ const deserializeAws_queryRollbackStackCommandError = async (output, context) =>
2902
2902
  $fault: "client",
2903
2903
  $metadata: deserializeMetadata(output),
2904
2904
  });
2905
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2905
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2906
2906
  }
2907
2907
  };
2908
2908
  const deserializeAws_querySetStackPolicyCommand = async (output, context) => {
@@ -2932,7 +2932,7 @@ const deserializeAws_querySetStackPolicyCommandError = async (output, context) =
2932
2932
  $fault: "client",
2933
2933
  $metadata: deserializeMetadata(output),
2934
2934
  });
2935
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2935
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2936
2936
  }
2937
2937
  };
2938
2938
  const deserializeAws_querySetTypeConfigurationCommand = async (output, context) => {
@@ -2971,7 +2971,7 @@ const deserializeAws_querySetTypeConfigurationCommandError = async (output, cont
2971
2971
  $fault: "client",
2972
2972
  $metadata: deserializeMetadata(output),
2973
2973
  });
2974
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2974
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2975
2975
  }
2976
2976
  };
2977
2977
  const deserializeAws_querySetTypeDefaultVersionCommand = async (output, context) => {
@@ -3010,7 +3010,7 @@ const deserializeAws_querySetTypeDefaultVersionCommandError = async (output, con
3010
3010
  $fault: "client",
3011
3011
  $metadata: deserializeMetadata(output),
3012
3012
  });
3013
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
3013
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
3014
3014
  }
3015
3015
  };
3016
3016
  const deserializeAws_querySignalResourceCommand = async (output, context) => {
@@ -3040,7 +3040,7 @@ const deserializeAws_querySignalResourceCommandError = async (output, context) =
3040
3040
  $fault: "client",
3041
3041
  $metadata: deserializeMetadata(output),
3042
3042
  });
3043
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
3043
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
3044
3044
  }
3045
3045
  };
3046
3046
  const deserializeAws_queryStopStackSetOperationCommand = async (output, context) => {
@@ -3082,7 +3082,7 @@ const deserializeAws_queryStopStackSetOperationCommandError = async (output, con
3082
3082
  $fault: "client",
3083
3083
  $metadata: deserializeMetadata(output),
3084
3084
  });
3085
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
3085
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
3086
3086
  }
3087
3087
  };
3088
3088
  const deserializeAws_queryTestTypeCommand = async (output, context) => {
@@ -3121,7 +3121,7 @@ const deserializeAws_queryTestTypeCommandError = async (output, context) => {
3121
3121
  $fault: "client",
3122
3122
  $metadata: deserializeMetadata(output),
3123
3123
  });
3124
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
3124
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
3125
3125
  }
3126
3126
  };
3127
3127
  const deserializeAws_queryUpdateStackCommand = async (output, context) => {
@@ -3160,7 +3160,7 @@ const deserializeAws_queryUpdateStackCommandError = async (output, context) => {
3160
3160
  $fault: "client",
3161
3161
  $metadata: deserializeMetadata(output),
3162
3162
  });
3163
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
3163
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
3164
3164
  }
3165
3165
  };
3166
3166
  const deserializeAws_queryUpdateStackInstancesCommand = async (output, context) => {
@@ -3211,7 +3211,7 @@ const deserializeAws_queryUpdateStackInstancesCommandError = async (output, cont
3211
3211
  $fault: "client",
3212
3212
  $metadata: deserializeMetadata(output),
3213
3213
  });
3214
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
3214
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
3215
3215
  }
3216
3216
  };
3217
3217
  const deserializeAws_queryUpdateStackSetCommand = async (output, context) => {
@@ -3262,7 +3262,7 @@ const deserializeAws_queryUpdateStackSetCommandError = async (output, context) =
3262
3262
  $fault: "client",
3263
3263
  $metadata: deserializeMetadata(output),
3264
3264
  });
3265
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
3265
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
3266
3266
  }
3267
3267
  };
3268
3268
  const deserializeAws_queryUpdateTerminationProtectionCommand = async (output, context) => {
@@ -3295,7 +3295,7 @@ const deserializeAws_queryUpdateTerminationProtectionCommandError = async (outpu
3295
3295
  $fault: "client",
3296
3296
  $metadata: deserializeMetadata(output),
3297
3297
  });
3298
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
3298
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
3299
3299
  }
3300
3300
  };
3301
3301
  const deserializeAws_queryValidateTemplateCommand = async (output, context) => {
@@ -3328,7 +3328,7 @@ const deserializeAws_queryValidateTemplateCommandError = async (output, context)
3328
3328
  $fault: "client",
3329
3329
  $metadata: deserializeMetadata(output),
3330
3330
  });
3331
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
3331
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
3332
3332
  }
3333
3333
  };
3334
3334
  const deserializeAws_queryAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
@@ -3338,7 +3338,7 @@ const deserializeAws_queryAlreadyExistsExceptionResponse = async (parsedOutput,
3338
3338
  $metadata: deserializeMetadata(parsedOutput),
3339
3339
  ...deserialized,
3340
3340
  });
3341
- return smithy_client_1.decorateServiceException(exception, body);
3341
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3342
3342
  };
3343
3343
  const deserializeAws_queryCFNRegistryExceptionResponse = async (parsedOutput, context) => {
3344
3344
  const body = parsedOutput.body;
@@ -3347,7 +3347,7 @@ const deserializeAws_queryCFNRegistryExceptionResponse = async (parsedOutput, co
3347
3347
  $metadata: deserializeMetadata(parsedOutput),
3348
3348
  ...deserialized,
3349
3349
  });
3350
- return smithy_client_1.decorateServiceException(exception, body);
3350
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3351
3351
  };
3352
3352
  const deserializeAws_queryChangeSetNotFoundExceptionResponse = async (parsedOutput, context) => {
3353
3353
  const body = parsedOutput.body;
@@ -3356,7 +3356,7 @@ const deserializeAws_queryChangeSetNotFoundExceptionResponse = async (parsedOutp
3356
3356
  $metadata: deserializeMetadata(parsedOutput),
3357
3357
  ...deserialized,
3358
3358
  });
3359
- return smithy_client_1.decorateServiceException(exception, body);
3359
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3360
3360
  };
3361
3361
  const deserializeAws_queryCreatedButModifiedExceptionResponse = async (parsedOutput, context) => {
3362
3362
  const body = parsedOutput.body;
@@ -3365,7 +3365,7 @@ const deserializeAws_queryCreatedButModifiedExceptionResponse = async (parsedOut
3365
3365
  $metadata: deserializeMetadata(parsedOutput),
3366
3366
  ...deserialized,
3367
3367
  });
3368
- return smithy_client_1.decorateServiceException(exception, body);
3368
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3369
3369
  };
3370
3370
  const deserializeAws_queryInsufficientCapabilitiesExceptionResponse = async (parsedOutput, context) => {
3371
3371
  const body = parsedOutput.body;
@@ -3374,7 +3374,7 @@ const deserializeAws_queryInsufficientCapabilitiesExceptionResponse = async (par
3374
3374
  $metadata: deserializeMetadata(parsedOutput),
3375
3375
  ...deserialized,
3376
3376
  });
3377
- return smithy_client_1.decorateServiceException(exception, body);
3377
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3378
3378
  };
3379
3379
  const deserializeAws_queryInvalidChangeSetStatusExceptionResponse = async (parsedOutput, context) => {
3380
3380
  const body = parsedOutput.body;
@@ -3383,7 +3383,7 @@ const deserializeAws_queryInvalidChangeSetStatusExceptionResponse = async (parse
3383
3383
  $metadata: deserializeMetadata(parsedOutput),
3384
3384
  ...deserialized,
3385
3385
  });
3386
- return smithy_client_1.decorateServiceException(exception, body);
3386
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3387
3387
  };
3388
3388
  const deserializeAws_queryInvalidOperationExceptionResponse = async (parsedOutput, context) => {
3389
3389
  const body = parsedOutput.body;
@@ -3392,7 +3392,7 @@ const deserializeAws_queryInvalidOperationExceptionResponse = async (parsedOutpu
3392
3392
  $metadata: deserializeMetadata(parsedOutput),
3393
3393
  ...deserialized,
3394
3394
  });
3395
- return smithy_client_1.decorateServiceException(exception, body);
3395
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3396
3396
  };
3397
3397
  const deserializeAws_queryInvalidStateTransitionExceptionResponse = async (parsedOutput, context) => {
3398
3398
  const body = parsedOutput.body;
@@ -3401,7 +3401,7 @@ const deserializeAws_queryInvalidStateTransitionExceptionResponse = async (parse
3401
3401
  $metadata: deserializeMetadata(parsedOutput),
3402
3402
  ...deserialized,
3403
3403
  });
3404
- return smithy_client_1.decorateServiceException(exception, body);
3404
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3405
3405
  };
3406
3406
  const deserializeAws_queryLimitExceededExceptionResponse = async (parsedOutput, context) => {
3407
3407
  const body = parsedOutput.body;
@@ -3410,7 +3410,7 @@ const deserializeAws_queryLimitExceededExceptionResponse = async (parsedOutput,
3410
3410
  $metadata: deserializeMetadata(parsedOutput),
3411
3411
  ...deserialized,
3412
3412
  });
3413
- return smithy_client_1.decorateServiceException(exception, body);
3413
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3414
3414
  };
3415
3415
  const deserializeAws_queryNameAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
3416
3416
  const body = parsedOutput.body;
@@ -3419,7 +3419,7 @@ const deserializeAws_queryNameAlreadyExistsExceptionResponse = async (parsedOutp
3419
3419
  $metadata: deserializeMetadata(parsedOutput),
3420
3420
  ...deserialized,
3421
3421
  });
3422
- return smithy_client_1.decorateServiceException(exception, body);
3422
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3423
3423
  };
3424
3424
  const deserializeAws_queryOperationIdAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
3425
3425
  const body = parsedOutput.body;
@@ -3428,7 +3428,7 @@ const deserializeAws_queryOperationIdAlreadyExistsExceptionResponse = async (par
3428
3428
  $metadata: deserializeMetadata(parsedOutput),
3429
3429
  ...deserialized,
3430
3430
  });
3431
- return smithy_client_1.decorateServiceException(exception, body);
3431
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3432
3432
  };
3433
3433
  const deserializeAws_queryOperationInProgressExceptionResponse = async (parsedOutput, context) => {
3434
3434
  const body = parsedOutput.body;
@@ -3437,7 +3437,7 @@ const deserializeAws_queryOperationInProgressExceptionResponse = async (parsedOu
3437
3437
  $metadata: deserializeMetadata(parsedOutput),
3438
3438
  ...deserialized,
3439
3439
  });
3440
- return smithy_client_1.decorateServiceException(exception, body);
3440
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3441
3441
  };
3442
3442
  const deserializeAws_queryOperationNotFoundExceptionResponse = async (parsedOutput, context) => {
3443
3443
  const body = parsedOutput.body;
@@ -3446,7 +3446,7 @@ const deserializeAws_queryOperationNotFoundExceptionResponse = async (parsedOutp
3446
3446
  $metadata: deserializeMetadata(parsedOutput),
3447
3447
  ...deserialized,
3448
3448
  });
3449
- return smithy_client_1.decorateServiceException(exception, body);
3449
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3450
3450
  };
3451
3451
  const deserializeAws_queryOperationStatusCheckFailedExceptionResponse = async (parsedOutput, context) => {
3452
3452
  const body = parsedOutput.body;
@@ -3455,7 +3455,7 @@ const deserializeAws_queryOperationStatusCheckFailedExceptionResponse = async (p
3455
3455
  $metadata: deserializeMetadata(parsedOutput),
3456
3456
  ...deserialized,
3457
3457
  });
3458
- return smithy_client_1.decorateServiceException(exception, body);
3458
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3459
3459
  };
3460
3460
  const deserializeAws_queryStackInstanceNotFoundExceptionResponse = async (parsedOutput, context) => {
3461
3461
  const body = parsedOutput.body;
@@ -3464,7 +3464,7 @@ const deserializeAws_queryStackInstanceNotFoundExceptionResponse = async (parsed
3464
3464
  $metadata: deserializeMetadata(parsedOutput),
3465
3465
  ...deserialized,
3466
3466
  });
3467
- return smithy_client_1.decorateServiceException(exception, body);
3467
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3468
3468
  };
3469
3469
  const deserializeAws_queryStackNotFoundExceptionResponse = async (parsedOutput, context) => {
3470
3470
  const body = parsedOutput.body;
@@ -3473,7 +3473,7 @@ const deserializeAws_queryStackNotFoundExceptionResponse = async (parsedOutput,
3473
3473
  $metadata: deserializeMetadata(parsedOutput),
3474
3474
  ...deserialized,
3475
3475
  });
3476
- return smithy_client_1.decorateServiceException(exception, body);
3476
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3477
3477
  };
3478
3478
  const deserializeAws_queryStackSetNotEmptyExceptionResponse = async (parsedOutput, context) => {
3479
3479
  const body = parsedOutput.body;
@@ -3482,7 +3482,7 @@ const deserializeAws_queryStackSetNotEmptyExceptionResponse = async (parsedOutpu
3482
3482
  $metadata: deserializeMetadata(parsedOutput),
3483
3483
  ...deserialized,
3484
3484
  });
3485
- return smithy_client_1.decorateServiceException(exception, body);
3485
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3486
3486
  };
3487
3487
  const deserializeAws_queryStackSetNotFoundExceptionResponse = async (parsedOutput, context) => {
3488
3488
  const body = parsedOutput.body;
@@ -3491,7 +3491,7 @@ const deserializeAws_queryStackSetNotFoundExceptionResponse = async (parsedOutpu
3491
3491
  $metadata: deserializeMetadata(parsedOutput),
3492
3492
  ...deserialized,
3493
3493
  });
3494
- return smithy_client_1.decorateServiceException(exception, body);
3494
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3495
3495
  };
3496
3496
  const deserializeAws_queryStaleRequestExceptionResponse = async (parsedOutput, context) => {
3497
3497
  const body = parsedOutput.body;
@@ -3500,7 +3500,7 @@ const deserializeAws_queryStaleRequestExceptionResponse = async (parsedOutput, c
3500
3500
  $metadata: deserializeMetadata(parsedOutput),
3501
3501
  ...deserialized,
3502
3502
  });
3503
- return smithy_client_1.decorateServiceException(exception, body);
3503
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3504
3504
  };
3505
3505
  const deserializeAws_queryTokenAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
3506
3506
  const body = parsedOutput.body;
@@ -3509,7 +3509,7 @@ const deserializeAws_queryTokenAlreadyExistsExceptionResponse = async (parsedOut
3509
3509
  $metadata: deserializeMetadata(parsedOutput),
3510
3510
  ...deserialized,
3511
3511
  });
3512
- return smithy_client_1.decorateServiceException(exception, body);
3512
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3513
3513
  };
3514
3514
  const deserializeAws_queryTypeConfigurationNotFoundExceptionResponse = async (parsedOutput, context) => {
3515
3515
  const body = parsedOutput.body;
@@ -3518,7 +3518,7 @@ const deserializeAws_queryTypeConfigurationNotFoundExceptionResponse = async (pa
3518
3518
  $metadata: deserializeMetadata(parsedOutput),
3519
3519
  ...deserialized,
3520
3520
  });
3521
- return smithy_client_1.decorateServiceException(exception, body);
3521
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3522
3522
  };
3523
3523
  const deserializeAws_queryTypeNotFoundExceptionResponse = async (parsedOutput, context) => {
3524
3524
  const body = parsedOutput.body;
@@ -3527,7 +3527,7 @@ const deserializeAws_queryTypeNotFoundExceptionResponse = async (parsedOutput, c
3527
3527
  $metadata: deserializeMetadata(parsedOutput),
3528
3528
  ...deserialized,
3529
3529
  });
3530
- return smithy_client_1.decorateServiceException(exception, body);
3530
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3531
3531
  };
3532
3532
  const serializeAws_queryAccountList = (input, context) => {
3533
3533
  const entries = {};
@@ -3845,7 +3845,7 @@ const serializeAws_queryCreateStackInstancesInput = (input, context) => {
3845
3845
  });
3846
3846
  }
3847
3847
  if (input.OperationId === undefined) {
3848
- input.OperationId = uuid_1.v4();
3848
+ input.OperationId = (0, uuid_1.v4)();
3849
3849
  }
3850
3850
  if (input.OperationId !== undefined && input.OperationId !== null) {
3851
3851
  entries["OperationId"] = input.OperationId;
@@ -3913,7 +3913,7 @@ const serializeAws_queryCreateStackSetInput = (input, context) => {
3913
3913
  entries["CallAs"] = input.CallAs;
3914
3914
  }
3915
3915
  if (input.ClientRequestToken === undefined) {
3916
- input.ClientRequestToken = uuid_1.v4();
3916
+ input.ClientRequestToken = (0, uuid_1.v4)();
3917
3917
  }
3918
3918
  if (input.ClientRequestToken !== undefined && input.ClientRequestToken !== null) {
3919
3919
  entries["ClientRequestToken"] = input.ClientRequestToken;
@@ -4007,7 +4007,7 @@ const serializeAws_queryDeleteStackInstancesInput = (input, context) => {
4007
4007
  entries["RetainStacks"] = input.RetainStacks;
4008
4008
  }
4009
4009
  if (input.OperationId === undefined) {
4010
- input.OperationId = uuid_1.v4();
4010
+ input.OperationId = (0, uuid_1.v4)();
4011
4011
  }
4012
4012
  if (input.OperationId !== undefined && input.OperationId !== null) {
4013
4013
  entries["OperationId"] = input.OperationId;
@@ -4282,7 +4282,7 @@ const serializeAws_queryDetectStackSetDriftInput = (input, context) => {
4282
4282
  });
4283
4283
  }
4284
4284
  if (input.OperationId === undefined) {
4285
- input.OperationId = uuid_1.v4();
4285
+ input.OperationId = (0, uuid_1.v4)();
4286
4286
  }
4287
4287
  if (input.OperationId !== undefined && input.OperationId !== null) {
4288
4288
  entries["OperationId"] = input.OperationId;
@@ -4394,7 +4394,7 @@ const serializeAws_queryImportStacksToStackSetInput = (input, context) => {
4394
4394
  });
4395
4395
  }
4396
4396
  if (input.OperationId === undefined) {
4397
- input.OperationId = uuid_1.v4();
4397
+ input.OperationId = (0, uuid_1.v4)();
4398
4398
  }
4399
4399
  if (input.OperationId !== undefined && input.OperationId !== null) {
4400
4400
  entries["OperationId"] = input.OperationId;
@@ -5291,7 +5291,7 @@ const serializeAws_queryUpdateStackInstancesInput = (input, context) => {
5291
5291
  });
5292
5292
  }
5293
5293
  if (input.OperationId === undefined) {
5294
- input.OperationId = uuid_1.v4();
5294
+ input.OperationId = (0, uuid_1.v4)();
5295
5295
  }
5296
5296
  if (input.OperationId !== undefined && input.OperationId !== null) {
5297
5297
  entries["OperationId"] = input.OperationId;
@@ -5370,7 +5370,7 @@ const serializeAws_queryUpdateStackSetInput = (input, context) => {
5370
5370
  });
5371
5371
  }
5372
5372
  if (input.OperationId === undefined) {
5373
- input.OperationId = uuid_1.v4();
5373
+ input.OperationId = (0, uuid_1.v4)();
5374
5374
  }
5375
5375
  if (input.OperationId !== undefined && input.OperationId !== null) {
5376
5376
  entries["OperationId"] = input.OperationId;
@@ -5427,10 +5427,10 @@ const deserializeAws_queryAccountGateResult = (output, context) => {
5427
5427
  StatusReason: undefined,
5428
5428
  };
5429
5429
  if (output["Status"] !== undefined) {
5430
- contents.Status = smithy_client_1.expectString(output["Status"]);
5430
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
5431
5431
  }
5432
5432
  if (output["StatusReason"] !== undefined) {
5433
- contents.StatusReason = smithy_client_1.expectString(output["StatusReason"]);
5433
+ contents.StatusReason = (0, smithy_client_1.expectString)(output["StatusReason"]);
5434
5434
  }
5435
5435
  return contents;
5436
5436
  };
@@ -5440,10 +5440,10 @@ const deserializeAws_queryAccountLimit = (output, context) => {
5440
5440
  Value: undefined,
5441
5441
  };
5442
5442
  if (output["Name"] !== undefined) {
5443
- contents.Name = smithy_client_1.expectString(output["Name"]);
5443
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5444
5444
  }
5445
5445
  if (output["Value"] !== undefined) {
5446
- contents.Value = smithy_client_1.strictParseInt32(output["Value"]);
5446
+ contents.Value = (0, smithy_client_1.strictParseInt32)(output["Value"]);
5447
5447
  }
5448
5448
  return contents;
5449
5449
  };
@@ -5464,7 +5464,7 @@ const deserializeAws_queryAccountList = (output, context) => {
5464
5464
  if (entry === null) {
5465
5465
  return null;
5466
5466
  }
5467
- return smithy_client_1.expectString(entry);
5467
+ return (0, smithy_client_1.expectString)(entry);
5468
5468
  });
5469
5469
  };
5470
5470
  const deserializeAws_queryActivateTypeOutput = (output, context) => {
@@ -5472,7 +5472,7 @@ const deserializeAws_queryActivateTypeOutput = (output, context) => {
5472
5472
  Arn: undefined,
5473
5473
  };
5474
5474
  if (output["Arn"] !== undefined) {
5475
- contents.Arn = smithy_client_1.expectString(output["Arn"]);
5475
+ contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
5476
5476
  }
5477
5477
  return contents;
5478
5478
  };
@@ -5483,7 +5483,7 @@ const deserializeAws_queryAllowedValues = (output, context) => {
5483
5483
  if (entry === null) {
5484
5484
  return null;
5485
5485
  }
5486
- return smithy_client_1.expectString(entry);
5486
+ return (0, smithy_client_1.expectString)(entry);
5487
5487
  });
5488
5488
  };
5489
5489
  const deserializeAws_queryAlreadyExistsException = (output, context) => {
@@ -5491,7 +5491,7 @@ const deserializeAws_queryAlreadyExistsException = (output, context) => {
5491
5491
  Message: undefined,
5492
5492
  };
5493
5493
  if (output["Message"] !== undefined) {
5494
- contents.Message = smithy_client_1.expectString(output["Message"]);
5494
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5495
5495
  }
5496
5496
  return contents;
5497
5497
  };
@@ -5501,10 +5501,10 @@ const deserializeAws_queryAutoDeployment = (output, context) => {
5501
5501
  RetainStacksOnAccountRemoval: undefined,
5502
5502
  };
5503
5503
  if (output["Enabled"] !== undefined) {
5504
- contents.Enabled = smithy_client_1.parseBoolean(output["Enabled"]);
5504
+ contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
5505
5505
  }
5506
5506
  if (output["RetainStacksOnAccountRemoval"] !== undefined) {
5507
- contents.RetainStacksOnAccountRemoval = smithy_client_1.parseBoolean(output["RetainStacksOnAccountRemoval"]);
5507
+ contents.RetainStacksOnAccountRemoval = (0, smithy_client_1.parseBoolean)(output["RetainStacksOnAccountRemoval"]);
5508
5508
  }
5509
5509
  return contents;
5510
5510
  };
@@ -5515,10 +5515,10 @@ const deserializeAws_queryBatchDescribeTypeConfigurationsError = (output, contex
5515
5515
  TypeConfigurationIdentifier: undefined,
5516
5516
  };
5517
5517
  if (output["ErrorCode"] !== undefined) {
5518
- contents.ErrorCode = smithy_client_1.expectString(output["ErrorCode"]);
5518
+ contents.ErrorCode = (0, smithy_client_1.expectString)(output["ErrorCode"]);
5519
5519
  }
5520
5520
  if (output["ErrorMessage"] !== undefined) {
5521
- contents.ErrorMessage = smithy_client_1.expectString(output["ErrorMessage"]);
5521
+ contents.ErrorMessage = (0, smithy_client_1.expectString)(output["ErrorMessage"]);
5522
5522
  }
5523
5523
  if (output["TypeConfigurationIdentifier"] !== undefined) {
5524
5524
  contents.TypeConfigurationIdentifier = deserializeAws_queryTypeConfigurationIdentifier(output["TypeConfigurationIdentifier"], context);
@@ -5545,20 +5545,20 @@ const deserializeAws_queryBatchDescribeTypeConfigurationsOutput = (output, conte
5545
5545
  contents.Errors = [];
5546
5546
  }
5547
5547
  if (output["Errors"] !== undefined && output["Errors"]["member"] !== undefined) {
5548
- contents.Errors = deserializeAws_queryBatchDescribeTypeConfigurationsErrors(smithy_client_1.getArrayIfSingleItem(output["Errors"]["member"]), context);
5548
+ contents.Errors = deserializeAws_queryBatchDescribeTypeConfigurationsErrors((0, smithy_client_1.getArrayIfSingleItem)(output["Errors"]["member"]), context);
5549
5549
  }
5550
5550
  if (output.UnprocessedTypeConfigurations === "") {
5551
5551
  contents.UnprocessedTypeConfigurations = [];
5552
5552
  }
5553
5553
  if (output["UnprocessedTypeConfigurations"] !== undefined &&
5554
5554
  output["UnprocessedTypeConfigurations"]["member"] !== undefined) {
5555
- contents.UnprocessedTypeConfigurations = deserializeAws_queryUnprocessedTypeConfigurations(smithy_client_1.getArrayIfSingleItem(output["UnprocessedTypeConfigurations"]["member"]), context);
5555
+ contents.UnprocessedTypeConfigurations = deserializeAws_queryUnprocessedTypeConfigurations((0, smithy_client_1.getArrayIfSingleItem)(output["UnprocessedTypeConfigurations"]["member"]), context);
5556
5556
  }
5557
5557
  if (output.TypeConfigurations === "") {
5558
5558
  contents.TypeConfigurations = [];
5559
5559
  }
5560
5560
  if (output["TypeConfigurations"] !== undefined && output["TypeConfigurations"]["member"] !== undefined) {
5561
- contents.TypeConfigurations = deserializeAws_queryTypeConfigurationDetailsList(smithy_client_1.getArrayIfSingleItem(output["TypeConfigurations"]["member"]), context);
5561
+ contents.TypeConfigurations = deserializeAws_queryTypeConfigurationDetailsList((0, smithy_client_1.getArrayIfSingleItem)(output["TypeConfigurations"]["member"]), context);
5562
5562
  }
5563
5563
  return contents;
5564
5564
  };
@@ -5569,7 +5569,7 @@ const deserializeAws_queryCapabilities = (output, context) => {
5569
5569
  if (entry === null) {
5570
5570
  return null;
5571
5571
  }
5572
- return smithy_client_1.expectString(entry);
5572
+ return (0, smithy_client_1.expectString)(entry);
5573
5573
  });
5574
5574
  };
5575
5575
  const deserializeAws_queryCFNRegistryException = (output, context) => {
@@ -5577,7 +5577,7 @@ const deserializeAws_queryCFNRegistryException = (output, context) => {
5577
5577
  Message: undefined,
5578
5578
  };
5579
5579
  if (output["Message"] !== undefined) {
5580
- contents.Message = smithy_client_1.expectString(output["Message"]);
5580
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5581
5581
  }
5582
5582
  return contents;
5583
5583
  };
@@ -5588,10 +5588,10 @@ const deserializeAws_queryChange = (output, context) => {
5588
5588
  ResourceChange: undefined,
5589
5589
  };
5590
5590
  if (output["Type"] !== undefined) {
5591
- contents.Type = smithy_client_1.expectString(output["Type"]);
5591
+ contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
5592
5592
  }
5593
5593
  if (output["HookInvocationCount"] !== undefined) {
5594
- contents.HookInvocationCount = smithy_client_1.strictParseInt32(output["HookInvocationCount"]);
5594
+ contents.HookInvocationCount = (0, smithy_client_1.strictParseInt32)(output["HookInvocationCount"]);
5595
5595
  }
5596
5596
  if (output["ResourceChange"] !== undefined) {
5597
5597
  contents.ResourceChange = deserializeAws_queryResourceChange(output["ResourceChange"], context);
@@ -5618,19 +5618,19 @@ const deserializeAws_queryChangeSetHook = (output, context) => {
5618
5618
  TargetDetails: undefined,
5619
5619
  };
5620
5620
  if (output["InvocationPoint"] !== undefined) {
5621
- contents.InvocationPoint = smithy_client_1.expectString(output["InvocationPoint"]);
5621
+ contents.InvocationPoint = (0, smithy_client_1.expectString)(output["InvocationPoint"]);
5622
5622
  }
5623
5623
  if (output["FailureMode"] !== undefined) {
5624
- contents.FailureMode = smithy_client_1.expectString(output["FailureMode"]);
5624
+ contents.FailureMode = (0, smithy_client_1.expectString)(output["FailureMode"]);
5625
5625
  }
5626
5626
  if (output["TypeName"] !== undefined) {
5627
- contents.TypeName = smithy_client_1.expectString(output["TypeName"]);
5627
+ contents.TypeName = (0, smithy_client_1.expectString)(output["TypeName"]);
5628
5628
  }
5629
5629
  if (output["TypeVersionId"] !== undefined) {
5630
- contents.TypeVersionId = smithy_client_1.expectString(output["TypeVersionId"]);
5630
+ contents.TypeVersionId = (0, smithy_client_1.expectString)(output["TypeVersionId"]);
5631
5631
  }
5632
5632
  if (output["TypeConfigurationVersionId"] !== undefined) {
5633
- contents.TypeConfigurationVersionId = smithy_client_1.expectString(output["TypeConfigurationVersionId"]);
5633
+ contents.TypeConfigurationVersionId = (0, smithy_client_1.expectString)(output["TypeConfigurationVersionId"]);
5634
5634
  }
5635
5635
  if (output["TargetDetails"] !== undefined) {
5636
5636
  contents.TargetDetails = deserializeAws_queryChangeSetHookTargetDetails(output["TargetDetails"], context);
@@ -5644,13 +5644,13 @@ const deserializeAws_queryChangeSetHookResourceTargetDetails = (output, context)
5644
5644
  ResourceAction: undefined,
5645
5645
  };
5646
5646
  if (output["LogicalResourceId"] !== undefined) {
5647
- contents.LogicalResourceId = smithy_client_1.expectString(output["LogicalResourceId"]);
5647
+ contents.LogicalResourceId = (0, smithy_client_1.expectString)(output["LogicalResourceId"]);
5648
5648
  }
5649
5649
  if (output["ResourceType"] !== undefined) {
5650
- contents.ResourceType = smithy_client_1.expectString(output["ResourceType"]);
5650
+ contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
5651
5651
  }
5652
5652
  if (output["ResourceAction"] !== undefined) {
5653
- contents.ResourceAction = smithy_client_1.expectString(output["ResourceAction"]);
5653
+ contents.ResourceAction = (0, smithy_client_1.expectString)(output["ResourceAction"]);
5654
5654
  }
5655
5655
  return contents;
5656
5656
  };
@@ -5670,7 +5670,7 @@ const deserializeAws_queryChangeSetHookTargetDetails = (output, context) => {
5670
5670
  ResourceTargetDetails: undefined,
5671
5671
  };
5672
5672
  if (output["TargetType"] !== undefined) {
5673
- contents.TargetType = smithy_client_1.expectString(output["TargetType"]);
5673
+ contents.TargetType = (0, smithy_client_1.expectString)(output["TargetType"]);
5674
5674
  }
5675
5675
  if (output["ResourceTargetDetails"] !== undefined) {
5676
5676
  contents.ResourceTargetDetails = deserializeAws_queryChangeSetHookResourceTargetDetails(output["ResourceTargetDetails"], context);
@@ -5682,7 +5682,7 @@ const deserializeAws_queryChangeSetNotFoundException = (output, context) => {
5682
5682
  Message: undefined,
5683
5683
  };
5684
5684
  if (output["Message"] !== undefined) {
5685
- contents.Message = smithy_client_1.expectString(output["Message"]);
5685
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5686
5686
  }
5687
5687
  return contents;
5688
5688
  };
@@ -5712,40 +5712,40 @@ const deserializeAws_queryChangeSetSummary = (output, context) => {
5712
5712
  RootChangeSetId: undefined,
5713
5713
  };
5714
5714
  if (output["StackId"] !== undefined) {
5715
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
5715
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
5716
5716
  }
5717
5717
  if (output["StackName"] !== undefined) {
5718
- contents.StackName = smithy_client_1.expectString(output["StackName"]);
5718
+ contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
5719
5719
  }
5720
5720
  if (output["ChangeSetId"] !== undefined) {
5721
- contents.ChangeSetId = smithy_client_1.expectString(output["ChangeSetId"]);
5721
+ contents.ChangeSetId = (0, smithy_client_1.expectString)(output["ChangeSetId"]);
5722
5722
  }
5723
5723
  if (output["ChangeSetName"] !== undefined) {
5724
- contents.ChangeSetName = smithy_client_1.expectString(output["ChangeSetName"]);
5724
+ contents.ChangeSetName = (0, smithy_client_1.expectString)(output["ChangeSetName"]);
5725
5725
  }
5726
5726
  if (output["ExecutionStatus"] !== undefined) {
5727
- contents.ExecutionStatus = smithy_client_1.expectString(output["ExecutionStatus"]);
5727
+ contents.ExecutionStatus = (0, smithy_client_1.expectString)(output["ExecutionStatus"]);
5728
5728
  }
5729
5729
  if (output["Status"] !== undefined) {
5730
- contents.Status = smithy_client_1.expectString(output["Status"]);
5730
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
5731
5731
  }
5732
5732
  if (output["StatusReason"] !== undefined) {
5733
- contents.StatusReason = smithy_client_1.expectString(output["StatusReason"]);
5733
+ contents.StatusReason = (0, smithy_client_1.expectString)(output["StatusReason"]);
5734
5734
  }
5735
5735
  if (output["CreationTime"] !== undefined) {
5736
- contents.CreationTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["CreationTime"]));
5736
+ contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreationTime"]));
5737
5737
  }
5738
5738
  if (output["Description"] !== undefined) {
5739
- contents.Description = smithy_client_1.expectString(output["Description"]);
5739
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
5740
5740
  }
5741
5741
  if (output["IncludeNestedStacks"] !== undefined) {
5742
- contents.IncludeNestedStacks = smithy_client_1.parseBoolean(output["IncludeNestedStacks"]);
5742
+ contents.IncludeNestedStacks = (0, smithy_client_1.parseBoolean)(output["IncludeNestedStacks"]);
5743
5743
  }
5744
5744
  if (output["ParentChangeSetId"] !== undefined) {
5745
- contents.ParentChangeSetId = smithy_client_1.expectString(output["ParentChangeSetId"]);
5745
+ contents.ParentChangeSetId = (0, smithy_client_1.expectString)(output["ParentChangeSetId"]);
5746
5746
  }
5747
5747
  if (output["RootChangeSetId"] !== undefined) {
5748
- contents.RootChangeSetId = smithy_client_1.expectString(output["RootChangeSetId"]);
5748
+ contents.RootChangeSetId = (0, smithy_client_1.expectString)(output["RootChangeSetId"]);
5749
5749
  }
5750
5750
  return contents;
5751
5751
  };
@@ -5759,10 +5759,10 @@ const deserializeAws_queryCreateChangeSetOutput = (output, context) => {
5759
5759
  StackId: undefined,
5760
5760
  };
5761
5761
  if (output["Id"] !== undefined) {
5762
- contents.Id = smithy_client_1.expectString(output["Id"]);
5762
+ contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
5763
5763
  }
5764
5764
  if (output["StackId"] !== undefined) {
5765
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
5765
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
5766
5766
  }
5767
5767
  return contents;
5768
5768
  };
@@ -5771,7 +5771,7 @@ const deserializeAws_queryCreatedButModifiedException = (output, context) => {
5771
5771
  Message: undefined,
5772
5772
  };
5773
5773
  if (output["Message"] !== undefined) {
5774
- contents.Message = smithy_client_1.expectString(output["Message"]);
5774
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5775
5775
  }
5776
5776
  return contents;
5777
5777
  };
@@ -5780,7 +5780,7 @@ const deserializeAws_queryCreateStackInstancesOutput = (output, context) => {
5780
5780
  OperationId: undefined,
5781
5781
  };
5782
5782
  if (output["OperationId"] !== undefined) {
5783
- contents.OperationId = smithy_client_1.expectString(output["OperationId"]);
5783
+ contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
5784
5784
  }
5785
5785
  return contents;
5786
5786
  };
@@ -5789,7 +5789,7 @@ const deserializeAws_queryCreateStackOutput = (output, context) => {
5789
5789
  StackId: undefined,
5790
5790
  };
5791
5791
  if (output["StackId"] !== undefined) {
5792
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
5792
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
5793
5793
  }
5794
5794
  return contents;
5795
5795
  };
@@ -5798,7 +5798,7 @@ const deserializeAws_queryCreateStackSetOutput = (output, context) => {
5798
5798
  StackSetId: undefined,
5799
5799
  };
5800
5800
  if (output["StackSetId"] !== undefined) {
5801
- contents.StackSetId = smithy_client_1.expectString(output["StackSetId"]);
5801
+ contents.StackSetId = (0, smithy_client_1.expectString)(output["StackSetId"]);
5802
5802
  }
5803
5803
  return contents;
5804
5804
  };
@@ -5815,7 +5815,7 @@ const deserializeAws_queryDeleteStackInstancesOutput = (output, context) => {
5815
5815
  OperationId: undefined,
5816
5816
  };
5817
5817
  if (output["OperationId"] !== undefined) {
5818
- contents.OperationId = smithy_client_1.expectString(output["OperationId"]);
5818
+ contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
5819
5819
  }
5820
5820
  return contents;
5821
5821
  };
@@ -5833,16 +5833,16 @@ const deserializeAws_queryDeploymentTargets = (output, context) => {
5833
5833
  contents.Accounts = [];
5834
5834
  }
5835
5835
  if (output["Accounts"] !== undefined && output["Accounts"]["member"] !== undefined) {
5836
- contents.Accounts = deserializeAws_queryAccountList(smithy_client_1.getArrayIfSingleItem(output["Accounts"]["member"]), context);
5836
+ contents.Accounts = deserializeAws_queryAccountList((0, smithy_client_1.getArrayIfSingleItem)(output["Accounts"]["member"]), context);
5837
5837
  }
5838
5838
  if (output["AccountsUrl"] !== undefined) {
5839
- contents.AccountsUrl = smithy_client_1.expectString(output["AccountsUrl"]);
5839
+ contents.AccountsUrl = (0, smithy_client_1.expectString)(output["AccountsUrl"]);
5840
5840
  }
5841
5841
  if (output.OrganizationalUnitIds === "") {
5842
5842
  contents.OrganizationalUnitIds = [];
5843
5843
  }
5844
5844
  if (output["OrganizationalUnitIds"] !== undefined && output["OrganizationalUnitIds"]["member"] !== undefined) {
5845
- contents.OrganizationalUnitIds = deserializeAws_queryOrganizationalUnitIdList(smithy_client_1.getArrayIfSingleItem(output["OrganizationalUnitIds"]["member"]), context);
5845
+ contents.OrganizationalUnitIds = deserializeAws_queryOrganizationalUnitIdList((0, smithy_client_1.getArrayIfSingleItem)(output["OrganizationalUnitIds"]["member"]), context);
5846
5846
  }
5847
5847
  return contents;
5848
5848
  };
@@ -5859,10 +5859,10 @@ const deserializeAws_queryDescribeAccountLimitsOutput = (output, context) => {
5859
5859
  contents.AccountLimits = [];
5860
5860
  }
5861
5861
  if (output["AccountLimits"] !== undefined && output["AccountLimits"]["member"] !== undefined) {
5862
- contents.AccountLimits = deserializeAws_queryAccountLimitList(smithy_client_1.getArrayIfSingleItem(output["AccountLimits"]["member"]), context);
5862
+ contents.AccountLimits = deserializeAws_queryAccountLimitList((0, smithy_client_1.getArrayIfSingleItem)(output["AccountLimits"]["member"]), context);
5863
5863
  }
5864
5864
  if (output["NextToken"] !== undefined) {
5865
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
5865
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5866
5866
  }
5867
5867
  return contents;
5868
5868
  };
@@ -5877,28 +5877,28 @@ const deserializeAws_queryDescribeChangeSetHooksOutput = (output, context) => {
5877
5877
  StackName: undefined,
5878
5878
  };
5879
5879
  if (output["ChangeSetId"] !== undefined) {
5880
- contents.ChangeSetId = smithy_client_1.expectString(output["ChangeSetId"]);
5880
+ contents.ChangeSetId = (0, smithy_client_1.expectString)(output["ChangeSetId"]);
5881
5881
  }
5882
5882
  if (output["ChangeSetName"] !== undefined) {
5883
- contents.ChangeSetName = smithy_client_1.expectString(output["ChangeSetName"]);
5883
+ contents.ChangeSetName = (0, smithy_client_1.expectString)(output["ChangeSetName"]);
5884
5884
  }
5885
5885
  if (output.Hooks === "") {
5886
5886
  contents.Hooks = [];
5887
5887
  }
5888
5888
  if (output["Hooks"] !== undefined && output["Hooks"]["member"] !== undefined) {
5889
- contents.Hooks = deserializeAws_queryChangeSetHooks(smithy_client_1.getArrayIfSingleItem(output["Hooks"]["member"]), context);
5889
+ contents.Hooks = deserializeAws_queryChangeSetHooks((0, smithy_client_1.getArrayIfSingleItem)(output["Hooks"]["member"]), context);
5890
5890
  }
5891
5891
  if (output["Status"] !== undefined) {
5892
- contents.Status = smithy_client_1.expectString(output["Status"]);
5892
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
5893
5893
  }
5894
5894
  if (output["NextToken"] !== undefined) {
5895
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
5895
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5896
5896
  }
5897
5897
  if (output["StackId"] !== undefined) {
5898
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
5898
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
5899
5899
  }
5900
5900
  if (output["StackName"] !== undefined) {
5901
- contents.StackName = smithy_client_1.expectString(output["StackName"]);
5901
+ contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
5902
5902
  }
5903
5903
  return contents;
5904
5904
  };
@@ -5925,43 +5925,43 @@ const deserializeAws_queryDescribeChangeSetOutput = (output, context) => {
5925
5925
  RootChangeSetId: undefined,
5926
5926
  };
5927
5927
  if (output["ChangeSetName"] !== undefined) {
5928
- contents.ChangeSetName = smithy_client_1.expectString(output["ChangeSetName"]);
5928
+ contents.ChangeSetName = (0, smithy_client_1.expectString)(output["ChangeSetName"]);
5929
5929
  }
5930
5930
  if (output["ChangeSetId"] !== undefined) {
5931
- contents.ChangeSetId = smithy_client_1.expectString(output["ChangeSetId"]);
5931
+ contents.ChangeSetId = (0, smithy_client_1.expectString)(output["ChangeSetId"]);
5932
5932
  }
5933
5933
  if (output["StackId"] !== undefined) {
5934
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
5934
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
5935
5935
  }
5936
5936
  if (output["StackName"] !== undefined) {
5937
- contents.StackName = smithy_client_1.expectString(output["StackName"]);
5937
+ contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
5938
5938
  }
5939
5939
  if (output["Description"] !== undefined) {
5940
- contents.Description = smithy_client_1.expectString(output["Description"]);
5940
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
5941
5941
  }
5942
5942
  if (output.Parameters === "") {
5943
5943
  contents.Parameters = [];
5944
5944
  }
5945
5945
  if (output["Parameters"] !== undefined && output["Parameters"]["member"] !== undefined) {
5946
- contents.Parameters = deserializeAws_queryParameters(smithy_client_1.getArrayIfSingleItem(output["Parameters"]["member"]), context);
5946
+ contents.Parameters = deserializeAws_queryParameters((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["member"]), context);
5947
5947
  }
5948
5948
  if (output["CreationTime"] !== undefined) {
5949
- contents.CreationTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["CreationTime"]));
5949
+ contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreationTime"]));
5950
5950
  }
5951
5951
  if (output["ExecutionStatus"] !== undefined) {
5952
- contents.ExecutionStatus = smithy_client_1.expectString(output["ExecutionStatus"]);
5952
+ contents.ExecutionStatus = (0, smithy_client_1.expectString)(output["ExecutionStatus"]);
5953
5953
  }
5954
5954
  if (output["Status"] !== undefined) {
5955
- contents.Status = smithy_client_1.expectString(output["Status"]);
5955
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
5956
5956
  }
5957
5957
  if (output["StatusReason"] !== undefined) {
5958
- contents.StatusReason = smithy_client_1.expectString(output["StatusReason"]);
5958
+ contents.StatusReason = (0, smithy_client_1.expectString)(output["StatusReason"]);
5959
5959
  }
5960
5960
  if (output.NotificationARNs === "") {
5961
5961
  contents.NotificationARNs = [];
5962
5962
  }
5963
5963
  if (output["NotificationARNs"] !== undefined && output["NotificationARNs"]["member"] !== undefined) {
5964
- contents.NotificationARNs = deserializeAws_queryNotificationARNs(smithy_client_1.getArrayIfSingleItem(output["NotificationARNs"]["member"]), context);
5964
+ contents.NotificationARNs = deserializeAws_queryNotificationARNs((0, smithy_client_1.getArrayIfSingleItem)(output["NotificationARNs"]["member"]), context);
5965
5965
  }
5966
5966
  if (output["RollbackConfiguration"] !== undefined) {
5967
5967
  contents.RollbackConfiguration = deserializeAws_queryRollbackConfiguration(output["RollbackConfiguration"], context);
@@ -5970,31 +5970,31 @@ const deserializeAws_queryDescribeChangeSetOutput = (output, context) => {
5970
5970
  contents.Capabilities = [];
5971
5971
  }
5972
5972
  if (output["Capabilities"] !== undefined && output["Capabilities"]["member"] !== undefined) {
5973
- contents.Capabilities = deserializeAws_queryCapabilities(smithy_client_1.getArrayIfSingleItem(output["Capabilities"]["member"]), context);
5973
+ contents.Capabilities = deserializeAws_queryCapabilities((0, smithy_client_1.getArrayIfSingleItem)(output["Capabilities"]["member"]), context);
5974
5974
  }
5975
5975
  if (output.Tags === "") {
5976
5976
  contents.Tags = [];
5977
5977
  }
5978
5978
  if (output["Tags"] !== undefined && output["Tags"]["member"] !== undefined) {
5979
- contents.Tags = deserializeAws_queryTags(smithy_client_1.getArrayIfSingleItem(output["Tags"]["member"]), context);
5979
+ contents.Tags = deserializeAws_queryTags((0, smithy_client_1.getArrayIfSingleItem)(output["Tags"]["member"]), context);
5980
5980
  }
5981
5981
  if (output.Changes === "") {
5982
5982
  contents.Changes = [];
5983
5983
  }
5984
5984
  if (output["Changes"] !== undefined && output["Changes"]["member"] !== undefined) {
5985
- contents.Changes = deserializeAws_queryChanges(smithy_client_1.getArrayIfSingleItem(output["Changes"]["member"]), context);
5985
+ contents.Changes = deserializeAws_queryChanges((0, smithy_client_1.getArrayIfSingleItem)(output["Changes"]["member"]), context);
5986
5986
  }
5987
5987
  if (output["NextToken"] !== undefined) {
5988
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
5988
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5989
5989
  }
5990
5990
  if (output["IncludeNestedStacks"] !== undefined) {
5991
- contents.IncludeNestedStacks = smithy_client_1.parseBoolean(output["IncludeNestedStacks"]);
5991
+ contents.IncludeNestedStacks = (0, smithy_client_1.parseBoolean)(output["IncludeNestedStacks"]);
5992
5992
  }
5993
5993
  if (output["ParentChangeSetId"] !== undefined) {
5994
- contents.ParentChangeSetId = smithy_client_1.expectString(output["ParentChangeSetId"]);
5994
+ contents.ParentChangeSetId = (0, smithy_client_1.expectString)(output["ParentChangeSetId"]);
5995
5995
  }
5996
5996
  if (output["RootChangeSetId"] !== undefined) {
5997
- contents.RootChangeSetId = smithy_client_1.expectString(output["RootChangeSetId"]);
5997
+ contents.RootChangeSetId = (0, smithy_client_1.expectString)(output["RootChangeSetId"]);
5998
5998
  }
5999
5999
  return contents;
6000
6000
  };
@@ -6006,16 +6006,16 @@ const deserializeAws_queryDescribePublisherOutput = (output, context) => {
6006
6006
  PublisherProfile: undefined,
6007
6007
  };
6008
6008
  if (output["PublisherId"] !== undefined) {
6009
- contents.PublisherId = smithy_client_1.expectString(output["PublisherId"]);
6009
+ contents.PublisherId = (0, smithy_client_1.expectString)(output["PublisherId"]);
6010
6010
  }
6011
6011
  if (output["PublisherStatus"] !== undefined) {
6012
- contents.PublisherStatus = smithy_client_1.expectString(output["PublisherStatus"]);
6012
+ contents.PublisherStatus = (0, smithy_client_1.expectString)(output["PublisherStatus"]);
6013
6013
  }
6014
6014
  if (output["IdentityProvider"] !== undefined) {
6015
- contents.IdentityProvider = smithy_client_1.expectString(output["IdentityProvider"]);
6015
+ contents.IdentityProvider = (0, smithy_client_1.expectString)(output["IdentityProvider"]);
6016
6016
  }
6017
6017
  if (output["PublisherProfile"] !== undefined) {
6018
- contents.PublisherProfile = smithy_client_1.expectString(output["PublisherProfile"]);
6018
+ contents.PublisherProfile = (0, smithy_client_1.expectString)(output["PublisherProfile"]);
6019
6019
  }
6020
6020
  return contents;
6021
6021
  };
@@ -6030,25 +6030,25 @@ const deserializeAws_queryDescribeStackDriftDetectionStatusOutput = (output, con
6030
6030
  Timestamp: undefined,
6031
6031
  };
6032
6032
  if (output["StackId"] !== undefined) {
6033
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
6033
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
6034
6034
  }
6035
6035
  if (output["StackDriftDetectionId"] !== undefined) {
6036
- contents.StackDriftDetectionId = smithy_client_1.expectString(output["StackDriftDetectionId"]);
6036
+ contents.StackDriftDetectionId = (0, smithy_client_1.expectString)(output["StackDriftDetectionId"]);
6037
6037
  }
6038
6038
  if (output["StackDriftStatus"] !== undefined) {
6039
- contents.StackDriftStatus = smithy_client_1.expectString(output["StackDriftStatus"]);
6039
+ contents.StackDriftStatus = (0, smithy_client_1.expectString)(output["StackDriftStatus"]);
6040
6040
  }
6041
6041
  if (output["DetectionStatus"] !== undefined) {
6042
- contents.DetectionStatus = smithy_client_1.expectString(output["DetectionStatus"]);
6042
+ contents.DetectionStatus = (0, smithy_client_1.expectString)(output["DetectionStatus"]);
6043
6043
  }
6044
6044
  if (output["DetectionStatusReason"] !== undefined) {
6045
- contents.DetectionStatusReason = smithy_client_1.expectString(output["DetectionStatusReason"]);
6045
+ contents.DetectionStatusReason = (0, smithy_client_1.expectString)(output["DetectionStatusReason"]);
6046
6046
  }
6047
6047
  if (output["DriftedStackResourceCount"] !== undefined) {
6048
- contents.DriftedStackResourceCount = smithy_client_1.strictParseInt32(output["DriftedStackResourceCount"]);
6048
+ contents.DriftedStackResourceCount = (0, smithy_client_1.strictParseInt32)(output["DriftedStackResourceCount"]);
6049
6049
  }
6050
6050
  if (output["Timestamp"] !== undefined) {
6051
- contents.Timestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["Timestamp"]));
6051
+ contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["Timestamp"]));
6052
6052
  }
6053
6053
  return contents;
6054
6054
  };
@@ -6061,10 +6061,10 @@ const deserializeAws_queryDescribeStackEventsOutput = (output, context) => {
6061
6061
  contents.StackEvents = [];
6062
6062
  }
6063
6063
  if (output["StackEvents"] !== undefined && output["StackEvents"]["member"] !== undefined) {
6064
- contents.StackEvents = deserializeAws_queryStackEvents(smithy_client_1.getArrayIfSingleItem(output["StackEvents"]["member"]), context);
6064
+ contents.StackEvents = deserializeAws_queryStackEvents((0, smithy_client_1.getArrayIfSingleItem)(output["StackEvents"]["member"]), context);
6065
6065
  }
6066
6066
  if (output["NextToken"] !== undefined) {
6067
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6067
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6068
6068
  }
6069
6069
  return contents;
6070
6070
  };
@@ -6086,10 +6086,10 @@ const deserializeAws_queryDescribeStackResourceDriftsOutput = (output, context)
6086
6086
  contents.StackResourceDrifts = [];
6087
6087
  }
6088
6088
  if (output["StackResourceDrifts"] !== undefined && output["StackResourceDrifts"]["member"] !== undefined) {
6089
- contents.StackResourceDrifts = deserializeAws_queryStackResourceDrifts(smithy_client_1.getArrayIfSingleItem(output["StackResourceDrifts"]["member"]), context);
6089
+ contents.StackResourceDrifts = deserializeAws_queryStackResourceDrifts((0, smithy_client_1.getArrayIfSingleItem)(output["StackResourceDrifts"]["member"]), context);
6090
6090
  }
6091
6091
  if (output["NextToken"] !== undefined) {
6092
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6092
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6093
6093
  }
6094
6094
  return contents;
6095
6095
  };
@@ -6110,7 +6110,7 @@ const deserializeAws_queryDescribeStackResourcesOutput = (output, context) => {
6110
6110
  contents.StackResources = [];
6111
6111
  }
6112
6112
  if (output["StackResources"] !== undefined && output["StackResources"]["member"] !== undefined) {
6113
- contents.StackResources = deserializeAws_queryStackResources(smithy_client_1.getArrayIfSingleItem(output["StackResources"]["member"]), context);
6113
+ contents.StackResources = deserializeAws_queryStackResources((0, smithy_client_1.getArrayIfSingleItem)(output["StackResources"]["member"]), context);
6114
6114
  }
6115
6115
  return contents;
6116
6116
  };
@@ -6141,10 +6141,10 @@ const deserializeAws_queryDescribeStacksOutput = (output, context) => {
6141
6141
  contents.Stacks = [];
6142
6142
  }
6143
6143
  if (output["Stacks"] !== undefined && output["Stacks"]["member"] !== undefined) {
6144
- contents.Stacks = deserializeAws_queryStacks(smithy_client_1.getArrayIfSingleItem(output["Stacks"]["member"]), context);
6144
+ contents.Stacks = deserializeAws_queryStacks((0, smithy_client_1.getArrayIfSingleItem)(output["Stacks"]["member"]), context);
6145
6145
  }
6146
6146
  if (output["NextToken"] !== undefined) {
6147
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6147
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6148
6148
  }
6149
6149
  return contents;
6150
6150
  };
@@ -6179,37 +6179,37 @@ const deserializeAws_queryDescribeTypeOutput = (output, context) => {
6179
6179
  AutoUpdate: undefined,
6180
6180
  };
6181
6181
  if (output["Arn"] !== undefined) {
6182
- contents.Arn = smithy_client_1.expectString(output["Arn"]);
6182
+ contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
6183
6183
  }
6184
6184
  if (output["Type"] !== undefined) {
6185
- contents.Type = smithy_client_1.expectString(output["Type"]);
6185
+ contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
6186
6186
  }
6187
6187
  if (output["TypeName"] !== undefined) {
6188
- contents.TypeName = smithy_client_1.expectString(output["TypeName"]);
6188
+ contents.TypeName = (0, smithy_client_1.expectString)(output["TypeName"]);
6189
6189
  }
6190
6190
  if (output["DefaultVersionId"] !== undefined) {
6191
- contents.DefaultVersionId = smithy_client_1.expectString(output["DefaultVersionId"]);
6191
+ contents.DefaultVersionId = (0, smithy_client_1.expectString)(output["DefaultVersionId"]);
6192
6192
  }
6193
6193
  if (output["IsDefaultVersion"] !== undefined) {
6194
- contents.IsDefaultVersion = smithy_client_1.parseBoolean(output["IsDefaultVersion"]);
6194
+ contents.IsDefaultVersion = (0, smithy_client_1.parseBoolean)(output["IsDefaultVersion"]);
6195
6195
  }
6196
6196
  if (output["TypeTestsStatus"] !== undefined) {
6197
- contents.TypeTestsStatus = smithy_client_1.expectString(output["TypeTestsStatus"]);
6197
+ contents.TypeTestsStatus = (0, smithy_client_1.expectString)(output["TypeTestsStatus"]);
6198
6198
  }
6199
6199
  if (output["TypeTestsStatusDescription"] !== undefined) {
6200
- contents.TypeTestsStatusDescription = smithy_client_1.expectString(output["TypeTestsStatusDescription"]);
6200
+ contents.TypeTestsStatusDescription = (0, smithy_client_1.expectString)(output["TypeTestsStatusDescription"]);
6201
6201
  }
6202
6202
  if (output["Description"] !== undefined) {
6203
- contents.Description = smithy_client_1.expectString(output["Description"]);
6203
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
6204
6204
  }
6205
6205
  if (output["Schema"] !== undefined) {
6206
- contents.Schema = smithy_client_1.expectString(output["Schema"]);
6206
+ contents.Schema = (0, smithy_client_1.expectString)(output["Schema"]);
6207
6207
  }
6208
6208
  if (output["ProvisioningType"] !== undefined) {
6209
- contents.ProvisioningType = smithy_client_1.expectString(output["ProvisioningType"]);
6209
+ contents.ProvisioningType = (0, smithy_client_1.expectString)(output["ProvisioningType"]);
6210
6210
  }
6211
6211
  if (output["DeprecatedStatus"] !== undefined) {
6212
- contents.DeprecatedStatus = smithy_client_1.expectString(output["DeprecatedStatus"]);
6212
+ contents.DeprecatedStatus = (0, smithy_client_1.expectString)(output["DeprecatedStatus"]);
6213
6213
  }
6214
6214
  if (output["LoggingConfig"] !== undefined) {
6215
6215
  contents.LoggingConfig = deserializeAws_queryLoggingConfig(output["LoggingConfig"], context);
@@ -6218,49 +6218,49 @@ const deserializeAws_queryDescribeTypeOutput = (output, context) => {
6218
6218
  contents.RequiredActivatedTypes = [];
6219
6219
  }
6220
6220
  if (output["RequiredActivatedTypes"] !== undefined && output["RequiredActivatedTypes"]["member"] !== undefined) {
6221
- contents.RequiredActivatedTypes = deserializeAws_queryRequiredActivatedTypes(smithy_client_1.getArrayIfSingleItem(output["RequiredActivatedTypes"]["member"]), context);
6221
+ contents.RequiredActivatedTypes = deserializeAws_queryRequiredActivatedTypes((0, smithy_client_1.getArrayIfSingleItem)(output["RequiredActivatedTypes"]["member"]), context);
6222
6222
  }
6223
6223
  if (output["ExecutionRoleArn"] !== undefined) {
6224
- contents.ExecutionRoleArn = smithy_client_1.expectString(output["ExecutionRoleArn"]);
6224
+ contents.ExecutionRoleArn = (0, smithy_client_1.expectString)(output["ExecutionRoleArn"]);
6225
6225
  }
6226
6226
  if (output["Visibility"] !== undefined) {
6227
- contents.Visibility = smithy_client_1.expectString(output["Visibility"]);
6227
+ contents.Visibility = (0, smithy_client_1.expectString)(output["Visibility"]);
6228
6228
  }
6229
6229
  if (output["SourceUrl"] !== undefined) {
6230
- contents.SourceUrl = smithy_client_1.expectString(output["SourceUrl"]);
6230
+ contents.SourceUrl = (0, smithy_client_1.expectString)(output["SourceUrl"]);
6231
6231
  }
6232
6232
  if (output["DocumentationUrl"] !== undefined) {
6233
- contents.DocumentationUrl = smithy_client_1.expectString(output["DocumentationUrl"]);
6233
+ contents.DocumentationUrl = (0, smithy_client_1.expectString)(output["DocumentationUrl"]);
6234
6234
  }
6235
6235
  if (output["LastUpdated"] !== undefined) {
6236
- contents.LastUpdated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastUpdated"]));
6236
+ contents.LastUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastUpdated"]));
6237
6237
  }
6238
6238
  if (output["TimeCreated"] !== undefined) {
6239
- contents.TimeCreated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["TimeCreated"]));
6239
+ contents.TimeCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["TimeCreated"]));
6240
6240
  }
6241
6241
  if (output["ConfigurationSchema"] !== undefined) {
6242
- contents.ConfigurationSchema = smithy_client_1.expectString(output["ConfigurationSchema"]);
6242
+ contents.ConfigurationSchema = (0, smithy_client_1.expectString)(output["ConfigurationSchema"]);
6243
6243
  }
6244
6244
  if (output["PublisherId"] !== undefined) {
6245
- contents.PublisherId = smithy_client_1.expectString(output["PublisherId"]);
6245
+ contents.PublisherId = (0, smithy_client_1.expectString)(output["PublisherId"]);
6246
6246
  }
6247
6247
  if (output["OriginalTypeName"] !== undefined) {
6248
- contents.OriginalTypeName = smithy_client_1.expectString(output["OriginalTypeName"]);
6248
+ contents.OriginalTypeName = (0, smithy_client_1.expectString)(output["OriginalTypeName"]);
6249
6249
  }
6250
6250
  if (output["OriginalTypeArn"] !== undefined) {
6251
- contents.OriginalTypeArn = smithy_client_1.expectString(output["OriginalTypeArn"]);
6251
+ contents.OriginalTypeArn = (0, smithy_client_1.expectString)(output["OriginalTypeArn"]);
6252
6252
  }
6253
6253
  if (output["PublicVersionNumber"] !== undefined) {
6254
- contents.PublicVersionNumber = smithy_client_1.expectString(output["PublicVersionNumber"]);
6254
+ contents.PublicVersionNumber = (0, smithy_client_1.expectString)(output["PublicVersionNumber"]);
6255
6255
  }
6256
6256
  if (output["LatestPublicVersion"] !== undefined) {
6257
- contents.LatestPublicVersion = smithy_client_1.expectString(output["LatestPublicVersion"]);
6257
+ contents.LatestPublicVersion = (0, smithy_client_1.expectString)(output["LatestPublicVersion"]);
6258
6258
  }
6259
6259
  if (output["IsActivated"] !== undefined) {
6260
- contents.IsActivated = smithy_client_1.parseBoolean(output["IsActivated"]);
6260
+ contents.IsActivated = (0, smithy_client_1.parseBoolean)(output["IsActivated"]);
6261
6261
  }
6262
6262
  if (output["AutoUpdate"] !== undefined) {
6263
- contents.AutoUpdate = smithy_client_1.parseBoolean(output["AutoUpdate"]);
6263
+ contents.AutoUpdate = (0, smithy_client_1.parseBoolean)(output["AutoUpdate"]);
6264
6264
  }
6265
6265
  return contents;
6266
6266
  };
@@ -6272,16 +6272,16 @@ const deserializeAws_queryDescribeTypeRegistrationOutput = (output, context) =>
6272
6272
  TypeVersionArn: undefined,
6273
6273
  };
6274
6274
  if (output["ProgressStatus"] !== undefined) {
6275
- contents.ProgressStatus = smithy_client_1.expectString(output["ProgressStatus"]);
6275
+ contents.ProgressStatus = (0, smithy_client_1.expectString)(output["ProgressStatus"]);
6276
6276
  }
6277
6277
  if (output["Description"] !== undefined) {
6278
- contents.Description = smithy_client_1.expectString(output["Description"]);
6278
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
6279
6279
  }
6280
6280
  if (output["TypeArn"] !== undefined) {
6281
- contents.TypeArn = smithy_client_1.expectString(output["TypeArn"]);
6281
+ contents.TypeArn = (0, smithy_client_1.expectString)(output["TypeArn"]);
6282
6282
  }
6283
6283
  if (output["TypeVersionArn"] !== undefined) {
6284
- contents.TypeVersionArn = smithy_client_1.expectString(output["TypeVersionArn"]);
6284
+ contents.TypeVersionArn = (0, smithy_client_1.expectString)(output["TypeVersionArn"]);
6285
6285
  }
6286
6286
  return contents;
6287
6287
  };
@@ -6290,7 +6290,7 @@ const deserializeAws_queryDetectStackDriftOutput = (output, context) => {
6290
6290
  StackDriftDetectionId: undefined,
6291
6291
  };
6292
6292
  if (output["StackDriftDetectionId"] !== undefined) {
6293
- contents.StackDriftDetectionId = smithy_client_1.expectString(output["StackDriftDetectionId"]);
6293
+ contents.StackDriftDetectionId = (0, smithy_client_1.expectString)(output["StackDriftDetectionId"]);
6294
6294
  }
6295
6295
  return contents;
6296
6296
  };
@@ -6308,7 +6308,7 @@ const deserializeAws_queryDetectStackSetDriftOutput = (output, context) => {
6308
6308
  OperationId: undefined,
6309
6309
  };
6310
6310
  if (output["OperationId"] !== undefined) {
6311
- contents.OperationId = smithy_client_1.expectString(output["OperationId"]);
6311
+ contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
6312
6312
  }
6313
6313
  return contents;
6314
6314
  };
@@ -6317,7 +6317,7 @@ const deserializeAws_queryEstimateTemplateCostOutput = (output, context) => {
6317
6317
  Url: undefined,
6318
6318
  };
6319
6319
  if (output["Url"] !== undefined) {
6320
- contents.Url = smithy_client_1.expectString(output["Url"]);
6320
+ contents.Url = (0, smithy_client_1.expectString)(output["Url"]);
6321
6321
  }
6322
6322
  return contents;
6323
6323
  };
@@ -6332,13 +6332,13 @@ const deserializeAws_queryExport = (output, context) => {
6332
6332
  Value: undefined,
6333
6333
  };
6334
6334
  if (output["ExportingStackId"] !== undefined) {
6335
- contents.ExportingStackId = smithy_client_1.expectString(output["ExportingStackId"]);
6335
+ contents.ExportingStackId = (0, smithy_client_1.expectString)(output["ExportingStackId"]);
6336
6336
  }
6337
6337
  if (output["Name"] !== undefined) {
6338
- contents.Name = smithy_client_1.expectString(output["Name"]);
6338
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
6339
6339
  }
6340
6340
  if (output["Value"] !== undefined) {
6341
- contents.Value = smithy_client_1.expectString(output["Value"]);
6341
+ contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
6342
6342
  }
6343
6343
  return contents;
6344
6344
  };
@@ -6357,7 +6357,7 @@ const deserializeAws_queryGetStackPolicyOutput = (output, context) => {
6357
6357
  StackPolicyBody: undefined,
6358
6358
  };
6359
6359
  if (output["StackPolicyBody"] !== undefined) {
6360
- contents.StackPolicyBody = smithy_client_1.expectString(output["StackPolicyBody"]);
6360
+ contents.StackPolicyBody = (0, smithy_client_1.expectString)(output["StackPolicyBody"]);
6361
6361
  }
6362
6362
  return contents;
6363
6363
  };
@@ -6367,13 +6367,13 @@ const deserializeAws_queryGetTemplateOutput = (output, context) => {
6367
6367
  StagesAvailable: undefined,
6368
6368
  };
6369
6369
  if (output["TemplateBody"] !== undefined) {
6370
- contents.TemplateBody = smithy_client_1.expectString(output["TemplateBody"]);
6370
+ contents.TemplateBody = (0, smithy_client_1.expectString)(output["TemplateBody"]);
6371
6371
  }
6372
6372
  if (output.StagesAvailable === "") {
6373
6373
  contents.StagesAvailable = [];
6374
6374
  }
6375
6375
  if (output["StagesAvailable"] !== undefined && output["StagesAvailable"]["member"] !== undefined) {
6376
- contents.StagesAvailable = deserializeAws_queryStageList(smithy_client_1.getArrayIfSingleItem(output["StagesAvailable"]["member"]), context);
6376
+ contents.StagesAvailable = deserializeAws_queryStageList((0, smithy_client_1.getArrayIfSingleItem)(output["StagesAvailable"]["member"]), context);
6377
6377
  }
6378
6378
  return contents;
6379
6379
  };
@@ -6393,44 +6393,44 @@ const deserializeAws_queryGetTemplateSummaryOutput = (output, context) => {
6393
6393
  contents.Parameters = [];
6394
6394
  }
6395
6395
  if (output["Parameters"] !== undefined && output["Parameters"]["member"] !== undefined) {
6396
- contents.Parameters = deserializeAws_queryParameterDeclarations(smithy_client_1.getArrayIfSingleItem(output["Parameters"]["member"]), context);
6396
+ contents.Parameters = deserializeAws_queryParameterDeclarations((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["member"]), context);
6397
6397
  }
6398
6398
  if (output["Description"] !== undefined) {
6399
- contents.Description = smithy_client_1.expectString(output["Description"]);
6399
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
6400
6400
  }
6401
6401
  if (output.Capabilities === "") {
6402
6402
  contents.Capabilities = [];
6403
6403
  }
6404
6404
  if (output["Capabilities"] !== undefined && output["Capabilities"]["member"] !== undefined) {
6405
- contents.Capabilities = deserializeAws_queryCapabilities(smithy_client_1.getArrayIfSingleItem(output["Capabilities"]["member"]), context);
6405
+ contents.Capabilities = deserializeAws_queryCapabilities((0, smithy_client_1.getArrayIfSingleItem)(output["Capabilities"]["member"]), context);
6406
6406
  }
6407
6407
  if (output["CapabilitiesReason"] !== undefined) {
6408
- contents.CapabilitiesReason = smithy_client_1.expectString(output["CapabilitiesReason"]);
6408
+ contents.CapabilitiesReason = (0, smithy_client_1.expectString)(output["CapabilitiesReason"]);
6409
6409
  }
6410
6410
  if (output.ResourceTypes === "") {
6411
6411
  contents.ResourceTypes = [];
6412
6412
  }
6413
6413
  if (output["ResourceTypes"] !== undefined && output["ResourceTypes"]["member"] !== undefined) {
6414
- contents.ResourceTypes = deserializeAws_queryResourceTypes(smithy_client_1.getArrayIfSingleItem(output["ResourceTypes"]["member"]), context);
6414
+ contents.ResourceTypes = deserializeAws_queryResourceTypes((0, smithy_client_1.getArrayIfSingleItem)(output["ResourceTypes"]["member"]), context);
6415
6415
  }
6416
6416
  if (output["Version"] !== undefined) {
6417
- contents.Version = smithy_client_1.expectString(output["Version"]);
6417
+ contents.Version = (0, smithy_client_1.expectString)(output["Version"]);
6418
6418
  }
6419
6419
  if (output["Metadata"] !== undefined) {
6420
- contents.Metadata = smithy_client_1.expectString(output["Metadata"]);
6420
+ contents.Metadata = (0, smithy_client_1.expectString)(output["Metadata"]);
6421
6421
  }
6422
6422
  if (output.DeclaredTransforms === "") {
6423
6423
  contents.DeclaredTransforms = [];
6424
6424
  }
6425
6425
  if (output["DeclaredTransforms"] !== undefined && output["DeclaredTransforms"]["member"] !== undefined) {
6426
- contents.DeclaredTransforms = deserializeAws_queryTransformsList(smithy_client_1.getArrayIfSingleItem(output["DeclaredTransforms"]["member"]), context);
6426
+ contents.DeclaredTransforms = deserializeAws_queryTransformsList((0, smithy_client_1.getArrayIfSingleItem)(output["DeclaredTransforms"]["member"]), context);
6427
6427
  }
6428
6428
  if (output.ResourceIdentifierSummaries === "") {
6429
6429
  contents.ResourceIdentifierSummaries = [];
6430
6430
  }
6431
6431
  if (output["ResourceIdentifierSummaries"] !== undefined &&
6432
6432
  output["ResourceIdentifierSummaries"]["member"] !== undefined) {
6433
- contents.ResourceIdentifierSummaries = deserializeAws_queryResourceIdentifierSummaries(smithy_client_1.getArrayIfSingleItem(output["ResourceIdentifierSummaries"]["member"]), context);
6433
+ contents.ResourceIdentifierSummaries = deserializeAws_queryResourceIdentifierSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["ResourceIdentifierSummaries"]["member"]), context);
6434
6434
  }
6435
6435
  return contents;
6436
6436
  };
@@ -6441,7 +6441,7 @@ const deserializeAws_queryImports = (output, context) => {
6441
6441
  if (entry === null) {
6442
6442
  return null;
6443
6443
  }
6444
- return smithy_client_1.expectString(entry);
6444
+ return (0, smithy_client_1.expectString)(entry);
6445
6445
  });
6446
6446
  };
6447
6447
  const deserializeAws_queryImportStacksToStackSetOutput = (output, context) => {
@@ -6449,7 +6449,7 @@ const deserializeAws_queryImportStacksToStackSetOutput = (output, context) => {
6449
6449
  OperationId: undefined,
6450
6450
  };
6451
6451
  if (output["OperationId"] !== undefined) {
6452
- contents.OperationId = smithy_client_1.expectString(output["OperationId"]);
6452
+ contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
6453
6453
  }
6454
6454
  return contents;
6455
6455
  };
@@ -6458,7 +6458,7 @@ const deserializeAws_queryInsufficientCapabilitiesException = (output, context)
6458
6458
  Message: undefined,
6459
6459
  };
6460
6460
  if (output["Message"] !== undefined) {
6461
- contents.Message = smithy_client_1.expectString(output["Message"]);
6461
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6462
6462
  }
6463
6463
  return contents;
6464
6464
  };
@@ -6467,7 +6467,7 @@ const deserializeAws_queryInvalidChangeSetStatusException = (output, context) =>
6467
6467
  Message: undefined,
6468
6468
  };
6469
6469
  if (output["Message"] !== undefined) {
6470
- contents.Message = smithy_client_1.expectString(output["Message"]);
6470
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6471
6471
  }
6472
6472
  return contents;
6473
6473
  };
@@ -6476,7 +6476,7 @@ const deserializeAws_queryInvalidOperationException = (output, context) => {
6476
6476
  Message: undefined,
6477
6477
  };
6478
6478
  if (output["Message"] !== undefined) {
6479
- contents.Message = smithy_client_1.expectString(output["Message"]);
6479
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6480
6480
  }
6481
6481
  return contents;
6482
6482
  };
@@ -6485,7 +6485,7 @@ const deserializeAws_queryInvalidStateTransitionException = (output, context) =>
6485
6485
  Message: undefined,
6486
6486
  };
6487
6487
  if (output["Message"] !== undefined) {
6488
- contents.Message = smithy_client_1.expectString(output["Message"]);
6488
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6489
6489
  }
6490
6490
  return contents;
6491
6491
  };
@@ -6494,7 +6494,7 @@ const deserializeAws_queryLimitExceededException = (output, context) => {
6494
6494
  Message: undefined,
6495
6495
  };
6496
6496
  if (output["Message"] !== undefined) {
6497
- contents.Message = smithy_client_1.expectString(output["Message"]);
6497
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6498
6498
  }
6499
6499
  return contents;
6500
6500
  };
@@ -6507,10 +6507,10 @@ const deserializeAws_queryListChangeSetsOutput = (output, context) => {
6507
6507
  contents.Summaries = [];
6508
6508
  }
6509
6509
  if (output["Summaries"] !== undefined && output["Summaries"]["member"] !== undefined) {
6510
- contents.Summaries = deserializeAws_queryChangeSetSummaries(smithy_client_1.getArrayIfSingleItem(output["Summaries"]["member"]), context);
6510
+ contents.Summaries = deserializeAws_queryChangeSetSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["Summaries"]["member"]), context);
6511
6511
  }
6512
6512
  if (output["NextToken"] !== undefined) {
6513
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6513
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6514
6514
  }
6515
6515
  return contents;
6516
6516
  };
@@ -6523,10 +6523,10 @@ const deserializeAws_queryListExportsOutput = (output, context) => {
6523
6523
  contents.Exports = [];
6524
6524
  }
6525
6525
  if (output["Exports"] !== undefined && output["Exports"]["member"] !== undefined) {
6526
- contents.Exports = deserializeAws_queryExports(smithy_client_1.getArrayIfSingleItem(output["Exports"]["member"]), context);
6526
+ contents.Exports = deserializeAws_queryExports((0, smithy_client_1.getArrayIfSingleItem)(output["Exports"]["member"]), context);
6527
6527
  }
6528
6528
  if (output["NextToken"] !== undefined) {
6529
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6529
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6530
6530
  }
6531
6531
  return contents;
6532
6532
  };
@@ -6539,10 +6539,10 @@ const deserializeAws_queryListImportsOutput = (output, context) => {
6539
6539
  contents.Imports = [];
6540
6540
  }
6541
6541
  if (output["Imports"] !== undefined && output["Imports"]["member"] !== undefined) {
6542
- contents.Imports = deserializeAws_queryImports(smithy_client_1.getArrayIfSingleItem(output["Imports"]["member"]), context);
6542
+ contents.Imports = deserializeAws_queryImports((0, smithy_client_1.getArrayIfSingleItem)(output["Imports"]["member"]), context);
6543
6543
  }
6544
6544
  if (output["NextToken"] !== undefined) {
6545
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6545
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6546
6546
  }
6547
6547
  return contents;
6548
6548
  };
@@ -6555,10 +6555,10 @@ const deserializeAws_queryListStackInstancesOutput = (output, context) => {
6555
6555
  contents.Summaries = [];
6556
6556
  }
6557
6557
  if (output["Summaries"] !== undefined && output["Summaries"]["member"] !== undefined) {
6558
- contents.Summaries = deserializeAws_queryStackInstanceSummaries(smithy_client_1.getArrayIfSingleItem(output["Summaries"]["member"]), context);
6558
+ contents.Summaries = deserializeAws_queryStackInstanceSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["Summaries"]["member"]), context);
6559
6559
  }
6560
6560
  if (output["NextToken"] !== undefined) {
6561
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6561
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6562
6562
  }
6563
6563
  return contents;
6564
6564
  };
@@ -6571,10 +6571,10 @@ const deserializeAws_queryListStackResourcesOutput = (output, context) => {
6571
6571
  contents.StackResourceSummaries = [];
6572
6572
  }
6573
6573
  if (output["StackResourceSummaries"] !== undefined && output["StackResourceSummaries"]["member"] !== undefined) {
6574
- contents.StackResourceSummaries = deserializeAws_queryStackResourceSummaries(smithy_client_1.getArrayIfSingleItem(output["StackResourceSummaries"]["member"]), context);
6574
+ contents.StackResourceSummaries = deserializeAws_queryStackResourceSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["StackResourceSummaries"]["member"]), context);
6575
6575
  }
6576
6576
  if (output["NextToken"] !== undefined) {
6577
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6577
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6578
6578
  }
6579
6579
  return contents;
6580
6580
  };
@@ -6587,10 +6587,10 @@ const deserializeAws_queryListStackSetOperationResultsOutput = (output, context)
6587
6587
  contents.Summaries = [];
6588
6588
  }
6589
6589
  if (output["Summaries"] !== undefined && output["Summaries"]["member"] !== undefined) {
6590
- contents.Summaries = deserializeAws_queryStackSetOperationResultSummaries(smithy_client_1.getArrayIfSingleItem(output["Summaries"]["member"]), context);
6590
+ contents.Summaries = deserializeAws_queryStackSetOperationResultSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["Summaries"]["member"]), context);
6591
6591
  }
6592
6592
  if (output["NextToken"] !== undefined) {
6593
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6593
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6594
6594
  }
6595
6595
  return contents;
6596
6596
  };
@@ -6603,10 +6603,10 @@ const deserializeAws_queryListStackSetOperationsOutput = (output, context) => {
6603
6603
  contents.Summaries = [];
6604
6604
  }
6605
6605
  if (output["Summaries"] !== undefined && output["Summaries"]["member"] !== undefined) {
6606
- contents.Summaries = deserializeAws_queryStackSetOperationSummaries(smithy_client_1.getArrayIfSingleItem(output["Summaries"]["member"]), context);
6606
+ contents.Summaries = deserializeAws_queryStackSetOperationSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["Summaries"]["member"]), context);
6607
6607
  }
6608
6608
  if (output["NextToken"] !== undefined) {
6609
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6609
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6610
6610
  }
6611
6611
  return contents;
6612
6612
  };
@@ -6619,10 +6619,10 @@ const deserializeAws_queryListStackSetsOutput = (output, context) => {
6619
6619
  contents.Summaries = [];
6620
6620
  }
6621
6621
  if (output["Summaries"] !== undefined && output["Summaries"]["member"] !== undefined) {
6622
- contents.Summaries = deserializeAws_queryStackSetSummaries(smithy_client_1.getArrayIfSingleItem(output["Summaries"]["member"]), context);
6622
+ contents.Summaries = deserializeAws_queryStackSetSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["Summaries"]["member"]), context);
6623
6623
  }
6624
6624
  if (output["NextToken"] !== undefined) {
6625
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6625
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6626
6626
  }
6627
6627
  return contents;
6628
6628
  };
@@ -6635,10 +6635,10 @@ const deserializeAws_queryListStacksOutput = (output, context) => {
6635
6635
  contents.StackSummaries = [];
6636
6636
  }
6637
6637
  if (output["StackSummaries"] !== undefined && output["StackSummaries"]["member"] !== undefined) {
6638
- contents.StackSummaries = deserializeAws_queryStackSummaries(smithy_client_1.getArrayIfSingleItem(output["StackSummaries"]["member"]), context);
6638
+ contents.StackSummaries = deserializeAws_queryStackSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["StackSummaries"]["member"]), context);
6639
6639
  }
6640
6640
  if (output["NextToken"] !== undefined) {
6641
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6641
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6642
6642
  }
6643
6643
  return contents;
6644
6644
  };
@@ -6651,10 +6651,10 @@ const deserializeAws_queryListTypeRegistrationsOutput = (output, context) => {
6651
6651
  contents.RegistrationTokenList = [];
6652
6652
  }
6653
6653
  if (output["RegistrationTokenList"] !== undefined && output["RegistrationTokenList"]["member"] !== undefined) {
6654
- contents.RegistrationTokenList = deserializeAws_queryRegistrationTokenList(smithy_client_1.getArrayIfSingleItem(output["RegistrationTokenList"]["member"]), context);
6654
+ contents.RegistrationTokenList = deserializeAws_queryRegistrationTokenList((0, smithy_client_1.getArrayIfSingleItem)(output["RegistrationTokenList"]["member"]), context);
6655
6655
  }
6656
6656
  if (output["NextToken"] !== undefined) {
6657
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6657
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6658
6658
  }
6659
6659
  return contents;
6660
6660
  };
@@ -6667,10 +6667,10 @@ const deserializeAws_queryListTypesOutput = (output, context) => {
6667
6667
  contents.TypeSummaries = [];
6668
6668
  }
6669
6669
  if (output["TypeSummaries"] !== undefined && output["TypeSummaries"]["member"] !== undefined) {
6670
- contents.TypeSummaries = deserializeAws_queryTypeSummaries(smithy_client_1.getArrayIfSingleItem(output["TypeSummaries"]["member"]), context);
6670
+ contents.TypeSummaries = deserializeAws_queryTypeSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["TypeSummaries"]["member"]), context);
6671
6671
  }
6672
6672
  if (output["NextToken"] !== undefined) {
6673
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6673
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6674
6674
  }
6675
6675
  return contents;
6676
6676
  };
@@ -6683,10 +6683,10 @@ const deserializeAws_queryListTypeVersionsOutput = (output, context) => {
6683
6683
  contents.TypeVersionSummaries = [];
6684
6684
  }
6685
6685
  if (output["TypeVersionSummaries"] !== undefined && output["TypeVersionSummaries"]["member"] !== undefined) {
6686
- contents.TypeVersionSummaries = deserializeAws_queryTypeVersionSummaries(smithy_client_1.getArrayIfSingleItem(output["TypeVersionSummaries"]["member"]), context);
6686
+ contents.TypeVersionSummaries = deserializeAws_queryTypeVersionSummaries((0, smithy_client_1.getArrayIfSingleItem)(output["TypeVersionSummaries"]["member"]), context);
6687
6687
  }
6688
6688
  if (output["NextToken"] !== undefined) {
6689
- contents.NextToken = smithy_client_1.expectString(output["NextToken"]);
6689
+ contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
6690
6690
  }
6691
6691
  return contents;
6692
6692
  };
@@ -6696,10 +6696,10 @@ const deserializeAws_queryLoggingConfig = (output, context) => {
6696
6696
  LogGroupName: undefined,
6697
6697
  };
6698
6698
  if (output["LogRoleArn"] !== undefined) {
6699
- contents.LogRoleArn = smithy_client_1.expectString(output["LogRoleArn"]);
6699
+ contents.LogRoleArn = (0, smithy_client_1.expectString)(output["LogRoleArn"]);
6700
6700
  }
6701
6701
  if (output["LogGroupName"] !== undefined) {
6702
- contents.LogGroupName = smithy_client_1.expectString(output["LogGroupName"]);
6702
+ contents.LogGroupName = (0, smithy_client_1.expectString)(output["LogGroupName"]);
6703
6703
  }
6704
6704
  return contents;
6705
6705
  };
@@ -6710,7 +6710,7 @@ const deserializeAws_queryLogicalResourceIds = (output, context) => {
6710
6710
  if (entry === null) {
6711
6711
  return null;
6712
6712
  }
6713
- return smithy_client_1.expectString(entry);
6713
+ return (0, smithy_client_1.expectString)(entry);
6714
6714
  });
6715
6715
  };
6716
6716
  const deserializeAws_queryManagedExecution = (output, context) => {
@@ -6718,7 +6718,7 @@ const deserializeAws_queryManagedExecution = (output, context) => {
6718
6718
  Active: undefined,
6719
6719
  };
6720
6720
  if (output["Active"] !== undefined) {
6721
- contents.Active = smithy_client_1.parseBoolean(output["Active"]);
6721
+ contents.Active = (0, smithy_client_1.parseBoolean)(output["Active"]);
6722
6722
  }
6723
6723
  return contents;
6724
6724
  };
@@ -6728,10 +6728,10 @@ const deserializeAws_queryModuleInfo = (output, context) => {
6728
6728
  LogicalIdHierarchy: undefined,
6729
6729
  };
6730
6730
  if (output["TypeHierarchy"] !== undefined) {
6731
- contents.TypeHierarchy = smithy_client_1.expectString(output["TypeHierarchy"]);
6731
+ contents.TypeHierarchy = (0, smithy_client_1.expectString)(output["TypeHierarchy"]);
6732
6732
  }
6733
6733
  if (output["LogicalIdHierarchy"] !== undefined) {
6734
- contents.LogicalIdHierarchy = smithy_client_1.expectString(output["LogicalIdHierarchy"]);
6734
+ contents.LogicalIdHierarchy = (0, smithy_client_1.expectString)(output["LogicalIdHierarchy"]);
6735
6735
  }
6736
6736
  return contents;
6737
6737
  };
@@ -6740,7 +6740,7 @@ const deserializeAws_queryNameAlreadyExistsException = (output, context) => {
6740
6740
  Message: undefined,
6741
6741
  };
6742
6742
  if (output["Message"] !== undefined) {
6743
- contents.Message = smithy_client_1.expectString(output["Message"]);
6743
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6744
6744
  }
6745
6745
  return contents;
6746
6746
  };
@@ -6751,7 +6751,7 @@ const deserializeAws_queryNotificationARNs = (output, context) => {
6751
6751
  if (entry === null) {
6752
6752
  return null;
6753
6753
  }
6754
- return smithy_client_1.expectString(entry);
6754
+ return (0, smithy_client_1.expectString)(entry);
6755
6755
  });
6756
6756
  };
6757
6757
  const deserializeAws_queryOperationIdAlreadyExistsException = (output, context) => {
@@ -6759,7 +6759,7 @@ const deserializeAws_queryOperationIdAlreadyExistsException = (output, context)
6759
6759
  Message: undefined,
6760
6760
  };
6761
6761
  if (output["Message"] !== undefined) {
6762
- contents.Message = smithy_client_1.expectString(output["Message"]);
6762
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6763
6763
  }
6764
6764
  return contents;
6765
6765
  };
@@ -6768,7 +6768,7 @@ const deserializeAws_queryOperationInProgressException = (output, context) => {
6768
6768
  Message: undefined,
6769
6769
  };
6770
6770
  if (output["Message"] !== undefined) {
6771
- contents.Message = smithy_client_1.expectString(output["Message"]);
6771
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6772
6772
  }
6773
6773
  return contents;
6774
6774
  };
@@ -6777,7 +6777,7 @@ const deserializeAws_queryOperationNotFoundException = (output, context) => {
6777
6777
  Message: undefined,
6778
6778
  };
6779
6779
  if (output["Message"] !== undefined) {
6780
- contents.Message = smithy_client_1.expectString(output["Message"]);
6780
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6781
6781
  }
6782
6782
  return contents;
6783
6783
  };
@@ -6786,7 +6786,7 @@ const deserializeAws_queryOperationStatusCheckFailedException = (output, context
6786
6786
  Message: undefined,
6787
6787
  };
6788
6788
  if (output["Message"] !== undefined) {
6789
- contents.Message = smithy_client_1.expectString(output["Message"]);
6789
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6790
6790
  }
6791
6791
  return contents;
6792
6792
  };
@@ -6797,7 +6797,7 @@ const deserializeAws_queryOrganizationalUnitIdList = (output, context) => {
6797
6797
  if (entry === null) {
6798
6798
  return null;
6799
6799
  }
6800
- return smithy_client_1.expectString(entry);
6800
+ return (0, smithy_client_1.expectString)(entry);
6801
6801
  });
6802
6802
  };
6803
6803
  const deserializeAws_queryOutput = (output, context) => {
@@ -6808,16 +6808,16 @@ const deserializeAws_queryOutput = (output, context) => {
6808
6808
  ExportName: undefined,
6809
6809
  };
6810
6810
  if (output["OutputKey"] !== undefined) {
6811
- contents.OutputKey = smithy_client_1.expectString(output["OutputKey"]);
6811
+ contents.OutputKey = (0, smithy_client_1.expectString)(output["OutputKey"]);
6812
6812
  }
6813
6813
  if (output["OutputValue"] !== undefined) {
6814
- contents.OutputValue = smithy_client_1.expectString(output["OutputValue"]);
6814
+ contents.OutputValue = (0, smithy_client_1.expectString)(output["OutputValue"]);
6815
6815
  }
6816
6816
  if (output["Description"] !== undefined) {
6817
- contents.Description = smithy_client_1.expectString(output["Description"]);
6817
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
6818
6818
  }
6819
6819
  if (output["ExportName"] !== undefined) {
6820
- contents.ExportName = smithy_client_1.expectString(output["ExportName"]);
6820
+ contents.ExportName = (0, smithy_client_1.expectString)(output["ExportName"]);
6821
6821
  }
6822
6822
  return contents;
6823
6823
  };
@@ -6839,16 +6839,16 @@ const deserializeAws_queryParameter = (output, context) => {
6839
6839
  ResolvedValue: undefined,
6840
6840
  };
6841
6841
  if (output["ParameterKey"] !== undefined) {
6842
- contents.ParameterKey = smithy_client_1.expectString(output["ParameterKey"]);
6842
+ contents.ParameterKey = (0, smithy_client_1.expectString)(output["ParameterKey"]);
6843
6843
  }
6844
6844
  if (output["ParameterValue"] !== undefined) {
6845
- contents.ParameterValue = smithy_client_1.expectString(output["ParameterValue"]);
6845
+ contents.ParameterValue = (0, smithy_client_1.expectString)(output["ParameterValue"]);
6846
6846
  }
6847
6847
  if (output["UsePreviousValue"] !== undefined) {
6848
- contents.UsePreviousValue = smithy_client_1.parseBoolean(output["UsePreviousValue"]);
6848
+ contents.UsePreviousValue = (0, smithy_client_1.parseBoolean)(output["UsePreviousValue"]);
6849
6849
  }
6850
6850
  if (output["ResolvedValue"] !== undefined) {
6851
- contents.ResolvedValue = smithy_client_1.expectString(output["ResolvedValue"]);
6851
+ contents.ResolvedValue = (0, smithy_client_1.expectString)(output["ResolvedValue"]);
6852
6852
  }
6853
6853
  return contents;
6854
6854
  };
@@ -6860,7 +6860,7 @@ const deserializeAws_queryParameterConstraints = (output, context) => {
6860
6860
  contents.AllowedValues = [];
6861
6861
  }
6862
6862
  if (output["AllowedValues"] !== undefined && output["AllowedValues"]["member"] !== undefined) {
6863
- contents.AllowedValues = deserializeAws_queryAllowedValues(smithy_client_1.getArrayIfSingleItem(output["AllowedValues"]["member"]), context);
6863
+ contents.AllowedValues = deserializeAws_queryAllowedValues((0, smithy_client_1.getArrayIfSingleItem)(output["AllowedValues"]["member"]), context);
6864
6864
  }
6865
6865
  return contents;
6866
6866
  };
@@ -6874,19 +6874,19 @@ const deserializeAws_queryParameterDeclaration = (output, context) => {
6874
6874
  ParameterConstraints: undefined,
6875
6875
  };
6876
6876
  if (output["ParameterKey"] !== undefined) {
6877
- contents.ParameterKey = smithy_client_1.expectString(output["ParameterKey"]);
6877
+ contents.ParameterKey = (0, smithy_client_1.expectString)(output["ParameterKey"]);
6878
6878
  }
6879
6879
  if (output["DefaultValue"] !== undefined) {
6880
- contents.DefaultValue = smithy_client_1.expectString(output["DefaultValue"]);
6880
+ contents.DefaultValue = (0, smithy_client_1.expectString)(output["DefaultValue"]);
6881
6881
  }
6882
6882
  if (output["ParameterType"] !== undefined) {
6883
- contents.ParameterType = smithy_client_1.expectString(output["ParameterType"]);
6883
+ contents.ParameterType = (0, smithy_client_1.expectString)(output["ParameterType"]);
6884
6884
  }
6885
6885
  if (output["NoEcho"] !== undefined) {
6886
- contents.NoEcho = smithy_client_1.parseBoolean(output["NoEcho"]);
6886
+ contents.NoEcho = (0, smithy_client_1.parseBoolean)(output["NoEcho"]);
6887
6887
  }
6888
6888
  if (output["Description"] !== undefined) {
6889
- contents.Description = smithy_client_1.expectString(output["Description"]);
6889
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
6890
6890
  }
6891
6891
  if (output["ParameterConstraints"] !== undefined) {
6892
6892
  contents.ParameterConstraints = deserializeAws_queryParameterConstraints(output["ParameterConstraints"], context);
@@ -6929,10 +6929,10 @@ const deserializeAws_queryPhysicalResourceIdContextKeyValuePair = (output, conte
6929
6929
  Value: undefined,
6930
6930
  };
6931
6931
  if (output["Key"] !== undefined) {
6932
- contents.Key = smithy_client_1.expectString(output["Key"]);
6932
+ contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
6933
6933
  }
6934
6934
  if (output["Value"] !== undefined) {
6935
- contents.Value = smithy_client_1.expectString(output["Value"]);
6935
+ contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
6936
6936
  }
6937
6937
  return contents;
6938
6938
  };
@@ -6944,16 +6944,16 @@ const deserializeAws_queryPropertyDifference = (output, context) => {
6944
6944
  DifferenceType: undefined,
6945
6945
  };
6946
6946
  if (output["PropertyPath"] !== undefined) {
6947
- contents.PropertyPath = smithy_client_1.expectString(output["PropertyPath"]);
6947
+ contents.PropertyPath = (0, smithy_client_1.expectString)(output["PropertyPath"]);
6948
6948
  }
6949
6949
  if (output["ExpectedValue"] !== undefined) {
6950
- contents.ExpectedValue = smithy_client_1.expectString(output["ExpectedValue"]);
6950
+ contents.ExpectedValue = (0, smithy_client_1.expectString)(output["ExpectedValue"]);
6951
6951
  }
6952
6952
  if (output["ActualValue"] !== undefined) {
6953
- contents.ActualValue = smithy_client_1.expectString(output["ActualValue"]);
6953
+ contents.ActualValue = (0, smithy_client_1.expectString)(output["ActualValue"]);
6954
6954
  }
6955
6955
  if (output["DifferenceType"] !== undefined) {
6956
- contents.DifferenceType = smithy_client_1.expectString(output["DifferenceType"]);
6956
+ contents.DifferenceType = (0, smithy_client_1.expectString)(output["DifferenceType"]);
6957
6957
  }
6958
6958
  return contents;
6959
6959
  };
@@ -6972,7 +6972,7 @@ const deserializeAws_queryPublishTypeOutput = (output, context) => {
6972
6972
  PublicTypeArn: undefined,
6973
6973
  };
6974
6974
  if (output["PublicTypeArn"] !== undefined) {
6975
- contents.PublicTypeArn = smithy_client_1.expectString(output["PublicTypeArn"]);
6975
+ contents.PublicTypeArn = (0, smithy_client_1.expectString)(output["PublicTypeArn"]);
6976
6976
  }
6977
6977
  return contents;
6978
6978
  };
@@ -6987,7 +6987,7 @@ const deserializeAws_queryRegionList = (output, context) => {
6987
6987
  if (entry === null) {
6988
6988
  return null;
6989
6989
  }
6990
- return smithy_client_1.expectString(entry);
6990
+ return (0, smithy_client_1.expectString)(entry);
6991
6991
  });
6992
6992
  };
6993
6993
  const deserializeAws_queryRegisterPublisherOutput = (output, context) => {
@@ -6995,7 +6995,7 @@ const deserializeAws_queryRegisterPublisherOutput = (output, context) => {
6995
6995
  PublisherId: undefined,
6996
6996
  };
6997
6997
  if (output["PublisherId"] !== undefined) {
6998
- contents.PublisherId = smithy_client_1.expectString(output["PublisherId"]);
6998
+ contents.PublisherId = (0, smithy_client_1.expectString)(output["PublisherId"]);
6999
6999
  }
7000
7000
  return contents;
7001
7001
  };
@@ -7004,7 +7004,7 @@ const deserializeAws_queryRegisterTypeOutput = (output, context) => {
7004
7004
  RegistrationToken: undefined,
7005
7005
  };
7006
7006
  if (output["RegistrationToken"] !== undefined) {
7007
- contents.RegistrationToken = smithy_client_1.expectString(output["RegistrationToken"]);
7007
+ contents.RegistrationToken = (0, smithy_client_1.expectString)(output["RegistrationToken"]);
7008
7008
  }
7009
7009
  return contents;
7010
7010
  };
@@ -7015,7 +7015,7 @@ const deserializeAws_queryRegistrationTokenList = (output, context) => {
7015
7015
  if (entry === null) {
7016
7016
  return null;
7017
7017
  }
7018
- return smithy_client_1.expectString(entry);
7018
+ return (0, smithy_client_1.expectString)(entry);
7019
7019
  });
7020
7020
  };
7021
7021
  const deserializeAws_queryRequiredActivatedType = (output, context) => {
@@ -7026,19 +7026,19 @@ const deserializeAws_queryRequiredActivatedType = (output, context) => {
7026
7026
  SupportedMajorVersions: undefined,
7027
7027
  };
7028
7028
  if (output["TypeNameAlias"] !== undefined) {
7029
- contents.TypeNameAlias = smithy_client_1.expectString(output["TypeNameAlias"]);
7029
+ contents.TypeNameAlias = (0, smithy_client_1.expectString)(output["TypeNameAlias"]);
7030
7030
  }
7031
7031
  if (output["OriginalTypeName"] !== undefined) {
7032
- contents.OriginalTypeName = smithy_client_1.expectString(output["OriginalTypeName"]);
7032
+ contents.OriginalTypeName = (0, smithy_client_1.expectString)(output["OriginalTypeName"]);
7033
7033
  }
7034
7034
  if (output["PublisherId"] !== undefined) {
7035
- contents.PublisherId = smithy_client_1.expectString(output["PublisherId"]);
7035
+ contents.PublisherId = (0, smithy_client_1.expectString)(output["PublisherId"]);
7036
7036
  }
7037
7037
  if (output.SupportedMajorVersions === "") {
7038
7038
  contents.SupportedMajorVersions = [];
7039
7039
  }
7040
7040
  if (output["SupportedMajorVersions"] !== undefined && output["SupportedMajorVersions"]["member"] !== undefined) {
7041
- contents.SupportedMajorVersions = deserializeAws_querySupportedMajorVersions(smithy_client_1.getArrayIfSingleItem(output["SupportedMajorVersions"]["member"]), context);
7041
+ contents.SupportedMajorVersions = deserializeAws_querySupportedMajorVersions((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedMajorVersions"]["member"]), context);
7042
7042
  }
7043
7043
  return contents;
7044
7044
  };
@@ -7065,34 +7065,34 @@ const deserializeAws_queryResourceChange = (output, context) => {
7065
7065
  ModuleInfo: undefined,
7066
7066
  };
7067
7067
  if (output["Action"] !== undefined) {
7068
- contents.Action = smithy_client_1.expectString(output["Action"]);
7068
+ contents.Action = (0, smithy_client_1.expectString)(output["Action"]);
7069
7069
  }
7070
7070
  if (output["LogicalResourceId"] !== undefined) {
7071
- contents.LogicalResourceId = smithy_client_1.expectString(output["LogicalResourceId"]);
7071
+ contents.LogicalResourceId = (0, smithy_client_1.expectString)(output["LogicalResourceId"]);
7072
7072
  }
7073
7073
  if (output["PhysicalResourceId"] !== undefined) {
7074
- contents.PhysicalResourceId = smithy_client_1.expectString(output["PhysicalResourceId"]);
7074
+ contents.PhysicalResourceId = (0, smithy_client_1.expectString)(output["PhysicalResourceId"]);
7075
7075
  }
7076
7076
  if (output["ResourceType"] !== undefined) {
7077
- contents.ResourceType = smithy_client_1.expectString(output["ResourceType"]);
7077
+ contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
7078
7078
  }
7079
7079
  if (output["Replacement"] !== undefined) {
7080
- contents.Replacement = smithy_client_1.expectString(output["Replacement"]);
7080
+ contents.Replacement = (0, smithy_client_1.expectString)(output["Replacement"]);
7081
7081
  }
7082
7082
  if (output.Scope === "") {
7083
7083
  contents.Scope = [];
7084
7084
  }
7085
7085
  if (output["Scope"] !== undefined && output["Scope"]["member"] !== undefined) {
7086
- contents.Scope = deserializeAws_queryScope(smithy_client_1.getArrayIfSingleItem(output["Scope"]["member"]), context);
7086
+ contents.Scope = deserializeAws_queryScope((0, smithy_client_1.getArrayIfSingleItem)(output["Scope"]["member"]), context);
7087
7087
  }
7088
7088
  if (output.Details === "") {
7089
7089
  contents.Details = [];
7090
7090
  }
7091
7091
  if (output["Details"] !== undefined && output["Details"]["member"] !== undefined) {
7092
- contents.Details = deserializeAws_queryResourceChangeDetails(smithy_client_1.getArrayIfSingleItem(output["Details"]["member"]), context);
7092
+ contents.Details = deserializeAws_queryResourceChangeDetails((0, smithy_client_1.getArrayIfSingleItem)(output["Details"]["member"]), context);
7093
7093
  }
7094
7094
  if (output["ChangeSetId"] !== undefined) {
7095
- contents.ChangeSetId = smithy_client_1.expectString(output["ChangeSetId"]);
7095
+ contents.ChangeSetId = (0, smithy_client_1.expectString)(output["ChangeSetId"]);
7096
7096
  }
7097
7097
  if (output["ModuleInfo"] !== undefined) {
7098
7098
  contents.ModuleInfo = deserializeAws_queryModuleInfo(output["ModuleInfo"], context);
@@ -7110,13 +7110,13 @@ const deserializeAws_queryResourceChangeDetail = (output, context) => {
7110
7110
  contents.Target = deserializeAws_queryResourceTargetDefinition(output["Target"], context);
7111
7111
  }
7112
7112
  if (output["Evaluation"] !== undefined) {
7113
- contents.Evaluation = smithy_client_1.expectString(output["Evaluation"]);
7113
+ contents.Evaluation = (0, smithy_client_1.expectString)(output["Evaluation"]);
7114
7114
  }
7115
7115
  if (output["ChangeSource"] !== undefined) {
7116
- contents.ChangeSource = smithy_client_1.expectString(output["ChangeSource"]);
7116
+ contents.ChangeSource = (0, smithy_client_1.expectString)(output["ChangeSource"]);
7117
7117
  }
7118
7118
  if (output["CausingEntity"] !== undefined) {
7119
- contents.CausingEntity = smithy_client_1.expectString(output["CausingEntity"]);
7119
+ contents.CausingEntity = (0, smithy_client_1.expectString)(output["CausingEntity"]);
7120
7120
  }
7121
7121
  return contents;
7122
7122
  };
@@ -7137,7 +7137,7 @@ const deserializeAws_queryResourceIdentifiers = (output, context) => {
7137
7137
  if (entry === null) {
7138
7138
  return null;
7139
7139
  }
7140
- return smithy_client_1.expectString(entry);
7140
+ return (0, smithy_client_1.expectString)(entry);
7141
7141
  });
7142
7142
  };
7143
7143
  const deserializeAws_queryResourceIdentifierSummaries = (output, context) => {
@@ -7157,19 +7157,19 @@ const deserializeAws_queryResourceIdentifierSummary = (output, context) => {
7157
7157
  ResourceIdentifiers: undefined,
7158
7158
  };
7159
7159
  if (output["ResourceType"] !== undefined) {
7160
- contents.ResourceType = smithy_client_1.expectString(output["ResourceType"]);
7160
+ contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
7161
7161
  }
7162
7162
  if (output.LogicalResourceIds === "") {
7163
7163
  contents.LogicalResourceIds = [];
7164
7164
  }
7165
7165
  if (output["LogicalResourceIds"] !== undefined && output["LogicalResourceIds"]["member"] !== undefined) {
7166
- contents.LogicalResourceIds = deserializeAws_queryLogicalResourceIds(smithy_client_1.getArrayIfSingleItem(output["LogicalResourceIds"]["member"]), context);
7166
+ contents.LogicalResourceIds = deserializeAws_queryLogicalResourceIds((0, smithy_client_1.getArrayIfSingleItem)(output["LogicalResourceIds"]["member"]), context);
7167
7167
  }
7168
7168
  if (output.ResourceIdentifiers === "") {
7169
7169
  contents.ResourceIdentifiers = [];
7170
7170
  }
7171
7171
  if (output["ResourceIdentifiers"] !== undefined && output["ResourceIdentifiers"]["member"] !== undefined) {
7172
- contents.ResourceIdentifiers = deserializeAws_queryResourceIdentifiers(smithy_client_1.getArrayIfSingleItem(output["ResourceIdentifiers"]["member"]), context);
7172
+ contents.ResourceIdentifiers = deserializeAws_queryResourceIdentifiers((0, smithy_client_1.getArrayIfSingleItem)(output["ResourceIdentifiers"]["member"]), context);
7173
7173
  }
7174
7174
  return contents;
7175
7175
  };
@@ -7180,13 +7180,13 @@ const deserializeAws_queryResourceTargetDefinition = (output, context) => {
7180
7180
  RequiresRecreation: undefined,
7181
7181
  };
7182
7182
  if (output["Attribute"] !== undefined) {
7183
- contents.Attribute = smithy_client_1.expectString(output["Attribute"]);
7183
+ contents.Attribute = (0, smithy_client_1.expectString)(output["Attribute"]);
7184
7184
  }
7185
7185
  if (output["Name"] !== undefined) {
7186
- contents.Name = smithy_client_1.expectString(output["Name"]);
7186
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
7187
7187
  }
7188
7188
  if (output["RequiresRecreation"] !== undefined) {
7189
- contents.RequiresRecreation = smithy_client_1.expectString(output["RequiresRecreation"]);
7189
+ contents.RequiresRecreation = (0, smithy_client_1.expectString)(output["RequiresRecreation"]);
7190
7190
  }
7191
7191
  return contents;
7192
7192
  };
@@ -7197,7 +7197,7 @@ const deserializeAws_queryResourceTypes = (output, context) => {
7197
7197
  if (entry === null) {
7198
7198
  return null;
7199
7199
  }
7200
- return smithy_client_1.expectString(entry);
7200
+ return (0, smithy_client_1.expectString)(entry);
7201
7201
  });
7202
7202
  };
7203
7203
  const deserializeAws_queryRollbackConfiguration = (output, context) => {
@@ -7209,10 +7209,10 @@ const deserializeAws_queryRollbackConfiguration = (output, context) => {
7209
7209
  contents.RollbackTriggers = [];
7210
7210
  }
7211
7211
  if (output["RollbackTriggers"] !== undefined && output["RollbackTriggers"]["member"] !== undefined) {
7212
- contents.RollbackTriggers = deserializeAws_queryRollbackTriggers(smithy_client_1.getArrayIfSingleItem(output["RollbackTriggers"]["member"]), context);
7212
+ contents.RollbackTriggers = deserializeAws_queryRollbackTriggers((0, smithy_client_1.getArrayIfSingleItem)(output["RollbackTriggers"]["member"]), context);
7213
7213
  }
7214
7214
  if (output["MonitoringTimeInMinutes"] !== undefined) {
7215
- contents.MonitoringTimeInMinutes = smithy_client_1.strictParseInt32(output["MonitoringTimeInMinutes"]);
7215
+ contents.MonitoringTimeInMinutes = (0, smithy_client_1.strictParseInt32)(output["MonitoringTimeInMinutes"]);
7216
7216
  }
7217
7217
  return contents;
7218
7218
  };
@@ -7221,7 +7221,7 @@ const deserializeAws_queryRollbackStackOutput = (output, context) => {
7221
7221
  StackId: undefined,
7222
7222
  };
7223
7223
  if (output["StackId"] !== undefined) {
7224
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
7224
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7225
7225
  }
7226
7226
  return contents;
7227
7227
  };
@@ -7231,10 +7231,10 @@ const deserializeAws_queryRollbackTrigger = (output, context) => {
7231
7231
  Type: undefined,
7232
7232
  };
7233
7233
  if (output["Arn"] !== undefined) {
7234
- contents.Arn = smithy_client_1.expectString(output["Arn"]);
7234
+ contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
7235
7235
  }
7236
7236
  if (output["Type"] !== undefined) {
7237
- contents.Type = smithy_client_1.expectString(output["Type"]);
7237
+ contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
7238
7238
  }
7239
7239
  return contents;
7240
7240
  };
@@ -7255,7 +7255,7 @@ const deserializeAws_queryScope = (output, context) => {
7255
7255
  if (entry === null) {
7256
7256
  return null;
7257
7257
  }
7258
- return smithy_client_1.expectString(entry);
7258
+ return (0, smithy_client_1.expectString)(entry);
7259
7259
  });
7260
7260
  };
7261
7261
  const deserializeAws_querySetTypeConfigurationOutput = (output, context) => {
@@ -7263,7 +7263,7 @@ const deserializeAws_querySetTypeConfigurationOutput = (output, context) => {
7263
7263
  ConfigurationArn: undefined,
7264
7264
  };
7265
7265
  if (output["ConfigurationArn"] !== undefined) {
7266
- contents.ConfigurationArn = smithy_client_1.expectString(output["ConfigurationArn"]);
7266
+ contents.ConfigurationArn = (0, smithy_client_1.expectString)(output["ConfigurationArn"]);
7267
7267
  }
7268
7268
  return contents;
7269
7269
  };
@@ -7297,82 +7297,82 @@ const deserializeAws_queryStack = (output, context) => {
7297
7297
  DriftInformation: undefined,
7298
7298
  };
7299
7299
  if (output["StackId"] !== undefined) {
7300
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
7300
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7301
7301
  }
7302
7302
  if (output["StackName"] !== undefined) {
7303
- contents.StackName = smithy_client_1.expectString(output["StackName"]);
7303
+ contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
7304
7304
  }
7305
7305
  if (output["ChangeSetId"] !== undefined) {
7306
- contents.ChangeSetId = smithy_client_1.expectString(output["ChangeSetId"]);
7306
+ contents.ChangeSetId = (0, smithy_client_1.expectString)(output["ChangeSetId"]);
7307
7307
  }
7308
7308
  if (output["Description"] !== undefined) {
7309
- contents.Description = smithy_client_1.expectString(output["Description"]);
7309
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
7310
7310
  }
7311
7311
  if (output.Parameters === "") {
7312
7312
  contents.Parameters = [];
7313
7313
  }
7314
7314
  if (output["Parameters"] !== undefined && output["Parameters"]["member"] !== undefined) {
7315
- contents.Parameters = deserializeAws_queryParameters(smithy_client_1.getArrayIfSingleItem(output["Parameters"]["member"]), context);
7315
+ contents.Parameters = deserializeAws_queryParameters((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["member"]), context);
7316
7316
  }
7317
7317
  if (output["CreationTime"] !== undefined) {
7318
- contents.CreationTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["CreationTime"]));
7318
+ contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreationTime"]));
7319
7319
  }
7320
7320
  if (output["DeletionTime"] !== undefined) {
7321
- contents.DeletionTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DeletionTime"]));
7321
+ contents.DeletionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DeletionTime"]));
7322
7322
  }
7323
7323
  if (output["LastUpdatedTime"] !== undefined) {
7324
- contents.LastUpdatedTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastUpdatedTime"]));
7324
+ contents.LastUpdatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastUpdatedTime"]));
7325
7325
  }
7326
7326
  if (output["RollbackConfiguration"] !== undefined) {
7327
7327
  contents.RollbackConfiguration = deserializeAws_queryRollbackConfiguration(output["RollbackConfiguration"], context);
7328
7328
  }
7329
7329
  if (output["StackStatus"] !== undefined) {
7330
- contents.StackStatus = smithy_client_1.expectString(output["StackStatus"]);
7330
+ contents.StackStatus = (0, smithy_client_1.expectString)(output["StackStatus"]);
7331
7331
  }
7332
7332
  if (output["StackStatusReason"] !== undefined) {
7333
- contents.StackStatusReason = smithy_client_1.expectString(output["StackStatusReason"]);
7333
+ contents.StackStatusReason = (0, smithy_client_1.expectString)(output["StackStatusReason"]);
7334
7334
  }
7335
7335
  if (output["DisableRollback"] !== undefined) {
7336
- contents.DisableRollback = smithy_client_1.parseBoolean(output["DisableRollback"]);
7336
+ contents.DisableRollback = (0, smithy_client_1.parseBoolean)(output["DisableRollback"]);
7337
7337
  }
7338
7338
  if (output.NotificationARNs === "") {
7339
7339
  contents.NotificationARNs = [];
7340
7340
  }
7341
7341
  if (output["NotificationARNs"] !== undefined && output["NotificationARNs"]["member"] !== undefined) {
7342
- contents.NotificationARNs = deserializeAws_queryNotificationARNs(smithy_client_1.getArrayIfSingleItem(output["NotificationARNs"]["member"]), context);
7342
+ contents.NotificationARNs = deserializeAws_queryNotificationARNs((0, smithy_client_1.getArrayIfSingleItem)(output["NotificationARNs"]["member"]), context);
7343
7343
  }
7344
7344
  if (output["TimeoutInMinutes"] !== undefined) {
7345
- contents.TimeoutInMinutes = smithy_client_1.strictParseInt32(output["TimeoutInMinutes"]);
7345
+ contents.TimeoutInMinutes = (0, smithy_client_1.strictParseInt32)(output["TimeoutInMinutes"]);
7346
7346
  }
7347
7347
  if (output.Capabilities === "") {
7348
7348
  contents.Capabilities = [];
7349
7349
  }
7350
7350
  if (output["Capabilities"] !== undefined && output["Capabilities"]["member"] !== undefined) {
7351
- contents.Capabilities = deserializeAws_queryCapabilities(smithy_client_1.getArrayIfSingleItem(output["Capabilities"]["member"]), context);
7351
+ contents.Capabilities = deserializeAws_queryCapabilities((0, smithy_client_1.getArrayIfSingleItem)(output["Capabilities"]["member"]), context);
7352
7352
  }
7353
7353
  if (output.Outputs === "") {
7354
7354
  contents.Outputs = [];
7355
7355
  }
7356
7356
  if (output["Outputs"] !== undefined && output["Outputs"]["member"] !== undefined) {
7357
- contents.Outputs = deserializeAws_queryOutputs(smithy_client_1.getArrayIfSingleItem(output["Outputs"]["member"]), context);
7357
+ contents.Outputs = deserializeAws_queryOutputs((0, smithy_client_1.getArrayIfSingleItem)(output["Outputs"]["member"]), context);
7358
7358
  }
7359
7359
  if (output["RoleARN"] !== undefined) {
7360
- contents.RoleARN = smithy_client_1.expectString(output["RoleARN"]);
7360
+ contents.RoleARN = (0, smithy_client_1.expectString)(output["RoleARN"]);
7361
7361
  }
7362
7362
  if (output.Tags === "") {
7363
7363
  contents.Tags = [];
7364
7364
  }
7365
7365
  if (output["Tags"] !== undefined && output["Tags"]["member"] !== undefined) {
7366
- contents.Tags = deserializeAws_queryTags(smithy_client_1.getArrayIfSingleItem(output["Tags"]["member"]), context);
7366
+ contents.Tags = deserializeAws_queryTags((0, smithy_client_1.getArrayIfSingleItem)(output["Tags"]["member"]), context);
7367
7367
  }
7368
7368
  if (output["EnableTerminationProtection"] !== undefined) {
7369
- contents.EnableTerminationProtection = smithy_client_1.parseBoolean(output["EnableTerminationProtection"]);
7369
+ contents.EnableTerminationProtection = (0, smithy_client_1.parseBoolean)(output["EnableTerminationProtection"]);
7370
7370
  }
7371
7371
  if (output["ParentId"] !== undefined) {
7372
- contents.ParentId = smithy_client_1.expectString(output["ParentId"]);
7372
+ contents.ParentId = (0, smithy_client_1.expectString)(output["ParentId"]);
7373
7373
  }
7374
7374
  if (output["RootId"] !== undefined) {
7375
- contents.RootId = smithy_client_1.expectString(output["RootId"]);
7375
+ contents.RootId = (0, smithy_client_1.expectString)(output["RootId"]);
7376
7376
  }
7377
7377
  if (output["DriftInformation"] !== undefined) {
7378
7378
  contents.DriftInformation = deserializeAws_queryStackDriftInformation(output["DriftInformation"], context);
@@ -7385,10 +7385,10 @@ const deserializeAws_queryStackDriftInformation = (output, context) => {
7385
7385
  LastCheckTimestamp: undefined,
7386
7386
  };
7387
7387
  if (output["StackDriftStatus"] !== undefined) {
7388
- contents.StackDriftStatus = smithy_client_1.expectString(output["StackDriftStatus"]);
7388
+ contents.StackDriftStatus = (0, smithy_client_1.expectString)(output["StackDriftStatus"]);
7389
7389
  }
7390
7390
  if (output["LastCheckTimestamp"] !== undefined) {
7391
- contents.LastCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastCheckTimestamp"]));
7391
+ contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastCheckTimestamp"]));
7392
7392
  }
7393
7393
  return contents;
7394
7394
  };
@@ -7398,10 +7398,10 @@ const deserializeAws_queryStackDriftInformationSummary = (output, context) => {
7398
7398
  LastCheckTimestamp: undefined,
7399
7399
  };
7400
7400
  if (output["StackDriftStatus"] !== undefined) {
7401
- contents.StackDriftStatus = smithy_client_1.expectString(output["StackDriftStatus"]);
7401
+ contents.StackDriftStatus = (0, smithy_client_1.expectString)(output["StackDriftStatus"]);
7402
7402
  }
7403
7403
  if (output["LastCheckTimestamp"] !== undefined) {
7404
- contents.LastCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastCheckTimestamp"]));
7404
+ contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastCheckTimestamp"]));
7405
7405
  }
7406
7406
  return contents;
7407
7407
  };
@@ -7425,52 +7425,52 @@ const deserializeAws_queryStackEvent = (output, context) => {
7425
7425
  HookFailureMode: undefined,
7426
7426
  };
7427
7427
  if (output["StackId"] !== undefined) {
7428
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
7428
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7429
7429
  }
7430
7430
  if (output["EventId"] !== undefined) {
7431
- contents.EventId = smithy_client_1.expectString(output["EventId"]);
7431
+ contents.EventId = (0, smithy_client_1.expectString)(output["EventId"]);
7432
7432
  }
7433
7433
  if (output["StackName"] !== undefined) {
7434
- contents.StackName = smithy_client_1.expectString(output["StackName"]);
7434
+ contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
7435
7435
  }
7436
7436
  if (output["LogicalResourceId"] !== undefined) {
7437
- contents.LogicalResourceId = smithy_client_1.expectString(output["LogicalResourceId"]);
7437
+ contents.LogicalResourceId = (0, smithy_client_1.expectString)(output["LogicalResourceId"]);
7438
7438
  }
7439
7439
  if (output["PhysicalResourceId"] !== undefined) {
7440
- contents.PhysicalResourceId = smithy_client_1.expectString(output["PhysicalResourceId"]);
7440
+ contents.PhysicalResourceId = (0, smithy_client_1.expectString)(output["PhysicalResourceId"]);
7441
7441
  }
7442
7442
  if (output["ResourceType"] !== undefined) {
7443
- contents.ResourceType = smithy_client_1.expectString(output["ResourceType"]);
7443
+ contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
7444
7444
  }
7445
7445
  if (output["Timestamp"] !== undefined) {
7446
- contents.Timestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["Timestamp"]));
7446
+ contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["Timestamp"]));
7447
7447
  }
7448
7448
  if (output["ResourceStatus"] !== undefined) {
7449
- contents.ResourceStatus = smithy_client_1.expectString(output["ResourceStatus"]);
7449
+ contents.ResourceStatus = (0, smithy_client_1.expectString)(output["ResourceStatus"]);
7450
7450
  }
7451
7451
  if (output["ResourceStatusReason"] !== undefined) {
7452
- contents.ResourceStatusReason = smithy_client_1.expectString(output["ResourceStatusReason"]);
7452
+ contents.ResourceStatusReason = (0, smithy_client_1.expectString)(output["ResourceStatusReason"]);
7453
7453
  }
7454
7454
  if (output["ResourceProperties"] !== undefined) {
7455
- contents.ResourceProperties = smithy_client_1.expectString(output["ResourceProperties"]);
7455
+ contents.ResourceProperties = (0, smithy_client_1.expectString)(output["ResourceProperties"]);
7456
7456
  }
7457
7457
  if (output["ClientRequestToken"] !== undefined) {
7458
- contents.ClientRequestToken = smithy_client_1.expectString(output["ClientRequestToken"]);
7458
+ contents.ClientRequestToken = (0, smithy_client_1.expectString)(output["ClientRequestToken"]);
7459
7459
  }
7460
7460
  if (output["HookType"] !== undefined) {
7461
- contents.HookType = smithy_client_1.expectString(output["HookType"]);
7461
+ contents.HookType = (0, smithy_client_1.expectString)(output["HookType"]);
7462
7462
  }
7463
7463
  if (output["HookStatus"] !== undefined) {
7464
- contents.HookStatus = smithy_client_1.expectString(output["HookStatus"]);
7464
+ contents.HookStatus = (0, smithy_client_1.expectString)(output["HookStatus"]);
7465
7465
  }
7466
7466
  if (output["HookStatusReason"] !== undefined) {
7467
- contents.HookStatusReason = smithy_client_1.expectString(output["HookStatusReason"]);
7467
+ contents.HookStatusReason = (0, smithy_client_1.expectString)(output["HookStatusReason"]);
7468
7468
  }
7469
7469
  if (output["HookInvocationPoint"] !== undefined) {
7470
- contents.HookInvocationPoint = smithy_client_1.expectString(output["HookInvocationPoint"]);
7470
+ contents.HookInvocationPoint = (0, smithy_client_1.expectString)(output["HookInvocationPoint"]);
7471
7471
  }
7472
7472
  if (output["HookFailureMode"] !== undefined) {
7473
- contents.HookFailureMode = smithy_client_1.expectString(output["HookFailureMode"]);
7473
+ contents.HookFailureMode = (0, smithy_client_1.expectString)(output["HookFailureMode"]);
7474
7474
  }
7475
7475
  return contents;
7476
7476
  };
@@ -7499,40 +7499,40 @@ const deserializeAws_queryStackInstance = (output, context) => {
7499
7499
  LastDriftCheckTimestamp: undefined,
7500
7500
  };
7501
7501
  if (output["StackSetId"] !== undefined) {
7502
- contents.StackSetId = smithy_client_1.expectString(output["StackSetId"]);
7502
+ contents.StackSetId = (0, smithy_client_1.expectString)(output["StackSetId"]);
7503
7503
  }
7504
7504
  if (output["Region"] !== undefined) {
7505
- contents.Region = smithy_client_1.expectString(output["Region"]);
7505
+ contents.Region = (0, smithy_client_1.expectString)(output["Region"]);
7506
7506
  }
7507
7507
  if (output["Account"] !== undefined) {
7508
- contents.Account = smithy_client_1.expectString(output["Account"]);
7508
+ contents.Account = (0, smithy_client_1.expectString)(output["Account"]);
7509
7509
  }
7510
7510
  if (output["StackId"] !== undefined) {
7511
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
7511
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7512
7512
  }
7513
7513
  if (output.ParameterOverrides === "") {
7514
7514
  contents.ParameterOverrides = [];
7515
7515
  }
7516
7516
  if (output["ParameterOverrides"] !== undefined && output["ParameterOverrides"]["member"] !== undefined) {
7517
- contents.ParameterOverrides = deserializeAws_queryParameters(smithy_client_1.getArrayIfSingleItem(output["ParameterOverrides"]["member"]), context);
7517
+ contents.ParameterOverrides = deserializeAws_queryParameters((0, smithy_client_1.getArrayIfSingleItem)(output["ParameterOverrides"]["member"]), context);
7518
7518
  }
7519
7519
  if (output["Status"] !== undefined) {
7520
- contents.Status = smithy_client_1.expectString(output["Status"]);
7520
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
7521
7521
  }
7522
7522
  if (output["StackInstanceStatus"] !== undefined) {
7523
7523
  contents.StackInstanceStatus = deserializeAws_queryStackInstanceComprehensiveStatus(output["StackInstanceStatus"], context);
7524
7524
  }
7525
7525
  if (output["StatusReason"] !== undefined) {
7526
- contents.StatusReason = smithy_client_1.expectString(output["StatusReason"]);
7526
+ contents.StatusReason = (0, smithy_client_1.expectString)(output["StatusReason"]);
7527
7527
  }
7528
7528
  if (output["OrganizationalUnitId"] !== undefined) {
7529
- contents.OrganizationalUnitId = smithy_client_1.expectString(output["OrganizationalUnitId"]);
7529
+ contents.OrganizationalUnitId = (0, smithy_client_1.expectString)(output["OrganizationalUnitId"]);
7530
7530
  }
7531
7531
  if (output["DriftStatus"] !== undefined) {
7532
- contents.DriftStatus = smithy_client_1.expectString(output["DriftStatus"]);
7532
+ contents.DriftStatus = (0, smithy_client_1.expectString)(output["DriftStatus"]);
7533
7533
  }
7534
7534
  if (output["LastDriftCheckTimestamp"] !== undefined) {
7535
- contents.LastDriftCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastDriftCheckTimestamp"]));
7535
+ contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastDriftCheckTimestamp"]));
7536
7536
  }
7537
7537
  return contents;
7538
7538
  };
@@ -7541,7 +7541,7 @@ const deserializeAws_queryStackInstanceComprehensiveStatus = (output, context) =
7541
7541
  DetailedStatus: undefined,
7542
7542
  };
7543
7543
  if (output["DetailedStatus"] !== undefined) {
7544
- contents.DetailedStatus = smithy_client_1.expectString(output["DetailedStatus"]);
7544
+ contents.DetailedStatus = (0, smithy_client_1.expectString)(output["DetailedStatus"]);
7545
7545
  }
7546
7546
  return contents;
7547
7547
  };
@@ -7550,7 +7550,7 @@ const deserializeAws_queryStackInstanceNotFoundException = (output, context) =>
7550
7550
  Message: undefined,
7551
7551
  };
7552
7552
  if (output["Message"] !== undefined) {
7553
- contents.Message = smithy_client_1.expectString(output["Message"]);
7553
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
7554
7554
  }
7555
7555
  return contents;
7556
7556
  };
@@ -7578,34 +7578,34 @@ const deserializeAws_queryStackInstanceSummary = (output, context) => {
7578
7578
  LastDriftCheckTimestamp: undefined,
7579
7579
  };
7580
7580
  if (output["StackSetId"] !== undefined) {
7581
- contents.StackSetId = smithy_client_1.expectString(output["StackSetId"]);
7581
+ contents.StackSetId = (0, smithy_client_1.expectString)(output["StackSetId"]);
7582
7582
  }
7583
7583
  if (output["Region"] !== undefined) {
7584
- contents.Region = smithy_client_1.expectString(output["Region"]);
7584
+ contents.Region = (0, smithy_client_1.expectString)(output["Region"]);
7585
7585
  }
7586
7586
  if (output["Account"] !== undefined) {
7587
- contents.Account = smithy_client_1.expectString(output["Account"]);
7587
+ contents.Account = (0, smithy_client_1.expectString)(output["Account"]);
7588
7588
  }
7589
7589
  if (output["StackId"] !== undefined) {
7590
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
7590
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7591
7591
  }
7592
7592
  if (output["Status"] !== undefined) {
7593
- contents.Status = smithy_client_1.expectString(output["Status"]);
7593
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
7594
7594
  }
7595
7595
  if (output["StatusReason"] !== undefined) {
7596
- contents.StatusReason = smithy_client_1.expectString(output["StatusReason"]);
7596
+ contents.StatusReason = (0, smithy_client_1.expectString)(output["StatusReason"]);
7597
7597
  }
7598
7598
  if (output["StackInstanceStatus"] !== undefined) {
7599
7599
  contents.StackInstanceStatus = deserializeAws_queryStackInstanceComprehensiveStatus(output["StackInstanceStatus"], context);
7600
7600
  }
7601
7601
  if (output["OrganizationalUnitId"] !== undefined) {
7602
- contents.OrganizationalUnitId = smithy_client_1.expectString(output["OrganizationalUnitId"]);
7602
+ contents.OrganizationalUnitId = (0, smithy_client_1.expectString)(output["OrganizationalUnitId"]);
7603
7603
  }
7604
7604
  if (output["DriftStatus"] !== undefined) {
7605
- contents.DriftStatus = smithy_client_1.expectString(output["DriftStatus"]);
7605
+ contents.DriftStatus = (0, smithy_client_1.expectString)(output["DriftStatus"]);
7606
7606
  }
7607
7607
  if (output["LastDriftCheckTimestamp"] !== undefined) {
7608
- contents.LastDriftCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastDriftCheckTimestamp"]));
7608
+ contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastDriftCheckTimestamp"]));
7609
7609
  }
7610
7610
  return contents;
7611
7611
  };
@@ -7614,7 +7614,7 @@ const deserializeAws_queryStackNotFoundException = (output, context) => {
7614
7614
  Message: undefined,
7615
7615
  };
7616
7616
  if (output["Message"] !== undefined) {
7617
- contents.Message = smithy_client_1.expectString(output["Message"]);
7617
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
7618
7618
  }
7619
7619
  return contents;
7620
7620
  };
@@ -7633,31 +7633,31 @@ const deserializeAws_queryStackResource = (output, context) => {
7633
7633
  ModuleInfo: undefined,
7634
7634
  };
7635
7635
  if (output["StackName"] !== undefined) {
7636
- contents.StackName = smithy_client_1.expectString(output["StackName"]);
7636
+ contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
7637
7637
  }
7638
7638
  if (output["StackId"] !== undefined) {
7639
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
7639
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7640
7640
  }
7641
7641
  if (output["LogicalResourceId"] !== undefined) {
7642
- contents.LogicalResourceId = smithy_client_1.expectString(output["LogicalResourceId"]);
7642
+ contents.LogicalResourceId = (0, smithy_client_1.expectString)(output["LogicalResourceId"]);
7643
7643
  }
7644
7644
  if (output["PhysicalResourceId"] !== undefined) {
7645
- contents.PhysicalResourceId = smithy_client_1.expectString(output["PhysicalResourceId"]);
7645
+ contents.PhysicalResourceId = (0, smithy_client_1.expectString)(output["PhysicalResourceId"]);
7646
7646
  }
7647
7647
  if (output["ResourceType"] !== undefined) {
7648
- contents.ResourceType = smithy_client_1.expectString(output["ResourceType"]);
7648
+ contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
7649
7649
  }
7650
7650
  if (output["Timestamp"] !== undefined) {
7651
- contents.Timestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["Timestamp"]));
7651
+ contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["Timestamp"]));
7652
7652
  }
7653
7653
  if (output["ResourceStatus"] !== undefined) {
7654
- contents.ResourceStatus = smithy_client_1.expectString(output["ResourceStatus"]);
7654
+ contents.ResourceStatus = (0, smithy_client_1.expectString)(output["ResourceStatus"]);
7655
7655
  }
7656
7656
  if (output["ResourceStatusReason"] !== undefined) {
7657
- contents.ResourceStatusReason = smithy_client_1.expectString(output["ResourceStatusReason"]);
7657
+ contents.ResourceStatusReason = (0, smithy_client_1.expectString)(output["ResourceStatusReason"]);
7658
7658
  }
7659
7659
  if (output["Description"] !== undefined) {
7660
- contents.Description = smithy_client_1.expectString(output["Description"]);
7660
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
7661
7661
  }
7662
7662
  if (output["DriftInformation"] !== undefined) {
7663
7663
  contents.DriftInformation = deserializeAws_queryStackResourceDriftInformation(output["DriftInformation"], context);
@@ -7683,34 +7683,34 @@ const deserializeAws_queryStackResourceDetail = (output, context) => {
7683
7683
  ModuleInfo: undefined,
7684
7684
  };
7685
7685
  if (output["StackName"] !== undefined) {
7686
- contents.StackName = smithy_client_1.expectString(output["StackName"]);
7686
+ contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
7687
7687
  }
7688
7688
  if (output["StackId"] !== undefined) {
7689
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
7689
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7690
7690
  }
7691
7691
  if (output["LogicalResourceId"] !== undefined) {
7692
- contents.LogicalResourceId = smithy_client_1.expectString(output["LogicalResourceId"]);
7692
+ contents.LogicalResourceId = (0, smithy_client_1.expectString)(output["LogicalResourceId"]);
7693
7693
  }
7694
7694
  if (output["PhysicalResourceId"] !== undefined) {
7695
- contents.PhysicalResourceId = smithy_client_1.expectString(output["PhysicalResourceId"]);
7695
+ contents.PhysicalResourceId = (0, smithy_client_1.expectString)(output["PhysicalResourceId"]);
7696
7696
  }
7697
7697
  if (output["ResourceType"] !== undefined) {
7698
- contents.ResourceType = smithy_client_1.expectString(output["ResourceType"]);
7698
+ contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
7699
7699
  }
7700
7700
  if (output["LastUpdatedTimestamp"] !== undefined) {
7701
- contents.LastUpdatedTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastUpdatedTimestamp"]));
7701
+ contents.LastUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastUpdatedTimestamp"]));
7702
7702
  }
7703
7703
  if (output["ResourceStatus"] !== undefined) {
7704
- contents.ResourceStatus = smithy_client_1.expectString(output["ResourceStatus"]);
7704
+ contents.ResourceStatus = (0, smithy_client_1.expectString)(output["ResourceStatus"]);
7705
7705
  }
7706
7706
  if (output["ResourceStatusReason"] !== undefined) {
7707
- contents.ResourceStatusReason = smithy_client_1.expectString(output["ResourceStatusReason"]);
7707
+ contents.ResourceStatusReason = (0, smithy_client_1.expectString)(output["ResourceStatusReason"]);
7708
7708
  }
7709
7709
  if (output["Description"] !== undefined) {
7710
- contents.Description = smithy_client_1.expectString(output["Description"]);
7710
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
7711
7711
  }
7712
7712
  if (output["Metadata"] !== undefined) {
7713
- contents.Metadata = smithy_client_1.expectString(output["Metadata"]);
7713
+ contents.Metadata = (0, smithy_client_1.expectString)(output["Metadata"]);
7714
7714
  }
7715
7715
  if (output["DriftInformation"] !== undefined) {
7716
7716
  contents.DriftInformation = deserializeAws_queryStackResourceDriftInformation(output["DriftInformation"], context);
@@ -7735,41 +7735,41 @@ const deserializeAws_queryStackResourceDrift = (output, context) => {
7735
7735
  ModuleInfo: undefined,
7736
7736
  };
7737
7737
  if (output["StackId"] !== undefined) {
7738
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
7738
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7739
7739
  }
7740
7740
  if (output["LogicalResourceId"] !== undefined) {
7741
- contents.LogicalResourceId = smithy_client_1.expectString(output["LogicalResourceId"]);
7741
+ contents.LogicalResourceId = (0, smithy_client_1.expectString)(output["LogicalResourceId"]);
7742
7742
  }
7743
7743
  if (output["PhysicalResourceId"] !== undefined) {
7744
- contents.PhysicalResourceId = smithy_client_1.expectString(output["PhysicalResourceId"]);
7744
+ contents.PhysicalResourceId = (0, smithy_client_1.expectString)(output["PhysicalResourceId"]);
7745
7745
  }
7746
7746
  if (output.PhysicalResourceIdContext === "") {
7747
7747
  contents.PhysicalResourceIdContext = [];
7748
7748
  }
7749
7749
  if (output["PhysicalResourceIdContext"] !== undefined &&
7750
7750
  output["PhysicalResourceIdContext"]["member"] !== undefined) {
7751
- contents.PhysicalResourceIdContext = deserializeAws_queryPhysicalResourceIdContext(smithy_client_1.getArrayIfSingleItem(output["PhysicalResourceIdContext"]["member"]), context);
7751
+ contents.PhysicalResourceIdContext = deserializeAws_queryPhysicalResourceIdContext((0, smithy_client_1.getArrayIfSingleItem)(output["PhysicalResourceIdContext"]["member"]), context);
7752
7752
  }
7753
7753
  if (output["ResourceType"] !== undefined) {
7754
- contents.ResourceType = smithy_client_1.expectString(output["ResourceType"]);
7754
+ contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
7755
7755
  }
7756
7756
  if (output["ExpectedProperties"] !== undefined) {
7757
- contents.ExpectedProperties = smithy_client_1.expectString(output["ExpectedProperties"]);
7757
+ contents.ExpectedProperties = (0, smithy_client_1.expectString)(output["ExpectedProperties"]);
7758
7758
  }
7759
7759
  if (output["ActualProperties"] !== undefined) {
7760
- contents.ActualProperties = smithy_client_1.expectString(output["ActualProperties"]);
7760
+ contents.ActualProperties = (0, smithy_client_1.expectString)(output["ActualProperties"]);
7761
7761
  }
7762
7762
  if (output.PropertyDifferences === "") {
7763
7763
  contents.PropertyDifferences = [];
7764
7764
  }
7765
7765
  if (output["PropertyDifferences"] !== undefined && output["PropertyDifferences"]["member"] !== undefined) {
7766
- contents.PropertyDifferences = deserializeAws_queryPropertyDifferences(smithy_client_1.getArrayIfSingleItem(output["PropertyDifferences"]["member"]), context);
7766
+ contents.PropertyDifferences = deserializeAws_queryPropertyDifferences((0, smithy_client_1.getArrayIfSingleItem)(output["PropertyDifferences"]["member"]), context);
7767
7767
  }
7768
7768
  if (output["StackResourceDriftStatus"] !== undefined) {
7769
- contents.StackResourceDriftStatus = smithy_client_1.expectString(output["StackResourceDriftStatus"]);
7769
+ contents.StackResourceDriftStatus = (0, smithy_client_1.expectString)(output["StackResourceDriftStatus"]);
7770
7770
  }
7771
7771
  if (output["Timestamp"] !== undefined) {
7772
- contents.Timestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["Timestamp"]));
7772
+ contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["Timestamp"]));
7773
7773
  }
7774
7774
  if (output["ModuleInfo"] !== undefined) {
7775
7775
  contents.ModuleInfo = deserializeAws_queryModuleInfo(output["ModuleInfo"], context);
@@ -7782,10 +7782,10 @@ const deserializeAws_queryStackResourceDriftInformation = (output, context) => {
7782
7782
  LastCheckTimestamp: undefined,
7783
7783
  };
7784
7784
  if (output["StackResourceDriftStatus"] !== undefined) {
7785
- contents.StackResourceDriftStatus = smithy_client_1.expectString(output["StackResourceDriftStatus"]);
7785
+ contents.StackResourceDriftStatus = (0, smithy_client_1.expectString)(output["StackResourceDriftStatus"]);
7786
7786
  }
7787
7787
  if (output["LastCheckTimestamp"] !== undefined) {
7788
- contents.LastCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastCheckTimestamp"]));
7788
+ contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastCheckTimestamp"]));
7789
7789
  }
7790
7790
  return contents;
7791
7791
  };
@@ -7795,10 +7795,10 @@ const deserializeAws_queryStackResourceDriftInformationSummary = (output, contex
7795
7795
  LastCheckTimestamp: undefined,
7796
7796
  };
7797
7797
  if (output["StackResourceDriftStatus"] !== undefined) {
7798
- contents.StackResourceDriftStatus = smithy_client_1.expectString(output["StackResourceDriftStatus"]);
7798
+ contents.StackResourceDriftStatus = (0, smithy_client_1.expectString)(output["StackResourceDriftStatus"]);
7799
7799
  }
7800
7800
  if (output["LastCheckTimestamp"] !== undefined) {
7801
- contents.LastCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastCheckTimestamp"]));
7801
+ contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastCheckTimestamp"]));
7802
7802
  }
7803
7803
  return contents;
7804
7804
  };
@@ -7844,22 +7844,22 @@ const deserializeAws_queryStackResourceSummary = (output, context) => {
7844
7844
  ModuleInfo: undefined,
7845
7845
  };
7846
7846
  if (output["LogicalResourceId"] !== undefined) {
7847
- contents.LogicalResourceId = smithy_client_1.expectString(output["LogicalResourceId"]);
7847
+ contents.LogicalResourceId = (0, smithy_client_1.expectString)(output["LogicalResourceId"]);
7848
7848
  }
7849
7849
  if (output["PhysicalResourceId"] !== undefined) {
7850
- contents.PhysicalResourceId = smithy_client_1.expectString(output["PhysicalResourceId"]);
7850
+ contents.PhysicalResourceId = (0, smithy_client_1.expectString)(output["PhysicalResourceId"]);
7851
7851
  }
7852
7852
  if (output["ResourceType"] !== undefined) {
7853
- contents.ResourceType = smithy_client_1.expectString(output["ResourceType"]);
7853
+ contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
7854
7854
  }
7855
7855
  if (output["LastUpdatedTimestamp"] !== undefined) {
7856
- contents.LastUpdatedTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastUpdatedTimestamp"]));
7856
+ contents.LastUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastUpdatedTimestamp"]));
7857
7857
  }
7858
7858
  if (output["ResourceStatus"] !== undefined) {
7859
- contents.ResourceStatus = smithy_client_1.expectString(output["ResourceStatus"]);
7859
+ contents.ResourceStatus = (0, smithy_client_1.expectString)(output["ResourceStatus"]);
7860
7860
  }
7861
7861
  if (output["ResourceStatusReason"] !== undefined) {
7862
- contents.ResourceStatusReason = smithy_client_1.expectString(output["ResourceStatusReason"]);
7862
+ contents.ResourceStatusReason = (0, smithy_client_1.expectString)(output["ResourceStatusReason"]);
7863
7863
  }
7864
7864
  if (output["DriftInformation"] !== undefined) {
7865
7865
  contents.DriftInformation = deserializeAws_queryStackResourceDriftInformationSummary(output["DriftInformation"], context);
@@ -7899,46 +7899,46 @@ const deserializeAws_queryStackSet = (output, context) => {
7899
7899
  ManagedExecution: undefined,
7900
7900
  };
7901
7901
  if (output["StackSetName"] !== undefined) {
7902
- contents.StackSetName = smithy_client_1.expectString(output["StackSetName"]);
7902
+ contents.StackSetName = (0, smithy_client_1.expectString)(output["StackSetName"]);
7903
7903
  }
7904
7904
  if (output["StackSetId"] !== undefined) {
7905
- contents.StackSetId = smithy_client_1.expectString(output["StackSetId"]);
7905
+ contents.StackSetId = (0, smithy_client_1.expectString)(output["StackSetId"]);
7906
7906
  }
7907
7907
  if (output["Description"] !== undefined) {
7908
- contents.Description = smithy_client_1.expectString(output["Description"]);
7908
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
7909
7909
  }
7910
7910
  if (output["Status"] !== undefined) {
7911
- contents.Status = smithy_client_1.expectString(output["Status"]);
7911
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
7912
7912
  }
7913
7913
  if (output["TemplateBody"] !== undefined) {
7914
- contents.TemplateBody = smithy_client_1.expectString(output["TemplateBody"]);
7914
+ contents.TemplateBody = (0, smithy_client_1.expectString)(output["TemplateBody"]);
7915
7915
  }
7916
7916
  if (output.Parameters === "") {
7917
7917
  contents.Parameters = [];
7918
7918
  }
7919
7919
  if (output["Parameters"] !== undefined && output["Parameters"]["member"] !== undefined) {
7920
- contents.Parameters = deserializeAws_queryParameters(smithy_client_1.getArrayIfSingleItem(output["Parameters"]["member"]), context);
7920
+ contents.Parameters = deserializeAws_queryParameters((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["member"]), context);
7921
7921
  }
7922
7922
  if (output.Capabilities === "") {
7923
7923
  contents.Capabilities = [];
7924
7924
  }
7925
7925
  if (output["Capabilities"] !== undefined && output["Capabilities"]["member"] !== undefined) {
7926
- contents.Capabilities = deserializeAws_queryCapabilities(smithy_client_1.getArrayIfSingleItem(output["Capabilities"]["member"]), context);
7926
+ contents.Capabilities = deserializeAws_queryCapabilities((0, smithy_client_1.getArrayIfSingleItem)(output["Capabilities"]["member"]), context);
7927
7927
  }
7928
7928
  if (output.Tags === "") {
7929
7929
  contents.Tags = [];
7930
7930
  }
7931
7931
  if (output["Tags"] !== undefined && output["Tags"]["member"] !== undefined) {
7932
- contents.Tags = deserializeAws_queryTags(smithy_client_1.getArrayIfSingleItem(output["Tags"]["member"]), context);
7932
+ contents.Tags = deserializeAws_queryTags((0, smithy_client_1.getArrayIfSingleItem)(output["Tags"]["member"]), context);
7933
7933
  }
7934
7934
  if (output["StackSetARN"] !== undefined) {
7935
- contents.StackSetARN = smithy_client_1.expectString(output["StackSetARN"]);
7935
+ contents.StackSetARN = (0, smithy_client_1.expectString)(output["StackSetARN"]);
7936
7936
  }
7937
7937
  if (output["AdministrationRoleARN"] !== undefined) {
7938
- contents.AdministrationRoleARN = smithy_client_1.expectString(output["AdministrationRoleARN"]);
7938
+ contents.AdministrationRoleARN = (0, smithy_client_1.expectString)(output["AdministrationRoleARN"]);
7939
7939
  }
7940
7940
  if (output["ExecutionRoleName"] !== undefined) {
7941
- contents.ExecutionRoleName = smithy_client_1.expectString(output["ExecutionRoleName"]);
7941
+ contents.ExecutionRoleName = (0, smithy_client_1.expectString)(output["ExecutionRoleName"]);
7942
7942
  }
7943
7943
  if (output["StackSetDriftDetectionDetails"] !== undefined) {
7944
7944
  contents.StackSetDriftDetectionDetails = deserializeAws_queryStackSetDriftDetectionDetails(output["StackSetDriftDetectionDetails"], context);
@@ -7947,13 +7947,13 @@ const deserializeAws_queryStackSet = (output, context) => {
7947
7947
  contents.AutoDeployment = deserializeAws_queryAutoDeployment(output["AutoDeployment"], context);
7948
7948
  }
7949
7949
  if (output["PermissionModel"] !== undefined) {
7950
- contents.PermissionModel = smithy_client_1.expectString(output["PermissionModel"]);
7950
+ contents.PermissionModel = (0, smithy_client_1.expectString)(output["PermissionModel"]);
7951
7951
  }
7952
7952
  if (output.OrganizationalUnitIds === "") {
7953
7953
  contents.OrganizationalUnitIds = [];
7954
7954
  }
7955
7955
  if (output["OrganizationalUnitIds"] !== undefined && output["OrganizationalUnitIds"]["member"] !== undefined) {
7956
- contents.OrganizationalUnitIds = deserializeAws_queryOrganizationalUnitIdList(smithy_client_1.getArrayIfSingleItem(output["OrganizationalUnitIds"]["member"]), context);
7956
+ contents.OrganizationalUnitIds = deserializeAws_queryOrganizationalUnitIdList((0, smithy_client_1.getArrayIfSingleItem)(output["OrganizationalUnitIds"]["member"]), context);
7957
7957
  }
7958
7958
  if (output["ManagedExecution"] !== undefined) {
7959
7959
  contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
@@ -7972,28 +7972,28 @@ const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
7972
7972
  FailedStackInstancesCount: undefined,
7973
7973
  };
7974
7974
  if (output["DriftStatus"] !== undefined) {
7975
- contents.DriftStatus = smithy_client_1.expectString(output["DriftStatus"]);
7975
+ contents.DriftStatus = (0, smithy_client_1.expectString)(output["DriftStatus"]);
7976
7976
  }
7977
7977
  if (output["DriftDetectionStatus"] !== undefined) {
7978
- contents.DriftDetectionStatus = smithy_client_1.expectString(output["DriftDetectionStatus"]);
7978
+ contents.DriftDetectionStatus = (0, smithy_client_1.expectString)(output["DriftDetectionStatus"]);
7979
7979
  }
7980
7980
  if (output["LastDriftCheckTimestamp"] !== undefined) {
7981
- contents.LastDriftCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastDriftCheckTimestamp"]));
7981
+ contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastDriftCheckTimestamp"]));
7982
7982
  }
7983
7983
  if (output["TotalStackInstancesCount"] !== undefined) {
7984
- contents.TotalStackInstancesCount = smithy_client_1.strictParseInt32(output["TotalStackInstancesCount"]);
7984
+ contents.TotalStackInstancesCount = (0, smithy_client_1.strictParseInt32)(output["TotalStackInstancesCount"]);
7985
7985
  }
7986
7986
  if (output["DriftedStackInstancesCount"] !== undefined) {
7987
- contents.DriftedStackInstancesCount = smithy_client_1.strictParseInt32(output["DriftedStackInstancesCount"]);
7987
+ contents.DriftedStackInstancesCount = (0, smithy_client_1.strictParseInt32)(output["DriftedStackInstancesCount"]);
7988
7988
  }
7989
7989
  if (output["InSyncStackInstancesCount"] !== undefined) {
7990
- contents.InSyncStackInstancesCount = smithy_client_1.strictParseInt32(output["InSyncStackInstancesCount"]);
7990
+ contents.InSyncStackInstancesCount = (0, smithy_client_1.strictParseInt32)(output["InSyncStackInstancesCount"]);
7991
7991
  }
7992
7992
  if (output["InProgressStackInstancesCount"] !== undefined) {
7993
- contents.InProgressStackInstancesCount = smithy_client_1.strictParseInt32(output["InProgressStackInstancesCount"]);
7993
+ contents.InProgressStackInstancesCount = (0, smithy_client_1.strictParseInt32)(output["InProgressStackInstancesCount"]);
7994
7994
  }
7995
7995
  if (output["FailedStackInstancesCount"] !== undefined) {
7996
- contents.FailedStackInstancesCount = smithy_client_1.strictParseInt32(output["FailedStackInstancesCount"]);
7996
+ contents.FailedStackInstancesCount = (0, smithy_client_1.strictParseInt32)(output["FailedStackInstancesCount"]);
7997
7997
  }
7998
7998
  return contents;
7999
7999
  };
@@ -8002,7 +8002,7 @@ const deserializeAws_queryStackSetNotEmptyException = (output, context) => {
8002
8002
  Message: undefined,
8003
8003
  };
8004
8004
  if (output["Message"] !== undefined) {
8005
- contents.Message = smithy_client_1.expectString(output["Message"]);
8005
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8006
8006
  }
8007
8007
  return contents;
8008
8008
  };
@@ -8011,7 +8011,7 @@ const deserializeAws_queryStackSetNotFoundException = (output, context) => {
8011
8011
  Message: undefined,
8012
8012
  };
8013
8013
  if (output["Message"] !== undefined) {
8014
- contents.Message = smithy_client_1.expectString(output["Message"]);
8014
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8015
8015
  }
8016
8016
  return contents;
8017
8017
  };
@@ -8031,34 +8031,34 @@ const deserializeAws_queryStackSetOperation = (output, context) => {
8031
8031
  StackSetDriftDetectionDetails: undefined,
8032
8032
  };
8033
8033
  if (output["OperationId"] !== undefined) {
8034
- contents.OperationId = smithy_client_1.expectString(output["OperationId"]);
8034
+ contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
8035
8035
  }
8036
8036
  if (output["StackSetId"] !== undefined) {
8037
- contents.StackSetId = smithy_client_1.expectString(output["StackSetId"]);
8037
+ contents.StackSetId = (0, smithy_client_1.expectString)(output["StackSetId"]);
8038
8038
  }
8039
8039
  if (output["Action"] !== undefined) {
8040
- contents.Action = smithy_client_1.expectString(output["Action"]);
8040
+ contents.Action = (0, smithy_client_1.expectString)(output["Action"]);
8041
8041
  }
8042
8042
  if (output["Status"] !== undefined) {
8043
- contents.Status = smithy_client_1.expectString(output["Status"]);
8043
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
8044
8044
  }
8045
8045
  if (output["OperationPreferences"] !== undefined) {
8046
8046
  contents.OperationPreferences = deserializeAws_queryStackSetOperationPreferences(output["OperationPreferences"], context);
8047
8047
  }
8048
8048
  if (output["RetainStacks"] !== undefined) {
8049
- contents.RetainStacks = smithy_client_1.parseBoolean(output["RetainStacks"]);
8049
+ contents.RetainStacks = (0, smithy_client_1.parseBoolean)(output["RetainStacks"]);
8050
8050
  }
8051
8051
  if (output["AdministrationRoleARN"] !== undefined) {
8052
- contents.AdministrationRoleARN = smithy_client_1.expectString(output["AdministrationRoleARN"]);
8052
+ contents.AdministrationRoleARN = (0, smithy_client_1.expectString)(output["AdministrationRoleARN"]);
8053
8053
  }
8054
8054
  if (output["ExecutionRoleName"] !== undefined) {
8055
- contents.ExecutionRoleName = smithy_client_1.expectString(output["ExecutionRoleName"]);
8055
+ contents.ExecutionRoleName = (0, smithy_client_1.expectString)(output["ExecutionRoleName"]);
8056
8056
  }
8057
8057
  if (output["CreationTimestamp"] !== undefined) {
8058
- contents.CreationTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["CreationTimestamp"]));
8058
+ contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreationTimestamp"]));
8059
8059
  }
8060
8060
  if (output["EndTimestamp"] !== undefined) {
8061
- contents.EndTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["EndTimestamp"]));
8061
+ contents.EndTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["EndTimestamp"]));
8062
8062
  }
8063
8063
  if (output["DeploymentTargets"] !== undefined) {
8064
8064
  contents.DeploymentTargets = deserializeAws_queryDeploymentTargets(output["DeploymentTargets"], context);
@@ -8078,25 +8078,25 @@ const deserializeAws_queryStackSetOperationPreferences = (output, context) => {
8078
8078
  MaxConcurrentPercentage: undefined,
8079
8079
  };
8080
8080
  if (output["RegionConcurrencyType"] !== undefined) {
8081
- contents.RegionConcurrencyType = smithy_client_1.expectString(output["RegionConcurrencyType"]);
8081
+ contents.RegionConcurrencyType = (0, smithy_client_1.expectString)(output["RegionConcurrencyType"]);
8082
8082
  }
8083
8083
  if (output.RegionOrder === "") {
8084
8084
  contents.RegionOrder = [];
8085
8085
  }
8086
8086
  if (output["RegionOrder"] !== undefined && output["RegionOrder"]["member"] !== undefined) {
8087
- contents.RegionOrder = deserializeAws_queryRegionList(smithy_client_1.getArrayIfSingleItem(output["RegionOrder"]["member"]), context);
8087
+ contents.RegionOrder = deserializeAws_queryRegionList((0, smithy_client_1.getArrayIfSingleItem)(output["RegionOrder"]["member"]), context);
8088
8088
  }
8089
8089
  if (output["FailureToleranceCount"] !== undefined) {
8090
- contents.FailureToleranceCount = smithy_client_1.strictParseInt32(output["FailureToleranceCount"]);
8090
+ contents.FailureToleranceCount = (0, smithy_client_1.strictParseInt32)(output["FailureToleranceCount"]);
8091
8091
  }
8092
8092
  if (output["FailureTolerancePercentage"] !== undefined) {
8093
- contents.FailureTolerancePercentage = smithy_client_1.strictParseInt32(output["FailureTolerancePercentage"]);
8093
+ contents.FailureTolerancePercentage = (0, smithy_client_1.strictParseInt32)(output["FailureTolerancePercentage"]);
8094
8094
  }
8095
8095
  if (output["MaxConcurrentCount"] !== undefined) {
8096
- contents.MaxConcurrentCount = smithy_client_1.strictParseInt32(output["MaxConcurrentCount"]);
8096
+ contents.MaxConcurrentCount = (0, smithy_client_1.strictParseInt32)(output["MaxConcurrentCount"]);
8097
8097
  }
8098
8098
  if (output["MaxConcurrentPercentage"] !== undefined) {
8099
- contents.MaxConcurrentPercentage = smithy_client_1.strictParseInt32(output["MaxConcurrentPercentage"]);
8099
+ contents.MaxConcurrentPercentage = (0, smithy_client_1.strictParseInt32)(output["MaxConcurrentPercentage"]);
8100
8100
  }
8101
8101
  return contents;
8102
8102
  };
@@ -8120,22 +8120,22 @@ const deserializeAws_queryStackSetOperationResultSummary = (output, context) =>
8120
8120
  OrganizationalUnitId: undefined,
8121
8121
  };
8122
8122
  if (output["Account"] !== undefined) {
8123
- contents.Account = smithy_client_1.expectString(output["Account"]);
8123
+ contents.Account = (0, smithy_client_1.expectString)(output["Account"]);
8124
8124
  }
8125
8125
  if (output["Region"] !== undefined) {
8126
- contents.Region = smithy_client_1.expectString(output["Region"]);
8126
+ contents.Region = (0, smithy_client_1.expectString)(output["Region"]);
8127
8127
  }
8128
8128
  if (output["Status"] !== undefined) {
8129
- contents.Status = smithy_client_1.expectString(output["Status"]);
8129
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
8130
8130
  }
8131
8131
  if (output["StatusReason"] !== undefined) {
8132
- contents.StatusReason = smithy_client_1.expectString(output["StatusReason"]);
8132
+ contents.StatusReason = (0, smithy_client_1.expectString)(output["StatusReason"]);
8133
8133
  }
8134
8134
  if (output["AccountGateResult"] !== undefined) {
8135
8135
  contents.AccountGateResult = deserializeAws_queryAccountGateResult(output["AccountGateResult"], context);
8136
8136
  }
8137
8137
  if (output["OrganizationalUnitId"] !== undefined) {
8138
- contents.OrganizationalUnitId = smithy_client_1.expectString(output["OrganizationalUnitId"]);
8138
+ contents.OrganizationalUnitId = (0, smithy_client_1.expectString)(output["OrganizationalUnitId"]);
8139
8139
  }
8140
8140
  return contents;
8141
8141
  };
@@ -8158,19 +8158,19 @@ const deserializeAws_queryStackSetOperationSummary = (output, context) => {
8158
8158
  EndTimestamp: undefined,
8159
8159
  };
8160
8160
  if (output["OperationId"] !== undefined) {
8161
- contents.OperationId = smithy_client_1.expectString(output["OperationId"]);
8161
+ contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
8162
8162
  }
8163
8163
  if (output["Action"] !== undefined) {
8164
- contents.Action = smithy_client_1.expectString(output["Action"]);
8164
+ contents.Action = (0, smithy_client_1.expectString)(output["Action"]);
8165
8165
  }
8166
8166
  if (output["Status"] !== undefined) {
8167
- contents.Status = smithy_client_1.expectString(output["Status"]);
8167
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
8168
8168
  }
8169
8169
  if (output["CreationTimestamp"] !== undefined) {
8170
- contents.CreationTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["CreationTimestamp"]));
8170
+ contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreationTimestamp"]));
8171
8171
  }
8172
8172
  if (output["EndTimestamp"] !== undefined) {
8173
- contents.EndTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["EndTimestamp"]));
8173
+ contents.EndTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["EndTimestamp"]));
8174
8174
  }
8175
8175
  return contents;
8176
8176
  };
@@ -8197,28 +8197,28 @@ const deserializeAws_queryStackSetSummary = (output, context) => {
8197
8197
  ManagedExecution: undefined,
8198
8198
  };
8199
8199
  if (output["StackSetName"] !== undefined) {
8200
- contents.StackSetName = smithy_client_1.expectString(output["StackSetName"]);
8200
+ contents.StackSetName = (0, smithy_client_1.expectString)(output["StackSetName"]);
8201
8201
  }
8202
8202
  if (output["StackSetId"] !== undefined) {
8203
- contents.StackSetId = smithy_client_1.expectString(output["StackSetId"]);
8203
+ contents.StackSetId = (0, smithy_client_1.expectString)(output["StackSetId"]);
8204
8204
  }
8205
8205
  if (output["Description"] !== undefined) {
8206
- contents.Description = smithy_client_1.expectString(output["Description"]);
8206
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
8207
8207
  }
8208
8208
  if (output["Status"] !== undefined) {
8209
- contents.Status = smithy_client_1.expectString(output["Status"]);
8209
+ contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
8210
8210
  }
8211
8211
  if (output["AutoDeployment"] !== undefined) {
8212
8212
  contents.AutoDeployment = deserializeAws_queryAutoDeployment(output["AutoDeployment"], context);
8213
8213
  }
8214
8214
  if (output["PermissionModel"] !== undefined) {
8215
- contents.PermissionModel = smithy_client_1.expectString(output["PermissionModel"]);
8215
+ contents.PermissionModel = (0, smithy_client_1.expectString)(output["PermissionModel"]);
8216
8216
  }
8217
8217
  if (output["DriftStatus"] !== undefined) {
8218
- contents.DriftStatus = smithy_client_1.expectString(output["DriftStatus"]);
8218
+ contents.DriftStatus = (0, smithy_client_1.expectString)(output["DriftStatus"]);
8219
8219
  }
8220
8220
  if (output["LastDriftCheckTimestamp"] !== undefined) {
8221
- contents.LastDriftCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastDriftCheckTimestamp"]));
8221
+ contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastDriftCheckTimestamp"]));
8222
8222
  }
8223
8223
  if (output["ManagedExecution"] !== undefined) {
8224
8224
  contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
@@ -8250,34 +8250,34 @@ const deserializeAws_queryStackSummary = (output, context) => {
8250
8250
  DriftInformation: undefined,
8251
8251
  };
8252
8252
  if (output["StackId"] !== undefined) {
8253
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
8253
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
8254
8254
  }
8255
8255
  if (output["StackName"] !== undefined) {
8256
- contents.StackName = smithy_client_1.expectString(output["StackName"]);
8256
+ contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
8257
8257
  }
8258
8258
  if (output["TemplateDescription"] !== undefined) {
8259
- contents.TemplateDescription = smithy_client_1.expectString(output["TemplateDescription"]);
8259
+ contents.TemplateDescription = (0, smithy_client_1.expectString)(output["TemplateDescription"]);
8260
8260
  }
8261
8261
  if (output["CreationTime"] !== undefined) {
8262
- contents.CreationTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["CreationTime"]));
8262
+ contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreationTime"]));
8263
8263
  }
8264
8264
  if (output["LastUpdatedTime"] !== undefined) {
8265
- contents.LastUpdatedTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastUpdatedTime"]));
8265
+ contents.LastUpdatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastUpdatedTime"]));
8266
8266
  }
8267
8267
  if (output["DeletionTime"] !== undefined) {
8268
- contents.DeletionTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["DeletionTime"]));
8268
+ contents.DeletionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["DeletionTime"]));
8269
8269
  }
8270
8270
  if (output["StackStatus"] !== undefined) {
8271
- contents.StackStatus = smithy_client_1.expectString(output["StackStatus"]);
8271
+ contents.StackStatus = (0, smithy_client_1.expectString)(output["StackStatus"]);
8272
8272
  }
8273
8273
  if (output["StackStatusReason"] !== undefined) {
8274
- contents.StackStatusReason = smithy_client_1.expectString(output["StackStatusReason"]);
8274
+ contents.StackStatusReason = (0, smithy_client_1.expectString)(output["StackStatusReason"]);
8275
8275
  }
8276
8276
  if (output["ParentId"] !== undefined) {
8277
- contents.ParentId = smithy_client_1.expectString(output["ParentId"]);
8277
+ contents.ParentId = (0, smithy_client_1.expectString)(output["ParentId"]);
8278
8278
  }
8279
8279
  if (output["RootId"] !== undefined) {
8280
- contents.RootId = smithy_client_1.expectString(output["RootId"]);
8280
+ contents.RootId = (0, smithy_client_1.expectString)(output["RootId"]);
8281
8281
  }
8282
8282
  if (output["DriftInformation"] !== undefined) {
8283
8283
  contents.DriftInformation = deserializeAws_queryStackDriftInformationSummary(output["DriftInformation"], context);
@@ -8291,7 +8291,7 @@ const deserializeAws_queryStageList = (output, context) => {
8291
8291
  if (entry === null) {
8292
8292
  return null;
8293
8293
  }
8294
- return smithy_client_1.expectString(entry);
8294
+ return (0, smithy_client_1.expectString)(entry);
8295
8295
  });
8296
8296
  };
8297
8297
  const deserializeAws_queryStaleRequestException = (output, context) => {
@@ -8299,7 +8299,7 @@ const deserializeAws_queryStaleRequestException = (output, context) => {
8299
8299
  Message: undefined,
8300
8300
  };
8301
8301
  if (output["Message"] !== undefined) {
8302
- contents.Message = smithy_client_1.expectString(output["Message"]);
8302
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8303
8303
  }
8304
8304
  return contents;
8305
8305
  };
@@ -8314,7 +8314,7 @@ const deserializeAws_querySupportedMajorVersions = (output, context) => {
8314
8314
  if (entry === null) {
8315
8315
  return null;
8316
8316
  }
8317
- return smithy_client_1.strictParseInt32(entry);
8317
+ return (0, smithy_client_1.strictParseInt32)(entry);
8318
8318
  });
8319
8319
  };
8320
8320
  const deserializeAws_queryTag = (output, context) => {
@@ -8323,10 +8323,10 @@ const deserializeAws_queryTag = (output, context) => {
8323
8323
  Value: undefined,
8324
8324
  };
8325
8325
  if (output["Key"] !== undefined) {
8326
- contents.Key = smithy_client_1.expectString(output["Key"]);
8326
+ contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
8327
8327
  }
8328
8328
  if (output["Value"] !== undefined) {
8329
- contents.Value = smithy_client_1.expectString(output["Value"]);
8329
+ contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
8330
8330
  }
8331
8331
  return contents;
8332
8332
  };
@@ -8348,16 +8348,16 @@ const deserializeAws_queryTemplateParameter = (output, context) => {
8348
8348
  Description: undefined,
8349
8349
  };
8350
8350
  if (output["ParameterKey"] !== undefined) {
8351
- contents.ParameterKey = smithy_client_1.expectString(output["ParameterKey"]);
8351
+ contents.ParameterKey = (0, smithy_client_1.expectString)(output["ParameterKey"]);
8352
8352
  }
8353
8353
  if (output["DefaultValue"] !== undefined) {
8354
- contents.DefaultValue = smithy_client_1.expectString(output["DefaultValue"]);
8354
+ contents.DefaultValue = (0, smithy_client_1.expectString)(output["DefaultValue"]);
8355
8355
  }
8356
8356
  if (output["NoEcho"] !== undefined) {
8357
- contents.NoEcho = smithy_client_1.parseBoolean(output["NoEcho"]);
8357
+ contents.NoEcho = (0, smithy_client_1.parseBoolean)(output["NoEcho"]);
8358
8358
  }
8359
8359
  if (output["Description"] !== undefined) {
8360
- contents.Description = smithy_client_1.expectString(output["Description"]);
8360
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
8361
8361
  }
8362
8362
  return contents;
8363
8363
  };
@@ -8376,7 +8376,7 @@ const deserializeAws_queryTestTypeOutput = (output, context) => {
8376
8376
  TypeVersionArn: undefined,
8377
8377
  };
8378
8378
  if (output["TypeVersionArn"] !== undefined) {
8379
- contents.TypeVersionArn = smithy_client_1.expectString(output["TypeVersionArn"]);
8379
+ contents.TypeVersionArn = (0, smithy_client_1.expectString)(output["TypeVersionArn"]);
8380
8380
  }
8381
8381
  return contents;
8382
8382
  };
@@ -8385,7 +8385,7 @@ const deserializeAws_queryTokenAlreadyExistsException = (output, context) => {
8385
8385
  Message: undefined,
8386
8386
  };
8387
8387
  if (output["Message"] !== undefined) {
8388
- contents.Message = smithy_client_1.expectString(output["Message"]);
8388
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8389
8389
  }
8390
8390
  return contents;
8391
8391
  };
@@ -8396,7 +8396,7 @@ const deserializeAws_queryTransformsList = (output, context) => {
8396
8396
  if (entry === null) {
8397
8397
  return null;
8398
8398
  }
8399
- return smithy_client_1.expectString(entry);
8399
+ return (0, smithy_client_1.expectString)(entry);
8400
8400
  });
8401
8401
  };
8402
8402
  const deserializeAws_queryTypeConfigurationDetails = (output, context) => {
@@ -8410,25 +8410,25 @@ const deserializeAws_queryTypeConfigurationDetails = (output, context) => {
8410
8410
  IsDefaultConfiguration: undefined,
8411
8411
  };
8412
8412
  if (output["Arn"] !== undefined) {
8413
- contents.Arn = smithy_client_1.expectString(output["Arn"]);
8413
+ contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
8414
8414
  }
8415
8415
  if (output["Alias"] !== undefined) {
8416
- contents.Alias = smithy_client_1.expectString(output["Alias"]);
8416
+ contents.Alias = (0, smithy_client_1.expectString)(output["Alias"]);
8417
8417
  }
8418
8418
  if (output["Configuration"] !== undefined) {
8419
- contents.Configuration = smithy_client_1.expectString(output["Configuration"]);
8419
+ contents.Configuration = (0, smithy_client_1.expectString)(output["Configuration"]);
8420
8420
  }
8421
8421
  if (output["LastUpdated"] !== undefined) {
8422
- contents.LastUpdated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastUpdated"]));
8422
+ contents.LastUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastUpdated"]));
8423
8423
  }
8424
8424
  if (output["TypeArn"] !== undefined) {
8425
- contents.TypeArn = smithy_client_1.expectString(output["TypeArn"]);
8425
+ contents.TypeArn = (0, smithy_client_1.expectString)(output["TypeArn"]);
8426
8426
  }
8427
8427
  if (output["TypeName"] !== undefined) {
8428
- contents.TypeName = smithy_client_1.expectString(output["TypeName"]);
8428
+ contents.TypeName = (0, smithy_client_1.expectString)(output["TypeName"]);
8429
8429
  }
8430
8430
  if (output["IsDefaultConfiguration"] !== undefined) {
8431
- contents.IsDefaultConfiguration = smithy_client_1.parseBoolean(output["IsDefaultConfiguration"]);
8431
+ contents.IsDefaultConfiguration = (0, smithy_client_1.parseBoolean)(output["IsDefaultConfiguration"]);
8432
8432
  }
8433
8433
  return contents;
8434
8434
  };
@@ -8451,19 +8451,19 @@ const deserializeAws_queryTypeConfigurationIdentifier = (output, context) => {
8451
8451
  TypeName: undefined,
8452
8452
  };
8453
8453
  if (output["TypeArn"] !== undefined) {
8454
- contents.TypeArn = smithy_client_1.expectString(output["TypeArn"]);
8454
+ contents.TypeArn = (0, smithy_client_1.expectString)(output["TypeArn"]);
8455
8455
  }
8456
8456
  if (output["TypeConfigurationAlias"] !== undefined) {
8457
- contents.TypeConfigurationAlias = smithy_client_1.expectString(output["TypeConfigurationAlias"]);
8457
+ contents.TypeConfigurationAlias = (0, smithy_client_1.expectString)(output["TypeConfigurationAlias"]);
8458
8458
  }
8459
8459
  if (output["TypeConfigurationArn"] !== undefined) {
8460
- contents.TypeConfigurationArn = smithy_client_1.expectString(output["TypeConfigurationArn"]);
8460
+ contents.TypeConfigurationArn = (0, smithy_client_1.expectString)(output["TypeConfigurationArn"]);
8461
8461
  }
8462
8462
  if (output["Type"] !== undefined) {
8463
- contents.Type = smithy_client_1.expectString(output["Type"]);
8463
+ contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
8464
8464
  }
8465
8465
  if (output["TypeName"] !== undefined) {
8466
- contents.TypeName = smithy_client_1.expectString(output["TypeName"]);
8466
+ contents.TypeName = (0, smithy_client_1.expectString)(output["TypeName"]);
8467
8467
  }
8468
8468
  return contents;
8469
8469
  };
@@ -8472,7 +8472,7 @@ const deserializeAws_queryTypeConfigurationNotFoundException = (output, context)
8472
8472
  Message: undefined,
8473
8473
  };
8474
8474
  if (output["Message"] !== undefined) {
8475
- contents.Message = smithy_client_1.expectString(output["Message"]);
8475
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8476
8476
  }
8477
8477
  return contents;
8478
8478
  };
@@ -8481,7 +8481,7 @@ const deserializeAws_queryTypeNotFoundException = (output, context) => {
8481
8481
  Message: undefined,
8482
8482
  };
8483
8483
  if (output["Message"] !== undefined) {
8484
- contents.Message = smithy_client_1.expectString(output["Message"]);
8484
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8485
8485
  }
8486
8486
  return contents;
8487
8487
  };
@@ -8512,43 +8512,43 @@ const deserializeAws_queryTypeSummary = (output, context) => {
8512
8512
  IsActivated: undefined,
8513
8513
  };
8514
8514
  if (output["Type"] !== undefined) {
8515
- contents.Type = smithy_client_1.expectString(output["Type"]);
8515
+ contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
8516
8516
  }
8517
8517
  if (output["TypeName"] !== undefined) {
8518
- contents.TypeName = smithy_client_1.expectString(output["TypeName"]);
8518
+ contents.TypeName = (0, smithy_client_1.expectString)(output["TypeName"]);
8519
8519
  }
8520
8520
  if (output["DefaultVersionId"] !== undefined) {
8521
- contents.DefaultVersionId = smithy_client_1.expectString(output["DefaultVersionId"]);
8521
+ contents.DefaultVersionId = (0, smithy_client_1.expectString)(output["DefaultVersionId"]);
8522
8522
  }
8523
8523
  if (output["TypeArn"] !== undefined) {
8524
- contents.TypeArn = smithy_client_1.expectString(output["TypeArn"]);
8524
+ contents.TypeArn = (0, smithy_client_1.expectString)(output["TypeArn"]);
8525
8525
  }
8526
8526
  if (output["LastUpdated"] !== undefined) {
8527
- contents.LastUpdated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastUpdated"]));
8527
+ contents.LastUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["LastUpdated"]));
8528
8528
  }
8529
8529
  if (output["Description"] !== undefined) {
8530
- contents.Description = smithy_client_1.expectString(output["Description"]);
8530
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
8531
8531
  }
8532
8532
  if (output["PublisherId"] !== undefined) {
8533
- contents.PublisherId = smithy_client_1.expectString(output["PublisherId"]);
8533
+ contents.PublisherId = (0, smithy_client_1.expectString)(output["PublisherId"]);
8534
8534
  }
8535
8535
  if (output["OriginalTypeName"] !== undefined) {
8536
- contents.OriginalTypeName = smithy_client_1.expectString(output["OriginalTypeName"]);
8536
+ contents.OriginalTypeName = (0, smithy_client_1.expectString)(output["OriginalTypeName"]);
8537
8537
  }
8538
8538
  if (output["PublicVersionNumber"] !== undefined) {
8539
- contents.PublicVersionNumber = smithy_client_1.expectString(output["PublicVersionNumber"]);
8539
+ contents.PublicVersionNumber = (0, smithy_client_1.expectString)(output["PublicVersionNumber"]);
8540
8540
  }
8541
8541
  if (output["LatestPublicVersion"] !== undefined) {
8542
- contents.LatestPublicVersion = smithy_client_1.expectString(output["LatestPublicVersion"]);
8542
+ contents.LatestPublicVersion = (0, smithy_client_1.expectString)(output["LatestPublicVersion"]);
8543
8543
  }
8544
8544
  if (output["PublisherIdentity"] !== undefined) {
8545
- contents.PublisherIdentity = smithy_client_1.expectString(output["PublisherIdentity"]);
8545
+ contents.PublisherIdentity = (0, smithy_client_1.expectString)(output["PublisherIdentity"]);
8546
8546
  }
8547
8547
  if (output["PublisherName"] !== undefined) {
8548
- contents.PublisherName = smithy_client_1.expectString(output["PublisherName"]);
8548
+ contents.PublisherName = (0, smithy_client_1.expectString)(output["PublisherName"]);
8549
8549
  }
8550
8550
  if (output["IsActivated"] !== undefined) {
8551
- contents.IsActivated = smithy_client_1.parseBoolean(output["IsActivated"]);
8551
+ contents.IsActivated = (0, smithy_client_1.parseBoolean)(output["IsActivated"]);
8552
8552
  }
8553
8553
  return contents;
8554
8554
  };
@@ -8574,28 +8574,28 @@ const deserializeAws_queryTypeVersionSummary = (output, context) => {
8574
8574
  PublicVersionNumber: undefined,
8575
8575
  };
8576
8576
  if (output["Type"] !== undefined) {
8577
- contents.Type = smithy_client_1.expectString(output["Type"]);
8577
+ contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
8578
8578
  }
8579
8579
  if (output["TypeName"] !== undefined) {
8580
- contents.TypeName = smithy_client_1.expectString(output["TypeName"]);
8580
+ contents.TypeName = (0, smithy_client_1.expectString)(output["TypeName"]);
8581
8581
  }
8582
8582
  if (output["VersionId"] !== undefined) {
8583
- contents.VersionId = smithy_client_1.expectString(output["VersionId"]);
8583
+ contents.VersionId = (0, smithy_client_1.expectString)(output["VersionId"]);
8584
8584
  }
8585
8585
  if (output["IsDefaultVersion"] !== undefined) {
8586
- contents.IsDefaultVersion = smithy_client_1.parseBoolean(output["IsDefaultVersion"]);
8586
+ contents.IsDefaultVersion = (0, smithy_client_1.parseBoolean)(output["IsDefaultVersion"]);
8587
8587
  }
8588
8588
  if (output["Arn"] !== undefined) {
8589
- contents.Arn = smithy_client_1.expectString(output["Arn"]);
8589
+ contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
8590
8590
  }
8591
8591
  if (output["TimeCreated"] !== undefined) {
8592
- contents.TimeCreated = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["TimeCreated"]));
8592
+ contents.TimeCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["TimeCreated"]));
8593
8593
  }
8594
8594
  if (output["Description"] !== undefined) {
8595
- contents.Description = smithy_client_1.expectString(output["Description"]);
8595
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
8596
8596
  }
8597
8597
  if (output["PublicVersionNumber"] !== undefined) {
8598
- contents.PublicVersionNumber = smithy_client_1.expectString(output["PublicVersionNumber"]);
8598
+ contents.PublicVersionNumber = (0, smithy_client_1.expectString)(output["PublicVersionNumber"]);
8599
8599
  }
8600
8600
  return contents;
8601
8601
  };
@@ -8614,7 +8614,7 @@ const deserializeAws_queryUpdateStackInstancesOutput = (output, context) => {
8614
8614
  OperationId: undefined,
8615
8615
  };
8616
8616
  if (output["OperationId"] !== undefined) {
8617
- contents.OperationId = smithy_client_1.expectString(output["OperationId"]);
8617
+ contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
8618
8618
  }
8619
8619
  return contents;
8620
8620
  };
@@ -8623,7 +8623,7 @@ const deserializeAws_queryUpdateStackOutput = (output, context) => {
8623
8623
  StackId: undefined,
8624
8624
  };
8625
8625
  if (output["StackId"] !== undefined) {
8626
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
8626
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
8627
8627
  }
8628
8628
  return contents;
8629
8629
  };
@@ -8632,7 +8632,7 @@ const deserializeAws_queryUpdateStackSetOutput = (output, context) => {
8632
8632
  OperationId: undefined,
8633
8633
  };
8634
8634
  if (output["OperationId"] !== undefined) {
8635
- contents.OperationId = smithy_client_1.expectString(output["OperationId"]);
8635
+ contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
8636
8636
  }
8637
8637
  return contents;
8638
8638
  };
@@ -8641,7 +8641,7 @@ const deserializeAws_queryUpdateTerminationProtectionOutput = (output, context)
8641
8641
  StackId: undefined,
8642
8642
  };
8643
8643
  if (output["StackId"] !== undefined) {
8644
- contents.StackId = smithy_client_1.expectString(output["StackId"]);
8644
+ contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
8645
8645
  }
8646
8646
  return contents;
8647
8647
  };
@@ -8657,25 +8657,25 @@ const deserializeAws_queryValidateTemplateOutput = (output, context) => {
8657
8657
  contents.Parameters = [];
8658
8658
  }
8659
8659
  if (output["Parameters"] !== undefined && output["Parameters"]["member"] !== undefined) {
8660
- contents.Parameters = deserializeAws_queryTemplateParameters(smithy_client_1.getArrayIfSingleItem(output["Parameters"]["member"]), context);
8660
+ contents.Parameters = deserializeAws_queryTemplateParameters((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["member"]), context);
8661
8661
  }
8662
8662
  if (output["Description"] !== undefined) {
8663
- contents.Description = smithy_client_1.expectString(output["Description"]);
8663
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
8664
8664
  }
8665
8665
  if (output.Capabilities === "") {
8666
8666
  contents.Capabilities = [];
8667
8667
  }
8668
8668
  if (output["Capabilities"] !== undefined && output["Capabilities"]["member"] !== undefined) {
8669
- contents.Capabilities = deserializeAws_queryCapabilities(smithy_client_1.getArrayIfSingleItem(output["Capabilities"]["member"]), context);
8669
+ contents.Capabilities = deserializeAws_queryCapabilities((0, smithy_client_1.getArrayIfSingleItem)(output["Capabilities"]["member"]), context);
8670
8670
  }
8671
8671
  if (output["CapabilitiesReason"] !== undefined) {
8672
- contents.CapabilitiesReason = smithy_client_1.expectString(output["CapabilitiesReason"]);
8672
+ contents.CapabilitiesReason = (0, smithy_client_1.expectString)(output["CapabilitiesReason"]);
8673
8673
  }
8674
8674
  if (output.DeclaredTransforms === "") {
8675
8675
  contents.DeclaredTransforms = [];
8676
8676
  }
8677
8677
  if (output["DeclaredTransforms"] !== undefined && output["DeclaredTransforms"]["member"] !== undefined) {
8678
- contents.DeclaredTransforms = deserializeAws_queryTransformsList(smithy_client_1.getArrayIfSingleItem(output["DeclaredTransforms"]["member"]), context);
8678
+ contents.DeclaredTransforms = deserializeAws_queryTransformsList((0, smithy_client_1.getArrayIfSingleItem)(output["DeclaredTransforms"]["member"]), context);
8679
8679
  }
8680
8680
  return contents;
8681
8681
  };
@@ -8715,12 +8715,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
8715
8715
  };
8716
8716
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
8717
8717
  if (encoded.length) {
8718
- const parsedObj = fast_xml_parser_1.parse(encoded, {
8718
+ const parsedObj = (0, fast_xml_parser_1.parse)(encoded, {
8719
8719
  attributeNamePrefix: "",
8720
8720
  ignoreAttributes: false,
8721
8721
  parseNodeValue: false,
8722
8722
  trimValues: false,
8723
- tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" : entities_1.decodeHTML(val)),
8723
+ tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" : (0, entities_1.decodeHTML)(val)),
8724
8724
  });
8725
8725
  const textNodeName = "#text";
8726
8726
  const key = Object.keys(parsedObj)[0];
@@ -8729,12 +8729,12 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
8729
8729
  parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
8730
8730
  delete parsedObjToReturn[textNodeName];
8731
8731
  }
8732
- return smithy_client_1.getValueFromTextNode(parsedObjToReturn);
8732
+ return (0, smithy_client_1.getValueFromTextNode)(parsedObjToReturn);
8733
8733
  }
8734
8734
  return {};
8735
8735
  });
8736
8736
  const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
8737
- .map(([key, value]) => smithy_client_1.extendedEncodeURIComponent(key) + "=" + smithy_client_1.extendedEncodeURIComponent(value))
8737
+ .map(([key, value]) => (0, smithy_client_1.extendedEncodeURIComponent)(key) + "=" + (0, smithy_client_1.extendedEncodeURIComponent)(value))
8738
8738
  .join("&");
8739
8739
  const loadQueryErrorCode = (output, data) => {
8740
8740
  if (data.Error.Code !== undefined) {