@aws-sdk/client-guardduty 3.301.0 → 3.303.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 +25 -10
- package/dist-cjs/GuardDuty.js +30 -0
- package/dist-cjs/commands/GetCoverageStatisticsCommand.js +45 -0
- package/dist-cjs/commands/ListCoverageCommand.js +45 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +205 -198
- package/dist-cjs/pagination/ListCoveragePaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +462 -3
- package/dist-es/GuardDuty.js +30 -0
- package/dist-es/commands/GetCoverageStatisticsCommand.js +41 -0
- package/dist-es/commands/ListCoverageCommand.js +41 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +204 -197
- package/dist-es/pagination/ListCoveragePaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +455 -0
- package/dist-types/GuardDuty.d.ts +75 -47
- package/dist-types/GuardDutyClient.d.ts +13 -12
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +2 -2
- package/dist-types/commands/CreateDetectorCommand.d.ts +7 -1
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +2 -2
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteMembersCommand.d.ts +5 -4
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +3 -2
- package/dist-types/commands/DisassociateMembersCommand.d.ts +5 -3
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +90 -0
- package/dist-types/commands/GetMembersCommand.d.ts +2 -2
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
- package/dist-types/commands/ListCoverageCommand.d.ts +93 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +2 -2
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +1 -2
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +3 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorCommand.d.ts +8 -2
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIPSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +8 -2
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +10 -4
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +1105 -691
- package/dist-types/models/models_1.d.ts +472 -0
- package/dist-types/pagination/ListCoveragePaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +34 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +396 -272
- package/dist-types/ts3.4/models/models_1.d.ts +133 -0
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +34 -34
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GuardDutyClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GuardDutyClient";
|
|
14
|
+
import {
|
|
15
|
+
GetCoverageStatisticsRequest,
|
|
16
|
+
GetCoverageStatisticsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetCoverageStatisticsCommandInput
|
|
19
|
+
extends GetCoverageStatisticsRequest {}
|
|
20
|
+
export interface GetCoverageStatisticsCommandOutput
|
|
21
|
+
extends GetCoverageStatisticsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetCoverageStatisticsCommand extends $Command<
|
|
24
|
+
GetCoverageStatisticsCommandInput,
|
|
25
|
+
GetCoverageStatisticsCommandOutput,
|
|
26
|
+
GuardDutyClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetCoverageStatisticsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetCoverageStatisticsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GuardDutyClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetCoverageStatisticsCommandInput,
|
|
37
|
+
GetCoverageStatisticsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GuardDutyClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GuardDutyClient";
|
|
14
|
+
import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
|
|
15
|
+
export interface ListCoverageCommandInput extends ListCoverageRequest {}
|
|
16
|
+
export interface ListCoverageCommandOutput
|
|
17
|
+
extends ListCoverageResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class ListCoverageCommand extends $Command<
|
|
20
|
+
ListCoverageCommandInput,
|
|
21
|
+
ListCoverageCommandOutput,
|
|
22
|
+
GuardDutyClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListCoverageCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: ListCoverageCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GuardDutyClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListCoverageCommandInput, ListCoverageCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
19
|
export interface UntagResourceCommandOutput
|
|
20
20
|
extends UntagResourceResponse,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdateDetectorRequest,
|
|
16
16
|
UpdateDetectorResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface UpdateDetectorCommandInput extends UpdateDetectorRequest {}
|
|
19
19
|
export interface UpdateDetectorCommandOutput
|
|
20
20
|
extends UpdateDetectorResponse,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GuardDutyClient";
|
|
14
|
-
import { UpdateFilterRequest, UpdateFilterResponse } from "../models/
|
|
14
|
+
import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_1";
|
|
15
15
|
export interface UpdateFilterCommandInput extends UpdateFilterRequest {}
|
|
16
16
|
export interface UpdateFilterCommandOutput
|
|
17
17
|
extends UpdateFilterResponse,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdateFindingsFeedbackRequest,
|
|
16
16
|
UpdateFindingsFeedbackResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface UpdateFindingsFeedbackCommandInput
|
|
19
19
|
extends UpdateFindingsFeedbackRequest {}
|
|
20
20
|
export interface UpdateFindingsFeedbackCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GuardDutyClient";
|
|
14
|
-
import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/
|
|
14
|
+
import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_1";
|
|
15
15
|
export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {}
|
|
16
16
|
export interface UpdateIPSetCommandOutput
|
|
17
17
|
extends UpdateIPSetResponse,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdateMalwareScanSettingsRequest,
|
|
16
16
|
UpdateMalwareScanSettingsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface UpdateMalwareScanSettingsCommandInput
|
|
19
19
|
extends UpdateMalwareScanSettingsRequest {}
|
|
20
20
|
export interface UpdateMalwareScanSettingsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdateMemberDetectorsRequest,
|
|
16
16
|
UpdateMemberDetectorsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface UpdateMemberDetectorsCommandInput
|
|
19
19
|
extends UpdateMemberDetectorsRequest {}
|
|
20
20
|
export interface UpdateMemberDetectorsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdateOrganizationConfigurationRequest,
|
|
16
16
|
UpdateOrganizationConfigurationResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface UpdateOrganizationConfigurationCommandInput
|
|
19
19
|
extends UpdateOrganizationConfigurationRequest {}
|
|
20
20
|
export interface UpdateOrganizationConfigurationCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdatePublishingDestinationRequest,
|
|
16
16
|
UpdatePublishingDestinationResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface UpdatePublishingDestinationCommandInput
|
|
19
19
|
extends UpdatePublishingDestinationRequest {}
|
|
20
20
|
export interface UpdatePublishingDestinationCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GuardDutyClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
UpdateThreatIntelSetRequest,
|
|
16
|
+
UpdateThreatIntelSetResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
16
18
|
export interface UpdateThreatIntelSetCommandInput
|
|
17
19
|
extends UpdateThreatIntelSetRequest {}
|
|
18
20
|
export interface UpdateThreatIntelSetCommandOutput
|
|
@@ -25,6 +25,7 @@ export * from "./DisassociateFromMasterAccountCommand";
|
|
|
25
25
|
export * from "./DisassociateMembersCommand";
|
|
26
26
|
export * from "./EnableOrganizationAdminAccountCommand";
|
|
27
27
|
export * from "./GetAdministratorAccountCommand";
|
|
28
|
+
export * from "./GetCoverageStatisticsCommand";
|
|
28
29
|
export * from "./GetDetectorCommand";
|
|
29
30
|
export * from "./GetFilterCommand";
|
|
30
31
|
export * from "./GetFindingsCommand";
|
|
@@ -39,6 +40,7 @@ export * from "./GetRemainingFreeTrialDaysCommand";
|
|
|
39
40
|
export * from "./GetThreatIntelSetCommand";
|
|
40
41
|
export * from "./GetUsageStatisticsCommand";
|
|
41
42
|
export * from "./InviteMembersCommand";
|
|
43
|
+
export * from "./ListCoverageCommand";
|
|
42
44
|
export * from "./ListDetectorsCommand";
|
|
43
45
|
export * from "./ListFiltersCommand";
|
|
44
46
|
export * from "./ListFindingsCommand";
|