@aws-sdk/client-elastic-load-balancing-v2 3.54.0 → 3.56.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 (58) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ElasticLoadBalancingV2Client.js +13 -13
  3. package/dist-cjs/commands/AddListenerCertificatesCommand.js +3 -3
  4. package/dist-cjs/commands/AddTagsCommand.js +3 -3
  5. package/dist-cjs/commands/CreateListenerCommand.js +3 -3
  6. package/dist-cjs/commands/CreateLoadBalancerCommand.js +3 -3
  7. package/dist-cjs/commands/CreateRuleCommand.js +3 -3
  8. package/dist-cjs/commands/CreateTargetGroupCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteListenerCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteRuleCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteTargetGroupCommand.js +3 -3
  13. package/dist-cjs/commands/DeregisterTargetsCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeListenersCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeRulesCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeTargetHealthCommand.js +3 -3
  25. package/dist-cjs/commands/ModifyListenerCommand.js +3 -3
  26. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
  27. package/dist-cjs/commands/ModifyRuleCommand.js +3 -3
  28. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +3 -3
  29. package/dist-cjs/commands/ModifyTargetGroupCommand.js +3 -3
  30. package/dist-cjs/commands/RegisterTargetsCommand.js +3 -3
  31. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +3 -3
  32. package/dist-cjs/commands/RemoveTagsCommand.js +3 -3
  33. package/dist-cjs/commands/SetIpAddressTypeCommand.js +3 -3
  34. package/dist-cjs/commands/SetRulePrioritiesCommand.js +3 -3
  35. package/dist-cjs/commands/SetSecurityGroupsCommand.js +3 -3
  36. package/dist-cjs/commands/SetSubnetsCommand.js +3 -3
  37. package/dist-cjs/endpoints.js +1 -1
  38. package/dist-cjs/protocols/Aws_query.js +279 -279
  39. package/dist-cjs/runtimeConfig.browser.js +4 -4
  40. package/dist-cjs/runtimeConfig.js +9 -9
  41. package/dist-cjs/runtimeConfig.native.js +1 -1
  42. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +3 -3
  43. package/dist-cjs/waiters/waitForLoadBalancerExists.js +3 -3
  44. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +3 -3
  45. package/dist-cjs/waiters/waitForTargetDeregistered.js +3 -3
  46. package/dist-cjs/waiters/waitForTargetInService.js +3 -3
  47. package/dist-es/ElasticLoadBalancingV2.js +34 -34
  48. package/dist-es/pagination/DescribeListenersPaginator.js +4 -4
  49. package/dist-es/pagination/DescribeLoadBalancersPaginator.js +4 -4
  50. package/dist-es/pagination/DescribeTargetGroupsPaginator.js +4 -4
  51. package/dist-es/protocols/Aws_query.js +92 -92
  52. package/dist-es/waiters/waitForLoadBalancerAvailable.js +2 -2
  53. package/dist-es/waiters/waitForLoadBalancersDeleted.js +1 -1
  54. package/dist-es/waiters/waitForTargetDeregistered.js +1 -1
  55. package/dist-es/waiters/waitForTargetInService.js +1 -1
  56. package/dist-types/runtimeConfig.native.d.ts +2 -2
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  58. package/package.json +35 -35
@@ -489,7 +489,7 @@ const deserializeAws_queryAddListenerCertificatesCommandError = async (output, c
489
489
  $fault: "client",
490
490
  $metadata: deserializeMetadata(output),
491
491
  });
492
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
492
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
493
493
  }
494
494
  };
495
495
  const deserializeAws_queryAddTagsCommand = async (output, context) => {
@@ -540,7 +540,7 @@ const deserializeAws_queryAddTagsCommandError = async (output, context) => {
540
540
  $fault: "client",
541
541
  $metadata: deserializeMetadata(output),
542
542
  });
543
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
543
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
544
544
  }
545
545
  };
546
546
  const deserializeAws_queryCreateListenerCommand = async (output, context) => {
@@ -627,7 +627,7 @@ const deserializeAws_queryCreateListenerCommandError = async (output, context) =
627
627
  $fault: "client",
628
628
  $metadata: deserializeMetadata(output),
629
629
  });
630
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
630
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
631
631
  }
632
632
  };
633
633
  const deserializeAws_queryCreateLoadBalancerCommand = async (output, context) => {
@@ -699,7 +699,7 @@ const deserializeAws_queryCreateLoadBalancerCommandError = async (output, contex
699
699
  $fault: "client",
700
700
  $metadata: deserializeMetadata(output),
701
701
  });
702
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
702
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
703
703
  }
704
704
  };
705
705
  const deserializeAws_queryCreateRuleCommand = async (output, context) => {
@@ -777,7 +777,7 @@ const deserializeAws_queryCreateRuleCommandError = async (output, context) => {
777
777
  $fault: "client",
778
778
  $metadata: deserializeMetadata(output),
779
779
  });
780
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
780
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
781
781
  }
782
782
  };
783
783
  const deserializeAws_queryCreateTargetGroupCommand = async (output, context) => {
@@ -822,7 +822,7 @@ const deserializeAws_queryCreateTargetGroupCommandError = async (output, context
822
822
  $fault: "client",
823
823
  $metadata: deserializeMetadata(output),
824
824
  });
825
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
825
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
826
826
  }
827
827
  };
828
828
  const deserializeAws_queryDeleteListenerCommand = async (output, context) => {
@@ -861,7 +861,7 @@ const deserializeAws_queryDeleteListenerCommandError = async (output, context) =
861
861
  $fault: "client",
862
862
  $metadata: deserializeMetadata(output),
863
863
  });
864
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
864
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
865
865
  }
866
866
  };
867
867
  const deserializeAws_queryDeleteLoadBalancerCommand = async (output, context) => {
@@ -903,7 +903,7 @@ const deserializeAws_queryDeleteLoadBalancerCommandError = async (output, contex
903
903
  $fault: "client",
904
904
  $metadata: deserializeMetadata(output),
905
905
  });
906
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
906
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
907
907
  }
908
908
  };
909
909
  const deserializeAws_queryDeleteRuleCommand = async (output, context) => {
@@ -942,7 +942,7 @@ const deserializeAws_queryDeleteRuleCommandError = async (output, context) => {
942
942
  $fault: "client",
943
943
  $metadata: deserializeMetadata(output),
944
944
  });
945
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
945
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
946
946
  }
947
947
  };
948
948
  const deserializeAws_queryDeleteTargetGroupCommand = async (output, context) => {
@@ -978,7 +978,7 @@ const deserializeAws_queryDeleteTargetGroupCommandError = async (output, context
978
978
  $fault: "client",
979
979
  $metadata: deserializeMetadata(output),
980
980
  });
981
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
981
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
982
982
  }
983
983
  };
984
984
  const deserializeAws_queryDeregisterTargetsCommand = async (output, context) => {
@@ -1017,7 +1017,7 @@ const deserializeAws_queryDeregisterTargetsCommandError = async (output, context
1017
1017
  $fault: "client",
1018
1018
  $metadata: deserializeMetadata(output),
1019
1019
  });
1020
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1020
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1021
1021
  }
1022
1022
  };
1023
1023
  const deserializeAws_queryDescribeAccountLimitsCommand = async (output, context) => {
@@ -1050,7 +1050,7 @@ const deserializeAws_queryDescribeAccountLimitsCommandError = async (output, con
1050
1050
  $fault: "client",
1051
1051
  $metadata: deserializeMetadata(output),
1052
1052
  });
1053
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1053
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1054
1054
  }
1055
1055
  };
1056
1056
  const deserializeAws_queryDescribeListenerCertificatesCommand = async (output, context) => {
@@ -1086,7 +1086,7 @@ const deserializeAws_queryDescribeListenerCertificatesCommandError = async (outp
1086
1086
  $fault: "client",
1087
1087
  $metadata: deserializeMetadata(output),
1088
1088
  });
1089
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1089
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1090
1090
  }
1091
1091
  };
1092
1092
  const deserializeAws_queryDescribeListenersCommand = async (output, context) => {
@@ -1128,7 +1128,7 @@ const deserializeAws_queryDescribeListenersCommandError = async (output, context
1128
1128
  $fault: "client",
1129
1129
  $metadata: deserializeMetadata(output),
1130
1130
  });
1131
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1131
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1132
1132
  }
1133
1133
  };
1134
1134
  const deserializeAws_queryDescribeLoadBalancerAttributesCommand = async (output, context) => {
@@ -1164,7 +1164,7 @@ const deserializeAws_queryDescribeLoadBalancerAttributesCommandError = async (ou
1164
1164
  $fault: "client",
1165
1165
  $metadata: deserializeMetadata(output),
1166
1166
  });
1167
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1167
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1168
1168
  }
1169
1169
  };
1170
1170
  const deserializeAws_queryDescribeLoadBalancersCommand = async (output, context) => {
@@ -1200,7 +1200,7 @@ const deserializeAws_queryDescribeLoadBalancersCommandError = async (output, con
1200
1200
  $fault: "client",
1201
1201
  $metadata: deserializeMetadata(output),
1202
1202
  });
1203
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1203
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1204
1204
  }
1205
1205
  };
1206
1206
  const deserializeAws_queryDescribeRulesCommand = async (output, context) => {
@@ -1242,7 +1242,7 @@ const deserializeAws_queryDescribeRulesCommandError = async (output, context) =>
1242
1242
  $fault: "client",
1243
1243
  $metadata: deserializeMetadata(output),
1244
1244
  });
1245
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1245
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1246
1246
  }
1247
1247
  };
1248
1248
  const deserializeAws_queryDescribeSSLPoliciesCommand = async (output, context) => {
@@ -1278,7 +1278,7 @@ const deserializeAws_queryDescribeSSLPoliciesCommandError = async (output, conte
1278
1278
  $fault: "client",
1279
1279
  $metadata: deserializeMetadata(output),
1280
1280
  });
1281
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1281
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1282
1282
  }
1283
1283
  };
1284
1284
  const deserializeAws_queryDescribeTagsCommand = async (output, context) => {
@@ -1323,7 +1323,7 @@ const deserializeAws_queryDescribeTagsCommandError = async (output, context) =>
1323
1323
  $fault: "client",
1324
1324
  $metadata: deserializeMetadata(output),
1325
1325
  });
1326
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1326
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1327
1327
  }
1328
1328
  };
1329
1329
  const deserializeAws_queryDescribeTargetGroupAttributesCommand = async (output, context) => {
@@ -1359,7 +1359,7 @@ const deserializeAws_queryDescribeTargetGroupAttributesCommandError = async (out
1359
1359
  $fault: "client",
1360
1360
  $metadata: deserializeMetadata(output),
1361
1361
  });
1362
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1362
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1363
1363
  }
1364
1364
  };
1365
1365
  const deserializeAws_queryDescribeTargetGroupsCommand = async (output, context) => {
@@ -1398,7 +1398,7 @@ const deserializeAws_queryDescribeTargetGroupsCommandError = async (output, cont
1398
1398
  $fault: "client",
1399
1399
  $metadata: deserializeMetadata(output),
1400
1400
  });
1401
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1401
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1402
1402
  }
1403
1403
  };
1404
1404
  const deserializeAws_queryDescribeTargetHealthCommand = async (output, context) => {
@@ -1440,7 +1440,7 @@ const deserializeAws_queryDescribeTargetHealthCommandError = async (output, cont
1440
1440
  $fault: "client",
1441
1441
  $metadata: deserializeMetadata(output),
1442
1442
  });
1443
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1443
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1444
1444
  }
1445
1445
  };
1446
1446
  const deserializeAws_queryModifyListenerCommand = async (output, context) => {
@@ -1524,7 +1524,7 @@ const deserializeAws_queryModifyListenerCommandError = async (output, context) =
1524
1524
  $fault: "client",
1525
1525
  $metadata: deserializeMetadata(output),
1526
1526
  });
1527
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1527
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1528
1528
  }
1529
1529
  };
1530
1530
  const deserializeAws_queryModifyLoadBalancerAttributesCommand = async (output, context) => {
@@ -1563,7 +1563,7 @@ const deserializeAws_queryModifyLoadBalancerAttributesCommandError = async (outp
1563
1563
  $fault: "client",
1564
1564
  $metadata: deserializeMetadata(output),
1565
1565
  });
1566
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1566
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1567
1567
  }
1568
1568
  };
1569
1569
  const deserializeAws_queryModifyRuleCommand = async (output, context) => {
@@ -1629,7 +1629,7 @@ const deserializeAws_queryModifyRuleCommandError = async (output, context) => {
1629
1629
  $fault: "client",
1630
1630
  $metadata: deserializeMetadata(output),
1631
1631
  });
1632
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1632
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1633
1633
  }
1634
1634
  };
1635
1635
  const deserializeAws_queryModifyTargetGroupCommand = async (output, context) => {
@@ -1668,7 +1668,7 @@ const deserializeAws_queryModifyTargetGroupCommandError = async (output, context
1668
1668
  $fault: "client",
1669
1669
  $metadata: deserializeMetadata(output),
1670
1670
  });
1671
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1671
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1672
1672
  }
1673
1673
  };
1674
1674
  const deserializeAws_queryModifyTargetGroupAttributesCommand = async (output, context) => {
@@ -1707,7 +1707,7 @@ const deserializeAws_queryModifyTargetGroupAttributesCommandError = async (outpu
1707
1707
  $fault: "client",
1708
1708
  $metadata: deserializeMetadata(output),
1709
1709
  });
1710
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1710
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1711
1711
  }
1712
1712
  };
1713
1713
  const deserializeAws_queryRegisterTargetsCommand = async (output, context) => {
@@ -1752,7 +1752,7 @@ const deserializeAws_queryRegisterTargetsCommandError = async (output, context)
1752
1752
  $fault: "client",
1753
1753
  $metadata: deserializeMetadata(output),
1754
1754
  });
1755
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1755
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1756
1756
  }
1757
1757
  };
1758
1758
  const deserializeAws_queryRemoveListenerCertificatesCommand = async (output, context) => {
@@ -1791,7 +1791,7 @@ const deserializeAws_queryRemoveListenerCertificatesCommandError = async (output
1791
1791
  $fault: "client",
1792
1792
  $metadata: deserializeMetadata(output),
1793
1793
  });
1794
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1794
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1795
1795
  }
1796
1796
  };
1797
1797
  const deserializeAws_queryRemoveTagsCommand = async (output, context) => {
@@ -1839,7 +1839,7 @@ const deserializeAws_queryRemoveTagsCommandError = async (output, context) => {
1839
1839
  $fault: "client",
1840
1840
  $metadata: deserializeMetadata(output),
1841
1841
  });
1842
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1842
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1843
1843
  }
1844
1844
  };
1845
1845
  const deserializeAws_querySetIpAddressTypeCommand = async (output, context) => {
@@ -1881,7 +1881,7 @@ const deserializeAws_querySetIpAddressTypeCommandError = async (output, context)
1881
1881
  $fault: "client",
1882
1882
  $metadata: deserializeMetadata(output),
1883
1883
  });
1884
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1884
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1885
1885
  }
1886
1886
  };
1887
1887
  const deserializeAws_querySetRulePrioritiesCommand = async (output, context) => {
@@ -1923,7 +1923,7 @@ const deserializeAws_querySetRulePrioritiesCommandError = async (output, context
1923
1923
  $fault: "client",
1924
1924
  $metadata: deserializeMetadata(output),
1925
1925
  });
1926
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1926
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1927
1927
  }
1928
1928
  };
1929
1929
  const deserializeAws_querySetSecurityGroupsCommand = async (output, context) => {
@@ -1965,7 +1965,7 @@ const deserializeAws_querySetSecurityGroupsCommandError = async (output, context
1965
1965
  $fault: "client",
1966
1966
  $metadata: deserializeMetadata(output),
1967
1967
  });
