@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 { GetResolverQueryLogConfigRequestFilterSensitiveLog, GetResolverQueryLogConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResolverQueryLogConfigCommand, serializeAws_json1_1GetResolverQueryLogConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResolverQueryLogConfigCommand = (function (_super) {
|
|
7
7
|
__extends(GetResolverQueryLogConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResolverQueryLogConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResolverQueryLogConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResolverQueryLogConfigResponseFilterSensitiveLog,
|
|
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 { GetResolverQueryLogConfigPolicyRequestFilterSensitiveLog, GetResolverQueryLogConfigPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResolverQueryLogConfigPolicyCommand, serializeAws_json1_1GetResolverQueryLogConfigPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResolverQueryLogConfigPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetResolverQueryLogConfigPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResolverQueryLogConfigPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResolverQueryLogConfigPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResolverQueryLogConfigPolicyResponseFilterSensitiveLog,
|
|
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 { GetResolverRuleAssociationRequestFilterSensitiveLog, GetResolverRuleAssociationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResolverRuleAssociationCommand, serializeAws_json1_1GetResolverRuleAssociationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResolverRuleAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(GetResolverRuleAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResolverRuleAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResolverRuleAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResolverRuleAssociationResponseFilterSensitiveLog,
|
|
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 { GetResolverRuleRequestFilterSensitiveLog, GetResolverRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResolverRuleCommand, serializeAws_json1_1GetResolverRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResolverRuleCommand = (function (_super) {
|
|
7
7
|
__extends(GetResolverRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResolverRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResolverRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResolverRuleResponseFilterSensitiveLog,
|
|
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 { GetResolverRulePolicyRequestFilterSensitiveLog, GetResolverRulePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResolverRulePolicyCommand, serializeAws_json1_1GetResolverRulePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResolverRulePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetResolverRulePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResolverRulePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResolverRulePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResolverRulePolicyResponseFilterSensitiveLog,
|
|
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 { ImportFirewallDomainsRequestFilterSensitiveLog, ImportFirewallDomainsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ImportFirewallDomainsCommand, serializeAws_json1_1ImportFirewallDomainsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ImportFirewallDomainsCommand = (function (_super) {
|
|
7
7
|
__extends(ImportFirewallDomainsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ImportFirewallDomainsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ImportFirewallDomainsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ImportFirewallDomainsResponseFilterSensitiveLog,
|
|
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 { ListFirewallConfigsRequestFilterSensitiveLog, ListFirewallConfigsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListFirewallConfigsCommand, serializeAws_json1_1ListFirewallConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListFirewallConfigsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFirewallConfigsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFirewallConfigsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFirewallConfigsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFirewallConfigsResponseFilterSensitiveLog,
|
|
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 { ListFirewallDomainListsRequestFilterSensitiveLog, ListFirewallDomainListsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListFirewallDomainListsCommand, serializeAws_json1_1ListFirewallDomainListsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListFirewallDomainListsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFirewallDomainListsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFirewallDomainListsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFirewallDomainListsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFirewallDomainListsResponseFilterSensitiveLog,
|
|
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 { ListFirewallDomainsRequestFilterSensitiveLog, ListFirewallDomainsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListFirewallDomainsCommand, serializeAws_json1_1ListFirewallDomainsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListFirewallDomainsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFirewallDomainsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFirewallDomainsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFirewallDomainsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFirewallDomainsResponseFilterSensitiveLog,
|
|
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 { ListFirewallRuleGroupAssociationsRequestFilterSensitiveLog, ListFirewallRuleGroupAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommand, serializeAws_json1_1ListFirewallRuleGroupAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListFirewallRuleGroupAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFirewallRuleGroupAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFirewallRuleGroupAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFirewallRuleGroupAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFirewallRuleGroupAssociationsResponseFilterSensitiveLog,
|
|
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 { ListFirewallRuleGroupsRequestFilterSensitiveLog, ListFirewallRuleGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListFirewallRuleGroupsCommand, serializeAws_json1_1ListFirewallRuleGroupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListFirewallRuleGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFirewallRuleGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFirewallRuleGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFirewallRuleGroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFirewallRuleGroupsResponseFilterSensitiveLog,
|
|
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 { ListFirewallRulesRequestFilterSensitiveLog, ListFirewallRulesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListFirewallRulesCommand, serializeAws_json1_1ListFirewallRulesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListFirewallRulesCommand = (function (_super) {
|
|
7
7
|
__extends(ListFirewallRulesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFirewallRulesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFirewallRulesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFirewallRulesResponseFilterSensitiveLog,
|
|
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 { ListResolverConfigsRequestFilterSensitiveLog, ListResolverConfigsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListResolverConfigsCommand, serializeAws_json1_1ListResolverConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListResolverConfigsCommand = (function (_super) {
|
|
7
7
|
__extends(ListResolverConfigsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListResolverConfigsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListResolverConfigsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListResolverConfigsResponseFilterSensitiveLog,
|
|
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 { ListResolverDnssecConfigsRequestFilterSensitiveLog, ListResolverDnssecConfigsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListResolverDnssecConfigsCommand, serializeAws_json1_1ListResolverDnssecConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListResolverDnssecConfigsCommand = (function (_super) {
|
|
7
7
|
__extends(ListResolverDnssecConfigsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListResolverDnssecConfigsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListResolverDnssecConfigsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListResolverDnssecConfigsResponseFilterSensitiveLog,
|
|
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 { ListResolverEndpointIpAddressesRequestFilterSensitiveLog, ListResolverEndpointIpAddressesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListResolverEndpointIpAddressesCommand, serializeAws_json1_1ListResolverEndpointIpAddressesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListResolverEndpointIpAddressesCommand = (function (_super) {
|
|
7
7
|
__extends(ListResolverEndpointIpAddressesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListResolverEndpointIpAddressesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListResolverEndpointIpAddressesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListResolverEndpointIpAddressesResponseFilterSensitiveLog,
|
|
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 { ListResolverEndpointsRequestFilterSensitiveLog, ListResolverEndpointsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListResolverEndpointsCommand, serializeAws_json1_1ListResolverEndpointsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListResolverEndpointsCommand = (function (_super) {
|
|
7
7
|
__extends(ListResolverEndpointsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListResolverEndpointsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListResolverEndpointsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListResolverEndpointsResponseFilterSensitiveLog,
|
|
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 { ListResolverQueryLogConfigAssociationsRequestFilterSensitiveLog, ListResolverQueryLogConfigAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListResolverQueryLogConfigAssociationsCommand, serializeAws_json1_1ListResolverQueryLogConfigAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListResolverQueryLogConfigAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListResolverQueryLogConfigAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListResolverQueryLogConfigAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListResolverQueryLogConfigAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListResolverQueryLogConfigAssociationsResponseFilterSensitiveLog,
|
|
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 { ListResolverQueryLogConfigsRequestFilterSensitiveLog, ListResolverQueryLogConfigsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListResolverQueryLogConfigsCommand, serializeAws_json1_1ListResolverQueryLogConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListResolverQueryLogConfigsCommand = (function (_super) {
|
|
7
7
|
__extends(ListResolverQueryLogConfigsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListResolverQueryLogConfigsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListResolverQueryLogConfigsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListResolverQueryLogConfigsResponseFilterSensitiveLog,
|
|
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 { ListResolverRuleAssociationsRequestFilterSensitiveLog, ListResolverRuleAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListResolverRuleAssociationsCommand, serializeAws_json1_1ListResolverRuleAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListResolverRuleAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListResolverRuleAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListResolverRuleAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListResolverRuleAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListResolverRuleAssociationsResponseFilterSensitiveLog,
|
|
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 { ListResolverRulesRequestFilterSensitiveLog, ListResolverRulesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListResolverRulesCommand, serializeAws_json1_1ListResolverRulesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListResolverRulesCommand = (function (_super) {
|
|
7
7
|
__extends(ListResolverRulesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListResolverRulesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListResolverRulesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListResolverRulesResponseFilterSensitiveLog,
|
|
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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
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 { PutFirewallRuleGroupPolicyRequestFilterSensitiveLog, PutFirewallRuleGroupPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutFirewallRuleGroupPolicyCommand, serializeAws_json1_1PutFirewallRuleGroupPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutFirewallRuleGroupPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutFirewallRuleGroupPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutFirewallRuleGroupPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutFirewallRuleGroupPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutFirewallRuleGroupPolicyResponseFilterSensitiveLog,
|
|
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 { PutResolverQueryLogConfigPolicyRequestFilterSensitiveLog, PutResolverQueryLogConfigPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutResolverQueryLogConfigPolicyCommand, serializeAws_json1_1PutResolverQueryLogConfigPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutResolverQueryLogConfigPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutResolverQueryLogConfigPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutResolverQueryLogConfigPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutResolverQueryLogConfigPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutResolverQueryLogConfigPolicyResponseFilterSensitiveLog,
|
|
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 { PutResolverRulePolicyRequestFilterSensitiveLog, PutResolverRulePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutResolverRulePolicyCommand, serializeAws_json1_1PutResolverRulePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutResolverRulePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutResolverRulePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutResolverRulePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutResolverRulePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutResolverRulePolicyResponseFilterSensitiveLog,
|
|
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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
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 { UpdateFirewallConfigRequestFilterSensitiveLog, UpdateFirewallConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateFirewallConfigCommand, serializeAws_json1_1UpdateFirewallConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateFirewallConfigCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateFirewallConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateFirewallConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateFirewallConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateFirewallConfigResponseFilterSensitiveLog,
|
|
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 { UpdateFirewallDomainsRequestFilterSensitiveLog, UpdateFirewallDomainsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateFirewallDomainsCommand, serializeAws_json1_1UpdateFirewallDomainsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateFirewallDomainsCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateFirewallDomainsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateFirewallDomainsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateFirewallDomainsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateFirewallDomainsResponseFilterSensitiveLog,
|
|
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 { UpdateFirewallRuleRequestFilterSensitiveLog, UpdateFirewallRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateFirewallRuleCommand, serializeAws_json1_1UpdateFirewallRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateFirewallRuleCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateFirewallRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateFirewallRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateFirewallRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateFirewallRuleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|