@aws-sdk/client-securityhub 3.296.0 → 3.297.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-types/SecurityHub.d.ts +62 -0
- package/dist-types/SecurityHubClient.d.ts +24 -4
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +16 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +16 -0
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/CreateActionTargetCommand.d.ts +16 -0
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +16 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +16 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +16 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInsightCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMembersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProductsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStandardsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +16 -0
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +16 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +16 -0
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +16 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +16 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +16 -0
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +16 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +16 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetMembersCommand.d.ts +16 -0
- package/dist-types/commands/InviteMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +16 -0
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +16 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/ListMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInsightCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +16 -0
- package/dist-types/models/SecurityHubServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +317 -1
- package/dist-types/models/models_1.d.ts +398 -0
- package/dist-types/models/models_2.d.ts +298 -0
- package/dist-types/pagination/DescribeActionTargetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeProductsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStandardsControlsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStandardsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEnabledStandardsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetFindingsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetInsightsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListEnabledProductsForImportPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFindingAggregatorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisableImportFindingsForProductRequest, DisableImportFindingsForProductResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisableImportFindingsForProductCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisableImportFindingsForProductCommandInput extends DisableImportFindingsForProductRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisableImportFindingsForProductCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisableImportFindingsForProductCommandOutput extends DisableImportFindingsForProductResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disables the integration of the specified product with Security Hub. After the integration is
|
|
18
23
|
* disabled, findings from that product are no longer sent to Security Hub.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DisableImportFindingsForProductCommandOutput extends DisableImp
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DisableImportFindingsForProductCommandInput - {@link DisableImportFindingsForProductCommandInput}
|
|
35
|
+
* @returns {@link DisableImportFindingsForProductCommandOutput}
|
|
29
36
|
* @see {@link DisableImportFindingsForProductCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DisableImportFindingsForProductCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DisableImportFindingsForProductCommandOutput extends DisableImp
|
|
|
52
59
|
export declare class DisableImportFindingsForProductCommand extends $Command<DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput, SecurityHubClientResolvedConfig> {
|
|
53
60
|
readonly input: DisableImportFindingsForProductCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DisableImportFindingsForProductCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisableOrganizationAdminAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisableOrganizationAdminAccountCommandInput extends DisableOrganizationAdminAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisableOrganizationAdminAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disables a Security Hub administrator account. Can only be called by the organization
|
|
18
23
|
* management account.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DisableOrganizationAdminAccountCommandInput - {@link DisableOrganizationAdminAccountCommandInput}
|
|
35
|
+
* @returns {@link DisableOrganizationAdminAccountCommandOutput}
|
|
29
36
|
* @see {@link DisableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DisableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
49
56
|
export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
50
57
|
readonly input: DisableOrganizationAdminAccountCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DisableOrganizationAdminAccountCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisableSecurityHubRequest, DisableSecurityHubResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisableSecurityHubCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisableSecurityHubCommandInput extends DisableSecurityHubRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisableSecurityHubCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisableSecurityHubCommandOutput extends DisableSecurityHubResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disables Security Hub in your account only in the current Region. To disable Security Hub in all
|
|
18
23
|
* Regions, you must submit one request per Region where you have enabled Security Hub.</p>
|
|
19
24
|
* <p>When you disable Security Hub for an administrator account, it doesn't disable Security Hub for any associated
|
|
@@ -33,6 +38,8 @@ export interface DisableSecurityHubCommandOutput extends DisableSecurityHubRespo
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param DisableSecurityHubCommandInput - {@link DisableSecurityHubCommandInput}
|
|
42
|
+
* @returns {@link DisableSecurityHubCommandOutput}
|
|
36
43
|
* @see {@link DisableSecurityHubCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link DisableSecurityHubCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DisableSecurityHubCommandOutput extends DisableSecurityHubRespo
|
|
|
55
62
|
export declare class DisableSecurityHubCommand extends $Command<DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput, SecurityHubClientResolvedConfig> {
|
|
56
63
|
readonly input: DisableSecurityHubCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DisableSecurityHubCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateFromAdministratorAccountRequest, DisassociateFromAdministratorAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateFromAdministratorAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateFromAdministratorAccountCommandInput extends DisassociateFromAdministratorAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateFromAdministratorAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateFromAdministratorAccountCommandOutput extends DisassociateFromAdministratorAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates the current Security Hub member account from the associated administrator
|
|
18
23
|
* account.</p>
|
|
19
24
|
* <p>This operation is only used by accounts that are not part of an organization. For
|
|
@@ -29,6 +34,8 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DisassociateFromAdministratorAccountCommandInput - {@link DisassociateFromAdministratorAccountCommandInput}
|
|
38
|
+
* @returns {@link DisassociateFromAdministratorAccountCommandOutput}
|
|
32
39
|
* @see {@link DisassociateFromAdministratorAccountCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DisassociateFromAdministratorAccountCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
55
62
|
export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
56
63
|
readonly input: DisassociateFromAdministratorAccountCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DisassociateFromAdministratorAccountCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateFromMasterAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateFromMasterAccountCommandInput extends DisassociateFromMasterAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateFromMasterAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateFromMasterAccountCommandOutput extends DisassociateFromMasterAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* @deprecated
|
|
18
23
|
*
|
|
19
24
|
* <p>This method is deprecated. Instead, use <code>DisassociateFromAdministratorAccount</code>.</p>
|
|
@@ -33,6 +38,8 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param DisassociateFromMasterAccountCommandInput - {@link DisassociateFromMasterAccountCommandInput}
|
|
42
|
+
* @returns {@link DisassociateFromMasterAccountCommandOutput}
|
|
36
43
|
* @see {@link DisassociateFromMasterAccountCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link DisassociateFromMasterAccountCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
59
66
|
export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
60
67
|
readonly input: DisassociateFromMasterAccountCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: DisassociateFromMasterAccountCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateMembersRequest, DisassociateMembersResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateMembersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateMembersCommandInput extends DisassociateMembersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateMembersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateMembersCommandOutput extends DisassociateMembersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates the specified member accounts from the associated administrator account.</p>
|
|
18
23
|
* <p>Can be used to disassociate both accounts that are managed using Organizations and accounts that
|
|
19
24
|
* were invited manually.</p>
|
|
@@ -27,6 +32,8 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DisassociateMembersCommandInput - {@link DisassociateMembersCommandInput}
|
|
36
|
+
* @returns {@link DisassociateMembersCommandOutput}
|
|
30
37
|
* @see {@link DisassociateMembersCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DisassociateMembersCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
|
|
|
53
60
|
export declare class DisassociateMembersCommand extends $Command<DisassociateMembersCommandInput, DisassociateMembersCommandOutput, SecurityHubClientResolvedConfig> {
|
|
54
61
|
readonly input: DisassociateMembersCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DisassociateMembersCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMembersCommandInput, DisassociateMembersCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EnableImportFindingsForProductRequest, EnableImportFindingsForProductResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EnableImportFindingsForProductCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EnableImportFindingsForProductCommandInput extends EnableImportFindingsForProductRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EnableImportFindingsForProductCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EnableImportFindingsForProductCommandOutput extends EnableImportFindingsForProductResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Enables the integration of a partner product with Security Hub. Integrated products send
|
|
18
23
|
* findings to Security Hub.</p>
|
|
19
24
|
* <p>When you enable a product integration, a permissions policy that grants permission for
|
|
@@ -28,6 +33,8 @@ export interface EnableImportFindingsForProductCommandOutput extends EnableImpor
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param EnableImportFindingsForProductCommandInput - {@link EnableImportFindingsForProductCommandInput}
|
|
37
|
+
* @returns {@link EnableImportFindingsForProductCommandOutput}
|
|
31
38
|
* @see {@link EnableImportFindingsForProductCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link EnableImportFindingsForProductCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface EnableImportFindingsForProductCommandOutput extends EnableImpor
|
|
|
54
61
|
export declare class EnableImportFindingsForProductCommand extends $Command<EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput, SecurityHubClientResolvedConfig> {
|
|
55
62
|
readonly input: EnableImportFindingsForProductCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: EnableImportFindingsForProductCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EnableOrganizationAdminAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EnableOrganizationAdminAccountCommandInput extends EnableOrganizationAdminAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EnableOrganizationAdminAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Designates the Security Hub administrator account for an organization. Can only be called by
|
|
18
23
|
* the organization management account.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param EnableOrganizationAdminAccountCommandInput - {@link EnableOrganizationAdminAccountCommandInput}
|
|
35
|
+
* @returns {@link EnableOrganizationAdminAccountCommandOutput}
|
|
29
36
|
* @see {@link EnableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link EnableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
49
56
|
export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
50
57
|
readonly input: EnableOrganizationAdminAccountCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: EnableOrganizationAdminAccountCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EnableSecurityHubRequest, EnableSecurityHubResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EnableSecurityHubCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EnableSecurityHubCommandInput extends EnableSecurityHubRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EnableSecurityHubCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EnableSecurityHubCommandOutput extends EnableSecurityHubResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Enables Security Hub for your account in the current Region or the Region you specify in the
|
|
18
23
|
* request.</p>
|
|
19
24
|
* <p>When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings
|
|
@@ -44,6 +49,8 @@ export interface EnableSecurityHubCommandOutput extends EnableSecurityHubRespons
|
|
|
44
49
|
* const response = await client.send(command);
|
|
45
50
|
* ```
|
|
46
51
|
*
|
|
52
|
+
* @param EnableSecurityHubCommandInput - {@link EnableSecurityHubCommandInput}
|
|
53
|
+
* @returns {@link EnableSecurityHubCommandOutput}
|
|
47
54
|
* @see {@link EnableSecurityHubCommandInput} for command's `input` shape.
|
|
48
55
|
* @see {@link EnableSecurityHubCommandOutput} for command's `response` shape.
|
|
49
56
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -69,11 +76,20 @@ export interface EnableSecurityHubCommandOutput extends EnableSecurityHubRespons
|
|
|
69
76
|
export declare class EnableSecurityHubCommand extends $Command<EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput, SecurityHubClientResolvedConfig> {
|
|
70
77
|
readonly input: EnableSecurityHubCommandInput;
|
|
71
78
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
72
82
|
constructor(input: EnableSecurityHubCommandInput);
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
76
86
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
77
90
|
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
78
94
|
private deserialize;
|
|
79
95
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAdministratorAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAdministratorAccountCommandInput extends GetAdministratorAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAdministratorAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAdministratorAccountCommandOutput extends GetAdministratorAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provides the details for the Security Hub administrator account for the current member account.</p>
|
|
18
23
|
* <p>Can be used by both member accounts that are managed using Organizations and accounts that were
|
|
19
24
|
* invited manually.</p>
|
|
@@ -27,6 +32,8 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param GetAdministratorAccountCommandInput - {@link GetAdministratorAccountCommandInput}
|
|
36
|
+
* @returns {@link GetAdministratorAccountCommandOutput}
|
|
30
37
|
* @see {@link GetAdministratorAccountCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link GetAdministratorAccountCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
|
|
|
53
60
|
export declare class GetAdministratorAccountCommand extends $Command<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, SecurityHubClientResolvedConfig> {
|
|
54
61
|
readonly input: GetAdministratorAccountCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: GetAdministratorAccountCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetEnabledStandardsRequest, GetEnabledStandardsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetEnabledStandardsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetEnabledStandardsCommandInput extends GetEnabledStandardsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetEnabledStandardsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetEnabledStandardsCommandOutput extends GetEnabledStandardsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of the standards that are currently enabled.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetEnabledStandardsCommandOutput extends GetEnabledStandardsRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetEnabledStandardsCommandInput - {@link GetEnabledStandardsCommandInput}
|
|
34
|
+
* @returns {@link GetEnabledStandardsCommandOutput}
|
|
28
35
|
* @see {@link GetEnabledStandardsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetEnabledStandardsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface GetEnabledStandardsCommandOutput extends GetEnabledStandardsRes
|
|
|
48
55
|
export declare class GetEnabledStandardsCommand extends $Command<GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
49
56
|
readonly input: GetEnabledStandardsCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: GetEnabledStandardsCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetFindingAggregatorRequest, GetFindingAggregatorResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFindingAggregatorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFindingAggregatorCommandInput extends GetFindingAggregatorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFindingAggregatorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFindingAggregatorCommandOutput extends GetFindingAggregatorResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the current finding aggregation configuration.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetFindingAggregatorCommandOutput extends GetFindingAggregatorR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFindingAggregatorCommandInput - {@link GetFindingAggregatorCommandInput}
|
|
34
|
+
* @returns {@link GetFindingAggregatorCommandOutput}
|
|
28
35
|
* @see {@link GetFindingAggregatorCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFindingAggregatorCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface GetFindingAggregatorCommandOutput extends GetFindingAggregatorR
|
|
|
54
61
|
export declare class GetFindingAggregatorCommand extends $Command<GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig> {
|
|
55
62
|
readonly input: GetFindingAggregatorCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: GetFindingAggregatorCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|