@aws-sdk/client-route53resolver 3.414.0 → 3.421.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 (138) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AssociateFirewallRuleGroupCommand.js +5 -0
  3. package/dist-cjs/commands/AssociateResolverEndpointIpAddressCommand.js +5 -0
  4. package/dist-cjs/commands/AssociateResolverQueryLogConfigCommand.js +5 -0
  5. package/dist-cjs/commands/AssociateResolverRuleCommand.js +5 -0
  6. package/dist-cjs/commands/CreateFirewallDomainListCommand.js +5 -0
  7. package/dist-cjs/commands/CreateFirewallRuleCommand.js +5 -0
  8. package/dist-cjs/commands/CreateFirewallRuleGroupCommand.js +5 -0
  9. package/dist-cjs/commands/CreateOutpostResolverCommand.js +5 -0
  10. package/dist-cjs/commands/CreateResolverEndpointCommand.js +5 -0
  11. package/dist-cjs/commands/CreateResolverQueryLogConfigCommand.js +5 -0
  12. package/dist-cjs/commands/CreateResolverRuleCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteFirewallDomainListCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteFirewallRuleCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteFirewallRuleGroupCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteOutpostResolverCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteResolverEndpointCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteResolverQueryLogConfigCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteResolverRuleCommand.js +5 -0
  20. package/dist-cjs/commands/DisassociateFirewallRuleGroupCommand.js +5 -0
  21. package/dist-cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +5 -0
  22. package/dist-cjs/commands/DisassociateResolverQueryLogConfigCommand.js +5 -0
  23. package/dist-cjs/commands/DisassociateResolverRuleCommand.js +5 -0
  24. package/dist-cjs/commands/GetFirewallConfigCommand.js +5 -0
  25. package/dist-cjs/commands/GetFirewallDomainListCommand.js +5 -0
  26. package/dist-cjs/commands/GetFirewallRuleGroupAssociationCommand.js +5 -0
  27. package/dist-cjs/commands/GetFirewallRuleGroupCommand.js +5 -0
  28. package/dist-cjs/commands/GetFirewallRuleGroupPolicyCommand.js +5 -0
  29. package/dist-cjs/commands/GetOutpostResolverCommand.js +5 -0
  30. package/dist-cjs/commands/GetResolverConfigCommand.js +5 -0
  31. package/dist-cjs/commands/GetResolverDnssecConfigCommand.js +5 -0
  32. package/dist-cjs/commands/GetResolverEndpointCommand.js +5 -0
  33. package/dist-cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +5 -0
  34. package/dist-cjs/commands/GetResolverQueryLogConfigCommand.js +5 -0
  35. package/dist-cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +5 -0
  36. package/dist-cjs/commands/GetResolverRuleAssociationCommand.js +5 -0
  37. package/dist-cjs/commands/GetResolverRuleCommand.js +5 -0
  38. package/dist-cjs/commands/GetResolverRulePolicyCommand.js +5 -0
  39. package/dist-cjs/commands/ImportFirewallDomainsCommand.js +5 -0
  40. package/dist-cjs/commands/ListFirewallConfigsCommand.js +5 -0
  41. package/dist-cjs/commands/ListFirewallDomainListsCommand.js +5 -0
  42. package/dist-cjs/commands/ListFirewallDomainsCommand.js +5 -0
  43. package/dist-cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +5 -0
  44. package/dist-cjs/commands/ListFirewallRuleGroupsCommand.js +5 -0
  45. package/dist-cjs/commands/ListFirewallRulesCommand.js +5 -0
  46. package/dist-cjs/commands/ListOutpostResolversCommand.js +5 -0
  47. package/dist-cjs/commands/ListResolverConfigsCommand.js +5 -0
  48. package/dist-cjs/commands/ListResolverDnssecConfigsCommand.js +5 -0
  49. package/dist-cjs/commands/ListResolverEndpointIpAddressesCommand.js +5 -0
  50. package/dist-cjs/commands/ListResolverEndpointsCommand.js +5 -0
  51. package/dist-cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +5 -0
  52. package/dist-cjs/commands/ListResolverQueryLogConfigsCommand.js +5 -0
  53. package/dist-cjs/commands/ListResolverRuleAssociationsCommand.js +5 -0
  54. package/dist-cjs/commands/ListResolverRulesCommand.js +5 -0
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  56. package/dist-cjs/commands/PutFirewallRuleGroupPolicyCommand.js +5 -0
  57. package/dist-cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +5 -0
  58. package/dist-cjs/commands/PutResolverRulePolicyCommand.js +5 -0
  59. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  60. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  61. package/dist-cjs/commands/UpdateFirewallConfigCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateFirewallDomainsCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateFirewallRuleCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateOutpostResolverCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateResolverConfigCommand.js +5 -0
  67. package/dist-cjs/commands/UpdateResolverDnssecConfigCommand.js +5 -0
  68. package/dist-cjs/commands/UpdateResolverEndpointCommand.js +5 -0
  69. package/dist-cjs/commands/UpdateResolverRuleCommand.js +5 -0
  70. package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +5 -0
  71. package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +5 -0
  72. package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +5 -0
  73. package/dist-es/commands/AssociateResolverRuleCommand.js +5 -0
  74. package/dist-es/commands/CreateFirewallDomainListCommand.js +5 -0
  75. package/dist-es/commands/CreateFirewallRuleCommand.js +5 -0
  76. package/dist-es/commands/CreateFirewallRuleGroupCommand.js +5 -0
  77. package/dist-es/commands/CreateOutpostResolverCommand.js +5 -0
  78. package/dist-es/commands/CreateResolverEndpointCommand.js +5 -0
  79. package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +5 -0
  80. package/dist-es/commands/CreateResolverRuleCommand.js +5 -0
  81. package/dist-es/commands/DeleteFirewallDomainListCommand.js +5 -0
  82. package/dist-es/commands/DeleteFirewallRuleCommand.js +5 -0
  83. package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +5 -0
  84. package/dist-es/commands/DeleteOutpostResolverCommand.js +5 -0
  85. package/dist-es/commands/DeleteResolverEndpointCommand.js +5 -0
  86. package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +5 -0
  87. package/dist-es/commands/DeleteResolverRuleCommand.js +5 -0
  88. package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +5 -0
  89. package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +5 -0
  90. package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +5 -0
  91. package/dist-es/commands/DisassociateResolverRuleCommand.js +5 -0
  92. package/dist-es/commands/GetFirewallConfigCommand.js +5 -0
  93. package/dist-es/commands/GetFirewallDomainListCommand.js +5 -0
  94. package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +5 -0
  95. package/dist-es/commands/GetFirewallRuleGroupCommand.js +5 -0
  96. package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +5 -0
  97. package/dist-es/commands/GetOutpostResolverCommand.js +5 -0
  98. package/dist-es/commands/GetResolverConfigCommand.js +5 -0
  99. package/dist-es/commands/GetResolverDnssecConfigCommand.js +5 -0
  100. package/dist-es/commands/GetResolverEndpointCommand.js +5 -0
  101. package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +5 -0
  102. package/dist-es/commands/GetResolverQueryLogConfigCommand.js +5 -0
  103. package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +5 -0
  104. package/dist-es/commands/GetResolverRuleAssociationCommand.js +5 -0
  105. package/dist-es/commands/GetResolverRuleCommand.js +5 -0
  106. package/dist-es/commands/GetResolverRulePolicyCommand.js +5 -0
  107. package/dist-es/commands/ImportFirewallDomainsCommand.js +5 -0
  108. package/dist-es/commands/ListFirewallConfigsCommand.js +5 -0
  109. package/dist-es/commands/ListFirewallDomainListsCommand.js +5 -0
  110. package/dist-es/commands/ListFirewallDomainsCommand.js +5 -0
  111. package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +5 -0
  112. package/dist-es/commands/ListFirewallRuleGroupsCommand.js +5 -0
  113. package/dist-es/commands/ListFirewallRulesCommand.js +5 -0
  114. package/dist-es/commands/ListOutpostResolversCommand.js +5 -0
  115. package/dist-es/commands/ListResolverConfigsCommand.js +5 -0
  116. package/dist-es/commands/ListResolverDnssecConfigsCommand.js +5 -0
  117. package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +5 -0
  118. package/dist-es/commands/ListResolverEndpointsCommand.js +5 -0
  119. package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +5 -0
  120. package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +5 -0
  121. package/dist-es/commands/ListResolverRuleAssociationsCommand.js +5 -0
  122. package/dist-es/commands/ListResolverRulesCommand.js +5 -0
  123. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  124. package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +5 -0
  125. package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +5 -0
  126. package/dist-es/commands/PutResolverRulePolicyCommand.js +5 -0
  127. package/dist-es/commands/TagResourceCommand.js +5 -0
  128. package/dist-es/commands/UntagResourceCommand.js +5 -0
  129. package/dist-es/commands/UpdateFirewallConfigCommand.js +5 -0
  130. package/dist-es/commands/UpdateFirewallDomainsCommand.js +5 -0
  131. package/dist-es/commands/UpdateFirewallRuleCommand.js +5 -0
  132. package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +5 -0
  133. package/dist-es/commands/UpdateOutpostResolverCommand.js +5 -0
  134. package/dist-es/commands/UpdateResolverConfigCommand.js +5 -0
  135. package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +5 -0
  136. package/dist-es/commands/UpdateResolverEndpointCommand.js +5 -0
  137. package/dist-es/commands/UpdateResolverRuleCommand.js +5 -0
  138. package/package.json +31 -31
