@aws-sdk/client-route53resolver 3.183.0 → 3.185.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 (91) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +2 -2
  3. package/dist-es/Route53Resolver.js +261 -254
  4. package/dist-es/Route53ResolverClient.js +28 -22
  5. package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +28 -21
  6. package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +28 -21
  7. package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +28 -21
  8. package/dist-es/commands/AssociateResolverRuleCommand.js +28 -21
  9. package/dist-es/commands/CreateFirewallDomainListCommand.js +28 -21
  10. package/dist-es/commands/CreateFirewallRuleCommand.js +28 -21
  11. package/dist-es/commands/CreateFirewallRuleGroupCommand.js +28 -21
  12. package/dist-es/commands/CreateResolverEndpointCommand.js +28 -21
  13. package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +28 -21
  14. package/dist-es/commands/CreateResolverRuleCommand.js +28 -21
  15. package/dist-es/commands/DeleteFirewallDomainListCommand.js +28 -21
  16. package/dist-es/commands/DeleteFirewallRuleCommand.js +28 -21
  17. package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +28 -21
  18. package/dist-es/commands/DeleteResolverEndpointCommand.js +28 -21
  19. package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +28 -21
  20. package/dist-es/commands/DeleteResolverRuleCommand.js +28 -21
  21. package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +28 -21
  22. package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +28 -21
  23. package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +28 -21
  24. package/dist-es/commands/DisassociateResolverRuleCommand.js +28 -21
  25. package/dist-es/commands/GetFirewallConfigCommand.js +28 -21
  26. package/dist-es/commands/GetFirewallDomainListCommand.js +28 -21
  27. package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +28 -21
  28. package/dist-es/commands/GetFirewallRuleGroupCommand.js +28 -21
  29. package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +28 -21
  30. package/dist-es/commands/GetResolverConfigCommand.js +28 -21
  31. package/dist-es/commands/GetResolverDnssecConfigCommand.js +28 -21
  32. package/dist-es/commands/GetResolverEndpointCommand.js +28 -21
  33. package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +28 -21
  34. package/dist-es/commands/GetResolverQueryLogConfigCommand.js +28 -21
  35. package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +28 -21
  36. package/dist-es/commands/GetResolverRuleAssociationCommand.js +28 -21
  37. package/dist-es/commands/GetResolverRuleCommand.js +28 -21
  38. package/dist-es/commands/GetResolverRulePolicyCommand.js +28 -21
  39. package/dist-es/commands/ImportFirewallDomainsCommand.js +28 -21
  40. package/dist-es/commands/ListFirewallConfigsCommand.js +28 -21
  41. package/dist-es/commands/ListFirewallDomainListsCommand.js +28 -21
  42. package/dist-es/commands/ListFirewallDomainsCommand.js +28 -21
  43. package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +28 -21
  44. package/dist-es/commands/ListFirewallRuleGroupsCommand.js +28 -21
  45. package/dist-es/commands/ListFirewallRulesCommand.js +28 -21
  46. package/dist-es/commands/ListResolverConfigsCommand.js +28 -21
  47. package/dist-es/commands/ListResolverDnssecConfigsCommand.js +28 -21
  48. package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +28 -21
  49. package/dist-es/commands/ListResolverEndpointsCommand.js +28 -21
  50. package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +28 -21
  51. package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +28 -21
  52. package/dist-es/commands/ListResolverRuleAssociationsCommand.js +28 -21
  53. package/dist-es/commands/ListResolverRulesCommand.js +28 -21
  54. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  55. package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +28 -21
  56. package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +28 -21
  57. package/dist-es/commands/PutResolverRulePolicyCommand.js +28 -21
  58. package/dist-es/commands/TagResourceCommand.js +28 -21
  59. package/dist-es/commands/UntagResourceCommand.js +28 -21
  60. package/dist-es/commands/UpdateFirewallConfigCommand.js +28 -21
  61. package/dist-es/commands/UpdateFirewallDomainsCommand.js +28 -21
  62. package/dist-es/commands/UpdateFirewallRuleCommand.js +28 -21
  63. package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +28 -21
  64. package/dist-es/commands/UpdateResolverConfigCommand.js +28 -21
  65. package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +28 -21
  66. package/dist-es/commands/UpdateResolverEndpointCommand.js +28 -21
  67. package/dist-es/commands/UpdateResolverRuleCommand.js +28 -21
  68. package/dist-es/endpoints.js +8 -8
  69. package/dist-es/models/Route53ResolverServiceException.js +10 -5
  70. package/dist-es/models/models_0.js +346 -639
  71. package/dist-es/pagination/ListFirewallConfigsPaginator.js +68 -25
  72. package/dist-es/pagination/ListFirewallDomainListsPaginator.js +68 -25
  73. package/dist-es/pagination/ListFirewallDomainsPaginator.js +68 -25
  74. package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +68 -25
  75. package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +68 -25
  76. package/dist-es/pagination/ListFirewallRulesPaginator.js +68 -25
  77. package/dist-es/pagination/ListResolverConfigsPaginator.js +68 -25
  78. package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +68 -25
  79. package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +68 -25
  80. package/dist-es/pagination/ListResolverEndpointsPaginator.js +68 -25
  81. package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +68 -25
  82. package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +68 -25
  83. package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +68 -25
  84. package/dist-es/pagination/ListResolverRulesPaginator.js +68 -25
  85. package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
  86. package/dist-es/protocols/Aws_json1_1.js +5596 -4270
  87. package/dist-es/runtimeConfig.browser.js +12 -26
  88. package/dist-es/runtimeConfig.js +12 -30
  89. package/dist-es/runtimeConfig.native.js +5 -8
  90. package/dist-es/runtimeConfig.shared.js +11 -8
  91. package/package.json +5 -5
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
5
- export class ListTagsForResourceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListTagsForResourceCommand = (function (_super) {
7
+ __extends(ListTagsForResourceCommand, _super);
8
+ function ListTagsForResourceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "ListTagsForResourceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "ListTagsForResourceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListTagsForResourceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1ListTagsForResourceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListTagsForResourceCommand;
38
+ }($Command));
39
+ export { ListTagsForResourceCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { PutFirewallRuleGroupPolicyRequestFilterSensitiveLog, PutFirewallRuleGroupPolicyResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1PutFirewallRuleGroupPolicyCommand, serializeAws_json1_1PutFirewallRuleGroupPolicyCommand, } from "../protocols/Aws_json1_1";
5
- export class PutFirewallRuleGroupPolicyCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var PutFirewallRuleGroupPolicyCommand = (function (_super) {
7
+ __extends(PutFirewallRuleGroupPolicyCommand, _super);
8
+ function PutFirewallRuleGroupPolicyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ PutFirewallRuleGroupPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "PutFirewallRuleGroupPolicyCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "PutFirewallRuleGroupPolicyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: PutFirewallRuleGroupPolicyRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: PutFirewallRuleGroupPolicyResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PutFirewallRuleGroupPolicyCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1PutFirewallRuleGroupPolicyCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ PutFirewallRuleGroupPolicyCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1PutFirewallRuleGroupPolicyCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return PutFirewallRuleGroupPolicyCommand;
38
+ }($Command));
39
+ export { PutFirewallRuleGroupPolicyCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { PutResolverQueryLogConfigPolicyRequestFilterSensitiveLog, PutResolverQueryLogConfigPolicyResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1PutResolverQueryLogConfigPolicyCommand, serializeAws_json1_1PutResolverQueryLogConfigPolicyCommand, } from "../protocols/Aws_json1_1";
5
- export class PutResolverQueryLogConfigPolicyCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var PutResolverQueryLogConfigPolicyCommand = (function (_super) {
7
+ __extends(PutResolverQueryLogConfigPolicyCommand, _super);
8
+ function PutResolverQueryLogConfigPolicyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ PutResolverQueryLogConfigPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "PutResolverQueryLogConfigPolicyCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "PutResolverQueryLogConfigPolicyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: PutResolverQueryLogConfigPolicyRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: PutResolverQueryLogConfigPolicyResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PutResolverQueryLogConfigPolicyCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1PutResolverQueryLogConfigPolicyCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ PutResolverQueryLogConfigPolicyCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1PutResolverQueryLogConfigPolicyCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return PutResolverQueryLogConfigPolicyCommand;
38
+ }($Command));
39
+ export { PutResolverQueryLogConfigPolicyCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { PutResolverRulePolicyRequestFilterSensitiveLog, PutResolverRulePolicyResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1PutResolverRulePolicyCommand, serializeAws_json1_1PutResolverRulePolicyCommand, } from "../protocols/Aws_json1_1";
5
- export class PutResolverRulePolicyCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var PutResolverRulePolicyCommand = (function (_super) {
7
+ __extends(PutResolverRulePolicyCommand, _super);
8
+ function PutResolverRulePolicyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ PutResolverRulePolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "PutResolverRulePolicyCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "PutResolverRulePolicyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: PutResolverRulePolicyRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: PutResolverRulePolicyResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PutResolverRulePolicyCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1PutResolverRulePolicyCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ PutResolverRulePolicyCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1PutResolverRulePolicyCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return PutResolverRulePolicyCommand;
38
+ }($Command));
39
+ export { PutResolverRulePolicyCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
5
- export class TagResourceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var TagResourceCommand = (function (_super) {
7
+ __extends(TagResourceCommand, _super);
8
+ function TagResourceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "TagResourceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "TagResourceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ TagResourceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1TagResourceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ TagResourceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1TagResourceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return TagResourceCommand;
38
+ }($Command));
39
+ export { TagResourceCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
5
- export class UntagResourceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var UntagResourceCommand = (function (_super) {
7
+ __extends(UntagResourceCommand, _super);
8
+ function UntagResourceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "UntagResourceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "UntagResourceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UntagResourceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1UntagResourceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ UntagResourceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1UntagResourceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return UntagResourceCommand;
38
+ }($Command));
39
+ export { UntagResourceCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { UpdateFirewallConfigRequestFilterSensitiveLog, UpdateFirewallConfigResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1UpdateFirewallConfigCommand, serializeAws_json1_1UpdateFirewallConfigCommand, } from "../protocols/Aws_json1_1";
5
- export class UpdateFirewallConfigCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var UpdateFirewallConfigCommand = (function (_super) {
7
+ __extends(UpdateFirewallConfigCommand, _super);
8
+ function UpdateFirewallConfigCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ UpdateFirewallConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "UpdateFirewallConfigCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "UpdateFirewallConfigCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: UpdateFirewallConfigRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: UpdateFirewallConfigResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateFirewallConfigCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1UpdateFirewallConfigCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ UpdateFirewallConfigCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1UpdateFirewallConfigCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return UpdateFirewallConfigCommand;
38
+ }($Command));
39
+ export { UpdateFirewallConfigCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { UpdateFirewallDomainsRequestFilterSensitiveLog, UpdateFirewallDomainsResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1UpdateFirewallDomainsCommand, serializeAws_json1_1UpdateFirewallDomainsCommand, } from "../protocols/Aws_json1_1";
5
- export class UpdateFirewallDomainsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var UpdateFirewallDomainsCommand = (function (_super) {
7
+ __extends(UpdateFirewallDomainsCommand, _super);
8
+ function UpdateFirewallDomainsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ UpdateFirewallDomainsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "UpdateFirewallDomainsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "UpdateFirewallDomainsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: UpdateFirewallDomainsRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: UpdateFirewallDomainsResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateFirewallDomainsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1UpdateFirewallDomainsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ UpdateFirewallDomainsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1UpdateFirewallDomainsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return UpdateFirewallDomainsCommand;
38
+ }($Command));
39
+ export { UpdateFirewallDomainsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { UpdateFirewallRuleRequestFilterSensitiveLog, UpdateFirewallRuleResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1UpdateFirewallRuleCommand, serializeAws_json1_1UpdateFirewallRuleCommand, } from "../protocols/Aws_json1_1";
5
- export class UpdateFirewallRuleCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var UpdateFirewallRuleCommand = (function (_super) {
7
+ __extends(UpdateFirewallRuleCommand, _super);
8
+ function UpdateFirewallRuleCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ UpdateFirewallRuleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "UpdateFirewallRuleCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "UpdateFirewallRuleCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: UpdateFirewallRuleRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: UpdateFirewallRuleResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateFirewallRuleCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1UpdateFirewallRuleCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ UpdateFirewallRuleCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1UpdateFirewallRuleCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return UpdateFirewallRuleCommand;
38
+ }($Command));
39
+ export { UpdateFirewallRuleCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { UpdateFirewallRuleGroupAssociationRequestFilterSensitiveLog, UpdateFirewallRuleGroupAssociationResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand, serializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand, } from "../protocols/Aws_json1_1";
5
- export class UpdateFirewallRuleGroupAssociationCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var UpdateFirewallRuleGroupAssociationCommand = (function (_super) {
7
+ __extends(UpdateFirewallRuleGroupAssociationCommand, _super);
8
+ function UpdateFirewallRuleGroupAssociationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ UpdateFirewallRuleGroupAssociationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "Route53ResolverClient";
15
- const commandName = "UpdateFirewallRuleGroupAssociationCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "Route53ResolverClient";
18
+ var commandName = "UpdateFirewallRuleGroupAssociationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: UpdateFirewallRuleGroupAssociationRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: UpdateFirewallRuleGroupAssociationResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateFirewallRuleGroupAssociationCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ UpdateFirewallRuleGroupAssociationCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return UpdateFirewallRuleGroupAssociationCommand;
38
+ }($Command));
39
+ export { UpdateFirewallRuleGroupAssociationCommand };