@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
@@ -11,7 +11,7 @@ class GetFirewallRuleGroupPolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetFirewallRuleGroupPolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetFirewallRuleGroupPolicyCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetFirewallRuleGroupPolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetFirewallRuleGroupPolicyCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetFirewallRuleGroupPolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFirewallRuleGroupPolicyCommand = GetFirewallRuleGroupPolicyCommand;
@@ -11,7 +11,7 @@ class GetResolverConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetResolverConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResolverConfigCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResolverConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResolverConfigCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResolverConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResolverConfigCommand = GetResolverConfigCommand;
@@ -11,7 +11,7 @@ class GetResolverDnssecConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetResolverDnssecConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResolverDnssecConfigCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResolverDnssecConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResolverDnssecConfigCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResolverDnssecConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResolverDnssecConfigCommand = GetResolverDnssecConfigCommand;
@@ -11,7 +11,7 @@ class GetResolverEndpointCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetResolverEndpointCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResolverEndpointCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResolverEndpointCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResolverEndpointCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResolverEndpointCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResolverEndpointCommand = GetResolverEndpointCommand;
@@ -11,7 +11,7 @@ class GetResolverQueryLogConfigAssociationCommand extends smithy_client_1.Comman
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetResolverQueryLogConfigAssociationCommand extends smithy_client_1.Comman
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResolverQueryLogConfigAssociationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResolverQueryLogConfigAssociationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResolverQueryLogConfigAssociationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResolverQueryLogConfigAssociationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResolverQueryLogConfigAssociationCommand = GetResolverQueryLogConfigAssociationCommand;
@@ -11,7 +11,7 @@ class GetResolverQueryLogConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetResolverQueryLogConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResolverQueryLogConfigCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResolverQueryLogConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResolverQueryLogConfigCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResolverQueryLogConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResolverQueryLogConfigCommand = GetResolverQueryLogConfigCommand;
@@ -11,7 +11,7 @@ class GetResolverQueryLogConfigPolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetResolverQueryLogConfigPolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResolverQueryLogConfigPolicyCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResolverQueryLogConfigPolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResolverQueryLogConfigPolicyCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResolverQueryLogConfigPolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResolverQueryLogConfigPolicyCommand = GetResolverQueryLogConfigPolicyCommand;
@@ -11,7 +11,7 @@ class GetResolverRuleAssociationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetResolverRuleAssociationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResolverRuleAssociationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResolverRuleAssociationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResolverRuleAssociationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResolverRuleAssociationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResolverRuleAssociationCommand = GetResolverRuleAssociationCommand;
@@ -11,7 +11,7 @@ class GetResolverRuleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetResolverRuleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResolverRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResolverRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResolverRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResolverRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResolverRuleCommand = GetResolverRuleCommand;
@@ -11,7 +11,7 @@ class GetResolverRulePolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class GetResolverRulePolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResolverRulePolicyCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResolverRulePolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResolverRulePolicyCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResolverRulePolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResolverRulePolicyCommand = GetResolverRulePolicyCommand;
@@ -11,7 +11,7 @@ class ImportFirewallDomainsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ImportFirewallDomainsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ImportFirewallDomainsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ImportFirewallDomainsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ImportFirewallDomainsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ImportFirewallDomainsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ImportFirewallDomainsCommand = ImportFirewallDomainsCommand;
@@ -11,7 +11,7 @@ class ListFirewallConfigsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListFirewallConfigsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListFirewallConfigsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListFirewallConfigsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListFirewallConfigsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListFirewallConfigsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFirewallConfigsCommand = ListFirewallConfigsCommand;
@@ -11,7 +11,7 @@ class ListFirewallDomainListsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListFirewallDomainListsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListFirewallDomainListsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListFirewallDomainListsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListFirewallDomainListsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListFirewallDomainListsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFirewallDomainListsCommand = ListFirewallDomainListsCommand;
@@ -11,7 +11,7 @@ class ListFirewallDomainsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListFirewallDomainsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListFirewallDomainsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListFirewallDomainsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListFirewallDomainsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListFirewallDomainsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFirewallDomainsCommand = ListFirewallDomainsCommand;
@@ -11,7 +11,7 @@ class ListFirewallRuleGroupAssociationsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListFirewallRuleGroupAssociationsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListFirewallRuleGroupAssociationsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListFirewallRuleGroupAssociationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFirewallRuleGroupAssociationsCommand = ListFirewallRuleGroupAssociationsCommand;
@@ -11,7 +11,7 @@ class ListFirewallRuleGroupsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListFirewallRuleGroupsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListFirewallRuleGroupsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListFirewallRuleGroupsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListFirewallRuleGroupsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListFirewallRuleGroupsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFirewallRuleGroupsCommand = ListFirewallRuleGroupsCommand;
@@ -11,7 +11,7 @@ class ListFirewallRulesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListFirewallRulesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListFirewallRulesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListFirewallRulesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListFirewallRulesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListFirewallRulesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFirewallRulesCommand = ListFirewallRulesCommand;
@@ -11,7 +11,7 @@ class ListResolverConfigsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListResolverConfigsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListResolverConfigsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListResolverConfigsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResolverConfigsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListResolverConfigsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResolverConfigsCommand = ListResolverConfigsCommand;
@@ -11,7 +11,7 @@ class ListResolverDnssecConfigsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListResolverDnssecConfigsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListResolverDnssecConfigsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListResolverDnssecConfigsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResolverDnssecConfigsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListResolverDnssecConfigsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResolverDnssecConfigsCommand = ListResolverDnssecConfigsCommand;
@@ -11,7 +11,7 @@ class ListResolverEndpointIpAddressesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListResolverEndpointIpAddressesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListResolverEndpointIpAddressesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListResolverEndpointIpAddressesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResolverEndpointIpAddressesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListResolverEndpointIpAddressesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResolverEndpointIpAddressesCommand = ListResolverEndpointIpAddressesCommand;
@@ -11,7 +11,7 @@ class ListResolverEndpointsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListResolverEndpointsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListResolverEndpointsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListResolverEndpointsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResolverEndpointsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListResolverEndpointsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResolverEndpointsCommand = ListResolverEndpointsCommand;
@@ -11,7 +11,7 @@ class ListResolverQueryLogConfigAssociationsCommand extends smithy_client_1.Comm
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListResolverQueryLogConfigAssociationsCommand extends smithy_client_1.Comm
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListResolverQueryLogConfigAssociationsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListResolverQueryLogConfigAssociationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResolverQueryLogConfigAssociationsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListResolverQueryLogConfigAssociationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResolverQueryLogConfigAssociationsCommand = ListResolverQueryLogConfigAssociationsCommand;
@@ -11,7 +11,7 @@ class ListResolverQueryLogConfigsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListResolverQueryLogConfigsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListResolverQueryLogConfigsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListResolverQueryLogConfigsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResolverQueryLogConfigsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListResolverQueryLogConfigsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResolverQueryLogConfigsCommand = ListResolverQueryLogConfigsCommand;
@@ -11,7 +11,7 @@ class ListResolverRuleAssociationsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListResolverRuleAssociationsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListResolverRuleAssociationsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListResolverRuleAssociationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResolverRuleAssociationsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListResolverRuleAssociationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResolverRuleAssociationsCommand = ListResolverRuleAssociationsCommand;
@@ -11,7 +11,7 @@ class ListResolverRulesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListResolverRulesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListResolverRulesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListResolverRulesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResolverRulesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListResolverRulesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResolverRulesCommand = ListResolverRulesCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class PutFirewallRuleGroupPolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "Route53ResolverClient";
@@ -27,10 +27,10 @@ class PutFirewallRuleGroupPolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1PutFirewallRuleGroupPolicyCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1PutFirewallRuleGroupPolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1PutFirewallRuleGroupPolicyCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1PutFirewallRuleGroupPolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutFirewallRuleGroupPolicyCommand = PutFirewallRuleGroupPolicyCommand;