1968
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
1968
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
1969
1969
  }
1970
1970
  };
1971
1971
  const deserializeAws_querySetSubnetsCommand = async (output, context) => {
@@ -2016,7 +2016,7 @@ const deserializeAws_querySetSubnetsCommandError = async (output, context) => {
2016
2016
  $fault: "client",
2017
2017
  $metadata: deserializeMetadata(output),
2018
2018
  });
2019
- throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
2019
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
2020
2020
  }
2021
2021
  };
2022
2022
  const deserializeAws_queryAllocationIdNotFoundExceptionResponse = async (parsedOutput, context) => {
@@ -2026,7 +2026,7 @@ const deserializeAws_queryAllocationIdNotFoundExceptionResponse = async (parsedO
2026
2026
  $metadata: deserializeMetadata(parsedOutput),
2027
2027
  ...deserialized,
2028
2028
  });
2029
- return smithy_client_1.decorateServiceException(exception, body);
2029
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2030
2030
  };
2031
2031
  const deserializeAws_queryALPNPolicyNotSupportedExceptionResponse = async (parsedOutput, context) => {
2032
2032
  const body = parsedOutput.body;
@@ -2035,7 +2035,7 @@ const deserializeAws_queryALPNPolicyNotSupportedExceptionResponse = async (parse
2035
2035
  $metadata: deserializeMetadata(parsedOutput),
2036
2036
  ...deserialized,
2037
2037
  });
2038
- return smithy_client_1.decorateServiceException(exception, body);
2038
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2039
2039
  };
2040
2040
  const deserializeAws_queryAvailabilityZoneNotSupportedExceptionResponse = async (parsedOutput, context) => {
2041
2041
  const body = parsedOutput.body;
@@ -2044,7 +2044,7 @@ const deserializeAws_queryAvailabilityZoneNotSupportedExceptionResponse = async
2044
2044
  $metadata: deserializeMetadata(parsedOutput),
2045
2045
  ...deserialized,
2046
2046
  });
2047
- return smithy_client_1.decorateServiceException(exception, body);
2047
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2048
2048
  };
2049
2049
  const deserializeAws_queryCertificateNotFoundExceptionResponse = async (parsedOutput, context) => {
2050
2050
  const body = parsedOutput.body;
@@ -2053,7 +2053,7 @@ const deserializeAws_queryCertificateNotFoundExceptionResponse = async (parsedOu
2053
2053
  $metadata: deserializeMetadata(parsedOutput),
2054
2054
  ...deserialized,
2055
2055
  });
2056
- return smithy_client_1.decorateServiceException(exception, body);
2056
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2057
2057
  };
2058
2058
  const deserializeAws_queryDuplicateListenerExceptionResponse = async (parsedOutput, context) => {
2059
2059
  const body = parsedOutput.body;
@@ -2062,7 +2062,7 @@ const deserializeAws_queryDuplicateListenerExceptionResponse = async (parsedOutp
2062
2062
  $metadata: deserializeMetadata(parsedOutput),
2063
2063
  ...deserialized,
2064
2064
  });
2065
- return smithy_client_1.decorateServiceException(exception, body);
2065
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2066
2066
  };
2067
2067
  const deserializeAws_queryDuplicateLoadBalancerNameExceptionResponse = async (parsedOutput, context) => {
2068
2068
  const body = parsedOutput.body;
@@ -2071,7 +2071,7 @@ const deserializeAws_queryDuplicateLoadBalancerNameExceptionResponse = async (pa
2071
2071
  $metadata: deserializeMetadata(parsedOutput),
2072
2072
  ...deserialized,
2073
2073
  });
2074
- return smithy_client_1.decorateServiceException(exception, body);
2074
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2075
2075
  };
2076
2076
  const deserializeAws_queryDuplicateTagKeysExceptionResponse = async (parsedOutput, context) => {
2077
2077
  const body = parsedOutput.body;
@@ -2080,7 +2080,7 @@ const deserializeAws_queryDuplicateTagKeysExceptionResponse = async (parsedOutpu
2080
2080
  $metadata: deserializeMetadata(parsedOutput),
2081
2081
  ...deserialized,
2082
2082
  });
2083
- return smithy_client_1.decorateServiceException(exception, body);
2083
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2084
2084
  };
2085
2085
  const deserializeAws_queryDuplicateTargetGroupNameExceptionResponse = async (parsedOutput, context) => {
2086
2086
  const body = parsedOutput.body;
@@ -2089,7 +2089,7 @@ const deserializeAws_queryDuplicateTargetGroupNameExceptionResponse = async (par
2089
2089
  $metadata: deserializeMetadata(parsedOutput),
2090
2090
  ...deserialized,
2091
2091
  });
2092
- return smithy_client_1.decorateServiceException(exception, body);
2092
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2093
2093
  };
2094
2094
  const deserializeAws_queryHealthUnavailableExceptionResponse = async (parsedOutput, context) => {
2095
2095
  const body = parsedOutput.body;
@@ -2098,7 +2098,7 @@ const deserializeAws_queryHealthUnavailableExceptionResponse = async (parsedOutp
2098
2098
  $metadata: deserializeMetadata(parsedOutput),
2099
2099
  ...deserialized,
2100
2100
  });
2101
- return smithy_client_1.decorateServiceException(exception, body);
2101
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2102
2102
  };
2103
2103
  const deserializeAws_queryIncompatibleProtocolsExceptionResponse = async (parsedOutput, context) => {
2104
2104
  const body = parsedOutput.body;
@@ -2107,7 +2107,7 @@ const deserializeAws_queryIncompatibleProtocolsExceptionResponse = async (parsed
2107
2107
  $metadata: deserializeMetadata(parsedOutput),
2108
2108
  ...deserialized,
2109
2109
  });
2110
- return smithy_client_1.decorateServiceException(exception, body);
2110
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2111
2111
  };
2112
2112
  const deserializeAws_queryInvalidConfigurationRequestExceptionResponse = async (parsedOutput, context) => {
2113
2113
  const body = parsedOutput.body;
@@ -2116,7 +2116,7 @@ const deserializeAws_queryInvalidConfigurationRequestExceptionResponse = async (
2116
2116
  $metadata: deserializeMetadata(parsedOutput),
2117
2117
  ...deserialized,
2118
2118
  });
2119
- return smithy_client_1.decorateServiceException(exception, body);
2119
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2120
2120
  };
2121
2121
  const deserializeAws_queryInvalidLoadBalancerActionExceptionResponse = async (parsedOutput, context) => {
2122
2122
  const body = parsedOutput.body;
@@ -2125,7 +2125,7 @@ const deserializeAws_queryInvalidLoadBalancerActionExceptionResponse = async (pa
2125
2125
  $metadata: deserializeMetadata(parsedOutput),
2126
2126
  ...deserialized,
2127
2127
  });
2128
- return smithy_client_1.decorateServiceException(exception, body);
2128
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2129
2129
  };
2130
2130
  const deserializeAws_queryInvalidSchemeExceptionResponse = async (parsedOutput, context) => {
2131
2131
  const body = parsedOutput.body;
@@ -2134,7 +2134,7 @@ const deserializeAws_queryInvalidSchemeExceptionResponse = async (parsedOutput,
2134
2134
  $metadata: deserializeMetadata(parsedOutput),
2135
2135
  ...deserialized,
2136
2136
  });
2137
- return smithy_client_1.decorateServiceException(exception, body);
2137
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2138
2138
  };
2139
2139
  const deserializeAws_queryInvalidSecurityGroupExceptionResponse = async (parsedOutput, context) => {
2140
2140
  const body = parsedOutput.body;
@@ -2143,7 +2143,7 @@ const deserializeAws_queryInvalidSecurityGroupExceptionResponse = async (parsedO
2143
2143
  $metadata: deserializeMetadata(parsedOutput),
2144
2144
  ...deserialized,
2145
2145
  });
2146
- return smithy_client_1.decorateServiceException(exception, body);
2146
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2147
2147
  };
2148
2148
  const deserializeAws_queryInvalidSubnetExceptionResponse = async (parsedOutput, context) => {
2149
2149
  const body = parsedOutput.body;
@@ -2152,7 +2152,7 @@ const deserializeAws_queryInvalidSubnetExceptionResponse = async (parsedOutput,
2152
2152
  $metadata: deserializeMetadata(parsedOutput),
2153
2153
  ...deserialized,
2154
2154
  });
2155
- return smithy_client_1.decorateServiceException(exception, body);
2155
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2156
2156
  };
2157
2157
  const deserializeAws_queryInvalidTargetExceptionResponse = async (parsedOutput, context) => {
2158
2158
  const body = parsedOutput.body;
@@ -2161,7 +2161,7 @@ const deserializeAws_queryInvalidTargetExceptionResponse = async (parsedOutput,
2161
2161
  $metadata: deserializeMetadata(parsedOutput),
2162
2162
  ...deserialized,
2163
2163
  });
2164
- return smithy_client_1.decorateServiceException(exception, body);
2164
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2165
2165
  };
2166
2166
  const deserializeAws_queryListenerNotFoundExceptionResponse = async (parsedOutput, context) => {
2167
2167
  const body = parsedOutput.body;
@@ -2170,7 +2170,7 @@ const deserializeAws_queryListenerNotFoundExceptionResponse = async (parsedOutpu
2170
2170
  $metadata: deserializeMetadata(parsedOutput),
2171
2171
  ...deserialized,
2172
2172
  });
2173
- return smithy_client_1.decorateServiceException(exception, body);
2173
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2174
2174
  };
2175
2175
  const deserializeAws_queryLoadBalancerNotFoundExceptionResponse = async (parsedOutput, context) => {
2176
2176
  const body = parsedOutput.body;
@@ -2179,7 +2179,7 @@ const deserializeAws_queryLoadBalancerNotFoundExceptionResponse = async (parsedO
2179
2179
  $metadata: deserializeMetadata(parsedOutput),
2180
2180
  ...deserialized,
2181
2181
  });
2182
- return smithy_client_1.decorateServiceException(exception, body);
2182
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2183
2183
  };
2184
2184
  const deserializeAws_queryOperationNotPermittedExceptionResponse = async (parsedOutput, context) => {
2185
2185
  const body = parsedOutput.body;
@@ -2188,7 +2188,7 @@ const deserializeAws_queryOperationNotPermittedExceptionResponse = async (parsed
2188
2188
  $metadata: deserializeMetadata(parsedOutput),
2189
2189
  ...deserialized,
2190
2190
  });
2191
- return smithy_client_1.decorateServiceException(exception, body);
2191
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2192
2192
  };
2193
2193
  const deserializeAws_queryPriorityInUseExceptionResponse = async (parsedOutput, context) => {
2194
2194
  const body = parsedOutput.body;
@@ -2197,7 +2197,7 @@ const deserializeAws_queryPriorityInUseExceptionResponse = async (parsedOutput,
2197
2197
  $metadata: deserializeMetadata(parsedOutput),
2198
2198
  ...deserialized,
2199
2199
  });
2200
- return smithy_client_1.decorateServiceException(exception, body);
2200
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2201
2201
  };
2202
2202
  const deserializeAws_queryResourceInUseExceptionResponse = async (parsedOutput, context) => {
2203
2203
  const body = parsedOutput.body;
@@ -2206,7 +2206,7 @@ const deserializeAws_queryResourceInUseExceptionResponse = async (parsedOutput,
2206
2206
  $metadata: deserializeMetadata(parsedOutput),
2207
2207
  ...deserialized,
2208
2208
  });
2209
- return smithy_client_1.decorateServiceException(exception, body);
2209
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2210
2210
  };
2211
2211
  const deserializeAws_queryRuleNotFoundExceptionResponse = async (parsedOutput, context) => {
2212
2212
  const body = parsedOutput.body;
@@ -2215,7 +2215,7 @@ const deserializeAws_queryRuleNotFoundExceptionResponse = async (parsedOutput, c
2215
2215
  $metadata: deserializeMetadata(parsedOutput),
2216
2216
  ...deserialized,
2217
2217
  });
2218
- return smithy_client_1.decorateServiceException(exception, body);
2218
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2219
2219
  };
2220
2220
  const deserializeAws_querySSLPolicyNotFoundExceptionResponse = async (parsedOutput, context) => {
2221
2221
  const body = parsedOutput.body;
@@ -2224,7 +2224,7 @@ const deserializeAws_querySSLPolicyNotFoundExceptionResponse = async (parsedOutp
2224
2224
  $metadata: deserializeMetadata(parsedOutput),
2225
2225
  ...deserialized,
2226
2226
  });
2227
- return smithy_client_1.decorateServiceException(exception, body);
2227
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2228
2228
  };
2229
2229
  const deserializeAws_querySubnetNotFoundExceptionResponse = async (parsedOutput, context) => {
2230
2230
  const body = parsedOutput.body;
@@ -2233,7 +2233,7 @@ const deserializeAws_querySubnetNotFoundExceptionResponse = async (parsedOutput,
2233
2233
  $metadata: deserializeMetadata(parsedOutput),
2234
2234
  ...deserialized,
2235
2235
  });
2236
- return smithy_client_1.decorateServiceException(exception, body);
2236
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2237
2237
  };
2238
2238
  const deserializeAws_queryTargetGroupAssociationLimitExceptionResponse = async (parsedOutput, context) => {
2239
2239
  const body = parsedOutput.body;
@@ -2242,7 +2242,7 @@ const deserializeAws_queryTargetGroupAssociationLimitExceptionResponse = async (
2242
2242
  $metadata: deserializeMetadata(parsedOutput),
2243
2243
  ...deserialized,
2244
2244
  });
2245
- return smithy_client_1.decorateServiceException(exception, body);
2245
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2246
2246
  };
2247
2247
  const deserializeAws_queryTargetGroupNotFoundExceptionResponse = async (parsedOutput, context) => {
2248
2248
  const body = parsedOutput.body;
@@ -2251,7 +2251,7 @@ const deserializeAws_queryTargetGroupNotFoundExceptionResponse = async (parsedOu
2251
2251
  $metadata: deserializeMetadata(parsedOutput),
2252
2252
  ...deserialized,
2253
2253
  });
2254
- return smithy_client_1.decorateServiceException(exception, body);
2254
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2255
2255
  };
2256
2256
  const deserializeAws_queryTooManyActionsExceptionResponse = async (parsedOutput, context) => {
2257
2257
  const body = parsedOutput.body;
@@ -2260,7 +2260,7 @@ const deserializeAws_queryTooManyActionsExceptionResponse = async (parsedOutput,
2260
2260
  $metadata: deserializeMetadata(parsedOutput),
2261
2261
  ...deserialized,
2262
2262
  });
2263
- return smithy_client_1.decorateServiceException(exception, body);
2263
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2264
2264
  };
2265
2265
  const deserializeAws_queryTooManyCertificatesExceptionResponse = async (parsedOutput, context) => {
2266
2266
  const body = parsedOutput.body;
@@ -2269,7 +2269,7 @@ const deserializeAws_queryTooManyCertificatesExceptionResponse = async (parsedOu
2269
2269
  $metadata: deserializeMetadata(parsedOutput),
2270
2270
  ...deserialized,
2271
2271
  });
2272
- return smithy_client_1.decorateServiceException(exception, body);
2272
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2273
2273
  };
2274
2274
  const deserializeAws_queryTooManyListenersExceptionResponse = async (parsedOutput, context) => {
2275
2275
  const body = parsedOutput.body;
@@ -2278,7 +2278,7 @@ const deserializeAws_queryTooManyListenersExceptionResponse = async (parsedOutpu
2278
2278
  $metadata: deserializeMetadata(parsedOutput),
2279
2279
  ...deserialized,
2280
2280
  });
2281
- return smithy_client_1.decorateServiceException(exception, body);
2281
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2282
2282
  };
