@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-route53resolver
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-route53resolver
17
+
18
+
19
+
20
+
21
+
22
+ # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-route53resolver
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
31
 
8
32
 
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class Route53ResolverClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class AssociateFirewallRuleGroupCommand 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 AssociateFirewallRuleGroupCommand 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_1AssociateFirewallRuleGroupCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociateFirewallRuleGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociateFirewallRuleGroupCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateFirewallRuleGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateFirewallRuleGroupCommand = AssociateFirewallRuleGroupCommand;
@@ -11,7 +11,7 @@ class AssociateResolverEndpointIpAddressCommand 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 AssociateResolverEndpointIpAddressCommand 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_1AssociateResolverEndpointIpAddressCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociateResolverEndpointIpAddressCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociateResolverEndpointIpAddressCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateResolverEndpointIpAddressCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateResolverEndpointIpAddressCommand = AssociateResolverEndpointIpAddressCommand;
@@ -11,7 +11,7 @@ class AssociateResolverQueryLogConfigCommand 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 AssociateResolverQueryLogConfigCommand 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_1AssociateResolverQueryLogConfigCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociateResolverQueryLogConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociateResolverQueryLogConfigCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateResolverQueryLogConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateResolverQueryLogConfigCommand = AssociateResolverQueryLogConfigCommand;
@@ -11,7 +11,7 @@ class AssociateResolverRuleCommand 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 AssociateResolverRuleCommand 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_1AssociateResolverRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociateResolverRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociateResolverRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateResolverRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateResolverRuleCommand = AssociateResolverRuleCommand;
@@ -11,7 +11,7 @@ class CreateFirewallDomainListCommand 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 CreateFirewallDomainListCommand 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_1CreateFirewallDomainListCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateFirewallDomainListCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateFirewallDomainListCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateFirewallDomainListCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateFirewallDomainListCommand = CreateFirewallDomainListCommand;
@@ -11,7 +11,7 @@ class CreateFirewallRuleCommand 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 CreateFirewallRuleCommand 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_1CreateFirewallRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateFirewallRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateFirewallRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateFirewallRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateFirewallRuleCommand = CreateFirewallRuleCommand;
@@ -11,7 +11,7 @@ class CreateFirewallRuleGroupCommand 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 CreateFirewallRuleGroupCommand 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_1CreateFirewallRuleGroupCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateFirewallRuleGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateFirewallRuleGroupCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateFirewallRuleGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateFirewallRuleGroupCommand = CreateFirewallRuleGroupCommand;
@@ -11,7 +11,7 @@ class CreateResolverEndpointCommand 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 CreateResolverEndpointCommand 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_1CreateResolverEndpointCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateResolverEndpointCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateResolverEndpointCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateResolverEndpointCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateResolverEndpointCommand = CreateResolverEndpointCommand;
@@ -11,7 +11,7 @@ class CreateResolverQueryLogConfigCommand 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 CreateResolverQueryLogConfigCommand 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_1CreateResolverQueryLogConfigCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateResolverQueryLogConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateResolverQueryLogConfigCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateResolverQueryLogConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateResolverQueryLogConfigCommand = CreateResolverQueryLogConfigCommand;
@@ -11,7 +11,7 @@ class CreateResolverRuleCommand 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 CreateResolverRuleCommand 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_1CreateResolverRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateResolverRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateResolverRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateResolverRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateResolverRuleCommand = CreateResolverRuleCommand;
@@ -11,7 +11,7 @@ class DeleteFirewallDomainListCommand 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 DeleteFirewallDomainListCommand 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_1DeleteFirewallDomainListCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteFirewallDomainListCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteFirewallDomainListCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteFirewallDomainListCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteFirewallDomainListCommand = DeleteFirewallDomainListCommand;
@@ -11,7 +11,7 @@ class DeleteFirewallRuleCommand 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 DeleteFirewallRuleCommand 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_1DeleteFirewallRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteFirewallRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteFirewallRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteFirewallRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteFirewallRuleCommand = DeleteFirewallRuleCommand;
@@ -11,7 +11,7 @@ class DeleteFirewallRuleGroupCommand 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 DeleteFirewallRuleGroupCommand 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_1DeleteFirewallRuleGroupCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteFirewallRuleGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteFirewallRuleGroupCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteFirewallRuleGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteFirewallRuleGroupCommand = DeleteFirewallRuleGroupCommand;
@@ -11,7 +11,7 @@ class DeleteResolverEndpointCommand 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 DeleteResolverEndpointCommand 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_1DeleteResolverEndpointCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteResolverEndpointCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteResolverEndpointCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteResolverEndpointCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteResolverEndpointCommand = DeleteResolverEndpointCommand;
@@ -11,7 +11,7 @@ class DeleteResolverQueryLogConfigCommand 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 DeleteResolverQueryLogConfigCommand 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_1DeleteResolverQueryLogConfigCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteResolverQueryLogConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteResolverQueryLogConfigCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteResolverQueryLogConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteResolverQueryLogConfigCommand = DeleteResolverQueryLogConfigCommand;
@@ -11,7 +11,7 @@ class DeleteResolverRuleCommand 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 DeleteResolverRuleCommand 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_1DeleteResolverRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteResolverRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteResolverRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteResolverRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteResolverRuleCommand = DeleteResolverRuleCommand;
@@ -11,7 +11,7 @@ class DisassociateFirewallRuleGroupCommand 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 DisassociateFirewallRuleGroupCommand 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_1DisassociateFirewallRuleGroupCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateFirewallRuleGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisassociateFirewallRuleGroupCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateFirewallRuleGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateFirewallRuleGroupCommand = DisassociateFirewallRuleGroupCommand;
@@ -11,7 +11,7 @@ class DisassociateResolverEndpointIpAddressCommand extends smithy_client_1.Comma
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 DisassociateResolverEndpointIpAddressCommand extends smithy_client_1.Comma
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_1DisassociateResolverEndpointIpAddressCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateResolverEndpointIpAddressCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisassociateResolverEndpointIpAddressCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateResolverEndpointIpAddressCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateResolverEndpointIpAddressCommand = DisassociateResolverEndpointIpAddressCommand;
@@ -11,7 +11,7 @@ class DisassociateResolverQueryLogConfigCommand 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 DisassociateResolverQueryLogConfigCommand 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_1DisassociateResolverQueryLogConfigCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateResolverQueryLogConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisassociateResolverQueryLogConfigCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateResolverQueryLogConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateResolverQueryLogConfigCommand = DisassociateResolverQueryLogConfigCommand;
@@ -11,7 +11,7 @@ class DisassociateResolverRuleCommand 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 DisassociateResolverRuleCommand 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_1DisassociateResolverRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateResolverRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisassociateResolverRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateResolverRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateResolverRuleCommand = DisassociateResolverRuleCommand;
@@ -11,7 +11,7 @@ class GetFirewallConfigCommand 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 GetFirewallConfigCommand 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_1GetFirewallConfigCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetFirewallConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetFirewallConfigCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetFirewallConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFirewallConfigCommand = GetFirewallConfigCommand;
@@ -11,7 +11,7 @@ class GetFirewallDomainListCommand 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 GetFirewallDomainListCommand 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_1GetFirewallDomainListCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetFirewallDomainListCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetFirewallDomainListCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetFirewallDomainListCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFirewallDomainListCommand = GetFirewallDomainListCommand;
@@ -11,7 +11,7 @@ class GetFirewallRuleGroupAssociationCommand 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 GetFirewallRuleGroupAssociationCommand 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_1GetFirewallRuleGroupAssociationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetFirewallRuleGroupAssociationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetFirewallRuleGroupAssociationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetFirewallRuleGroupAssociationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFirewallRuleGroupAssociationCommand = GetFirewallRuleGroupAssociationCommand;
@@ -11,7 +11,7 @@ class GetFirewallRuleGroupCommand 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 GetFirewallRuleGroupCommand 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_1GetFirewallRuleGroupCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetFirewallRuleGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetFirewallRuleGroupCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetFirewallRuleGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetFirewallRuleGroupCommand = GetFirewallRuleGroupCommand;