@aws-sdk/client-route53resolver 3.53.0 → 3.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/Route53ResolverClient.js +13 -13
  3. package/dist-cjs/commands/AssociateFirewallRuleGroupCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateResolverEndpointIpAddressCommand.js +3 -3
  5. package/dist-cjs/commands/AssociateResolverQueryLogConfigCommand.js +3 -3
  6. package/dist-cjs/commands/AssociateResolverRuleCommand.js +3 -3
  7. package/dist-cjs/commands/CreateFirewallDomainListCommand.js +3 -3
  8. package/dist-cjs/commands/CreateFirewallRuleCommand.js +3 -3
  9. package/dist-cjs/commands/CreateFirewallRuleGroupCommand.js +3 -3
  10. package/dist-cjs/commands/CreateResolverEndpointCommand.js +3 -3
  11. package/dist-cjs/commands/CreateResolverQueryLogConfigCommand.js +3 -3
  12. package/dist-cjs/commands/CreateResolverRuleCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteFirewallDomainListCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteFirewallRuleCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteFirewallRuleGroupCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteResolverEndpointCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteResolverQueryLogConfigCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteResolverRuleCommand.js +3 -3
  19. package/dist-cjs/commands/DisassociateFirewallRuleGroupCommand.js +3 -3
  20. package/dist-cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +3 -3
  21. package/dist-cjs/commands/DisassociateResolverQueryLogConfigCommand.js +3 -3
  22. package/dist-cjs/commands/DisassociateResolverRuleCommand.js +3 -3
  23. package/dist-cjs/commands/GetFirewallConfigCommand.js +3 -3
  24. package/dist-cjs/commands/GetFirewallDomainListCommand.js +3 -3
  25. package/dist-cjs/commands/GetFirewallRuleGroupAssociationCommand.js +3 -3
  26. package/dist-cjs/commands/GetFirewallRuleGroupCommand.js +3 -3
  27. package/dist-cjs/commands/GetFirewallRuleGroupPolicyCommand.js +3 -3
  28. package/dist-cjs/commands/GetResolverConfigCommand.js +3 -3
  29. package/dist-cjs/commands/GetResolverDnssecConfigCommand.js +3 -3
  30. package/dist-cjs/commands/GetResolverEndpointCommand.js +3 -3
  31. package/dist-cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +3 -3
  32. package/dist-cjs/commands/GetResolverQueryLogConfigCommand.js +3 -3
  33. package/dist-cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +3 -3
  34. package/dist-cjs/commands/GetResolverRuleAssociationCommand.js +3 -3
  35. package/dist-cjs/commands/GetResolverRuleCommand.js +3 -3
  36. package/dist-cjs/commands/GetResolverRulePolicyCommand.js +3 -3
  37. package/dist-cjs/commands/ImportFirewallDomainsCommand.js +3 -3
  38. package/dist-cjs/commands/ListFirewallConfigsCommand.js +3 -3
  39. package/dist-cjs/commands/ListFirewallDomainListsCommand.js +3 -3
  40. package/dist-cjs/commands/ListFirewallDomainsCommand.js +3 -3
  41. package/dist-cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +3 -3
  42. package/dist-cjs/commands/ListFirewallRuleGroupsCommand.js +3 -3
  43. package/dist-cjs/commands/ListFirewallRulesCommand.js +3 -3
  44. package/dist-cjs/commands/ListResolverConfigsCommand.js +3 -3
  45. package/dist-cjs/commands/ListResolverDnssecConfigsCommand.js +3 -3
  46. package/dist-cjs/commands/ListResolverEndpointIpAddressesCommand.js +3 -3
  47. package/dist-cjs/commands/ListResolverEndpointsCommand.js +3 -3
  48. package/dist-cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +3 -3
  49. package/dist-cjs/commands/ListResolverQueryLogConfigsCommand.js +3 -3
  50. package/dist-cjs/commands/ListResolverRuleAssociationsCommand.js +3 -3
  51. package/dist-cjs/commands/ListResolverRulesCommand.js +3 -3
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  53. package/dist-cjs/commands/PutFirewallRuleGroupPolicyCommand.js +3 -3
  54. package/dist-cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +3 -3
  55. package/dist-cjs/commands/PutResolverRulePolicyCommand.js +3 -3
  56. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  57. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateFirewallConfigCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateFirewallDomainsCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateFirewallRuleCommand.js +3 -3
  61. package/dist-cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateResolverConfigCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateResolverDnssecConfigCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateResolverEndpointCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateResolverRuleCommand.js +3 -3
  66. package/dist-cjs/endpoints.js +1 -1
  67. package/dist-cjs/protocols/Aws_json1_1.js +272 -272
  68. package/dist-cjs/runtimeConfig.browser.js +4 -4
  69. package/dist-cjs/runtimeConfig.js +9 -9
  70. package/dist-cjs/runtimeConfig.native.js +1 -1
  71. package/dist-es/Route53Resolver.js +63 -63
  72. package/dist-es/pagination/ListFirewallConfigsPaginator.js +4 -4
  73. package/dist-es/pagination/ListFirewallDomainListsPaginator.js +4 -4
  74. package/dist-es/pagination/ListFirewallDomainsPaginator.js +4 -4
  75. package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +4 -4
  76. package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +4 -4
  77. package/dist-es/pagination/ListFirewallRulesPaginator.js +4 -4
  78. package/dist-es/pagination/ListResolverConfigsPaginator.js +4 -4
  79. package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +4 -4
  80. package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +4 -4
  81. package/dist-es/pagination/ListResolverEndpointsPaginator.js +4 -4
  82. package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +4 -4
  83. package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +4 -4
  84. package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +4 -4
  85. package/dist-es/pagination/ListResolverRulesPaginator.js +4 -4
  86. package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
  87. package/dist-types/Route53ResolverClient.d.ts +2 -2
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/runtimeConfig.d.ts +1 -1
  90. package/dist-types/runtimeConfig.native.d.ts +3 -3
  91. package/dist-types/ts3.4/Route53ResolverClient.d.ts +2 -2
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  95. package/package.json +34 -34
@@ -689,7 +689,7 @@ const deserializeAws_json1_1AssociateFirewallRuleGroupCommandError = async (outp
689
689
  $fault: "client",
690
690
  $metadata: deserializeMetadata(output),
691
691
  });
692
- throw smithy_client_1.decorateServiceException(response, parsedBody);
692
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
693
693
  }
694
694
  };
695
695
  const deserializeAws_json1_1AssociateResolverEndpointIpAddressCommand = async (output, context) => {
@@ -743,7 +743,7 @@ const deserializeAws_json1_1AssociateResolverEndpointIpAddressCommandError = asy
743
743
  $fault: "client",
744
744
  $metadata: deserializeMetadata(output),
745
745
  });
746
- throw smithy_client_1.decorateServiceException(response, parsedBody);
746
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
747
747
  }
748
748
  };
749
749
  const deserializeAws_json1_1AssociateResolverQueryLogConfigCommand = async (output, context) => {
@@ -800,7 +800,7 @@ const deserializeAws_json1_1AssociateResolverQueryLogConfigCommandError = async
800
800
  $fault: "client",
801
801
  $metadata: deserializeMetadata(output),
802
802
  });
803
- throw smithy_client_1.decorateServiceException(response, parsedBody);
803
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
804
804
  }
805
805
  };
806
806
  const deserializeAws_json1_1AssociateResolverRuleCommand = async (output, context) => {
@@ -857,7 +857,7 @@ const deserializeAws_json1_1AssociateResolverRuleCommandError = async (output, c
857
857
  $fault: "client",
858
858
  $metadata: deserializeMetadata(output),
859
859
  });
860
- throw smithy_client_1.decorateServiceException(response, parsedBody);
860
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
861
861
  }
862
862
  };
863
863
  const deserializeAws_json1_1CreateFirewallDomainListCommand = async (output, context) => {
@@ -905,7 +905,7 @@ const deserializeAws_json1_1CreateFirewallDomainListCommandError = async (output
905
905
  $fault: "client",
906
906
  $metadata: deserializeMetadata(output),
907
907
  });
908
- throw smithy_client_1.decorateServiceException(response, parsedBody);
908
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
909
909
  }
910
910
  };
911
911
  const deserializeAws_json1_1CreateFirewallRuleCommand = async (output, context) => {
@@ -956,7 +956,7 @@ const deserializeAws_json1_1CreateFirewallRuleCommandError = async (output, cont
956
956
  $fault: "client",
957
957
  $metadata: deserializeMetadata(output),
958
958
  });
959
- throw smithy_client_1.decorateServiceException(response, parsedBody);
959
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
960
960
  }
961
961
  };
962
962
  const deserializeAws_json1_1CreateFirewallRuleGroupCommand = async (output, context) => {
@@ -1004,7 +1004,7 @@ const deserializeAws_json1_1CreateFirewallRuleGroupCommandError = async (output,
1004
1004
  $fault: "client",
1005
1005
  $metadata: deserializeMetadata(output),
1006
1006
  });
1007
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1007
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1008
1008
  }
1009
1009
  };
1010
1010
  const deserializeAws_json1_1CreateResolverEndpointCommand = async (output, context) => {
@@ -1058,7 +1058,7 @@ const deserializeAws_json1_1CreateResolverEndpointCommandError = async (output,
1058
1058
  $fault: "client",
1059
1059
  $metadata: deserializeMetadata(output),
1060
1060
  });
1061
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1061
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1062
1062
  }
1063
1063
  };
1064
1064
  const deserializeAws_json1_1CreateResolverQueryLogConfigCommand = async (output, context) => {
@@ -1115,7 +1115,7 @@ const deserializeAws_json1_1CreateResolverQueryLogConfigCommandError = async (ou
1115
1115
  $fault: "client",
1116
1116
  $metadata: deserializeMetadata(output),
1117
1117
  });
1118
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1118
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1119
1119
  }
1120
1120
  };
1121
1121
  const deserializeAws_json1_1CreateResolverRuleCommand = async (output, context) => {
@@ -1172,7 +1172,7 @@ const deserializeAws_json1_1CreateResolverRuleCommandError = async (output, cont
1172
1172
  $fault: "client",
1173
1173
  $metadata: deserializeMetadata(output),
1174
1174
  });
1175
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1175
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1176
1176
  }
1177
1177
  };
1178
1178
  const deserializeAws_json1_1DeleteFirewallDomainListCommand = async (output, context) => {
@@ -1220,7 +1220,7 @@ const deserializeAws_json1_1DeleteFirewallDomainListCommandError = async (output
1220
1220
  $fault: "client",
1221
1221
  $metadata: deserializeMetadata(output),
1222
1222
  });
1223
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1223
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1224
1224
  }
1225
1225
  };
1226
1226
  const deserializeAws_json1_1DeleteFirewallRuleCommand = async (output, context) => {
@@ -1265,7 +1265,7 @@ const deserializeAws_json1_1DeleteFirewallRuleCommandError = async (output, cont
1265
1265
  $fault: "client",
1266
1266
  $metadata: deserializeMetadata(output),
1267
1267
  });
