@aws-sdk/client-guardduty 3.590.0 → 3.595.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/README.md +40 -0
- package/dist-cjs/index.js +429 -94
- package/dist-es/GuardDuty.js +10 -0
- package/dist-es/commands/CreateMalwareProtectionPlanCommand.js +24 -0
- package/dist-es/commands/DeleteMalwareProtectionPlanCommand.js +24 -0
- package/dist-es/commands/GetMalwareProtectionPlanCommand.js +24 -0
- package/dist-es/commands/ListMalwareProtectionPlansCommand.js +24 -0
- package/dist-es/commands/UpdateMalwareProtectionPlanCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +23 -23
- package/dist-es/models/models_1.js +23 -0
- package/dist-es/protocols/Aws_restJson1.js +282 -1
- package/dist-types/GuardDuty.d.ts +36 -0
- package/dist-types/GuardDutyClient.d.ts +7 -2
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
- package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -1
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateDetectorCommand.d.ts +2 -1
- package/dist-types/commands/CreateFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateIPSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateMalwareProtectionPlanCommand.d.ts +91 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +2 -1
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDetectorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIPSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMalwareProtectionPlanCommand.d.ts +72 -0
- package/dist-types/commands/DeleteMembersCommand.d.ts +2 -1
- package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateMembersCommand.d.ts +2 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetDetectorCommand.d.ts +2 -1
- package/dist-types/commands/GetFilterCommand.d.ts +2 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +25 -1
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetIPSetCommand.d.ts +2 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +2 -1
- package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +98 -0
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +2 -1
- package/dist-types/commands/GetMembersCommand.d.ts +2 -1
- package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +3 -2
- package/dist-types/commands/InviteMembersCommand.d.ts +3 -2
- package/dist-types/commands/ListCoverageCommand.d.ts +3 -2
- package/dist-types/commands/ListDetectorsCommand.d.ts +2 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +2 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
- package/dist-types/commands/ListIPSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMalwareProtectionPlansCommand.d.ts +75 -0
- package/dist-types/commands/ListMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +2 -1
- package/dist-types/commands/StartMalwareScanCommand.d.ts +2 -1
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +2 -1
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UnarchiveFindingsCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDetectorCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFilterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMalwareProtectionPlanCommand.d.ts +83 -0
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/GuardDutyServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +331 -376
- package/dist-types/models/models_1.d.ts +469 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +86 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateMalwareProtectionPlanCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteMalwareProtectionPlanCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +3 -2
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListMalwareProtectionPlansCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMalwareScanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMalwareProtectionPlanCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +86 -100
- package/dist-types/ts3.4/models/models_1.d.ts +127 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +6 -6
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCoverageStatisticsRequest,
|
|
10
10
|
GetCoverageStatisticsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCoverageStatisticsCommandInput
|
|
14
15
|
extends GetCoverageStatisticsRequest {}
|
|
15
16
|
export interface GetCoverageStatisticsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { GetDetectorRequest, GetDetectorResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetDetectorCommandInput extends GetDetectorRequest {}
|
|
11
12
|
export interface GetDetectorCommandOutput
|
|
12
13
|
extends GetDetectorResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { GetFilterRequest, GetFilterResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetFilterCommandInput extends GetFilterRequest {}
|
|
11
12
|
export interface GetFilterCommandOutput
|
|
12
13
|
extends GetFilterResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetFindingsCommandInput extends GetFindingsRequest {}
|
|
11
12
|
export interface GetFindingsCommandOutput
|
|
12
13
|
extends GetFindingsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetFindingsStatisticsRequest,
|
|
10
10
|
GetFindingsStatisticsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetFindingsStatisticsCommandInput
|
|
14
15
|
extends GetFindingsStatisticsRequest {}
|
|
15
16
|
export interface GetFindingsStatisticsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetIPSetCommandInput extends GetIPSetRequest {}
|
|
11
12
|
export interface GetIPSetCommandOutput
|
|
12
13
|
extends GetIPSetResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetInvitationsCountRequest,
|
|
10
10
|
GetInvitationsCountResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetInvitationsCountCommandInput
|
|
14
15
|
extends GetInvitationsCountRequest {}
|
|
15
16
|
export interface GetInvitationsCountCommandOutput
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
GetMalwareProtectionPlanRequest,
|
|
10
|
+
GetMalwareProtectionPlanResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetMalwareProtectionPlanCommandInput
|
|
15
|
+
extends GetMalwareProtectionPlanRequest {}
|
|
16
|
+
export interface GetMalwareProtectionPlanCommandOutput
|
|
17
|
+
extends GetMalwareProtectionPlanResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetMalwareProtectionPlanCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetMalwareProtectionPlanCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetMalwareProtectionPlanCommandInput,
|
|
24
|
+
GetMalwareProtectionPlanCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetMalwareProtectionPlanCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetMalwareProtectionPlanCommandInput,
|
|
33
|
+
GetMalwareProtectionPlanCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetMalwareProtectionPlanCommand extends GetMalwareProtectionPlanCommand_base {}
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetMalwareScanSettingsRequest,
|
|
10
10
|
GetMalwareScanSettingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetMalwareScanSettingsCommandInput
|
|
14
15
|
extends GetMalwareScanSettingsRequest {}
|
|
15
16
|
export interface GetMalwareScanSettingsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetMasterAccountRequest,
|
|
10
10
|
GetMasterAccountResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {}
|
|
14
15
|
export interface GetMasterAccountCommandOutput
|
|
15
16
|
extends GetMasterAccountResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetMemberDetectorsRequest,
|
|
10
10
|
GetMemberDetectorsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetMemberDetectorsCommandInput
|
|
14
15
|
extends GetMemberDetectorsRequest {}
|
|
15
16
|
export interface GetMemberDetectorsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetMembersCommandInput extends GetMembersRequest {}
|
|
11
12
|
export interface GetMembersCommandOutput
|
|
12
13
|
extends GetMembersResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { GetOrganizationStatisticsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetOrganizationStatisticsCommandInput {}
|
|
11
12
|
export interface GetOrganizationStatisticsCommandOutput
|
|
12
13
|
extends GetOrganizationStatisticsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetRemainingFreeTrialDaysRequest,
|
|
10
10
|
GetRemainingFreeTrialDaysResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRemainingFreeTrialDaysCommandInput
|
|
14
15
|
extends GetRemainingFreeTrialDaysRequest {}
|
|
15
16
|
export interface GetRemainingFreeTrialDaysCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetThreatIntelSetRequest,
|
|
10
10
|
GetThreatIntelSetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetThreatIntelSetCommandInput
|
|
14
15
|
extends GetThreatIntelSetRequest {}
|
|
15
16
|
export interface GetThreatIntelSetCommandOutput
|
|
@@ -8,8 +8,9 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetUsageStatisticsRequest,
|
|
10
10
|
GetUsageStatisticsResponse,
|
|
11
|
-
} from "../models/
|
|
12
|
-
export { __MetadataBearer
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetUsageStatisticsCommandInput
|
|
14
15
|
extends GetUsageStatisticsRequest {}
|
|
15
16
|
export interface GetUsageStatisticsCommandOutput
|
|
@@ -8,8 +8,9 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
InviteMembersRequest,
|
|
10
10
|
InviteMembersResponse,
|
|
11
|
-
} from "../models/
|
|
12
|
-
export { __MetadataBearer
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface InviteMembersCommandInput extends InviteMembersRequest {}
|
|
14
15
|
export interface InviteMembersCommandOutput
|
|
15
16
|
extends InviteMembersResponse,
|
|
@@ -5,8 +5,9 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
|
-
import { ListCoverageRequest, ListCoverageResponse } from "../models/
|
|
9
|
-
export { __MetadataBearer
|
|
8
|
+
import { ListCoverageRequest, ListCoverageResponse } from "../models/models_1";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListCoverageCommandInput extends ListCoverageRequest {}
|
|
11
12
|
export interface ListCoverageCommandOutput
|
|
12
13
|
extends ListCoverageResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListDetectorsRequest,
|
|
10
10
|
ListDetectorsResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDetectorsCommandInput extends ListDetectorsRequest {}
|
|
14
15
|
export interface ListDetectorsCommandOutput
|
|
15
16
|
extends ListDetectorsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { ListFiltersRequest, ListFiltersResponse } from "../models/models_1";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListFiltersCommandInput extends ListFiltersRequest {}
|
|
11
12
|
export interface ListFiltersCommandOutput
|
|
12
13
|
extends ListFiltersResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_1";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListFindingsCommandInput extends ListFindingsRequest {}
|
|
11
12
|
export interface ListFindingsCommandOutput
|
|
12
13
|
extends ListFindingsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_1";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListIPSetsCommandInput extends ListIPSetsRequest {}
|
|
11
12
|
export interface ListIPSetsCommandOutput
|
|
12
13
|
extends ListIPSetsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListInvitationsRequest,
|
|
10
10
|
ListInvitationsResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
|
|
14
15
|
export interface ListInvitationsCommandOutput
|
|
15
16
|
extends ListInvitationsResponse,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
ListMalwareProtectionPlansRequest,
|
|
10
|
+
ListMalwareProtectionPlansResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListMalwareProtectionPlansCommandInput
|
|
15
|
+
extends ListMalwareProtectionPlansRequest {}
|
|
16
|
+
export interface ListMalwareProtectionPlansCommandOutput
|
|
17
|
+
extends ListMalwareProtectionPlansResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListMalwareProtectionPlansCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListMalwareProtectionPlansCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListMalwareProtectionPlansCommandInput,
|
|
24
|
+
ListMalwareProtectionPlansCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListMalwareProtectionPlansCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListMalwareProtectionPlansCommandInput,
|
|
33
|
+
ListMalwareProtectionPlansCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListMalwareProtectionPlansCommand extends ListMalwareProtectionPlansCommand_base {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { ListMembersRequest, ListMembersResponse } from "../models/models_1";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListMembersCommandInput extends ListMembersRequest {}
|
|
11
12
|
export interface ListMembersCommandOutput
|
|
12
13
|
extends ListMembersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListOrganizationAdminAccountsRequest,
|
|
10
10
|
ListOrganizationAdminAccountsResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListOrganizationAdminAccountsCommandInput
|
|
14
15
|
extends ListOrganizationAdminAccountsRequest {}
|
|
15
16
|
export interface ListOrganizationAdminAccountsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListPublishingDestinationsRequest,
|
|
10
10
|
ListPublishingDestinationsResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPublishingDestinationsCommandInput
|
|
14
15
|
extends ListPublishingDestinationsRequest {}
|
|
15
16
|
export interface ListPublishingDestinationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListThreatIntelSetsRequest,
|
|
10
10
|
ListThreatIntelSetsResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListThreatIntelSetsCommandInput
|
|
14
15
|
extends ListThreatIntelSetsRequest {}
|
|
15
16
|
export interface ListThreatIntelSetsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartMalwareScanRequest,
|
|
10
10
|
StartMalwareScanResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartMalwareScanCommandInput extends StartMalwareScanRequest {}
|
|
14
15
|
export interface StartMalwareScanCommandOutput
|
|
15
16
|
extends StartMalwareScanResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartMonitoringMembersRequest,
|
|
10
10
|
StartMonitoringMembersResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartMonitoringMembersCommandInput
|
|
14
15
|
extends StartMonitoringMembersRequest {}
|
|
15
16
|
export interface StartMonitoringMembersCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopMonitoringMembersRequest,
|
|
10
10
|
StopMonitoringMembersResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopMonitoringMembersCommandInput
|
|
14
15
|
extends StopMonitoringMembersRequest {}
|
|
15
16
|
export interface StopMonitoringMembersCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UnarchiveFindingsRequest,
|
|
10
10
|
UnarchiveFindingsResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UnarchiveFindingsCommandInput
|
|
14
15
|
extends UnarchiveFindingsRequest {}
|
|
15
16
|
export interface UnarchiveFindingsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateDetectorRequest,
|
|
10
10
|
UpdateDetectorResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateDetectorCommandInput extends UpdateDetectorRequest {}
|
|
14
15
|
export interface UpdateDetectorCommandOutput
|
|
15
16
|
extends UpdateDetectorResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_1";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateFilterCommandInput extends UpdateFilterRequest {}
|
|
11
12
|
export interface UpdateFilterCommandOutput
|
|
12
13
|
extends UpdateFilterResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateFindingsFeedbackRequest,
|
|
10
10
|
UpdateFindingsFeedbackResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateFindingsFeedbackCommandInput
|
|
14
15
|
extends UpdateFindingsFeedbackRequest {}
|
|
15
16
|
export interface UpdateFindingsFeedbackCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
8
|
import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_1";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {}
|
|
11
12
|
export interface UpdateIPSetCommandOutput
|
|
12
13
|
extends UpdateIPSetResponse,
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import { UpdateMalwareProtectionPlanRequest } from "../models/models_1";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface UpdateMalwareProtectionPlanCommandInput
|
|
12
|
+
extends UpdateMalwareProtectionPlanRequest {}
|
|
13
|
+
export interface UpdateMalwareProtectionPlanCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const UpdateMalwareProtectionPlanCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: UpdateMalwareProtectionPlanCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
UpdateMalwareProtectionPlanCommandInput,
|
|
20
|
+
UpdateMalwareProtectionPlanCommandOutput,
|
|
21
|
+
GuardDutyClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: UpdateMalwareProtectionPlanCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
UpdateMalwareProtectionPlanCommandInput,
|
|
29
|
+
UpdateMalwareProtectionPlanCommandOutput,
|
|
30
|
+
GuardDutyClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class UpdateMalwareProtectionPlanCommand extends UpdateMalwareProtectionPlanCommand_base {}
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateMalwareScanSettingsRequest,
|
|
10
10
|
UpdateMalwareScanSettingsResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateMalwareScanSettingsCommandInput
|
|
14
15
|
extends UpdateMalwareScanSettingsRequest {}
|
|
15
16
|
export interface UpdateMalwareScanSettingsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateMemberDetectorsRequest,
|
|
10
10
|
UpdateMemberDetectorsResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateMemberDetectorsCommandInput
|
|
14
15
|
extends UpdateMemberDetectorsRequest {}
|
|
15
16
|
export interface UpdateMemberDetectorsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateOrganizationConfigurationRequest,
|
|
10
10
|
UpdateOrganizationConfigurationResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateOrganizationConfigurationCommandInput
|
|
14
15
|
extends UpdateOrganizationConfigurationRequest {}
|
|
15
16
|
export interface UpdateOrganizationConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdatePublishingDestinationRequest,
|
|
10
10
|
UpdatePublishingDestinationResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdatePublishingDestinationCommandInput
|
|
14
15
|
extends UpdatePublishingDestinationRequest {}
|
|
15
16
|
export interface UpdatePublishingDestinationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateThreatIntelSetRequest,
|
|
10
10
|
UpdateThreatIntelSetResponse,
|
|
11
11
|
} from "../models/models_1";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateThreatIntelSetCommandInput
|
|
14
15
|
extends UpdateThreatIntelSetRequest {}
|
|
15
16
|
export interface UpdateThreatIntelSetCommandOutput
|
|
@@ -4,6 +4,7 @@ export * from "./ArchiveFindingsCommand";
|
|
|
4
4
|
export * from "./CreateDetectorCommand";
|
|
5
5
|
export * from "./CreateFilterCommand";
|
|
6
6
|
export * from "./CreateIPSetCommand";
|
|
7
|
+
export * from "./CreateMalwareProtectionPlanCommand";
|
|
7
8
|
export * from "./CreateMembersCommand";
|
|
8
9
|
export * from "./CreatePublishingDestinationCommand";
|
|
9
10
|
export * from "./CreateSampleFindingsCommand";
|
|
@@ -13,6 +14,7 @@ export * from "./DeleteDetectorCommand";
|
|
|
13
14
|
export * from "./DeleteFilterCommand";
|
|
14
15
|
export * from "./DeleteIPSetCommand";
|
|
15
16
|
export * from "./DeleteInvitationsCommand";
|
|
17
|
+
export * from "./DeleteMalwareProtectionPlanCommand";
|
|
16
18
|
export * from "./DeleteMembersCommand";
|
|
17
19
|
export * from "./DeletePublishingDestinationCommand";
|
|
18
20
|
export * from "./DeleteThreatIntelSetCommand";
|
|
@@ -32,6 +34,7 @@ export * from "./GetFindingsCommand";
|
|
|
32
34
|
export * from "./GetFindingsStatisticsCommand";
|
|
33
35
|
export * from "./GetIPSetCommand";
|
|
34
36
|
export * from "./GetInvitationsCountCommand";
|
|
37
|
+
export * from "./GetMalwareProtectionPlanCommand";
|
|
35
38
|
export * from "./GetMalwareScanSettingsCommand";
|
|
36
39
|
export * from "./GetMasterAccountCommand";
|
|
37
40
|
export * from "./GetMemberDetectorsCommand";
|
|
@@ -47,6 +50,7 @@ export * from "./ListFiltersCommand";
|
|
|
47
50
|
export * from "./ListFindingsCommand";
|
|
48
51
|
export * from "./ListIPSetsCommand";
|
|
49
52
|
export * from "./ListInvitationsCommand";
|
|
53
|
+
export * from "./ListMalwareProtectionPlansCommand";
|
|
50
54
|
export * from "./ListMembersCommand";
|
|
51
55
|
export * from "./ListOrganizationAdminAccountsCommand";
|
|
52
56
|
export * from "./ListPublishingDestinationsCommand";
|
|
@@ -62,6 +66,7 @@ export * from "./UpdateDetectorCommand";
|
|
|
62
66
|
export * from "./UpdateFilterCommand";
|
|
63
67
|
export * from "./UpdateFindingsFeedbackCommand";
|
|
64
68
|
export * from "./UpdateIPSetCommand";
|
|
69
|
+
export * from "./UpdateMalwareProtectionPlanCommand";
|
|
65
70
|
export * from "./UpdateMalwareScanSettingsCommand";
|
|
66
71
|
export * from "./UpdateMemberDetectorsCommand";
|
|
67
72
|
export * from "./UpdateOrganizationConfigurationCommand";
|