@aws-sdk/client-securityhub 3.830.0 → 3.831.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 +208 -0
- package/dist-cjs/index.js +1956 -51
- package/dist-es/SecurityHub.js +52 -0
- package/dist-es/commands/BatchUpdateFindingsV2Command.js +22 -0
- package/dist-es/commands/ConnectorRegistrationsV2Command.js +22 -0
- package/dist-es/commands/CreateAggregatorV2Command.js +22 -0
- package/dist-es/commands/CreateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/CreateConnectorV2Command.js +23 -0
- package/dist-es/commands/CreateTicketV2Command.js +22 -0
- package/dist-es/commands/DeleteAggregatorV2Command.js +22 -0
- package/dist-es/commands/DeleteAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/DeleteConnectorV2Command.js +22 -0
- package/dist-es/commands/DescribeProductsV2Command.js +22 -0
- package/dist-es/commands/DescribeSecurityHubV2Command.js +22 -0
- package/dist-es/commands/DisableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/EnableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/GetAggregatorV2Command.js +22 -0
- package/dist-es/commands/GetAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/GetConnectorV2Command.js +22 -0
- package/dist-es/commands/GetFindingStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetFindingsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesV2Command.js +22 -0
- package/dist-es/commands/ListAggregatorsV2Command.js +22 -0
- package/dist-es/commands/ListAutomationRulesV2Command.js +22 -0
- package/dist-es/commands/ListConnectorsV2Command.js +22 -0
- package/dist-es/commands/UpdateAggregatorV2Command.js +22 -0
- package/dist-es/commands/UpdateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/UpdateConnectorV2Command.js +23 -0
- package/dist-es/commands/index.js +26 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/models/models_2.js +193 -19
- package/dist-es/models/models_3.js +101 -0
- package/dist-es/pagination/DescribeProductsV2Paginator.js +4 -0
- package/dist-es/pagination/GetFindingsV2Paginator.js +4 -0
- package/dist-es/pagination/GetResourcesV2Paginator.js +4 -0
- package/dist-es/pagination/ListAggregatorsV2Paginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +1071 -32
- package/dist-types/SecurityHub.d.ts +192 -0
- package/dist-types/SecurityHubClient.d.ts +28 -2
- package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -12
- package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +129 -0
- package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +96 -0
- package/dist-types/commands/CreateAggregatorV2Command.d.ts +106 -0
- package/dist-types/commands/CreateAutomationRuleCommand.d.ts +5 -5
- package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +174 -0
- package/dist-types/commands/CreateConnectorV2Command.d.ts +112 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +5 -5
- package/dist-types/commands/CreateTicketV2Command.d.ts +97 -0
- package/dist-types/commands/DeleteAggregatorV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteConnectorV2Command.d.ts +92 -0
- package/dist-types/commands/DescribeProductsV2Command.d.ts +107 -0
- package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +87 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/DisableSecurityHubV2Command.d.ts +84 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/EnableSecurityHubV2Command.d.ts +90 -0
- package/dist-types/commands/GetAggregatorV2Command.d.ts +99 -0
- package/dist-types/commands/GetAutomationRuleV2Command.d.ts +176 -0
- package/dist-types/commands/GetConnectorV2Command.d.ts +119 -0
- package/dist-types/commands/GetFindingHistoryCommand.d.ts +8 -2
- package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +169 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +7 -6
- package/dist-types/commands/GetFindingsV2Command.d.ts +163 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -6
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +162 -0
- package/dist-types/commands/GetResourcesV2Command.d.ts +190 -0
- package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListAggregatorsV2Command.d.ts +100 -0
- package/dist-types/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListAutomationRulesV2Command.d.ts +109 -0
- package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorsV2Command.d.ts +110 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -1
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAggregatorV2Command.d.ts +103 -0
- package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +171 -0
- package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectorV2Command.d.ts +99 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateInsightCommand.d.ts +6 -6
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +166 -320
- package/dist-types/models/models_1.d.ts +319 -343
- package/dist-types/models/models_2.d.ts +2465 -2269
- package/dist-types/models/models_3.d.ts +2386 -0
- package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetFindingsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetResourcesV2Paginator.d.ts +7 -0
- package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +234 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +452 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +156 -0
- package/dist-types/ts3.4/commands/BatchUpdateFindingsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTicketV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProductsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAggregatorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcesStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -57
- package/dist-types/ts3.4/models/models_1.d.ts +57 -66
- package/dist-types/ts3.4/models/models_2.d.ts +522 -310
- package/dist-types/ts3.4/models/models_3.d.ts +626 -0
- package/dist-types/ts3.4/pagination/DescribeProductsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetFindingsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetResourcesV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAggregatorsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +312 -0
- package/package.json +4 -2
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "../commands/DescribeProductsV2Command";
|
|
3
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeProductsV2: (config: SecurityHubPaginationConfiguration, input: DescribeProductsV2CommandInput, ...rest: any[]) => Paginator<DescribeProductsV2CommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "../commands/GetFindingsV2Command";
|
|
3
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateGetFindingsV2: (config: SecurityHubPaginationConfiguration, input: GetFindingsV2CommandInput, ...rest: any[]) => Paginator<GetFindingsV2CommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "../commands/GetResourcesV2Command";
|
|
3
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateGetResourcesV2: (config: SecurityHubPaginationConfiguration, input: GetResourcesV2CommandInput, ...rest: any[]) => Paginator<GetResourcesV2CommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "../commands/ListAggregatorsV2Command";
|
|
3
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAggregatorsV2: (config: SecurityHubPaginationConfiguration, input: ListAggregatorsV2CommandInput, ...rest: any[]) => Paginator<ListAggregatorsV2CommandOutput>;
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
export * from "./DescribeActionTargetsPaginator";
|
|
2
2
|
export * from "./DescribeProductsPaginator";
|
|
3
|
+
export * from "./DescribeProductsV2Paginator";
|
|
3
4
|
export * from "./DescribeStandardsControlsPaginator";
|
|
4
5
|
export * from "./DescribeStandardsPaginator";
|
|
5
6
|
export * from "./GetEnabledStandardsPaginator";
|
|
6
7
|
export * from "./GetFindingHistoryPaginator";
|
|
7
8
|
export * from "./GetFindingsPaginator";
|
|
9
|
+
export * from "./GetFindingsV2Paginator";
|
|
8
10
|
export * from "./GetInsightsPaginator";
|
|
9
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./GetResourcesV2Paginator";
|
|
13
|
+
export * from "./ListAggregatorsV2Paginator";
|
|
10
14
|
export * from "./ListConfigurationPoliciesPaginator";
|
|
11
15
|
export * from "./ListConfigurationPolicyAssociationsPaginator";
|
|
12
16
|
export * from "./ListEnabledProductsForImportPaginator";
|
|
@@ -12,16 +12,25 @@ import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsCont
|
|
|
12
12
|
import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "../commands/BatchImportFindingsCommand";
|
|
13
13
|
import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesCommandOutput } from "../commands/BatchUpdateAutomationRulesCommand";
|
|
14
14
|
import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "../commands/BatchUpdateFindingsCommand";
|
|
15
|
+
import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "../commands/BatchUpdateFindingsV2Command";
|
|
15
16
|
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "../commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
17
|
+
import { ConnectorRegistrationsV2CommandInput, ConnectorRegistrationsV2CommandOutput } from "../commands/ConnectorRegistrationsV2Command";
|
|
16
18
|
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "../commands/CreateActionTargetCommand";
|
|
19
|
+
import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "../commands/CreateAggregatorV2Command";
|
|
17
20
|
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "../commands/CreateAutomationRuleCommand";
|
|
21
|
+
import { CreateAutomationRuleV2CommandInput, CreateAutomationRuleV2CommandOutput } from "../commands/CreateAutomationRuleV2Command";
|
|
18
22
|
import { CreateConfigurationPolicyCommandInput, CreateConfigurationPolicyCommandOutput } from "../commands/CreateConfigurationPolicyCommand";
|
|
23
|
+
import { CreateConnectorV2CommandInput, CreateConnectorV2CommandOutput } from "../commands/CreateConnectorV2Command";
|
|
19
24
|
import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "../commands/CreateFindingAggregatorCommand";
|
|
20
25
|
import { CreateInsightCommandInput, CreateInsightCommandOutput } from "../commands/CreateInsightCommand";
|
|
21
26
|
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
|
|
27
|
+
import { CreateTicketV2CommandInput, CreateTicketV2CommandOutput } from "../commands/CreateTicketV2Command";
|
|
22
28
|
import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "../commands/DeclineInvitationsCommand";
|
|
23
29
|
import { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "../commands/DeleteActionTargetCommand";
|
|
30
|
+
import { DeleteAggregatorV2CommandInput, DeleteAggregatorV2CommandOutput } from "../commands/DeleteAggregatorV2Command";
|
|
31
|
+
import { DeleteAutomationRuleV2CommandInput, DeleteAutomationRuleV2CommandOutput } from "../commands/DeleteAutomationRuleV2Command";
|
|
24
32
|
import { DeleteConfigurationPolicyCommandInput, DeleteConfigurationPolicyCommandOutput } from "../commands/DeleteConfigurationPolicyCommand";
|
|
33
|
+
import { DeleteConnectorV2CommandInput, DeleteConnectorV2CommandOutput } from "../commands/DeleteConnectorV2Command";
|
|
25
34
|
import { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "../commands/DeleteFindingAggregatorCommand";
|
|
26
35
|
import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "../commands/DeleteInsightCommand";
|
|
27
36
|
import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "../commands/DeleteInvitationsCommand";
|
|
@@ -30,34 +39,48 @@ import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput }
|
|
|
30
39
|
import { DescribeHubCommandInput, DescribeHubCommandOutput } from "../commands/DescribeHubCommand";
|
|
31
40
|
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
|
|
32
41
|
import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "../commands/DescribeProductsCommand";
|
|
42
|
+
import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "../commands/DescribeProductsV2Command";
|
|
43
|
+
import { DescribeSecurityHubV2CommandInput, DescribeSecurityHubV2CommandOutput } from "../commands/DescribeSecurityHubV2Command";
|
|
33
44
|
import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "../commands/DescribeStandardsCommand";
|
|
34
45
|
import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "../commands/DescribeStandardsControlsCommand";
|
|
35
46
|
import { DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput } from "../commands/DisableImportFindingsForProductCommand";
|
|
36
47
|
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "../commands/DisableOrganizationAdminAccountCommand";
|
|
37
48
|
import { DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput } from "../commands/DisableSecurityHubCommand";
|
|
49
|
+
import { DisableSecurityHubV2CommandInput, DisableSecurityHubV2CommandOutput } from "../commands/DisableSecurityHubV2Command";
|
|
38
50
|
import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "../commands/DisassociateFromAdministratorAccountCommand";
|
|
39
51
|
import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "../commands/DisassociateFromMasterAccountCommand";
|
|
40
52
|
import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "../commands/DisassociateMembersCommand";
|
|
41
53
|
import { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput } from "../commands/EnableImportFindingsForProductCommand";
|
|
42
54
|
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
|
|
43
55
|
import { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "../commands/EnableSecurityHubCommand";
|
|
56
|
+
import { EnableSecurityHubV2CommandInput, EnableSecurityHubV2CommandOutput } from "../commands/EnableSecurityHubV2Command";
|
|
44
57
|
import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "../commands/GetAdministratorAccountCommand";
|
|
58
|
+
import { GetAggregatorV2CommandInput, GetAggregatorV2CommandOutput } from "../commands/GetAggregatorV2Command";
|
|
59
|
+
import { GetAutomationRuleV2CommandInput, GetAutomationRuleV2CommandOutput } from "../commands/GetAutomationRuleV2Command";
|
|
45
60
|
import { GetConfigurationPolicyAssociationCommandInput, GetConfigurationPolicyAssociationCommandOutput } from "../commands/GetConfigurationPolicyAssociationCommand";
|
|
46
61
|
import { GetConfigurationPolicyCommandInput, GetConfigurationPolicyCommandOutput } from "../commands/GetConfigurationPolicyCommand";
|
|
62
|
+
import { GetConnectorV2CommandInput, GetConnectorV2CommandOutput } from "../commands/GetConnectorV2Command";
|
|
47
63
|
import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "../commands/GetEnabledStandardsCommand";
|
|
48
64
|
import { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "../commands/GetFindingAggregatorCommand";
|
|
49
65
|
import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "../commands/GetFindingHistoryCommand";
|
|
50
66
|
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
|
|
67
|
+
import { GetFindingStatisticsV2CommandInput, GetFindingStatisticsV2CommandOutput } from "../commands/GetFindingStatisticsV2Command";
|
|
68
|
+
import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "../commands/GetFindingsV2Command";
|
|
51
69
|
import { GetInsightResultsCommandInput, GetInsightResultsCommandOutput } from "../commands/GetInsightResultsCommand";
|
|
52
70
|
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "../commands/GetInsightsCommand";
|
|
53
71
|
import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "../commands/GetInvitationsCountCommand";
|
|
54
72
|
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "../commands/GetMasterAccountCommand";
|
|
55
73
|
import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
|
|
74
|
+
import { GetResourcesStatisticsV2CommandInput, GetResourcesStatisticsV2CommandOutput } from "../commands/GetResourcesStatisticsV2Command";
|
|
75
|
+
import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "../commands/GetResourcesV2Command";
|
|
56
76
|
import { GetSecurityControlDefinitionCommandInput, GetSecurityControlDefinitionCommandOutput } from "../commands/GetSecurityControlDefinitionCommand";
|
|
57
77
|
import { InviteMembersCommandInput, InviteMembersCommandOutput } from "../commands/InviteMembersCommand";
|
|
78
|
+
import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "../commands/ListAggregatorsV2Command";
|
|
58
79
|
import { ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput } from "../commands/ListAutomationRulesCommand";
|
|
80
|
+
import { ListAutomationRulesV2CommandInput, ListAutomationRulesV2CommandOutput } from "../commands/ListAutomationRulesV2Command";
|
|
59
81
|
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "../commands/ListConfigurationPoliciesCommand";
|
|
60
82
|
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "../commands/ListConfigurationPolicyAssociationsCommand";
|
|
83
|
+
import { ListConnectorsV2CommandInput, ListConnectorsV2CommandOutput } from "../commands/ListConnectorsV2Command";
|
|
61
84
|
import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "../commands/ListEnabledProductsForImportCommand";
|
|
62
85
|
import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "../commands/ListFindingAggregatorsCommand";
|
|
63
86
|
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
@@ -71,7 +94,10 @@ import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationP
|
|
|
71
94
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
72
95
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
73
96
|
import { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "../commands/UpdateActionTargetCommand";
|
|
97
|
+
import { UpdateAggregatorV2CommandInput, UpdateAggregatorV2CommandOutput } from "../commands/UpdateAggregatorV2Command";
|
|
98
|
+
import { UpdateAutomationRuleV2CommandInput, UpdateAutomationRuleV2CommandOutput } from "../commands/UpdateAutomationRuleV2Command";
|
|
74
99
|
import { UpdateConfigurationPolicyCommandInput, UpdateConfigurationPolicyCommandOutput } from "../commands/UpdateConfigurationPolicyCommand";
|
|
100
|
+
import { UpdateConnectorV2CommandInput, UpdateConnectorV2CommandOutput } from "../commands/UpdateConnectorV2Command";
|
|
75
101
|
import { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "../commands/UpdateFindingAggregatorCommand";
|
|
76
102
|
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "../commands/UpdateFindingsCommand";
|
|
77
103
|
import { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "../commands/UpdateInsightCommand";
|
|
@@ -127,22 +153,42 @@ export declare const se_BatchUpdateAutomationRulesCommand: (input: BatchUpdateAu
|
|
|
127
153
|
* serializeAws_restJson1BatchUpdateFindingsCommand
|
|
128
154
|
*/
|
|
129
155
|
export declare const se_BatchUpdateFindingsCommand: (input: BatchUpdateFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
+
/**
|
|
157
|
+
* serializeAws_restJson1BatchUpdateFindingsV2Command
|
|
158
|
+
*/
|
|
159
|
+
export declare const se_BatchUpdateFindingsV2Command: (input: BatchUpdateFindingsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
160
|
/**
|
|
131
161
|
* serializeAws_restJson1BatchUpdateStandardsControlAssociationsCommand
|
|
132
162
|
*/
|
|
133
163
|
export declare const se_BatchUpdateStandardsControlAssociationsCommand: (input: BatchUpdateStandardsControlAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
+
/**
|
|
165
|
+
* serializeAws_restJson1ConnectorRegistrationsV2Command
|
|
166
|
+
*/
|
|
167
|
+
export declare const se_ConnectorRegistrationsV2Command: (input: ConnectorRegistrationsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
168
|
/**
|
|
135
169
|
* serializeAws_restJson1CreateActionTargetCommand
|
|
136
170
|
*/
|
|
137
171
|
export declare const se_CreateActionTargetCommand: (input: CreateActionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
/**
|
|
173
|
+
* serializeAws_restJson1CreateAggregatorV2Command
|
|
174
|
+
*/
|
|
175
|
+
export declare const se_CreateAggregatorV2Command: (input: CreateAggregatorV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
176
|
/**
|
|
139
177
|
* serializeAws_restJson1CreateAutomationRuleCommand
|
|
140
178
|
*/
|
|
141
179
|
export declare const se_CreateAutomationRuleCommand: (input: CreateAutomationRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
+
/**
|
|
181
|
+
* serializeAws_restJson1CreateAutomationRuleV2Command
|
|
182
|
+
*/
|
|
183
|
+
export declare const se_CreateAutomationRuleV2Command: (input: CreateAutomationRuleV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
184
|
/**
|
|
143
185
|
* serializeAws_restJson1CreateConfigurationPolicyCommand
|
|
144
186
|
*/
|
|
145
187
|
export declare const se_CreateConfigurationPolicyCommand: (input: CreateConfigurationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
+
/**
|
|
189
|
+
* serializeAws_restJson1CreateConnectorV2Command
|
|
190
|
+
*/
|
|
191
|
+
export declare const se_CreateConnectorV2Command: (input: CreateConnectorV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
192
|
/**
|
|
147
193
|
* serializeAws_restJson1CreateFindingAggregatorCommand
|
|
148
194
|
*/
|
|
@@ -155,6 +201,10 @@ export declare const se_CreateInsightCommand: (input: CreateInsightCommandInput,
|
|
|
155
201
|
* serializeAws_restJson1CreateMembersCommand
|
|
156
202
|
*/
|
|
157
203
|
export declare const se_CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
+
/**
|
|
205
|
+
* serializeAws_restJson1CreateTicketV2Command
|
|
206
|
+
*/
|
|
207
|
+
export declare const se_CreateTicketV2Command: (input: CreateTicketV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
208
|
/**
|
|
159
209
|
* serializeAws_restJson1DeclineInvitationsCommand
|
|
160
210
|
*/
|
|
@@ -163,10 +213,22 @@ export declare const se_DeclineInvitationsCommand: (input: DeclineInvitationsCom
|
|
|
163
213
|
* serializeAws_restJson1DeleteActionTargetCommand
|
|
164
214
|
*/
|
|
165
215
|
export declare const se_DeleteActionTargetCommand: (input: DeleteActionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
+
/**
|
|
217
|
+
* serializeAws_restJson1DeleteAggregatorV2Command
|
|
218
|
+
*/
|
|
219
|
+
export declare const se_DeleteAggregatorV2Command: (input: DeleteAggregatorV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
+
/**
|
|
221
|
+
* serializeAws_restJson1DeleteAutomationRuleV2Command
|
|
222
|
+
*/
|
|
223
|
+
export declare const se_DeleteAutomationRuleV2Command: (input: DeleteAutomationRuleV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
224
|
/**
|
|
167
225
|
* serializeAws_restJson1DeleteConfigurationPolicyCommand
|
|
168
226
|
*/
|
|
169
227
|
export declare const se_DeleteConfigurationPolicyCommand: (input: DeleteConfigurationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
+
/**
|
|
229
|
+
* serializeAws_restJson1DeleteConnectorV2Command
|
|
230
|
+
*/
|
|
231
|
+
export declare const se_DeleteConnectorV2Command: (input: DeleteConnectorV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
232
|
/**
|
|
171
233
|
* serializeAws_restJson1DeleteFindingAggregatorCommand
|
|
172
234
|
*/
|
|
@@ -199,6 +261,14 @@ export declare const se_DescribeOrganizationConfigurationCommand: (input: Descri
|
|
|
199
261
|
* serializeAws_restJson1DescribeProductsCommand
|
|
200
262
|
*/
|
|
201
263
|
export declare const se_DescribeProductsCommand: (input: DescribeProductsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
+
/**
|
|
265
|
+
* serializeAws_restJson1DescribeProductsV2Command
|
|
266
|
+
*/
|
|
267
|
+
export declare const se_DescribeProductsV2Command: (input: DescribeProductsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
|
+
/**
|
|
269
|
+
* serializeAws_restJson1DescribeSecurityHubV2Command
|
|
270
|
+
*/
|
|
271
|
+
export declare const se_DescribeSecurityHubV2Command: (input: DescribeSecurityHubV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
272
|
/**
|
|
203
273
|
* serializeAws_restJson1DescribeStandardsCommand
|
|
204
274
|
*/
|
|
@@ -219,6 +289,10 @@ export declare const se_DisableOrganizationAdminAccountCommand: (input: DisableO
|
|
|
219
289
|
* serializeAws_restJson1DisableSecurityHubCommand
|
|
220
290
|
*/
|
|
221
291
|
export declare const se_DisableSecurityHubCommand: (input: DisableSecurityHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
292
|
+
/**
|
|
293
|
+
* serializeAws_restJson1DisableSecurityHubV2Command
|
|
294
|
+
*/
|
|
295
|
+
export declare const se_DisableSecurityHubV2Command: (input: DisableSecurityHubV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
296
|
/**
|
|
223
297
|
* serializeAws_restJson1DisassociateFromAdministratorAccountCommand
|
|
224
298
|
*/
|
|
@@ -243,10 +317,22 @@ export declare const se_EnableOrganizationAdminAccountCommand: (input: EnableOrg
|
|
|
243
317
|
* serializeAws_restJson1EnableSecurityHubCommand
|
|
244
318
|
*/
|
|
245
319
|
export declare const se_EnableSecurityHubCommand: (input: EnableSecurityHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
|
+
/**
|
|
321
|
+
* serializeAws_restJson1EnableSecurityHubV2Command
|
|
322
|
+
*/
|
|
323
|
+
export declare const se_EnableSecurityHubV2Command: (input: EnableSecurityHubV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
246
324
|
/**
|
|
247
325
|
* serializeAws_restJson1GetAdministratorAccountCommand
|
|
248
326
|
*/
|
|
249
327
|
export declare const se_GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
328
|
+
/**
|
|
329
|
+
* serializeAws_restJson1GetAggregatorV2Command
|
|
330
|
+
*/
|
|
331
|
+
export declare const se_GetAggregatorV2Command: (input: GetAggregatorV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
332
|
+
/**
|
|
333
|
+
* serializeAws_restJson1GetAutomationRuleV2Command
|
|
334
|
+
*/
|
|
335
|
+
export declare const se_GetAutomationRuleV2Command: (input: GetAutomationRuleV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
336
|
/**
|
|
251
337
|
* serializeAws_restJson1GetConfigurationPolicyCommand
|
|
252
338
|
*/
|
|
@@ -255,6 +341,10 @@ export declare const se_GetConfigurationPolicyCommand: (input: GetConfigurationP
|
|
|
255
341
|
* serializeAws_restJson1GetConfigurationPolicyAssociationCommand
|
|
256
342
|
*/
|
|
257
343
|
export declare const se_GetConfigurationPolicyAssociationCommand: (input: GetConfigurationPolicyAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
|
+
/**
|
|
345
|
+
* serializeAws_restJson1GetConnectorV2Command
|
|
346
|
+
*/
|
|
347
|
+
export declare const se_GetConnectorV2Command: (input: GetConnectorV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
348
|
/**
|
|
259
349
|
* serializeAws_restJson1GetEnabledStandardsCommand
|
|
260
350
|
*/
|
|
@@ -271,6 +361,14 @@ export declare const se_GetFindingHistoryCommand: (input: GetFindingHistoryComma
|
|
|
271
361
|
* serializeAws_restJson1GetFindingsCommand
|
|
272
362
|
*/
|
|
273
363
|
export declare const se_GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
364
|
+
/**
|
|
365
|
+
* serializeAws_restJson1GetFindingStatisticsV2Command
|
|
366
|
+
*/
|
|
367
|
+
export declare const se_GetFindingStatisticsV2Command: (input: GetFindingStatisticsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
368
|
+
/**
|
|
369
|
+
* serializeAws_restJson1GetFindingsV2Command
|
|
370
|
+
*/
|
|
371
|
+
export declare const se_GetFindingsV2Command: (input: GetFindingsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
372
|
/**
|
|
275
373
|
* serializeAws_restJson1GetInsightResultsCommand
|
|
276
374
|
*/
|
|
@@ -291,6 +389,14 @@ export declare const se_GetMasterAccountCommand: (input: GetMasterAccountCommand
|
|
|
291
389
|
* serializeAws_restJson1GetMembersCommand
|
|
292
390
|
*/
|
|
293
391
|
export declare const se_GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
392
|
+
/**
|
|
393
|
+
* serializeAws_restJson1GetResourcesStatisticsV2Command
|
|
394
|
+
*/
|
|
395
|
+
export declare const se_GetResourcesStatisticsV2Command: (input: GetResourcesStatisticsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
396
|
+
/**
|
|
397
|
+
* serializeAws_restJson1GetResourcesV2Command
|
|
398
|
+
*/
|
|
399
|
+
export declare const se_GetResourcesV2Command: (input: GetResourcesV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
400
|
/**
|
|
295
401
|
* serializeAws_restJson1GetSecurityControlDefinitionCommand
|
|
296
402
|
*/
|
|
@@ -299,10 +405,18 @@ export declare const se_GetSecurityControlDefinitionCommand: (input: GetSecurity
|
|
|
299
405
|
* serializeAws_restJson1InviteMembersCommand
|
|
300
406
|
*/
|
|
301
407
|
export declare const se_InviteMembersCommand: (input: InviteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
408
|
+
/**
|
|
409
|
+
* serializeAws_restJson1ListAggregatorsV2Command
|
|
410
|
+
*/
|
|
411
|
+
export declare const se_ListAggregatorsV2Command: (input: ListAggregatorsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
302
412
|
/**
|
|
303
413
|
* serializeAws_restJson1ListAutomationRulesCommand
|
|
304
414
|
*/
|
|
305
415
|
export declare const se_ListAutomationRulesCommand: (input: ListAutomationRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
416
|
+
/**
|
|
417
|
+
* serializeAws_restJson1ListAutomationRulesV2Command
|
|
418
|
+
*/
|
|
419
|
+
export declare const se_ListAutomationRulesV2Command: (input: ListAutomationRulesV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
306
420
|
/**
|
|
307
421
|
* serializeAws_restJson1ListConfigurationPoliciesCommand
|
|
308
422
|
*/
|
|
@@ -311,6 +425,10 @@ export declare const se_ListConfigurationPoliciesCommand: (input: ListConfigurat
|
|
|
311
425
|
* serializeAws_restJson1ListConfigurationPolicyAssociationsCommand
|
|
312
426
|
*/
|
|
313
427
|
export declare const se_ListConfigurationPolicyAssociationsCommand: (input: ListConfigurationPolicyAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
428
|
+
/**
|
|
429
|
+
* serializeAws_restJson1ListConnectorsV2Command
|
|
430
|
+
*/
|
|
431
|
+
export declare const se_ListConnectorsV2Command: (input: ListConnectorsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
314
432
|
/**
|
|
315
433
|
* serializeAws_restJson1ListEnabledProductsForImportCommand
|
|
316
434
|
*/
|
|
@@ -363,10 +481,22 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
363
481
|
* serializeAws_restJson1UpdateActionTargetCommand
|
|
364
482
|
*/
|
|
365
483
|
export declare const se_UpdateActionTargetCommand: (input: UpdateActionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
484
|
+
/**
|
|
485
|
+
* serializeAws_restJson1UpdateAggregatorV2Command
|
|
486
|
+
*/
|
|
487
|
+
export declare const se_UpdateAggregatorV2Command: (input: UpdateAggregatorV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
488
|
+
/**
|
|
489
|
+
* serializeAws_restJson1UpdateAutomationRuleV2Command
|
|
490
|
+
*/
|
|
491
|
+
export declare const se_UpdateAutomationRuleV2Command: (input: UpdateAutomationRuleV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
366
492
|
/**
|
|
367
493
|
* serializeAws_restJson1UpdateConfigurationPolicyCommand
|
|
368
494
|
*/
|
|
369
495
|
export declare const se_UpdateConfigurationPolicyCommand: (input: UpdateConfigurationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
496
|
+
/**
|
|
497
|
+
* serializeAws_restJson1UpdateConnectorV2Command
|
|
498
|
+
*/
|
|
499
|
+
export declare const se_UpdateConnectorV2Command: (input: UpdateConnectorV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
370
500
|
/**
|
|
371
501
|
* serializeAws_restJson1UpdateFindingAggregatorCommand
|
|
372
502
|
*/
|
|
@@ -443,22 +573,42 @@ export declare const de_BatchUpdateAutomationRulesCommand: (output: __HttpRespon
|
|
|
443
573
|
* deserializeAws_restJson1BatchUpdateFindingsCommand
|
|
444
574
|
*/
|
|
445
575
|
export declare const de_BatchUpdateFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateFindingsCommandOutput>;
|
|
576
|
+
/**
|
|
577
|
+
* deserializeAws_restJson1BatchUpdateFindingsV2Command
|
|
578
|
+
*/
|
|
579
|
+
export declare const de_BatchUpdateFindingsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateFindingsV2CommandOutput>;
|
|
446
580
|
/**
|
|
447
581
|
* deserializeAws_restJson1BatchUpdateStandardsControlAssociationsCommand
|
|
448
582
|
*/
|
|
449
583
|
export declare const de_BatchUpdateStandardsControlAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateStandardsControlAssociationsCommandOutput>;
|
|
584
|
+
/**
|
|
585
|
+
* deserializeAws_restJson1ConnectorRegistrationsV2Command
|
|
586
|
+
*/
|
|
587
|
+
export declare const de_ConnectorRegistrationsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ConnectorRegistrationsV2CommandOutput>;
|
|
450
588
|
/**
|
|
451
589
|
* deserializeAws_restJson1CreateActionTargetCommand
|
|
452
590
|
*/
|
|
453
591
|
export declare const de_CreateActionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateActionTargetCommandOutput>;
|
|
592
|
+
/**
|
|
593
|
+
* deserializeAws_restJson1CreateAggregatorV2Command
|
|
594
|
+
*/
|
|
595
|
+
export declare const de_CreateAggregatorV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAggregatorV2CommandOutput>;
|
|
454
596
|
/**
|
|
455
597
|
* deserializeAws_restJson1CreateAutomationRuleCommand
|
|
456
598
|
*/
|
|
457
599
|
export declare const de_CreateAutomationRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutomationRuleCommandOutput>;
|
|
600
|
+
/**
|
|
601
|
+
* deserializeAws_restJson1CreateAutomationRuleV2Command
|
|
602
|
+
*/
|
|
603
|
+
export declare const de_CreateAutomationRuleV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutomationRuleV2CommandOutput>;
|
|
458
604
|
/**
|
|
459
605
|
* deserializeAws_restJson1CreateConfigurationPolicyCommand
|
|
460
606
|
*/
|
|
461
607
|
export declare const de_CreateConfigurationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationPolicyCommandOutput>;
|
|
608
|
+
/**
|
|
609
|
+
* deserializeAws_restJson1CreateConnectorV2Command
|
|
610
|
+
*/
|
|
611
|
+
export declare const de_CreateConnectorV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorV2CommandOutput>;
|
|
462
612
|
/**
|
|
463
613
|
* deserializeAws_restJson1CreateFindingAggregatorCommand
|
|
464
614
|
*/
|
|
@@ -471,6 +621,10 @@ export declare const de_CreateInsightCommand: (output: __HttpResponse, context:
|
|
|
471
621
|
* deserializeAws_restJson1CreateMembersCommand
|
|
472
622
|
*/
|
|
473
623
|
export declare const de_CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
|
|
624
|
+
/**
|
|
625
|
+
* deserializeAws_restJson1CreateTicketV2Command
|
|
626
|
+
*/
|
|
627
|
+
export declare const de_CreateTicketV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTicketV2CommandOutput>;
|
|
474
628
|
/**
|
|
475
629
|
* deserializeAws_restJson1DeclineInvitationsCommand
|
|
476
630
|
*/
|
|
@@ -479,10 +633,22 @@ export declare const de_DeclineInvitationsCommand: (output: __HttpResponse, cont
|
|
|
479
633
|
* deserializeAws_restJson1DeleteActionTargetCommand
|
|
480
634
|
*/
|
|
481
635
|
export declare const de_DeleteActionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteActionTargetCommandOutput>;
|
|
636
|
+
/**
|
|
637
|
+
* deserializeAws_restJson1DeleteAggregatorV2Command
|
|
638
|
+
*/
|
|
639
|
+
export declare const de_DeleteAggregatorV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAggregatorV2CommandOutput>;
|
|
640
|
+
/**
|
|
641
|
+
* deserializeAws_restJson1DeleteAutomationRuleV2Command
|
|
642
|
+
*/
|
|
643
|
+
export declare const de_DeleteAutomationRuleV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutomationRuleV2CommandOutput>;
|
|
482
644
|
/**
|
|
483
645
|
* deserializeAws_restJson1DeleteConfigurationPolicyCommand
|
|
484
646
|
*/
|
|
485
647
|
export declare const de_DeleteConfigurationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationPolicyCommandOutput>;
|
|
648
|
+
/**
|
|
649
|
+
* deserializeAws_restJson1DeleteConnectorV2Command
|
|
650
|
+
*/
|
|
651
|
+
export declare const de_DeleteConnectorV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorV2CommandOutput>;
|
|
486
652
|
/**
|
|
487
653
|
* deserializeAws_restJson1DeleteFindingAggregatorCommand
|
|
488
654
|
*/
|
|
@@ -515,6 +681,14 @@ export declare const de_DescribeOrganizationConfigurationCommand: (output: __Htt
|
|
|
515
681
|
* deserializeAws_restJson1DescribeProductsCommand
|
|
516
682
|
*/
|
|
517
683
|
export declare const de_DescribeProductsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProductsCommandOutput>;
|
|
684
|
+
/**
|
|
685
|
+
* deserializeAws_restJson1DescribeProductsV2Command
|
|
686
|
+
*/
|
|
687
|
+
export declare const de_DescribeProductsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProductsV2CommandOutput>;
|
|
688
|
+
/**
|
|
689
|
+
* deserializeAws_restJson1DescribeSecurityHubV2Command
|
|
690
|
+
*/
|
|
691
|
+
export declare const de_DescribeSecurityHubV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityHubV2CommandOutput>;
|
|
518
692
|
/**
|
|
519
693
|
* deserializeAws_restJson1DescribeStandardsCommand
|
|
520
694
|
*/
|
|
@@ -535,6 +709,10 @@ export declare const de_DisableOrganizationAdminAccountCommand: (output: __HttpR
|
|
|
535
709
|
* deserializeAws_restJson1DisableSecurityHubCommand
|
|
536
710
|
*/
|
|
537
711
|
export declare const de_DisableSecurityHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableSecurityHubCommandOutput>;
|
|
712
|
+
/**
|
|
713
|
+
* deserializeAws_restJson1DisableSecurityHubV2Command
|
|
714
|
+
*/
|
|
715
|
+
export declare const de_DisableSecurityHubV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableSecurityHubV2CommandOutput>;
|
|
538
716
|
/**
|
|
539
717
|
* deserializeAws_restJson1DisassociateFromAdministratorAccountCommand
|
|
540
718
|
*/
|
|
@@ -559,10 +737,22 @@ export declare const de_EnableOrganizationAdminAccountCommand: (output: __HttpRe
|
|
|
559
737
|
* deserializeAws_restJson1EnableSecurityHubCommand
|
|
560
738
|
*/
|
|
561
739
|
export declare const de_EnableSecurityHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSecurityHubCommandOutput>;
|
|
740
|
+
/**
|
|
741
|
+
* deserializeAws_restJson1EnableSecurityHubV2Command
|
|
742
|
+
*/
|
|
743
|
+
export declare const de_EnableSecurityHubV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSecurityHubV2CommandOutput>;
|
|
562
744
|
/**
|
|
563
745
|
* deserializeAws_restJson1GetAdministratorAccountCommand
|
|
564
746
|
*/
|
|
565
747
|
export declare const de_GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
|
|
748
|
+
/**
|
|
749
|
+
* deserializeAws_restJson1GetAggregatorV2Command
|
|
750
|
+
*/
|
|
751
|
+
export declare const de_GetAggregatorV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAggregatorV2CommandOutput>;
|
|
752
|
+
/**
|
|
753
|
+
* deserializeAws_restJson1GetAutomationRuleV2Command
|
|
754
|
+
*/
|
|
755
|
+
export declare const de_GetAutomationRuleV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomationRuleV2CommandOutput>;
|
|
566
756
|
/**
|
|
567
757
|
* deserializeAws_restJson1GetConfigurationPolicyCommand
|
|
568
758
|
*/
|
|
@@ -571,6 +761,10 @@ export declare const de_GetConfigurationPolicyCommand: (output: __HttpResponse,
|
|
|
571
761
|
* deserializeAws_restJson1GetConfigurationPolicyAssociationCommand
|
|
572
762
|
*/
|
|
573
763
|
export declare const de_GetConfigurationPolicyAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationPolicyAssociationCommandOutput>;
|
|
764
|
+
/**
|
|
765
|
+
* deserializeAws_restJson1GetConnectorV2Command
|
|
766
|
+
*/
|
|
767
|
+
export declare const de_GetConnectorV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorV2CommandOutput>;
|
|
574
768
|
/**
|
|
575
769
|
* deserializeAws_restJson1GetEnabledStandardsCommand
|
|
576
770
|
*/
|
|
@@ -587,6 +781,14 @@ export declare const de_GetFindingHistoryCommand: (output: __HttpResponse, conte
|
|
|
587
781
|
* deserializeAws_restJson1GetFindingsCommand
|
|
588
782
|
*/
|
|
589
783
|
export declare const de_GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
|
|
784
|
+
/**
|
|
785
|
+
* deserializeAws_restJson1GetFindingStatisticsV2Command
|
|
786
|
+
*/
|
|
787
|
+
export declare const de_GetFindingStatisticsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingStatisticsV2CommandOutput>;
|
|
788
|
+
/**
|
|
789
|
+
* deserializeAws_restJson1GetFindingsV2Command
|
|
790
|
+
*/
|
|
791
|
+
export declare const de_GetFindingsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsV2CommandOutput>;
|
|
590
792
|
/**
|
|
591
793
|
* deserializeAws_restJson1GetInsightResultsCommand
|
|
592
794
|
*/
|
|
@@ -607,6 +809,14 @@ export declare const de_GetMasterAccountCommand: (output: __HttpResponse, contex
|
|
|
607
809
|
* deserializeAws_restJson1GetMembersCommand
|
|
608
810
|
*/
|
|
609
811
|
export declare const de_GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
|
|
812
|
+
/**
|
|
813
|
+
* deserializeAws_restJson1GetResourcesStatisticsV2Command
|
|
814
|
+
*/
|
|
815
|
+
export declare const de_GetResourcesStatisticsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcesStatisticsV2CommandOutput>;
|
|
816
|
+
/**
|
|
817
|
+
* deserializeAws_restJson1GetResourcesV2Command
|
|
818
|
+
*/
|
|
819
|
+
export declare const de_GetResourcesV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcesV2CommandOutput>;
|
|
610
820
|
/**
|
|
611
821
|
* deserializeAws_restJson1GetSecurityControlDefinitionCommand
|
|
612
822
|
*/
|
|
@@ -615,10 +825,18 @@ export declare const de_GetSecurityControlDefinitionCommand: (output: __HttpResp
|
|
|
615
825
|
* deserializeAws_restJson1InviteMembersCommand
|
|
616
826
|
*/
|
|
617
827
|
export declare const de_InviteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteMembersCommandOutput>;
|
|
828
|
+
/**
|
|
829
|
+
* deserializeAws_restJson1ListAggregatorsV2Command
|
|
830
|
+
*/
|
|
831
|
+
export declare const de_ListAggregatorsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAggregatorsV2CommandOutput>;
|
|
618
832
|
/**
|
|
619
833
|
* deserializeAws_restJson1ListAutomationRulesCommand
|
|
620
834
|
*/
|
|
621
835
|
export declare const de_ListAutomationRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomationRulesCommandOutput>;
|
|
836
|
+
/**
|
|
837
|
+
* deserializeAws_restJson1ListAutomationRulesV2Command
|
|
838
|
+
*/
|
|
839
|
+
export declare const de_ListAutomationRulesV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomationRulesV2CommandOutput>;
|
|
622
840
|
/**
|
|
623
841
|
* deserializeAws_restJson1ListConfigurationPoliciesCommand
|
|
624
842
|
*/
|
|
@@ -627,6 +845,10 @@ export declare const de_ListConfigurationPoliciesCommand: (output: __HttpRespons
|
|
|
627
845
|
* deserializeAws_restJson1ListConfigurationPolicyAssociationsCommand
|
|
628
846
|
*/
|
|
629
847
|
export declare const de_ListConfigurationPolicyAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationPolicyAssociationsCommandOutput>;
|
|
848
|
+
/**
|
|
849
|
+
* deserializeAws_restJson1ListConnectorsV2Command
|
|
850
|
+
*/
|
|
851
|
+
export declare const de_ListConnectorsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsV2CommandOutput>;
|
|
630
852
|
/**
|
|
631
853
|
* deserializeAws_restJson1ListEnabledProductsForImportCommand
|
|
632
854
|
*/
|
|
@@ -679,10 +901,22 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
|
|
|
679
901
|
* deserializeAws_restJson1UpdateActionTargetCommand
|
|
680
902
|
*/
|
|
681
903
|
export declare const de_UpdateActionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionTargetCommandOutput>;
|
|
904
|
+
/**
|
|
905
|
+
* deserializeAws_restJson1UpdateAggregatorV2Command
|
|
906
|
+
*/
|
|
907
|
+
export declare const de_UpdateAggregatorV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAggregatorV2CommandOutput>;
|
|
908
|
+
/**
|
|
909
|
+
* deserializeAws_restJson1UpdateAutomationRuleV2Command
|
|
910
|
+
*/
|
|
911
|
+
export declare const de_UpdateAutomationRuleV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutomationRuleV2CommandOutput>;
|
|
682
912
|
/**
|
|
683
913
|
* deserializeAws_restJson1UpdateConfigurationPolicyCommand
|
|
684
914
|
*/
|
|
685
915
|
export declare const de_UpdateConfigurationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationPolicyCommandOutput>;
|
|
916
|
+
/**
|
|
917
|
+
* deserializeAws_restJson1UpdateConnectorV2Command
|
|
918
|
+
*/
|
|
919
|
+
export declare const de_UpdateConnectorV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorV2CommandOutput>;
|
|
686
920
|
/**
|
|
687
921
|
* deserializeAws_restJson1UpdateFindingAggregatorCommand
|
|
688
922
|
*/
|