@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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Route53Resolver.js +261 -254
- package/dist-es/Route53ResolverClient.js +28 -22
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +28 -21
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/AssociateResolverRuleCommand.js +28 -21
- package/dist-es/commands/CreateFirewallDomainListCommand.js +28 -21
- package/dist-es/commands/CreateFirewallRuleCommand.js +28 -21
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/CreateResolverEndpointCommand.js +28 -21
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/CreateResolverRuleCommand.js +28 -21
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +28 -21
- package/dist-es/commands/DeleteFirewallRuleCommand.js +28 -21
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/DeleteResolverEndpointCommand.js +28 -21
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/DeleteResolverRuleCommand.js +28 -21
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +28 -21
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/DisassociateResolverRuleCommand.js +28 -21
- package/dist-es/commands/GetFirewallConfigCommand.js +28 -21
- package/dist-es/commands/GetFirewallDomainListCommand.js +28 -21
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +28 -21
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +28 -21
- package/dist-es/commands/GetResolverConfigCommand.js +28 -21
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +28 -21
- package/dist-es/commands/GetResolverEndpointCommand.js +28 -21
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +28 -21
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +28 -21
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +28 -21
- package/dist-es/commands/GetResolverRuleCommand.js +28 -21
- package/dist-es/commands/GetResolverRulePolicyCommand.js +28 -21
- package/dist-es/commands/ImportFirewallDomainsCommand.js +28 -21
- package/dist-es/commands/ListFirewallConfigsCommand.js +28 -21
- package/dist-es/commands/ListFirewallDomainListsCommand.js +28 -21
- package/dist-es/commands/ListFirewallDomainsCommand.js +28 -21
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +28 -21
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +28 -21
- package/dist-es/commands/ListFirewallRulesCommand.js +28 -21
- package/dist-es/commands/ListResolverConfigsCommand.js +28 -21
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +28 -21
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +28 -21
- package/dist-es/commands/ListResolverEndpointsCommand.js +28 -21
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +28 -21
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +28 -21
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +28 -21
- package/dist-es/commands/ListResolverRulesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +28 -21
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +28 -21
- package/dist-es/commands/PutResolverRulePolicyCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateFirewallConfigCommand.js +28 -21
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +28 -21
- package/dist-es/commands/UpdateFirewallRuleCommand.js +28 -21
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +28 -21
- package/dist-es/commands/UpdateResolverConfigCommand.js +28 -21
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +28 -21
- package/dist-es/commands/UpdateResolverEndpointCommand.js +28 -21
- package/dist-es/commands/UpdateResolverRuleCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/Route53ResolverServiceException.js +10 -5
- package/dist-es/models/models_0.js +346 -639
- package/dist-es/pagination/ListFirewallConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallDomainListsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallDomainsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallRulesPaginator.js +68 -25
- package/dist-es/pagination/ListResolverConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +68 -25
- package/dist-es/pagination/ListResolverEndpointsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverRulesPaginator.js +68 -25
- package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +5596 -4270
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- 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 { GetResolverQueryLogConfigRequestFilterSensitiveLog, GetResolverQueryLogConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetResolverQueryLogConfigCommand, serializeAws_json1_1GetResolverQueryLogConfigCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetResolverQueryLogConfigCommand = (function (_super) {
|
|
7
|
+
__extends(GetResolverQueryLogConfigCommand, _super);
|
|
8
|
+
function GetResolverQueryLogConfigCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetResolverQueryLogConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetResolverQueryLogConfigCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetResolverQueryLogConfigRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetResolverQueryLogConfigResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetResolverQueryLogConfigCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1GetResolverQueryLogConfigCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetResolverQueryLogConfigCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetResolverQueryLogConfigCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetResolverQueryLogConfigCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetResolverQueryLogConfigCommand };
|
|
@@ -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 { GetResolverQueryLogConfigPolicyRequestFilterSensitiveLog, GetResolverQueryLogConfigPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetResolverQueryLogConfigPolicyCommand, serializeAws_json1_1GetResolverQueryLogConfigPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetResolverQueryLogConfigPolicyCommand = (function (_super) {
|
|
7
|
+
__extends(GetResolverQueryLogConfigPolicyCommand, _super);
|
|
8
|
+
function GetResolverQueryLogConfigPolicyCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetResolverQueryLogConfigPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetResolverQueryLogConfigPolicyCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetResolverQueryLogConfigPolicyRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetResolverQueryLogConfigPolicyResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetResolverQueryLogConfigPolicyCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1GetResolverQueryLogConfigPolicyCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetResolverQueryLogConfigPolicyCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetResolverQueryLogConfigPolicyCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetResolverQueryLogConfigPolicyCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetResolverQueryLogConfigPolicyCommand };
|
|
@@ -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 { GetResolverRuleAssociationRequestFilterSensitiveLog, GetResolverRuleAssociationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetResolverRuleAssociationCommand, serializeAws_json1_1GetResolverRuleAssociationCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetResolverRuleAssociationCommand = (function (_super) {
|
|
7
|
+
__extends(GetResolverRuleAssociationCommand, _super);
|
|
8
|
+
function GetResolverRuleAssociationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetResolverRuleAssociationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetResolverRuleAssociationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetResolverRuleAssociationRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetResolverRuleAssociationResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetResolverRuleAssociationCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1GetResolverRuleAssociationCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetResolverRuleAssociationCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetResolverRuleAssociationCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetResolverRuleAssociationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetResolverRuleAssociationCommand };
|
|
@@ -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 { GetResolverRuleRequestFilterSensitiveLog, GetResolverRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetResolverRuleCommand, serializeAws_json1_1GetResolverRuleCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetResolverRuleCommand = (function (_super) {
|
|
7
|
+
__extends(GetResolverRuleCommand, _super);
|
|
8
|
+
function GetResolverRuleCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetResolverRuleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetResolverRuleCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetResolverRuleRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetResolverRuleResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetResolverRuleCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1GetResolverRuleCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetResolverRuleCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetResolverRuleCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetResolverRuleCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetResolverRuleCommand };
|
|
@@ -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 { GetResolverRulePolicyRequestFilterSensitiveLog, GetResolverRulePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetResolverRulePolicyCommand, serializeAws_json1_1GetResolverRulePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetResolverRulePolicyCommand = (function (_super) {
|
|
7
|
+
__extends(GetResolverRulePolicyCommand, _super);
|
|
8
|
+
function GetResolverRulePolicyCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetResolverRulePolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "GetResolverRulePolicyCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetResolverRulePolicyRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetResolverRulePolicyResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetResolverRulePolicyCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1GetResolverRulePolicyCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetResolverRulePolicyCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetResolverRulePolicyCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetResolverRulePolicyCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetResolverRulePolicyCommand };
|
|
@@ -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 { ImportFirewallDomainsRequestFilterSensitiveLog, ImportFirewallDomainsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ImportFirewallDomainsCommand, serializeAws_json1_1ImportFirewallDomainsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ImportFirewallDomainsCommand = (function (_super) {
|
|
7
|
+
__extends(ImportFirewallDomainsCommand, _super);
|
|
8
|
+
function ImportFirewallDomainsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ImportFirewallDomainsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "ImportFirewallDomainsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ImportFirewallDomainsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ImportFirewallDomainsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ImportFirewallDomainsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ImportFirewallDomainsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ImportFirewallDomainsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ImportFirewallDomainsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ImportFirewallDomainsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ImportFirewallDomainsCommand };
|
|
@@ -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 { ListFirewallConfigsRequestFilterSensitiveLog, ListFirewallConfigsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListFirewallConfigsCommand, serializeAws_json1_1ListFirewallConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListFirewallConfigsCommand = (function (_super) {
|
|
7
|
+
__extends(ListFirewallConfigsCommand, _super);
|
|
8
|
+
function ListFirewallConfigsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListFirewallConfigsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "ListFirewallConfigsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListFirewallConfigsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListFirewallConfigsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListFirewallConfigsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListFirewallConfigsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListFirewallConfigsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListFirewallConfigsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListFirewallConfigsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListFirewallConfigsCommand };
|
|
@@ -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 { ListFirewallDomainListsRequestFilterSensitiveLog, ListFirewallDomainListsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListFirewallDomainListsCommand, serializeAws_json1_1ListFirewallDomainListsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListFirewallDomainListsCommand = (function (_super) {
|
|
7
|
+
__extends(ListFirewallDomainListsCommand, _super);
|
|
8
|
+
function ListFirewallDomainListsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListFirewallDomainListsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "ListFirewallDomainListsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListFirewallDomainListsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListFirewallDomainListsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListFirewallDomainListsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListFirewallDomainListsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListFirewallDomainListsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListFirewallDomainListsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListFirewallDomainListsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListFirewallDomainListsCommand };
|
|
@@ -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 { ListFirewallDomainsRequestFilterSensitiveLog, ListFirewallDomainsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListFirewallDomainsCommand, serializeAws_json1_1ListFirewallDomainsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListFirewallDomainsCommand = (function (_super) {
|
|
7
|
+
__extends(ListFirewallDomainsCommand, _super);
|
|
8
|
+
function ListFirewallDomainsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListFirewallDomainsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "ListFirewallDomainsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListFirewallDomainsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListFirewallDomainsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListFirewallDomainsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListFirewallDomainsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListFirewallDomainsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListFirewallDomainsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListFirewallDomainsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListFirewallDomainsCommand };
|
|
@@ -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 { ListFirewallRuleGroupAssociationsRequestFilterSensitiveLog, ListFirewallRuleGroupAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommand, serializeAws_json1_1ListFirewallRuleGroupAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListFirewallRuleGroupAssociationsCommand = (function (_super) {
|
|
7
|
+
__extends(ListFirewallRuleGroupAssociationsCommand, _super);
|
|
8
|
+
function ListFirewallRuleGroupAssociationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListFirewallRuleGroupAssociationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 = "ListFirewallRuleGroupAssociationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListFirewallRuleGroupAssociationsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListFirewallRuleGroupAssociationsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListFirewallRuleGroupAssociationsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListFirewallRuleGroupAssociationsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListFirewallRuleGroupAssociationsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListFirewallRuleGroupAssociationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListFirewallRuleGroupAssociationsCommand };
|