@aws-sdk/client-securityhub 3.278.0 → 3.281.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/README.md +505 -17
- package/dist-cjs/SecurityHub.js +75 -0
- package/dist-cjs/commands/BatchGetSecurityControlsCommand.js +46 -0
- package/dist-cjs/commands/BatchGetStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/BatchUpdateStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +3 -3
- package/dist-cjs/commands/DeleteInsightCommand.js +3 -3
- package/dist-cjs/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-cjs/commands/DeleteMembersCommand.js +3 -3
- package/dist-cjs/commands/DescribeActionTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeHubCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DescribeProductsCommand.js +1 -2
- package/dist-cjs/commands/ListSecurityControlDefinitionsCommand.js +46 -0
- package/dist-cjs/commands/ListStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +11 -10
- package/dist-cjs/models/models_1.js +81 -76
- package/dist-cjs/models/models_2.js +102 -9
- package/dist-cjs/pagination/ListSecurityControlDefinitionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListStandardsControlAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +557 -3
- package/dist-es/SecurityHub.js +75 -0
- package/dist-es/commands/BatchGetSecurityControlsCommand.js +42 -0
- package/dist-es/commands/BatchGetStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/BatchUpdateStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/DeleteFindingAggregatorCommand.js +1 -1
- package/dist-es/commands/DeleteInsightCommand.js +1 -1
- package/dist-es/commands/DeleteInvitationsCommand.js +1 -1
- package/dist-es/commands/DeleteMembersCommand.js +1 -1
- package/dist-es/commands/DescribeActionTargetsCommand.js +1 -1
- package/dist-es/commands/DescribeHubCommand.js +1 -1
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -1
- package/dist-es/commands/DescribeProductsCommand.js +1 -2
- package/dist-es/commands/ListSecurityControlDefinitionsCommand.js +42 -0
- package/dist-es/commands/ListStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +5 -3
- package/dist-es/models/models_1.js +57 -50
- package/dist-es/models/models_2.js +77 -7
- package/dist-es/pagination/ListSecurityControlDefinitionsPaginator.js +32 -0
- package/dist-es/pagination/ListStandardsControlAssociationsPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +544 -0
- package/dist-types/SecurityHub.d.ts +59 -17
- package/dist-types/SecurityHubClient.d.ts +21 -19
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +6 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -0
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +6 -0
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +6 -0
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +45 -0
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/CreateActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +6 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +6 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +7 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +7 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +7 -1
- package/dist-types/commands/DeleteMembersCommand.d.ts +7 -1
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +7 -1
- package/dist-types/commands/DescribeHubCommand.d.ts +7 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -1
- package/dist-types/commands/DescribeProductsCommand.d.ts +7 -2
- package/dist-types/commands/DescribeStandardsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +6 -0
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +6 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +6 -0
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +6 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +6 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +6 -0
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +6 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +6 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetMembersCommand.d.ts +6 -0
- package/dist-types/commands/InviteMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +6 -0
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +6 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +6 -0
- package/dist-types/commands/ListMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -0
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +45 -0
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInsightCommand.d.ts +6 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +18 -25
- package/dist-types/models/models_1.d.ts +370 -260
- package/dist-types/models/models_2.d.ts +513 -8
- package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +97 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchGetSecurityControlsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchGetStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -6
- package/dist-types/ts3.4/models/models_1.d.ts +137 -118
- package/dist-types/ts3.4/models/models_2.d.ts +184 -8
- package/dist-types/ts3.4/pagination/ListSecurityControlDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStandardsControlAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +6 -6
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/
|
|
4
|
+
import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteInvitationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteInvitationsCommandInput extends DeleteInvitationsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteInvitationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteInvitationsCommandOutput extends DeleteInvitationsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteMembersRequest, DeleteMembersResponse } from "../models/
|
|
4
|
+
import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteMembersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteMembersCommandInput extends DeleteMembersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteMembersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeActionTargetsRequest, DescribeActionTargetsResponse } from "../models/
|
|
4
|
+
import { DescribeActionTargetsRequest, DescribeActionTargetsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeActionTargetsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeActionTargetsCommandInput extends DescribeActionTargetsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeActionTargetsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeActionTargetsCommandOutput extends DescribeActionTargetsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeHubRequest, DescribeHubResponse } from "../models/
|
|
4
|
+
import { DescribeHubRequest, DescribeHubResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeHubCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeHubCommandInput extends DescribeHubRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeHubCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeHubCommandOutput extends DescribeHubResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/
|
|
4
|
+
import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeOrganizationConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeOrganizationConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeProductsRequest } from "../models/
|
|
5
|
-
import { DescribeProductsResponse } from "../models/models_2";
|
|
4
|
+
import { DescribeProductsRequest, DescribeProductsResponse } from "../models/models_2";
|
|
6
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeProductsCommand}.
|
|
8
|
+
*/
|
|
7
9
|
export interface DescribeProductsCommandInput extends DescribeProductsRequest {
|
|
8
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeProductsCommand}.
|
|
13
|
+
*/
|
|
9
14
|
export interface DescribeProductsCommandOutput extends DescribeProductsResponse, __MetadataBearer {
|
|
10
15
|
}
|
|
11
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeStandardsRequest, DescribeStandardsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeStandardsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeStandardsCommandInput extends DescribeStandardsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeStandardsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeStandardsCommandOutput extends DescribeStandardsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeStandardsControlsRequest, DescribeStandardsControlsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeStandardsControlsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeStandardsControlsCommandInput extends DescribeStandardsControlsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeStandardsControlsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeStandardsControlsCommandOutput extends DescribeStandardsControlsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DisableImportFindingsForProductRequest, DisableImportFindingsForProductResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisableImportFindingsForProductCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisableImportFindingsForProductCommandInput extends DisableImportFindingsForProductRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisableImportFindingsForProductCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisableImportFindingsForProductCommandOutput extends DisableImportFindingsForProductResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisableOrganizationAdminAccountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisableOrganizationAdminAccountCommandInput extends DisableOrganizationAdminAccountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisableOrganizationAdminAccountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DisableSecurityHubRequest, DisableSecurityHubResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisableSecurityHubCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisableSecurityHubCommandInput extends DisableSecurityHubRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisableSecurityHubCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisableSecurityHubCommandOutput extends DisableSecurityHubResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DisassociateFromAdministratorAccountRequest, DisassociateFromAdministratorAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisassociateFromAdministratorAccountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisassociateFromAdministratorAccountCommandInput extends DisassociateFromAdministratorAccountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisassociateFromAdministratorAccountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisassociateFromAdministratorAccountCommandOutput extends DisassociateFromAdministratorAccountResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisassociateFromMasterAccountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisassociateFromMasterAccountCommandInput extends DisassociateFromMasterAccountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisassociateFromMasterAccountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisassociateFromMasterAccountCommandOutput extends DisassociateFromMasterAccountResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DisassociateMembersRequest, DisassociateMembersResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisassociateMembersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisassociateMembersCommandInput extends DisassociateMembersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisassociateMembersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisassociateMembersCommandOutput extends DisassociateMembersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EnableImportFindingsForProductRequest, EnableImportFindingsForProductResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link EnableImportFindingsForProductCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface EnableImportFindingsForProductCommandInput extends EnableImportFindingsForProductRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link EnableImportFindingsForProductCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface EnableImportFindingsForProductCommandOutput extends EnableImportFindingsForProductResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link EnableOrganizationAdminAccountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface EnableOrganizationAdminAccountCommandInput extends EnableOrganizationAdminAccountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link EnableOrganizationAdminAccountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EnableSecurityHubRequest, EnableSecurityHubResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link EnableSecurityHubCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface EnableSecurityHubCommandInput extends EnableSecurityHubRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link EnableSecurityHubCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface EnableSecurityHubCommandOutput extends EnableSecurityHubResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAdministratorAccountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAdministratorAccountCommandInput extends GetAdministratorAccountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAdministratorAccountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAdministratorAccountCommandOutput extends GetAdministratorAccountResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetEnabledStandardsRequest, GetEnabledStandardsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetEnabledStandardsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetEnabledStandardsCommandInput extends GetEnabledStandardsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetEnabledStandardsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetEnabledStandardsCommandOutput extends GetEnabledStandardsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetFindingAggregatorRequest, GetFindingAggregatorResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetFindingAggregatorCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetFindingAggregatorCommandInput extends GetFindingAggregatorRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetFindingAggregatorCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetFindingAggregatorCommandOutput extends GetFindingAggregatorResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetFindingsRequest, GetFindingsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetFindingsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetFindingsCommandInput extends GetFindingsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetFindingsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetFindingsCommandOutput extends GetFindingsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetInsightResultsRequest, GetInsightResultsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInsightResultsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInsightResultsCommandInput extends GetInsightResultsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInsightResultsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInsightResultsCommandOutput extends GetInsightResultsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetInsightsRequest, GetInsightsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInsightsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInsightsCommandInput extends GetInsightsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInsightsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInsightsCommandOutput extends GetInsightsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInvitationsCountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInvitationsCountCommandInput extends GetInvitationsCountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInvitationsCountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInvitationsCountCommandOutput extends GetInvitationsCountResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetMasterAccountCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetMasterAccountCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetMembersRequest, GetMembersResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetMembersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetMembersCommandInput extends GetMembersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetMembersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { InviteMembersRequest, InviteMembersResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link InviteMembersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface InviteMembersCommandInput extends InviteMembersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link InviteMembersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface InviteMembersCommandOutput extends InviteMembersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListEnabledProductsForImportRequest, ListEnabledProductsForImportResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEnabledProductsForImportCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEnabledProductsForImportCommandInput extends ListEnabledProductsForImportRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEnabledProductsForImportCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEnabledProductsForImportCommandOutput extends ListEnabledProductsForImportResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListFindingAggregatorsRequest, ListFindingAggregatorsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListFindingAggregatorsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListFindingAggregatorsCommandInput extends ListFindingAggregatorsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListFindingAggregatorsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListFindingAggregatorsCommandOutput extends ListFindingAggregatorsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListInvitationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListInvitationsCommandInput extends ListInvitationsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListInvitationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListInvitationsCommandOutput extends ListInvitationsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListMembersRequest, ListMembersResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListMembersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListMembersCommandInput extends ListMembersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListMembersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_2";
|
|
5
5
|
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListOrganizationAdminAccountsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListOrganizationAdminAccountsCommandInput extends ListOrganizationAdminAccountsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListOrganizationAdminAccountsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganizationAdminAccountsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ListSecurityControlDefinitionsRequest, ListSecurityControlDefinitionsResponse } from "../models/models_2";
|
|
5
|
+
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListSecurityControlDefinitionsCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface ListSecurityControlDefinitionsCommandInput extends ListSecurityControlDefinitionsRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListSecurityControlDefinitionsCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface ListSecurityControlDefinitionsCommandOutput extends ListSecurityControlDefinitionsResponse, __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>
|
|
18
|
+
* Lists all of the security controls that apply to a specified standard.
|
|
19
|
+
* </p>
|
|
20
|
+
* @example
|
|
21
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
+
* ```javascript
|
|
23
|
+
* import { SecurityHubClient, ListSecurityControlDefinitionsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
24
|
+
* // const { SecurityHubClient, ListSecurityControlDefinitionsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
25
|
+
* const client = new SecurityHubClient(config);
|
|
26
|
+
* const command = new ListSecurityControlDefinitionsCommand(input);
|
|
27
|
+
* const response = await client.send(command);
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* @see {@link ListSecurityControlDefinitionsCommandInput} for command's `input` shape.
|
|
31
|
+
* @see {@link ListSecurityControlDefinitionsCommandOutput} for command's `response` shape.
|
|
32
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
export declare class ListSecurityControlDefinitionsCommand extends $Command<ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
|
+
readonly input: ListSecurityControlDefinitionsCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
|
+
constructor(input: ListSecurityControlDefinitionsCommandInput);
|
|
39
|
+
/**
|
|
40
|
+
* @internal
|
|
41
|
+
*/
|
|
42
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput>;
|
|
43
|
+
private serialize;
|
|
44
|
+
private deserialize;
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ListStandardsControlAssociationsRequest, ListStandardsControlAssociationsResponse } from "../models/models_2";
|
|
5
|
+
import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListStandardsControlAssociationsCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface ListStandardsControlAssociationsCommandInput extends ListStandardsControlAssociationsRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListStandardsControlAssociationsCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface ListStandardsControlAssociationsCommandOutput extends ListStandardsControlAssociationsResponse, __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>
|
|
18
|
+
* Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account.
|
|
19
|
+
* </p>
|
|
20
|
+
* @example
|
|
21
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
+
* ```javascript
|
|
23
|
+
* import { SecurityHubClient, ListStandardsControlAssociationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
24
|
+
* // const { SecurityHubClient, ListStandardsControlAssociationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
25
|
+
* const client = new SecurityHubClient(config);
|
|
26
|
+
* const command = new ListStandardsControlAssociationsCommand(input);
|
|
27
|
+
* const response = await client.send(command);
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* @see {@link ListStandardsControlAssociationsCommandInput} for command's `input` shape.
|
|
31
|
+
* @see {@link ListStandardsControlAssociationsCommandOutput} for command's `response` shape.
|
|
32
|
+
* @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
export declare class ListStandardsControlAssociationsCommand extends $Command<ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput, SecurityHubClientResolvedConfig> {
|
|
36
|
+
readonly input: ListStandardsControlAssociationsCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
|
+
constructor(input: ListStandardsControlAssociationsCommandInput);
|
|
39
|
+
/**
|
|
40
|
+
* @internal
|
|
41
|
+
*/
|
|
42
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput>;
|
|
43
|
+
private serialize;
|
|
44
|
+
private deserialize;
|
|
45
|
+
}
|