@aws-sdk/client-fms 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/AssociateAdminAccountCommand.js +1 -1
- package/dist-cjs/commands/AssociateThirdPartyFirewallCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppsListCommand.js +1 -1
- package/dist-cjs/commands/DeleteNotificationChannelCommand.js +1 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteProtocolsListCommand.js +1 -1
- package/dist-cjs/commands/DisassociateAdminAccountCommand.js +1 -1
- package/dist-cjs/commands/DisassociateThirdPartyFirewallCommand.js +2 -2
- package/dist-cjs/commands/GetAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetAppsListCommand.js +2 -2
- package/dist-cjs/commands/GetComplianceDetailCommand.js +2 -2
- package/dist-cjs/commands/GetNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetProtectionStatusCommand.js +2 -2
- package/dist-cjs/commands/GetProtocolsListCommand.js +2 -2
- package/dist-cjs/commands/GetThirdPartyFirewallAssociationStatusCommand.js +2 -2
- package/dist-cjs/commands/GetViolationDetailsCommand.js +2 -2
- package/dist-cjs/commands/ListAppsListsCommand.js +2 -2
- package/dist-cjs/commands/ListComplianceStatusCommand.js +2 -2
- package/dist-cjs/commands/ListMemberAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListProtocolsListsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +2 -2
- package/dist-cjs/commands/PutAppsListCommand.js +2 -2
- package/dist-cjs/commands/PutNotificationChannelCommand.js +1 -1
- package/dist-cjs/commands/PutPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutProtocolsListCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +471 -705
- package/dist-cjs/protocols/Aws_json1_1.js +150 -261
- package/dist-es/commands/AssociateAdminAccountCommand.js +2 -2
- package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +3 -3
- package/dist-es/commands/DeleteAppsListCommand.js +2 -2
- package/dist-es/commands/DeleteNotificationChannelCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteProtocolsListCommand.js +2 -2
- package/dist-es/commands/DisassociateAdminAccountCommand.js +2 -2
- package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +3 -3
- package/dist-es/commands/GetAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetAppsListCommand.js +3 -3
- package/dist-es/commands/GetComplianceDetailCommand.js +3 -3
- package/dist-es/commands/GetNotificationChannelCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetProtectionStatusCommand.js +3 -3
- package/dist-es/commands/GetProtocolsListCommand.js +3 -3
- package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +3 -3
- package/dist-es/commands/GetViolationDetailsCommand.js +3 -3
- package/dist-es/commands/ListAppsListsCommand.js +3 -3
- package/dist-es/commands/ListComplianceStatusCommand.js +3 -3
- package/dist-es/commands/ListMemberAccountsCommand.js +3 -3
- package/dist-es/commands/ListPoliciesCommand.js +3 -3
- package/dist-es/commands/ListProtocolsListsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +3 -3
- package/dist-es/commands/PutAppsListCommand.js +3 -3
- package/dist-es/commands/PutNotificationChannelCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +3 -3
- package/dist-es/commands/PutProtocolsListCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +117 -468
- package/dist-es/protocols/Aws_json1_1.js +241 -262
- package/dist-types/models/models_0.d.ts +468 -702
- package/dist-types/ts3.4/models/models_0.d.ts +234 -468
- 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 { AssociateAdminAccountRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateAdminAccountCommand, serializeAws_json1_1AssociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateAdminAccountCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateAdminAccountCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AssociateAdminAccountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateAdminAccountRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { AssociateThirdPartyFirewallRequestFilterSensitiveLog, AssociateThirdPartyFirewallResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateThirdPartyFirewallCommand, serializeAws_json1_1AssociateThirdPartyFirewallCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateThirdPartyFirewallCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateThirdPartyFirewallCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateThirdPartyFirewallCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateThirdPartyFirewallRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateThirdPartyFirewallResponseFilterSensitiveLog,
|
|
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 { DeleteAppsListRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAppsListCommand, serializeAws_json1_1DeleteAppsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAppsListCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAppsListCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteAppsListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAppsListRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteNotificationChannelRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteNotificationChannelCommand, serializeAws_json1_1DeleteNotificationChannelCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteNotificationChannelCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteNotificationChannelCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteNotificationChannelCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteNotificationChannelRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeletePolicyRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeletePolicyCommand, serializeAws_json1_1DeletePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeletePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePolicyCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeletePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePolicyRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteProtocolsListRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteProtocolsListCommand, serializeAws_json1_1DeleteProtocolsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteProtocolsListCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteProtocolsListCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteProtocolsListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteProtocolsListRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DisassociateAdminAccountRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateAdminAccountCommand, serializeAws_json1_1DisassociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateAdminAccountCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateAdminAccountCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DisassociateAdminAccountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateAdminAccountRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DisassociateThirdPartyFirewallRequestFilterSensitiveLog, DisassociateThirdPartyFirewallResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateThirdPartyFirewallCommand, serializeAws_json1_1DisassociateThirdPartyFirewallCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateThirdPartyFirewallCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateThirdPartyFirewallCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateThirdPartyFirewallCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateThirdPartyFirewallRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateThirdPartyFirewallResponseFilterSensitiveLog,
|
|
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 { GetAdminAccountRequestFilterSensitiveLog, GetAdminAccountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetAdminAccountCommand, serializeAws_json1_1GetAdminAccountCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAdminAccountCommand = (function (_super) {
|
|
7
7
|
__extends(GetAdminAccountCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAdminAccountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAdminAccountRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAdminAccountResponseFilterSensitiveLog,
|
|
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 { GetAppsListRequestFilterSensitiveLog, GetAppsListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetAppsListCommand, serializeAws_json1_1GetAppsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAppsListCommand = (function (_super) {
|
|
7
7
|
__extends(GetAppsListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAppsListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAppsListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAppsListResponseFilterSensitiveLog,
|
|
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 { GetComplianceDetailRequestFilterSensitiveLog, GetComplianceDetailResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetComplianceDetailCommand, serializeAws_json1_1GetComplianceDetailCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetComplianceDetailCommand = (function (_super) {
|
|
7
7
|
__extends(GetComplianceDetailCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetComplianceDetailCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetComplianceDetailRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetComplianceDetailResponseFilterSensitiveLog,
|
|
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 { GetNotificationChannelRequestFilterSensitiveLog, GetNotificationChannelResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetNotificationChannelCommand, serializeAws_json1_1GetNotificationChannelCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetNotificationChannelCommand = (function (_super) {
|
|
7
7
|
__extends(GetNotificationChannelCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetNotificationChannelCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetNotificationChannelRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetNotificationChannelResponseFilterSensitiveLog,
|
|
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 { GetPolicyRequestFilterSensitiveLog, GetPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetPolicyCommand, serializeAws_json1_1GetPolicyCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPolicyResponseFilterSensitiveLog,
|
|
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 { GetProtectionStatusRequestFilterSensitiveLog, GetProtectionStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetProtectionStatusCommand, serializeAws_json1_1GetProtectionStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetProtectionStatusCommand = (function (_super) {
|
|
7
7
|
__extends(GetProtectionStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetProtectionStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetProtectionStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetProtectionStatusResponseFilterSensitiveLog,
|
|
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 { GetProtocolsListRequestFilterSensitiveLog, GetProtocolsListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetProtocolsListCommand, serializeAws_json1_1GetProtocolsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetProtocolsListCommand = (function (_super) {
|
|
7
7
|
__extends(GetProtocolsListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetProtocolsListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetProtocolsListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetProtocolsListResponseFilterSensitiveLog,
|
|
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 { GetThirdPartyFirewallAssociationStatusRequestFilterSensitiveLog, GetThirdPartyFirewallAssociationStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommand, serializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetThirdPartyFirewallAssociationStatusCommand = (function (_super) {
|
|
7
7
|
__extends(GetThirdPartyFirewallAssociationStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetThirdPartyFirewallAssociationStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetThirdPartyFirewallAssociationStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetThirdPartyFirewallAssociationStatusResponseFilterSensitiveLog,
|
|
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 { GetViolationDetailsRequestFilterSensitiveLog, GetViolationDetailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetViolationDetailsCommand, serializeAws_json1_1GetViolationDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetViolationDetailsCommand = (function (_super) {
|
|
7
7
|
__extends(GetViolationDetailsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetViolationDetailsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetViolationDetailsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetViolationDetailsResponseFilterSensitiveLog,
|
|
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 { ListAppsListsRequestFilterSensitiveLog, ListAppsListsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAppsListsCommand, serializeAws_json1_1ListAppsListsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAppsListsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAppsListsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAppsListsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAppsListsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAppsListsResponseFilterSensitiveLog,
|
|
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 { ListComplianceStatusRequestFilterSensitiveLog, ListComplianceStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListComplianceStatusCommand, serializeAws_json1_1ListComplianceStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListComplianceStatusCommand = (function (_super) {
|
|
7
7
|
__extends(ListComplianceStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListComplianceStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListComplianceStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListComplianceStatusResponseFilterSensitiveLog,
|
|
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 { ListMemberAccountsRequestFilterSensitiveLog, ListMemberAccountsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListMemberAccountsCommand, serializeAws_json1_1ListMemberAccountsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListMemberAccountsCommand = (function (_super) {
|
|
7
7
|
__extends(ListMemberAccountsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListMemberAccountsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListMemberAccountsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListMemberAccountsResponseFilterSensitiveLog,
|
|
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 { ListPoliciesRequestFilterSensitiveLog, ListPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListPoliciesCommand, serializeAws_json1_1ListPoliciesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(ListPoliciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPoliciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPoliciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPoliciesResponseFilterSensitiveLog,
|
|
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 { ListProtocolsListsRequestFilterSensitiveLog, ListProtocolsListsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListProtocolsListsCommand, serializeAws_json1_1ListProtocolsListsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListProtocolsListsCommand = (function (_super) {
|
|
7
7
|
__extends(ListProtocolsListsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListProtocolsListsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListProtocolsListsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListProtocolsListsResponseFilterSensitiveLog,
|
|
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 { ListThirdPartyFirewallFirewallPoliciesRequestFilterSensitiveLog, ListThirdPartyFirewallFirewallPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommand, serializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListThirdPartyFirewallFirewallPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(ListThirdPartyFirewallFirewallPoliciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListThirdPartyFirewallFirewallPoliciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListThirdPartyFirewallFirewallPoliciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListThirdPartyFirewallFirewallPoliciesResponseFilterSensitiveLog,
|
|
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 { PutAppsListRequestFilterSensitiveLog, PutAppsListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutAppsListCommand, serializeAws_json1_1PutAppsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutAppsListCommand = (function (_super) {
|
|
7
7
|
__extends(PutAppsListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutAppsListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutAppsListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutAppsListResponseFilterSensitiveLog,
|
|
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 { PutNotificationChannelRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutNotificationChannelCommand, serializeAws_json1_1PutNotificationChannelCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutNotificationChannelCommand = (function (_super) {
|
|
7
7
|
__extends(PutNotificationChannelCommand, _super);
|
|
@@ -20,7 +20,7 @@ var PutNotificationChannelCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutNotificationChannelRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { PutPolicyRequestFilterSensitiveLog, PutPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutPolicyCommand, serializeAws_json1_1PutPolicyCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutPolicyResponseFilterSensitiveLog,
|
|
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 { PutProtocolsListRequestFilterSensitiveLog, PutProtocolsListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutProtocolsListCommand, serializeAws_json1_1PutProtocolsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutProtocolsListCommand = (function (_super) {
|
|
7
7
|
__extends(PutProtocolsListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutProtocolsListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutProtocolsListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutProtocolsListResponseFilterSensitiveLog,
|
|
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) {
|