2283
2283
  const deserializeAws_queryTooManyLoadBalancersExceptionResponse = async (parsedOutput, context) => {
2284
2284
  const body = parsedOutput.body;
@@ -2287,7 +2287,7 @@ const deserializeAws_queryTooManyLoadBalancersExceptionResponse = async (parsedO
2287
2287
  $metadata: deserializeMetadata(parsedOutput),
2288
2288
  ...deserialized,
2289
2289
  });
2290
- return smithy_client_1.decorateServiceException(exception, body);
2290
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2291
2291
  };
2292
2292
  const deserializeAws_queryTooManyRegistrationsForTargetIdExceptionResponse = async (parsedOutput, context) => {
2293
2293
  const body = parsedOutput.body;
@@ -2296,7 +2296,7 @@ const deserializeAws_queryTooManyRegistrationsForTargetIdExceptionResponse = asy
2296
2296
  $metadata: deserializeMetadata(parsedOutput),
2297
2297
  ...deserialized,
2298
2298
  });
2299
- return smithy_client_1.decorateServiceException(exception, body);
2299
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2300
2300
  };
2301
2301
  const deserializeAws_queryTooManyRulesExceptionResponse = async (parsedOutput, context) => {
2302
2302
  const body = parsedOutput.body;
@@ -2305,7 +2305,7 @@ const deserializeAws_queryTooManyRulesExceptionResponse = async (parsedOutput, c
2305
2305
  $metadata: deserializeMetadata(parsedOutput),
2306
2306
  ...deserialized,
2307
2307
  });
2308
- return smithy_client_1.decorateServiceException(exception, body);
2308
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2309
2309
  };
2310
2310
  const deserializeAws_queryTooManyTagsExceptionResponse = async (parsedOutput, context) => {
2311
2311
  const body = parsedOutput.body;
@@ -2314,7 +2314,7 @@ const deserializeAws_queryTooManyTagsExceptionResponse = async (parsedOutput, co
2314
2314
  $metadata: deserializeMetadata(parsedOutput),
2315
2315
  ...deserialized,
2316
2316
  });
2317
- return smithy_client_1.decorateServiceException(exception, body);
2317
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2318
2318
  };
2319
2319
  const deserializeAws_queryTooManyTargetGroupsExceptionResponse = async (parsedOutput, context) => {
2320
2320
  const body = parsedOutput.body;
@@ -2323,7 +2323,7 @@ const deserializeAws_queryTooManyTargetGroupsExceptionResponse = async (parsedOu
2323
2323
  $metadata: deserializeMetadata(parsedOutput),
2324
2324
  ...deserialized,
2325
2325
  });
2326
- return smithy_client_1.decorateServiceException(exception, body);
2326
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2327
2327
  };
2328
2328
  const deserializeAws_queryTooManyTargetsExceptionResponse = async (parsedOutput, context) => {
2329
2329
  const body = parsedOutput.body;
@@ -2332,7 +2332,7 @@ const deserializeAws_queryTooManyTargetsExceptionResponse = async (parsedOutput,
2332
2332
  $metadata: deserializeMetadata(parsedOutput),
2333
2333
  ...deserialized,
2334
2334
  });
2335
- return smithy_client_1.decorateServiceException(exception, body);
2335
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2336
2336
  };
2337
2337
  const deserializeAws_queryTooManyUniqueTargetGroupsPerLoadBalancerExceptionResponse = async (parsedOutput, context) => {
2338
2338
  const body = parsedOutput.body;
@@ -2341,7 +2341,7 @@ const deserializeAws_queryTooManyUniqueTargetGroupsPerLoadBalancerExceptionRespo
2341
2341
  $metadata: deserializeMetadata(parsedOutput),
2342
2342
  ...deserialized,
2343
2343
  });
2344
- return smithy_client_1.decorateServiceException(exception, body);
2344
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2345
2345
  };
2346
2346
  const deserializeAws_queryUnsupportedProtocolExceptionResponse = async (parsedOutput, context) => {
2347
2347
  const body = parsedOutput.body;
@@ -2350,7 +2350,7 @@ const deserializeAws_queryUnsupportedProtocolExceptionResponse = async (parsedOu
2350
2350
  $metadata: deserializeMetadata(parsedOutput),
2351
2351
  ...deserialized,
2352
2352
  });
2353
- return smithy_client_1.decorateServiceException(exception, body);
2353
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
2354
2354
  };
2355
2355
  const serializeAws_queryAction = (input, context) => {
2356
2356
  const entries = {};
@@ -3791,10 +3791,10 @@ const deserializeAws_queryAction = (output, context) => {
3791
3791
  ForwardConfig: undefined,
3792
3792
  };
3793
3793
  if (output["Type"] !== undefined) {
3794
- contents.Type = smithy_client_1.expectString(output["Type"]);
3794
+ contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
3795
3795
  }
3796
3796
  if (output["TargetGroupArn"] !== undefined) {
3797
- contents.TargetGroupArn = smithy_client_1.expectString(output["TargetGroupArn"]);
3797
+ contents.TargetGroupArn = (0, smithy_client_1.expectString)(output["TargetGroupArn"]);
3798
3798
  }
3799
3799
  if (output["AuthenticateOidcConfig"] !== undefined) {
3800
3800
  contents.AuthenticateOidcConfig = deserializeAws_queryAuthenticateOidcActionConfig(output["AuthenticateOidcConfig"], context);
@@ -3803,7 +3803,7 @@ const deserializeAws_queryAction = (output, context) => {
3803
3803
  contents.AuthenticateCognitoConfig = deserializeAws_queryAuthenticateCognitoActionConfig(output["AuthenticateCognitoConfig"], context);
3804
3804
  }
3805
3805
  if (output["Order"] !== undefined) {
3806
- contents.Order = smithy_client_1.strictParseInt32(output["Order"]);
3806
+ contents.Order = (0, smithy_client_1.strictParseInt32)(output["Order"]);
3807
3807
  }
3808
3808
  if (output["RedirectConfig"] !== undefined) {
3809
3809
  contents.RedirectConfig = deserializeAws_queryRedirectActionConfig(output["RedirectConfig"], context);
@@ -3834,7 +3834,7 @@ const deserializeAws_queryAddListenerCertificatesOutput = (output, context) => {
3834
3834
  contents.Certificates = [];
3835
3835
  }
3836
3836
  if (output["Certificates"] !== undefined && output["Certificates"]["member"] !== undefined) {
3837
- contents.Certificates = deserializeAws_queryCertificateList(smithy_client_1.getArrayIfSingleItem(output["Certificates"]["member"]), context);
3837
+ contents.Certificates = deserializeAws_queryCertificateList((0, smithy_client_1.getArrayIfSingleItem)(output["Certificates"]["member"]), context);
3838
3838
  }
3839
3839
  return contents;
3840
3840
  };
@@ -3847,7 +3847,7 @@ const deserializeAws_queryAllocationIdNotFoundException = (output, context) => {
3847
3847
  Message: undefined,
3848
3848
  };
3849
3849
  if (output["Message"] !== undefined) {
3850
- contents.Message = smithy_client_1.expectString(output["Message"]);
3850
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
3851
3851
  }
3852
3852
  return contents;
3853
3853
  };
@@ -3858,7 +3858,7 @@ const deserializeAws_queryAlpnPolicyName = (output, context) => {
3858
3858
  if (entry === null) {
3859
3859
  return null;
3860
3860
  }
3861
- return smithy_client_1.expectString(entry);
3861
+ return (0, smithy_client_1.expectString)(entry);
3862
3862
  });
3863
3863
  };
3864
3864
  const deserializeAws_queryALPNPolicyNotSupportedException = (output, context) => {
@@ -3866,7 +3866,7 @@ const deserializeAws_queryALPNPolicyNotSupportedException = (output, context) =>
3866
3866
  Message: undefined,
3867
3867
  };
3868
3868
  if (output["Message"] !== undefined) {
3869
- contents.Message = smithy_client_1.expectString(output["Message"]);
3869
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
3870
3870
  }
3871
3871
  return contents;
3872
3872
  };
@@ -3877,7 +3877,7 @@ const deserializeAws_queryAuthenticateCognitoActionAuthenticationRequestExtraPar
3877
3877
  }
3878
3878
  return {
3879
3879
  ...acc,
3880
- [pair["key"]]: smithy_client_1.expectString(pair["value"]),
3880
+ [pair["key"]]: (0, smithy_client_1.expectString)(pair["value"]),
3881
3881
  };
3882
3882
  }, {});
3883
3883
  };
@@ -3893,22 +3893,22 @@ const deserializeAws_queryAuthenticateCognitoActionConfig = (output, context) =>
3893
3893
  OnUnauthenticatedRequest: undefined,
3894
3894
  };
3895
3895
  if (output["UserPoolArn"] !== undefined) {
3896
- contents.UserPoolArn = smithy_client_1.expectString(output["UserPoolArn"]);
3896
+ contents.UserPoolArn = (0, smithy_client_1.expectString)(output["UserPoolArn"]);
3897
3897
  }
3898
3898
  if (output["UserPoolClientId"] !== undefined) {
3899
- contents.UserPoolClientId = smithy_client_1.expectString(output["UserPoolClientId"]);
3899
+ contents.UserPoolClientId = (0, smithy_client_1.expectString)(output["UserPoolClientId"]);
3900
3900
  }
3901
3901
  if (output["UserPoolDomain"] !== undefined) {
3902
- contents.UserPoolDomain = smithy_client_1.expectString(output["UserPoolDomain"]);
3902
+ contents.UserPoolDomain = (0, smithy_client_1.expectString)(output["UserPoolDomain"]);
3903
3903
  }
3904
3904
  if (output["SessionCookieName"] !== undefined) {
3905
- contents.SessionCookieName = smithy_client_1.expectString(output["SessionCookieName"]);
3905
+ contents.SessionCookieName = (0, smithy_client_1.expectString)(output["SessionCookieName"]);
3906
3906
  }
3907
3907
  if (output["Scope"] !== undefined) {
3908
- contents.Scope = smithy_client_1.expectString(output["Scope"]);
3908
+ contents.Scope = (0, smithy_client_1.expectString)(output["Scope"]);
3909
3909
  }
3910
3910
  if (output["SessionTimeout"] !== undefined) {
3911
- contents.SessionTimeout = smithy_client_1.strictParseLong(output["SessionTimeout"]);
3911
+ contents.SessionTimeout = (0, smithy_client_1.strictParseLong)(output["SessionTimeout"]);
3912
3912
  }
3913
3913
  if (output.AuthenticationRequestExtraParams === "") {
3914
3914
  contents.AuthenticationRequestExtraParams = {};
@@ -3916,10 +3916,10 @@ const deserializeAws_queryAuthenticateCognitoActionConfig = (output, context) =>
3916
3916
  if (output["AuthenticationRequestExtraParams"] !== undefined &&
3917
3917
  output["AuthenticationRequestExtraParams"]["entry"] !== undefined) {
3918
3918
  contents.AuthenticationRequestExtraParams =
3919
- deserializeAws_queryAuthenticateCognitoActionAuthenticationRequestExtraParams(smithy_client_1.getArrayIfSingleItem(output["AuthenticationRequestExtraParams"]["entry"]), context);
3919
+ deserializeAws_queryAuthenticateCognitoActionAuthenticationRequestExtraParams((0, smithy_client_1.getArrayIfSingleItem)(output["AuthenticationRequestExtraParams"]["entry"]), context);
3920
3920
  }
3921
3921
  if (output["OnUnauthenticatedRequest"] !== undefined) {
3922
- contents.OnUnauthenticatedRequest = smithy_client_1.expectString(output["OnUnauthenticatedRequest"]);
3922
+ contents.OnUnauthenticatedRequest = (0, smithy_client_1.expectString)(output["OnUnauthenticatedRequest"]);
3923
3923
  }
3924
3924
  return contents;
3925
3925
  };
@@ -3930,7 +3930,7 @@ const deserializeAws_queryAuthenticateOidcActionAuthenticationRequestExtraParams
3930
3930
  }
3931
3931
  return {
3932
3932
  ...acc,
3933
- [pair["key"]]: smithy_client_1.expectString(pair["value"]),
3933
+ [pair["key"]]: (0, smithy_client_1.expectString)(pair["value"]),
3934
3934
  };
3935
3935
  }, {});
3936
3936
  };
@@ -3950,31 +3950,31 @@ const deserializeAws_queryAuthenticateOidcActionConfig = (output, context) => {
3950
3950
  UseExistingClientSecret: undefined,
3951
3951
  };
3952
3952
  if (output["Issuer"] !== undefined) {
3953
- contents.Issuer = smithy_client_1.expectString(output["Issuer"]);
3953
+ contents.Issuer = (0, smithy_client_1.expectString)(output["Issuer"]);
3954
3954
  }
3955
3955
  if (output["AuthorizationEndpoint"] !== undefined) {
3956
- contents.AuthorizationEndpoint = smithy_client_1.expectString(output["AuthorizationEndpoint"]);
3956
+ contents.AuthorizationEndpoint = (0, smithy_client_1.expectString)(output["AuthorizationEndpoint"]);
3957
3957
  }
3958
3958
  if (output["TokenEndpoint"] !== undefined) {
3959
- contents.TokenEndpoint = smithy_client_1.expectString(output["TokenEndpoint"]);
3959
+ contents.TokenEndpoint = (0, smithy_client_1.expectString)(output["TokenEndpoint"]);
3960
3960
  }
3961
3961
  if (output["UserInfoEndpoint"] !== undefined) {
3962
- contents.UserInfoEndpoint = smithy_client_1.expectString(output["UserInfoEndpoint"]);
3962
+ contents.UserInfoEndpoint = (0, smithy_client_1.expectString)(output["UserInfoEndpoint"]);
3963
3963
  }
3964
3964
  if (output["ClientId"] !== undefined) {
3965
- contents.ClientId = smithy_client_1.expectString(output["ClientId"]);
3965
+ contents.ClientId = (0, smithy_client_1.expectString)(output["ClientId"]);
3966
3966
  }
3967
3967
  if (output["ClientSecret"] !== undefined) {
3968
- contents.ClientSecret = smithy_client_1.expectString(output["ClientSecret"]);
3968
+ contents.ClientSecret = (0, smithy_client_1.expectString)(output["ClientSecret"]);
3969
3969
  }
3970
3970
  if (output["SessionCookieName"] !== undefined) {
3971
- contents.SessionCookieName = smithy_client_1.expectString(output["SessionCookieName"]);
3971
+ contents.SessionCookieName = (0, smithy_client_1.expectString)(output["SessionCookieName"]);
3972
3972
  }
3973
3973
  if (output["Scope"] !== undefined) {
3974
- contents.Scope = smithy_client_1.expectString(output["Scope"]);
3974
+ contents.Scope = (0, smithy_client_1.expectString)(output["Scope"]);
3975
3975
  }
3976
3976
  if (output["SessionTimeout"] !== undefined) {
3977
- contents.SessionTimeout = smithy_client_1.strictParseLong(output["SessionTimeout"]);
3977
+ contents.SessionTimeout = (0, smithy_client_1.strictParseLong)(output["SessionTimeout"]);
3978
3978
  }
