@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,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
|
+
DisableOrganizationAdminAccountRequest,
|
|
10
|
+
DisableOrganizationAdminAccountResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DisableOrganizationAdminAccountCommandInput
|
|
18
|
+
extends DisableOrganizationAdminAccountRequest {}
|
|
19
|
+
export interface DisableOrganizationAdminAccountCommandOutput
|
|
20
|
+
extends DisableOrganizationAdminAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisableOrganizationAdminAccountCommand extends $Command<
|
|
24
|
+
DisableOrganizationAdminAccountCommandInput,
|
|
25
|
+
DisableOrganizationAdminAccountCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableOrganizationAdminAccountCommandInput;
|
|
29
|
+
constructor(input: DisableOrganizationAdminAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisableOrganizationAdminAccountCommandInput,
|
|
37
|
+
DisableOrganizationAdminAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DisableSecurityHubRequest,
|
|
10
|
+
DisableSecurityHubResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DisableSecurityHubCommandInput
|
|
18
|
+
extends DisableSecurityHubRequest {}
|
|
19
|
+
export interface DisableSecurityHubCommandOutput
|
|
20
|
+
extends DisableSecurityHubResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisableSecurityHubCommand extends $Command<
|
|
24
|
+
DisableSecurityHubCommandInput,
|
|
25
|
+
DisableSecurityHubCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableSecurityHubCommandInput;
|
|
29
|
+
constructor(input: DisableSecurityHubCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DisassociateFromAdministratorAccountRequest,
|
|
10
|
+
DisassociateFromAdministratorAccountResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DisassociateFromAdministratorAccountCommandInput
|
|
18
|
+
extends DisassociateFromAdministratorAccountRequest {}
|
|
19
|
+
export interface DisassociateFromAdministratorAccountCommandOutput
|
|
20
|
+
extends DisassociateFromAdministratorAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateFromAdministratorAccountCommand extends $Command<
|
|
24
|
+
DisassociateFromAdministratorAccountCommandInput,
|
|
25
|
+
DisassociateFromAdministratorAccountCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateFromAdministratorAccountCommandInput;
|
|
29
|
+
constructor(input: DisassociateFromAdministratorAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateFromAdministratorAccountCommandInput,
|
|
37
|
+
DisassociateFromAdministratorAccountCommandOutput
|
|
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
|
+
DisassociateFromMasterAccountRequest,
|
|
10
|
+
DisassociateFromMasterAccountResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DisassociateFromMasterAccountCommandInput
|
|
18
|
+
extends DisassociateFromMasterAccountRequest {}
|
|
19
|
+
export interface DisassociateFromMasterAccountCommandOutput
|
|
20
|
+
extends DisassociateFromMasterAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateFromMasterAccountCommand extends $Command<
|
|
24
|
+
DisassociateFromMasterAccountCommandInput,
|
|
25
|
+
DisassociateFromMasterAccountCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateFromMasterAccountCommandInput;
|
|
29
|
+
constructor(input: DisassociateFromMasterAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateFromMasterAccountCommandInput,
|
|
37
|
+
DisassociateFromMasterAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DisassociateMembersRequest,
|
|
10
|
+
DisassociateMembersResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DisassociateMembersCommandInput
|
|
18
|
+
extends DisassociateMembersRequest {}
|
|
19
|
+
export interface DisassociateMembersCommandOutput
|
|
20
|
+
extends DisassociateMembersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateMembersCommand extends $Command<
|
|
24
|
+
DisassociateMembersCommandInput,
|
|
25
|
+
DisassociateMembersCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateMembersCommandInput;
|
|
29
|
+
constructor(input: DisassociateMembersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DisassociateMembersCommandInput, DisassociateMembersCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
EnableImportFindingsForProductRequest,
|
|
10
|
+
EnableImportFindingsForProductResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface EnableImportFindingsForProductCommandInput
|
|
18
|
+
extends EnableImportFindingsForProductRequest {}
|
|
19
|
+
export interface EnableImportFindingsForProductCommandOutput
|
|
20
|
+
extends EnableImportFindingsForProductResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EnableImportFindingsForProductCommand extends $Command<
|
|
24
|
+
EnableImportFindingsForProductCommandInput,
|
|
25
|
+
EnableImportFindingsForProductCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableImportFindingsForProductCommandInput;
|
|
29
|
+
constructor(input: EnableImportFindingsForProductCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
EnableImportFindingsForProductCommandInput,
|
|
37
|
+
EnableImportFindingsForProductCommandOutput
|
|
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
|
+
EnableOrganizationAdminAccountRequest,
|
|
10
|
+
EnableOrganizationAdminAccountResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface EnableOrganizationAdminAccountCommandInput
|
|
18
|
+
extends EnableOrganizationAdminAccountRequest {}
|
|
19
|
+
export interface EnableOrganizationAdminAccountCommandOutput
|
|
20
|
+
extends EnableOrganizationAdminAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EnableOrganizationAdminAccountCommand extends $Command<
|
|
24
|
+
EnableOrganizationAdminAccountCommandInput,
|
|
25
|
+
EnableOrganizationAdminAccountCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableOrganizationAdminAccountCommandInput;
|
|
29
|
+
constructor(input: EnableOrganizationAdminAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
EnableOrganizationAdminAccountCommandInput,
|
|
37
|
+
EnableOrganizationAdminAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
EnableSecurityHubRequest,
|
|
10
|
+
EnableSecurityHubResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface EnableSecurityHubCommandInput
|
|
18
|
+
extends EnableSecurityHubRequest {}
|
|
19
|
+
export interface EnableSecurityHubCommandOutput
|
|
20
|
+
extends EnableSecurityHubResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EnableSecurityHubCommand extends $Command<
|
|
24
|
+
EnableSecurityHubCommandInput,
|
|
25
|
+
EnableSecurityHubCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableSecurityHubCommandInput;
|
|
29
|
+
constructor(input: EnableSecurityHubCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
GetAdministratorAccountRequest,
|
|
10
|
+
GetAdministratorAccountResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface GetAdministratorAccountCommandInput
|
|
18
|
+
extends GetAdministratorAccountRequest {}
|
|
19
|
+
export interface GetAdministratorAccountCommandOutput
|
|
20
|
+
extends GetAdministratorAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAdministratorAccountCommand extends $Command<
|
|
24
|
+
GetAdministratorAccountCommandInput,
|
|
25
|
+
GetAdministratorAccountCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAdministratorAccountCommandInput;
|
|
29
|
+
constructor(input: GetAdministratorAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetAdministratorAccountCommandInput,
|
|
37
|
+
GetAdministratorAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
GetEnabledStandardsRequest,
|
|
10
|
+
GetEnabledStandardsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface GetEnabledStandardsCommandInput
|
|
18
|
+
extends GetEnabledStandardsRequest {}
|
|
19
|
+
export interface GetEnabledStandardsCommandOutput
|
|
20
|
+
extends GetEnabledStandardsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetEnabledStandardsCommand extends $Command<
|
|
24
|
+
GetEnabledStandardsCommandInput,
|
|
25
|
+
GetEnabledStandardsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetEnabledStandardsCommandInput;
|
|
29
|
+
constructor(input: GetEnabledStandardsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
GetFindingAggregatorRequest,
|
|
10
|
+
GetFindingAggregatorResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface GetFindingAggregatorCommandInput
|
|
18
|
+
extends GetFindingAggregatorRequest {}
|
|
19
|
+
export interface GetFindingAggregatorCommandOutput
|
|
20
|
+
extends GetFindingAggregatorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetFindingAggregatorCommand extends $Command<
|
|
24
|
+
GetFindingAggregatorCommandInput,
|
|
25
|
+
GetFindingAggregatorCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetFindingAggregatorCommandInput;
|
|
29
|
+
constructor(input: GetFindingAggregatorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetFindingAggregatorCommandInput,
|
|
37
|
+
GetFindingAggregatorCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|