@aws-sdk/client-guardduty 3.1087.0 → 3.1088.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
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListFindingsCommandInput extends ListFindingsRequest {}
|
|
5
|
-
export interface ListFindingsCommandOutput
|
|
6
|
-
extends ListFindingsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListFindingsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListFindingsCommandInput
|
|
8
|
+
input: ListFindingsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListFindingsCommandInput,
|
|
13
11
|
ListFindingsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListFindingsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListFindingsCommandInput
|
|
17
|
+
input: ListFindingsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListFindingsCommandInput,
|
|
22
20
|
ListFindingsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListIPSetsCommandInput extends ListIPSetsRequest {}
|
|
5
|
-
export interface ListIPSetsCommandOutput
|
|
6
|
-
extends ListIPSetsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListIPSetsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListIPSetsCommandInput
|
|
8
|
+
input: ListIPSetsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListIPSetsCommandInput,
|
|
13
11
|
ListIPSetsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListIPSetsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListIPSetsCommandInput
|
|
17
|
+
input: ListIPSetsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListIPSetsCommandInput,
|
|
22
20
|
ListIPSetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListInvestigationsRequest,
|
|
4
|
-
ListInvestigationsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { ListInvestigationsRequest, ListInvestigationsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListInvestigationsCommandInput
|
|
8
|
-
extends ListInvestigationsRequest {}
|
|
4
|
+
export interface ListInvestigationsCommandInput extends ListInvestigationsRequest {}
|
|
9
5
|
export interface ListInvestigationsCommandOutput
|
|
10
|
-
extends ListInvestigationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListInvestigationsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListInvestigationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListInvestigationsCommandInput
|
|
9
|
+
input: ListInvestigationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListInvestigationsCommandInput,
|
|
17
12
|
ListInvestigationsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListInvestigationsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListInvestigationsCommandInput
|
|
18
|
+
input: ListInvestigationsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListInvestigationsCommandInput,
|
|
26
21
|
ListInvestigationsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListInvitationsRequest,
|
|
4
|
-
ListInvitationsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
|
|
8
|
-
export interface ListInvitationsCommandOutput
|
|
9
|
-
extends ListInvitationsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListInvitationsCommandOutput extends ListInvitationsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListInvitationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListInvitationsCommandInput
|
|
8
|
+
input: ListInvitationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListInvitationsCommandInput,
|
|
16
11
|
ListInvitationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListMalwareProtectionPlansResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMalwareProtectionPlansCommandInput
|
|
8
|
-
extends ListMalwareProtectionPlansRequest {}
|
|
7
|
+
export interface ListMalwareProtectionPlansCommandInput extends ListMalwareProtectionPlansRequest {}
|
|
9
8
|
export interface ListMalwareProtectionPlansCommandOutput
|
|
10
|
-
extends ListMalwareProtectionPlansResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListMalwareProtectionPlansResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListMalwareProtectionPlansCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListMalwareProtectionPlansCommandInput
|
|
12
|
+
input: ListMalwareProtectionPlansCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListMalwareProtectionPlansCommandInput,
|
|
17
15
|
ListMalwareProtectionPlansCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMalwareScansRequest,
|
|
4
|
-
ListMalwareScansResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { ListMalwareScansRequest, ListMalwareScansResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListMalwareScansCommandInput extends ListMalwareScansRequest {}
|
|
8
|
-
export interface ListMalwareScansCommandOutput
|
|
9
|
-
extends ListMalwareScansResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListMalwareScansCommandOutput extends ListMalwareScansResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListMalwareScansCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListMalwareScansCommandInput
|
|
8
|
+
input: ListMalwareScansCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListMalwareScansCommandInput,
|
|
16
11
|
ListMalwareScansCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListMembersRequest, ListMembersResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListMembersCommandInput extends ListMembersRequest {}
|
|
5
|
-
export interface ListMembersCommandOutput
|
|
6
|
-
extends ListMembersResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListMembersCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListMembersCommandInput
|
|
8
|
+
input: ListMembersCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListMembersCommandInput,
|
|
13
11
|
ListMembersCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListMembersCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListMembersCommandInput
|
|
17
|
+
input: ListMembersCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListMembersCommandInput,
|
|
22
20
|
ListMembersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListOrganizationAdminAccountsResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOrganizationAdminAccountsCommandInput
|
|
8
|
-
extends ListOrganizationAdminAccountsRequest {}
|
|
7
|
+
export interface ListOrganizationAdminAccountsCommandInput extends ListOrganizationAdminAccountsRequest {}
|
|
9
8
|
export interface ListOrganizationAdminAccountsCommandOutput
|
|
10
|
-
extends ListOrganizationAdminAccountsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListOrganizationAdminAccountsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListOrganizationAdminAccountsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListOrganizationAdminAccountsCommandInput
|
|
12
|
+
input: ListOrganizationAdminAccountsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListOrganizationAdminAccountsCommandInput,
|
|
17
15
|
ListOrganizationAdminAccountsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListPublishingDestinationsResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPublishingDestinationsCommandInput
|
|
8
|
-
extends ListPublishingDestinationsRequest {}
|
|
7
|
+
export interface ListPublishingDestinationsCommandInput extends ListPublishingDestinationsRequest {}
|
|
9
8
|
export interface ListPublishingDestinationsCommandOutput
|
|
10
|
-
extends ListPublishingDestinationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListPublishingDestinationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListPublishingDestinationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListPublishingDestinationsCommandInput
|
|
12
|
+
input: ListPublishingDestinationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListPublishingDestinationsCommandInput,
|
|
17
15
|
ListPublishingDestinationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListPublishingDestinationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListPublishingDestinationsCommandInput
|
|
21
|
+
input: ListPublishingDestinationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListPublishingDestinationsCommandInput,
|
|
26
24
|
ListPublishingDestinationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListThreatEntitySetsRequest,
|
|
4
|
-
ListThreatEntitySetsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { ListThreatEntitySetsRequest, ListThreatEntitySetsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListThreatEntitySetsCommandInput
|
|
8
|
-
extends ListThreatEntitySetsRequest {}
|
|
4
|
+
export interface ListThreatEntitySetsCommandInput extends ListThreatEntitySetsRequest {}
|
|
9
5
|
export interface ListThreatEntitySetsCommandOutput
|
|
10
|
-
extends ListThreatEntitySetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListThreatEntitySetsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListThreatEntitySetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListThreatEntitySetsCommandInput
|
|
9
|
+
input: ListThreatEntitySetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListThreatEntitySetsCommandInput,
|
|
17
12
|
ListThreatEntitySetsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListThreatEntitySetsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListThreatEntitySetsCommandInput
|
|
18
|
+
input: ListThreatEntitySetsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListThreatEntitySetsCommandInput,
|
|
26
21
|
ListThreatEntitySetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListThreatIntelSetsRequest,
|
|
4
|
-
ListThreatIntelSetsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { ListThreatIntelSetsRequest, ListThreatIntelSetsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListThreatIntelSetsCommandInput
|
|
8
|
-
extends ListThreatIntelSetsRequest {}
|
|
4
|
+
export interface ListThreatIntelSetsCommandInput extends ListThreatIntelSetsRequest {}
|
|
9
5
|
export interface ListThreatIntelSetsCommandOutput
|
|
10
|
-
extends ListThreatIntelSetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListThreatIntelSetsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListThreatIntelSetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListThreatIntelSetsCommandInput
|
|
9
|
+
input: ListThreatIntelSetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListThreatIntelSetsCommandInput,
|
|
17
12
|
ListThreatIntelSetsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListThreatIntelSetsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListThreatIntelSetsCommandInput
|
|
18
|
+
input: ListThreatIntelSetsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListThreatIntelSetsCommandInput,
|
|
26
21
|
ListThreatIntelSetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTrustedEntitySetsRequest,
|
|
4
|
-
ListTrustedEntitySetsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { ListTrustedEntitySetsRequest, ListTrustedEntitySetsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTrustedEntitySetsCommandInput
|
|
8
|
-
extends ListTrustedEntitySetsRequest {}
|
|
4
|
+
export interface ListTrustedEntitySetsCommandInput extends ListTrustedEntitySetsRequest {}
|
|
9
5
|
export interface ListTrustedEntitySetsCommandOutput
|
|
10
|
-
extends ListTrustedEntitySetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTrustedEntitySetsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTrustedEntitySetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTrustedEntitySetsCommandInput
|
|
9
|
+
input: ListTrustedEntitySetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTrustedEntitySetsCommandInput,
|
|
17
12
|
ListTrustedEntitySetsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTrustedEntitySetsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTrustedEntitySetsCommandInput
|
|
18
|
+
input: ListTrustedEntitySetsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTrustedEntitySetsCommandInput,
|
|
26
21
|
ListTrustedEntitySetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SendObjectMalwareScanRequest,
|
|
4
|
-
SendObjectMalwareScanResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { SendObjectMalwareScanRequest, SendObjectMalwareScanResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SendObjectMalwareScanCommandInput
|
|
8
|
-
extends SendObjectMalwareScanRequest {}
|
|
4
|
+
export interface SendObjectMalwareScanCommandInput extends SendObjectMalwareScanRequest {}
|
|
9
5
|
export interface SendObjectMalwareScanCommandOutput
|
|
10
|
-
extends SendObjectMalwareScanResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SendObjectMalwareScanResponse, __MetadataBearer {}
|
|
12
7
|
declare const SendObjectMalwareScanCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SendObjectMalwareScanCommandInput
|
|
9
|
+
input: SendObjectMalwareScanCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SendObjectMalwareScanCommandInput,
|
|
17
12
|
SendObjectMalwareScanCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartMalwareScanRequest,
|
|
4
|
-
StartMalwareScanResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { StartMalwareScanRequest, StartMalwareScanResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartMalwareScanCommandInput extends StartMalwareScanRequest {}
|
|
8
|
-
export interface StartMalwareScanCommandOutput
|
|
9
|
-
extends StartMalwareScanResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartMalwareScanCommandOutput extends StartMalwareScanResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartMalwareScanCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartMalwareScanCommandInput
|
|
8
|
+
input: StartMalwareScanCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartMalwareScanCommandInput,
|
|
16
11
|
StartMalwareScanCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartMalwareScanCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartMalwareScanCommandInput
|
|
17
|
+
input: StartMalwareScanCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartMalwareScanCommandInput,
|
|
25
20
|
StartMalwareScanCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartMonitoringMembersRequest,
|
|
4
|
-
StartMonitoringMembersResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { StartMonitoringMembersRequest, StartMonitoringMembersResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartMonitoringMembersCommandInput
|
|
8
|
-
extends StartMonitoringMembersRequest {}
|
|
4
|
+
export interface StartMonitoringMembersCommandInput extends StartMonitoringMembersRequest {}
|
|
9
5
|
export interface StartMonitoringMembersCommandOutput
|
|
10
|
-
extends StartMonitoringMembersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartMonitoringMembersResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartMonitoringMembersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartMonitoringMembersCommandInput
|
|
9
|
+
input: StartMonitoringMembersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartMonitoringMembersCommandInput,
|
|
17
12
|
StartMonitoringMembersCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartMonitoringMembersCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartMonitoringMembersCommandInput
|
|
18
|
+
input: StartMonitoringMembersCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartMonitoringMembersCommandInput,
|
|
26
21
|
StartMonitoringMembersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopMonitoringMembersRequest,
|
|
4
|
-
StopMonitoringMembersResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { StopMonitoringMembersRequest, StopMonitoringMembersResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopMonitoringMembersCommandInput
|
|
8
|
-
extends StopMonitoringMembersRequest {}
|
|
4
|
+
export interface StopMonitoringMembersCommandInput extends StopMonitoringMembersRequest {}
|
|
9
5
|
export interface StopMonitoringMembersCommandOutput
|
|
10
|
-
extends StopMonitoringMembersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopMonitoringMembersResponse, __MetadataBearer {}
|
|
12
7
|
declare const StopMonitoringMembersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopMonitoringMembersCommandInput
|
|
9
|
+
input: StopMonitoringMembersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopMonitoringMembersCommandInput,
|
|
17
12
|
StopMonitoringMembersCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StopMonitoringMembersCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StopMonitoringMembersCommandInput
|
|
18
|
+
input: StopMonitoringMembersCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StopMonitoringMembersCommandInput,
|
|
26
21
|
StopMonitoringMembersCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UnarchiveFindingsRequest,
|
|
4
|
-
UnarchiveFindingsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UnarchiveFindingsRequest, UnarchiveFindingsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UnarchiveFindingsCommandInput
|
|
8
|
-
extends UnarchiveFindingsRequest {}
|
|
4
|
+
export interface UnarchiveFindingsCommandInput extends UnarchiveFindingsRequest {}
|
|
9
5
|
export interface UnarchiveFindingsCommandOutput
|
|
10
|
-
extends UnarchiveFindingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UnarchiveFindingsResponse, __MetadataBearer {}
|
|
12
7
|
declare const UnarchiveFindingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UnarchiveFindingsCommandInput
|
|
9
|
+
input: UnarchiveFindingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UnarchiveFindingsCommandInput,
|
|
17
12
|
UnarchiveFindingsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UnarchiveFindingsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UnarchiveFindingsCommandInput
|
|
18
|
+
input: UnarchiveFindingsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UnarchiveFindingsCommandInput,
|
|
26
21
|
UnarchiveFindingsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDetectorRequest,
|
|
4
|
-
UpdateDetectorResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateDetectorRequest, UpdateDetectorResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateDetectorCommandInput extends UpdateDetectorRequest {}
|
|
8
|
-
export interface UpdateDetectorCommandOutput
|
|
9
|
-
extends UpdateDetectorResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateDetectorCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateDetectorCommandInput
|
|
8
|
+
input: UpdateDetectorCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateDetectorCommandInput,
|
|
16
11
|
UpdateDetectorCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateDetectorCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateDetectorCommandInput
|
|
17
|
+
input: UpdateDetectorCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateDetectorCommandInput,
|
|
25
20
|
UpdateDetectorCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateFilterCommandInput extends UpdateFilterRequest {}
|
|
5
|
-
export interface UpdateFilterCommandOutput
|
|
6
|
-
extends UpdateFilterResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateFilterCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateFilterCommandInput
|
|
8
|
+
input: UpdateFilterCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateFilterCommandInput,
|
|
13
11
|
UpdateFilterCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateFilterCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateFilterCommandInput
|
|
17
|
+
input: UpdateFilterCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateFilterCommandInput,
|
|
22
20
|
UpdateFilterCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateFindingsFeedbackRequest,
|
|
4
|
-
UpdateFindingsFeedbackResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateFindingsFeedbackRequest, UpdateFindingsFeedbackResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFindingsFeedbackCommandInput
|
|
8
|
-
extends UpdateFindingsFeedbackRequest {}
|
|
4
|
+
export interface UpdateFindingsFeedbackCommandInput extends UpdateFindingsFeedbackRequest {}
|
|
9
5
|
export interface UpdateFindingsFeedbackCommandOutput
|
|
10
|
-
extends UpdateFindingsFeedbackResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateFindingsFeedbackResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateFindingsFeedbackCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateFindingsFeedbackCommandInput
|
|
9
|
+
input: UpdateFindingsFeedbackCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateFindingsFeedbackCommandInput,
|
|
17
12
|
UpdateFindingsFeedbackCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateFindingsFeedbackCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateFindingsFeedbackCommandInput
|
|
18
|
+
input: UpdateFindingsFeedbackCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateFindingsFeedbackCommandInput,
|
|
26
21
|
UpdateFindingsFeedbackCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {}
|
|
5
|
-
export interface UpdateIPSetCommandOutput
|
|
6
|
-
extends UpdateIPSetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateIPSetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateIPSetCommandInput
|
|
8
|
+
input: UpdateIPSetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateIPSetCommandInput,
|
|
13
11
|
UpdateIPSetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateIPSetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateIPSetCommandInput
|
|
17
|
+
input: UpdateIPSetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateIPSetCommandInput,
|
|
22
20
|
UpdateIPSetCommandOutput,
|