3979
3979
  if (output.AuthenticationRequestExtraParams === "") {
3980
3980
  contents.AuthenticationRequestExtraParams = {};
@@ -3982,13 +3982,13 @@ const deserializeAws_queryAuthenticateOidcActionConfig = (output, context) => {
3982
3982
  if (output["AuthenticationRequestExtraParams"] !== undefined &&
3983
3983
  output["AuthenticationRequestExtraParams"]["entry"] !== undefined) {
3984
3984
  contents.AuthenticationRequestExtraParams =
3985
- deserializeAws_queryAuthenticateOidcActionAuthenticationRequestExtraParams(smithy_client_1.getArrayIfSingleItem(output["AuthenticationRequestExtraParams"]["entry"]), context);
3985
+ deserializeAws_queryAuthenticateOidcActionAuthenticationRequestExtraParams((0, smithy_client_1.getArrayIfSingleItem)(output["AuthenticationRequestExtraParams"]["entry"]), context);
3986
3986
  }
3987
3987
  if (output["OnUnauthenticatedRequest"] !== undefined) {
3988
- contents.OnUnauthenticatedRequest = smithy_client_1.expectString(output["OnUnauthenticatedRequest"]);
3988
+ contents.OnUnauthenticatedRequest = (0, smithy_client_1.expectString)(output["OnUnauthenticatedRequest"]);
3989
3989
  }
3990
3990
  if (output["UseExistingClientSecret"] !== undefined) {
3991
- contents.UseExistingClientSecret = smithy_client_1.parseBoolean(output["UseExistingClientSecret"]);
3991
+ contents.UseExistingClientSecret = (0, smithy_client_1.parseBoolean)(output["UseExistingClientSecret"]);
3992
3992
  }
3993
3993
  return contents;
3994
3994
  };
@@ -4000,19 +4000,19 @@ const deserializeAws_queryAvailabilityZone = (output, context) => {
4000
4000
  LoadBalancerAddresses: undefined,
4001
4001
  };
4002
4002
  if (output["ZoneName"] !== undefined) {
4003
- contents.ZoneName = smithy_client_1.expectString(output["ZoneName"]);
4003
+ contents.ZoneName = (0, smithy_client_1.expectString)(output["ZoneName"]);
4004
4004
  }
4005
4005
  if (output["SubnetId"] !== undefined) {
4006
- contents.SubnetId = smithy_client_1.expectString(output["SubnetId"]);
4006
+ contents.SubnetId = (0, smithy_client_1.expectString)(output["SubnetId"]);
4007
4007
  }
4008
4008
  if (output["OutpostId"] !== undefined) {
4009
- contents.OutpostId = smithy_client_1.expectString(output["OutpostId"]);
4009
+ contents.OutpostId = (0, smithy_client_1.expectString)(output["OutpostId"]);
4010
4010
  }
4011
4011
  if (output.LoadBalancerAddresses === "") {
4012
4012
  contents.LoadBalancerAddresses = [];
4013
4013
  }
4014
4014
  if (output["LoadBalancerAddresses"] !== undefined && output["LoadBalancerAddresses"]["member"] !== undefined) {
4015
- contents.LoadBalancerAddresses = deserializeAws_queryLoadBalancerAddresses(smithy_client_1.getArrayIfSingleItem(output["LoadBalancerAddresses"]["member"]), context);
4015
+ contents.LoadBalancerAddresses = deserializeAws_queryLoadBalancerAddresses((0, smithy_client_1.getArrayIfSingleItem)(output["LoadBalancerAddresses"]["member"]), context);
4016
4016
  }
4017
4017
  return contents;
4018
4018
  };
@@ -4021,7 +4021,7 @@ const deserializeAws_queryAvailabilityZoneNotSupportedException = (output, conte
4021
4021
  Message: undefined,
4022
4022
  };
4023
4023
  if (output["Message"] !== undefined) {
4024
- contents.Message = smithy_client_1.expectString(output["Message"]);
4024
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4025
4025
  }
4026
4026
  return contents;
4027
4027
  };
@@ -4041,10 +4041,10 @@ const deserializeAws_queryCertificate = (output, context) => {
4041
4041
  IsDefault: undefined,
4042
4042
  };
4043
4043
  if (output["CertificateArn"] !== undefined) {
4044
- contents.CertificateArn = smithy_client_1.expectString(output["CertificateArn"]);
4044
+ contents.CertificateArn = (0, smithy_client_1.expectString)(output["CertificateArn"]);
4045
4045
  }
4046
4046
  if (output["IsDefault"] !== undefined) {
4047
- contents.IsDefault = smithy_client_1.parseBoolean(output["IsDefault"]);
4047
+ contents.IsDefault = (0, smithy_client_1.parseBoolean)(output["IsDefault"]);
4048
4048
  }
4049
4049
  return contents;
4050
4050
  };
@@ -4063,7 +4063,7 @@ const deserializeAws_queryCertificateNotFoundException = (output, context) => {
4063
4063
  Message: undefined,
4064
4064
  };
4065
4065
  if (output["Message"] !== undefined) {
4066
- contents.Message = smithy_client_1.expectString(output["Message"]);
4066
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4067
4067
  }
4068
4068
  return contents;
4069
4069
  };
@@ -4073,10 +4073,10 @@ const deserializeAws_queryCipher = (output, context) => {
4073
4073
  Priority: undefined,
4074
4074
  };
4075
4075
  if (output["Name"] !== undefined) {
4076
- contents.Name = smithy_client_1.expectString(output["Name"]);
4076
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
4077
4077
  }
4078
4078
  if (output["Priority"] !== undefined) {
4079
- contents.Priority = smithy_client_1.strictParseInt32(output["Priority"]);
4079
+ contents.Priority = (0, smithy_client_1.strictParseInt32)(output["Priority"]);
4080
4080
  }
4081
4081
  return contents;
4082
4082
  };
@@ -4098,7 +4098,7 @@ const deserializeAws_queryCreateListenerOutput = (output, context) => {
4098
4098
  contents.Listeners = [];
4099
4099
  }
4100
4100
  if (output["Listeners"] !== undefined && output["Listeners"]["member"] !== undefined) {
4101
- contents.Listeners = deserializeAws_queryListeners(smithy_client_1.getArrayIfSingleItem(output["Listeners"]["member"]), context);
4101
+ contents.Listeners = deserializeAws_queryListeners((0, smithy_client_1.getArrayIfSingleItem)(output["Listeners"]["member"]), context);
4102
4102
  }
4103
4103
  return contents;
4104
4104
  };
@@ -4110,7 +4110,7 @@ const deserializeAws_queryCreateLoadBalancerOutput = (output, context) => {
4110
4110
  contents.LoadBalancers = [];
4111
4111
  }
4112
4112
  if (output["LoadBalancers"] !== undefined && output["LoadBalancers"]["member"] !== undefined) {
4113
- contents.LoadBalancers = deserializeAws_queryLoadBalancers(smithy_client_1.getArrayIfSingleItem(output["LoadBalancers"]["member"]), context);
4113
+ contents.LoadBalancers = deserializeAws_queryLoadBalancers((0, smithy_client_1.getArrayIfSingleItem)(output["LoadBalancers"]["member"]), context);
4114
4114
  }
4115
4115
  return contents;
4116
4116
  };
@@ -4122,7 +4122,7 @@ const deserializeAws_queryCreateRuleOutput = (output, context) => {
4122
4122
  contents.Rules = [];
4123
4123
  }
4124
4124
  if (output["Rules"] !== undefined && output["Rules"]["member"] !== undefined) {
4125
- contents.Rules = deserializeAws_queryRules(smithy_client_1.getArrayIfSingleItem(output["Rules"]["member"]), context);
4125
+ contents.Rules = deserializeAws_queryRules((0, smithy_client_1.getArrayIfSingleItem)(output["Rules"]["member"]), context);
4126
4126
  }
4127
4127
  return contents;
4128
4128
  };
@@ -4134,7 +4134,7 @@ const deserializeAws_queryCreateTargetGroupOutput = (output, context) => {
4134
4134
  contents.TargetGroups = [];
4135
4135
  }
4136
4136
  if (output["TargetGroups"] !== undefined && output["TargetGroups"]["member"] !== undefined) {
4137
- contents.TargetGroups = deserializeAws_queryTargetGroups(smithy_client_1.getArrayIfSingleItem(output["TargetGroups"]["member"]), context);
4137
+ contents.TargetGroups = deserializeAws_queryTargetGroups((0, smithy_client_1.getArrayIfSingleItem)(output["TargetGroups"]["member"]), context);
4138
4138
  }
4139
4139
  return contents;
4140
4140
  };
@@ -4167,10 +4167,10 @@ const deserializeAws_queryDescribeAccountLimitsOutput = (output, context) => {
4167
4167
  contents.Limits = [];
4168
4168
  }
4169
4169
  if (output["Limits"] !== undefined && output["Limits"]["member"] !== undefined) {
4170
- contents.Limits = deserializeAws_queryLimits(smithy_client_1.getArrayIfSingleItem(output["Limits"]["member"]), context);
4170
+ contents.Limits = deserializeAws_queryLimits((0, smithy_client_1.getArrayIfSingleItem)(output["Limits"]["member"]), context);
4171
4171
  }
4172
4172
  if (output["NextMarker"] !== undefined) {
4173
- contents.NextMarker = smithy_client_1.expectString(output["NextMarker"]);
4173
+ contents.NextMarker = (0, smithy_client_1.expectString)(output["NextMarker"]);
4174
4174
  }
4175
4175
  return contents;
4176
4176
  };
@@ -4183,10 +4183,10 @@ const deserializeAws_queryDescribeListenerCertificatesOutput = (output, context)
4183
4183
  contents.Certificates = [];
4184
4184
  }
4185
4185
  if (output["Certificates"] !== undefined && output["Certificates"]["member"] !== undefined) {
4186
- contents.Certificates = deserializeAws_queryCertificateList(smithy_client_1.getArrayIfSingleItem(output["Certificates"]["member"]), context);
4186
+ contents.Certificates = deserializeAws_queryCertificateList((0, smithy_client_1.getArrayIfSingleItem)(output["Certificates"]["member"]), context);
4187
4187
  }
4188
4188
  if (output["NextMarker"] !== undefined) {
4189
- contents.NextMarker = smithy_client_1.expectString(output["NextMarker"]);
4189
+ contents.NextMarker = (0, smithy_client_1.expectString)(output["NextMarker"]);
4190
4190
  }
4191
4191
  return contents;
4192
4192
  };
@@ -4199,10 +4199,10 @@ const deserializeAws_queryDescribeListenersOutput = (output, context) => {
4199
4199
  contents.Listeners = [];
4200
4200
  }
4201
4201
  if (output["Listeners"] !== undefined && output["Listeners"]["member"] !== undefined) {
4202
- contents.Listeners = deserializeAws_queryListeners(smithy_client_1.getArrayIfSingleItem(output["Listeners"]["member"]), context);
4202
+ contents.Listeners = deserializeAws_queryListeners((0, smithy_client_1.getArrayIfSingleItem)(output["Listeners"]["member"]), context);
4203
4203
  }
4204
4204
  if (output["NextMarker"] !== undefined) {
4205
- contents.NextMarker = smithy_client_1.expectString(output["NextMarker"]);
4205
+ contents.NextMarker = (0, smithy_client_1.expectString)(output["NextMarker"]);
4206
4206
  }
4207
4207
  return contents;
4208
4208
  };
@@ -4214,7 +4214,7 @@ const deserializeAws_queryDescribeLoadBalancerAttributesOutput = (output, contex
4214
4214
  contents.Attributes = [];
4215
4215
  }
4216
4216
  if (output["Attributes"] !== undefined && output["Attributes"]["member"] !== undefined) {
4217
- contents.Attributes = deserializeAws_queryLoadBalancerAttributes(smithy_client_1.getArrayIfSingleItem(output["Attributes"]["member"]), context);
4217
+ contents.Attributes = deserializeAws_queryLoadBalancerAttributes((0, smithy_client_1.getArrayIfSingleItem)(output["Attributes"]["member"]), context);
4218
4218
  }
4219
4219
  return contents;
4220
4220
  };
@@ -4227,10 +4227,10 @@ const deserializeAws_queryDescribeLoadBalancersOutput = (output, context) => {
4227
4227
  contents.LoadBalancers = [];
4228
4228
  }
4229
4229
  if (output["LoadBalancers"] !== undefined && output["LoadBalancers"]["member"] !== undefined) {
4230
- contents.LoadBalancers = deserializeAws_queryLoadBalancers(smithy_client_1.getArrayIfSingleItem(output["LoadBalancers"]["member"]), context);
4230
+ contents.LoadBalancers = deserializeAws_queryLoadBalancers((0, smithy_client_1.getArrayIfSingleItem)(output["LoadBalancers"]["member"]), context);
4231
4231
  }
4232
4232
  if (output["NextMarker"] !== undefined) {
4233
- contents.NextMarker = smithy_client_1.expectString(output["NextMarker"]);
4233
+ contents.NextMarker = (0, smithy_client_1.expectString)(output["NextMarker"]);
4234
4234
  }
4235
4235
  return contents;
4236
4236
  };
@@ -4243,10 +4243,10 @@ const deserializeAws_queryDescribeRulesOutput = (output, context) => {
4243
4243
  contents.Rules = [];
4244
4244
  }
4245
4245
  if (output["Rules"] !== undefined && output["Rules"]["member"] !== undefined) {
4246
- contents.Rules = deserializeAws_queryRules(smithy_client_1.getArrayIfSingleItem(output["Rules"]["member"]), context);
4246
+ contents.Rules = deserializeAws_queryRules((0, smithy_client_1.getArrayIfSingleItem)(output["Rules"]["member"]), context);
4247
4247
  }
4248
4248
  if (output["NextMarker"] !== undefined) {
4249
- contents.NextMarker = smithy_client_1.expectString(output["NextMarker"]);
4249
+ contents.NextMarker = (0, smithy_client_1.expectString)(output["NextMarker"]);
4250
4250
  }
4251
4251
  return contents;
4252
4252
  };
@@ -4259,10 +4259,10 @@ const deserializeAws_queryDescribeSSLPoliciesOutput = (output, context) => {
4259
4259
  contents.SslPolicies = [];
4260
4260
  }
4261
4261
  if (output["SslPolicies"] !== undefined && output["SslPolicies"]["member"] !== undefined) {
4262
- contents.SslPolicies = deserializeAws_querySslPolicies(smithy_client_1.getArrayIfSingleItem(output["SslPolicies"]["member"]), context);
4262
+ contents.SslPolicies = deserializeAws_querySslPolicies((0, smithy_client_1.getArrayIfSingleItem)(output["SslPolicies"]["member"]), context);
4263
4263
  }
4264
4264
  if (output["NextMarker"] !== undefined) {
4265
- contents.NextMarker = smithy_client_1.expectString(output["NextMarker"]);
4265
+ contents.NextMarker = (0, smithy_client_1.expectString)(output["NextMarker"]);
4266
4266
  }
4267
4267
  return contents;
4268
4268
  };
@@ -4274,7 +4274,7 @@ const deserializeAws_queryDescribeTagsOutput = (output, context) => {
4274
4274
  contents.TagDescriptions = [];
4275
4275
  }
4276
4276
  if (output["TagDescriptions"] !== undefined && output["TagDescriptions"]["member"] !== undefined) {
4277
- contents.TagDescriptions = deserializeAws_queryTagDescriptions(smithy_client_1.getArrayIfSingleItem(output["TagDescriptions"]["member"]), context);
4277
+ contents.TagDescriptions = deserializeAws_queryTagDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["TagDescriptions"]["member"]), context);
4278
4278
  }
4279
4279
  return contents;
4280
4280
  };
@@ -4286,7 +4286,7 @@ const deserializeAws_queryDescribeTargetGroupAttributesOutput = (output, context
4286
4286
  contents.Attributes = [];
4287
4287
  }
4288
4288
  if (output["Attributes"] !== undefined && output["Attributes"]["member"] !== undefined) {
4289
- contents.Attributes = deserializeAws_queryTargetGroupAttributes(smithy_client_1.getArrayIfSingleItem(output["Attributes"]["member"]), context);
4289
+ contents.Attributes = deserializeAws_queryTargetGroupAttributes((0, smithy_client_1.getArrayIfSingleItem)(output["Attributes"]["member"]), context);
4290
4290
  }
