@aws-sdk/client-securityhub 3.169.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 +8 -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
|
+
DeleteFindingAggregatorRequest,
|
|
10
|
+
DeleteFindingAggregatorResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DeleteFindingAggregatorCommandInput
|
|
18
|
+
extends DeleteFindingAggregatorRequest {}
|
|
19
|
+
export interface DeleteFindingAggregatorCommandOutput
|
|
20
|
+
extends DeleteFindingAggregatorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteFindingAggregatorCommand extends $Command<
|
|
24
|
+
DeleteFindingAggregatorCommandInput,
|
|
25
|
+
DeleteFindingAggregatorCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteFindingAggregatorCommandInput;
|
|
29
|
+
constructor(input: DeleteFindingAggregatorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteFindingAggregatorCommandInput,
|
|
37
|
+
DeleteFindingAggregatorCommandOutput
|
|
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
|
+
DeleteInsightRequest,
|
|
10
|
+
DeleteInsightResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DeleteInsightCommandInput extends DeleteInsightRequest {}
|
|
18
|
+
export interface DeleteInsightCommandOutput
|
|
19
|
+
extends DeleteInsightResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteInsightCommand extends $Command<
|
|
23
|
+
DeleteInsightCommandInput,
|
|
24
|
+
DeleteInsightCommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteInsightCommandInput;
|
|
28
|
+
constructor(input: DeleteInsightCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteInsightCommandInput, DeleteInsightCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DeleteInvitationsRequest,
|
|
10
|
+
DeleteInvitationsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DeleteInvitationsCommandInput
|
|
18
|
+
extends DeleteInvitationsRequest {}
|
|
19
|
+
export interface DeleteInvitationsCommandOutput
|
|
20
|
+
extends DeleteInvitationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteInvitationsCommand extends $Command<
|
|
24
|
+
DeleteInvitationsCommandInput,
|
|
25
|
+
DeleteInvitationsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteInvitationsCommandInput;
|
|
29
|
+
constructor(input: DeleteInvitationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput>;
|
|
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
|
+
DeleteMembersRequest,
|
|
10
|
+
DeleteMembersResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DeleteMembersCommandInput extends DeleteMembersRequest {}
|
|
18
|
+
export interface DeleteMembersCommandOutput
|
|
19
|
+
extends DeleteMembersResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteMembersCommand extends $Command<
|
|
23
|
+
DeleteMembersCommandInput,
|
|
24
|
+
DeleteMembersCommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteMembersCommandInput;
|
|
28
|
+
constructor(input: DeleteMembersCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteMembersCommandInput, DeleteMembersCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeActionTargetsRequest,
|
|
10
|
+
DescribeActionTargetsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DescribeActionTargetsCommandInput
|
|
18
|
+
extends DescribeActionTargetsRequest {}
|
|
19
|
+
export interface DescribeActionTargetsCommandOutput
|
|
20
|
+
extends DescribeActionTargetsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeActionTargetsCommand extends $Command<
|
|
24
|
+
DescribeActionTargetsCommandInput,
|
|
25
|
+
DescribeActionTargetsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeActionTargetsCommandInput;
|
|
29
|
+
constructor(input: DescribeActionTargetsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeActionTargetsCommandInput,
|
|
37
|
+
DescribeActionTargetsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DescribeHubRequest, DescribeHubResponse } from "../models/models_1";
|
|
9
|
+
import {
|
|
10
|
+
SecurityHubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../SecurityHubClient";
|
|
14
|
+
export interface DescribeHubCommandInput extends DescribeHubRequest {}
|
|
15
|
+
export interface DescribeHubCommandOutput
|
|
16
|
+
extends DescribeHubResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeHubCommand extends $Command<
|
|
20
|
+
DescribeHubCommandInput,
|
|
21
|
+
DescribeHubCommandOutput,
|
|
22
|
+
SecurityHubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeHubCommandInput;
|
|
25
|
+
constructor(input: DescribeHubCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeHubCommandInput, DescribeHubCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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
|
+
DescribeOrganizationConfigurationRequest,
|
|
10
|
+
DescribeOrganizationConfigurationResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DescribeOrganizationConfigurationCommandInput
|
|
18
|
+
extends DescribeOrganizationConfigurationRequest {}
|
|
19
|
+
export interface DescribeOrganizationConfigurationCommandOutput
|
|
20
|
+
extends DescribeOrganizationConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeOrganizationConfigurationCommand extends $Command<
|
|
24
|
+
DescribeOrganizationConfigurationCommandInput,
|
|
25
|
+
DescribeOrganizationConfigurationCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeOrganizationConfigurationCommandInput;
|
|
29
|
+
constructor(input: DescribeOrganizationConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeOrganizationConfigurationCommandInput,
|
|
37
|
+
DescribeOrganizationConfigurationCommandOutput
|
|
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
|
+
DescribeProductsRequest,
|
|
10
|
+
DescribeProductsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DescribeProductsCommandInput extends DescribeProductsRequest {}
|
|
18
|
+
export interface DescribeProductsCommandOutput
|
|
19
|
+
extends DescribeProductsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeProductsCommand extends $Command<
|
|
23
|
+
DescribeProductsCommandInput,
|
|
24
|
+
DescribeProductsCommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeProductsCommandInput;
|
|
28
|
+
constructor(input: DescribeProductsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeProductsCommandInput, DescribeProductsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeStandardsRequest,
|
|
10
|
+
DescribeStandardsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DescribeStandardsCommandInput
|
|
18
|
+
extends DescribeStandardsRequest {}
|
|
19
|
+
export interface DescribeStandardsCommandOutput
|
|
20
|
+
extends DescribeStandardsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeStandardsCommand extends $Command<
|
|
24
|
+
DescribeStandardsCommandInput,
|
|
25
|
+
DescribeStandardsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeStandardsCommandInput;
|
|
29
|
+
constructor(input: DescribeStandardsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeStandardsCommandInput, DescribeStandardsCommandOutput>;
|
|
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
|
+
DescribeStandardsControlsRequest,
|
|
10
|
+
DescribeStandardsControlsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DescribeStandardsControlsCommandInput
|
|
18
|
+
extends DescribeStandardsControlsRequest {}
|
|
19
|
+
export interface DescribeStandardsControlsCommandOutput
|
|
20
|
+
extends DescribeStandardsControlsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeStandardsControlsCommand extends $Command<
|
|
24
|
+
DescribeStandardsControlsCommandInput,
|
|
25
|
+
DescribeStandardsControlsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeStandardsControlsCommandInput;
|
|
29
|
+
constructor(input: DescribeStandardsControlsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeStandardsControlsCommandInput,
|
|
37
|
+
DescribeStandardsControlsCommandOutput
|
|
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
|
+
DisableImportFindingsForProductRequest,
|
|
10
|
+
DisableImportFindingsForProductResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface DisableImportFindingsForProductCommandInput
|
|
18
|
+
extends DisableImportFindingsForProductRequest {}
|
|
19
|
+
export interface DisableImportFindingsForProductCommandOutput
|
|
20
|
+
extends DisableImportFindingsForProductResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisableImportFindingsForProductCommand extends $Command<
|
|
24
|
+
DisableImportFindingsForProductCommandInput,
|
|
25
|
+
DisableImportFindingsForProductCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableImportFindingsForProductCommandInput;
|
|
29
|
+
constructor(input: DisableImportFindingsForProductCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisableImportFindingsForProductCommandInput,
|
|
37
|
+
DisableImportFindingsForProductCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|