@aws-sdk/client-guardduty 3.1087.0 → 3.1089.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/GuardDuty.d.ts +299 -350
- package/dist-types/ts3.4/GuardDutyClient.d.ts +17 -62
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateInvestigationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMalwareProtectionPlansCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMalwareScansCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThreatEntitySetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrustedEntitySetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendObjectMalwareScanCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMalwareScanCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +27 -54
- package/dist-types/ts3.4/models/errors.d.ts +4 -12
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/models/models_1.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateMalwareProtectionPlanRequest } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateMalwareProtectionPlanCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateMalwareProtectionPlanCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateMalwareProtectionPlanCommandInput extends UpdateMalwareProtectionPlanRequest {}
|
|
5
|
+
export interface UpdateMalwareProtectionPlanCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateMalwareProtectionPlanCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateMalwareProtectionPlanCommandInput
|
|
8
|
+
input: UpdateMalwareProtectionPlanCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateMalwareProtectionPlanCommandInput,
|
|
13
11
|
UpdateMalwareProtectionPlanCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateMalwareProtectionPlanCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateMalwareProtectionPlanCommandInput
|
|
17
|
+
input: UpdateMalwareProtectionPlanCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateMalwareProtectionPlanCommandInput,
|
|
22
20
|
UpdateMalwareProtectionPlanCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateMalwareScanSettingsResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateMalwareScanSettingsCommandInput
|
|
8
|
-
extends UpdateMalwareScanSettingsRequest {}
|
|
7
|
+
export interface UpdateMalwareScanSettingsCommandInput extends UpdateMalwareScanSettingsRequest {}
|
|
9
8
|
export interface UpdateMalwareScanSettingsCommandOutput
|
|
10
|
-
extends UpdateMalwareScanSettingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateMalwareScanSettingsResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateMalwareScanSettingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateMalwareScanSettingsCommandInput
|
|
12
|
+
input: UpdateMalwareScanSettingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateMalwareScanSettingsCommandInput,
|
|
17
15
|
UpdateMalwareScanSettingsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateMalwareScanSettingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateMalwareScanSettingsCommandInput
|
|
21
|
+
input: UpdateMalwareScanSettingsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateMalwareScanSettingsCommandInput,
|
|
26
24
|
UpdateMalwareScanSettingsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateMemberDetectorsRequest,
|
|
4
|
-
UpdateMemberDetectorsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateMemberDetectorsRequest, UpdateMemberDetectorsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateMemberDetectorsCommandInput
|
|
8
|
-
extends UpdateMemberDetectorsRequest {}
|
|
4
|
+
export interface UpdateMemberDetectorsCommandInput extends UpdateMemberDetectorsRequest {}
|
|
9
5
|
export interface UpdateMemberDetectorsCommandOutput
|
|
10
|
-
extends UpdateMemberDetectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateMemberDetectorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateMemberDetectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateMemberDetectorsCommandInput
|
|
9
|
+
input: UpdateMemberDetectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateMemberDetectorsCommandInput,
|
|
17
12
|
UpdateMemberDetectorsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateMemberDetectorsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateMemberDetectorsCommandInput
|
|
18
|
+
input: UpdateMemberDetectorsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateMemberDetectorsCommandInput,
|
|
26
21
|
UpdateMemberDetectorsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateOrganizationConfigurationResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateOrganizationConfigurationCommandInput
|
|
8
|
-
extends UpdateOrganizationConfigurationRequest {}
|
|
7
|
+
export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {}
|
|
9
8
|
export interface UpdateOrganizationConfigurationCommandOutput
|
|
10
|
-
extends UpdateOrganizationConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateOrganizationConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateOrganizationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateOrganizationConfigurationCommandInput
|
|
12
|
+
input: UpdateOrganizationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateOrganizationConfigurationCommandInput,
|
|
17
15
|
UpdateOrganizationConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateOrganizationConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateOrganizationConfigurationCommandInput
|
|
21
|
+
input: UpdateOrganizationConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateOrganizationConfigurationCommandInput,
|
|
26
24
|
UpdateOrganizationConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdatePublishingDestinationResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePublishingDestinationCommandInput
|
|
8
|
-
extends UpdatePublishingDestinationRequest {}
|
|
7
|
+
export interface UpdatePublishingDestinationCommandInput extends UpdatePublishingDestinationRequest {}
|
|
9
8
|
export interface UpdatePublishingDestinationCommandOutput
|
|
10
|
-
extends UpdatePublishingDestinationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdatePublishingDestinationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdatePublishingDestinationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdatePublishingDestinationCommandInput
|
|
12
|
+
input: UpdatePublishingDestinationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdatePublishingDestinationCommandInput,
|
|
17
15
|
UpdatePublishingDestinationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdatePublishingDestinationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdatePublishingDestinationCommandInput
|
|
21
|
+
input: UpdatePublishingDestinationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdatePublishingDestinationCommandInput,
|
|
26
24
|
UpdatePublishingDestinationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateThreatEntitySetRequest,
|
|
4
|
-
UpdateThreatEntitySetResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateThreatEntitySetRequest, UpdateThreatEntitySetResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateThreatEntitySetCommandInput
|
|
8
|
-
extends UpdateThreatEntitySetRequest {}
|
|
4
|
+
export interface UpdateThreatEntitySetCommandInput extends UpdateThreatEntitySetRequest {}
|
|
9
5
|
export interface UpdateThreatEntitySetCommandOutput
|
|
10
|
-
extends UpdateThreatEntitySetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateThreatEntitySetResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateThreatEntitySetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateThreatEntitySetCommandInput
|
|
9
|
+
input: UpdateThreatEntitySetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateThreatEntitySetCommandInput,
|
|
17
12
|
UpdateThreatEntitySetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateThreatEntitySetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateThreatEntitySetCommandInput
|
|
18
|
+
input: UpdateThreatEntitySetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateThreatEntitySetCommandInput,
|
|
26
21
|
UpdateThreatEntitySetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateThreatIntelSetRequest,
|
|
4
|
-
UpdateThreatIntelSetResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateThreatIntelSetRequest, UpdateThreatIntelSetResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateThreatIntelSetCommandInput
|
|
8
|
-
extends UpdateThreatIntelSetRequest {}
|
|
4
|
+
export interface UpdateThreatIntelSetCommandInput extends UpdateThreatIntelSetRequest {}
|
|
9
5
|
export interface UpdateThreatIntelSetCommandOutput
|
|
10
|
-
extends UpdateThreatIntelSetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateThreatIntelSetResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateThreatIntelSetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateThreatIntelSetCommandInput
|
|
9
|
+
input: UpdateThreatIntelSetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateThreatIntelSetCommandInput,
|
|
17
12
|
UpdateThreatIntelSetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateThreatIntelSetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateThreatIntelSetCommandInput
|
|
18
|
+
input: UpdateThreatIntelSetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateThreatIntelSetCommandInput,
|
|
26
21
|
UpdateThreatIntelSetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateTrustedEntitySetRequest,
|
|
4
|
-
UpdateTrustedEntitySetResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateTrustedEntitySetRequest, UpdateTrustedEntitySetResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateTrustedEntitySetCommandInput
|
|
8
|
-
extends UpdateTrustedEntitySetRequest {}
|
|
4
|
+
export interface UpdateTrustedEntitySetCommandInput extends UpdateTrustedEntitySetRequest {}
|
|
9
5
|
export interface UpdateTrustedEntitySetCommandOutput
|
|
10
|
-
extends UpdateTrustedEntitySetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateTrustedEntitySetResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateTrustedEntitySetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateTrustedEntitySetCommandInput
|
|
9
|
+
input: UpdateTrustedEntitySetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateTrustedEntitySetCommandInput,
|
|
17
12
|
UpdateTrustedEntitySetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateTrustedEntitySetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateTrustedEntitySetCommandInput
|
|
18
|
+
input: UpdateTrustedEntitySetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateTrustedEntitySetCommandInput,
|
|
26
21
|
UpdateTrustedEntitySetCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface GuardDutyExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -32,8 +32,7 @@ export declare const ProfileSubtype: {
|
|
|
32
32
|
readonly RARE: "RARE";
|
|
33
33
|
readonly UNSEEN: "UNSEEN";
|
|
34
34
|
};
|
|
35
|
-
export type ProfileSubtype =
|
|
36
|
-
(typeof ProfileSubtype)[keyof typeof ProfileSubtype];
|
|
35
|
+
export type ProfileSubtype = (typeof ProfileSubtype)[keyof typeof ProfileSubtype];
|
|
37
36
|
export declare const ProfileType: {
|
|
38
37
|
readonly FREQUENCY: "FREQUENCY";
|
|
39
38
|
readonly VOLUME: "VOLUME";
|
|
@@ -44,8 +43,7 @@ export declare const AutoEnableMembers: {
|
|
|
44
43
|
readonly NEW: "NEW";
|
|
45
44
|
readonly NONE: "NONE";
|
|
46
45
|
};
|
|
47
|
-
export type AutoEnableMembers =
|
|
48
|
-
(typeof AutoEnableMembers)[keyof typeof AutoEnableMembers];
|
|
46
|
+
export type AutoEnableMembers = (typeof AutoEnableMembers)[keyof typeof AutoEnableMembers];
|
|
49
47
|
export declare const ContentPolicyFilterAction: {
|
|
50
48
|
readonly BLOCKED: "BLOCKED";
|
|
51
49
|
readonly NONE: "NONE";
|
|
@@ -58,8 +56,7 @@ export declare const ConfidenceLevel: {
|
|
|
58
56
|
readonly MEDIUM: "MEDIUM";
|
|
59
57
|
readonly NONE: "NONE";
|
|
60
58
|
};
|
|
61
|
-
export type ConfidenceLevel =
|
|
62
|
-
(typeof ConfidenceLevel)[keyof typeof ConfidenceLevel];
|
|
59
|
+
export type ConfidenceLevel = (typeof ConfidenceLevel)[keyof typeof ConfidenceLevel];
|
|
63
60
|
export declare const ContentPolicyFilterType: {
|
|
64
61
|
readonly HATE: "HATE";
|
|
65
62
|
readonly INSULTS: "INSULTS";
|
|
@@ -75,14 +72,12 @@ export declare const GuardrailAction: {
|
|
|
75
72
|
readonly GUARDRAIL_INTERVENED: "GUARDRAIL_INTERVENED";
|
|
76
73
|
readonly NONE: "NONE";
|
|
77
74
|
};
|
|
78
|
-
export type GuardrailAction =
|
|
79
|
-
(typeof GuardrailAction)[keyof typeof GuardrailAction];
|
|
75
|
+
export type GuardrailAction = (typeof GuardrailAction)[keyof typeof GuardrailAction];
|
|
80
76
|
export declare const GuardrailSource: {
|
|
81
77
|
readonly INPUT: "INPUT";
|
|
82
78
|
readonly OUTPUT: "OUTPUT";
|
|
83
79
|
};
|
|
84
|
-
export type GuardrailSource =
|
|
85
|
-
(typeof GuardrailSource)[keyof typeof GuardrailSource];
|
|
80
|
+
export type GuardrailSource = (typeof GuardrailSource)[keyof typeof GuardrailSource];
|
|
86
81
|
export declare const CloudProvider: {
|
|
87
82
|
readonly AWS: "AWS";
|
|
88
83
|
};
|
|
@@ -91,8 +86,7 @@ export declare const DataSourceStatus: {
|
|
|
91
86
|
readonly DISABLED: "DISABLED";
|
|
92
87
|
readonly ENABLED: "ENABLED";
|
|
93
88
|
};
|
|
94
|
-
export type DataSourceStatus =
|
|
95
|
-
(typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
89
|
+
export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
96
90
|
export declare const ClusterStatus: {
|
|
97
91
|
readonly ACTIVE: "ACTIVE";
|
|
98
92
|
readonly CREATING: "CREATING";
|
|
@@ -113,8 +107,7 @@ export declare const CoverageStatus: {
|
|
|
113
107
|
readonly HEALTHY: "HEALTHY";
|
|
114
108
|
readonly UNHEALTHY: "UNHEALTHY";
|
|
115
109
|
};
|
|
116
|
-
export type CoverageStatus =
|
|
117
|
-
(typeof CoverageStatus)[keyof typeof CoverageStatus];
|
|
110
|
+
export type CoverageStatus = (typeof CoverageStatus)[keyof typeof CoverageStatus];
|
|
118
111
|
export declare const ResourceType: {
|
|
119
112
|
readonly EC2: "EC2";
|
|
120
113
|
readonly ECS: "ECS";
|
|
@@ -126,8 +119,7 @@ export declare const ManagementType: {
|
|
|
126
119
|
readonly DISABLED: "DISABLED";
|
|
127
120
|
readonly MANUAL: "MANUAL";
|
|
128
121
|
};
|
|
129
|
-
export type ManagementType =
|
|
130
|
-
(typeof ManagementType)[keyof typeof ManagementType];
|
|
122
|
+
export type ManagementType = (typeof ManagementType)[keyof typeof ManagementType];
|
|
131
123
|
export declare const CoverageFilterCriterionKey: {
|
|
132
124
|
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
133
125
|
readonly ADDON_VERSION: "ADDON_VERSION";
|
|
@@ -154,8 +146,7 @@ export declare const CoverageSortKey: {
|
|
|
154
146
|
readonly ISSUE: "ISSUE";
|
|
155
147
|
readonly UPDATED_AT: "UPDATED_AT";
|
|
156
148
|
};
|
|
157
|
-
export type CoverageSortKey =
|
|
158
|
-
(typeof CoverageSortKey)[keyof typeof CoverageSortKey];
|
|
149
|
+
export type CoverageSortKey = (typeof CoverageSortKey)[keyof typeof CoverageSortKey];
|
|
159
150
|
export declare const OrderBy: {
|
|
160
151
|
readonly ASC: "ASC";
|
|
161
152
|
readonly DESC: "DESC";
|
|
@@ -190,8 +181,7 @@ export declare const DetectorFeature: {
|
|
|
190
181
|
readonly RUNTIME_MONITORING: "RUNTIME_MONITORING";
|
|
191
182
|
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
192
183
|
};
|
|
193
|
-
export type DetectorFeature =
|
|
194
|
-
(typeof DetectorFeature)[keyof typeof DetectorFeature];
|
|
184
|
+
export type DetectorFeature = (typeof DetectorFeature)[keyof typeof DetectorFeature];
|
|
195
185
|
export declare const FindingPublishingFrequency: {
|
|
196
186
|
readonly FIFTEEN_MINUTES: "FIFTEEN_MINUTES";
|
|
197
187
|
readonly ONE_HOUR: "ONE_HOUR";
|
|
@@ -222,8 +212,7 @@ export type MalwareProtectionPlanTaggingActionStatus =
|
|
|
222
212
|
export declare const DestinationType: {
|
|
223
213
|
readonly S3: "S3";
|
|
224
214
|
};
|
|
225
|
-
export type DestinationType =
|
|
226
|
-
(typeof DestinationType)[keyof typeof DestinationType];
|
|
215
|
+
export type DestinationType = (typeof DestinationType)[keyof typeof DestinationType];
|
|
227
216
|
export declare const ThreatEntitySetFormat: {
|
|
228
217
|
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
229
218
|
readonly FIRE_EYE: "FIRE_EYE";
|
|
@@ -242,8 +231,7 @@ export declare const ThreatIntelSetFormat: {
|
|
|
242
231
|
readonly STIX: "STIX";
|
|
243
232
|
readonly TXT: "TXT";
|
|
244
233
|
};
|
|
245
|
-
export type ThreatIntelSetFormat =
|
|
246
|
-
(typeof ThreatIntelSetFormat)[keyof typeof ThreatIntelSetFormat];
|
|
234
|
+
export type ThreatIntelSetFormat = (typeof ThreatIntelSetFormat)[keyof typeof ThreatIntelSetFormat];
|
|
247
235
|
export declare const TrustedEntitySetFormat: {
|
|
248
236
|
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
249
237
|
readonly FIRE_EYE: "FIRE_EYE";
|
|
@@ -300,8 +288,7 @@ export declare const OrgFeatureStatus: {
|
|
|
300
288
|
readonly NEW: "NEW";
|
|
301
289
|
readonly NONE: "NONE";
|
|
302
290
|
};
|
|
303
|
-
export type OrgFeatureStatus =
|
|
304
|
-
(typeof OrgFeatureStatus)[keyof typeof OrgFeatureStatus];
|
|
291
|
+
export type OrgFeatureStatus = (typeof OrgFeatureStatus)[keyof typeof OrgFeatureStatus];
|
|
305
292
|
export declare const OrgFeatureAdditionalConfiguration: {
|
|
306
293
|
readonly EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT";
|
|
307
294
|
readonly ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT";
|
|
@@ -326,14 +313,12 @@ export declare const PublishingStatus: {
|
|
|
326
313
|
readonly STOPPED: "STOPPED";
|
|
327
314
|
readonly UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY: "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY";
|
|
328
315
|
};
|
|
329
|
-
export type PublishingStatus =
|
|
330
|
-
(typeof PublishingStatus)[keyof typeof PublishingStatus];
|
|
316
|
+
export type PublishingStatus = (typeof PublishingStatus)[keyof typeof PublishingStatus];
|
|
331
317
|
export declare const NetworkDirection: {
|
|
332
318
|
readonly INBOUND: "INBOUND";
|
|
333
319
|
readonly OUTBOUND: "OUTBOUND";
|
|
334
320
|
};
|
|
335
|
-
export type NetworkDirection =
|
|
336
|
-
(typeof NetworkDirection)[keyof typeof NetworkDirection];
|
|
321
|
+
export type NetworkDirection = (typeof NetworkDirection)[keyof typeof NetworkDirection];
|
|
337
322
|
export declare const EcsClusterStatus: {
|
|
338
323
|
readonly ACTIVE: "ACTIVE";
|
|
339
324
|
readonly DEPROVISIONING: "DEPROVISIONING";
|
|
@@ -341,8 +326,7 @@ export declare const EcsClusterStatus: {
|
|
|
341
326
|
readonly INACTIVE: "INACTIVE";
|
|
342
327
|
readonly PROVISIONING: "PROVISIONING";
|
|
343
328
|
};
|
|
344
|
-
export type EcsClusterStatus =
|
|
345
|
-
(typeof EcsClusterStatus)[keyof typeof EcsClusterStatus];
|
|
329
|
+
export type EcsClusterStatus = (typeof EcsClusterStatus)[keyof typeof EcsClusterStatus];
|
|
346
330
|
export declare const EcsLaunchType: {
|
|
347
331
|
readonly EC2: "EC2";
|
|
348
332
|
readonly FARGATE: "FARGATE";
|
|
@@ -364,8 +348,7 @@ export declare const PublicAccessStatus: {
|
|
|
364
348
|
readonly ALLOWED: "ALLOWED";
|
|
365
349
|
readonly BLOCKED: "BLOCKED";
|
|
366
350
|
};
|
|
367
|
-
export type PublicAccessStatus =
|
|
368
|
-
(typeof PublicAccessStatus)[keyof typeof PublicAccessStatus];
|
|
351
|
+
export type PublicAccessStatus = (typeof PublicAccessStatus)[keyof typeof PublicAccessStatus];
|
|
369
352
|
export declare const PublicAclIgnoreBehavior: {
|
|
370
353
|
readonly IGNORED: "IGNORED";
|
|
371
354
|
readonly NOT_IGNORED: "NOT_IGNORED";
|
|
@@ -396,8 +379,7 @@ export declare const FindingResourceType: {
|
|
|
396
379
|
readonly S3_BUCKET: "S3_BUCKET";
|
|
397
380
|
readonly S3_OBJECT: "S3_OBJECT";
|
|
398
381
|
};
|
|
399
|
-
export type FindingResourceType =
|
|
400
|
-
(typeof FindingResourceType)[keyof typeof FindingResourceType];
|
|
382
|
+
export type FindingResourceType = (typeof FindingResourceType)[keyof typeof FindingResourceType];
|
|
401
383
|
export declare const IndicatorType: {
|
|
402
384
|
readonly ATTACK_TACTIC: "ATTACK_TACTIC";
|
|
403
385
|
readonly ATTACK_TECHNIQUE: "ATTACK_TECHNIQUE";
|
|
@@ -437,8 +419,7 @@ export declare const DetectionSource: {
|
|
|
437
419
|
readonly AMAZON: "AMAZON";
|
|
438
420
|
readonly BITDEFENDER: "BITDEFENDER";
|
|
439
421
|
};
|
|
440
|
-
export type DetectionSource =
|
|
441
|
-
(typeof DetectionSource)[keyof typeof DetectionSource];
|
|
422
|
+
export type DetectionSource = (typeof DetectionSource)[keyof typeof DetectionSource];
|
|
442
423
|
export declare const DetectorFeatureResult: {
|
|
443
424
|
readonly AI_ANALYST: "AI_ANALYST";
|
|
444
425
|
readonly AI_PROTECTION: "AI_PROTECTION";
|
|
@@ -459,8 +440,7 @@ export declare const DetectorStatus: {
|
|
|
459
440
|
readonly DISABLED: "DISABLED";
|
|
460
441
|
readonly ENABLED: "ENABLED";
|
|
461
442
|
};
|
|
462
|
-
export type DetectorStatus =
|
|
463
|
-
(typeof DetectorStatus)[keyof typeof DetectorStatus];
|
|
443
|
+
export type DetectorStatus = (typeof DetectorStatus)[keyof typeof DetectorStatus];
|
|
464
444
|
export declare const EbsSnapshotPreservation: {
|
|
465
445
|
readonly NO_RETENTION: "NO_RETENTION";
|
|
466
446
|
readonly RETENTION_WITH_FINDING: "RETENTION_WITH_FINDING";
|
|
@@ -487,8 +467,7 @@ export type MalwareProtectionScanType =
|
|
|
487
467
|
export declare const FindingStatisticType: {
|
|
488
468
|
readonly COUNT_BY_SEVERITY: "COUNT_BY_SEVERITY";
|
|
489
469
|
};
|
|
490
|
-
export type FindingStatisticType =
|
|
491
|
-
(typeof FindingStatisticType)[keyof typeof FindingStatisticType];
|
|
470
|
+
export type FindingStatisticType = (typeof FindingStatisticType)[keyof typeof FindingStatisticType];
|
|
492
471
|
export declare const GroupByType: {
|
|
493
472
|
readonly ACCOUNT: "ACCOUNT";
|
|
494
473
|
readonly DATE: "DATE";
|
|
@@ -510,8 +489,7 @@ export declare const InvestigationStatus: {
|
|
|
510
489
|
readonly FAILED: "FAILED";
|
|
511
490
|
readonly RUNNING: "RUNNING";
|
|
512
491
|
};
|
|
513
|
-
export type InvestigationStatus =
|
|
514
|
-
(typeof InvestigationStatus)[keyof typeof InvestigationStatus];
|
|
492
|
+
export type InvestigationStatus = (typeof InvestigationStatus)[keyof typeof InvestigationStatus];
|
|
515
493
|
export declare const IpSetStatus: {
|
|
516
494
|
readonly ACTIVATING: "ACTIVATING";
|
|
517
495
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -570,19 +548,16 @@ export declare const ScanStatusReason: {
|
|
|
570
548
|
readonly UNSUPPORTED_PRODUCT_CODE_TYPE: "UNSUPPORTED_PRODUCT_CODE_TYPE";
|
|
571
549
|
readonly UNSUPPORTED_SNAPSHOT: "UNSUPPORTED_SNAPSHOT";
|
|
572
550
|
};
|
|
573
|
-
export type ScanStatusReason =
|
|
574
|
-
(typeof ScanStatusReason)[keyof typeof ScanStatusReason];
|
|
551
|
+
export type ScanStatusReason = (typeof ScanStatusReason)[keyof typeof ScanStatusReason];
|
|
575
552
|
export declare const ScanResultStatus: {
|
|
576
553
|
readonly NO_THREATS_FOUND: "NO_THREATS_FOUND";
|
|
577
554
|
readonly THREATS_FOUND: "THREATS_FOUND";
|
|
578
555
|
};
|
|
579
|
-
export type ScanResultStatus =
|
|
580
|
-
(typeof ScanResultStatus)[keyof typeof ScanResultStatus];
|
|
556
|
+
export type ScanResultStatus = (typeof ScanResultStatus)[keyof typeof ScanResultStatus];
|
|
581
557
|
export declare const ScanCriterionKey: {
|
|
582
558
|
readonly EC2_INSTANCE_TAG: "EC2_INSTANCE_TAG";
|
|
583
559
|
};
|
|
584
|
-
export type ScanCriterionKey =
|
|
585
|
-
(typeof ScanCriterionKey)[keyof typeof ScanCriterionKey];
|
|
560
|
+
export type ScanCriterionKey = (typeof ScanCriterionKey)[keyof typeof ScanCriterionKey];
|
|
586
561
|
export declare const ThreatEntitySetStatus: {
|
|
587
562
|
readonly ACTIVATING: "ACTIVATING";
|
|
588
563
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -603,8 +578,7 @@ export declare const ThreatIntelSetStatus: {
|
|
|
603
578
|
readonly ERROR: "ERROR";
|
|
604
579
|
readonly INACTIVE: "INACTIVE";
|
|
605
580
|
};
|
|
606
|
-
export type ThreatIntelSetStatus =
|
|
607
|
-
(typeof ThreatIntelSetStatus)[keyof typeof ThreatIntelSetStatus];
|
|
581
|
+
export type ThreatIntelSetStatus = (typeof ThreatIntelSetStatus)[keyof typeof ThreatIntelSetStatus];
|
|
608
582
|
export declare const TrustedEntitySetStatus: {
|
|
609
583
|
readonly ACTIVATING: "ACTIVATING";
|
|
610
584
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -641,8 +615,7 @@ export declare const UsageStatisticType: {
|
|
|
641
615
|
readonly TOP_ACCOUNTS_BY_FEATURE: "TOP_ACCOUNTS_BY_FEATURE";
|
|
642
616
|
readonly TOP_RESOURCES: "TOP_RESOURCES";
|
|
643
617
|
};
|
|
644
|
-
export type UsageStatisticType =
|
|
645
|
-
(typeof UsageStatisticType)[keyof typeof UsageStatisticType];
|
|
618
|
+
export type UsageStatisticType = (typeof UsageStatisticType)[keyof typeof UsageStatisticType];
|
|
646
619
|
export declare const InvestigationSortField: {
|
|
647
620
|
readonly CONFIDENCE: "CONFIDENCE";
|
|
648
621
|
readonly END_TIME: "END_TIME";
|
|
@@ -5,27 +5,21 @@ export declare class BadRequestException extends __BaseException {
|
|
|
5
5
|
readonly $fault: "client";
|
|
6
6
|
Message?: string | undefined;
|
|
7
7
|
Type?: string | undefined;
|
|
8
|
-
constructor(
|
|
9
|
-
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
10
|
-
);
|
|
8
|
+
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
11
9
|
}
|
|
12
10
|
export declare class InternalServerErrorException extends __BaseException {
|
|
13
11
|
readonly name: "InternalServerErrorException";
|
|
14
12
|
readonly $fault: "server";
|
|
15
13
|
Message?: string | undefined;
|
|
16
14
|
Type?: string | undefined;
|
|
17
|
-
constructor(
|
|
18
|
-
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
19
|
-
);
|
|
15
|
+
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
20
16
|
}
|
|
21
17
|
export declare class AccessDeniedException extends __BaseException {
|
|
22
18
|
readonly name: "AccessDeniedException";
|
|
23
19
|
readonly $fault: "client";
|
|
24
20
|
Message?: string | undefined;
|
|
25
21
|
Type?: string | undefined;
|
|
26
|
-
constructor(
|
|
27
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
28
|
-
);
|
|
22
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
29
23
|
}
|
|
30
24
|
export declare class ConflictException extends __BaseException {
|
|
31
25
|
readonly name: "ConflictException";
|
|
@@ -39,7 +33,5 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
39
33
|
readonly $fault: "client";
|
|
40
34
|
Message?: string | undefined;
|
|
41
35
|
Type?: string | undefined;
|
|
42
|
-
constructor(
|
|
43
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
44
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
45
37
|
}
|
|
@@ -266,9 +266,7 @@ export interface Action {
|
|
|
266
266
|
NetworkConnectionAction?: NetworkConnectionAction | undefined;
|
|
267
267
|
PortProbeAction?: PortProbeAction | undefined;
|
|
268
268
|
KubernetesApiCallAction?: KubernetesApiCallAction | undefined;
|
|
269
|
-
KubernetesPermissionCheckedDetails?:
|
|
270
|
-
| KubernetesPermissionCheckedDetails
|
|
271
|
-
| undefined;
|
|
269
|
+
KubernetesPermissionCheckedDetails?: KubernetesPermissionCheckedDetails | undefined;
|
|
272
270
|
KubernetesRoleBindingDetails?: KubernetesRoleBindingDetails | undefined;
|
|
273
271
|
KubernetesRoleDetails?: KubernetesRoleDetails | undefined;
|
|
274
272
|
RdsLoginAttemptAction?: RdsLoginAttemptAction | undefined;
|
|
@@ -840,9 +838,7 @@ export interface OrganizationScanEc2InstanceWithFindingsResult {
|
|
|
840
838
|
EbsVolumes?: OrganizationEbsVolumesResult | undefined;
|
|
841
839
|
}
|
|
842
840
|
export interface OrganizationMalwareProtectionConfigurationResult {
|
|
843
|
-
ScanEc2InstanceWithFindings?:
|
|
844
|
-
| OrganizationScanEc2InstanceWithFindingsResult
|
|
845
|
-
| undefined;
|
|
841
|
+
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindingsResult | undefined;
|
|
846
842
|
}
|
|
847
843
|
export interface OrganizationS3LogsConfigurationResult {
|
|
848
844
|
AutoEnable: boolean | undefined;
|
|
@@ -850,9 +846,7 @@ export interface OrganizationS3LogsConfigurationResult {
|
|
|
850
846
|
export interface OrganizationDataSourceConfigurationsResult {
|
|
851
847
|
S3Logs: OrganizationS3LogsConfigurationResult | undefined;
|
|
852
848
|
Kubernetes?: OrganizationKubernetesConfigurationResult | undefined;
|
|
853
|
-
MalwareProtection?:
|
|
854
|
-
| OrganizationMalwareProtectionConfigurationResult
|
|
855
|
-
| undefined;
|
|
849
|
+
MalwareProtection?: OrganizationMalwareProtectionConfigurationResult | undefined;
|
|
856
850
|
}
|
|
857
851
|
export interface OrganizationAdditionalConfigurationResult {
|
|
858
852
|
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
@@ -861,9 +855,7 @@ export interface OrganizationAdditionalConfigurationResult {
|
|
|
861
855
|
export interface OrganizationFeatureConfigurationResult {
|
|
862
856
|
Name?: OrgFeature | undefined;
|
|
863
857
|
AutoEnable?: OrgFeatureStatus | undefined;
|
|
864
|
-
AdditionalConfiguration?:
|
|
865
|
-
| OrganizationAdditionalConfigurationResult[]
|
|
866
|
-
| undefined;
|
|
858
|
+
AdditionalConfiguration?: OrganizationAdditionalConfigurationResult[] | undefined;
|
|
867
859
|
}
|
|
868
860
|
export interface DescribeOrganizationConfigurationResponse {
|
|
869
861
|
AutoEnable?: boolean | undefined;
|
|
@@ -181,9 +181,7 @@ export interface OrganizationFeatureStatisticsAdditionalConfiguration {
|
|
|
181
181
|
export interface OrganizationFeatureStatistics {
|
|
182
182
|
Name?: OrgFeature | undefined;
|
|
183
183
|
EnabledAccountsCount?: number | undefined;
|
|
184
|
-
AdditionalConfiguration?:
|
|
185
|
-
| OrganizationFeatureStatisticsAdditionalConfiguration[]
|
|
186
|
-
| undefined;
|
|
184
|
+
AdditionalConfiguration?: OrganizationFeatureStatisticsAdditionalConfiguration[] | undefined;
|
|
187
185
|
}
|
|
188
186
|
export interface OrganizationStatistics {
|
|
189
187
|
TotalAccountsCount?: number | undefined;
|
|
@@ -414,9 +412,7 @@ export interface ListMalwareScansFilterCriterion {
|
|
|
414
412
|
FilterCondition?: FilterCondition | undefined;
|
|
415
413
|
}
|
|
416
414
|
export interface ListMalwareScansFilterCriteria {
|
|
417
|
-
ListMalwareScansFilterCriterion?:
|
|
418
|
-
| ListMalwareScansFilterCriterion[]
|
|
419
|
-
| undefined;
|
|
415
|
+
ListMalwareScansFilterCriterion?: ListMalwareScansFilterCriterion[] | undefined;
|
|
420
416
|
}
|
|
421
417
|
export interface ListMalwareScansRequest {
|
|
422
418
|
MaxResults?: number | undefined;
|
|
@@ -637,9 +633,7 @@ export interface OrganizationScanEc2InstanceWithFindings {
|
|
|
637
633
|
EbsVolumes?: OrganizationEbsVolumes | undefined;
|
|
638
634
|
}
|
|
639
635
|
export interface OrganizationMalwareProtectionConfiguration {
|
|
640
|
-
ScanEc2InstanceWithFindings?:
|
|
641
|
-
| OrganizationScanEc2InstanceWithFindings
|
|
642
|
-
| undefined;
|
|
636
|
+
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindings | undefined;
|
|
643
637
|
}
|
|
644
638
|
export interface OrganizationS3LogsConfiguration {
|
|
645
639
|
AutoEnable: boolean | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { GuardDutyClient } from "../GuardDutyClient";
|
|
3
|
-
export interface GuardDutyPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface GuardDutyPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: GuardDutyClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFiltersCommandInput,
|
|
4
|
-
ListFiltersCommandOutput,
|
|
5
|
-
} from "../commands/ListFiltersCommand";
|
|
2
|
+
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
|
|
6
3
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListFilters: (
|
|
8
5
|
config: GuardDutyPaginationConfiguration,
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListIPSetsCommandInput,
|
|
4
|
-
ListIPSetsCommandOutput,
|
|
5
|
-
} from "../commands/ListIPSetsCommand";
|
|
2
|
+
import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "../commands/ListIPSetsCommand";
|
|
6
3
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListIPSets: (
|
|
8
5
|
config: GuardDutyPaginationConfiguration,
|