4291
4291
  return contents;
4292
4292
  };
@@ -4299,10 +4299,10 @@ const deserializeAws_queryDescribeTargetGroupsOutput = (output, context) => {
4299
4299
  contents.TargetGroups = [];
4300
4300
  }
4301
4301
  if (output["TargetGroups"] !== undefined && output["TargetGroups"]["member"] !== undefined) {
4302
- contents.TargetGroups = deserializeAws_queryTargetGroups(smithy_client_1.getArrayIfSingleItem(output["TargetGroups"]["member"]), context);
4302
+ contents.TargetGroups = deserializeAws_queryTargetGroups((0, smithy_client_1.getArrayIfSingleItem)(output["TargetGroups"]["member"]), context);
4303
4303
  }
4304
4304
  if (output["NextMarker"] !== undefined) {
4305
- contents.NextMarker = smithy_client_1.expectString(output["NextMarker"]);
4305
+ contents.NextMarker = (0, smithy_client_1.expectString)(output["NextMarker"]);
4306
4306
  }
4307
4307
  return contents;
4308
4308
  };
@@ -4314,7 +4314,7 @@ const deserializeAws_queryDescribeTargetHealthOutput = (output, context) => {
4314
4314
  contents.TargetHealthDescriptions = [];
4315
4315
  }
4316
4316
  if (output["TargetHealthDescriptions"] !== undefined && output["TargetHealthDescriptions"]["member"] !== undefined) {
4317
- contents.TargetHealthDescriptions = deserializeAws_queryTargetHealthDescriptions(smithy_client_1.getArrayIfSingleItem(output["TargetHealthDescriptions"]["member"]), context);
4317
+ contents.TargetHealthDescriptions = deserializeAws_queryTargetHealthDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["TargetHealthDescriptions"]["member"]), context);
4318
4318
  }
4319
4319
  return contents;
4320
4320
  };
@@ -4323,7 +4323,7 @@ const deserializeAws_queryDuplicateListenerException = (output, context) => {
4323
4323
  Message: undefined,
4324
4324
  };
4325
4325
  if (output["Message"] !== undefined) {
4326
- contents.Message = smithy_client_1.expectString(output["Message"]);
4326
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4327
4327
  }
4328
4328
  return contents;
4329
4329
  };
@@ -4332,7 +4332,7 @@ const deserializeAws_queryDuplicateLoadBalancerNameException = (output, context)
4332
4332
  Message: undefined,
4333
4333
  };
4334
4334
  if (output["Message"] !== undefined) {
4335
- contents.Message = smithy_client_1.expectString(output["Message"]);
4335
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4336
4336
  }
4337
4337
  return contents;
4338
4338
  };
@@ -4341,7 +4341,7 @@ const deserializeAws_queryDuplicateTagKeysException = (output, context) => {
4341
4341
  Message: undefined,
4342
4342
  };
4343
4343
  if (output["Message"] !== undefined) {
4344
- contents.Message = smithy_client_1.expectString(output["Message"]);
4344
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4345
4345
  }
4346
4346
  return contents;
4347
4347
  };
@@ -4350,7 +4350,7 @@ const deserializeAws_queryDuplicateTargetGroupNameException = (output, context)
4350
4350
  Message: undefined,
4351
4351
  };
4352
4352
  if (output["Message"] !== undefined) {
4353
- contents.Message = smithy_client_1.expectString(output["Message"]);
4353
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4354
4354
  }
4355
4355
  return contents;
4356
4356
  };
@@ -4361,13 +4361,13 @@ const deserializeAws_queryFixedResponseActionConfig = (output, context) => {
4361
4361
  ContentType: undefined,
4362
4362
  };
4363
4363
  if (output["MessageBody"] !== undefined) {
4364
- contents.MessageBody = smithy_client_1.expectString(output["MessageBody"]);
4364
+ contents.MessageBody = (0, smithy_client_1.expectString)(output["MessageBody"]);
4365
4365
  }
4366
4366
  if (output["StatusCode"] !== undefined) {
4367
- contents.StatusCode = smithy_client_1.expectString(output["StatusCode"]);
4367
+ contents.StatusCode = (0, smithy_client_1.expectString)(output["StatusCode"]);
4368
4368
  }
4369
4369
  if (output["ContentType"] !== undefined) {
4370
- contents.ContentType = smithy_client_1.expectString(output["ContentType"]);
4370
+ contents.ContentType = (0, smithy_client_1.expectString)(output["ContentType"]);
4371
4371
  }
4372
4372
  return contents;
4373
4373
  };
@@ -4380,7 +4380,7 @@ const deserializeAws_queryForwardActionConfig = (output, context) => {
4380
4380
  contents.TargetGroups = [];
4381
4381
  }
4382
4382
  if (output["TargetGroups"] !== undefined && output["TargetGroups"]["member"] !== undefined) {
4383
- contents.TargetGroups = deserializeAws_queryTargetGroupList(smithy_client_1.getArrayIfSingleItem(output["TargetGroups"]["member"]), context);
4383
+ contents.TargetGroups = deserializeAws_queryTargetGroupList((0, smithy_client_1.getArrayIfSingleItem)(output["TargetGroups"]["member"]), context);
4384
4384
  }
4385
4385
  if (output["TargetGroupStickinessConfig"] !== undefined) {
4386
4386
  contents.TargetGroupStickinessConfig = deserializeAws_queryTargetGroupStickinessConfig(output["TargetGroupStickinessConfig"], context);
@@ -4392,7 +4392,7 @@ const deserializeAws_queryHealthUnavailableException = (output, context) => {
4392
4392
  Message: undefined,
4393
4393
  };
4394
4394
  if (output["Message"] !== undefined) {
4395
- contents.Message = smithy_client_1.expectString(output["Message"]);
4395
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4396
4396
  }
4397
4397
  return contents;
4398
4398
  };
@@ -4404,7 +4404,7 @@ const deserializeAws_queryHostHeaderConditionConfig = (output, context) => {
4404
4404
  contents.Values = [];
4405
4405
  }
4406
4406
  if (output["Values"] !== undefined && output["Values"]["member"] !== undefined) {
4407
- contents.Values = deserializeAws_queryListOfString(smithy_client_1.getArrayIfSingleItem(output["Values"]["member"]), context);
4407
+ contents.Values = deserializeAws_queryListOfString((0, smithy_client_1.getArrayIfSingleItem)(output["Values"]["member"]), context);
4408
4408
  }
4409
4409
  return contents;
4410
4410
  };
@@ -4414,13 +4414,13 @@ const deserializeAws_queryHttpHeaderConditionConfig = (output, context) => {
4414
4414
  Values: undefined,
4415
4415
  };
4416
4416
  if (output["HttpHeaderName"] !== undefined) {
4417
- contents.HttpHeaderName = smithy_client_1.expectString(output["HttpHeaderName"]);
4417
+ contents.HttpHeaderName = (0, smithy_client_1.expectString)(output["HttpHeaderName"]);
4418
4418
  }
4419
4419
  if (output.Values === "") {
4420
4420
  contents.Values = [];
4421
4421
  }
4422
4422
  if (output["Values"] !== undefined && output["Values"]["member"] !== undefined) {
4423
- contents.Values = deserializeAws_queryListOfString(smithy_client_1.getArrayIfSingleItem(output["Values"]["member"]), context);
4423
+ contents.Values = deserializeAws_queryListOfString((0, smithy_client_1.getArrayIfSingleItem)(output["Values"]["member"]), context);
4424
4424
  }
4425
4425
  return contents;
4426
4426
  };
@@ -4432,7 +4432,7 @@ const deserializeAws_queryHttpRequestMethodConditionConfig = (output, context) =
4432
4432
  contents.Values = [];
4433
4433
  }
4434
4434
  if (output["Values"] !== undefined && output["Values"]["member"] !== undefined) {
4435
- contents.Values = deserializeAws_queryListOfString(smithy_client_1.getArrayIfSingleItem(output["Values"]["member"]), context);
4435
+ contents.Values = deserializeAws_queryListOfString((0, smithy_client_1.getArrayIfSingleItem)(output["Values"]["member"]), context);
4436
4436
  }
4437
4437
  return contents;
4438
4438
  };
@@ -4441,7 +4441,7 @@ const deserializeAws_queryIncompatibleProtocolsException = (output, context) =>
4441
4441
  Message: undefined,
4442
4442
  };
4443
4443
  if (output["Message"] !== undefined) {
4444
- contents.Message = smithy_client_1.expectString(output["Message"]);
4444
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4445
4445
  }
4446
4446
  return contents;
4447
4447
  };
@@ -4450,7 +4450,7 @@ const deserializeAws_queryInvalidConfigurationRequestException = (output, contex
4450
4450
  Message: undefined,
4451
4451
  };
4452
4452
  if (output["Message"] !== undefined) {
4453
- contents.Message = smithy_client_1.expectString(output["Message"]);
4453
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4454
4454
  }
4455
4455
  return contents;
4456
4456
  };
@@ -4459,7 +4459,7 @@ const deserializeAws_queryInvalidLoadBalancerActionException = (output, context)
4459
4459
  Message: undefined,
4460
4460
  };
4461
4461
  if (output["Message"] !== undefined) {
4462
- contents.Message = smithy_client_1.expectString(output["Message"]);
4462
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4463
4463
  }
4464
4464
  return contents;
4465
4465
  };
@@ -4468,7 +4468,7 @@ const deserializeAws_queryInvalidSchemeException = (output, context) => {
4468
4468
  Message: undefined,
4469
4469
  };
4470
4470
  if (output["Message"] !== undefined) {
4471
- contents.Message = smithy_client_1.expectString(output["Message"]);
4471
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4472
4472
  }
4473
4473
  return contents;
4474
4474
  };
@@ -4477,7 +4477,7 @@ const deserializeAws_queryInvalidSecurityGroupException = (output, context) => {
4477
4477
  Message: undefined,
4478
4478
  };
4479
4479
  if (output["Message"] !== undefined) {
4480
- contents.Message = smithy_client_1.expectString(output["Message"]);
4480
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4481
4481
  }
4482
4482
  return contents;
4483
4483
  };
@@ -4486,7 +4486,7 @@ const deserializeAws_queryInvalidSubnetException = (output, context) => {
4486
4486
  Message: undefined,
4487
4487
  };
4488
4488
  if (output["Message"] !== undefined) {
4489
- contents.Message = smithy_client_1.expectString(output["Message"]);
4489
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4490
4490
  }
4491
4491
  return contents;
4492
4492
  };
@@ -4495,7 +4495,7 @@ const deserializeAws_queryInvalidTargetException = (output, context) => {
4495
4495
  Message: undefined,
4496
4496
  };
4497
4497
  if (output["Message"] !== undefined) {
4498
- contents.Message = smithy_client_1.expectString(output["Message"]);
4498
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4499
4499
  }
4500
4500
  return contents;
4501
4501
  };
@@ -4505,10 +4505,10 @@ const deserializeAws_queryLimit = (output, context) => {
4505
4505
  Max: undefined,
4506
4506
  };
4507
4507
  if (output["Name"] !== undefined) {
4508
- contents.Name = smithy_client_1.expectString(output["Name"]);
4508
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
4509
4509
  }
4510
4510
  if (output["Max"] !== undefined) {
4511
- contents.Max = smithy_client_1.expectString(output["Max"]);
4511
+ contents.Max = (0, smithy_client_1.expectString)(output["Max"]);
4512
4512
  }
4513
4513
  return contents;
4514
4514
  };
@@ -4534,37 +4534,37 @@ const deserializeAws_queryListener = (output, context) => {
4534
4534
  AlpnPolicy: undefined,
4535
4535
  };
4536
4536
  if (output["ListenerArn"] !== undefined) {
4537
- contents.ListenerArn = smithy_client_1.expectString(output["ListenerArn"]);
4537
+ contents.ListenerArn = (0, smithy_client_1.expectString)(output["ListenerArn"]);
4538
4538
  }
4539
4539
  if (output["LoadBalancerArn"] !== undefined) {
4540
- contents.LoadBalancerArn = smithy_client_1.expectString(output["LoadBalancerArn"]);
4540
+ contents.LoadBalancerArn = (0, smithy_client_1.expectString)(output["LoadBalancerArn"]);
4541
4541
  }
4542
4542
  if (output["Port"] !== undefined) {
4543
- contents.Port = smithy_client_1.strictParseInt32(output["Port"]);
4543
+ contents.Port = (0, smithy_client_1.strictParseInt32)(output["Port"]);
4544
4544
  }
4545
4545
  if (output["Protocol"] !== undefined) {
4546
- contents.Protocol = smithy_client_1.expectString(output["Protocol"]);
4546
+ contents.Protocol = (0, smithy_client_1.expectString)(output["Protocol"]);
4547
4547
  }
4548
4548
  if (output.Certificates === "") {
4549
4549
  contents.Certificates = [];
4550
4550
  }
4551
4551
  if (output["Certificates"] !== undefined && output["Certificates"]["member"] !== undefined) {
4552
- contents.Certificates = deserializeAws_queryCertificateList(smithy_client_1.getArrayIfSingleItem(output["Certificates"]["member"]), context);
4552
+ contents.Certificates = deserializeAws_queryCertificateList((0, smithy_client_1.getArrayIfSingleItem)(output["Certificates"]["member"]), context);
4553
4553
  }
4554
4554
  if (output["SslPolicy"] !== undefined) {
4555
- contents.SslPolicy = smithy_client_1.expectString(output["SslPolicy"]);
4555
+ contents.SslPolicy = (0, smithy_client_1.expectString)(output["SslPolicy"]);
4556
4556
  }
4557
4557
  if (output.DefaultActions === "") {
4558
4558
  contents.DefaultActions = [];
4559
4559
  }
4560
4560
  if (output["DefaultActions"] !== undefined && output["DefaultActions"]["member"] !== undefined) {
4561
- contents.DefaultActions = deserializeAws_queryActions(smithy_client_1.getArrayIfSingleItem(output["DefaultActions"]["member"]), context);
4561
+ contents.DefaultActions = deserializeAws_queryActions((0, smithy_client_1.getArrayIfSingleItem)(output["DefaultActions"]["member"]), context);
4562
4562
  }
4563
4563
  if (output.AlpnPolicy === "") {
4564
4564
  contents.AlpnPolicy = [];
4565
4565
  }
4566
4566
  if (output["AlpnPolicy"] !== undefined && output["AlpnPolicy"]["member"] !== undefined) {
4567
- contents.AlpnPolicy = deserializeAws_queryAlpnPolicyName(smithy_client_1.getArrayIfSingleItem(output["AlpnPolicy"]["member"]), context);
4567
+ contents.AlpnPolicy = deserializeAws_queryAlpnPolicyName((0, smithy_client_1.getArrayIfSingleItem)(output["AlpnPolicy"]["member"]), context);
4568
4568
  }
4569
4569
  return contents;
4570
4570
  };
@@ -4573,7 +4573,7 @@ const deserializeAws_queryListenerNotFoundException = (output, context) => {
4573
4573
  Message: undefined,
4574
4574
  };
4575
4575
  if (output["Message"] !== undefined) {
4576
- contents.Message = smithy_client_1.expectString(output["Message"]);
4576
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4577
4577
  }
4578
4578
  return contents;
4579
4579
  };
@@ -4594,7 +4594,7 @@ const deserializeAws_queryListOfString = (output, context) => {
4594
4594
  if (entry === null) {
4595
4595
  return null;
4596
4596
  }
4597
- return smithy_client_1.expectString(entry);
4597
+ return (0, smithy_client_1.expectString)(entry);
4598
4598
  });
4599
4599
  };
