@aws-sdk/client-guardduty 3.131.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 +12 -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 +663 -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 +696 -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 +6 -6
|
@@ -17,6 +17,7 @@ import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/De
|
|
|
17
17
|
import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
|
|
18
18
|
import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "./commands/DeletePublishingDestinationCommand";
|
|
19
19
|
import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "./commands/DeleteThreatIntelSetCommand";
|
|
20
|
+
import { DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput } from "./commands/DescribeMalwareScansCommand";
|
|
20
21
|
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
21
22
|
import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "./commands/DescribePublishingDestinationCommand";
|
|
22
23
|
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
@@ -31,6 +32,7 @@ import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/Ge
|
|
|
31
32
|
import { GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput } from "./commands/GetFindingsStatisticsCommand";
|
|
32
33
|
import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
33
34
|
import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
|
|
35
|
+
import { GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput } from "./commands/GetMalwareScanSettingsCommand";
|
|
34
36
|
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
35
37
|
import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from "./commands/GetMemberDetectorsCommand";
|
|
36
38
|
import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
@@ -57,6 +59,7 @@ import { UpdateDetectorCommandInput, UpdateDetectorCommandOutput } from "./comma
|
|
|
57
59
|
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
58
60
|
import { UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput } from "./commands/UpdateFindingsFeedbackCommand";
|
|
59
61
|
import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
|
|
62
|
+
import { UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput } from "./commands/UpdateMalwareScanSettingsCommand";
|
|
60
63
|
import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "./commands/UpdateMemberDetectorsCommand";
|
|
61
64
|
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
62
65
|
import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "./commands/UpdatePublishingDestinationCommand";
|
|
@@ -224,6 +227,12 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
224
227
|
deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThreatIntelSetCommandOutput>;
|
|
225
228
|
deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
|
|
226
229
|
deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
|
|
230
|
+
/**
|
|
231
|
+
* <p>Returns a list of malware scans.</p>
|
|
232
|
+
*/
|
|
233
|
+
describeMalwareScans(args: DescribeMalwareScansCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMalwareScansCommandOutput>;
|
|
234
|
+
describeMalwareScans(args: DescribeMalwareScansCommandInput, cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void): void;
|
|
235
|
+
describeMalwareScans(args: DescribeMalwareScansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void): void;
|
|
227
236
|
/**
|
|
228
237
|
* <p>Returns information about the account selected as the delegated administrator for
|
|
229
238
|
* GuardDuty.</p>
|
|
@@ -317,6 +326,12 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
317
326
|
getIPSet(args: GetIPSetCommandInput, options?: __HttpHandlerOptions): Promise<GetIPSetCommandOutput>;
|
|
318
327
|
getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
|
|
319
328
|
getIPSet(args: GetIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
|
|
329
|
+
/**
|
|
330
|
+
* <p>Returns the details of the malware scan settings.</p>
|
|
331
|
+
*/
|
|
332
|
+
getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetMalwareScanSettingsCommandOutput>;
|
|
333
|
+
getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void): void;
|
|
334
|
+
getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void): void;
|
|
320
335
|
/**
|
|
321
336
|
* @deprecated
|
|
322
337
|
*
|
|
@@ -494,6 +509,12 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
494
509
|
updateIPSet(args: UpdateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIPSetCommandOutput>;
|
|
495
510
|
updateIPSet(args: UpdateIPSetCommandInput, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
|
|
496
511
|
updateIPSet(args: UpdateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
|
|
512
|
+
/**
|
|
513
|
+
* <p>Updates the malware scan settings.</p>
|
|
514
|
+
*/
|
|
515
|
+
updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMalwareScanSettingsCommandOutput>;
|
|
516
|
+
updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void): void;
|
|
517
|
+
updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void): void;
|
|
497
518
|
/**
|
|
498
519
|
* <p>Contains information on member accounts to be updated.</p>
|
|
499
520
|
*/
|
|
@@ -24,6 +24,7 @@ import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/De
|
|
|
24
24
|
import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
|
|
25
25
|
import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "./commands/DeletePublishingDestinationCommand";
|
|
26
26
|
import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "./commands/DeleteThreatIntelSetCommand";
|
|
27
|
+
import { DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput } from "./commands/DescribeMalwareScansCommand";
|
|
27
28
|
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
28
29
|
import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "./commands/DescribePublishingDestinationCommand";
|
|
29
30
|
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
@@ -38,6 +39,7 @@ import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/Ge
|
|
|
38
39
|
import { GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput } from "./commands/GetFindingsStatisticsCommand";
|
|
39
40
|
import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
40
41
|
import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
|
|
42
|
+
import { GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput } from "./commands/GetMalwareScanSettingsCommand";
|
|
41
43
|
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
42
44
|
import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from "./commands/GetMemberDetectorsCommand";
|
|
43
45
|
import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
@@ -64,12 +66,13 @@ import { UpdateDetectorCommandInput, UpdateDetectorCommandOutput } from "./comma
|
|
|
64
66
|
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
65
67
|
import { UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput } from "./commands/UpdateFindingsFeedbackCommand";
|
|
66
68
|
import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
|
|
69
|
+
import { UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput } from "./commands/UpdateMalwareScanSettingsCommand";
|
|
67
70
|
import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "./commands/UpdateMemberDetectorsCommand";
|
|
68
71
|
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
69
72
|
import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "./commands/UpdatePublishingDestinationCommand";
|
|
70
73
|
import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "./commands/UpdateThreatIntelSetCommand";
|
|
71
|
-
export declare type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatIntelSetCommandInput | DeclineInvitationsCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatIntelSetCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetRemainingFreeTrialDaysCommandInput | GetThreatIntelSetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatIntelSetsCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatIntelSetCommandInput;
|
|
72
|
-
export declare type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatIntelSetCommandOutput | DeclineInvitationsCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatIntelSetCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetRemainingFreeTrialDaysCommandOutput | GetThreatIntelSetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatIntelSetsCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatIntelSetCommandOutput;
|
|
74
|
+
export declare type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatIntelSetCommandInput | DeclineInvitationsCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatIntelSetCommandInput | DescribeMalwareScansCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvitationsCountCommandInput | GetMalwareScanSettingsCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetRemainingFreeTrialDaysCommandInput | GetThreatIntelSetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatIntelSetsCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMalwareScanSettingsCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatIntelSetCommandInput;
|
|
75
|
+
export declare type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatIntelSetCommandOutput | DeclineInvitationsCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatIntelSetCommandOutput | DescribeMalwareScansCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvitationsCountCommandOutput | GetMalwareScanSettingsCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetRemainingFreeTrialDaysCommandOutput | GetThreatIntelSetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatIntelSetsCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMalwareScanSettingsCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatIntelSetCommandOutput;
|
|
73
76
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
74
77
|
/**
|
|
75
78
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { DescribeMalwareScansRequest, DescribeMalwareScansResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeMalwareScansCommandInput extends DescribeMalwareScansRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of malware scans.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, DescribeMalwareScansCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, DescribeMalwareScansCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new DescribeMalwareScansCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeMalwareScansCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeMalwareScansCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeMalwareScansCommand extends $Command<DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeMalwareScansCommandInput;
|
|
28
|
+
constructor(input: DescribeMalwareScansCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { GetMalwareScanSettingsRequest, GetMalwareScanSettingsResponse } from "../models/models_0";
|
|
5
|
+
export interface GetMalwareScanSettingsCommandInput extends GetMalwareScanSettingsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetMalwareScanSettingsCommandOutput extends GetMalwareScanSettingsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns the details of the malware scan settings.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, GetMalwareScanSettingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, GetMalwareScanSettingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new GetMalwareScanSettingsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetMalwareScanSettingsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetMalwareScanSettingsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetMalwareScanSettingsCommand extends $Command<GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: GetMalwareScanSettingsCommandInput;
|
|
28
|
+
constructor(input: GetMalwareScanSettingsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { UpdateMalwareScanSettingsRequest, UpdateMalwareScanSettingsResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateMalwareScanSettingsCommandInput extends UpdateMalwareScanSettingsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateMalwareScanSettingsCommandOutput extends UpdateMalwareScanSettingsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the malware scan settings.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, UpdateMalwareScanSettingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, UpdateMalwareScanSettingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new UpdateMalwareScanSettingsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateMalwareScanSettingsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateMalwareScanSettingsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateMalwareScanSettingsCommand extends $Command<UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateMalwareScanSettingsCommandInput;
|
|
28
|
+
constructor(input: UpdateMalwareScanSettingsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -16,6 +16,7 @@ export * from "./DeleteInvitationsCommand";
|
|
|
16
16
|
export * from "./DeleteMembersCommand";
|
|
17
17
|
export * from "./DeletePublishingDestinationCommand";
|
|
18
18
|
export * from "./DeleteThreatIntelSetCommand";
|
|
19
|
+
export * from "./DescribeMalwareScansCommand";
|
|
19
20
|
export * from "./DescribeOrganizationConfigurationCommand";
|
|
20
21
|
export * from "./DescribePublishingDestinationCommand";
|
|
21
22
|
export * from "./DisableOrganizationAdminAccountCommand";
|
|
@@ -30,6 +31,7 @@ export * from "./GetFindingsCommand";
|
|
|
30
31
|
export * from "./GetFindingsStatisticsCommand";
|
|
31
32
|
export * from "./GetIPSetCommand";
|
|
32
33
|
export * from "./GetInvitationsCountCommand";
|
|
34
|
+
export * from "./GetMalwareScanSettingsCommand";
|
|
33
35
|
export * from "./GetMasterAccountCommand";
|
|
34
36
|
export * from "./GetMemberDetectorsCommand";
|
|
35
37
|
export * from "./GetMembersCommand";
|
|
@@ -56,6 +58,7 @@ export * from "./UpdateDetectorCommand";
|
|
|
56
58
|
export * from "./UpdateFilterCommand";
|
|
57
59
|
export * from "./UpdateFindingsFeedbackCommand";
|
|
58
60
|
export * from "./UpdateIPSetCommand";
|
|
61
|
+
export * from "./UpdateMalwareScanSettingsCommand";
|
|
59
62
|
export * from "./UpdateMemberDetectorsCommand";
|
|
60
63
|
export * from "./UpdateOrganizationConfigurationCommand";
|
|
61
64
|
export * from "./UpdatePublishingDestinationCommand";
|