@aws-sdk/client-securityhub 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +1024 -285
- package/dist-types/ts3.4/SecurityHubClient.d.ts +465 -129
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +56 -56
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SecurityHubServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +4382 -4097
- package/dist-types/ts3.4/models/models_1.d.ts +4116 -3847
- package/dist-types/ts3.4/models/models_2.d.ts +268 -228
- package/dist-types/ts3.4/pagination/DescribeActionTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeProductsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStandardsControlsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStandardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEnabledStandardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEnabledProductsForImportPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingAggregatorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +677 -170
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GetFindingsRequest, GetFindingsResponse } from "../models/models_1";
|
|
9
|
+
import {
|
|
10
|
+
SecurityHubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../SecurityHubClient";
|
|
14
|
+
export interface GetFindingsCommandInput extends GetFindingsRequest {}
|
|
15
|
+
export interface GetFindingsCommandOutput
|
|
16
|
+
extends GetFindingsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetFindingsCommand extends $Command<
|
|
20
|
+
GetFindingsCommandInput,
|
|
21
|
+
GetFindingsCommandOutput,
|
|
22
|
+
SecurityHubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetFindingsCommandInput;
|
|
25
|
+
constructor(input: GetFindingsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetFindingsCommandInput, GetFindingsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetInsightResultsRequest,
|
|
10
|
+
GetInsightResultsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface GetInsightResultsCommandInput
|
|
18
|
+
extends GetInsightResultsRequest {}
|
|
19
|
+
export interface GetInsightResultsCommandOutput
|
|
20
|
+
extends GetInsightResultsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetInsightResultsCommand extends $Command<
|
|
24
|
+
GetInsightResultsCommandInput,
|
|
25
|
+
GetInsightResultsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetInsightResultsCommandInput;
|
|
29
|
+
constructor(input: GetInsightResultsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetInsightResultsCommandInput, GetInsightResultsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GetInsightsRequest, GetInsightsResponse } from "../models/models_1";
|
|
9
|
+
import {
|
|
10
|
+
SecurityHubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../SecurityHubClient";
|
|
14
|
+
export interface GetInsightsCommandInput extends GetInsightsRequest {}
|
|
15
|
+
export interface GetInsightsCommandOutput
|
|
16
|
+
extends GetInsightsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetInsightsCommand extends $Command<
|
|
20
|
+
GetInsightsCommandInput,
|
|
21
|
+
GetInsightsCommandOutput,
|
|
22
|
+
SecurityHubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetInsightsCommandInput;
|
|
25
|
+
constructor(input: GetInsightsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetInsightsCommandInput, GetInsightsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetInvitationsCountRequest,
|
|
10
|
+
GetInvitationsCountResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface GetInvitationsCountCommandInput
|
|
18
|
+
extends GetInvitationsCountRequest {}
|
|
19
|
+
export interface GetInvitationsCountCommandOutput
|
|
20
|
+
extends GetInvitationsCountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetInvitationsCountCommand extends $Command<
|
|
24
|
+
GetInvitationsCountCommandInput,
|
|
25
|
+
GetInvitationsCountCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetInvitationsCountCommandInput;
|
|
29
|
+
constructor(input: GetInvitationsCountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetMasterAccountRequest,
|
|
10
|
+
GetMasterAccountResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {}
|
|
18
|
+
export interface GetMasterAccountCommandOutput
|
|
19
|
+
extends GetMasterAccountResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetMasterAccountCommand extends $Command<
|
|
23
|
+
GetMasterAccountCommandInput,
|
|
24
|
+
GetMasterAccountCommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetMasterAccountCommandInput;
|
|
28
|
+
constructor(input: GetMasterAccountCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetMasterAccountCommandInput, GetMasterAccountCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GetMembersRequest, GetMembersResponse } from "../models/models_1";
|
|
9
|
+
import {
|
|
10
|
+
SecurityHubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../SecurityHubClient";
|
|
14
|
+
export interface GetMembersCommandInput extends GetMembersRequest {}
|
|
15
|
+
export interface GetMembersCommandOutput
|
|
16
|
+
extends GetMembersResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetMembersCommand extends $Command<
|
|
20
|
+
GetMembersCommandInput,
|
|
21
|
+
GetMembersCommandOutput,
|
|
22
|
+
SecurityHubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetMembersCommandInput;
|
|
25
|
+
constructor(input: GetMembersCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetMembersCommandInput, GetMembersCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,18 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { InviteMembersRequest } from "../models/models_1";
|
|
9
|
+
import { InviteMembersResponse } from "../models/models_2";
|
|
10
|
+
import {
|
|
11
|
+
SecurityHubClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../SecurityHubClient";
|
|
15
|
+
export interface InviteMembersCommandInput extends InviteMembersRequest {}
|
|
16
|
+
export interface InviteMembersCommandOutput
|
|
17
|
+
extends InviteMembersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
|
|
20
|
+
export declare class InviteMembersCommand extends $Command<
|
|
21
|
+
InviteMembersCommandInput,
|
|
22
|
+
InviteMembersCommandOutput,
|
|
23
|
+
SecurityHubClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: InviteMembersCommandInput;
|
|
26
|
+
constructor(input: InviteMembersCommandInput);
|
|
27
|
+
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<InviteMembersCommandInput, InviteMembersCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListEnabledProductsForImportRequest,
|
|
10
|
+
ListEnabledProductsForImportResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface ListEnabledProductsForImportCommandInput
|
|
18
|
+
extends ListEnabledProductsForImportRequest {}
|
|
19
|
+
export interface ListEnabledProductsForImportCommandOutput
|
|
20
|
+
extends ListEnabledProductsForImportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListEnabledProductsForImportCommand extends $Command<
|
|
24
|
+
ListEnabledProductsForImportCommandInput,
|
|
25
|
+
ListEnabledProductsForImportCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListEnabledProductsForImportCommandInput;
|
|
29
|
+
constructor(input: ListEnabledProductsForImportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListEnabledProductsForImportCommandInput,
|
|
37
|
+
ListEnabledProductsForImportCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListFindingAggregatorsRequest,
|
|
10
|
+
ListFindingAggregatorsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface ListFindingAggregatorsCommandInput
|
|
18
|
+
extends ListFindingAggregatorsRequest {}
|
|
19
|
+
export interface ListFindingAggregatorsCommandOutput
|
|
20
|
+
extends ListFindingAggregatorsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListFindingAggregatorsCommand extends $Command<
|
|
24
|
+
ListFindingAggregatorsCommandInput,
|
|
25
|
+
ListFindingAggregatorsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListFindingAggregatorsCommandInput;
|
|
29
|
+
constructor(input: ListFindingAggregatorsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListFindingAggregatorsCommandInput,
|
|
37
|
+
ListFindingAggregatorsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListInvitationsRequest,
|
|
10
|
+
ListInvitationsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
|
|
18
|
+
export interface ListInvitationsCommandOutput
|
|
19
|
+
extends ListInvitationsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListInvitationsCommand extends $Command<
|
|
23
|
+
ListInvitationsCommandInput,
|
|
24
|
+
ListInvitationsCommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListInvitationsCommandInput;
|
|
28
|
+
constructor(input: ListInvitationsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { ListMembersRequest, ListMembersResponse } from "../models/models_2";
|
|
9
|
+
import {
|
|
10
|
+
SecurityHubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../SecurityHubClient";
|
|
14
|
+
export interface ListMembersCommandInput extends ListMembersRequest {}
|
|
15
|
+
export interface ListMembersCommandOutput
|
|
16
|
+
extends ListMembersResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListMembersCommand extends $Command<
|
|
20
|
+
ListMembersCommandInput,
|
|
21
|
+
ListMembersCommandOutput,
|
|
22
|
+
SecurityHubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListMembersCommandInput;
|
|
25
|
+
constructor(input: ListMembersCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|