package/README.md CHANGED
@@ -49,16 +49,16 @@ using your favorite package manager:
49
49
 
50
50
  The AWS SDK is modulized by clients and commands.
51
51
  To send a request, you only need to import the `Route53ResolverClient` and
52
- the commands you need, for example `AssociateFirewallRuleGroupCommand`:
52
+ the commands you need, for example `ListResolverRulesCommand`:
53
53
 
54
54
  ```js
55
55
  // ES5 example
56
- const { Route53ResolverClient, AssociateFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver");
56
+ const { Route53ResolverClient, ListResolverRulesCommand } = require("@aws-sdk/client-route53resolver");
57
57
  ```
58
58
 
59
59
  ```ts
60
60
  // ES6+ example
61
- import { Route53ResolverClient, AssociateFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver";
61
+ import { Route53ResolverClient, ListResolverRulesCommand } from "@aws-sdk/client-route53resolver";
62
62
  ```
63
63
 
64
64
  ### Usage
@@ -77,7 +77,7 @@ const client = new Route53ResolverClient({ region: "REGION" });
77
77
  const params = {
78
78
  /** input parameters */
79
79
  };
80
- const command = new AssociateFirewallRuleGroupCommand(params);
80
+ const command = new ListResolverRulesCommand(params);
81
81
  ```
82
82
 
83
83
  #### Async/await
@@ -156,7 +156,7 @@ const client = new AWS.Route53Resolver({ region: "REGION" });
156
156
 
157
157
  // async/await.
158
158
  try {
159
- const data = await client.associateFirewallRuleGroup(params);
159
+ const data = await client.listResolverRules(params);
160
160
  // process data.
161
161
  } catch (error) {
162
162
  // error handling.
@@ -164,7 +164,7 @@ try {
164
164
 
165
165
  // Promises.
166
166
  client
167
- .associateFirewallRuleGroup(params)
167
+ .listResolverRules(params)
168
168
  .then((data) => {
169
169
  // process data.
170
170
  })
@@ -173,7 +173,7 @@ client
173
173
  });
174
174
 
175
175
  // callbacks.
176
- client.associateFirewallRuleGroup(params, (err, data) => {
176
+ client.listResolverRules(params, (err, data) => {
177
177
  // process err and data.
178
178
  });
179
179
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class AssociateFirewallRuleGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateFirewallRuleGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "AssociateFirewallRuleGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class AssociateResolverEndpointIpAddressCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateResolverEndpointIpAddressCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "AssociateResolverEndpointIpAddress",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class AssociateResolverQueryLogConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateResolverQueryLogConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "AssociateResolverQueryLogConfig",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class AssociateResolverRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateResolverRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "AssociateResolverRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateFirewallDomainListCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateFirewallDomainListCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "CreateFirewallDomainList",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateFirewallRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateFirewallRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "CreateFirewallRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateFirewallRuleGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateFirewallRuleGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "CreateFirewallRuleGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateOutpostResolverCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateOutpostResolverCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "CreateOutpostResolver",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateResolverEndpointCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateResolverEndpointCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "CreateResolverEndpoint",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateResolverQueryLogConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateResolverQueryLogConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "CreateResolverQueryLogConfig",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateResolverRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateResolverRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "CreateResolverRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteFirewallDomainListCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFirewallDomainListCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DeleteFirewallDomainList",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteFirewallRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFirewallRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DeleteFirewallRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteFirewallRuleGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFirewallRuleGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DeleteFirewallRuleGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteOutpostResolverCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteOutpostResolverCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DeleteOutpostResolver",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteResolverEndpointCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteResolverEndpointCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DeleteResolverEndpoint",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteResolverQueryLogConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteResolverQueryLogConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DeleteResolverQueryLogConfig",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteResolverRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteResolverRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DeleteResolverRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DisassociateFirewallRuleGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DisassociateFirewallRuleGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DisassociateFirewallRuleGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DisassociateResolverEndpointIpAddressCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DisassociateResolverEndpointIpAddressCommand extends smithy_client_1.Comma
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DisassociateResolverEndpointIpAddress",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DisassociateResolverQueryLogConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DisassociateResolverQueryLogConfigCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DisassociateResolverQueryLogConfig",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DisassociateResolverRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DisassociateResolverRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "DisassociateResolverRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetFirewallConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFirewallConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "GetFirewallConfig",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetFirewallDomainListCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFirewallDomainListCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "GetFirewallDomainList",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetFirewallRuleGroupAssociationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFirewallRuleGroupAssociationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "GetFirewallRuleGroupAssociation",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetFirewallRuleGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFirewallRuleGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "GetFirewallRuleGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetFirewallRuleGroupPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFirewallRuleGroupPolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "GetFirewallRuleGroupPolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetOutpostResolverCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetOutpostResolverCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "GetOutpostResolver",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetResolverConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetResolverConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Route53Resolver",
38
+ operation: "GetResolverConfig",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);