@aws-sdk/client-route53resolver 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateFirewallRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/AssociateResolverEndpointIpAddressCommand.js +2 -2
- package/dist-cjs/commands/AssociateResolverQueryLogConfigCommand.js +2 -2
- package/dist-cjs/commands/AssociateResolverRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallDomainListCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateResolverEndpointCommand.js +2 -2
- package/dist-cjs/commands/CreateResolverQueryLogConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateResolverRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallDomainListCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteResolverEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteResolverQueryLogConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteResolverRuleCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFirewallRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +2 -2
- package/dist-cjs/commands/DisassociateResolverQueryLogConfigCommand.js +2 -2
- package/dist-cjs/commands/DisassociateResolverRuleCommand.js +2 -2
- package/dist-cjs/commands/GetFirewallConfigCommand.js +2 -2
- package/dist-cjs/commands/GetFirewallDomainListCommand.js +2 -2
- package/dist-cjs/commands/GetFirewallRuleGroupAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetFirewallRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/GetFirewallRuleGroupPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetResolverConfigCommand.js +2 -2
- package/dist-cjs/commands/GetResolverDnssecConfigCommand.js +2 -2
- package/dist-cjs/commands/GetResolverEndpointCommand.js +2 -2
- package/dist-cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetResolverQueryLogConfigCommand.js +2 -2
- package/dist-cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetResolverRuleAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetResolverRuleCommand.js +2 -2
- package/dist-cjs/commands/GetResolverRulePolicyCommand.js +2 -2
- package/dist-cjs/commands/ImportFirewallDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallDomainListsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallRulesCommand.js +2 -2
- package/dist-cjs/commands/ListResolverConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListResolverDnssecConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListResolverEndpointIpAddressesCommand.js +2 -2
- package/dist-cjs/commands/ListResolverEndpointsCommand.js +2 -2
- package/dist-cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListResolverQueryLogConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListResolverRuleAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListResolverRulesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutFirewallRuleGroupPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutResolverRulePolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallDomainsCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallRuleCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +2 -2
- package/dist-cjs/commands/UpdateResolverConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateResolverDnssecConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateResolverEndpointCommand.js +2 -2
- package/dist-cjs/commands/UpdateResolverRuleCommand.js +2 -2
- package/dist-cjs/models/models_0.js +592 -886
- package/dist-cjs/protocols/Aws_json1_1.js +315 -528
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +3 -3
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +3 -3
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +3 -3
- package/dist-es/commands/AssociateResolverRuleCommand.js +3 -3
- package/dist-es/commands/CreateFirewallDomainListCommand.js +3 -3
- package/dist-es/commands/CreateFirewallRuleCommand.js +3 -3
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +3 -3
- package/dist-es/commands/CreateResolverEndpointCommand.js +3 -3
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +3 -3
- package/dist-es/commands/CreateResolverRuleCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallRuleCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +3 -3
- package/dist-es/commands/DeleteResolverEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +3 -3
- package/dist-es/commands/DeleteResolverRuleCommand.js +3 -3
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +3 -3
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +3 -3
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +3 -3
- package/dist-es/commands/DisassociateResolverRuleCommand.js +3 -3
- package/dist-es/commands/GetFirewallConfigCommand.js +3 -3
- package/dist-es/commands/GetFirewallDomainListCommand.js +3 -3
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +3 -3
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +3 -3
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +3 -3
- package/dist-es/commands/GetResolverConfigCommand.js +3 -3
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +3 -3
- package/dist-es/commands/GetResolverEndpointCommand.js +3 -3
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +3 -3
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +3 -3
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +3 -3
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +3 -3
- package/dist-es/commands/GetResolverRuleCommand.js +3 -3
- package/dist-es/commands/GetResolverRulePolicyCommand.js +3 -3
- package/dist-es/commands/ImportFirewallDomainsCommand.js +3 -3
- package/dist-es/commands/ListFirewallConfigsCommand.js +3 -3
- package/dist-es/commands/ListFirewallDomainListsCommand.js +3 -3
- package/dist-es/commands/ListFirewallDomainsCommand.js +3 -3
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +3 -3
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListFirewallRulesCommand.js +3 -3
- package/dist-es/commands/ListResolverConfigsCommand.js +3 -3
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +3 -3
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +3 -3
- package/dist-es/commands/ListResolverEndpointsCommand.js +3 -3
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +3 -3
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +3 -3
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +3 -3
- package/dist-es/commands/ListResolverRulesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +3 -3
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +3 -3
- package/dist-es/commands/PutResolverRulePolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallConfigCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallRuleCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +3 -3
- package/dist-es/commands/UpdateResolverConfigCommand.js +3 -3
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +3 -3
- package/dist-es/commands/UpdateResolverEndpointCommand.js +3 -3
- package/dist-es/commands/UpdateResolverRuleCommand.js +3 -3
- package/dist-es/models/models_0.js +147 -588
- package/dist-es/protocols/Aws_json1_1.js +505 -529
- package/dist-types/models/models_0.d.ts +588 -882
- package/dist-types/ts3.4/models/models_0.d.ts +294 -588
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateFirewallRuleGroupRequestFilterSensitiveLog, AssociateFirewallRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateFirewallRuleGroupCommand, serializeAws_json1_1AssociateFirewallRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateFirewallRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateFirewallRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateFirewallRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateFirewallRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateFirewallRuleGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateResolverEndpointIpAddressRequestFilterSensitiveLog, AssociateResolverEndpointIpAddressResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateResolverEndpointIpAddressCommand, serializeAws_json1_1AssociateResolverEndpointIpAddressCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateResolverEndpointIpAddressCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateResolverEndpointIpAddressCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateResolverEndpointIpAddressCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateResolverEndpointIpAddressRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateResolverEndpointIpAddressResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateResolverQueryLogConfigRequestFilterSensitiveLog, AssociateResolverQueryLogConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateResolverQueryLogConfigCommand, serializeAws_json1_1AssociateResolverQueryLogConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateResolverQueryLogConfigCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateResolverQueryLogConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateResolverQueryLogConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateResolverQueryLogConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateResolverQueryLogConfigResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateResolverRuleRequestFilterSensitiveLog, AssociateResolverRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateResolverRuleCommand, serializeAws_json1_1AssociateResolverRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateResolverRuleCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateResolverRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateResolverRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateResolverRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateResolverRuleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateFirewallDomainListRequestFilterSensitiveLog, CreateFirewallDomainListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateFirewallDomainListCommand, serializeAws_json1_1CreateFirewallDomainListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateFirewallDomainListCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFirewallDomainListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFirewallDomainListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFirewallDomainListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFirewallDomainListResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateFirewallRuleRequestFilterSensitiveLog, CreateFirewallRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateFirewallRuleCommand, serializeAws_json1_1CreateFirewallRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateFirewallRuleCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFirewallRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFirewallRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFirewallRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFirewallRuleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateFirewallRuleGroupRequestFilterSensitiveLog, CreateFirewallRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateFirewallRuleGroupCommand, serializeAws_json1_1CreateFirewallRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateFirewallRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFirewallRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFirewallRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFirewallRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFirewallRuleGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateResolverEndpointRequestFilterSensitiveLog, CreateResolverEndpointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateResolverEndpointCommand, serializeAws_json1_1CreateResolverEndpointCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateResolverEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(CreateResolverEndpointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateResolverEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateResolverEndpointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateResolverEndpointResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateResolverQueryLogConfigRequestFilterSensitiveLog, CreateResolverQueryLogConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateResolverQueryLogConfigCommand, serializeAws_json1_1CreateResolverQueryLogConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateResolverQueryLogConfigCommand = (function (_super) {
|
|
7
7
|
__extends(CreateResolverQueryLogConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateResolverQueryLogConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateResolverQueryLogConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateResolverQueryLogConfigResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateResolverRuleRequestFilterSensitiveLog, CreateResolverRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateResolverRuleCommand, serializeAws_json1_1CreateResolverRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateResolverRuleCommand = (function (_super) {
|
|
7
7
|
__extends(CreateResolverRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateResolverRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateResolverRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateResolverRuleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteFirewallDomainListRequestFilterSensitiveLog, DeleteFirewallDomainListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteFirewallDomainListCommand, serializeAws_json1_1DeleteFirewallDomainListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteFirewallDomainListCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFirewallDomainListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFirewallDomainListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFirewallDomainListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFirewallDomainListResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteFirewallRuleRequestFilterSensitiveLog, DeleteFirewallRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteFirewallRuleCommand, serializeAws_json1_1DeleteFirewallRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteFirewallRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFirewallRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFirewallRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFirewallRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFirewallRuleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteFirewallRuleGroupRequestFilterSensitiveLog, DeleteFirewallRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteFirewallRuleGroupCommand, serializeAws_json1_1DeleteFirewallRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteFirewallRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFirewallRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFirewallRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFirewallRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFirewallRuleGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteResolverEndpointRequestFilterSensitiveLog, DeleteResolverEndpointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteResolverEndpointCommand, serializeAws_json1_1DeleteResolverEndpointCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteResolverEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResolverEndpointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteResolverEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteResolverEndpointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteResolverEndpointResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteResolverQueryLogConfigRequestFilterSensitiveLog, DeleteResolverQueryLogConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteResolverQueryLogConfigCommand, serializeAws_json1_1DeleteResolverQueryLogConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteResolverQueryLogConfigCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResolverQueryLogConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteResolverQueryLogConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteResolverQueryLogConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteResolverQueryLogConfigResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteResolverRuleRequestFilterSensitiveLog, DeleteResolverRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteResolverRuleCommand, serializeAws_json1_1DeleteResolverRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteResolverRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResolverRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteResolverRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteResolverRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteResolverRuleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateFirewallRuleGroupRequestFilterSensitiveLog, DisassociateFirewallRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateFirewallRuleGroupCommand, serializeAws_json1_1DisassociateFirewallRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateFirewallRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateFirewallRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateFirewallRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateFirewallRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateFirewallRuleGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateResolverEndpointIpAddressRequestFilterSensitiveLog, DisassociateResolverEndpointIpAddressResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateResolverEndpointIpAddressCommand, serializeAws_json1_1DisassociateResolverEndpointIpAddressCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateResolverEndpointIpAddressCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateResolverEndpointIpAddressCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateResolverEndpointIpAddressCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateResolverEndpointIpAddressRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateResolverEndpointIpAddressResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateResolverQueryLogConfigRequestFilterSensitiveLog, DisassociateResolverQueryLogConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateResolverQueryLogConfigCommand, serializeAws_json1_1DisassociateResolverQueryLogConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateResolverQueryLogConfigCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateResolverQueryLogConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateResolverQueryLogConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateResolverQueryLogConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateResolverQueryLogConfigResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateResolverRuleRequestFilterSensitiveLog, DisassociateResolverRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateResolverRuleCommand, serializeAws_json1_1DisassociateResolverRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateResolverRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateResolverRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateResolverRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateResolverRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateResolverRuleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetFirewallConfigRequestFilterSensitiveLog, GetFirewallConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetFirewallConfigCommand, serializeAws_json1_1GetFirewallConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetFirewallConfigCommand = (function (_super) {
|
|
7
7
|
__extends(GetFirewallConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetFirewallConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetFirewallConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetFirewallConfigResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetFirewallDomainListRequestFilterSensitiveLog, GetFirewallDomainListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetFirewallDomainListCommand, serializeAws_json1_1GetFirewallDomainListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetFirewallDomainListCommand = (function (_super) {
|
|
7
7
|
__extends(GetFirewallDomainListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetFirewallDomainListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetFirewallDomainListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetFirewallDomainListResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetFirewallRuleGroupAssociationRequestFilterSensitiveLog, GetFirewallRuleGroupAssociationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetFirewallRuleGroupAssociationCommand, serializeAws_json1_1GetFirewallRuleGroupAssociationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetFirewallRuleGroupAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(GetFirewallRuleGroupAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetFirewallRuleGroupAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetFirewallRuleGroupAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetFirewallRuleGroupAssociationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetFirewallRuleGroupRequestFilterSensitiveLog, GetFirewallRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetFirewallRuleGroupCommand, serializeAws_json1_1GetFirewallRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetFirewallRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(GetFirewallRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetFirewallRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetFirewallRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetFirewallRuleGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetFirewallRuleGroupPolicyRequestFilterSensitiveLog, GetFirewallRuleGroupPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetFirewallRuleGroupPolicyCommand, serializeAws_json1_1GetFirewallRuleGroupPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetFirewallRuleGroupPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetFirewallRuleGroupPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetFirewallRuleGroupPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetFirewallRuleGroupPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetFirewallRuleGroupPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetResolverConfigRequestFilterSensitiveLog, GetResolverConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResolverConfigCommand, serializeAws_json1_1GetResolverConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResolverConfigCommand = (function (_super) {
|
|
7
7
|
__extends(GetResolverConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResolverConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResolverConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResolverConfigResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetResolverDnssecConfigRequestFilterSensitiveLog, GetResolverDnssecConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResolverDnssecConfigCommand, serializeAws_json1_1GetResolverDnssecConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResolverDnssecConfigCommand = (function (_super) {
|
|
7
7
|
__extends(GetResolverDnssecConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResolverDnssecConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResolverDnssecConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResolverDnssecConfigResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetResolverEndpointRequestFilterSensitiveLog, GetResolverEndpointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResolverEndpointCommand, serializeAws_json1_1GetResolverEndpointCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResolverEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(GetResolverEndpointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResolverEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResolverEndpointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResolverEndpointResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetResolverQueryLogConfigAssociationRequestFilterSensitiveLog, GetResolverQueryLogConfigAssociationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResolverQueryLogConfigAssociationCommand, serializeAws_json1_1GetResolverQueryLogConfigAssociationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResolverQueryLogConfigAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(GetResolverQueryLogConfigAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResolverQueryLogConfigAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResolverQueryLogConfigAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResolverQueryLogConfigAssociationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|