1268
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1268
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1269
1269
  }
1270
1270
  };
1271
1271
  const deserializeAws_json1_1DeleteFirewallRuleGroupCommand = async (output, context) => {
@@ -1316,7 +1316,7 @@ const deserializeAws_json1_1DeleteFirewallRuleGroupCommandError = async (output,
1316
1316
  $fault: "client",
1317
1317
  $metadata: deserializeMetadata(output),
1318
1318
  });
1319
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1319
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1320
1320
  }
1321
1321
  };
1322
1322
  const deserializeAws_json1_1DeleteResolverEndpointCommand = async (output, context) => {
@@ -1364,7 +1364,7 @@ const deserializeAws_json1_1DeleteResolverEndpointCommandError = async (output,
1364
1364
  $fault: "client",
1365
1365
  $metadata: deserializeMetadata(output),
1366
1366
  });
1367
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1367
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1368
1368
  }
1369
1369
  };
1370
1370
  const deserializeAws_json1_1DeleteResolverQueryLogConfigCommand = async (output, context) => {
@@ -1415,7 +1415,7 @@ const deserializeAws_json1_1DeleteResolverQueryLogConfigCommandError = async (ou
1415
1415
  $fault: "client",
1416
1416
  $metadata: deserializeMetadata(output),
1417
1417
  });
1418
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1418
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1419
1419
  }
1420
1420
  };
1421
1421
  const deserializeAws_json1_1DeleteResolverRuleCommand = async (output, context) => {
@@ -1463,7 +1463,7 @@ const deserializeAws_json1_1DeleteResolverRuleCommandError = async (output, cont
1463
1463
  $fault: "client",
1464
1464
  $metadata: deserializeMetadata(output),
1465
1465
  });
1466
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1466
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1467
1467
  }
1468
1468
  };
1469
1469
  const deserializeAws_json1_1DisassociateFirewallRuleGroupCommand = async (output, context) => {
@@ -1514,7 +1514,7 @@ const deserializeAws_json1_1DisassociateFirewallRuleGroupCommandError = async (o
1514
1514
  $fault: "client",
1515
1515
  $metadata: deserializeMetadata(output),
1516
1516
  });
1517
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1517
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1518
1518
  }
1519
1519
  };
1520
1520
  const deserializeAws_json1_1DisassociateResolverEndpointIpAddressCommand = async (output, context) => {
@@ -1565,7 +1565,7 @@ const deserializeAws_json1_1DisassociateResolverEndpointIpAddressCommandError =
1565
1565
  $fault: "client",
1566
1566
  $metadata: deserializeMetadata(output),
1567
1567
  });
1568
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1568
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1569
1569
  }
1570
1570
  };
1571
1571
  const deserializeAws_json1_1DisassociateResolverQueryLogConfigCommand = async (output, context) => {
@@ -1616,7 +1616,7 @@ const deserializeAws_json1_1DisassociateResolverQueryLogConfigCommandError = asy
1616
1616
  $fault: "client",
1617
1617
  $metadata: deserializeMetadata(output),
1618
1618
  });
1619
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1619
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1620
1620
  }
1621
1621
  };
1622
1622
  const deserializeAws_json1_1DisassociateResolverRuleCommand = async (output, context) => {
@@ -1661,7 +1661,7 @@ const deserializeAws_json1_1DisassociateResolverRuleCommandError = async (output
1661
1661
  $fault: "client",
1662
1662
  $metadata: deserializeMetadata(output),
1663
1663
  });
1664
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1664
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1665
1665
  }
1666
1666
  };
1667
1667
  const deserializeAws_json1_1GetFirewallConfigCommand = async (output, context) => {
@@ -1709,7 +1709,7 @@ const deserializeAws_json1_1GetFirewallConfigCommandError = async (output, conte
1709
1709
  $fault: "client",
1710
1710
  $metadata: deserializeMetadata(output),
1711
1711
  });
1712
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1712
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1713
1713
  }
1714
1714
  };
1715
1715
  const deserializeAws_json1_1GetFirewallDomainListCommand = async (output, context) => {
@@ -1754,7 +1754,7 @@ const deserializeAws_json1_1GetFirewallDomainListCommandError = async (output, c
1754
1754
  $fault: "client",
1755
1755
  $metadata: deserializeMetadata(output),
1756
1756
  });
1757
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1757
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1758
1758
  }
1759
1759
  };
1760
1760
  const deserializeAws_json1_1GetFirewallRuleGroupCommand = async (output, context) => {
@@ -1799,7 +1799,7 @@ const deserializeAws_json1_1GetFirewallRuleGroupCommandError = async (output, co
1799
1799
  $fault: "client",
1800
1800
  $metadata: deserializeMetadata(output),
1801
1801
  });
1802
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1802
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1803
1803
  }
1804
1804
  };
1805
1805
  const deserializeAws_json1_1GetFirewallRuleGroupAssociationCommand = async (output, context) => {
@@ -1844,7 +1844,7 @@ const deserializeAws_json1_1GetFirewallRuleGroupAssociationCommandError = async
1844
1844
  $fault: "client",
1845
1845
  $metadata: deserializeMetadata(output),
1846
1846
  });
1847
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1847
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1848
1848
  }
1849
1849
  };
1850
1850
  const deserializeAws_json1_1GetFirewallRuleGroupPolicyCommand = async (output, context) => {
@@ -1892,7 +1892,7 @@ const deserializeAws_json1_1GetFirewallRuleGroupPolicyCommandError = async (outp
1892
1892
  $fault: "client",
1893
1893
  $metadata: deserializeMetadata(output),
1894
1894
  });
1895
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1895
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1896
1896
  }
1897
1897
  };
1898
1898
  const deserializeAws_json1_1GetResolverConfigCommand = async (output, context) => {
@@ -1940,7 +1940,7 @@ const deserializeAws_json1_1GetResolverConfigCommandError = async (output, conte
1940
1940
  $fault: "client",
1941
1941
  $metadata: deserializeMetadata(output),
1942
1942
  });
1943
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1943
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1944
1944
  }
1945
1945
  };
1946
1946
  const deserializeAws_json1_1GetResolverDnssecConfigCommand = async (output, context) => {
@@ -1991,7 +1991,7 @@ const deserializeAws_json1_1GetResolverDnssecConfigCommandError = async (output,
1991
1991
  $fault: "client",
1992
1992
  $metadata: deserializeMetadata(output),
1993
1993
  });
1994
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1994
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1995
1995
  }
1996
1996
  };
1997
1997
  const deserializeAws_json1_1GetResolverEndpointCommand = async (output, context) => {
@@ -2036,7 +2036,7 @@ const deserializeAws_json1_1GetResolverEndpointCommandError = async (output, con
2036
2036
  $fault: "client",
2037
2037
  $metadata: deserializeMetadata(output),
2038
2038
  });
2039
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2039
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2040
2040
  }
2041
2041
  };
2042
2042
  const deserializeAws_json1_1GetResolverQueryLogConfigCommand = async (output, context) => {
@@ -2087,7 +2087,7 @@ const deserializeAws_json1_1GetResolverQueryLogConfigCommandError = async (outpu
2087
2087
  $fault: "client",
2088
2088
  $metadata: deserializeMetadata(output),
2089
2089
  });
2090
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2090
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2091
2091
  }
2092
2092
  };
2093
2093
  const deserializeAws_json1_1GetResolverQueryLogConfigAssociationCommand = async (output, context) => {
@@ -2138,7 +2138,7 @@ const deserializeAws_json1_1GetResolverQueryLogConfigAssociationCommandError = a
2138
2138
  $fault: "client",
2139
2139
  $metadata: deserializeMetadata(output),
2140
2140
  });
2141
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2141
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2142
2142
  }
2143
2143
  };
2144
2144
  const deserializeAws_json1_1GetResolverQueryLogConfigPolicyCommand = async (output, context) => {
@@ -2186,7 +2186,7 @@ const deserializeAws_json1_1GetResolverQueryLogConfigPolicyCommandError = async
2186
2186
  $fault: "client",
2187
2187
  $metadata: deserializeMetadata(output),
2188
2188
  });
2189
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2189
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2190
2190
  }
2191
2191
  };
2192
2192
  const deserializeAws_json1_1GetResolverRuleCommand = async (output, context) => {
@@ -2231,7 +2231,7 @@ const deserializeAws_json1_1GetResolverRuleCommandError = async (output, context
2231
2231
  $fault: "client",
2232
2232
  $metadata: deserializeMetadata(output),
2233
2233
  });
2234
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2234
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2235
2235
  }
2236
2236
  };
2237
2237
  const deserializeAws_json1_1GetResolverRuleAssociationCommand = async (output, context) => {
@@ -2276,7 +2276,7 @@ const deserializeAws_json1_1GetResolverRuleAssociationCommandError = async (outp
2276
2276
  $fault: "client",
2277
2277
  $metadata: deserializeMetadata(output),
2278
2278
  });
2279
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2279
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2280
2280
  }
2281
2281
  };
2282
2282
  const deserializeAws_json1_1GetResolverRulePolicyCommand = async (output, context) => {
@@ -2318,7 +2318,7 @@ const deserializeAws_json1_1GetResolverRulePolicyCommandError = async (output, c
2318
2318
  $fault: "client",
2319
2319
  $metadata: deserializeMetadata(output),
2320
2320
  });
2321
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2321
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2322
2322
  }
2323
2323
  };
2324
2324
  const deserializeAws_json1_1ImportFirewallDomainsCommand = async (output, context) => {
@@ -2372,7 +2372,7 @@ const deserializeAws_json1_1ImportFirewallDomainsCommandError = async (output, c
2372
2372
  $fault: "client",
2373
2373
  $metadata: deserializeMetadata(output),
2374
2374
  });
2375
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2375
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2376
2376
  }
2377
2377
  };
2378
2378
  const deserializeAws_json1_1ListFirewallConfigsCommand = async (output, context) => {
@@ -2417,7 +2417,7 @@ const deserializeAws_json1_1ListFirewallConfigsCommandError = async (output, con
2417
2417
  $fault: "client",
2418
2418
  $metadata: deserializeMetadata(output),
2419
2419
  });
2420
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2420
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2421
2421
  }
2422
2422
  };
2423
2423
  const deserializeAws_json1_1ListFirewallDomainListsCommand = async (output, context) => {
@@ -2462,7 +2462,7 @@ const deserializeAws_json1_1ListFirewallDomainListsCommandError = async (output,
2462
2462
  $fault: "client",
2463
2463
  $metadata: deserializeMetadata(output),
2464
2464
  });
2465
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2465
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2466
2466
  }
2467
2467
  };
2468
2468
  const deserializeAws_json1_1ListFirewallDomainsCommand = async (output, context) => {
@@ -2510,7 +2510,7 @@ const deserializeAws_json1_1ListFirewallDomainsCommandError = async (output, con
2510
2510
  $fault: "client",
2511
2511
  $metadata: deserializeMetadata(output),
2512
2512
  });
2513
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2513
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2514
2514
  }
2515
2515
  };