4600
4600
  const deserializeAws_queryLoadBalancer = (output, context) => {
@@ -4614,49 +4614,49 @@ const deserializeAws_queryLoadBalancer = (output, context) => {
4614
4614
  CustomerOwnedIpv4Pool: undefined,
4615
4615
  };
4616
4616
  if (output["LoadBalancerArn"] !== undefined) {
4617
- contents.LoadBalancerArn = smithy_client_1.expectString(output["LoadBalancerArn"]);
4617
+ contents.LoadBalancerArn = (0, smithy_client_1.expectString)(output["LoadBalancerArn"]);
4618
4618
  }
4619
4619
  if (output["DNSName"] !== undefined) {
4620
- contents.DNSName = smithy_client_1.expectString(output["DNSName"]);
4620
+ contents.DNSName = (0, smithy_client_1.expectString)(output["DNSName"]);
4621
4621
  }
4622
4622
  if (output["CanonicalHostedZoneId"] !== undefined) {
4623
- contents.CanonicalHostedZoneId = smithy_client_1.expectString(output["CanonicalHostedZoneId"]);
4623
+ contents.CanonicalHostedZoneId = (0, smithy_client_1.expectString)(output["CanonicalHostedZoneId"]);
4624
4624
  }
4625
4625
  if (output["CreatedTime"] !== undefined) {
4626
- contents.CreatedTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["CreatedTime"]));
4626
+ contents.CreatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreatedTime"]));
4627
4627
  }
4628
4628
  if (output["LoadBalancerName"] !== undefined) {
4629
- contents.LoadBalancerName = smithy_client_1.expectString(output["LoadBalancerName"]);
4629
+ contents.LoadBalancerName = (0, smithy_client_1.expectString)(output["LoadBalancerName"]);
4630
4630
  }
4631
4631
  if (output["Scheme"] !== undefined) {
4632
- contents.Scheme = smithy_client_1.expectString(output["Scheme"]);
4632
+ contents.Scheme = (0, smithy_client_1.expectString)(output["Scheme"]);
4633
4633
  }
4634
4634
  if (output["VpcId"] !== undefined) {
4635
- contents.VpcId = smithy_client_1.expectString(output["VpcId"]);
4635
+ contents.VpcId = (0, smithy_client_1.expectString)(output["VpcId"]);
4636
4636
  }
4637
4637
  if (output["State"] !== undefined) {
4638
4638
  contents.State = deserializeAws_queryLoadBalancerState(output["State"], context);
4639
4639
  }
4640
4640
  if (output["Type"] !== undefined) {
4641
- contents.Type = smithy_client_1.expectString(output["Type"]);
4641
+ contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
4642
4642
  }
4643
4643
  if (output.AvailabilityZones === "") {
4644
4644
  contents.AvailabilityZones = [];
4645
4645
  }
4646
4646
  if (output["AvailabilityZones"] !== undefined && output["AvailabilityZones"]["member"] !== undefined) {
4647
- contents.AvailabilityZones = deserializeAws_queryAvailabilityZones(smithy_client_1.getArrayIfSingleItem(output["AvailabilityZones"]["member"]), context);
4647
+ contents.AvailabilityZones = deserializeAws_queryAvailabilityZones((0, smithy_client_1.getArrayIfSingleItem)(output["AvailabilityZones"]["member"]), context);
4648
4648
  }
4649
4649
  if (output.SecurityGroups === "") {
4650
4650
  contents.SecurityGroups = [];
4651
4651
  }
4652
4652
  if (output["SecurityGroups"] !== undefined && output["SecurityGroups"]["member"] !== undefined) {
4653
- contents.SecurityGroups = deserializeAws_querySecurityGroups(smithy_client_1.getArrayIfSingleItem(output["SecurityGroups"]["member"]), context);
4653
+ contents.SecurityGroups = deserializeAws_querySecurityGroups((0, smithy_client_1.getArrayIfSingleItem)(output["SecurityGroups"]["member"]), context);
4654
4654
  }
4655
4655
  if (output["IpAddressType"] !== undefined) {
4656
- contents.IpAddressType = smithy_client_1.expectString(output["IpAddressType"]);
4656
+ contents.IpAddressType = (0, smithy_client_1.expectString)(output["IpAddressType"]);
4657
4657
  }
4658
4658
  if (output["CustomerOwnedIpv4Pool"] !== undefined) {
4659
- contents.CustomerOwnedIpv4Pool = smithy_client_1.expectString(output["CustomerOwnedIpv4Pool"]);
4659
+ contents.CustomerOwnedIpv4Pool = (0, smithy_client_1.expectString)(output["CustomerOwnedIpv4Pool"]);
4660
4660
  }
4661
4661
  return contents;
4662
4662
  };
@@ -4668,16 +4668,16 @@ const deserializeAws_queryLoadBalancerAddress = (output, context) => {
4668
4668
  IPv6Address: undefined,
4669
4669
  };
4670
4670
  if (output["IpAddress"] !== undefined) {
4671
- contents.IpAddress = smithy_client_1.expectString(output["IpAddress"]);
4671
+ contents.IpAddress = (0, smithy_client_1.expectString)(output["IpAddress"]);
4672
4672
  }
4673
4673
  if (output["AllocationId"] !== undefined) {
4674
- contents.AllocationId = smithy_client_1.expectString(output["AllocationId"]);
4674
+ contents.AllocationId = (0, smithy_client_1.expectString)(output["AllocationId"]);
4675
4675
  }
4676
4676
  if (output["PrivateIPv4Address"] !== undefined) {
4677
- contents.PrivateIPv4Address = smithy_client_1.expectString(output["PrivateIPv4Address"]);
4677
+ contents.PrivateIPv4Address = (0, smithy_client_1.expectString)(output["PrivateIPv4Address"]);
4678
4678
  }
4679
4679
  if (output["IPv6Address"] !== undefined) {
4680
- contents.IPv6Address = smithy_client_1.expectString(output["IPv6Address"]);
4680
+ contents.IPv6Address = (0, smithy_client_1.expectString)(output["IPv6Address"]);
4681
4681
  }
4682
4682
  return contents;
4683
4683
  };
@@ -4698,7 +4698,7 @@ const deserializeAws_queryLoadBalancerArns = (output, context) => {
4698
4698
  if (entry === null) {
4699
4699
  return null;
4700
4700
  }
4701
- return smithy_client_1.expectString(entry);
4701
+ return (0, smithy_client_1.expectString)(entry);
4702
4702
  });
4703
4703
  };
4704
4704
  const deserializeAws_queryLoadBalancerAttribute = (output, context) => {
@@ -4707,10 +4707,10 @@ const deserializeAws_queryLoadBalancerAttribute = (output, context) => {
4707
4707
  Value: undefined,
4708
4708
  };
4709
4709
  if (output["Key"] !== undefined) {
4710
- contents.Key = smithy_client_1.expectString(output["Key"]);
4710
+ contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
4711
4711
  }
4712
4712
  if (output["Value"] !== undefined) {
4713
- contents.Value = smithy_client_1.expectString(output["Value"]);
4713
+ contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
4714
4714
  }
4715
4715
  return contents;
4716
4716
  };
@@ -4729,7 +4729,7 @@ const deserializeAws_queryLoadBalancerNotFoundException = (output, context) => {
4729
4729
  Message: undefined,
4730
4730
  };
4731
4731
  if (output["Message"] !== undefined) {
4732
- contents.Message = smithy_client_1.expectString(output["Message"]);
4732
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4733
4733
  }
4734
4734
  return contents;
4735
4735
  };
@@ -4749,10 +4749,10 @@ const deserializeAws_queryLoadBalancerState = (output, context) => {
4749
4749
  Reason: undefined,
4750
4750
  };
4751
4751
  if (output["Code"] !== undefined) {
4752
- contents.Code = smithy_client_1.expectString(output["Code"]);
4752
+ contents.Code = (0, smithy_client_1.expectString)(output["Code"]);
4753
4753
  }
4754
4754
  if (output["Reason"] !== undefined) {
4755
- contents.Reason = smithy_client_1.expectString(output["Reason"]);
4755
+ contents.Reason = (0, smithy_client_1.expectString)(output["Reason"]);
4756
4756
  }
4757
4757
  return contents;
4758
4758
  };
@@ -4762,10 +4762,10 @@ const deserializeAws_queryMatcher = (output, context) => {
4762
4762
  GrpcCode: undefined,
4763
4763
  };
4764
4764
  if (output["HttpCode"] !== undefined) {
4765
- contents.HttpCode = smithy_client_1.expectString(output["HttpCode"]);
4765
+ contents.HttpCode = (0, smithy_client_1.expectString)(output["HttpCode"]);
4766
4766
  }
4767
4767
  if (output["GrpcCode"] !== undefined) {
4768
- contents.GrpcCode = smithy_client_1.expectString(output["GrpcCode"]);
4768
+ contents.GrpcCode = (0, smithy_client_1.expectString)(output["GrpcCode"]);
4769
4769
  }
4770
4770
  return contents;
4771
4771
  };
@@ -4777,7 +4777,7 @@ const deserializeAws_queryModifyListenerOutput = (output, context) => {
4777
4777
  contents.Listeners = [];
4778
4778
  }
4779
4779
  if (output["Listeners"] !== undefined && output["Listeners"]["member"] !== undefined) {
4780
- contents.Listeners = deserializeAws_queryListeners(smithy_client_1.getArrayIfSingleItem(output["Listeners"]["member"]), context);
4780
+ contents.Listeners = deserializeAws_queryListeners((0, smithy_client_1.getArrayIfSingleItem)(output["Listeners"]["member"]), context);
4781
4781
  }
4782
4782
  return contents;
4783
4783
  };
@@ -4789,7 +4789,7 @@ const deserializeAws_queryModifyLoadBalancerAttributesOutput = (output, context)
4789
4789
  contents.Attributes = [];
4790
4790
  }
4791
4791
  if (output["Attributes"] !== undefined && output["Attributes"]["member"] !== undefined) {
4792
- contents.Attributes = deserializeAws_queryLoadBalancerAttributes(smithy_client_1.getArrayIfSingleItem(output["Attributes"]["member"]), context);
4792
+ contents.Attributes = deserializeAws_queryLoadBalancerAttributes((0, smithy_client_1.getArrayIfSingleItem)(output["Attributes"]["member"]), context);
4793
4793
  }
4794
4794
  return contents;
4795
4795
  };
@@ -4801,7 +4801,7 @@ const deserializeAws_queryModifyRuleOutput = (output, context) => {
4801
4801
  contents.Rules = [];
4802
4802
  }
4803
4803
  if (output["Rules"] !== undefined && output["Rules"]["member"] !== undefined) {
4804
- contents.Rules = deserializeAws_queryRules(smithy_client_1.getArrayIfSingleItem(output["Rules"]["member"]), context);
4804
+ contents.Rules = deserializeAws_queryRules((0, smithy_client_1.getArrayIfSingleItem)(output["Rules"]["member"]), context);
4805
4805
  }
4806
4806
  return contents;
4807
4807
  };
@@ -4813,7 +4813,7 @@ const deserializeAws_queryModifyTargetGroupAttributesOutput = (output, context)
4813
4813
  contents.Attributes = [];
4814
4814
  }
4815
4815
  if (output["Attributes"] !== undefined && output["Attributes"]["member"] !== undefined) {
4816
- contents.Attributes = deserializeAws_queryTargetGroupAttributes(smithy_client_1.getArrayIfSingleItem(output["Attributes"]["member"]), context);
4816
+ contents.Attributes = deserializeAws_queryTargetGroupAttributes((0, smithy_client_1.getArrayIfSingleItem)(output["Attributes"]["member"]), context);
4817
4817
  }
4818
4818
  return contents;
4819
4819
  };
@@ -4825,7 +4825,7 @@ const deserializeAws_queryModifyTargetGroupOutput = (output, context) => {
4825
4825
  contents.TargetGroups = [];
4826
4826
  }
4827
4827
  if (output["TargetGroups"] !== undefined && output["TargetGroups"]["member"] !== undefined) {
4828
- contents.TargetGroups = deserializeAws_queryTargetGroups(smithy_client_1.getArrayIfSingleItem(output["TargetGroups"]["member"]), context);
4828
+ contents.TargetGroups = deserializeAws_queryTargetGroups((0, smithy_client_1.getArrayIfSingleItem)(output["TargetGroups"]["member"]), context);
4829
4829
  }
4830
4830
  return contents;
4831
4831
  };
@@ -4834,7 +4834,7 @@ const deserializeAws_queryOperationNotPermittedException = (output, context) =>
4834
4834
  Message: undefined,
4835
4835
  };
4836
4836
  if (output["Message"] !== undefined) {
4837
- contents.Message = smithy_client_1.expectString(output["Message"]);
4837
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4838
4838
  }
4839
4839
  return contents;
4840
4840
  };
@@ -4846,7 +4846,7 @@ const deserializeAws_queryPathPatternConditionConfig = (output, context) => {
4846
4846
  contents.Values = [];
4847
4847
  }
4848
4848
  if (output["Values"] !== undefined && output["Values"]["member"] !== undefined) {
4849
- contents.Values = deserializeAws_queryListOfString(smithy_client_1.getArrayIfSingleItem(output["Values"]["member"]), context);
4849
+ contents.Values = deserializeAws_queryListOfString((0, smithy_client_1.getArrayIfSingleItem)(output["Values"]["member"]), context);
4850
4850
  }
4851
4851
  return contents;
4852
4852
  };
@@ -4855,7 +4855,7 @@ const deserializeAws_queryPriorityInUseException = (output, context) => {
4855
4855
  Message: undefined,
4856
4856
  };
4857
4857
  if (output["Message"] !== undefined) {
4858
- contents.Message = smithy_client_1.expectString(output["Message"]);
4858
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4859
4859
  }
4860
4860
  return contents;
4861
4861
  };
@@ -4867,7 +4867,7 @@ const deserializeAws_queryQueryStringConditionConfig = (output, context) => {
4867
4867
  contents.Values = [];
4868
4868
  }
4869
4869
  if (output["Values"] !== undefined && output["Values"]["member"] !== undefined) {
4870
- contents.Values = deserializeAws_queryQueryStringKeyValuePairList(smithy_client_1.getArrayIfSingleItem(output["Values"]["member"]), context);
4870
+ contents.Values = deserializeAws_queryQueryStringKeyValuePairList((0, smithy_client_1.getArrayIfSingleItem)(output["Values"]["member"]), context);
4871
4871
  }
4872
4872
  return contents;
4873
4873
  };
@@ -4877,10 +4877,10 @@ const deserializeAws_queryQueryStringKeyValuePair = (output, context) => {
4877
4877
  Value: undefined,
4878
4878
  };
4879
4879
  if (output["Key"] !== undefined) {
4880
- contents.Key = smithy_client_1.expectString(output["Key"]);
4880
+ contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
4881
4881
  }
4882
4882
  if (output["Value"] !== undefined) {
4883
- contents.Value = smithy_client_1.expectString(output["Value"]);
4883
+ contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
4884
4884
  }
4885
4885
  return contents;
4886
4886
  };
@@ -4904,22 +4904,22 @@ const deserializeAws_queryRedirectActionConfig = (output, context) => {
4904
4904
  StatusCode: undefined,
4905
4905
  };
4906
4906
  if (output["Protocol"] !== undefined) {
4907
- contents.Protocol = smithy_client_1.expectString(output["Protocol"]);
4907
+ contents.Protocol = (0, smithy_client_1.expectString)(output["Protocol"]);
4908
4908
  }
4909
4909
  if (output["Port"] !== undefined) {
4910
- contents.Port = smithy_client_1.expectString(output["Port"]);
4910
+ contents.Port = (0, smithy_client_1.expectString)(output["Port"]);
4911
4911
  }
4912
4912
  if (output["Host"] !== undefined) {
4913
- contents.Host = smithy_client_1.expectString(output["Host"]);
4913
+ contents.Host = (0, smithy_client_1.expectString)(output["Host"]);
4914
4914
  }
