@aws-sdk/client-securityhub 3.1019.0 → 3.1020.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-es/SecurityHub.js +6 -6
- package/dist-types/SecurityHub.d.ts +107 -107
- package/dist-types/SecurityHubClient.d.ts +110 -110
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +4 -4
- package/dist-types/models/models_3.d.ts +3 -3
- package/dist-types/pagination/DescribeActionTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeProductsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStandardsControlsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStandardsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEnabledStandardsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingsTrendsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/GetInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcesTrendsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcesV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationPolicyAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnabledProductsForImportPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingAggregatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/SecurityHubClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +3 -3
- package/dist-types/ts3.4/models/models_2.d.ts +15 -15
- package/dist-types/ts3.4/models/models_3.d.ts +4 -4
- package/package.json +13 -13
package/dist-es/SecurityHub.js
CHANGED
|
@@ -34,7 +34,7 @@ import { DeleteInsightCommand, } from "./commands/DeleteInsightCommand";
|
|
|
34
34
|
import { DeleteInvitationsCommand, } from "./commands/DeleteInvitationsCommand";
|
|
35
35
|
import { DeleteMembersCommand, } from "./commands/DeleteMembersCommand";
|
|
36
36
|
import { DescribeActionTargetsCommand, } from "./commands/DescribeActionTargetsCommand";
|
|
37
|
-
import { DescribeHubCommand } from "./commands/DescribeHubCommand";
|
|
37
|
+
import { DescribeHubCommand, } from "./commands/DescribeHubCommand";
|
|
38
38
|
import { DescribeOrganizationConfigurationCommand, } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
39
39
|
import { DescribeProductsCommand, } from "./commands/DescribeProductsCommand";
|
|
40
40
|
import { DescribeProductsV2Command, } from "./commands/DescribeProductsV2Command";
|
|
@@ -61,15 +61,15 @@ import { GetConnectorV2Command, } from "./commands/GetConnectorV2Command";
|
|
|
61
61
|
import { GetEnabledStandardsCommand, } from "./commands/GetEnabledStandardsCommand";
|
|
62
62
|
import { GetFindingAggregatorCommand, } from "./commands/GetFindingAggregatorCommand";
|
|
63
63
|
import { GetFindingHistoryCommand, } from "./commands/GetFindingHistoryCommand";
|
|
64
|
-
import { GetFindingsCommand } from "./commands/GetFindingsCommand";
|
|
64
|
+
import { GetFindingsCommand, } from "./commands/GetFindingsCommand";
|
|
65
65
|
import { GetFindingStatisticsV2Command, } from "./commands/GetFindingStatisticsV2Command";
|
|
66
66
|
import { GetFindingsTrendsV2Command, } from "./commands/GetFindingsTrendsV2Command";
|
|
67
67
|
import { GetFindingsV2Command, } from "./commands/GetFindingsV2Command";
|
|
68
68
|
import { GetInsightResultsCommand, } from "./commands/GetInsightResultsCommand";
|
|
69
|
-
import { GetInsightsCommand } from "./commands/GetInsightsCommand";
|
|
69
|
+
import { GetInsightsCommand, } from "./commands/GetInsightsCommand";
|
|
70
70
|
import { GetInvitationsCountCommand, } from "./commands/GetInvitationsCountCommand";
|
|
71
71
|
import { GetMasterAccountCommand, } from "./commands/GetMasterAccountCommand";
|
|
72
|
-
import { GetMembersCommand } from "./commands/GetMembersCommand";
|
|
72
|
+
import { GetMembersCommand, } from "./commands/GetMembersCommand";
|
|
73
73
|
import { GetResourcesStatisticsV2Command, } from "./commands/GetResourcesStatisticsV2Command";
|
|
74
74
|
import { GetResourcesTrendsV2Command, } from "./commands/GetResourcesTrendsV2Command";
|
|
75
75
|
import { GetResourcesV2Command, } from "./commands/GetResourcesV2Command";
|
|
@@ -84,7 +84,7 @@ import { ListConnectorsV2Command, } from "./commands/ListConnectorsV2Command";
|
|
|
84
84
|
import { ListEnabledProductsForImportCommand, } from "./commands/ListEnabledProductsForImportCommand";
|
|
85
85
|
import { ListFindingAggregatorsCommand, } from "./commands/ListFindingAggregatorsCommand";
|
|
86
86
|
import { ListInvitationsCommand, } from "./commands/ListInvitationsCommand";
|
|
87
|
-
import { ListMembersCommand } from "./commands/ListMembersCommand";
|
|
87
|
+
import { ListMembersCommand, } from "./commands/ListMembersCommand";
|
|
88
88
|
import { ListOrganizationAdminAccountsCommand, } from "./commands/ListOrganizationAdminAccountsCommand";
|
|
89
89
|
import { ListSecurityControlDefinitionsCommand, } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
90
90
|
import { ListStandardsControlAssociationsCommand, } from "./commands/ListStandardsControlAssociationsCommand";
|
|
@@ -92,7 +92,7 @@ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceComma
|
|
|
92
92
|
import { RegisterConnectorV2Command, } from "./commands/RegisterConnectorV2Command";
|
|
93
93
|
import { StartConfigurationPolicyAssociationCommand, } from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
94
94
|
import { StartConfigurationPolicyDisassociationCommand, } from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
95
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
95
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
96
96
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
97
97
|
import { UpdateActionTargetCommand, } from "./commands/UpdateActionTargetCommand";
|
|
98
98
|
import { UpdateAggregatorV2Command, } from "./commands/UpdateAggregatorV2Command";
|
|
@@ -1,111 +1,111 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
|
|
3
|
-
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
|
|
4
|
-
import { BatchDeleteAutomationRulesCommandInput, BatchDeleteAutomationRulesCommandOutput } from "./commands/BatchDeleteAutomationRulesCommand";
|
|
5
|
-
import { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "./commands/BatchDisableStandardsCommand";
|
|
6
|
-
import { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "./commands/BatchEnableStandardsCommand";
|
|
7
|
-
import { BatchGetAutomationRulesCommandInput, BatchGetAutomationRulesCommandOutput } from "./commands/BatchGetAutomationRulesCommand";
|
|
8
|
-
import { BatchGetConfigurationPolicyAssociationsCommandInput, BatchGetConfigurationPolicyAssociationsCommandOutput } from "./commands/BatchGetConfigurationPolicyAssociationsCommand";
|
|
9
|
-
import { BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput } from "./commands/BatchGetSecurityControlsCommand";
|
|
10
|
-
import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput } from "./commands/BatchGetStandardsControlAssociationsCommand";
|
|
11
|
-
import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
|
|
12
|
-
import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesCommandOutput } from "./commands/BatchUpdateAutomationRulesCommand";
|
|
13
|
-
import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
14
|
-
import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
15
|
-
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
16
|
-
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
17
|
-
import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
18
|
-
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
19
|
-
import { CreateAutomationRuleV2CommandInput, CreateAutomationRuleV2CommandOutput } from "./commands/CreateAutomationRuleV2Command";
|
|
20
|
-
import { CreateConfigurationPolicyCommandInput, CreateConfigurationPolicyCommandOutput } from "./commands/CreateConfigurationPolicyCommand";
|
|
21
|
-
import { CreateConnectorV2CommandInput, CreateConnectorV2CommandOutput } from "./commands/CreateConnectorV2Command";
|
|
22
|
-
import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
|
|
23
|
-
import { CreateInsightCommandInput, CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
|
|
24
|
-
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
|
|
25
|
-
import { CreateTicketV2CommandInput, CreateTicketV2CommandOutput } from "./commands/CreateTicketV2Command";
|
|
26
|
-
import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
|
|
27
|
-
import { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "./commands/DeleteActionTargetCommand";
|
|
28
|
-
import { DeleteAggregatorV2CommandInput, DeleteAggregatorV2CommandOutput } from "./commands/DeleteAggregatorV2Command";
|
|
29
|
-
import { DeleteAutomationRuleV2CommandInput, DeleteAutomationRuleV2CommandOutput } from "./commands/DeleteAutomationRuleV2Command";
|
|
30
|
-
import { DeleteConfigurationPolicyCommandInput, DeleteConfigurationPolicyCommandOutput } from "./commands/DeleteConfigurationPolicyCommand";
|
|
31
|
-
import { DeleteConnectorV2CommandInput, DeleteConnectorV2CommandOutput } from "./commands/DeleteConnectorV2Command";
|
|
32
|
-
import { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "./commands/DeleteFindingAggregatorCommand";
|
|
33
|
-
import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
|
|
34
|
-
import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
|
|
35
|
-
import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
|
|
36
|
-
import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput } from "./commands/DescribeActionTargetsCommand";
|
|
37
|
-
import { DescribeHubCommandInput, DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
|
|
38
|
-
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
39
|
-
import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "./commands/DescribeProductsCommand";
|
|
40
|
-
import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "./commands/DescribeProductsV2Command";
|
|
41
|
-
import { DescribeSecurityHubV2CommandInput, DescribeSecurityHubV2CommandOutput } from "./commands/DescribeSecurityHubV2Command";
|
|
42
|
-
import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "./commands/DescribeStandardsCommand";
|
|
43
|
-
import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "./commands/DescribeStandardsControlsCommand";
|
|
44
|
-
import { DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput } from "./commands/DisableImportFindingsForProductCommand";
|
|
45
|
-
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
46
|
-
import { DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput } from "./commands/DisableSecurityHubCommand";
|
|
47
|
-
import { DisableSecurityHubV2CommandInput, DisableSecurityHubV2CommandOutput } from "./commands/DisableSecurityHubV2Command";
|
|
48
|
-
import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
49
|
-
import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
|
|
50
|
-
import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
|
|
51
|
-
import { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput } from "./commands/EnableImportFindingsForProductCommand";
|
|
52
|
-
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
53
|
-
import { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "./commands/EnableSecurityHubCommand";
|
|
54
|
-
import { EnableSecurityHubV2CommandInput, EnableSecurityHubV2CommandOutput } from "./commands/EnableSecurityHubV2Command";
|
|
55
|
-
import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
|
|
56
|
-
import { GetAggregatorV2CommandInput, GetAggregatorV2CommandOutput } from "./commands/GetAggregatorV2Command";
|
|
57
|
-
import { GetAutomationRuleV2CommandInput, GetAutomationRuleV2CommandOutput } from "./commands/GetAutomationRuleV2Command";
|
|
58
|
-
import { GetConfigurationPolicyAssociationCommandInput, GetConfigurationPolicyAssociationCommandOutput } from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
59
|
-
import { GetConfigurationPolicyCommandInput, GetConfigurationPolicyCommandOutput } from "./commands/GetConfigurationPolicyCommand";
|
|
60
|
-
import { GetConnectorV2CommandInput, GetConnectorV2CommandOutput } from "./commands/GetConnectorV2Command";
|
|
61
|
-
import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "./commands/GetEnabledStandardsCommand";
|
|
62
|
-
import { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "./commands/GetFindingAggregatorCommand";
|
|
63
|
-
import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "./commands/GetFindingHistoryCommand";
|
|
64
|
-
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
65
|
-
import { GetFindingStatisticsV2CommandInput, GetFindingStatisticsV2CommandOutput } from "./commands/GetFindingStatisticsV2Command";
|
|
66
|
-
import { GetFindingsTrendsV2CommandInput, GetFindingsTrendsV2CommandOutput } from "./commands/GetFindingsTrendsV2Command";
|
|
67
|
-
import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "./commands/GetFindingsV2Command";
|
|
68
|
-
import { GetInsightResultsCommandInput, GetInsightResultsCommandOutput } from "./commands/GetInsightResultsCommand";
|
|
69
|
-
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
70
|
-
import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
71
|
-
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
72
|
-
import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
73
|
-
import { GetResourcesStatisticsV2CommandInput, GetResourcesStatisticsV2CommandOutput } from "./commands/GetResourcesStatisticsV2Command";
|
|
74
|
-
import { GetResourcesTrendsV2CommandInput, GetResourcesTrendsV2CommandOutput } from "./commands/GetResourcesTrendsV2Command";
|
|
75
|
-
import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "./commands/GetResourcesV2Command";
|
|
76
|
-
import { GetSecurityControlDefinitionCommandInput, GetSecurityControlDefinitionCommandOutput } from "./commands/GetSecurityControlDefinitionCommand";
|
|
77
|
-
import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
|
|
78
|
-
import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "./commands/ListAggregatorsV2Command";
|
|
79
|
-
import { ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput } from "./commands/ListAutomationRulesCommand";
|
|
80
|
-
import { ListAutomationRulesV2CommandInput, ListAutomationRulesV2CommandOutput } from "./commands/ListAutomationRulesV2Command";
|
|
81
|
-
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "./commands/ListConfigurationPoliciesCommand";
|
|
82
|
-
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
83
|
-
import { ListConnectorsV2CommandInput, ListConnectorsV2CommandOutput } from "./commands/ListConnectorsV2Command";
|
|
84
|
-
import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "./commands/ListEnabledProductsForImportCommand";
|
|
85
|
-
import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "./commands/ListFindingAggregatorsCommand";
|
|
86
|
-
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
|
|
87
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
88
|
-
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
|
|
89
|
-
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
90
|
-
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
|
|
91
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
92
|
-
import { RegisterConnectorV2CommandInput, RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
|
|
93
|
-
import { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
94
|
-
import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
95
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
96
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
97
|
-
import { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "./commands/UpdateActionTargetCommand";
|
|
98
|
-
import { UpdateAggregatorV2CommandInput, UpdateAggregatorV2CommandOutput } from "./commands/UpdateAggregatorV2Command";
|
|
99
|
-
import { UpdateAutomationRuleV2CommandInput, UpdateAutomationRuleV2CommandOutput } from "./commands/UpdateAutomationRuleV2Command";
|
|
100
|
-
import { UpdateConfigurationPolicyCommandInput, UpdateConfigurationPolicyCommandOutput } from "./commands/UpdateConfigurationPolicyCommand";
|
|
101
|
-
import { UpdateConnectorV2CommandInput, UpdateConnectorV2CommandOutput } from "./commands/UpdateConnectorV2Command";
|
|
102
|
-
import { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "./commands/UpdateFindingAggregatorCommand";
|
|
103
|
-
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
104
|
-
import { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "./commands/UpdateInsightCommand";
|
|
105
|
-
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
106
|
-
import { UpdateSecurityControlCommandInput, UpdateSecurityControlCommandOutput } from "./commands/UpdateSecurityControlCommand";
|
|
107
|
-
import { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput } from "./commands/UpdateSecurityHubConfigurationCommand";
|
|
108
|
-
import { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
|
|
2
|
+
import { type AcceptAdministratorInvitationCommandInput, type AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
|
|
3
|
+
import { type AcceptInvitationCommandInput, type AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
|
|
4
|
+
import { type BatchDeleteAutomationRulesCommandInput, type BatchDeleteAutomationRulesCommandOutput } from "./commands/BatchDeleteAutomationRulesCommand";
|
|
5
|
+
import { type BatchDisableStandardsCommandInput, type BatchDisableStandardsCommandOutput } from "./commands/BatchDisableStandardsCommand";
|
|
6
|
+
import { type BatchEnableStandardsCommandInput, type BatchEnableStandardsCommandOutput } from "./commands/BatchEnableStandardsCommand";
|
|
7
|
+
import { type BatchGetAutomationRulesCommandInput, type BatchGetAutomationRulesCommandOutput } from "./commands/BatchGetAutomationRulesCommand";
|
|
8
|
+
import { type BatchGetConfigurationPolicyAssociationsCommandInput, type BatchGetConfigurationPolicyAssociationsCommandOutput } from "./commands/BatchGetConfigurationPolicyAssociationsCommand";
|
|
9
|
+
import { type BatchGetSecurityControlsCommandInput, type BatchGetSecurityControlsCommandOutput } from "./commands/BatchGetSecurityControlsCommand";
|
|
10
|
+
import { type BatchGetStandardsControlAssociationsCommandInput, type BatchGetStandardsControlAssociationsCommandOutput } from "./commands/BatchGetStandardsControlAssociationsCommand";
|
|
11
|
+
import { type BatchImportFindingsCommandInput, type BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
|
|
12
|
+
import { type BatchUpdateAutomationRulesCommandInput, type BatchUpdateAutomationRulesCommandOutput } from "./commands/BatchUpdateAutomationRulesCommand";
|
|
13
|
+
import { type BatchUpdateFindingsCommandInput, type BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
14
|
+
import { type BatchUpdateFindingsV2CommandInput, type BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
15
|
+
import { type BatchUpdateStandardsControlAssociationsCommandInput, type BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
16
|
+
import { type CreateActionTargetCommandInput, type CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
17
|
+
import { type CreateAggregatorV2CommandInput, type CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
18
|
+
import { type CreateAutomationRuleCommandInput, type CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
19
|
+
import { type CreateAutomationRuleV2CommandInput, type CreateAutomationRuleV2CommandOutput } from "./commands/CreateAutomationRuleV2Command";
|
|
20
|
+
import { type CreateConfigurationPolicyCommandInput, type CreateConfigurationPolicyCommandOutput } from "./commands/CreateConfigurationPolicyCommand";
|
|
21
|
+
import { type CreateConnectorV2CommandInput, type CreateConnectorV2CommandOutput } from "./commands/CreateConnectorV2Command";
|
|
22
|
+
import { type CreateFindingAggregatorCommandInput, type CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
|
|
23
|
+
import { type CreateInsightCommandInput, type CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
|
|
24
|
+
import { type CreateMembersCommandInput, type CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
|
|
25
|
+
import { type CreateTicketV2CommandInput, type CreateTicketV2CommandOutput } from "./commands/CreateTicketV2Command";
|
|
26
|
+
import { type DeclineInvitationsCommandInput, type DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
|
|
27
|
+
import { type DeleteActionTargetCommandInput, type DeleteActionTargetCommandOutput } from "./commands/DeleteActionTargetCommand";
|
|
28
|
+
import { type DeleteAggregatorV2CommandInput, type DeleteAggregatorV2CommandOutput } from "./commands/DeleteAggregatorV2Command";
|
|
29
|
+
import { type DeleteAutomationRuleV2CommandInput, type DeleteAutomationRuleV2CommandOutput } from "./commands/DeleteAutomationRuleV2Command";
|
|
30
|
+
import { type DeleteConfigurationPolicyCommandInput, type DeleteConfigurationPolicyCommandOutput } from "./commands/DeleteConfigurationPolicyCommand";
|
|
31
|
+
import { type DeleteConnectorV2CommandInput, type DeleteConnectorV2CommandOutput } from "./commands/DeleteConnectorV2Command";
|
|
32
|
+
import { type DeleteFindingAggregatorCommandInput, type DeleteFindingAggregatorCommandOutput } from "./commands/DeleteFindingAggregatorCommand";
|
|
33
|
+
import { type DeleteInsightCommandInput, type DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
|
|
34
|
+
import { type DeleteInvitationsCommandInput, type DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
|
|
35
|
+
import { type DeleteMembersCommandInput, type DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
|
|
36
|
+
import { type DescribeActionTargetsCommandInput, type DescribeActionTargetsCommandOutput } from "./commands/DescribeActionTargetsCommand";
|
|
37
|
+
import { type DescribeHubCommandInput, type DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
|
|
38
|
+
import { type DescribeOrganizationConfigurationCommandInput, type DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
39
|
+
import { type DescribeProductsCommandInput, type DescribeProductsCommandOutput } from "./commands/DescribeProductsCommand";
|
|
40
|
+
import { type DescribeProductsV2CommandInput, type DescribeProductsV2CommandOutput } from "./commands/DescribeProductsV2Command";
|
|
41
|
+
import { type DescribeSecurityHubV2CommandInput, type DescribeSecurityHubV2CommandOutput } from "./commands/DescribeSecurityHubV2Command";
|
|
42
|
+
import { type DescribeStandardsCommandInput, type DescribeStandardsCommandOutput } from "./commands/DescribeStandardsCommand";
|
|
43
|
+
import { type DescribeStandardsControlsCommandInput, type DescribeStandardsControlsCommandOutput } from "./commands/DescribeStandardsControlsCommand";
|
|
44
|
+
import { type DisableImportFindingsForProductCommandInput, type DisableImportFindingsForProductCommandOutput } from "./commands/DisableImportFindingsForProductCommand";
|
|
45
|
+
import { type DisableOrganizationAdminAccountCommandInput, type DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
46
|
+
import { type DisableSecurityHubCommandInput, type DisableSecurityHubCommandOutput } from "./commands/DisableSecurityHubCommand";
|
|
47
|
+
import { type DisableSecurityHubV2CommandInput, type DisableSecurityHubV2CommandOutput } from "./commands/DisableSecurityHubV2Command";
|
|
48
|
+
import { type DisassociateFromAdministratorAccountCommandInput, type DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
49
|
+
import { type DisassociateFromMasterAccountCommandInput, type DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
|
|
50
|
+
import { type DisassociateMembersCommandInput, type DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
|
|
51
|
+
import { type EnableImportFindingsForProductCommandInput, type EnableImportFindingsForProductCommandOutput } from "./commands/EnableImportFindingsForProductCommand";
|
|
52
|
+
import { type EnableOrganizationAdminAccountCommandInput, type EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
53
|
+
import { type EnableSecurityHubCommandInput, type EnableSecurityHubCommandOutput } from "./commands/EnableSecurityHubCommand";
|
|
54
|
+
import { type EnableSecurityHubV2CommandInput, type EnableSecurityHubV2CommandOutput } from "./commands/EnableSecurityHubV2Command";
|
|
55
|
+
import { type GetAdministratorAccountCommandInput, type GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
|
|
56
|
+
import { type GetAggregatorV2CommandInput, type GetAggregatorV2CommandOutput } from "./commands/GetAggregatorV2Command";
|
|
57
|
+
import { type GetAutomationRuleV2CommandInput, type GetAutomationRuleV2CommandOutput } from "./commands/GetAutomationRuleV2Command";
|
|
58
|
+
import { type GetConfigurationPolicyAssociationCommandInput, type GetConfigurationPolicyAssociationCommandOutput } from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
59
|
+
import { type GetConfigurationPolicyCommandInput, type GetConfigurationPolicyCommandOutput } from "./commands/GetConfigurationPolicyCommand";
|
|
60
|
+
import { type GetConnectorV2CommandInput, type GetConnectorV2CommandOutput } from "./commands/GetConnectorV2Command";
|
|
61
|
+
import { type GetEnabledStandardsCommandInput, type GetEnabledStandardsCommandOutput } from "./commands/GetEnabledStandardsCommand";
|
|
62
|
+
import { type GetFindingAggregatorCommandInput, type GetFindingAggregatorCommandOutput } from "./commands/GetFindingAggregatorCommand";
|
|
63
|
+
import { type GetFindingHistoryCommandInput, type GetFindingHistoryCommandOutput } from "./commands/GetFindingHistoryCommand";
|
|
64
|
+
import { type GetFindingsCommandInput, type GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
65
|
+
import { type GetFindingStatisticsV2CommandInput, type GetFindingStatisticsV2CommandOutput } from "./commands/GetFindingStatisticsV2Command";
|
|
66
|
+
import { type GetFindingsTrendsV2CommandInput, type GetFindingsTrendsV2CommandOutput } from "./commands/GetFindingsTrendsV2Command";
|
|
67
|
+
import { type GetFindingsV2CommandInput, type GetFindingsV2CommandOutput } from "./commands/GetFindingsV2Command";
|
|
68
|
+
import { type GetInsightResultsCommandInput, type GetInsightResultsCommandOutput } from "./commands/GetInsightResultsCommand";
|
|
69
|
+
import { type GetInsightsCommandInput, type GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
70
|
+
import { type GetInvitationsCountCommandInput, type GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
71
|
+
import { type GetMasterAccountCommandInput, type GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
72
|
+
import { type GetMembersCommandInput, type GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
73
|
+
import { type GetResourcesStatisticsV2CommandInput, type GetResourcesStatisticsV2CommandOutput } from "./commands/GetResourcesStatisticsV2Command";
|
|
74
|
+
import { type GetResourcesTrendsV2CommandInput, type GetResourcesTrendsV2CommandOutput } from "./commands/GetResourcesTrendsV2Command";
|
|
75
|
+
import { type GetResourcesV2CommandInput, type GetResourcesV2CommandOutput } from "./commands/GetResourcesV2Command";
|
|
76
|
+
import { type GetSecurityControlDefinitionCommandInput, type GetSecurityControlDefinitionCommandOutput } from "./commands/GetSecurityControlDefinitionCommand";
|
|
77
|
+
import { type InviteMembersCommandInput, type InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
|
|
78
|
+
import { type ListAggregatorsV2CommandInput, type ListAggregatorsV2CommandOutput } from "./commands/ListAggregatorsV2Command";
|
|
79
|
+
import { type ListAutomationRulesCommandInput, type ListAutomationRulesCommandOutput } from "./commands/ListAutomationRulesCommand";
|
|
80
|
+
import { type ListAutomationRulesV2CommandInput, type ListAutomationRulesV2CommandOutput } from "./commands/ListAutomationRulesV2Command";
|
|
81
|
+
import { type ListConfigurationPoliciesCommandInput, type ListConfigurationPoliciesCommandOutput } from "./commands/ListConfigurationPoliciesCommand";
|
|
82
|
+
import { type ListConfigurationPolicyAssociationsCommandInput, type ListConfigurationPolicyAssociationsCommandOutput } from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
83
|
+
import { type ListConnectorsV2CommandInput, type ListConnectorsV2CommandOutput } from "./commands/ListConnectorsV2Command";
|
|
84
|
+
import { type ListEnabledProductsForImportCommandInput, type ListEnabledProductsForImportCommandOutput } from "./commands/ListEnabledProductsForImportCommand";
|
|
85
|
+
import { type ListFindingAggregatorsCommandInput, type ListFindingAggregatorsCommandOutput } from "./commands/ListFindingAggregatorsCommand";
|
|
86
|
+
import { type ListInvitationsCommandInput, type ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
|
|
87
|
+
import { type ListMembersCommandInput, type ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
88
|
+
import { type ListOrganizationAdminAccountsCommandInput, type ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
|
|
89
|
+
import { type ListSecurityControlDefinitionsCommandInput, type ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
90
|
+
import { type ListStandardsControlAssociationsCommandInput, type ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
|
|
91
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
92
|
+
import { type RegisterConnectorV2CommandInput, type RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
|
|
93
|
+
import { type StartConfigurationPolicyAssociationCommandInput, type StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
94
|
+
import { type StartConfigurationPolicyDisassociationCommandInput, type StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
95
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
96
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
97
|
+
import { type UpdateActionTargetCommandInput, type UpdateActionTargetCommandOutput } from "./commands/UpdateActionTargetCommand";
|
|
98
|
+
import { type UpdateAggregatorV2CommandInput, type UpdateAggregatorV2CommandOutput } from "./commands/UpdateAggregatorV2Command";
|
|
99
|
+
import { type UpdateAutomationRuleV2CommandInput, type UpdateAutomationRuleV2CommandOutput } from "./commands/UpdateAutomationRuleV2Command";
|
|
100
|
+
import { type UpdateConfigurationPolicyCommandInput, type UpdateConfigurationPolicyCommandOutput } from "./commands/UpdateConfigurationPolicyCommand";
|
|
101
|
+
import { type UpdateConnectorV2CommandInput, type UpdateConnectorV2CommandOutput } from "./commands/UpdateConnectorV2Command";
|
|
102
|
+
import { type UpdateFindingAggregatorCommandInput, type UpdateFindingAggregatorCommandOutput } from "./commands/UpdateFindingAggregatorCommand";
|
|
103
|
+
import { type UpdateFindingsCommandInput, type UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
104
|
+
import { type UpdateInsightCommandInput, type UpdateInsightCommandOutput } from "./commands/UpdateInsightCommand";
|
|
105
|
+
import { type UpdateOrganizationConfigurationCommandInput, type UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
106
|
+
import { type UpdateSecurityControlCommandInput, type UpdateSecurityControlCommandOutput } from "./commands/UpdateSecurityControlCommand";
|
|
107
|
+
import { type UpdateSecurityHubConfigurationCommandInput, type UpdateSecurityHubConfigurationCommandOutput } from "./commands/UpdateSecurityHubConfigurationCommand";
|
|
108
|
+
import { type UpdateStandardsControlCommandInput, type UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
|
|
109
109
|
import { SecurityHubClient } from "./SecurityHubClient";
|
|
110
110
|
export interface SecurityHub {
|
|
111
111
|
/**
|
|
@@ -5,116 +5,116 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
|
|
11
|
-
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
|
|
12
|
-
import { BatchDeleteAutomationRulesCommandInput, BatchDeleteAutomationRulesCommandOutput } from "./commands/BatchDeleteAutomationRulesCommand";
|
|
13
|
-
import { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "./commands/BatchDisableStandardsCommand";
|
|
14
|
-
import { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "./commands/BatchEnableStandardsCommand";
|
|
15
|
-
import { BatchGetAutomationRulesCommandInput, BatchGetAutomationRulesCommandOutput } from "./commands/BatchGetAutomationRulesCommand";
|
|
16
|
-
import { BatchGetConfigurationPolicyAssociationsCommandInput, BatchGetConfigurationPolicyAssociationsCommandOutput } from "./commands/BatchGetConfigurationPolicyAssociationsCommand";
|
|
17
|
-
import { BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput } from "./commands/BatchGetSecurityControlsCommand";
|
|
18
|
-
import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput } from "./commands/BatchGetStandardsControlAssociationsCommand";
|
|
19
|
-
import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
|
|
20
|
-
import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesCommandOutput } from "./commands/BatchUpdateAutomationRulesCommand";
|
|
21
|
-
import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
22
|
-
import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
23
|
-
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
24
|
-
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
25
|
-
import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
26
|
-
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
27
|
-
import { CreateAutomationRuleV2CommandInput, CreateAutomationRuleV2CommandOutput } from "./commands/CreateAutomationRuleV2Command";
|
|
28
|
-
import { CreateConfigurationPolicyCommandInput, CreateConfigurationPolicyCommandOutput } from "./commands/CreateConfigurationPolicyCommand";
|
|
29
|
-
import { CreateConnectorV2CommandInput, CreateConnectorV2CommandOutput } from "./commands/CreateConnectorV2Command";
|
|
30
|
-
import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
|
|
31
|
-
import { CreateInsightCommandInput, CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
|
|
32
|
-
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
|
|
33
|
-
import { CreateTicketV2CommandInput, CreateTicketV2CommandOutput } from "./commands/CreateTicketV2Command";
|
|
34
|
-
import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
|
|
35
|
-
import { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "./commands/DeleteActionTargetCommand";
|
|
36
|
-
import { DeleteAggregatorV2CommandInput, DeleteAggregatorV2CommandOutput } from "./commands/DeleteAggregatorV2Command";
|
|
37
|
-
import { DeleteAutomationRuleV2CommandInput, DeleteAutomationRuleV2CommandOutput } from "./commands/DeleteAutomationRuleV2Command";
|
|
38
|
-
import { DeleteConfigurationPolicyCommandInput, DeleteConfigurationPolicyCommandOutput } from "./commands/DeleteConfigurationPolicyCommand";
|
|
39
|
-
import { DeleteConnectorV2CommandInput, DeleteConnectorV2CommandOutput } from "./commands/DeleteConnectorV2Command";
|
|
40
|
-
import { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "./commands/DeleteFindingAggregatorCommand";
|
|
41
|
-
import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
|
|
42
|
-
import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
|
|
43
|
-
import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
|
|
44
|
-
import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput } from "./commands/DescribeActionTargetsCommand";
|
|
45
|
-
import { DescribeHubCommandInput, DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
|
|
46
|
-
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
47
|
-
import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "./commands/DescribeProductsCommand";
|
|
48
|
-
import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "./commands/DescribeProductsV2Command";
|
|
49
|
-
import { DescribeSecurityHubV2CommandInput, DescribeSecurityHubV2CommandOutput } from "./commands/DescribeSecurityHubV2Command";
|
|
50
|
-
import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "./commands/DescribeStandardsCommand";
|
|
51
|
-
import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "./commands/DescribeStandardsControlsCommand";
|
|
52
|
-
import { DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput } from "./commands/DisableImportFindingsForProductCommand";
|
|
53
|
-
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
54
|
-
import { DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput } from "./commands/DisableSecurityHubCommand";
|
|
55
|
-
import { DisableSecurityHubV2CommandInput, DisableSecurityHubV2CommandOutput } from "./commands/DisableSecurityHubV2Command";
|
|
56
|
-
import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
57
|
-
import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
|
|
58
|
-
import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
|
|
59
|
-
import { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput } from "./commands/EnableImportFindingsForProductCommand";
|
|
60
|
-
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
61
|
-
import { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "./commands/EnableSecurityHubCommand";
|
|
62
|
-
import { EnableSecurityHubV2CommandInput, EnableSecurityHubV2CommandOutput } from "./commands/EnableSecurityHubV2Command";
|
|
63
|
-
import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
|
|
64
|
-
import { GetAggregatorV2CommandInput, GetAggregatorV2CommandOutput } from "./commands/GetAggregatorV2Command";
|
|
65
|
-
import { GetAutomationRuleV2CommandInput, GetAutomationRuleV2CommandOutput } from "./commands/GetAutomationRuleV2Command";
|
|
66
|
-
import { GetConfigurationPolicyAssociationCommandInput, GetConfigurationPolicyAssociationCommandOutput } from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
67
|
-
import { GetConfigurationPolicyCommandInput, GetConfigurationPolicyCommandOutput } from "./commands/GetConfigurationPolicyCommand";
|
|
68
|
-
import { GetConnectorV2CommandInput, GetConnectorV2CommandOutput } from "./commands/GetConnectorV2Command";
|
|
69
|
-
import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "./commands/GetEnabledStandardsCommand";
|
|
70
|
-
import { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "./commands/GetFindingAggregatorCommand";
|
|
71
|
-
import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "./commands/GetFindingHistoryCommand";
|
|
72
|
-
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
73
|
-
import { GetFindingStatisticsV2CommandInput, GetFindingStatisticsV2CommandOutput } from "./commands/GetFindingStatisticsV2Command";
|
|
74
|
-
import { GetFindingsTrendsV2CommandInput, GetFindingsTrendsV2CommandOutput } from "./commands/GetFindingsTrendsV2Command";
|
|
75
|
-
import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "./commands/GetFindingsV2Command";
|
|
76
|
-
import { GetInsightResultsCommandInput, GetInsightResultsCommandOutput } from "./commands/GetInsightResultsCommand";
|
|
77
|
-
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
78
|
-
import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
79
|
-
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
80
|
-
import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
81
|
-
import { GetResourcesStatisticsV2CommandInput, GetResourcesStatisticsV2CommandOutput } from "./commands/GetResourcesStatisticsV2Command";
|
|
82
|
-
import { GetResourcesTrendsV2CommandInput, GetResourcesTrendsV2CommandOutput } from "./commands/GetResourcesTrendsV2Command";
|
|
83
|
-
import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "./commands/GetResourcesV2Command";
|
|
84
|
-
import { GetSecurityControlDefinitionCommandInput, GetSecurityControlDefinitionCommandOutput } from "./commands/GetSecurityControlDefinitionCommand";
|
|
85
|
-
import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
|
|
86
|
-
import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "./commands/ListAggregatorsV2Command";
|
|
87
|
-
import { ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput } from "./commands/ListAutomationRulesCommand";
|
|
88
|
-
import { ListAutomationRulesV2CommandInput, ListAutomationRulesV2CommandOutput } from "./commands/ListAutomationRulesV2Command";
|
|
89
|
-
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "./commands/ListConfigurationPoliciesCommand";
|
|
90
|
-
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
91
|
-
import { ListConnectorsV2CommandInput, ListConnectorsV2CommandOutput } from "./commands/ListConnectorsV2Command";
|
|
92
|
-
import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "./commands/ListEnabledProductsForImportCommand";
|
|
93
|
-
import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "./commands/ListFindingAggregatorsCommand";
|
|
94
|
-
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
|
|
95
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
96
|
-
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
|
|
97
|
-
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
98
|
-
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
|
|
99
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
100
|
-
import { RegisterConnectorV2CommandInput, RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
|
|
101
|
-
import { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
102
|
-
import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
103
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
104
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
105
|
-
import { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "./commands/UpdateActionTargetCommand";
|
|
106
|
-
import { UpdateAggregatorV2CommandInput, UpdateAggregatorV2CommandOutput } from "./commands/UpdateAggregatorV2Command";
|
|
107
|
-
import { UpdateAutomationRuleV2CommandInput, UpdateAutomationRuleV2CommandOutput } from "./commands/UpdateAutomationRuleV2Command";
|
|
108
|
-
import { UpdateConfigurationPolicyCommandInput, UpdateConfigurationPolicyCommandOutput } from "./commands/UpdateConfigurationPolicyCommand";
|
|
109
|
-
import { UpdateConnectorV2CommandInput, UpdateConnectorV2CommandOutput } from "./commands/UpdateConnectorV2Command";
|
|
110
|
-
import { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "./commands/UpdateFindingAggregatorCommand";
|
|
111
|
-
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
112
|
-
import { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "./commands/UpdateInsightCommand";
|
|
113
|
-
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
114
|
-
import { UpdateSecurityControlCommandInput, UpdateSecurityControlCommandOutput } from "./commands/UpdateSecurityControlCommand";
|
|
115
|
-
import { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput } from "./commands/UpdateSecurityHubConfigurationCommand";
|
|
116
|
-
import { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
|
|
117
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
|
|
11
|
+
import type { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
|
|
12
|
+
import type { BatchDeleteAutomationRulesCommandInput, BatchDeleteAutomationRulesCommandOutput } from "./commands/BatchDeleteAutomationRulesCommand";
|
|
13
|
+
import type { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "./commands/BatchDisableStandardsCommand";
|
|
14
|
+
import type { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "./commands/BatchEnableStandardsCommand";
|
|
15
|
+
import type { BatchGetAutomationRulesCommandInput, BatchGetAutomationRulesCommandOutput } from "./commands/BatchGetAutomationRulesCommand";
|
|
16
|
+
import type { BatchGetConfigurationPolicyAssociationsCommandInput, BatchGetConfigurationPolicyAssociationsCommandOutput } from "./commands/BatchGetConfigurationPolicyAssociationsCommand";
|
|
17
|
+
import type { BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput } from "./commands/BatchGetSecurityControlsCommand";
|
|
18
|
+
import type { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput } from "./commands/BatchGetStandardsControlAssociationsCommand";
|
|
19
|
+
import type { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
|
|
20
|
+
import type { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesCommandOutput } from "./commands/BatchUpdateAutomationRulesCommand";
|
|
21
|
+
import type { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
22
|
+
import type { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
23
|
+
import type { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
24
|
+
import type { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
25
|
+
import type { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
26
|
+
import type { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
27
|
+
import type { CreateAutomationRuleV2CommandInput, CreateAutomationRuleV2CommandOutput } from "./commands/CreateAutomationRuleV2Command";
|
|
28
|
+
import type { CreateConfigurationPolicyCommandInput, CreateConfigurationPolicyCommandOutput } from "./commands/CreateConfigurationPolicyCommand";
|
|
29
|
+
import type { CreateConnectorV2CommandInput, CreateConnectorV2CommandOutput } from "./commands/CreateConnectorV2Command";
|
|
30
|
+
import type { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
|
|
31
|
+
import type { CreateInsightCommandInput, CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
|
|
32
|
+
import type { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
|
|
33
|
+
import type { CreateTicketV2CommandInput, CreateTicketV2CommandOutput } from "./commands/CreateTicketV2Command";
|
|
34
|
+
import type { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
|
|
35
|
+
import type { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "./commands/DeleteActionTargetCommand";
|
|
36
|
+
import type { DeleteAggregatorV2CommandInput, DeleteAggregatorV2CommandOutput } from "./commands/DeleteAggregatorV2Command";
|
|
37
|
+
import type { DeleteAutomationRuleV2CommandInput, DeleteAutomationRuleV2CommandOutput } from "./commands/DeleteAutomationRuleV2Command";
|
|
38
|
+
import type { DeleteConfigurationPolicyCommandInput, DeleteConfigurationPolicyCommandOutput } from "./commands/DeleteConfigurationPolicyCommand";
|
|
39
|
+
import type { DeleteConnectorV2CommandInput, DeleteConnectorV2CommandOutput } from "./commands/DeleteConnectorV2Command";
|
|
40
|
+
import type { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "./commands/DeleteFindingAggregatorCommand";
|
|
41
|
+
import type { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
|
|
42
|
+
import type { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
|
|
43
|
+
import type { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
|
|
44
|
+
import type { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput } from "./commands/DescribeActionTargetsCommand";
|
|
45
|
+
import type { DescribeHubCommandInput, DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
|
|
46
|
+
import type { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
47
|
+
import type { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "./commands/DescribeProductsCommand";
|
|
48
|
+
import type { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "./commands/DescribeProductsV2Command";
|
|
49
|
+
import type { DescribeSecurityHubV2CommandInput, DescribeSecurityHubV2CommandOutput } from "./commands/DescribeSecurityHubV2Command";
|
|
50
|
+
import type { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "./commands/DescribeStandardsCommand";
|
|
51
|
+
import type { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "./commands/DescribeStandardsControlsCommand";
|
|
52
|
+
import type { DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput } from "./commands/DisableImportFindingsForProductCommand";
|
|
53
|
+
import type { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
54
|
+
import type { DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput } from "./commands/DisableSecurityHubCommand";
|
|
55
|
+
import type { DisableSecurityHubV2CommandInput, DisableSecurityHubV2CommandOutput } from "./commands/DisableSecurityHubV2Command";
|
|
56
|
+
import type { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
57
|
+
import type { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
|
|
58
|
+
import type { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
|
|
59
|
+
import type { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput } from "./commands/EnableImportFindingsForProductCommand";
|
|
60
|
+
import type { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
61
|
+
import type { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "./commands/EnableSecurityHubCommand";
|
|
62
|
+
import type { EnableSecurityHubV2CommandInput, EnableSecurityHubV2CommandOutput } from "./commands/EnableSecurityHubV2Command";
|
|
63
|
+
import type { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
|
|
64
|
+
import type { GetAggregatorV2CommandInput, GetAggregatorV2CommandOutput } from "./commands/GetAggregatorV2Command";
|
|
65
|
+
import type { GetAutomationRuleV2CommandInput, GetAutomationRuleV2CommandOutput } from "./commands/GetAutomationRuleV2Command";
|
|
66
|
+
import type { GetConfigurationPolicyAssociationCommandInput, GetConfigurationPolicyAssociationCommandOutput } from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
67
|
+
import type { GetConfigurationPolicyCommandInput, GetConfigurationPolicyCommandOutput } from "./commands/GetConfigurationPolicyCommand";
|
|
68
|
+
import type { GetConnectorV2CommandInput, GetConnectorV2CommandOutput } from "./commands/GetConnectorV2Command";
|
|
69
|
+
import type { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "./commands/GetEnabledStandardsCommand";
|
|
70
|
+
import type { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "./commands/GetFindingAggregatorCommand";
|
|
71
|
+
import type { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "./commands/GetFindingHistoryCommand";
|
|
72
|
+
import type { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
73
|
+
import type { GetFindingStatisticsV2CommandInput, GetFindingStatisticsV2CommandOutput } from "./commands/GetFindingStatisticsV2Command";
|
|
74
|
+
import type { GetFindingsTrendsV2CommandInput, GetFindingsTrendsV2CommandOutput } from "./commands/GetFindingsTrendsV2Command";
|
|
75
|
+
import type { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "./commands/GetFindingsV2Command";
|
|
76
|
+
import type { GetInsightResultsCommandInput, GetInsightResultsCommandOutput } from "./commands/GetInsightResultsCommand";
|
|
77
|
+
import type { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
78
|
+
import type { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
79
|
+
import type { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
80
|
+
import type { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
81
|
+
import type { GetResourcesStatisticsV2CommandInput, GetResourcesStatisticsV2CommandOutput } from "./commands/GetResourcesStatisticsV2Command";
|
|
82
|
+
import type { GetResourcesTrendsV2CommandInput, GetResourcesTrendsV2CommandOutput } from "./commands/GetResourcesTrendsV2Command";
|
|
83
|
+
import type { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "./commands/GetResourcesV2Command";
|
|
84
|
+
import type { GetSecurityControlDefinitionCommandInput, GetSecurityControlDefinitionCommandOutput } from "./commands/GetSecurityControlDefinitionCommand";
|
|
85
|
+
import type { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
|
|
86
|
+
import type { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "./commands/ListAggregatorsV2Command";
|
|
87
|
+
import type { ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput } from "./commands/ListAutomationRulesCommand";
|
|
88
|
+
import type { ListAutomationRulesV2CommandInput, ListAutomationRulesV2CommandOutput } from "./commands/ListAutomationRulesV2Command";
|
|
89
|
+
import type { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "./commands/ListConfigurationPoliciesCommand";
|
|
90
|
+
import type { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
91
|
+
import type { ListConnectorsV2CommandInput, ListConnectorsV2CommandOutput } from "./commands/ListConnectorsV2Command";
|
|
92
|
+
import type { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "./commands/ListEnabledProductsForImportCommand";
|
|
93
|
+
import type { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "./commands/ListFindingAggregatorsCommand";
|
|
94
|
+
import type { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
|
|
95
|
+
import type { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
96
|
+
import type { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
|
|
97
|
+
import type { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
98
|
+
import type { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
|
|
99
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
100
|
+
import type { RegisterConnectorV2CommandInput, RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
|
|
101
|
+
import type { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
102
|
+
import type { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
103
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
104
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
105
|
+
import type { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "./commands/UpdateActionTargetCommand";
|
|
106
|
+
import type { UpdateAggregatorV2CommandInput, UpdateAggregatorV2CommandOutput } from "./commands/UpdateAggregatorV2Command";
|
|
107
|
+
import type { UpdateAutomationRuleV2CommandInput, UpdateAutomationRuleV2CommandOutput } from "./commands/UpdateAutomationRuleV2Command";
|
|
108
|
+
import type { UpdateConfigurationPolicyCommandInput, UpdateConfigurationPolicyCommandOutput } from "./commands/UpdateConfigurationPolicyCommand";
|
|
109
|
+
import type { UpdateConnectorV2CommandInput, UpdateConnectorV2CommandOutput } from "./commands/UpdateConnectorV2Command";
|
|
110
|
+
import type { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "./commands/UpdateFindingAggregatorCommand";
|
|
111
|
+
import type { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
112
|
+
import type { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "./commands/UpdateInsightCommand";
|
|
113
|
+
import type { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
114
|
+
import type { UpdateSecurityControlCommandInput, UpdateSecurityControlCommandOutput } from "./commands/UpdateSecurityControlCommand";
|
|
115
|
+
import type { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput } from "./commands/UpdateSecurityHubConfigurationCommand";
|
|
116
|
+
import type { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
|
|
117
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
118
118
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
119
119
|
export { __Client };
|
|
120
120
|
/**
|
|
@@ -223,7 +223,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
223
223
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
224
224
|
* @internal
|
|
225
225
|
*/
|
|
226
|
-
defaultUserAgentProvider?:
|
|
226
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
227
227
|
/**
|
|
228
228
|
* Default credentials provider; Not available in browser runtime.
|
|
229
229
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { SecurityHubHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
*/
|
|
77
77
|
export * from "./SecurityHubClient";
|
|
78
78
|
export * from "./SecurityHub";
|
|
79
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
79
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
80
80
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
81
81
|
export type { SecurityHubExtensionConfiguration } from "./extensionConfiguration";
|
|
82
82
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActorSessionMfaStatus, AdminStatus, AssociationType, AutomationRulesActionType, AutomationRulesActionTypeV2, ConfigurationPolicyAssociationStatus, DateRangeUnit, MapFilterComparison, RuleStatus, RuleStatusV2, SeverityLabel, StringFilterComparison, VerificationState, WorkflowStatus } from "./enums";
|
|
1
|
+
import type { ActorSessionMfaStatus, AdminStatus, AssociationType, AutomationRulesActionType, AutomationRulesActionTypeV2, ConfigurationPolicyAssociationStatus, DateRangeUnit, MapFilterComparison, RuleStatus, RuleStatusV2, SeverityLabel, StringFilterComparison, VerificationState, WorkflowStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsIamAccessKeyStatus, AwsS3BucketNotificationConfigurationS3KeyFilterRuleName, ComplianceStatus, ConnectionDirection, MalwareState, MalwareType, NetworkDirection, SeverityLabel } from "./enums";
|
|
2
|
-
import
|
|
1
|
+
import type { AwsIamAccessKeyStatus, AwsS3BucketNotificationConfigurationS3KeyFilterRuleName, ComplianceStatus, ConnectionDirection, MalwareState, MalwareType, NetworkDirection, SeverityLabel } from "./enums";
|
|
2
|
+
import type { Actor, AssociatedStandard, AvailabilityZone, AwsEcsContainerDetails, AwsEcsTaskDefinitionContainerDefinitionsDetails, AwsEcsTaskDefinitionInferenceAcceleratorsDetails, AwsEcsTaskDefinitionPlacementConstraintsDetails, AwsEcsTaskDefinitionProxyConfigurationDetails, AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails, AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails, RelatedFinding } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Information about a bind mount host volume.</p>
|
|
5
5
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AssociationStatus, AssociationType, AutoEnableStandards, BatchUpdateFindingsV2UnprocessedFindingErrorCode, ConfigurationPolicyAssociationStatus, ConnectorAuthStatus, ConnectorProviderName, ConnectorStatus, ControlFindingGenerator, ControlStatus, FindingHistoryUpdateSourceType, FindingsTrendsStringField, GranularityField, IntegrationType, IntegrationV2Type, OcsfBooleanField, OcsfDateField, OcsfIpField, OcsfMapField, OcsfNumberField, OcsfStringField, OrganizationConfigurationConfigurationType, OrganizationConfigurationStatus, ParameterValueType, Partition, RecordState, RegionAvailabilityStatus, ResourceCategory, ResourcesDateField, ResourcesMapField, ResourcesNumberField, ResourcesStringField, ResourcesTrendsStringField, RuleStatus, SecurityControlProperty, SecurityHubFeature, SeverityLabel, SeverityRating, SortOrder, StandardsControlsUpdatable, StandardsStatus, StatusReasonCode, TargetType, ThreatIntelIndicatorCategory, ThreatIntelIndicatorType, TicketCreationMode, UnprocessedErrorCode, UpdateStatus, VerificationState, VulnerabilityExploitAvailable, VulnerabilityFixAvailable, WorkflowState, WorkflowStatus } from "./enums";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import type { AssociationStatus, AssociationType, AutoEnableStandards, BatchUpdateFindingsV2UnprocessedFindingErrorCode, ConfigurationPolicyAssociationStatus, ConnectorAuthStatus, ConnectorProviderName, ConnectorStatus, ControlFindingGenerator, ControlStatus, FindingHistoryUpdateSourceType, FindingsTrendsStringField, GranularityField, IntegrationType, IntegrationV2Type, OcsfBooleanField, OcsfDateField, OcsfIpField, OcsfMapField, OcsfNumberField, OcsfStringField, OrganizationConfigurationConfigurationType, OrganizationConfigurationStatus, ParameterValueType, Partition, RecordState, RegionAvailabilityStatus, ResourceCategory, ResourcesDateField, ResourcesMapField, ResourcesNumberField, ResourcesStringField, ResourcesTrendsStringField, RuleStatus, SecurityControlProperty, SecurityHubFeature, SeverityLabel, SeverityRating, SortOrder, StandardsControlsUpdatable, StandardsStatus, StatusReasonCode, TargetType, ThreatIntelIndicatorCategory, ThreatIntelIndicatorType, TicketCreationMode, UnprocessedErrorCode, UpdateStatus, VerificationState, VulnerabilityExploitAvailable, VulnerabilityFixAvailable, WorkflowState, WorkflowStatus } from "./enums";
|
|
3
|
+
import type { AccountDetails, Action, ActionTarget, Adjustment, AdminAccount, AggregatorV2, AssociationFilters, AutomationRulesAction, AutomationRulesConfig, AutomationRulesFindingFilters, AutomationRulesMetadata, AutomationRulesMetadataV2, AwsAmazonMqBrokerDetails, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAppSyncGraphQlApiDetails, AwsAthenaWorkGroupDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsBackupBackupPlanDetails, AwsBackupBackupVaultDetails, AwsBackupRecoveryPointDetails, AwsCertificateManagerCertificateDetails, AwsCloudFormationStackDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCloudWatchAlarmDetails, AwsCodeBuildProjectDetails, AwsDmsEndpointDetails, AwsDmsReplicationInstanceDetails, AwsDmsReplicationTaskDetails, AwsDynamoDbTableDetails, AwsEc2ClientVpnEndpointDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2LaunchTemplateDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2RouteTableDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2TransitGatewayDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpcPeeringConnectionDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsContainerDetails, AwsEcsServiceDetails, DateFilter, MapFilter, NoteUpdate, NumberFilter, RelatedFinding, SeverityUpdate, StringFilter, WorkflowUpdate } from "./models_0";
|
|
4
|
+
import type { AwsEcsTaskDefinitionDetails, AwsEcsTaskDetails, AwsEfsAccessPointDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsEventSchemasRegistryDetails, AwsEventsEndpointDetails, AwsEventsEventbusDetails, AwsGuardDutyDetectorDetails, AwsIamAccessKeyDetails, AwsIamGroupDetails, AwsIamPolicyDetails, AwsIamRoleDetails, AwsIamUserDetails, AwsKinesisStreamDetails, AwsKmsKeyDetails, AwsLambdaFunctionDetails, AwsLambdaLayerVersionDetails, AwsMskClusterDetails, AwsNetworkFirewallFirewallDetails, AwsNetworkFirewallFirewallPolicyDetails, AwsNetworkFirewallRuleGroupDetails, AwsOpenSearchServiceDomainDetails, AwsRdsDbClusterDetails, AwsRdsDbClusterSnapshotDetails, AwsRdsDbInstanceDetails, AwsRdsDbSecurityGroupDetails, AwsRdsDbSnapshotDetails, AwsRdsEventSubscriptionDetails, AwsRedshiftClusterDetails, AwsRoute53HostedZoneDetails, AwsS3AccessPointDetails, AwsS3AccountPublicAccessBlockDetails, AwsS3BucketDetails, AwsS3ObjectDetails, AwsSageMakerNotebookInstanceDetails, AwsSecretsManagerSecretDetails, AwsSnsTopicDetails, AwsSqsQueueDetails, AwsSsmPatchComplianceDetails, AwsStepFunctionStateMachineDetails, AwsWafRateBasedRuleDetails, AwsWafRegionalRateBasedRuleDetails, AwsWafRegionalRuleDetails, AwsWafRegionalRuleGroupDetails, AwsWafRegionalWebAclDetails, AwsWafRuleDetails, AwsWafRuleGroupDetails, AwsWafv2CustomHttpHeader, Compliance, DataClassificationDetails, Detection, FindingProviderFields, GeneratorDetails, Malware, Network, NetworkPathComponent, Note, PatchSummary, ProcessDetails, Remediation } from "./models_1";
|
|
5
5
|
/**
|
|
6
6
|
* <p>
|
|
7
7
|
* Custom request handling behavior that inserts custom headers into a web request. WAF uses custom request handling when the rule action doesn't block the request.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AllowedOperators, AssociationType, AutoEnableStandards, ConfigurationPolicyAssociationStatus, ControlFindingGenerator, ControlStatus, GroupByField, RecordState, ResourceGroupByField, RuleStatusV2, SortOrder, TargetType } from "./enums";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { AllowedOperators, AssociationType, AutoEnableStandards, ConfigurationPolicyAssociationStatus, ControlFindingGenerator, ControlStatus, GroupByField, RecordState, ResourceGroupByField, RuleStatusV2, SortOrder, TargetType } from "./enums";
|
|
2
|
+
import type { AutomationRulesActionV2, NoteUpdate } from "./models_0";
|
|
3
|
+
import type { AwsSecurityFindingFilters, FindingsTrendsStringFilter, JiraCloudUpdateConfiguration, OcsfBooleanFilter, OcsfDateFilter, OcsfIpFilter, OcsfMapFilter, OcsfNumberFilter, OcsfStringFilter, OrganizationConfiguration, ParameterConfiguration, Policy, ResourcesDateFilter, ResourcesMapFilter, ResourcesNumberFilter, ResourcesStringFilter, ResourcesTrendsStringFilter, SortCriterion, Target } from "./models_2";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput } from "../commands/DescribeActionTargetsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "../commands/DescribeProductsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "../commands/DescribeProductsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "../commands/DescribeStandardsControlsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "../commands/DescribeStandardsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "../commands/GetEnabledStandardsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "../commands/GetFindingHistoryCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetFindingsTrendsV2CommandInput, GetFindingsTrendsV2CommandOutput } from "../commands/GetFindingsTrendsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "../commands/GetFindingsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "../commands/GetInsightsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetResourcesTrendsV2CommandInput, GetResourcesTrendsV2CommandOutput } from "../commands/GetResourcesTrendsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "../commands/GetResourcesV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "../commands/ListAggregatorsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "../commands/ListConfigurationPoliciesCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "../commands/ListConfigurationPolicyAssociationsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "../commands/ListEnabledProductsForImportCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "../commands/ListFindingAggregatorsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "../commands/ListSecurityControlDefinitionsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "../commands/ListStandardsControlAssociationsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -714,7 +713,7 @@ export interface ClientDefaults
|
|
|
714
713
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
715
714
|
region?: string | __Provider<string>;
|
|
716
715
|
profile?: string;
|
|
717
|
-
defaultUserAgentProvider?:
|
|
716
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
718
717
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
719
718
|
maxAttempts?: number | __Provider<number>;
|
|
720
719
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,9 +9,6 @@ import {
|
|
|
9
9
|
SeverityLabel,
|
|
10
10
|
} from "./enums";
|
|
11
11
|
import {
|
|
12
|
-
AwsEcsTaskDefinitionProxyConfigurationDetails,
|
|
13
|
-
AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails,
|
|
14
|
-
AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails,
|
|
15
12
|
Actor,
|
|
16
13
|
AssociatedStandard,
|
|
17
14
|
AvailabilityZone,
|
|
@@ -19,6 +16,9 @@ import {
|
|
|
19
16
|
AwsEcsTaskDefinitionContainerDefinitionsDetails,
|
|
20
17
|
AwsEcsTaskDefinitionInferenceAcceleratorsDetails,
|
|
21
18
|
AwsEcsTaskDefinitionPlacementConstraintsDetails,
|
|
19
|
+
AwsEcsTaskDefinitionProxyConfigurationDetails,
|
|
20
|
+
AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails,
|
|
21
|
+
AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails,
|
|
22
22
|
RelatedFinding,
|
|
23
23
|
} from "./models_0";
|
|
24
24
|
export interface AwsEcsTaskDefinitionVolumesHostDetails {
|
|
@@ -55,9 +55,18 @@ import {
|
|
|
55
55
|
WorkflowStatus,
|
|
56
56
|
} from "./enums";
|
|
57
57
|
import {
|
|
58
|
+
AccountDetails,
|
|
58
59
|
Action,
|
|
60
|
+
ActionTarget,
|
|
61
|
+
Adjustment,
|
|
62
|
+
AdminAccount,
|
|
63
|
+
AggregatorV2,
|
|
59
64
|
AssociationFilters,
|
|
65
|
+
AutomationRulesAction,
|
|
66
|
+
AutomationRulesConfig,
|
|
60
67
|
AutomationRulesFindingFilters,
|
|
68
|
+
AutomationRulesMetadata,
|
|
69
|
+
AutomationRulesMetadataV2,
|
|
61
70
|
AwsAmazonMqBrokerDetails,
|
|
62
71
|
AwsApiGatewayRestApiDetails,
|
|
63
72
|
AwsApiGatewayStageDetails,
|
|
@@ -100,23 +109,14 @@ import {
|
|
|
100
109
|
AwsEcsClusterDetails,
|
|
101
110
|
AwsEcsContainerDetails,
|
|
102
111
|
AwsEcsServiceDetails,
|
|
103
|
-
NoteUpdate,
|
|
104
|
-
SeverityUpdate,
|
|
105
|
-
WorkflowUpdate,
|
|
106
|
-
AccountDetails,
|
|
107
|
-
ActionTarget,
|
|
108
|
-
Adjustment,
|
|
109
|
-
AdminAccount,
|
|
110
|
-
AggregatorV2,
|
|
111
|
-
AutomationRulesAction,
|
|
112
|
-
AutomationRulesConfig,
|
|
113
|
-
AutomationRulesMetadata,
|
|
114
|
-
AutomationRulesMetadataV2,
|
|
115
112
|
DateFilter,
|
|
116
113
|
MapFilter,
|
|
114
|
+
NoteUpdate,
|
|
117
115
|
NumberFilter,
|
|
118
116
|
RelatedFinding,
|
|
117
|
+
SeverityUpdate,
|
|
119
118
|
StringFilter,
|
|
119
|
+
WorkflowUpdate,
|
|
120
120
|
} from "./models_0";
|
|
121
121
|
import {
|
|
122
122
|
AwsEcsTaskDefinitionDetails,
|
|
@@ -170,19 +170,19 @@ import {
|
|
|
170
170
|
AwsWafRegionalWebAclDetails,
|
|
171
171
|
AwsWafRuleDetails,
|
|
172
172
|
AwsWafRuleGroupDetails,
|
|
173
|
+
AwsWafv2CustomHttpHeader,
|
|
173
174
|
Compliance,
|
|
174
175
|
DataClassificationDetails,
|
|
175
176
|
Detection,
|
|
176
177
|
FindingProviderFields,
|
|
177
178
|
GeneratorDetails,
|
|
179
|
+
Malware,
|
|
178
180
|
Network,
|
|
181
|
+
NetworkPathComponent,
|
|
179
182
|
Note,
|
|
180
183
|
PatchSummary,
|
|
181
184
|
ProcessDetails,
|
|
182
185
|
Remediation,
|
|
183
|
-
AwsWafv2CustomHttpHeader,
|
|
184
|
-
Malware,
|
|
185
|
-
NetworkPathComponent,
|
|
186
186
|
} from "./models_1";
|
|
187
187
|
export interface AwsWafv2CustomRequestHandlingDetails {
|
|
188
188
|
InsertHeaders?: AwsWafv2CustomHttpHeader[] | undefined;
|
|
@@ -12,12 +12,9 @@ import {
|
|
|
12
12
|
SortOrder,
|
|
13
13
|
TargetType,
|
|
14
14
|
} from "./enums";
|
|
15
|
-
import {
|
|
15
|
+
import { AutomationRulesActionV2, NoteUpdate } from "./models_0";
|
|
16
16
|
import {
|
|
17
17
|
AwsSecurityFindingFilters,
|
|
18
|
-
OrganizationConfiguration,
|
|
19
|
-
Policy,
|
|
20
|
-
Target,
|
|
21
18
|
FindingsTrendsStringFilter,
|
|
22
19
|
JiraCloudUpdateConfiguration,
|
|
23
20
|
OcsfBooleanFilter,
|
|
@@ -26,13 +23,16 @@ import {
|
|
|
26
23
|
OcsfMapFilter,
|
|
27
24
|
OcsfNumberFilter,
|
|
28
25
|
OcsfStringFilter,
|
|
26
|
+
OrganizationConfiguration,
|
|
29
27
|
ParameterConfiguration,
|
|
28
|
+
Policy,
|
|
30
29
|
ResourcesDateFilter,
|
|
31
30
|
ResourcesMapFilter,
|
|
32
31
|
ResourcesNumberFilter,
|
|
33
32
|
ResourcesStringFilter,
|
|
34
33
|
ResourcesTrendsStringFilter,
|
|
35
34
|
SortCriterion,
|
|
35
|
+
Target,
|
|
36
36
|
} from "./models_2";
|
|
37
37
|
export interface ListTagsForResourceResponse {
|
|
38
38
|
Tags?: Record<string, string> | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-securityhub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-securityhub",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|