2516
2516
  const deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommand = async (output, context) => {
@@ -2555,7 +2555,7 @@ const deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommandError = asyn
2555
2555
  $fault: "client",
2556
2556
  $metadata: deserializeMetadata(output),
2557
2557
  });
2558
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2558
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2559
2559
  }
2560
2560
  };
2561
2561
  const deserializeAws_json1_1ListFirewallRuleGroupsCommand = async (output, context) => {
@@ -2600,7 +2600,7 @@ const deserializeAws_json1_1ListFirewallRuleGroupsCommandError = async (output,
2600
2600
  $fault: "client",
2601
2601
  $metadata: deserializeMetadata(output),
2602
2602
  });
2603
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2603
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2604
2604
  }
2605
2605
  };
2606
2606
  const deserializeAws_json1_1ListFirewallRulesCommand = async (output, context) => {
@@ -2648,7 +2648,7 @@ const deserializeAws_json1_1ListFirewallRulesCommandError = async (output, conte
2648
2648
  $fault: "client",
2649
2649
  $metadata: deserializeMetadata(output),
2650
2650
  });
2651
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2651
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2652
2652
  }
2653
2653
  };
2654
2654
  const deserializeAws_json1_1ListResolverConfigsCommand = async (output, context) => {
@@ -2699,7 +2699,7 @@ const deserializeAws_json1_1ListResolverConfigsCommandError = async (output, con
2699
2699
  $fault: "client",
2700
2700
  $metadata: deserializeMetadata(output),
2701
2701
  });
2702
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2702
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2703
2703
  }
2704
2704
  };
2705
2705
  const deserializeAws_json1_1ListResolverDnssecConfigsCommand = async (output, context) => {
@@ -2750,7 +2750,7 @@ const deserializeAws_json1_1ListResolverDnssecConfigsCommandError = async (outpu
2750
2750
  $fault: "client",
2751
2751
  $metadata: deserializeMetadata(output),
2752
2752
  });
2753
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2753
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2754
2754
  }
2755
2755
  };
2756
2756
  const deserializeAws_json1_1ListResolverEndpointIpAddressesCommand = async (output, context) => {
@@ -2798,7 +2798,7 @@ const deserializeAws_json1_1ListResolverEndpointIpAddressesCommandError = async
2798
2798
  $fault: "client",
2799
2799
  $metadata: deserializeMetadata(output),
2800
2800
  });
2801
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2801
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2802
2802
  }
2803
2803
  };
2804
2804
  const deserializeAws_json1_1ListResolverEndpointsCommand = async (output, context) => {
@@ -2846,7 +2846,7 @@ const deserializeAws_json1_1ListResolverEndpointsCommandError = async (output, c
2846
2846
  $fault: "client",
2847
2847
  $metadata: deserializeMetadata(output),
2848
2848
  });
2849
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2849
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2850
2850
  }
2851
2851
  };
2852
2852
  const deserializeAws_json1_1ListResolverQueryLogConfigAssociationsCommand = async (output, context) => {
@@ -2897,7 +2897,7 @@ const deserializeAws_json1_1ListResolverQueryLogConfigAssociationsCommandError =
2897
2897
  $fault: "client",
2898
2898
  $metadata: deserializeMetadata(output),
2899
2899
  });
2900
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2900
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2901
2901
  }
2902
2902
  };
2903
2903
  const deserializeAws_json1_1ListResolverQueryLogConfigsCommand = async (output, context) => {
@@ -2948,7 +2948,7 @@ const deserializeAws_json1_1ListResolverQueryLogConfigsCommandError = async (out
2948
2948
  $fault: "client",
2949
2949
  $metadata: deserializeMetadata(output),
2950
2950
  });
2951
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2951
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2952
2952
  }
2953
2953
  };
2954
2954
  const deserializeAws_json1_1ListResolverRuleAssociationsCommand = async (output, context) => {
@@ -2996,7 +2996,7 @@ const deserializeAws_json1_1ListResolverRuleAssociationsCommandError = async (ou
2996
2996
  $fault: "client",
2997
2997
  $metadata: deserializeMetadata(output),
2998
2998
  });
2999
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2999
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3000
3000
  }
3001
3001
  };
3002
3002
  const deserializeAws_json1_1ListResolverRulesCommand = async (output, context) => {
@@ -3044,7 +3044,7 @@ const deserializeAws_json1_1ListResolverRulesCommandError = async (output, conte
3044
3044
  $fault: "client",
3045
3045
  $metadata: deserializeMetadata(output),
3046
3046
  });
3047
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3047
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3048
3048
  }
3049
3049
  };
3050
3050
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -3095,7 +3095,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
3095
3095
  $fault: "client",
3096
3096
  $metadata: deserializeMetadata(output),
3097
3097
  });
3098
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3098
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3099
3099
  }
3100
3100
  };
3101
3101
  const deserializeAws_json1_1PutFirewallRuleGroupPolicyCommand = async (output, context) => {
@@ -3143,7 +3143,7 @@ const deserializeAws_json1_1PutFirewallRuleGroupPolicyCommandError = async (outp
3143
3143
  $fault: "client",
3144
3144
  $metadata: deserializeMetadata(output),
3145
3145
  });
3146
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3146
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3147
3147
  }
3148
3148
  };
3149
3149
  const deserializeAws_json1_1PutResolverQueryLogConfigPolicyCommand = async (output, context) => {
@@ -3194,7 +3194,7 @@ const deserializeAws_json1_1PutResolverQueryLogConfigPolicyCommandError = async
3194
3194
  $fault: "client",
3195
3195
  $metadata: deserializeMetadata(output),
3196
3196
  });
3197
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3197
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3198
3198
  }
3199
3199
  };
3200
3200
  const deserializeAws_json1_1PutResolverRulePolicyCommand = async (output, context) => {
@@ -3239,7 +3239,7 @@ const deserializeAws_json1_1PutResolverRulePolicyCommandError = async (output, c
3239
3239
  $fault: "client",
3240
3240
  $metadata: deserializeMetadata(output),
3241
3241
  });
3242
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3242
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3243
3243
  }
3244
3244
  };
3245
3245
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -3293,7 +3293,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
3293
3293
  $fault: "client",
3294
3294
  $metadata: deserializeMetadata(output),
3295
3295
  });
3296
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3296
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3297
3297
  }
3298
3298
  };
3299
3299
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -3341,7 +3341,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
3341
3341
  $fault: "client",
3342
3342
  $metadata: deserializeMetadata(output),
3343
3343
  });
3344
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3344
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3345
3345
  }
3346
3346
  };
3347
3347
  const deserializeAws_json1_1UpdateFirewallConfigCommand = async (output, context) => {
@@ -3389,7 +3389,7 @@ const deserializeAws_json1_1UpdateFirewallConfigCommandError = async (output, co
3389
3389
  $fault: "client",
3390
3390
  $metadata: deserializeMetadata(output),
3391
3391
  });
3392
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3392
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3393
3393
  }
3394
3394
  };
3395
3395
  const deserializeAws_json1_1UpdateFirewallDomainsCommand = async (output, context) => {
@@ -3443,7 +3443,7 @@ const deserializeAws_json1_1UpdateFirewallDomainsCommandError = async (output, c
3443
3443
  $fault: "client",
3444
3444
  $metadata: deserializeMetadata(output),
3445
3445
  });
3446
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3446
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3447
3447
  }
3448
3448
  };
3449
3449
  const deserializeAws_json1_1UpdateFirewallRuleCommand = async (output, context) => {
@@ -3494,7 +3494,7 @@ const deserializeAws_json1_1UpdateFirewallRuleCommandError = async (output, cont
3494
3494
  $fault: "client",
3495
3495
  $metadata: deserializeMetadata(output),
3496
3496
  });
3497
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3497
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3498
3498
  }
3499
3499
  };
3500
3500
  const deserializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand = async (output, context) => {
@@ -3545,7 +3545,7 @@ const deserializeAws_json1_1UpdateFirewallRuleGroupAssociationCommandError = asy
3545
3545
  $fault: "client",
3546
3546
  $metadata: deserializeMetadata(output),
3547
3547
  });
3548
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3548
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3549
3549
  }
3550
3550
  };
3551
3551
  const deserializeAws_json1_1UpdateResolverConfigCommand = async (output, context) => {
@@ -3602,7 +3602,7 @@ const deserializeAws_json1_1UpdateResolverConfigCommandError = async (output, co
3602
3602
  $fault: "client",
3603
3603
  $metadata: deserializeMetadata(output),
3604
3604
  });
3605
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3605
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3606
3606
  }
3607
3607
  };
3608
3608
  const deserializeAws_json1_1UpdateResolverDnssecConfigCommand = async (output, context) => {
@@ -3653,7 +3653,7 @@ const deserializeAws_json1_1UpdateResolverDnssecConfigCommandError = async (outp
3653
3653
  $fault: "client",
3654
3654
  $metadata: deserializeMetadata(output),
3655
3655
  });
3656
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3656
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3657
3657
  }
3658
3658
  };
3659
3659
  const deserializeAws_json1_1UpdateResolverEndpointCommand = async (output, context) => {
@@ -3701,7 +3701,7 @@ const deserializeAws_json1_1UpdateResolverEndpointCommandError = async (output,
3701
3701
  $fault: "client",
3702
3702
  $metadata: deserializeMetadata(output),
3703
3703
  });
3704
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3704
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3705
3705
  }
3706
3706
  };
3707
3707
  const deserializeAws_json1_1UpdateResolverRuleCommand = async (output, context) => {
@@ -3755,7 +3755,7 @@ const deserializeAws_json1_1UpdateResolverRuleCommandError = async (output, cont
3755
3755
  $fault: "client",
3756
3756
  $metadata: deserializeMetadata(output),
3757
3757
  });
3758
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3758
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3759
3759
  }
3760
3760
  };
3761
3761
  const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput, context) => {
@@ -3765,7 +3765,7 @@ const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput,
3765
3765
  $metadata: deserializeMetadata(parsedOutput),
3766
3766
  ...deserialized,
3767
3767
  });
3768
- return smithy_client_1.decorateServiceException(exception, body);
3768
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3769
3769
  };
3770
3770
  const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, context) => {
3771
3771
  const body = parsedOutput.body;
@@ -3774,7 +3774,7 @@ const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, con
3774
3774
  $metadata: deserializeMetadata(parsedOutput),
3775
3775
  ...deserialized,
3776
3776
  });
3777
- return smithy_client_1.decorateServiceException(exception, body);
3777
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3778
3778
  };
3779
3779
  const deserializeAws_json1_1InternalServiceErrorExceptionResponse = async (parsedOutput, context) => {
3780
3780
  const body = parsedOutput.body;
@@ -3783,7 +3783,7 @@ const deserializeAws_json1_1InternalServiceErrorExceptionResponse = async (parse
3783
3783
  $metadata: deserializeMetadata(parsedOutput),
3784
3784
  ...deserialized,
3785
3785
  });
3786
- return smithy_client_1.decorateServiceException(exception, body);
3786
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3787
3787
  };