4915
4915
  if (output["Path"] !== undefined) {
4916
- contents.Path = smithy_client_1.expectString(output["Path"]);
4916
+ contents.Path = (0, smithy_client_1.expectString)(output["Path"]);
4917
4917
  }
4918
4918
  if (output["Query"] !== undefined) {
4919
- contents.Query = smithy_client_1.expectString(output["Query"]);
4919
+ contents.Query = (0, smithy_client_1.expectString)(output["Query"]);
4920
4920
  }
4921
4921
  if (output["StatusCode"] !== undefined) {
4922
- contents.StatusCode = smithy_client_1.expectString(output["StatusCode"]);
4922
+ contents.StatusCode = (0, smithy_client_1.expectString)(output["StatusCode"]);
4923
4923
  }
4924
4924
  return contents;
4925
4925
  };
@@ -4940,7 +4940,7 @@ const deserializeAws_queryResourceInUseException = (output, context) => {
4940
4940
  Message: undefined,
4941
4941
  };
4942
4942
  if (output["Message"] !== undefined) {
4943
- contents.Message = smithy_client_1.expectString(output["Message"]);
4943
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
4944
4944
  }
4945
4945
  return contents;
4946
4946
  };
@@ -4953,25 +4953,25 @@ const deserializeAws_queryRule = (output, context) => {
4953
4953
  IsDefault: undefined,
4954
4954
  };
4955
4955
  if (output["RuleArn"] !== undefined) {
4956
- contents.RuleArn = smithy_client_1.expectString(output["RuleArn"]);
4956
+ contents.RuleArn = (0, smithy_client_1.expectString)(output["RuleArn"]);
4957
4957
  }
4958
4958
  if (output["Priority"] !== undefined) {
4959
- contents.Priority = smithy_client_1.expectString(output["Priority"]);
4959
+ contents.Priority = (0, smithy_client_1.expectString)(output["Priority"]);
4960
4960
  }
4961
4961
  if (output.Conditions === "") {
4962
4962
  contents.Conditions = [];
4963
4963
  }
4964
4964
  if (output["Conditions"] !== undefined && output["Conditions"]["member"] !== undefined) {
4965
- contents.Conditions = deserializeAws_queryRuleConditionList(smithy_client_1.getArrayIfSingleItem(output["Conditions"]["member"]), context);
4965
+ contents.Conditions = deserializeAws_queryRuleConditionList((0, smithy_client_1.getArrayIfSingleItem)(output["Conditions"]["member"]), context);
4966
4966
  }
4967
4967
  if (output.Actions === "") {
4968
4968
  contents.Actions = [];
4969
4969
  }
4970
4970
  if (output["Actions"] !== undefined && output["Actions"]["member"] !== undefined) {
4971
- contents.Actions = deserializeAws_queryActions(smithy_client_1.getArrayIfSingleItem(output["Actions"]["member"]), context);
4971
+ contents.Actions = deserializeAws_queryActions((0, smithy_client_1.getArrayIfSingleItem)(output["Actions"]["member"]), context);
4972
4972
  }
4973
4973
  if (output["IsDefault"] !== undefined) {
4974
- contents.IsDefault = smithy_client_1.parseBoolean(output["IsDefault"]);
4974
+ contents.IsDefault = (0, smithy_client_1.parseBoolean)(output["IsDefault"]);
4975
4975
  }
4976
4976
  return contents;
4977
4977
  };
@@ -4987,13 +4987,13 @@ const deserializeAws_queryRuleCondition = (output, context) => {
4987
4987
  SourceIpConfig: undefined,
4988
4988
  };
4989
4989
  if (output["Field"] !== undefined) {
4990
- contents.Field = smithy_client_1.expectString(output["Field"]);
4990
+ contents.Field = (0, smithy_client_1.expectString)(output["Field"]);
4991
4991
  }
4992
4992
  if (output.Values === "") {
4993
4993
  contents.Values = [];
4994
4994
  }
4995
4995
  if (output["Values"] !== undefined && output["Values"]["member"] !== undefined) {
4996
- contents.Values = deserializeAws_queryListOfString(smithy_client_1.getArrayIfSingleItem(output["Values"]["member"]), context);
4996
+ contents.Values = deserializeAws_queryListOfString((0, smithy_client_1.getArrayIfSingleItem)(output["Values"]["member"]), context);
4997
4997
  }
4998
4998
  if (output["HostHeaderConfig"] !== undefined) {
4999
4999
  contents.HostHeaderConfig = deserializeAws_queryHostHeaderConditionConfig(output["HostHeaderConfig"], context);
@@ -5030,7 +5030,7 @@ const deserializeAws_queryRuleNotFoundException = (output, context) => {
5030
5030
  Message: undefined,
5031
5031
  };
5032
5032
  if (output["Message"] !== undefined) {
5033
- contents.Message = smithy_client_1.expectString(output["Message"]);
5033
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5034
5034
  }
5035
5035
  return contents;
5036
5036
  };
@@ -5051,7 +5051,7 @@ const deserializeAws_querySecurityGroups = (output, context) => {
5051
5051
  if (entry === null) {
5052
5052
  return null;
5053
5053
  }
5054
- return smithy_client_1.expectString(entry);
5054
+ return (0, smithy_client_1.expectString)(entry);
5055
5055
  });
5056
5056
  };
5057
5057
  const deserializeAws_querySetIpAddressTypeOutput = (output, context) => {
@@ -5059,7 +5059,7 @@ const deserializeAws_querySetIpAddressTypeOutput = (output, context) => {
5059
5059
  IpAddressType: undefined,
5060
5060
  };
5061
5061
  if (output["IpAddressType"] !== undefined) {
5062
- contents.IpAddressType = smithy_client_1.expectString(output["IpAddressType"]);
5062
+ contents.IpAddressType = (0, smithy_client_1.expectString)(output["IpAddressType"]);
5063
5063
  }
5064
5064
  return contents;
5065
5065
  };
@@ -5071,7 +5071,7 @@ const deserializeAws_querySetRulePrioritiesOutput = (output, context) => {
5071
5071
  contents.Rules = [];
5072
5072
  }
5073
5073
  if (output["Rules"] !== undefined && output["Rules"]["member"] !== undefined) {
5074
- contents.Rules = deserializeAws_queryRules(smithy_client_1.getArrayIfSingleItem(output["Rules"]["member"]), context);
5074
+ contents.Rules = deserializeAws_queryRules((0, smithy_client_1.getArrayIfSingleItem)(output["Rules"]["member"]), context);
5075
5075
  }
5076
5076
  return contents;
5077
5077
  };
@@ -5083,7 +5083,7 @@ const deserializeAws_querySetSecurityGroupsOutput = (output, context) => {
5083
5083
  contents.SecurityGroupIds = [];
5084
5084
  }
5085
5085
  if (output["SecurityGroupIds"] !== undefined && output["SecurityGroupIds"]["member"] !== undefined) {
5086
- contents.SecurityGroupIds = deserializeAws_querySecurityGroups(smithy_client_1.getArrayIfSingleItem(output["SecurityGroupIds"]["member"]), context);
5086
+ contents.SecurityGroupIds = deserializeAws_querySecurityGroups((0, smithy_client_1.getArrayIfSingleItem)(output["SecurityGroupIds"]["member"]), context);
5087
5087
  }
5088
5088
  return contents;
5089
5089
  };
@@ -5096,10 +5096,10 @@ const deserializeAws_querySetSubnetsOutput = (output, context) => {
5096
5096
  contents.AvailabilityZones = [];
5097
5097
  }
5098
5098
  if (output["AvailabilityZones"] !== undefined && output["AvailabilityZones"]["member"] !== undefined) {
5099
- contents.AvailabilityZones = deserializeAws_queryAvailabilityZones(smithy_client_1.getArrayIfSingleItem(output["AvailabilityZones"]["member"]), context);
5099
+ contents.AvailabilityZones = deserializeAws_queryAvailabilityZones((0, smithy_client_1.getArrayIfSingleItem)(output["AvailabilityZones"]["member"]), context);
5100
5100
  }
5101
5101
  if (output["IpAddressType"] !== undefined) {
5102
- contents.IpAddressType = smithy_client_1.expectString(output["IpAddressType"]);
5102
+ contents.IpAddressType = (0, smithy_client_1.expectString)(output["IpAddressType"]);
5103
5103
  }
5104
5104
  return contents;
5105
5105
  };
@@ -5111,7 +5111,7 @@ const deserializeAws_querySourceIpConditionConfig = (output, context) => {
5111
5111
  contents.Values = [];
5112
5112
  }
5113
5113
  if (output["Values"] !== undefined && output["Values"]["member"] !== undefined) {
5114
- contents.Values = deserializeAws_queryListOfString(smithy_client_1.getArrayIfSingleItem(output["Values"]["member"]), context);
5114
+ contents.Values = deserializeAws_queryListOfString((0, smithy_client_1.getArrayIfSingleItem)(output["Values"]["member"]), context);
5115
5115
  }
5116
5116
  return contents;
5117
5117
  };
@@ -5136,23 +5136,23 @@ const deserializeAws_querySslPolicy = (output, context) => {
5136
5136
  contents.SslProtocols = [];
5137
5137
  }
5138
5138
  if (output["SslProtocols"] !== undefined && output["SslProtocols"]["member"] !== undefined) {
5139
- contents.SslProtocols = deserializeAws_querySslProtocols(smithy_client_1.getArrayIfSingleItem(output["SslProtocols"]["member"]), context);
5139
+ contents.SslProtocols = deserializeAws_querySslProtocols((0, smithy_client_1.getArrayIfSingleItem)(output["SslProtocols"]["member"]), context);
5140
5140
  }
5141
5141
  if (output.Ciphers === "") {
5142
5142
  contents.Ciphers = [];
5143
5143
  }
5144
5144
  if (output["Ciphers"] !== undefined && output["Ciphers"]["member"] !== undefined) {
5145
- contents.Ciphers = deserializeAws_queryCiphers(smithy_client_1.getArrayIfSingleItem(output["Ciphers"]["member"]), context);
5145
+ contents.Ciphers = deserializeAws_queryCiphers((0, smithy_client_1.getArrayIfSingleItem)(output["Ciphers"]["member"]), context);
5146
5146
  }
5147
5147
  if (output["Name"] !== undefined) {
5148
- contents.Name = smithy_client_1.expectString(output["Name"]);
5148
+ contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5149
5149
  }
5150
5150
  if (output.SupportedLoadBalancerTypes === "") {
5151
5151
  contents.SupportedLoadBalancerTypes = [];
5152
5152
  }
5153
5153
  if (output["SupportedLoadBalancerTypes"] !== undefined &&
5154
5154
  output["SupportedLoadBalancerTypes"]["member"] !== undefined) {
5155
- contents.SupportedLoadBalancerTypes = deserializeAws_queryListOfString(smithy_client_1.getArrayIfSingleItem(output["SupportedLoadBalancerTypes"]["member"]), context);
5155
+ contents.SupportedLoadBalancerTypes = deserializeAws_queryListOfString((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedLoadBalancerTypes"]["member"]), context);
5156
5156
  }
5157
5157
  return contents;
5158
5158
  };
@@ -5161,7 +5161,7 @@ const deserializeAws_querySSLPolicyNotFoundException = (output, context) => {
5161
5161
  Message: undefined,
5162
5162
  };
5163
5163
  if (output["Message"] !== undefined) {
5164
- contents.Message = smithy_client_1.expectString(output["Message"]);
5164
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5165
5165
  }
5166
5166
  return contents;
5167
5167
  };
@@ -5172,7 +5172,7 @@ const deserializeAws_querySslProtocols = (output, context) => {
5172
5172
  if (entry === null) {
5173
5173
  return null;
5174
5174
  }
5175
- return smithy_client_1.expectString(entry);
5175
+ return (0, smithy_client_1.expectString)(entry);
5176
5176
  });
5177
5177
  };
5178
5178
  const deserializeAws_querySubnetNotFoundException = (output, context) => {
@@ -5180,7 +5180,7 @@ const deserializeAws_querySubnetNotFoundException = (output, context) => {
5180
5180
  Message: undefined,
5181
5181
  };
5182
5182
  if (output["Message"] !== undefined) {
5183
- contents.Message = smithy_client_1.expectString(output["Message"]);
5183
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5184
5184
  }
5185
5185
  return contents;
5186
5186
  };
@@ -5190,10 +5190,10 @@ const deserializeAws_queryTag = (output, context) => {
5190
5190
  Value: undefined,
5191
5191
  };
5192
5192
  if (output["Key"] !== undefined) {
5193
- contents.Key = smithy_client_1.expectString(output["Key"]);
5193
+ contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
5194
5194
  }
5195
5195
  if (output["Value"] !== undefined) {
5196
- contents.Value = smithy_client_1.expectString(output["Value"]);
5196
+ contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
5197
5197
  }
5198
5198
  return contents;
5199
5199
  };
@@ -5203,13 +5203,13 @@ const deserializeAws_queryTagDescription = (output, context) => {
5203
5203
  Tags: undefined,
5204
5204
  };
5205
5205
  if (output["ResourceArn"] !== undefined) {
5206
- contents.ResourceArn = smithy_client_1.expectString(output["ResourceArn"]);
5206
+ contents.ResourceArn = (0, smithy_client_1.expectString)(output["ResourceArn"]);
5207
5207
  }
5208
5208
  if (output.Tags === "") {
5209
5209
  contents.Tags = [];
5210
5210
  }
5211
5211
  if (output["Tags"] !== undefined && output["Tags"]["member"] !== undefined) {
5212
- contents.Tags = deserializeAws_queryTagList(smithy_client_1.getArrayIfSingleItem(output["Tags"]["member"]), context);
5212
+ contents.Tags = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["Tags"]["member"]), context);
5213
5213
  }
5214
5214
  return contents;
5215
5215
  };
@@ -5240,13 +5240,13 @@ const deserializeAws_queryTargetDescription = (output, context) => {
5240
5240
  AvailabilityZone: undefined,
5241
5241
  };
5242
5242
  if (output["Id"] !== undefined) {
5243
- contents.Id = smithy_client_1.expectString(output["Id"]);
5243
+ contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
5244
5244
  }
5245
5245
  if (output["Port"] !== undefined) {
5246
- contents.Port = smithy_client_1.strictParseInt32(output["Port"]);
5246
+ contents.Port = (0, smithy_client_1.strictParseInt32)(output["Port"]);
5247
5247
  }
5248
5248
  if (output["AvailabilityZone"] !== undefined) {
5249
- contents.AvailabilityZone = smithy_client_1.expectString(output["AvailabilityZone"]);
5249
+ contents.AvailabilityZone = (0, smithy_client_1.expectString)(output["AvailabilityZone"]);
5250
5250
  }
5251
5251
  return contents;
5252
5252
  };
@@ -5272,43 +5272,43 @@ const deserializeAws_queryTargetGroup = (output, context) => {
5272
5272
  IpAddressType: undefined,
5273
5273
  };
5274
5274
  if (output["TargetGroupArn"] !== undefined) {
5275
- contents.TargetGroupArn = smithy_client_1.expectString(output["TargetGroupArn"]);
5275
+ contents.TargetGroupArn = (0, smithy_client_1.expectString)(output["TargetGroupArn"]);
5276
5276
  }
5277
5277
  if (output["TargetGroupName"] !== undefined) {
5278
- contents.TargetGroupName = smithy_client_1.expectString(output["TargetGroupName"]);
5278
+ contents.TargetGroupName = (0, smithy_client_1.expectString)(output["TargetGroupName"]);
5279
5279
  }
5280
5280
  if (output["Protocol"] !== undefined) {
5281
- contents.Protocol = smithy_client_1.expectString(output["Protocol"]);
5281
+ contents.Protocol = (0, smithy_client_1.expectString)(output["Protocol"]);
5282
5282
  }
