@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.
- package/CHANGELOG.md +24 -0
- package/dist-cjs/Route53ResolverClient.js +13 -13
- package/dist-cjs/commands/AssociateFirewallRuleGroupCommand.js +3 -3
- package/dist-cjs/commands/AssociateResolverEndpointIpAddressCommand.js +3 -3
- package/dist-cjs/commands/AssociateResolverQueryLogConfigCommand.js +3 -3
- package/dist-cjs/commands/AssociateResolverRuleCommand.js +3 -3
- package/dist-cjs/commands/CreateFirewallDomainListCommand.js +3 -3
- package/dist-cjs/commands/CreateFirewallRuleCommand.js +3 -3
- package/dist-cjs/commands/CreateFirewallRuleGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateResolverEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateResolverQueryLogConfigCommand.js +3 -3
- package/dist-cjs/commands/CreateResolverRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteFirewallDomainListCommand.js +3 -3
- package/dist-cjs/commands/DeleteFirewallRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteFirewallRuleGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteResolverEndpointCommand.js +3 -3
- package/dist-cjs/commands/DeleteResolverQueryLogConfigCommand.js +3 -3
- package/dist-cjs/commands/DeleteResolverRuleCommand.js +3 -3
- package/dist-cjs/commands/DisassociateFirewallRuleGroupCommand.js +3 -3
- package/dist-cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +3 -3
- package/dist-cjs/commands/DisassociateResolverQueryLogConfigCommand.js +3 -3
- package/dist-cjs/commands/DisassociateResolverRuleCommand.js +3 -3
- package/dist-cjs/commands/GetFirewallConfigCommand.js +3 -3
- package/dist-cjs/commands/GetFirewallDomainListCommand.js +3 -3
- package/dist-cjs/commands/GetFirewallRuleGroupAssociationCommand.js +3 -3
- package/dist-cjs/commands/GetFirewallRuleGroupCommand.js +3 -3
- package/dist-cjs/commands/GetFirewallRuleGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetResolverConfigCommand.js +3 -3
- package/dist-cjs/commands/GetResolverDnssecConfigCommand.js +3 -3
- package/dist-cjs/commands/GetResolverEndpointCommand.js +3 -3
- package/dist-cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +3 -3
- package/dist-cjs/commands/GetResolverQueryLogConfigCommand.js +3 -3
- package/dist-cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetResolverRuleAssociationCommand.js +3 -3
- package/dist-cjs/commands/GetResolverRuleCommand.js +3 -3
- package/dist-cjs/commands/GetResolverRulePolicyCommand.js +3 -3
- package/dist-cjs/commands/ImportFirewallDomainsCommand.js +3 -3
- package/dist-cjs/commands/ListFirewallConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListFirewallDomainListsCommand.js +3 -3
- package/dist-cjs/commands/ListFirewallDomainsCommand.js +3 -3
- package/dist-cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +3 -3
- package/dist-cjs/commands/ListFirewallRuleGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListFirewallRulesCommand.js +3 -3
- package/dist-cjs/commands/ListResolverConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListResolverDnssecConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListResolverEndpointIpAddressesCommand.js +3 -3
- package/dist-cjs/commands/ListResolverEndpointsCommand.js +3 -3
- package/dist-cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +3 -3
- package/dist-cjs/commands/ListResolverQueryLogConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListResolverRuleAssociationsCommand.js +3 -3
- package/dist-cjs/commands/ListResolverRulesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutFirewallRuleGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutResolverRulePolicyCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateFirewallConfigCommand.js +3 -3
- package/dist-cjs/commands/UpdateFirewallDomainsCommand.js +3 -3
- package/dist-cjs/commands/UpdateFirewallRuleCommand.js +3 -3
- package/dist-cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +3 -3
- package/dist-cjs/commands/UpdateResolverConfigCommand.js +3 -3
- package/dist-cjs/commands/UpdateResolverDnssecConfigCommand.js +3 -3
- package/dist-cjs/commands/UpdateResolverEndpointCommand.js +3 -3
- package/dist-cjs/commands/UpdateResolverRuleCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +272 -272
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/Route53Resolver.js +63 -63
- package/dist-es/pagination/ListFirewallConfigsPaginator.js +4 -4
- package/dist-es/pagination/ListFirewallDomainListsPaginator.js +4 -4
- package/dist-es/pagination/ListFirewallDomainsPaginator.js +4 -4
- package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +4 -4
- package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +4 -4
- package/dist-es/pagination/ListFirewallRulesPaginator.js +4 -4
- package/dist-es/pagination/ListResolverConfigsPaginator.js +4 -4
- package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +4 -4
- package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +4 -4
- package/dist-es/pagination/ListResolverEndpointsPaginator.js +4 -4
- package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +4 -4
- package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +4 -4
- package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +4 -4
- package/dist-es/pagination/ListResolverRulesPaginator.js +4 -4
- package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
- package/dist-types/Route53ResolverClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -11,7 +11,7 @@ class PutResolverQueryLogConfigPolicyCommand 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 PutResolverQueryLogConfigPolicyCommand 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_1PutResolverQueryLogConfigPolicyCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1PutResolverQueryLogConfigPolicyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1PutResolverQueryLogConfigPolicyCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1PutResolverQueryLogConfigPolicyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.PutResolverQueryLogConfigPolicyCommand = PutResolverQueryLogConfigPolicyCommand;
|
|
@@ -11,7 +11,7 @@ class PutResolverRulePolicyCommand 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 PutResolverRulePolicyCommand 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_1PutResolverRulePolicyCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1PutResolverRulePolicyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1PutResolverRulePolicyCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1PutResolverRulePolicyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.PutResolverRulePolicyCommand = PutResolverRulePolicyCommand;
|
|
@@ -11,7 +11,7 @@ class TagResourceCommand 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 TagResourceCommand 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_1TagResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -11,7 +11,7 @@ class UntagResourceCommand 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 UntagResourceCommand 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_1UntagResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFirewallConfigCommand 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 UpdateFirewallConfigCommand 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_1UpdateFirewallConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateFirewallConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateFirewallConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateFirewallConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFirewallConfigCommand = UpdateFirewallConfigCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFirewallDomainsCommand 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 UpdateFirewallDomainsCommand 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_1UpdateFirewallDomainsCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateFirewallDomainsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateFirewallDomainsCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateFirewallDomainsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFirewallDomainsCommand = UpdateFirewallDomainsCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFirewallRuleCommand 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 UpdateFirewallRuleCommand 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_1UpdateFirewallRuleCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateFirewallRuleCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateFirewallRuleCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateFirewallRuleCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFirewallRuleCommand = UpdateFirewallRuleCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFirewallRuleGroupAssociationCommand 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 UpdateFirewallRuleGroupAssociationCommand 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_1UpdateFirewallRuleGroupAssociationCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFirewallRuleGroupAssociationCommand = UpdateFirewallRuleGroupAssociationCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateResolverConfigCommand 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 UpdateResolverConfigCommand 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_1UpdateResolverConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateResolverConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateResolverConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateResolverConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateResolverConfigCommand = UpdateResolverConfigCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateResolverDnssecConfigCommand 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 UpdateResolverDnssecConfigCommand 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_1UpdateResolverDnssecConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateResolverDnssecConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateResolverDnssecConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateResolverDnssecConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateResolverDnssecConfigCommand = UpdateResolverDnssecConfigCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateResolverEndpointCommand 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 UpdateResolverEndpointCommand 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_1UpdateResolverEndpointCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateResolverEndpointCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateResolverEndpointCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateResolverEndpointCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateResolverEndpointCommand = UpdateResolverEndpointCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateResolverRuleCommand 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 UpdateResolverRuleCommand 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_1UpdateResolverRuleCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateResolverRuleCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1UpdateResolverRuleCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateResolverRuleCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateResolverRuleCommand = UpdateResolverRuleCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -122,7 +122,7 @@ const partitionHash = {
|
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
};
|
|
125
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
125
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
126
126
|
...options,
|
|
127
127
|
signingService: "route53resolver",
|
|
128
128
|
regionHash,
|