3788
3788
  const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOutput, context) => {
3789
3789
  const body = parsedOutput.body;
@@ -3792,7 +3792,7 @@ const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOut
3792
3792
  $metadata: deserializeMetadata(parsedOutput),
3793
3793
  ...deserialized,
3794
3794
  });
3795
- return smithy_client_1.decorateServiceException(exception, body);
3795
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3796
3796
  };
3797
3797
  const deserializeAws_json1_1InvalidParameterExceptionResponse = async (parsedOutput, context) => {
3798
3798
  const body = parsedOutput.body;
@@ -3801,7 +3801,7 @@ const deserializeAws_json1_1InvalidParameterExceptionResponse = async (parsedOut
3801
3801
  $metadata: deserializeMetadata(parsedOutput),
3802
3802
  ...deserialized,
3803
3803
  });
3804
- return smithy_client_1.decorateServiceException(exception, body);
3804
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3805
3805
  };
3806
3806
  const deserializeAws_json1_1InvalidPolicyDocumentResponse = async (parsedOutput, context) => {
3807
3807
  const body = parsedOutput.body;
@@ -3810,7 +3810,7 @@ const deserializeAws_json1_1InvalidPolicyDocumentResponse = async (parsedOutput,
3810
3810
  $metadata: deserializeMetadata(parsedOutput),
3811
3811
  ...deserialized,
3812
3812
  });
3813
- return smithy_client_1.decorateServiceException(exception, body);
3813
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3814
3814
  };
3815
3815
  const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutput, context) => {
3816
3816
  const body = parsedOutput.body;
@@ -3819,7 +3819,7 @@ const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutpu
3819
3819
  $metadata: deserializeMetadata(parsedOutput),
3820
3820
  ...deserialized,
3821
3821
  });
3822
- return smithy_client_1.decorateServiceException(exception, body);
3822
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3823
3823
  };
3824
3824
  const deserializeAws_json1_1InvalidTagExceptionResponse = async (parsedOutput, context) => {
3825
3825
  const body = parsedOutput.body;
@@ -3828,7 +3828,7 @@ const deserializeAws_json1_1InvalidTagExceptionResponse = async (parsedOutput, c
3828
3828
  $metadata: deserializeMetadata(parsedOutput),
3829
3829
  ...deserialized,
3830
3830
  });
3831
- return smithy_client_1.decorateServiceException(exception, body);
3831
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3832
3832
  };
3833
3833
  const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
3834
3834
  const body = parsedOutput.body;
@@ -3837,7 +3837,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
3837
3837
  $metadata: deserializeMetadata(parsedOutput),
3838
3838
  ...deserialized,
3839
3839
  });
3840
- return smithy_client_1.decorateServiceException(exception, body);
3840
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3841
3841
  };
3842
3842
  const deserializeAws_json1_1ResourceExistsExceptionResponse = async (parsedOutput, context) => {
3843
3843
  const body = parsedOutput.body;
@@ -3846,7 +3846,7 @@ const deserializeAws_json1_1ResourceExistsExceptionResponse = async (parsedOutpu
3846
3846
  $metadata: deserializeMetadata(parsedOutput),
3847
3847
  ...deserialized,
3848
3848
  });
3849
- return smithy_client_1.decorateServiceException(exception, body);
3849
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3850
3850
  };
3851
3851
  const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput, context) => {
3852
3852
  const body = parsedOutput.body;
@@ -3855,7 +3855,7 @@ const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput
3855
3855
  $metadata: deserializeMetadata(parsedOutput),
3856
3856
  ...deserialized,
3857
3857
  });
3858
- return smithy_client_1.decorateServiceException(exception, body);
3858
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3859
3859
  };
3860
3860
  const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
3861
3861
  const body = parsedOutput.body;
@@ -3864,7 +3864,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
3864
3864
  $metadata: deserializeMetadata(parsedOutput),
3865
3865
  ...deserialized,
3866
3866
  });
3867
- return smithy_client_1.decorateServiceException(exception, body);
3867
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3868
3868
  };
3869
3869
  const deserializeAws_json1_1ResourceUnavailableExceptionResponse = async (parsedOutput, context) => {
3870
3870
  const body = parsedOutput.body;
@@ -3873,7 +3873,7 @@ const deserializeAws_json1_1ResourceUnavailableExceptionResponse = async (parsed
3873
3873
  $metadata: deserializeMetadata(parsedOutput),
3874
3874
  ...deserialized,
3875
3875
  });
3876
- return smithy_client_1.decorateServiceException(exception, body);
3876
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3877
3877
  };
3878
3878
  const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, context) => {
3879
3879
  const body = parsedOutput.body;
@@ -3882,7 +3882,7 @@ const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, c
3882
3882
  $metadata: deserializeMetadata(parsedOutput),
3883
3883
  ...deserialized,
3884
3884
  });
3885
- return smithy_client_1.decorateServiceException(exception, body);
3885
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3886
3886
  };
3887
3887
  const deserializeAws_json1_1UnknownResourceExceptionResponse = async (parsedOutput, context) => {
3888
3888
  const body = parsedOutput.body;
@@ -3891,7 +3891,7 @@ const deserializeAws_json1_1UnknownResourceExceptionResponse = async (parsedOutp
3891
3891
  $metadata: deserializeMetadata(parsedOutput),
3892
3892
  ...deserialized,
3893
3893
  });
3894
- return smithy_client_1.decorateServiceException(exception, body);
3894
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3895
3895
  };
3896
3896
  const deserializeAws_json1_1ValidationExceptionResponse = async (parsedOutput, context) => {
3897
3897
  const body = parsedOutput.body;
@@ -3900,12 +3900,12 @@ const deserializeAws_json1_1ValidationExceptionResponse = async (parsedOutput, c
3900
3900
  $metadata: deserializeMetadata(parsedOutput),
3901
3901
  ...deserialized,
3902
3902
  });
3903
- return smithy_client_1.decorateServiceException(exception, body);
3903
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3904
3904
  };