5283
5283
  if (output["Port"] !== undefined) {
5284
- contents.Port = smithy_client_1.strictParseInt32(output["Port"]);
5284
+ contents.Port = (0, smithy_client_1.strictParseInt32)(output["Port"]);
5285
5285
  }
5286
5286
  if (output["VpcId"] !== undefined) {
5287
- contents.VpcId = smithy_client_1.expectString(output["VpcId"]);
5287
+ contents.VpcId = (0, smithy_client_1.expectString)(output["VpcId"]);
5288
5288
  }
5289
5289
  if (output["HealthCheckProtocol"] !== undefined) {
5290
- contents.HealthCheckProtocol = smithy_client_1.expectString(output["HealthCheckProtocol"]);
5290
+ contents.HealthCheckProtocol = (0, smithy_client_1.expectString)(output["HealthCheckProtocol"]);
5291
5291
  }
5292
5292
  if (output["HealthCheckPort"] !== undefined) {
5293
- contents.HealthCheckPort = smithy_client_1.expectString(output["HealthCheckPort"]);
5293
+ contents.HealthCheckPort = (0, smithy_client_1.expectString)(output["HealthCheckPort"]);
5294
5294
  }
5295
5295
  if (output["HealthCheckEnabled"] !== undefined) {
5296
- contents.HealthCheckEnabled = smithy_client_1.parseBoolean(output["HealthCheckEnabled"]);
5296
+ contents.HealthCheckEnabled = (0, smithy_client_1.parseBoolean)(output["HealthCheckEnabled"]);
5297
5297
  }
5298
5298
  if (output["HealthCheckIntervalSeconds"] !== undefined) {
5299
- contents.HealthCheckIntervalSeconds = smithy_client_1.strictParseInt32(output["HealthCheckIntervalSeconds"]);
5299
+ contents.HealthCheckIntervalSeconds = (0, smithy_client_1.strictParseInt32)(output["HealthCheckIntervalSeconds"]);
5300
5300
  }
5301
5301
  if (output["HealthCheckTimeoutSeconds"] !== undefined) {
5302
- contents.HealthCheckTimeoutSeconds = smithy_client_1.strictParseInt32(output["HealthCheckTimeoutSeconds"]);
5302
+ contents.HealthCheckTimeoutSeconds = (0, smithy_client_1.strictParseInt32)(output["HealthCheckTimeoutSeconds"]);
5303
5303
  }
5304
5304
  if (output["HealthyThresholdCount"] !== undefined) {
5305
- contents.HealthyThresholdCount = smithy_client_1.strictParseInt32(output["HealthyThresholdCount"]);
5305
+ contents.HealthyThresholdCount = (0, smithy_client_1.strictParseInt32)(output["HealthyThresholdCount"]);
5306
5306
  }
5307
5307
  if (output["UnhealthyThresholdCount"] !== undefined) {
5308
- contents.UnhealthyThresholdCount = smithy_client_1.strictParseInt32(output["UnhealthyThresholdCount"]);
5308
+ contents.UnhealthyThresholdCount = (0, smithy_client_1.strictParseInt32)(output["UnhealthyThresholdCount"]);
5309
5309
  }
5310
5310
  if (output["HealthCheckPath"] !== undefined) {
5311
- contents.HealthCheckPath = smithy_client_1.expectString(output["HealthCheckPath"]);
5311
+ contents.HealthCheckPath = (0, smithy_client_1.expectString)(output["HealthCheckPath"]);
5312
5312
  }
5313
5313
  if (output["Matcher"] !== undefined) {
5314
5314
  contents.Matcher = deserializeAws_queryMatcher(output["Matcher"], context);
@@ -5317,16 +5317,16 @@ const deserializeAws_queryTargetGroup = (output, context) => {
5317
5317
  contents.LoadBalancerArns = [];
5318
5318
  }
5319
5319
  if (output["LoadBalancerArns"] !== undefined && output["LoadBalancerArns"]["member"] !== undefined) {
5320
- contents.LoadBalancerArns = deserializeAws_queryLoadBalancerArns(smithy_client_1.getArrayIfSingleItem(output["LoadBalancerArns"]["member"]), context);
5320
+ contents.LoadBalancerArns = deserializeAws_queryLoadBalancerArns((0, smithy_client_1.getArrayIfSingleItem)(output["LoadBalancerArns"]["member"]), context);
5321
5321
  }
5322
5322
  if (output["TargetType"] !== undefined) {
5323
- contents.TargetType = smithy_client_1.expectString(output["TargetType"]);
5323
+ contents.TargetType = (0, smithy_client_1.expectString)(output["TargetType"]);
5324
5324
  }
5325
5325
  if (output["ProtocolVersion"] !== undefined) {
5326
- contents.ProtocolVersion = smithy_client_1.expectString(output["ProtocolVersion"]);
5326
+ contents.ProtocolVersion = (0, smithy_client_1.expectString)(output["ProtocolVersion"]);
5327
5327
  }
5328
5328
  if (output["IpAddressType"] !== undefined) {
5329
- contents.IpAddressType = smithy_client_1.expectString(output["IpAddressType"]);
5329
+ contents.IpAddressType = (0, smithy_client_1.expectString)(output["IpAddressType"]);
5330
5330
  }
5331
5331
  return contents;
5332
5332
  };
@@ -5335,7 +5335,7 @@ const deserializeAws_queryTargetGroupAssociationLimitException = (output, contex
5335
5335
  Message: undefined,
5336
5336
  };
5337
5337
  if (output["Message"] !== undefined) {
5338
- contents.Message = smithy_client_1.expectString(output["Message"]);
5338
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5339
5339
  }
5340
5340
  return contents;
5341
5341
  };
@@ -5345,10 +5345,10 @@ const deserializeAws_queryTargetGroupAttribute = (output, context) => {
5345
5345
  Value: undefined,
5346
5346
  };
5347
5347
  if (output["Key"] !== undefined) {
5348
- contents.Key = smithy_client_1.expectString(output["Key"]);
5348
+ contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
5349
5349
  }
5350
5350
  if (output["Value"] !== undefined) {
5351
- contents.Value = smithy_client_1.expectString(output["Value"]);
5351
+ contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
5352
5352
  }
5353
5353
  return contents;
5354
5354
  };
@@ -5377,7 +5377,7 @@ const deserializeAws_queryTargetGroupNotFoundException = (output, context) => {
5377
5377
  Message: undefined,
5378
5378
  };
5379
5379
  if (output["Message"] !== undefined) {
5380
- contents.Message = smithy_client_1.expectString(output["Message"]);
5380
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5381
5381
  }
5382
5382
  return contents;
5383
5383
  };
@@ -5397,10 +5397,10 @@ const deserializeAws_queryTargetGroupStickinessConfig = (output, context) => {
5397
5397
  DurationSeconds: undefined,
5398
5398
  };
5399
5399
  if (output["Enabled"] !== undefined) {
5400
- contents.Enabled = smithy_client_1.parseBoolean(output["Enabled"]);
5400
+ contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
5401
5401
  }
5402
5402
  if (output["DurationSeconds"] !== undefined) {
5403
- contents.DurationSeconds = smithy_client_1.strictParseInt32(output["DurationSeconds"]);
5403
+ contents.DurationSeconds = (0, smithy_client_1.strictParseInt32)(output["DurationSeconds"]);
5404
5404
  }
5405
5405
  return contents;
5406
5406
  };
@@ -5410,10 +5410,10 @@ const deserializeAws_queryTargetGroupTuple = (output, context) => {
5410
5410
  Weight: undefined,
5411
5411
  };
5412
5412
  if (output["TargetGroupArn"] !== undefined) {
5413
- contents.TargetGroupArn = smithy_client_1.expectString(output["TargetGroupArn"]);
5413
+ contents.TargetGroupArn = (0, smithy_client_1.expectString)(output["TargetGroupArn"]);
5414
5414
  }
5415
5415
  if (output["Weight"] !== undefined) {
5416
- contents.Weight = smithy_client_1.strictParseInt32(output["Weight"]);
5416
+ contents.Weight = (0, smithy_client_1.strictParseInt32)(output["Weight"]);
5417
5417
  }
5418
5418
  return contents;
5419
5419
  };
@@ -5424,13 +5424,13 @@ const deserializeAws_queryTargetHealth = (output, context) => {
5424
5424
  Description: undefined,
5425
5425
  };
5426
5426
  if (output["State"] !== undefined) {
5427
- contents.State = smithy_client_1.expectString(output["State"]);
5427
+ contents.State = (0, smithy_client_1.expectString)(output["State"]);
5428
5428
  }
5429
5429
  if (output["Reason"] !== undefined) {
5430
- contents.Reason = smithy_client_1.expectString(output["Reason"]);
5430
+ contents.Reason = (0, smithy_client_1.expectString)(output["Reason"]);
5431
5431
  }
5432
5432
  if (output["Description"] !== undefined) {
5433
- contents.Description = smithy_client_1.expectString(output["Description"]);
5433
+ contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
5434
5434
  }
5435
5435
  return contents;
5436
5436
  };
@@ -5444,7 +5444,7 @@ const deserializeAws_queryTargetHealthDescription = (output, context) => {
5444
5444
  contents.Target = deserializeAws_queryTargetDescription(output["Target"], context);
5445
5445
  }
5446
5446
  if (output["HealthCheckPort"] !== undefined) {
5447
- contents.HealthCheckPort = smithy_client_1.expectString(output["HealthCheckPort"]);
5447
+ contents.HealthCheckPort = (0, smithy_client_1.expectString)(output["HealthCheckPort"]);
5448
5448
  }
5449
5449
  if (output["TargetHealth"] !== undefined) {
5450
5450
  contents.TargetHealth = deserializeAws_queryTargetHealth(output["TargetHealth"], context);
@@ -5466,7 +5466,7 @@ const deserializeAws_queryTooManyActionsException = (output, context) => {
5466
5466
  Message: undefined,
5467
5467
  };
5468
5468
  if (output["Message"] !== undefined) {
5469
- contents.Message = smithy_client_1.expectString(output["Message"]);
5469
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5470
5470
  }
5471
5471
  return contents;
5472
5472
  };
@@ -5475,7 +5475,7 @@ const deserializeAws_queryTooManyCertificatesException = (output, context) => {
5475
5475
  Message: undefined,
5476
5476
  };
5477
5477
  if (output["Message"] !== undefined) {
5478
- contents.Message = smithy_client_1.expectString(output["Message"]);
5478
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5479
5479
  }
5480
5480
  return contents;
5481
5481
  };
@@ -5484,7 +5484,7 @@ const deserializeAws_queryTooManyListenersException = (output, context) => {
5484
5484
  Message: undefined,
5485
5485
  };
5486
5486
  if (output["Message"] !== undefined) {
5487
- contents.Message = smithy_client_1.expectString(output["Message"]);
5487
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5488
5488
  }
5489
5489
  return contents;
5490
5490
  };
@@ -5493,7 +5493,7 @@ const deserializeAws_queryTooManyLoadBalancersException = (output, context) => {
5493
5493
  Message: undefined,
5494
5494
  };
5495
5495
  if (output["Message"] !== undefined) {
5496
- contents.Message = smithy_client_1.expectString(output["Message"]);
5496
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5497
5497
  }
5498
5498
  return contents;
5499
5499
  };
@@ -5502,7 +5502,7 @@ const deserializeAws_queryTooManyRegistrationsForTargetIdException = (output, co
5502
5502
  Message: undefined,
5503
5503
  };
5504
5504
  if (output["Message"] !== undefined) {
5505
- contents.Message = smithy_client_1.expectString(output["Message"]);
5505
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5506
5506
  }
5507
5507
  return contents;
5508
5508
  };
@@ -5511,7 +5511,7 @@ const deserializeAws_queryTooManyRulesException = (output, context) => {
5511
5511
  Message: undefined,
5512
5512
  };
5513
5513
  if (output["Message"] !== undefined) {
5514
- contents.Message = smithy_client_1.expectString(output["Message"]);
5514
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5515
5515
  }
5516
5516
  return contents;
5517
5517
  };
@@ -5520,7 +5520,7 @@ const deserializeAws_queryTooManyTagsException = (output, context) => {
5520
5520
  Message: undefined,
5521
5521
  };
5522
5522
  if (output["Message"] !== undefined) {
5523
- contents.Message = smithy_client_1.expectString(output["Message"]);
5523
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5524
5524
  }
5525
5525
  return contents;
5526
5526
  };
@@ -5529,7 +5529,7 @@ const deserializeAws_queryTooManyTargetGroupsException = (output, context) => {
5529
5529
  Message: undefined,
5530
5530
  };
5531
5531
  if (output["Message"] !== undefined) {
5532
- contents.Message = smithy_client_1.expectString(output["Message"]);
5532
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5533
5533
  }
5534
5534
  return contents;
5535
5535
  };
@@ -5538,7 +5538,7 @@ const deserializeAws_queryTooManyTargetsException = (output, context) => {
5538
5538
  Message: undefined,
5539
5539
  };
5540
5540
  if (output["Message"] !== undefined) {
5541
- contents.Message = smithy_client_1.expectString(output["Message"]);
5541
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5542
5542
  }
5543
5543
  return contents;
5544
5544
  };
@@ -5547,7 +5547,7 @@ const deserializeAws_queryTooManyUniqueTargetGroupsPerLoadBalancerException = (o
5547
5547
  Message: undefined,
5548
5548
  };
5549
5549
  if (output["Message"] !== undefined) {
5550
- contents.Message = smithy_client_1.expectString(output["Message"]);
5550
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5551
5551
  }
5552
5552
  return contents;
5553
5553
  };
@@ -5556,7 +5556,7 @@ const deserializeAws_queryUnsupportedProtocolException = (output, context) => {
5556
5556
  Message: undefined,
5557
5557
  };
5558
5558
  if (output["Message"] !== undefined) {
5559
- contents.Message = smithy_client_1.expectString(output["Message"]);
5559
+ contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5560
5560
  }
5561
5561
  return contents;
5562
5562
  };
@@ -5596,12 +5596,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
5596
5596
  };
5597
5597
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
5598
5598
  if (encoded.length) {
5599
- const parsedObj = fast_xml_parser_1.parse(encoded, {
5599
+ const parsedObj = (0, fast_xml_parser_1.parse)(encoded, {
5600
5600
  attributeNamePrefix: "",
5601
5601
  ignoreAttributes: false,
5602
5602
  parseNodeValue: false,
5603
5603
  trimValues: false,
5604
- tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" : entities_1.decodeHTML(val)),
5604
+ tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" : (0, entities_1.decodeHTML)(val)),
5605
5605
  });
5606
5606
  const textNodeName = "#text";
5607
5607
  const key = Object.keys(parsedObj)[0];
@@ -5610,12 +5610,12 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
5610
5610
  parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
5611
5611
  delete parsedObjToReturn[textNodeName];
5612
5612
  }
5613
- return smithy_client_1.getValueFromTextNode(parsedObjToReturn);
5613
+ return (0, smithy_client_1.getValueFromTextNode)(parsedObjToReturn);
5614
5614
  }
5615
5615
  return {};
5616
5616
  });
5617
5617
  const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
5618
- .map(([key, value]) => smithy_client_1.extendedEncodeURIComponent(key) + "=" + smithy_client_1.extendedEncodeURIComponent(value))
5618
+ .map(([key, value]) => (0, smithy_client_1.extendedEncodeURIComponent)(key) + "=" + (0, smithy_client_1.extendedEncodeURIComponent)(value))
5619
5619
  .join("&");
5620
5620
  const loadQueryErrorCode = (output, data) => {
5621
5621
  if (data.Error.Code !== undefined) {