@aws-sdk/client-guardduty 3.128.0 → 3.137.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 +31 -0
- package/dist-cjs/GuardDuty.js +45 -0
- package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +2 -2
- package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
- package/dist-cjs/commands/ArchiveFindingsCommand.js +2 -2
- package/dist-cjs/commands/CreateDetectorCommand.js +2 -2
- package/dist-cjs/commands/CreateFilterCommand.js +2 -2
- package/dist-cjs/commands/CreateIPSetCommand.js +2 -2
- package/dist-cjs/commands/CreateMembersCommand.js +2 -2
- package/dist-cjs/commands/CreatePublishingDestinationCommand.js +2 -2
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
- package/dist-cjs/commands/CreateThreatIntelSetCommand.js +2 -2
- package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteDetectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
- package/dist-cjs/commands/DeleteIPSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
- package/dist-cjs/commands/DeletePublishingDestinationCommand.js +2 -2
- package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeMalwareScansCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribePublishingDestinationCommand.js +2 -2
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMembersCommand.js +2 -2
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/GetDetectorCommand.js +2 -2
- package/dist-cjs/commands/GetFilterCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetIPSetCommand.js +2 -2
- package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
- package/dist-cjs/commands/GetMalwareScanSettingsCommand.js +36 -0
- package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/GetMemberDetectorsCommand.js +2 -2
- package/dist-cjs/commands/GetMembersCommand.js +2 -2
- package/dist-cjs/commands/GetRemainingFreeTrialDaysCommand.js +2 -2
- package/dist-cjs/commands/GetThreatIntelSetCommand.js +2 -2
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
- package/dist-cjs/commands/InviteMembersCommand.js +2 -2
- package/dist-cjs/commands/ListDetectorsCommand.js +2 -2
- package/dist-cjs/commands/ListFiltersCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListIPSetsCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListPublishingDestinationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListThreatIntelSetsCommand.js +2 -2
- package/dist-cjs/commands/StartMonitoringMembersCommand.js +2 -2
- package/dist-cjs/commands/StopMonitoringMembersCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UnarchiveFindingsCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDetectorCommand.js +2 -2
- package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
- package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +2 -2
- package/dist-cjs/commands/UpdateIPSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateMalwareScanSettingsCommand.js +36 -0
- package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +2 -2
- package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +2 -2
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +1069 -1312
- package/dist-cjs/pagination/DescribeMalwareScansPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +666 -3
- package/dist-es/GuardDuty.js +45 -0
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +3 -3
- package/dist-es/commands/AcceptInvitationCommand.js +3 -3
- package/dist-es/commands/ArchiveFindingsCommand.js +3 -3
- package/dist-es/commands/CreateDetectorCommand.js +3 -3
- package/dist-es/commands/CreateFilterCommand.js +3 -3
- package/dist-es/commands/CreateIPSetCommand.js +3 -3
- package/dist-es/commands/CreateMembersCommand.js +3 -3
- package/dist-es/commands/CreatePublishingDestinationCommand.js +3 -3
- package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
- package/dist-es/commands/CreateThreatIntelSetCommand.js +3 -3
- package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteDetectorCommand.js +3 -3
- package/dist-es/commands/DeleteFilterCommand.js +3 -3
- package/dist-es/commands/DeleteIPSetCommand.js +3 -3
- package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteMembersCommand.js +3 -3
- package/dist-es/commands/DeletePublishingDestinationCommand.js +3 -3
- package/dist-es/commands/DeleteThreatIntelSetCommand.js +3 -3
- package/dist-es/commands/DescribeMalwareScansCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribePublishingDestinationCommand.js +3 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateMembersCommand.js +3 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/GetDetectorCommand.js +3 -3
- package/dist-es/commands/GetFilterCommand.js +3 -3
- package/dist-es/commands/GetFindingsCommand.js +3 -3
- package/dist-es/commands/GetFindingsStatisticsCommand.js +3 -3
- package/dist-es/commands/GetIPSetCommand.js +3 -3
- package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
- package/dist-es/commands/GetMalwareScanSettingsCommand.js +39 -0
- package/dist-es/commands/GetMasterAccountCommand.js +3 -3
- package/dist-es/commands/GetMemberDetectorsCommand.js +3 -3
- package/dist-es/commands/GetMembersCommand.js +3 -3
- package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +3 -3
- package/dist-es/commands/GetThreatIntelSetCommand.js +3 -3
- package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
- package/dist-es/commands/InviteMembersCommand.js +3 -3
- package/dist-es/commands/ListDetectorsCommand.js +3 -3
- package/dist-es/commands/ListFiltersCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListIPSetsCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListPublishingDestinationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListThreatIntelSetsCommand.js +3 -3
- package/dist-es/commands/StartMonitoringMembersCommand.js +3 -3
- package/dist-es/commands/StopMonitoringMembersCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UnarchiveFindingsCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDetectorCommand.js +3 -3
- package/dist-es/commands/UpdateFilterCommand.js +3 -3
- package/dist-es/commands/UpdateFindingsFeedbackCommand.js +3 -3
- package/dist-es/commands/UpdateIPSetCommand.js +3 -3
- package/dist-es/commands/UpdateMalwareScanSettingsCommand.js +39 -0
- package/dist-es/commands/UpdateMemberDetectorsCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdatePublishingDestinationCommand.js +3 -3
- package/dist-es/commands/UpdateThreatIntelSetCommand.js +3 -3
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +292 -873
- package/dist-es/pagination/DescribeMalwareScansPaginator.js +75 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +699 -2
- package/dist-types/GuardDuty.d.ts +21 -0
- package/dist-types/GuardDutyClient.d.ts +5 -2
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +35 -0
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +1729 -1297
- package/dist-types/pagination/DescribeMalwareScansPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +15 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +925 -898
- package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/package.json +9 -9
package/dist-es/GuardDuty.js
CHANGED
|
@@ -17,6 +17,7 @@ import { DeleteIPSetCommand } from "./commands/DeleteIPSetCommand";
|
|
|
17
17
|
import { DeleteMembersCommand, } from "./commands/DeleteMembersCommand";
|
|
18
18
|
import { DeletePublishingDestinationCommand, } from "./commands/DeletePublishingDestinationCommand";
|
|
19
19
|
import { DeleteThreatIntelSetCommand, } from "./commands/DeleteThreatIntelSetCommand";
|
|
20
|
+
import { DescribeMalwareScansCommand, } from "./commands/DescribeMalwareScansCommand";
|
|
20
21
|
import { DescribeOrganizationConfigurationCommand, } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
21
22
|
import { DescribePublishingDestinationCommand, } from "./commands/DescribePublishingDestinationCommand";
|
|
22
23
|
import { DisableOrganizationAdminAccountCommand, } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
@@ -31,6 +32,7 @@ import { GetFindingsCommand } from "./commands/GetFindingsCommand";
|
|
|
31
32
|
import { GetFindingsStatisticsCommand, } from "./commands/GetFindingsStatisticsCommand";
|
|
32
33
|
import { GetInvitationsCountCommand, } from "./commands/GetInvitationsCountCommand";
|
|
33
34
|
import { GetIPSetCommand } from "./commands/GetIPSetCommand";
|
|
35
|
+
import { GetMalwareScanSettingsCommand, } from "./commands/GetMalwareScanSettingsCommand";
|
|
34
36
|
import { GetMasterAccountCommand, } from "./commands/GetMasterAccountCommand";
|
|
35
37
|
import { GetMemberDetectorsCommand, } from "./commands/GetMemberDetectorsCommand";
|
|
36
38
|
import { GetMembersCommand } from "./commands/GetMembersCommand";
|
|
@@ -57,6 +59,7 @@ import { UpdateDetectorCommand, } from "./commands/UpdateDetectorCommand";
|
|
|
57
59
|
import { UpdateFilterCommand, } from "./commands/UpdateFilterCommand";
|
|
58
60
|
import { UpdateFindingsFeedbackCommand, } from "./commands/UpdateFindingsFeedbackCommand";
|
|
59
61
|
import { UpdateIPSetCommand } from "./commands/UpdateIPSetCommand";
|
|
62
|
+
import { UpdateMalwareScanSettingsCommand, } from "./commands/UpdateMalwareScanSettingsCommand";
|
|
60
63
|
import { UpdateMemberDetectorsCommand, } from "./commands/UpdateMemberDetectorsCommand";
|
|
61
64
|
import { UpdateOrganizationConfigurationCommand, } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
62
65
|
import { UpdatePublishingDestinationCommand, } from "./commands/UpdatePublishingDestinationCommand";
|
|
@@ -319,6 +322,20 @@ var GuardDuty = (function (_super) {
|
|
|
319
322
|
return this.send(command, optionsOrCb);
|
|
320
323
|
}
|
|
321
324
|
};
|
|
325
|
+
GuardDuty.prototype.describeMalwareScans = function (args, optionsOrCb, cb) {
|
|
326
|
+
var command = new DescribeMalwareScansCommand(args);
|
|
327
|
+
if (typeof optionsOrCb === "function") {
|
|
328
|
+
this.send(command, optionsOrCb);
|
|
329
|
+
}
|
|
330
|
+
else if (typeof cb === "function") {
|
|
331
|
+
if (typeof optionsOrCb !== "object")
|
|
332
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
333
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
334
|
+
}
|
|
335
|
+
else {
|
|
336
|
+
return this.send(command, optionsOrCb);
|
|
337
|
+
}
|
|
338
|
+
};
|
|
322
339
|
GuardDuty.prototype.describeOrganizationConfiguration = function (args, optionsOrCb, cb) {
|
|
323
340
|
var command = new DescribeOrganizationConfigurationCommand(args);
|
|
324
341
|
if (typeof optionsOrCb === "function") {
|
|
@@ -515,6 +532,20 @@ var GuardDuty = (function (_super) {
|
|
|
515
532
|
return this.send(command, optionsOrCb);
|
|
516
533
|
}
|
|
517
534
|
};
|
|
535
|
+
GuardDuty.prototype.getMalwareScanSettings = function (args, optionsOrCb, cb) {
|
|
536
|
+
var command = new GetMalwareScanSettingsCommand(args);
|
|
537
|
+
if (typeof optionsOrCb === "function") {
|
|
538
|
+
this.send(command, optionsOrCb);
|
|
539
|
+
}
|
|
540
|
+
else if (typeof cb === "function") {
|
|
541
|
+
if (typeof optionsOrCb !== "object")
|
|
542
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
543
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
544
|
+
}
|
|
545
|
+
else {
|
|
546
|
+
return this.send(command, optionsOrCb);
|
|
547
|
+
}
|
|
548
|
+
};
|
|
518
549
|
GuardDuty.prototype.getMasterAccount = function (args, optionsOrCb, cb) {
|
|
519
550
|
var command = new GetMasterAccountCommand(args);
|
|
520
551
|
if (typeof optionsOrCb === "function") {
|
|
@@ -879,6 +910,20 @@ var GuardDuty = (function (_super) {
|
|
|
879
910
|
return this.send(command, optionsOrCb);
|
|
880
911
|
}
|
|
881
912
|
};
|
|
913
|
+
GuardDuty.prototype.updateMalwareScanSettings = function (args, optionsOrCb, cb) {
|
|
914
|
+
var command = new UpdateMalwareScanSettingsCommand(args);
|
|
915
|
+
if (typeof optionsOrCb === "function") {
|
|
916
|
+
this.send(command, optionsOrCb);
|
|
917
|
+
}
|
|
918
|
+
else if (typeof cb === "function") {
|
|
919
|
+
if (typeof optionsOrCb !== "object")
|
|
920
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
921
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
922
|
+
}
|
|
923
|
+
else {
|
|
924
|
+
return this.send(command, optionsOrCb);
|
|
925
|
+
}
|
|
926
|
+
};
|
|
882
927
|
GuardDuty.prototype.updateMemberDetectors = function (args, optionsOrCb, cb) {
|
|
883
928
|
var command = new UpdateMemberDetectorsCommand(args);
|
|
884
929
|
if (typeof optionsOrCb === "function") {
|
|
@@ -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 { AcceptAdministratorInvitationRequestFilterSensitiveLog, AcceptAdministratorInvitationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AcceptAdministratorInvitationCommand, serializeAws_restJson1AcceptAdministratorInvitationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AcceptAdministratorInvitationCommand = (function (_super) {
|
|
7
7
|
__extends(AcceptAdministratorInvitationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AcceptAdministratorInvitationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AcceptAdministratorInvitationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AcceptAdministratorInvitationResponseFilterSensitiveLog,
|
|
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 { AcceptInvitationRequestFilterSensitiveLog, AcceptInvitationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AcceptInvitationCommand, serializeAws_restJson1AcceptInvitationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AcceptInvitationCommand = (function (_super) {
|
|
7
7
|
__extends(AcceptInvitationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AcceptInvitationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AcceptInvitationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AcceptInvitationResponseFilterSensitiveLog,
|
|
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 { ArchiveFindingsRequestFilterSensitiveLog, ArchiveFindingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ArchiveFindingsCommand, serializeAws_restJson1ArchiveFindingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ArchiveFindingsCommand = (function (_super) {
|
|
7
7
|
__extends(ArchiveFindingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ArchiveFindingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ArchiveFindingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ArchiveFindingsResponseFilterSensitiveLog,
|
|
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 { CreateDetectorRequestFilterSensitiveLog, CreateDetectorResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateDetectorCommand, serializeAws_restJson1CreateDetectorCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateDetectorCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDetectorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDetectorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDetectorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDetectorResponseFilterSensitiveLog,
|
|
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 { CreateFilterRequestFilterSensitiveLog, CreateFilterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateFilterCommand, serializeAws_restJson1CreateFilterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateFilterCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFilterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFilterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFilterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFilterResponseFilterSensitiveLog,
|
|
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 { CreateIPSetRequestFilterSensitiveLog, CreateIPSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateIPSetCommand, serializeAws_restJson1CreateIPSetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateIPSetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateIPSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateIPSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateIPSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateIPSetResponseFilterSensitiveLog,
|
|
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 { CreateMembersRequestFilterSensitiveLog, CreateMembersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateMembersCommand, serializeAws_restJson1CreateMembersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateMembersCommand = (function (_super) {
|
|
7
7
|
__extends(CreateMembersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateMembersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateMembersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateMembersResponseFilterSensitiveLog,
|
|
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 { CreatePublishingDestinationRequestFilterSensitiveLog, CreatePublishingDestinationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreatePublishingDestinationCommand, serializeAws_restJson1CreatePublishingDestinationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreatePublishingDestinationCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePublishingDestinationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePublishingDestinationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePublishingDestinationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreatePublishingDestinationResponseFilterSensitiveLog,
|
|
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 { CreateSampleFindingsRequestFilterSensitiveLog, CreateSampleFindingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateSampleFindingsCommand, serializeAws_restJson1CreateSampleFindingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateSampleFindingsCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSampleFindingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSampleFindingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSampleFindingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSampleFindingsResponseFilterSensitiveLog,
|
|
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 { CreateThreatIntelSetRequestFilterSensitiveLog, CreateThreatIntelSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateThreatIntelSetCommand, serializeAws_restJson1CreateThreatIntelSetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateThreatIntelSetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateThreatIntelSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateThreatIntelSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateThreatIntelSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateThreatIntelSetResponseFilterSensitiveLog,
|
|
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 { DeclineInvitationsRequestFilterSensitiveLog, DeclineInvitationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeclineInvitationsCommand, serializeAws_restJson1DeclineInvitationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeclineInvitationsCommand = (function (_super) {
|
|
7
7
|
__extends(DeclineInvitationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeclineInvitationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeclineInvitationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeclineInvitationsResponseFilterSensitiveLog,
|
|
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 { DeleteDetectorRequestFilterSensitiveLog, DeleteDetectorResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteDetectorCommand, serializeAws_restJson1DeleteDetectorCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteDetectorCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDetectorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteDetectorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDetectorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteDetectorResponseFilterSensitiveLog,
|
|
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 { DeleteFilterRequestFilterSensitiveLog, DeleteFilterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteFilterCommand, serializeAws_restJson1DeleteFilterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteFilterCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFilterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFilterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFilterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFilterResponseFilterSensitiveLog,
|
|
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 { DeleteIPSetRequestFilterSensitiveLog, DeleteIPSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteIPSetCommand, serializeAws_restJson1DeleteIPSetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteIPSetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteIPSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteIPSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteIPSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteIPSetResponseFilterSensitiveLog,
|
|
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 { DeleteInvitationsRequestFilterSensitiveLog, DeleteInvitationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteInvitationsCommand, serializeAws_restJson1DeleteInvitationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteInvitationsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteInvitationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteInvitationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteInvitationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteInvitationsResponseFilterSensitiveLog,
|
|
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 { DeleteMembersRequestFilterSensitiveLog, DeleteMembersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteMembersCommand, serializeAws_restJson1DeleteMembersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteMembersCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteMembersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteMembersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteMembersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteMembersResponseFilterSensitiveLog,
|
|
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 { DeletePublishingDestinationRequestFilterSensitiveLog, DeletePublishingDestinationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeletePublishingDestinationCommand, serializeAws_restJson1DeletePublishingDestinationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeletePublishingDestinationCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePublishingDestinationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeletePublishingDestinationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePublishingDestinationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeletePublishingDestinationResponseFilterSensitiveLog,
|
|
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 { DeleteThreatIntelSetRequestFilterSensitiveLog, DeleteThreatIntelSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteThreatIntelSetCommand, serializeAws_restJson1DeleteThreatIntelSetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteThreatIntelSetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteThreatIntelSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteThreatIntelSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteThreatIntelSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteThreatIntelSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeMalwareScansRequestFilterSensitiveLog, DescribeMalwareScansResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeMalwareScansCommand, serializeAws_restJson1DescribeMalwareScansCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeMalwareScansCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeMalwareScansCommand, _super);
|
|
8
|
+
function DescribeMalwareScansCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeMalwareScansCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GuardDutyClient";
|
|
18
|
+
var commandName = "DescribeMalwareScansCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeMalwareScansRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeMalwareScansResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeMalwareScansCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeMalwareScansCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeMalwareScansCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeMalwareScansCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeMalwareScansCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeMalwareScansCommand };
|
|
@@ -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 { DescribeOrganizationConfigurationRequestFilterSensitiveLog, DescribeOrganizationConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeOrganizationConfigurationCommand, serializeAws_restJson1DescribeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeOrganizationConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeOrganizationConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeOrganizationConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeOrganizationConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeOrganizationConfigurationResponseFilterSensitiveLog,
|
|
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 { DescribePublishingDestinationRequestFilterSensitiveLog, DescribePublishingDestinationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribePublishingDestinationCommand, serializeAws_restJson1DescribePublishingDestinationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribePublishingDestinationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePublishingDestinationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribePublishingDestinationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribePublishingDestinationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePublishingDestinationResponseFilterSensitiveLog,
|
|
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 { DisableOrganizationAdminAccountRequestFilterSensitiveLog, DisableOrganizationAdminAccountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisableOrganizationAdminAccountCommand, serializeAws_restJson1DisableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisableOrganizationAdminAccountCommand = (function (_super) {
|
|
7
7
|
__extends(DisableOrganizationAdminAccountCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisableOrganizationAdminAccountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisableOrganizationAdminAccountRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisableOrganizationAdminAccountResponseFilterSensitiveLog,
|
|
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 { DisassociateFromAdministratorAccountRequestFilterSensitiveLog, DisassociateFromAdministratorAccountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateFromAdministratorAccountCommand, serializeAws_restJson1DisassociateFromAdministratorAccountCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateFromAdministratorAccountCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateFromAdministratorAccountCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateFromAdministratorAccountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateFromAdministratorAccountRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateFromAdministratorAccountResponseFilterSensitiveLog,
|
|
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 { DisassociateFromMasterAccountRequestFilterSensitiveLog, DisassociateFromMasterAccountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateFromMasterAccountCommand, serializeAws_restJson1DisassociateFromMasterAccountCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateFromMasterAccountCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateFromMasterAccountCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateFromMasterAccountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateFromMasterAccountRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateFromMasterAccountResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|