3905
3905
  const serializeAws_json1_1AssociateFirewallRuleGroupRequest = (input, context) => {
3906
3906
  var _a;
3907
3907
  return {
3908
- CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : uuid_1.v4(),
3908
+ CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
3909
3909
  ...(input.FirewallRuleGroupId !== undefined &&
3910
3910
  input.FirewallRuleGroupId !== null && { FirewallRuleGroupId: input.FirewallRuleGroupId }),
3911
3911
  ...(input.MutationProtection !== undefined &&
@@ -3942,7 +3942,7 @@ const serializeAws_json1_1AssociateResolverRuleRequest = (input, context) => {
3942
3942
  const serializeAws_json1_1CreateFirewallDomainListRequest = (input, context) => {
3943
3943
  var _a;
3944
3944
  return {
3945
- CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : uuid_1.v4(),
3945
+ CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
3946
3946
  ...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
3947
3947
  ...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
3948
3948
  };
@@ -3950,7 +3950,7 @@ const serializeAws_json1_1CreateFirewallDomainListRequest = (input, context) =>
3950
3950
  const serializeAws_json1_1CreateFirewallRuleGroupRequest = (input, context) => {
3951
3951
  var _a;
3952
3952
  return {
3953
- CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : uuid_1.v4(),
3953
+ CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
3954
3954
  ...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
3955
3955
  ...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
3956
3956
  };
@@ -3966,7 +3966,7 @@ const serializeAws_json1_1CreateFirewallRuleRequest = (input, context) => {
3966
3966
  ...(input.BlockOverrideTtl !== undefined &&
3967
3967
  input.BlockOverrideTtl !== null && { BlockOverrideTtl: input.BlockOverrideTtl }),
3968
3968
  ...(input.BlockResponse !== undefined && input.BlockResponse !== null && { BlockResponse: input.BlockResponse }),
3969
- CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : uuid_1.v4(),
3969
+ CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
3970
3970
  ...(input.FirewallDomainListId !== undefined &&
3971
3971
  input.FirewallDomainListId !== null && { FirewallDomainListId: input.FirewallDomainListId }),
3972
3972
  ...(input.FirewallRuleGroupId !== undefined &&
@@ -3995,7 +3995,7 @@ const serializeAws_json1_1CreateResolverEndpointRequest = (input, context) => {
3995
3995
  const serializeAws_json1_1CreateResolverQueryLogConfigRequest = (input, context) => {
3996
3996
  var _a;
3997
3997
  return {
3998
- CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : uuid_1.v4(),
3998
+ CreatorRequestId: (_a = input.CreatorRequestId) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
3999
3999
  ...(input.DestinationArn !== undefined &&
4000
4000
  input.DestinationArn !== null && { DestinationArn: input.DestinationArn }),
4001
4001
  ...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
@@ -4527,7 +4527,7 @@ const serializeAws_json1_1UpdateResolverRuleRequest = (input, context) => {
4527
4527
  };
4528
4528
  const deserializeAws_json1_1AccessDeniedException = (output, context) => {
4529
4529
  return {
4530
- Message: smithy_client_1.expectString(output.Message),
4530
+ Message: (0, smithy_client_1.expectString)(output.Message),
4531
4531
  };
4532
4532
  };
4533
4533
  const deserializeAws_json1_1AssociateFirewallRuleGroupResponse = (output, context) => {
@@ -4560,7 +4560,7 @@ const deserializeAws_json1_1AssociateResolverRuleResponse = (output, context) =>
4560
4560
  };
4561
4561
  const deserializeAws_json1_1ConflictException = (output, context) => {
4562
4562
  return {
4563
- Message: smithy_client_1.expectString(output.Message),
4563
+ Message: (0, smithy_client_1.expectString)(output.Message),
4564
4564
  };
4565
4565
  };
4566
4566
  const deserializeAws_json1_1CreateFirewallDomainListResponse = (output, context) => {
@@ -4677,10 +4677,10 @@ const deserializeAws_json1_1DisassociateResolverRuleResponse = (output, context)
4677
4677
  };
4678
4678
  const deserializeAws_json1_1FirewallConfig = (output, context) => {
4679
4679
  return {
4680
- FirewallFailOpen: smithy_client_1.expectString(output.FirewallFailOpen),
4681
- Id: smithy_client_1.expectString(output.Id),
4682
- OwnerId: smithy_client_1.expectString(output.OwnerId),
4683
- ResourceId: smithy_client_1.expectString(output.ResourceId),
4680
+ FirewallFailOpen: (0, smithy_client_1.expectString)(output.FirewallFailOpen),
4681
+ Id: (0, smithy_client_1.expectString)(output.Id),
4682
+ OwnerId: (0, smithy_client_1.expectString)(output.OwnerId),
4683
+ ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
4684
4684
  };
4685
4685
  };
4686
4686
  const deserializeAws_json1_1FirewallConfigList = (output, context) => {
@@ -4696,25 +4696,25 @@ const deserializeAws_json1_1FirewallConfigList = (output, context) => {
4696
4696
  };
4697
4697
  const deserializeAws_json1_1FirewallDomainList = (output, context) => {
4698
4698
  return {
4699
- Arn: smithy_client_1.expectString(output.Arn),
4700
- CreationTime: smithy_client_1.expectString(output.CreationTime),
4701
- CreatorRequestId: smithy_client_1.expectString(output.CreatorRequestId),
4702
- DomainCount: smithy_client_1.expectInt32(output.DomainCount),
4703
- Id: smithy_client_1.expectString(output.Id),
4704
- ManagedOwnerName: smithy_client_1.expectString(output.ManagedOwnerName),
4705
- ModificationTime: smithy_client_1.expectString(output.ModificationTime),
4706
- Name: smithy_client_1.expectString(output.Name),
4707
- Status: smithy_client_1.expectString(output.Status),
4708
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
4699
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
4700
+ CreationTime: (0, smithy_client_1.expectString)(output.CreationTime),
4701
+ CreatorRequestId: (0, smithy_client_1.expectString)(output.CreatorRequestId),
4702
+ DomainCount: (0, smithy_client_1.expectInt32)(output.DomainCount),
4703
+ Id: (0, smithy_client_1.expectString)(output.Id),
4704
+ ManagedOwnerName: (0, smithy_client_1.expectString)(output.ManagedOwnerName),
4705
+ ModificationTime: (0, smithy_client_1.expectString)(output.ModificationTime),
4706
+ Name: (0, smithy_client_1.expectString)(output.Name),
4707
+ Status: (0, smithy_client_1.expectString)(output.Status),
4708
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
4709
4709
  };
4710
4710
  };
4711
4711
  const deserializeAws_json1_1FirewallDomainListMetadata = (output, context) => {
4712
4712
  return {
4713
- Arn: smithy_client_1.expectString(output.Arn),
4714
- CreatorRequestId: smithy_client_1.expectString(output.CreatorRequestId),
4715
- Id: smithy_client_1.expectString(output.Id),
4716
- ManagedOwnerName: smithy_client_1.expectString(output.ManagedOwnerName),
4717
- Name: smithy_client_1.expectString(output.Name),
4713
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
4714
+ CreatorRequestId: (0, smithy_client_1.expectString)(output.CreatorRequestId),
4715
+ Id: (0, smithy_client_1.expectString)(output.Id),
4716
+ ManagedOwnerName: (0, smithy_client_1.expectString)(output.ManagedOwnerName),
4717
+ Name: (0, smithy_client_1.expectString)(output.Name),
4718
4718
  };
4719
4719
  };
4720
4720
  const deserializeAws_json1_1FirewallDomainListMetadataList = (output, context) => {
@@ -4735,56 +4735,56 @@ const deserializeAws_json1_1FirewallDomains = (output, context) => {
4735
4735
  if (entry === null) {
4736
4736
  return null;
4737
4737
  }
4738
- return smithy_client_1.expectString(entry);
4738
+ return (0, smithy_client_1.expectString)(entry);
4739
4739
  });
4740
4740
  return retVal;
4741
4741
  };
4742
4742
  const deserializeAws_json1_1FirewallRule = (output, context) => {
4743
4743
  return {
4744
- Action: smithy_client_1.expectString(output.Action),
4745
- BlockOverrideDnsType: smithy_client_1.expectString(output.BlockOverrideDnsType),
4746
- BlockOverrideDomain: smithy_client_1.expectString(output.BlockOverrideDomain),
4747
- BlockOverrideTtl: smithy_client_1.expectInt32(output.BlockOverrideTtl),
4748
- BlockResponse: smithy_client_1.expectString(output.BlockResponse),
4749
- CreationTime: smithy_client_1.expectString(output.CreationTime),
4750
- CreatorRequestId: smithy_client_1.expectString(output.CreatorRequestId),
4751
- FirewallDomainListId: smithy_client_1.expectString(output.FirewallDomainListId),
4752
- FirewallRuleGroupId: smithy_client_1.expectString(output.FirewallRuleGroupId),
4753
- ModificationTime: smithy_client_1.expectString(output.ModificationTime),
4754
- Name: smithy_client_1.expectString(output.Name),
4755
- Priority: smithy_client_1.expectInt32(output.Priority),
4744
+ Action: (0, smithy_client_1.expectString)(output.Action),
4745
+ BlockOverrideDnsType: (0, smithy_client_1.expectString)(output.BlockOverrideDnsType),
4746
+ BlockOverrideDomain: (0, smithy_client_1.expectString)(output.BlockOverrideDomain),
4747
+ BlockOverrideTtl: (0, smithy_client_1.expectInt32)(output.BlockOverrideTtl),
4748
+ BlockResponse: (0, smithy_client_1.expectString)(output.BlockResponse),
4749
+ CreationTime: (0, smithy_client_1.expectString)(output.CreationTime),
4750
+ CreatorRequestId: (0, smithy_client_1.expectString)(output.CreatorRequestId),
4751
+ FirewallDomainListId: (0, smithy_client_1.expectString)(output.FirewallDomainListId),
4752
+ FirewallRuleGroupId: (0, smithy_client_1.expectString)(output.FirewallRuleGroupId),
4753
+ ModificationTime: (0, smithy_client_1.expectString)(output.ModificationTime),
4754
+ Name: (0, smithy_client_1.expectString)(output.Name),
4755
+ Priority: (0, smithy_client_1.expectInt32)(output.Priority),
4756
4756
  };
4757
4757
  };
4758
4758
  const deserializeAws_json1_1FirewallRuleGroup = (output, context) => {
4759
4759
  return {
4760
- Arn: smithy_client_1.expectString(output.Arn),
4761
- CreationTime: smithy_client_1.expectString(output.CreationTime),
4762
- CreatorRequestId: smithy_client_1.expectString(output.CreatorRequestId),
4763
- Id: smithy_client_1.expectString(output.Id),
4764
- ModificationTime: smithy_client_1.expectString(output.ModificationTime),
4765
- Name: smithy_client_1.expectString(output.Name),
4766
- OwnerId: smithy_client_1.expectString(output.OwnerId),
4767
- RuleCount: smithy_client_1.expectInt32(output.RuleCount),
4768
- ShareStatus: smithy_client_1.expectString(output.ShareStatus),
4769
- Status: smithy_client_1.expectString(output.Status),
4770
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
4760
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
4761
+ CreationTime: (0, smithy_client_1.expectString)(output.CreationTime),
4762
+ CreatorRequestId: (0, smithy_client_1.expectString)(output.CreatorRequestId),
4763
+ Id: (0, smithy_client_1.expectString)(output.Id),
4764
+ ModificationTime: (0, smithy_client_1.expectString)(output.ModificationTime),
4765
+ Name: (0, smithy_client_1.expectString)(output.Name),
4766
+ OwnerId: (0, smithy_client_1.expectString)(output.OwnerId),
4767
+ RuleCount: (0, smithy_client_1.expectInt32)(output.RuleCount),
4768
+ ShareStatus: (0, smithy_client_1.expectString)(output.ShareStatus),
4769
+ Status: (0, smithy_client_1.expectString)(output.Status),
4770
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
4771
4771
  };
4772
4772
  };
4773
4773
  const deserializeAws_json1_1FirewallRuleGroupAssociation = (output, context) => {
4774
4774
  return {
4775
- Arn: smithy_client_1.expectString(output.Arn),
4776
- CreationTime: smithy_client_1.expectString(output.CreationTime),
4777
- CreatorRequestId: smithy_client_1.expectString(output.CreatorRequestId),
4778
- FirewallRuleGroupId: smithy_client_1.expectString(output.FirewallRuleGroupId),
4779
- Id: smithy_client_1.expectString(output.Id),
4780
- ManagedOwnerName: smithy_client_1.expectString(output.ManagedOwnerName),
4781
- ModificationTime: smithy_client_1.expectString(output.ModificationTime),
4782
- MutationProtection: smithy_client_1.expectString(output.MutationProtection),
4783
- Name: smithy_client_1.expectString(output.Name),
4784
- Priority: smithy_client_1.expectInt32(output.Priority),
4785
- Status: smithy_client_1.expectString(output.Status),
4786
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
4787
- VpcId: smithy_client_1.expectString(output.VpcId),
4775
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
4776
+ CreationTime: (0, smithy_client_1.expectString)(output.CreationTime),
4777
+ CreatorRequestId: (0, smithy_client_1.expectString)(output.CreatorRequestId),
4778
+ FirewallRuleGroupId: (0, smithy_client_1.expectString)(output.FirewallRuleGroupId),
4779
+ Id: (0, smithy_client_1.expectString)(output.Id),
4780
+ ManagedOwnerName: (0, smithy_client_1.expectString)(output.ManagedOwnerName),
4781
+ ModificationTime: (0, smithy_client_1.expectString)(output.ModificationTime),
4782
+ MutationProtection: (0, smithy_client_1.expectString)(output.MutationProtection),
4783
+ Name: (0, smithy_client_1.expectString)(output.Name),
4784
+ Priority: (0, smithy_client_1.expectInt32)(output.Priority),
4785
+ Status: (0, smithy_client_1.expectString)(output.Status),
4786
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
4787
+ VpcId: (0, smithy_client_1.expectString)(output.VpcId),
4788
4788
  };
4789
4789
  };
4790
4790
  const deserializeAws_json1_1FirewallRuleGroupAssociations = (output, context) => {
@@ -4800,12 +4800,12 @@ const deserializeAws_json1_1FirewallRuleGroupAssociations = (output, context) =>
4800
4800
  };
4801
4801
  const deserializeAws_json1_1FirewallRuleGroupMetadata = (output, context) => {
4802
4802
  return {
4803
- Arn: smithy_client_1.expectString(output.Arn),
4804
- CreatorRequestId: smithy_client_1.expectString(output.CreatorRequestId),
4805
- Id: smithy_client_1.expectString(output.Id),
4806
- Name: smithy_client_1.expectString(output.Name),
4807
- OwnerId: smithy_client_1.expectString(output.OwnerId),
4808
- ShareStatus: smithy_client_1.expectString(output.ShareStatus),
4803
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
4804
+ CreatorRequestId: (0, smithy_client_1.expectString)(output.CreatorRequestId),
4805
+ Id: (0, smithy_client_1.expectString)(output.Id),
4806
+ Name: (0, smithy_client_1.expectString)(output.Name),
4807
+ OwnerId: (0, smithy_client_1.expectString)(output.OwnerId),
4808
+ ShareStatus: (0, smithy_client_1.expectString)(output.ShareStatus),
4809
4809
  };
4810
4810
  };
4811
4811
  const deserializeAws_json1_1FirewallRuleGroupMetadataList = (output, context) => {
@@ -4853,7 +4853,7 @@ const deserializeAws_json1_1GetFirewallRuleGroupAssociationResponse = (output, c
4853
4853
  };
4854
4854
  const deserializeAws_json1_1GetFirewallRuleGroupPolicyResponse = (output, context) => {
4855
4855
  return {
4856
- FirewallRuleGroupPolicy: smithy_client_1.expectString(output.FirewallRuleGroupPolicy),
4856
+ FirewallRuleGroupPolicy: (0, smithy_client_1.expectString)(output.FirewallRuleGroupPolicy),
4857
4857
  };
4858
4858
  };
4859
4859
  const deserializeAws_json1_1GetFirewallRuleGroupResponse = (output, context) => {
@@ -4893,7 +4893,7 @@ const deserializeAws_json1_1GetResolverQueryLogConfigAssociationResponse = (outp
4893
4893
  };
4894
4894
  const deserializeAws_json1_1GetResolverQueryLogConfigPolicyResponse = (output, context) => {
4895
4895
  return {
4896
- ResolverQueryLogConfigPolicy: smithy_client_1.expectString(output.ResolverQueryLogConfigPolicy),
4896
+ ResolverQueryLogConfigPolicy: (0, smithy_client_1.expectString)(output.ResolverQueryLogConfigPolicy),
4897
4897
  };
4898
4898
  };
4899
4899
  const deserializeAws_json1_1GetResolverQueryLogConfigResponse = (output, context) => {
@@ -4912,7 +4912,7 @@ const deserializeAws_json1_1GetResolverRuleAssociationResponse = (output, contex
4912
4912
  };
4913
4913
  const deserializeAws_json1_1GetResolverRulePolicyResponse = (output, context) => {
4914
4914
  return {
4915
- ResolverRulePolicy: smithy_client_1.expectString(output.ResolverRulePolicy),
4915
+ ResolverRulePolicy: (0, smithy_client_1.expectString)(output.ResolverRulePolicy),
4916
4916
  };
4917
4917
  };
4918
4918
  const deserializeAws_json1_1GetResolverRuleResponse = (output, context) => {
@@ -4924,41 +4924,41 @@ const deserializeAws_json1_1GetResolverRuleResponse = (output, context) => {
4924
4924
  };
4925
4925
  const deserializeAws_json1_1ImportFirewallDomainsResponse = (output, context) => {
4926
4926
  return {
4927
- Id: smithy_client_1.expectString(output.Id),
4928
- Name: smithy_client_1.expectString(output.Name),
4929
- Status: smithy_client_1.expectString(output.Status),
4930
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
4927
+ Id: (0, smithy_client_1.expectString)(output.Id),
4928
+ Name: (0, smithy_client_1.expectString)(output.Name),
4929
+ Status: (0, smithy_client_1.expectString)(output.Status),
4930
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
4931
4931
  };
4932
4932
  };
4933
4933
  const deserializeAws_json1_1InternalServiceErrorException = (output, context) => {
4934
4934
  return {
4935
- Message: smithy_client_1.expectString(output.Message),
4935
+ Message: (0, smithy_client_1.expectString)(output.Message),
4936
4936
  };
4937
4937
  };
4938
4938
  const deserializeAws_json1_1InvalidNextTokenException = (output, context) => {
4939
4939
  return {
4940
- Message: smithy_client_1.expectString(output.Message),
4940
+ Message: (0, smithy_client_1.expectString)(output.Message),
4941
4941
  };
4942
4942
  };
4943
4943
  const deserializeAws_json1_1InvalidParameterException = (output, context) => {
4944
4944
  return {
4945
- FieldName: smithy_client_1.expectString(output.FieldName),
4946
- Message: smithy_client_1.expectString(output.Message),
4945
+ FieldName: (0, smithy_client_1.expectString)(output.FieldName),
4946
+ Message: (0, smithy_client_1.expectString)(output.Message),
4947
4947
  };
4948
4948
  };
4949
4949
  const deserializeAws_json1_1InvalidPolicyDocument = (output, context) => {
4950
4950
  return {
4951
- Message: smithy_client_1.expectString(output.Message),
4951
+ Message: (0, smithy_client_1.expectString)(output.Message),
4952
4952
  };
4953
4953
  };
4954
4954
  const deserializeAws_json1_1InvalidRequestException = (output, context) => {
4955
4955
  return {
4956
- Message: smithy_client_1.expectString(output.Message),
4956
+ Message: (0, smithy_client_1.expectString)(output.Message),
4957
4957
  };
4958
4958
  };
4959
4959
  const deserializeAws_json1_1InvalidTagException = (output, context) => {
4960
4960
  return {
4961
- Message: smithy_client_1.expectString(output.Message),
4961
+ Message: (0, smithy_client_1.expectString)(output.Message),
4962
4962
  };
4963
4963
  };
4964
4964
  const deserializeAws_json1_1IpAddressesResponse = (output, context) => {
@@ -4974,19 +4974,19 @@ const deserializeAws_json1_1IpAddressesResponse = (output, context) => {
4974
4974
  };
4975
4975
  const deserializeAws_json1_1IpAddressResponse = (output, context) => {
4976
4976
  return {
4977
- CreationTime: smithy_client_1.expectString(output.CreationTime),
4978
- Ip: smithy_client_1.expectString(output.Ip),
4979
- IpId: smithy_client_1.expectString(output.IpId),
4980
- ModificationTime: smithy_client_1.expectString(output.ModificationTime),
4981
- Status: smithy_client_1.expectString(output.Status),
4982
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
4983
- SubnetId: smithy_client_1.expectString(output.SubnetId),
4977
+ CreationTime: (0, smithy_client_1.expectString)(output.CreationTime),
4978
+ Ip: (0, smithy_client_1.expectString)(output.Ip),
4979
+ IpId: (0, smithy_client_1.expectString)(output.IpId),
4980
+ ModificationTime: (0, smithy_client_1.expectString)(output.ModificationTime),
4981
+ Status: (0, smithy_client_1.expectString)(output.Status),
4982
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
4983
+ SubnetId: (0, smithy_client_1.expectString)(output.SubnetId),
4984
4984
  };
4985
4985
  };
4986
4986
  const deserializeAws_json1_1LimitExceededException = (output, context) => {
4987
4987
  return {
4988
- Message: smithy_client_1.expectString(output.Message),
4989
- ResourceType: smithy_client_1.expectString(output.ResourceType),
4988
+ Message: (0, smithy_client_1.expectString)(output.Message),
4989
+ ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
4990
4990
  };
4991
4991
  };
4992
4992
  const deserializeAws_json1_1ListFirewallConfigsResponse = (output, context) => {
@@ -4994,7 +4994,7 @@ const deserializeAws_json1_1ListFirewallConfigsResponse = (output, context) => {
4994
4994
  FirewallConfigs: output.FirewallConfigs !== undefined && output.FirewallConfigs !== null
4995
4995
  ? deserializeAws_json1_1FirewallConfigList(output.FirewallConfigs, context)
4996
4996
  : undefined,
4997
- NextToken: smithy_client_1.expectString(output.NextToken),
4997
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
4998
4998
  };
4999
4999
  };
5000
5000
  const deserializeAws_json1_1ListFirewallDomainListsResponse = (output, context) => {
@@ -5002,7 +5002,7 @@ const deserializeAws_json1_1ListFirewallDomainListsResponse = (output, context)
5002
5002
  FirewallDomainLists: output.FirewallDomainLists !== undefined && output.FirewallDomainLists !== null
5003
5003
  ? deserializeAws_json1_1FirewallDomainListMetadataList(output.FirewallDomainLists, context)
5004
5004
  : undefined,
5005
- NextToken: smithy_client_1.expectString(output.NextToken),
5005
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5006
5006
  };
5007
5007
  };
5008
5008
  const deserializeAws_json1_1ListFirewallDomainsResponse = (output, context) => {
@@ -5010,7 +5010,7 @@ const deserializeAws_json1_1ListFirewallDomainsResponse = (output, context) => {
5010
5010
  Domains: output.Domains !== undefined && output.Domains !== null
5011
5011
  ? deserializeAws_json1_1FirewallDomains(output.Domains, context)
5012
5012
  : undefined,
5013
- NextToken: smithy_client_1.expectString(output.NextToken),
5013
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5014
5014
  };
5015
5015
  };
5016
5016
  const deserializeAws_json1_1ListFirewallRuleGroupAssociationsResponse = (output, context) => {
@@ -5018,7 +5018,7 @@ const deserializeAws_json1_1ListFirewallRuleGroupAssociationsResponse = (output,
5018
5018
  FirewallRuleGroupAssociations: output.FirewallRuleGroupAssociations !== undefined && output.FirewallRuleGroupAssociations !== null
5019
5019
  ? deserializeAws_json1_1FirewallRuleGroupAssociations(output.FirewallRuleGroupAssociations, context)
5020
5020
  : undefined,
5021
- NextToken: smithy_client_1.expectString(output.NextToken),
5021
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5022
5022
  };
5023
5023
  };
5024
5024
  const deserializeAws_json1_1ListFirewallRuleGroupsResponse = (output, context) => {
@@ -5026,7 +5026,7 @@ const deserializeAws_json1_1ListFirewallRuleGroupsResponse = (output, context) =
5026
5026
  FirewallRuleGroups: output.FirewallRuleGroups !== undefined && output.FirewallRuleGroups !== null
5027
5027
  ? deserializeAws_json1_1FirewallRuleGroupMetadataList(output.FirewallRuleGroups, context)
5028
5028
  : undefined,
5029
- NextToken: smithy_client_1.expectString(output.NextToken),
5029
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5030
5030
  };
5031
5031
  };
5032
5032
  const deserializeAws_json1_1ListFirewallRulesResponse = (output, context) => {
@@ -5034,12 +5034,12 @@ const deserializeAws_json1_1ListFirewallRulesResponse = (output, context) => {
5034
5034
  FirewallRules: output.FirewallRules !== undefined && output.FirewallRules !== null
5035
5035
  ? deserializeAws_json1_1FirewallRules(output.FirewallRules, context)
5036
5036
  : undefined,
5037
- NextToken: smithy_client_1.expectString(output.NextToken),
5037
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5038
5038
  };
5039
5039
  };
5040
5040
  const deserializeAws_json1_1ListResolverConfigsResponse = (output, context) => {
5041
5041
  return {
5042
- NextToken: smithy_client_1.expectString(output.NextToken),
5042
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5043
5043
  ResolverConfigs: output.ResolverConfigs !== undefined && output.ResolverConfigs !== null
5044
5044
  ? deserializeAws_json1_1ResolverConfigList(output.ResolverConfigs, context)
5045
5045
  : undefined,
@@ -5047,7 +5047,7 @@ const deserializeAws_json1_1ListResolverConfigsResponse = (output, context) => {
5047
5047
  };
5048
5048
  const deserializeAws_json1_1ListResolverDnssecConfigsResponse = (output, context) => {
5049
5049
  return {
5050
- NextToken: smithy_client_1.expectString(output.NextToken),
5050
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5051
5051
  ResolverDnssecConfigs: output.ResolverDnssecConfigs !== undefined && output.ResolverDnssecConfigs !== null
5052
5052
  ? deserializeAws_json1_1ResolverDnssecConfigList(output.ResolverDnssecConfigs, context)
5053
5053
  : undefined,
@@ -5058,14 +5058,14 @@ const deserializeAws_json1_1ListResolverEndpointIpAddressesResponse = (output, c
5058
5058
  IpAddresses: output.IpAddresses !== undefined && output.IpAddresses !== null
5059
5059
  ? deserializeAws_json1_1IpAddressesResponse(output.IpAddresses, context)
5060
5060
  : undefined,
5061
- MaxResults: smithy_client_1.expectInt32(output.MaxResults),
5062
- NextToken: smithy_client_1.expectString(output.NextToken),
5061
+ MaxResults: (0, smithy_client_1.expectInt32)(output.MaxResults),
5062
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5063
5063
  };
5064
5064
  };
5065
5065
  const deserializeAws_json1_1ListResolverEndpointsResponse = (output, context) => {
5066
5066
  return {
5067
- MaxResults: smithy_client_1.expectInt32(output.MaxResults),
5068
- NextToken: smithy_client_1.expectString(output.NextToken),
5067
+ MaxResults: (0, smithy_client_1.expectInt32)(output.MaxResults),
5068
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5069
5069
  ResolverEndpoints: output.ResolverEndpoints !== undefined && output.ResolverEndpoints !== null
5070
5070
  ? deserializeAws_json1_1ResolverEndpoints(output.ResolverEndpoints, context)
5071
5071
  : undefined,
@@ -5073,28 +5073,28 @@ const deserializeAws_json1_1ListResolverEndpointsResponse = (output, context) =>
5073
5073
  };
5074
5074
  const deserializeAws_json1_1ListResolverQueryLogConfigAssociationsResponse = (output, context) => {
5075
5075
  return {
5076
- NextToken: smithy_client_1.expectString(output.NextToken),
5076
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5077
5077
  ResolverQueryLogConfigAssociations: output.ResolverQueryLogConfigAssociations !== undefined && output.ResolverQueryLogConfigAssociations !== null
5078
5078
  ? deserializeAws_json1_1ResolverQueryLogConfigAssociationList(output.ResolverQueryLogConfigAssociations, context)
5079
5079
  : undefined,
5080
- TotalCount: smithy_client_1.expectInt32(output.TotalCount),
5081
- TotalFilteredCount: smithy_client_1.expectInt32(output.TotalFilteredCount),
5080
+ TotalCount: (0, smithy_client_1.expectInt32)(output.TotalCount),
5081
+ TotalFilteredCount: (0, smithy_client_1.expectInt32)(output.TotalFilteredCount),
5082
5082
  };
5083
5083
  };
5084
5084
  const deserializeAws_json1_1ListResolverQueryLogConfigsResponse = (output, context) => {
5085
5085
  return {
5086
- NextToken: smithy_client_1.expectString(output.NextToken),
5086
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5087
5087
  ResolverQueryLogConfigs: output.ResolverQueryLogConfigs !== undefined && output.ResolverQueryLogConfigs !== null
5088
5088
  ? deserializeAws_json1_1ResolverQueryLogConfigList(output.ResolverQueryLogConfigs, context)
5089
5089
  : undefined,
5090
- TotalCount: smithy_client_1.expectInt32(output.TotalCount),
5091
- TotalFilteredCount: smithy_client_1.expectInt32(output.TotalFilteredCount),
5090
+ TotalCount: (0, smithy_client_1.expectInt32)(output.TotalCount),
5091
+ TotalFilteredCount: (0, smithy_client_1.expectInt32)(output.TotalFilteredCount),
5092
5092
  };
5093
5093
  };
5094
5094
  const deserializeAws_json1_1ListResolverRuleAssociationsResponse = (output, context) => {
5095
5095
  return {
5096
- MaxResults: smithy_client_1.expectInt32(output.MaxResults),
5097
- NextToken: smithy_client_1.expectString(output.NextToken),
5096
+ MaxResults: (0, smithy_client_1.expectInt32)(output.MaxResults),
5097
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5098
5098
  ResolverRuleAssociations: output.ResolverRuleAssociations !== undefined && output.ResolverRuleAssociations !== null
5099
5099
  ? deserializeAws_json1_1ResolverRuleAssociations(output.ResolverRuleAssociations, context)
5100
5100
  : undefined,
@@ -5102,8 +5102,8 @@ const deserializeAws_json1_1ListResolverRuleAssociationsResponse = (output, cont
5102
5102
  };
5103
5103
  const deserializeAws_json1_1ListResolverRulesResponse = (output, context) => {
5104
5104
  return {
5105
- MaxResults: smithy_client_1.expectInt32(output.MaxResults),
5106
- NextToken: smithy_client_1.expectString(output.NextToken),
5105
+ MaxResults: (0, smithy_client_1.expectInt32)(output.MaxResults),
5106
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5107
5107
  ResolverRules: output.ResolverRules !== undefined && output.ResolverRules !== null
5108
5108
  ? deserializeAws_json1_1ResolverRules(output.ResolverRules, context)
5109
5109
  : undefined,
@@ -5111,7 +5111,7 @@ const deserializeAws_json1_1ListResolverRulesResponse = (output, context) => {
5111
5111
  };
5112
5112
  const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
5113
5113
  return {
5114
- NextToken: smithy_client_1.expectString(output.NextToken),
5114
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5115
5115
  Tags: output.Tags !== undefined && output.Tags !== null
5116
5116
  ? deserializeAws_json1_1TagList(output.Tags, context)
5117
5117
  : undefined,
@@ -5119,25 +5119,25 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
5119
5119
  };
5120
5120
  const deserializeAws_json1_1PutFirewallRuleGroupPolicyResponse = (output, context) => {
5121
5121
  return {
5122
- ReturnValue: smithy_client_1.expectBoolean(output.ReturnValue),
5122
+ ReturnValue: (0, smithy_client_1.expectBoolean)(output.ReturnValue),
5123
5123
  };
5124
5124
  };
5125
5125
  const deserializeAws_json1_1PutResolverQueryLogConfigPolicyResponse = (output, context) => {
5126
5126
  return {
5127
- ReturnValue: smithy_client_1.expectBoolean(output.ReturnValue),
5127
+ ReturnValue: (0, smithy_client_1.expectBoolean)(output.ReturnValue),
5128
5128
  };
5129
5129
  };
5130
5130
  const deserializeAws_json1_1PutResolverRulePolicyResponse = (output, context) => {
5131
5131
  return {
5132
- ReturnValue: smithy_client_1.expectBoolean(output.ReturnValue),
5132
+ ReturnValue: (0, smithy_client_1.expectBoolean)(output.ReturnValue),
5133
5133
  };
5134
5134
  };
5135
5135
  const deserializeAws_json1_1ResolverConfig = (output, context) => {
5136
5136
  return {
5137
- AutodefinedReverse: smithy_client_1.expectString(output.AutodefinedReverse),
5138
- Id: smithy_client_1.expectString(output.Id),
5139
- OwnerId: smithy_client_1.expectString(output.OwnerId),
5140
- ResourceId: smithy_client_1.expectString(output.ResourceId),
5137
+ AutodefinedReverse: (0, smithy_client_1.expectString)(output.AutodefinedReverse),
5138
+ Id: (0, smithy_client_1.expectString)(output.Id),
5139
+ OwnerId: (0, smithy_client_1.expectString)(output.OwnerId),
5140
+ ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
5141
5141
  };
5142
5142
  };
5143
5143
  const deserializeAws_json1_1ResolverConfigList = (output, context) => {
@@ -5153,10 +5153,10 @@ const deserializeAws_json1_1ResolverConfigList = (output, context) => {
5153
5153
  };
5154
5154
  const deserializeAws_json1_1ResolverDnssecConfig = (output, context) => {
5155
5155
  return {
5156
- Id: smithy_client_1.expectString(output.Id),
5157
- OwnerId: smithy_client_1.expectString(output.OwnerId),
5158
- ResourceId: smithy_client_1.expectString(output.ResourceId),
5159
- ValidationStatus: smithy_client_1.expectString(output.ValidationStatus),
5156
+ Id: (0, smithy_client_1.expectString)(output.Id),
5157
+ OwnerId: (0, smithy_client_1.expectString)(output.OwnerId),
5158
+ ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
5159
+ ValidationStatus: (0, smithy_client_1.expectString)(output.ValidationStatus),
5160
5160
  };
5161
5161
  };
5162
5162
  const deserializeAws_json1_1ResolverDnssecConfigList = (output, context) => {
@@ -5172,20 +5172,20 @@ const deserializeAws_json1_1ResolverDnssecConfigList = (output, context) => {
5172
5172
  };
5173
5173
  const deserializeAws_json1_1ResolverEndpoint = (output, context) => {
5174
5174
  return {
5175
- Arn: smithy_client_1.expectString(output.Arn),
5176
- CreationTime: smithy_client_1.expectString(output.CreationTime),
5177
- CreatorRequestId: smithy_client_1.expectString(output.CreatorRequestId),
5178
- Direction: smithy_client_1.expectString(output.Direction),
5179
- HostVPCId: smithy_client_1.expectString(output.HostVPCId),
5180
- Id: smithy_client_1.expectString(output.Id),
5181
- IpAddressCount: smithy_client_1.expectInt32(output.IpAddressCount),
5182
- ModificationTime: smithy_client_1.expectString(output.ModificationTime),
5183
- Name: smithy_client_1.expectString(output.Name),
5175
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
5176
+ CreationTime: (0, smithy_client_1.expectString)(output.CreationTime),
5177
+ CreatorRequestId: (0, smithy_client_1.expectString)(output.CreatorRequestId),
5178
+ Direction: (0, smithy_client_1.expectString)(output.Direction),
5179
+ HostVPCId: (0, smithy_client_1.expectString)(output.HostVPCId),
5180
+ Id: (0, smithy_client_1.expectString)(output.Id),
5181
+ IpAddressCount: (0, smithy_client_1.expectInt32)(output.IpAddressCount),
5182
+ ModificationTime: (0, smithy_client_1.expectString)(output.ModificationTime),
5183
+ Name: (0, smithy_client_1.expectString)(output.Name),
5184
5184
  SecurityGroupIds: output.SecurityGroupIds !== undefined && output.SecurityGroupIds !== null
5185
5185
  ? deserializeAws_json1_1SecurityGroupIds(output.SecurityGroupIds, context)
5186
5186
  : undefined,
5187
- Status: smithy_client_1.expectString(output.Status),
5188
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
5187
+ Status: (0, smithy_client_1.expectString)(output.Status),
5188
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
5189
5189
  };
5190
5190
  };
5191
5191
  const deserializeAws_json1_1ResolverEndpoints = (output, context) => {
@@ -5201,27 +5201,27 @@ const deserializeAws_json1_1ResolverEndpoints = (output, context) => {
5201
5201
  };
5202
5202
  const deserializeAws_json1_1ResolverQueryLogConfig = (output, context) => {
5203
5203
  return {
5204
- Arn: smithy_client_1.expectString(output.Arn),
5205
- AssociationCount: smithy_client_1.expectInt32(output.AssociationCount),
5206
- CreationTime: smithy_client_1.expectString(output.CreationTime),
5207
- CreatorRequestId: smithy_client_1.expectString(output.CreatorRequestId),
5208
- DestinationArn: smithy_client_1.expectString(output.DestinationArn),
5209
- Id: smithy_client_1.expectString(output.Id),
5210
- Name: smithy_client_1.expectString(output.Name),
5211
- OwnerId: smithy_client_1.expectString(output.OwnerId),
5212
- ShareStatus: smithy_client_1.expectString(output.ShareStatus),
5213
- Status: smithy_client_1.expectString(output.Status),
5204
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
5205
+ AssociationCount: (0, smithy_client_1.expectInt32)(output.AssociationCount),
5206
+ CreationTime: (0, smithy_client_1.expectString)(output.CreationTime),
5207
+ CreatorRequestId: (0, smithy_client_1.expectString)(output.CreatorRequestId),
5208
+ DestinationArn: (0, smithy_client_1.expectString)(output.DestinationArn),
5209
+ Id: (0, smithy_client_1.expectString)(output.Id),
5210
+ Name: (0, smithy_client_1.expectString)(output.Name),
5211
+ OwnerId: (0, smithy_client_1.expectString)(output.OwnerId),
5212
+ ShareStatus: (0, smithy_client_1.expectString)(output.ShareStatus),
5213
+ Status: (0, smithy_client_1.expectString)(output.Status),
5214
5214
  };
5215
5215
  };
5216
5216
  const deserializeAws_json1_1ResolverQueryLogConfigAssociation = (output, context) => {
5217
5217
  return {
5218
- CreationTime: smithy_client_1.expectString(output.CreationTime),
5219
- Error: smithy_client_1.expectString(output.Error),
5220
- ErrorMessage: smithy_client_1.expectString(output.ErrorMessage),
5221
- Id: smithy_client_1.expectString(output.Id),
5222
- ResolverQueryLogConfigId: smithy_client_1.expectString(output.ResolverQueryLogConfigId),
5223
- ResourceId: smithy_client_1.expectString(output.ResourceId),
5224
- Status: smithy_client_1.expectString(output.Status),
5218
+ CreationTime: (0, smithy_client_1.expectString)(output.CreationTime),
5219
+ Error: (0, smithy_client_1.expectString)(output.Error),
5220
+ ErrorMessage: (0, smithy_client_1.expectString)(output.ErrorMessage),
5221
+ Id: (0, smithy_client_1.expectString)(output.Id),
5222
+ ResolverQueryLogConfigId: (0, smithy_client_1.expectString)(output.ResolverQueryLogConfigId),
5223
+ ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
5224
+ Status: (0, smithy_client_1.expectString)(output.Status),
5225
5225
  };
5226
5226
  };
5227
5227
  const deserializeAws_json1_1ResolverQueryLogConfigAssociationList = (output, context) => {
@@ -5248,19 +5248,19 @@ const deserializeAws_json1_1ResolverQueryLogConfigList = (output, context) => {
5248
5248
  };
5249
5249
  const deserializeAws_json1_1ResolverRule = (output, context) => {
5250
5250
  return {
5251
- Arn: smithy_client_1.expectString(output.Arn),
5252
- CreationTime: smithy_client_1.expectString(output.CreationTime),
5253
- CreatorRequestId: smithy_client_1.expectString(output.CreatorRequestId),
5254
- DomainName: smithy_client_1.expectString(output.DomainName),
5255
- Id: smithy_client_1.expectString(output.Id),
5256
- ModificationTime: smithy_client_1.expectString(output.ModificationTime),
5257
- Name: smithy_client_1.expectString(output.Name),
5258
- OwnerId: smithy_client_1.expectString(output.OwnerId),
5259
- ResolverEndpointId: smithy_client_1.expectString(output.ResolverEndpointId),
5260
- RuleType: smithy_client_1.expectString(output.RuleType),
5261
- ShareStatus: smithy_client_1.expectString(output.ShareStatus),
5262
- Status: smithy_client_1.expectString(output.Status),
5263
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
5251
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
5252
+ CreationTime: (0, smithy_client_1.expectString)(output.CreationTime),
5253
+ CreatorRequestId: (0, smithy_client_1.expectString)(output.CreatorRequestId),
5254
+ DomainName: (0, smithy_client_1.expectString)(output.DomainName),
5255
+ Id: (0, smithy_client_1.expectString)(output.Id),
5256
+ ModificationTime: (0, smithy_client_1.expectString)(output.ModificationTime),
5257
+ Name: (0, smithy_client_1.expectString)(output.Name),
5258
+ OwnerId: (0, smithy_client_1.expectString)(output.OwnerId),
5259
+ ResolverEndpointId: (0, smithy_client_1.expectString)(output.ResolverEndpointId),
5260
+ RuleType: (0, smithy_client_1.expectString)(output.RuleType),
5261
+ ShareStatus: (0, smithy_client_1.expectString)(output.ShareStatus),
5262
+ Status: (0, smithy_client_1.expectString)(output.Status),
5263
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
5264
5264
  TargetIps: output.TargetIps !== undefined && output.TargetIps !== null
5265
5265
  ? deserializeAws_json1_1TargetList(output.TargetIps, context)
5266
5266
  : undefined,
@@ -5268,12 +5268,12 @@ const deserializeAws_json1_1ResolverRule = (output, context) => {
5268
5268
  };
5269
5269
  const deserializeAws_json1_1ResolverRuleAssociation = (output, context) => {
5270
5270
  return {
5271
- Id: smithy_client_1.expectString(output.Id),
5272
- Name: smithy_client_1.expectString(output.Name),
5273
- ResolverRuleId: smithy_client_1.expectString(output.ResolverRuleId),
5274
- Status: smithy_client_1.expectString(output.Status),
5275
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
5276
- VPCId: smithy_client_1.expectString(output.VPCId),
5271
+ Id: (0, smithy_client_1.expectString)(output.Id),
5272
+ Name: (0, smithy_client_1.expectString)(output.Name),
5273
+ ResolverRuleId: (0, smithy_client_1.expectString)(output.ResolverRuleId),
5274
+ Status: (0, smithy_client_1.expectString)(output.Status),
5275
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
5276
+ VPCId: (0, smithy_client_1.expectString)(output.VPCId),
5277
5277
  };
5278
5278
  };
5279
5279
  const deserializeAws_json1_1ResolverRuleAssociations = (output, context) => {
@@ -5300,26 +5300,26 @@ const deserializeAws_json1_1ResolverRules = (output, context) => {
5300
5300
  };
5301
5301
  const deserializeAws_json1_1ResourceExistsException = (output, context) => {
5302
5302
  return {
5303
- Message: smithy_client_1.expectString(output.Message),
5304
- ResourceType: smithy_client_1.expectString(output.ResourceType),
5303
+ Message: (0, smithy_client_1.expectString)(output.Message),
5304
+ ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
5305
5305
  };
5306
5306
  };
5307
5307
  const deserializeAws_json1_1ResourceInUseException = (output, context) => {
5308
5308
  return {
5309
- Message: smithy_client_1.expectString(output.Message),
5310
- ResourceType: smithy_client_1.expectString(output.ResourceType),
5309
+ Message: (0, smithy_client_1.expectString)(output.Message),
5310
+ ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
5311
5311
  };
5312
5312
  };
5313
5313
  const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
5314
5314
  return {
5315
- Message: smithy_client_1.expectString(output.Message),
5316
- ResourceType: smithy_client_1.expectString(output.ResourceType),
5315
+ Message: (0, smithy_client_1.expectString)(output.Message),
5316
+ ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
5317
5317
  };
5318
5318
  };
5319
5319
  const deserializeAws_json1_1ResourceUnavailableException = (output, context) => {
5320
5320
  return {
5321
- Message: smithy_client_1.expectString(output.Message),
5322
- ResourceType: smithy_client_1.expectString(output.ResourceType),
5321
+ Message: (0, smithy_client_1.expectString)(output.Message),
5322
+ ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
5323
5323
  };
5324
5324
  };
5325
5325
  const deserializeAws_json1_1SecurityGroupIds = (output, context) => {
@@ -5329,14 +5329,14 @@ const deserializeAws_json1_1SecurityGroupIds = (output, context) => {
5329
5329
  if (entry === null) {
5330
5330
  return null;
5331
5331
  }
5332
- return smithy_client_1.expectString(entry);
5332
+ return (0, smithy_client_1.expectString)(entry);
5333
5333
  });
5334
5334
  return retVal;
5335
5335
  };
5336
5336
  const deserializeAws_json1_1Tag = (output, context) => {
5337
5337
  return {
5338
- Key: smithy_client_1.expectString(output.Key),
5339
- Value: smithy_client_1.expectString(output.Value),
5338
+ Key: (0, smithy_client_1.expectString)(output.Key),
5339
+ Value: (0, smithy_client_1.expectString)(output.Value),
5340
5340
  };
5341
5341
  };
5342
5342
  const deserializeAws_json1_1TagList = (output, context) => {
@@ -5355,8 +5355,8 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
5355
5355
  };
5356
5356
  const deserializeAws_json1_1TargetAddress = (output, context) => {
5357
5357
  return {
5358
- Ip: smithy_client_1.expectString(output.Ip),
5359
- Port: smithy_client_1.expectInt32(output.Port),
5358
+ Ip: (0, smithy_client_1.expectString)(output.Ip),
5359
+ Port: (0, smithy_client_1.expectInt32)(output.Port),
5360
5360
  };
5361
5361
  };
5362
5362
  const deserializeAws_json1_1TargetList = (output, context) => {
@@ -5372,12 +5372,12 @@ const deserializeAws_json1_1TargetList = (output, context) => {
5372
5372
  };
5373
5373
  const deserializeAws_json1_1ThrottlingException = (output, context) => {
5374
5374
  return {
5375
- Message: smithy_client_1.expectString(output.Message),
5375
+ Message: (0, smithy_client_1.expectString)(output.Message),
5376
5376
  };
5377
5377
  };
5378
5378
  const deserializeAws_json1_1UnknownResourceException = (output, context) => {
5379
5379
  return {
5380
- Message: smithy_client_1.expectString(output.Message),
5380
+ Message: (0, smithy_client_1.expectString)(output.Message),
5381
5381
  };
5382
5382
  };
5383
5383
  const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
@@ -5392,10 +5392,10 @@ const deserializeAws_json1_1UpdateFirewallConfigResponse = (output, context) =>
5392
5392
  };
5393
5393
  const deserializeAws_json1_1UpdateFirewallDomainsResponse = (output, context) => {
5394
5394
  return {
5395
- Id: smithy_client_1.expectString(output.Id),
5396
- Name: smithy_client_1.expectString(output.Name),
5397
- Status: smithy_client_1.expectString(output.Status),
5398
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
5395
+ Id: (0, smithy_client_1.expectString)(output.Id),
5396
+ Name: (0, smithy_client_1.expectString)(output.Name),
5397
+ Status: (0, smithy_client_1.expectString)(output.Status),
5398
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
5399
5399
  };
5400
5400
  };
5401
5401
  const deserializeAws_json1_1UpdateFirewallRuleGroupAssociationResponse = (output, context) => {
@@ -5442,7 +5442,7 @@ const deserializeAws_json1_1UpdateResolverRuleResponse = (output, context) => {
5442
5442
  };
5443
5443
  const deserializeAws_json1_1ValidationException = (output, context) => {
5444
5444
  return {
5445
- Message: smithy_client_1.expectString(output.Message),
5445
+ Message: (0, smithy_client_1.expectString)(output.Message),
5446
5446
  };
5447
5447
  };
5448
5448
  const deserializeMetadata = (output) => {