@aws-sdk/client-securityhub 3.828.0 → 3.831.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +208 -0
- package/dist-cjs/index.js +1956 -51
- package/dist-es/SecurityHub.js +52 -0
- package/dist-es/commands/BatchUpdateFindingsV2Command.js +22 -0
- package/dist-es/commands/ConnectorRegistrationsV2Command.js +22 -0
- package/dist-es/commands/CreateAggregatorV2Command.js +22 -0
- package/dist-es/commands/CreateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/CreateConnectorV2Command.js +23 -0
- package/dist-es/commands/CreateTicketV2Command.js +22 -0
- package/dist-es/commands/DeleteAggregatorV2Command.js +22 -0
- package/dist-es/commands/DeleteAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/DeleteConnectorV2Command.js +22 -0
- package/dist-es/commands/DescribeProductsV2Command.js +22 -0
- package/dist-es/commands/DescribeSecurityHubV2Command.js +22 -0
- package/dist-es/commands/DisableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/EnableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/GetAggregatorV2Command.js +22 -0
- package/dist-es/commands/GetAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/GetConnectorV2Command.js +22 -0
- package/dist-es/commands/GetFindingStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetFindingsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesV2Command.js +22 -0
- package/dist-es/commands/ListAggregatorsV2Command.js +22 -0
- package/dist-es/commands/ListAutomationRulesV2Command.js +22 -0
- package/dist-es/commands/ListConnectorsV2Command.js +22 -0
- package/dist-es/commands/UpdateAggregatorV2Command.js +22 -0
- package/dist-es/commands/UpdateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/UpdateConnectorV2Command.js +23 -0
- package/dist-es/commands/index.js +26 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/models/models_2.js +193 -19
- package/dist-es/models/models_3.js +101 -0
- package/dist-es/pagination/DescribeProductsV2Paginator.js +4 -0
- package/dist-es/pagination/GetFindingsV2Paginator.js +4 -0
- package/dist-es/pagination/GetResourcesV2Paginator.js +4 -0
- package/dist-es/pagination/ListAggregatorsV2Paginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +1071 -32
- package/dist-types/SecurityHub.d.ts +192 -0
- package/dist-types/SecurityHubClient.d.ts +28 -2
- package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -12
- package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +129 -0
- package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +96 -0
- package/dist-types/commands/CreateAggregatorV2Command.d.ts +106 -0
- package/dist-types/commands/CreateAutomationRuleCommand.d.ts +5 -5
- package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +174 -0
- package/dist-types/commands/CreateConnectorV2Command.d.ts +112 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +5 -5
- package/dist-types/commands/CreateTicketV2Command.d.ts +97 -0
- package/dist-types/commands/DeleteAggregatorV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteConnectorV2Command.d.ts +92 -0
- package/dist-types/commands/DescribeProductsV2Command.d.ts +107 -0
- package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +87 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/DisableSecurityHubV2Command.d.ts +84 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/EnableSecurityHubV2Command.d.ts +90 -0
- package/dist-types/commands/GetAggregatorV2Command.d.ts +99 -0
- package/dist-types/commands/GetAutomationRuleV2Command.d.ts +176 -0
- package/dist-types/commands/GetConnectorV2Command.d.ts +119 -0
- package/dist-types/commands/GetFindingHistoryCommand.d.ts +8 -2
- package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +169 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +7 -6
- package/dist-types/commands/GetFindingsV2Command.d.ts +163 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -6
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +162 -0
- package/dist-types/commands/GetResourcesV2Command.d.ts +190 -0
- package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListAggregatorsV2Command.d.ts +100 -0
- package/dist-types/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListAutomationRulesV2Command.d.ts +109 -0
- package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorsV2Command.d.ts +110 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -1
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAggregatorV2Command.d.ts +103 -0
- package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +171 -0
- package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectorV2Command.d.ts +99 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateInsightCommand.d.ts +6 -6
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +166 -320
- package/dist-types/models/models_1.d.ts +319 -343
- package/dist-types/models/models_2.d.ts +2465 -2269
- package/dist-types/models/models_3.d.ts +2386 -0
- package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetFindingsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetResourcesV2Paginator.d.ts +7 -0
- package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +234 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SecurityHub.d.ts +452 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +156 -0
- package/dist-types/ts3.4/commands/BatchUpdateFindingsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTicketV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProductsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAggregatorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcesStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -57
- package/dist-types/ts3.4/models/models_1.d.ts +57 -66
- package/dist-types/ts3.4/models/models_2.d.ts +522 -310
- package/dist-types/ts3.4/models/models_3.d.ts +626 -0
- package/dist-types/ts3.4/pagination/DescribeProductsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetFindingsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetResourcesV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAggregatorsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +312 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/package.json +5 -3
|
@@ -47,22 +47,42 @@ import {
|
|
|
47
47
|
BatchUpdateFindingsCommandInput,
|
|
48
48
|
BatchUpdateFindingsCommandOutput,
|
|
49
49
|
} from "./commands/BatchUpdateFindingsCommand";
|
|
50
|
+
import {
|
|
51
|
+
BatchUpdateFindingsV2CommandInput,
|
|
52
|
+
BatchUpdateFindingsV2CommandOutput,
|
|
53
|
+
} from "./commands/BatchUpdateFindingsV2Command";
|
|
50
54
|
import {
|
|
51
55
|
BatchUpdateStandardsControlAssociationsCommandInput,
|
|
52
56
|
BatchUpdateStandardsControlAssociationsCommandOutput,
|
|
53
57
|
} from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
58
|
+
import {
|
|
59
|
+
ConnectorRegistrationsV2CommandInput,
|
|
60
|
+
ConnectorRegistrationsV2CommandOutput,
|
|
61
|
+
} from "./commands/ConnectorRegistrationsV2Command";
|
|
54
62
|
import {
|
|
55
63
|
CreateActionTargetCommandInput,
|
|
56
64
|
CreateActionTargetCommandOutput,
|
|
57
65
|
} from "./commands/CreateActionTargetCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateAggregatorV2CommandInput,
|
|
68
|
+
CreateAggregatorV2CommandOutput,
|
|
69
|
+
} from "./commands/CreateAggregatorV2Command";
|
|
58
70
|
import {
|
|
59
71
|
CreateAutomationRuleCommandInput,
|
|
60
72
|
CreateAutomationRuleCommandOutput,
|
|
61
73
|
} from "./commands/CreateAutomationRuleCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateAutomationRuleV2CommandInput,
|
|
76
|
+
CreateAutomationRuleV2CommandOutput,
|
|
77
|
+
} from "./commands/CreateAutomationRuleV2Command";
|
|
62
78
|
import {
|
|
63
79
|
CreateConfigurationPolicyCommandInput,
|
|
64
80
|
CreateConfigurationPolicyCommandOutput,
|
|
65
81
|
} from "./commands/CreateConfigurationPolicyCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateConnectorV2CommandInput,
|
|
84
|
+
CreateConnectorV2CommandOutput,
|
|
85
|
+
} from "./commands/CreateConnectorV2Command";
|
|
66
86
|
import {
|
|
67
87
|
CreateFindingAggregatorCommandInput,
|
|
68
88
|
CreateFindingAggregatorCommandOutput,
|
|
@@ -75,6 +95,10 @@ import {
|
|
|
75
95
|
CreateMembersCommandInput,
|
|
76
96
|
CreateMembersCommandOutput,
|
|
77
97
|
} from "./commands/CreateMembersCommand";
|
|
98
|
+
import {
|
|
99
|
+
CreateTicketV2CommandInput,
|
|
100
|
+
CreateTicketV2CommandOutput,
|
|
101
|
+
} from "./commands/CreateTicketV2Command";
|
|
78
102
|
import {
|
|
79
103
|
DeclineInvitationsCommandInput,
|
|
80
104
|
DeclineInvitationsCommandOutput,
|
|
@@ -83,10 +107,22 @@ import {
|
|
|
83
107
|
DeleteActionTargetCommandInput,
|
|
84
108
|
DeleteActionTargetCommandOutput,
|
|
85
109
|
} from "./commands/DeleteActionTargetCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteAggregatorV2CommandInput,
|
|
112
|
+
DeleteAggregatorV2CommandOutput,
|
|
113
|
+
} from "./commands/DeleteAggregatorV2Command";
|
|
114
|
+
import {
|
|
115
|
+
DeleteAutomationRuleV2CommandInput,
|
|
116
|
+
DeleteAutomationRuleV2CommandOutput,
|
|
117
|
+
} from "./commands/DeleteAutomationRuleV2Command";
|
|
86
118
|
import {
|
|
87
119
|
DeleteConfigurationPolicyCommandInput,
|
|
88
120
|
DeleteConfigurationPolicyCommandOutput,
|
|
89
121
|
} from "./commands/DeleteConfigurationPolicyCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteConnectorV2CommandInput,
|
|
124
|
+
DeleteConnectorV2CommandOutput,
|
|
125
|
+
} from "./commands/DeleteConnectorV2Command";
|
|
90
126
|
import {
|
|
91
127
|
DeleteFindingAggregatorCommandInput,
|
|
92
128
|
DeleteFindingAggregatorCommandOutput,
|
|
@@ -119,6 +155,14 @@ import {
|
|
|
119
155
|
DescribeProductsCommandInput,
|
|
120
156
|
DescribeProductsCommandOutput,
|
|
121
157
|
} from "./commands/DescribeProductsCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribeProductsV2CommandInput,
|
|
160
|
+
DescribeProductsV2CommandOutput,
|
|
161
|
+
} from "./commands/DescribeProductsV2Command";
|
|
162
|
+
import {
|
|
163
|
+
DescribeSecurityHubV2CommandInput,
|
|
164
|
+
DescribeSecurityHubV2CommandOutput,
|
|
165
|
+
} from "./commands/DescribeSecurityHubV2Command";
|
|
122
166
|
import {
|
|
123
167
|
DescribeStandardsCommandInput,
|
|
124
168
|
DescribeStandardsCommandOutput,
|
|
@@ -139,6 +183,10 @@ import {
|
|
|
139
183
|
DisableSecurityHubCommandInput,
|
|
140
184
|
DisableSecurityHubCommandOutput,
|
|
141
185
|
} from "./commands/DisableSecurityHubCommand";
|
|
186
|
+
import {
|
|
187
|
+
DisableSecurityHubV2CommandInput,
|
|
188
|
+
DisableSecurityHubV2CommandOutput,
|
|
189
|
+
} from "./commands/DisableSecurityHubV2Command";
|
|
142
190
|
import {
|
|
143
191
|
DisassociateFromAdministratorAccountCommandInput,
|
|
144
192
|
DisassociateFromAdministratorAccountCommandOutput,
|
|
@@ -163,10 +211,22 @@ import {
|
|
|
163
211
|
EnableSecurityHubCommandInput,
|
|
164
212
|
EnableSecurityHubCommandOutput,
|
|
165
213
|
} from "./commands/EnableSecurityHubCommand";
|
|
214
|
+
import {
|
|
215
|
+
EnableSecurityHubV2CommandInput,
|
|
216
|
+
EnableSecurityHubV2CommandOutput,
|
|
217
|
+
} from "./commands/EnableSecurityHubV2Command";
|
|
166
218
|
import {
|
|
167
219
|
GetAdministratorAccountCommandInput,
|
|
168
220
|
GetAdministratorAccountCommandOutput,
|
|
169
221
|
} from "./commands/GetAdministratorAccountCommand";
|
|
222
|
+
import {
|
|
223
|
+
GetAggregatorV2CommandInput,
|
|
224
|
+
GetAggregatorV2CommandOutput,
|
|
225
|
+
} from "./commands/GetAggregatorV2Command";
|
|
226
|
+
import {
|
|
227
|
+
GetAutomationRuleV2CommandInput,
|
|
228
|
+
GetAutomationRuleV2CommandOutput,
|
|
229
|
+
} from "./commands/GetAutomationRuleV2Command";
|
|
170
230
|
import {
|
|
171
231
|
GetConfigurationPolicyAssociationCommandInput,
|
|
172
232
|
GetConfigurationPolicyAssociationCommandOutput,
|
|
@@ -175,6 +235,10 @@ import {
|
|
|
175
235
|
GetConfigurationPolicyCommandInput,
|
|
176
236
|
GetConfigurationPolicyCommandOutput,
|
|
177
237
|
} from "./commands/GetConfigurationPolicyCommand";
|
|
238
|
+
import {
|
|
239
|
+
GetConnectorV2CommandInput,
|
|
240
|
+
GetConnectorV2CommandOutput,
|
|
241
|
+
} from "./commands/GetConnectorV2Command";
|
|
178
242
|
import {
|
|
179
243
|
GetEnabledStandardsCommandInput,
|
|
180
244
|
GetEnabledStandardsCommandOutput,
|
|
@@ -191,6 +255,14 @@ import {
|
|
|
191
255
|
GetFindingsCommandInput,
|
|
192
256
|
GetFindingsCommandOutput,
|
|
193
257
|
} from "./commands/GetFindingsCommand";
|
|
258
|
+
import {
|
|
259
|
+
GetFindingStatisticsV2CommandInput,
|
|
260
|
+
GetFindingStatisticsV2CommandOutput,
|
|
261
|
+
} from "./commands/GetFindingStatisticsV2Command";
|
|
262
|
+
import {
|
|
263
|
+
GetFindingsV2CommandInput,
|
|
264
|
+
GetFindingsV2CommandOutput,
|
|
265
|
+
} from "./commands/GetFindingsV2Command";
|
|
194
266
|
import {
|
|
195
267
|
GetInsightResultsCommandInput,
|
|
196
268
|
GetInsightResultsCommandOutput,
|
|
@@ -211,6 +283,14 @@ import {
|
|
|
211
283
|
GetMembersCommandInput,
|
|
212
284
|
GetMembersCommandOutput,
|
|
213
285
|
} from "./commands/GetMembersCommand";
|
|
286
|
+
import {
|
|
287
|
+
GetResourcesStatisticsV2CommandInput,
|
|
288
|
+
GetResourcesStatisticsV2CommandOutput,
|
|
289
|
+
} from "./commands/GetResourcesStatisticsV2Command";
|
|
290
|
+
import {
|
|
291
|
+
GetResourcesV2CommandInput,
|
|
292
|
+
GetResourcesV2CommandOutput,
|
|
293
|
+
} from "./commands/GetResourcesV2Command";
|
|
214
294
|
import {
|
|
215
295
|
GetSecurityControlDefinitionCommandInput,
|
|
216
296
|
GetSecurityControlDefinitionCommandOutput,
|
|
@@ -219,10 +299,18 @@ import {
|
|
|
219
299
|
InviteMembersCommandInput,
|
|
220
300
|
InviteMembersCommandOutput,
|
|
221
301
|
} from "./commands/InviteMembersCommand";
|
|
302
|
+
import {
|
|
303
|
+
ListAggregatorsV2CommandInput,
|
|
304
|
+
ListAggregatorsV2CommandOutput,
|
|
305
|
+
} from "./commands/ListAggregatorsV2Command";
|
|
222
306
|
import {
|
|
223
307
|
ListAutomationRulesCommandInput,
|
|
224
308
|
ListAutomationRulesCommandOutput,
|
|
225
309
|
} from "./commands/ListAutomationRulesCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListAutomationRulesV2CommandInput,
|
|
312
|
+
ListAutomationRulesV2CommandOutput,
|
|
313
|
+
} from "./commands/ListAutomationRulesV2Command";
|
|
226
314
|
import {
|
|
227
315
|
ListConfigurationPoliciesCommandInput,
|
|
228
316
|
ListConfigurationPoliciesCommandOutput,
|
|
@@ -231,6 +319,10 @@ import {
|
|
|
231
319
|
ListConfigurationPolicyAssociationsCommandInput,
|
|
232
320
|
ListConfigurationPolicyAssociationsCommandOutput,
|
|
233
321
|
} from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
322
|
+
import {
|
|
323
|
+
ListConnectorsV2CommandInput,
|
|
324
|
+
ListConnectorsV2CommandOutput,
|
|
325
|
+
} from "./commands/ListConnectorsV2Command";
|
|
234
326
|
import {
|
|
235
327
|
ListEnabledProductsForImportCommandInput,
|
|
236
328
|
ListEnabledProductsForImportCommandOutput,
|
|
@@ -283,10 +375,22 @@ import {
|
|
|
283
375
|
UpdateActionTargetCommandInput,
|
|
284
376
|
UpdateActionTargetCommandOutput,
|
|
285
377
|
} from "./commands/UpdateActionTargetCommand";
|
|
378
|
+
import {
|
|
379
|
+
UpdateAggregatorV2CommandInput,
|
|
380
|
+
UpdateAggregatorV2CommandOutput,
|
|
381
|
+
} from "./commands/UpdateAggregatorV2Command";
|
|
382
|
+
import {
|
|
383
|
+
UpdateAutomationRuleV2CommandInput,
|
|
384
|
+
UpdateAutomationRuleV2CommandOutput,
|
|
385
|
+
} from "./commands/UpdateAutomationRuleV2Command";
|
|
286
386
|
import {
|
|
287
387
|
UpdateConfigurationPolicyCommandInput,
|
|
288
388
|
UpdateConfigurationPolicyCommandOutput,
|
|
289
389
|
} from "./commands/UpdateConfigurationPolicyCommand";
|
|
390
|
+
import {
|
|
391
|
+
UpdateConnectorV2CommandInput,
|
|
392
|
+
UpdateConnectorV2CommandOutput,
|
|
393
|
+
} from "./commands/UpdateConnectorV2Command";
|
|
290
394
|
import {
|
|
291
395
|
UpdateFindingAggregatorCommandInput,
|
|
292
396
|
UpdateFindingAggregatorCommandOutput,
|
|
@@ -485,6 +589,20 @@ export interface SecurityHub {
|
|
|
485
589
|
options: __HttpHandlerOptions,
|
|
486
590
|
cb: (err: any, data?: BatchUpdateFindingsCommandOutput) => void
|
|
487
591
|
): void;
|
|
592
|
+
batchUpdateFindingsV2(): Promise<BatchUpdateFindingsV2CommandOutput>;
|
|
593
|
+
batchUpdateFindingsV2(
|
|
594
|
+
args: BatchUpdateFindingsV2CommandInput,
|
|
595
|
+
options?: __HttpHandlerOptions
|
|
596
|
+
): Promise<BatchUpdateFindingsV2CommandOutput>;
|
|
597
|
+
batchUpdateFindingsV2(
|
|
598
|
+
args: BatchUpdateFindingsV2CommandInput,
|
|
599
|
+
cb: (err: any, data?: BatchUpdateFindingsV2CommandOutput) => void
|
|
600
|
+
): void;
|
|
601
|
+
batchUpdateFindingsV2(
|
|
602
|
+
args: BatchUpdateFindingsV2CommandInput,
|
|
603
|
+
options: __HttpHandlerOptions,
|
|
604
|
+
cb: (err: any, data?: BatchUpdateFindingsV2CommandOutput) => void
|
|
605
|
+
): void;
|
|
488
606
|
batchUpdateStandardsControlAssociations(
|
|
489
607
|
args: BatchUpdateStandardsControlAssociationsCommandInput,
|
|
490
608
|
options?: __HttpHandlerOptions
|
|
@@ -504,6 +622,19 @@ export interface SecurityHub {
|
|
|
504
622
|
data?: BatchUpdateStandardsControlAssociationsCommandOutput
|
|
505
623
|
) => void
|
|
506
624
|
): void;
|
|
625
|
+
connectorRegistrationsV2(
|
|
626
|
+
args: ConnectorRegistrationsV2CommandInput,
|
|
627
|
+
options?: __HttpHandlerOptions
|
|
628
|
+
): Promise<ConnectorRegistrationsV2CommandOutput>;
|
|
629
|
+
connectorRegistrationsV2(
|
|
630
|
+
args: ConnectorRegistrationsV2CommandInput,
|
|
631
|
+
cb: (err: any, data?: ConnectorRegistrationsV2CommandOutput) => void
|
|
632
|
+
): void;
|
|
633
|
+
connectorRegistrationsV2(
|
|
634
|
+
args: ConnectorRegistrationsV2CommandInput,
|
|
635
|
+
options: __HttpHandlerOptions,
|
|
636
|
+
cb: (err: any, data?: ConnectorRegistrationsV2CommandOutput) => void
|
|
637
|
+
): void;
|
|
507
638
|
createActionTarget(
|
|
508
639
|
args: CreateActionTargetCommandInput,
|
|
509
640
|
options?: __HttpHandlerOptions
|
|
@@ -517,6 +648,19 @@ export interface SecurityHub {
|
|
|
517
648
|
options: __HttpHandlerOptions,
|
|
518
649
|
cb: (err: any, data?: CreateActionTargetCommandOutput) => void
|
|
519
650
|
): void;
|
|
651
|
+
createAggregatorV2(
|
|
652
|
+
args: CreateAggregatorV2CommandInput,
|
|
653
|
+
options?: __HttpHandlerOptions
|
|
654
|
+
): Promise<CreateAggregatorV2CommandOutput>;
|
|
655
|
+
createAggregatorV2(
|
|
656
|
+
args: CreateAggregatorV2CommandInput,
|
|
657
|
+
cb: (err: any, data?: CreateAggregatorV2CommandOutput) => void
|
|
658
|
+
): void;
|
|
659
|
+
createAggregatorV2(
|
|
660
|
+
args: CreateAggregatorV2CommandInput,
|
|
661
|
+
options: __HttpHandlerOptions,
|
|
662
|
+
cb: (err: any, data?: CreateAggregatorV2CommandOutput) => void
|
|
663
|
+
): void;
|
|
520
664
|
createAutomationRule(
|
|
521
665
|
args: CreateAutomationRuleCommandInput,
|
|
522
666
|
options?: __HttpHandlerOptions
|
|
@@ -530,6 +674,19 @@ export interface SecurityHub {
|
|
|
530
674
|
options: __HttpHandlerOptions,
|
|
531
675
|
cb: (err: any, data?: CreateAutomationRuleCommandOutput) => void
|
|
532
676
|
): void;
|
|
677
|
+
createAutomationRuleV2(
|
|
678
|
+
args: CreateAutomationRuleV2CommandInput,
|
|
679
|
+
options?: __HttpHandlerOptions
|
|
680
|
+
): Promise<CreateAutomationRuleV2CommandOutput>;
|
|
681
|
+
createAutomationRuleV2(
|
|
682
|
+
args: CreateAutomationRuleV2CommandInput,
|
|
683
|
+
cb: (err: any, data?: CreateAutomationRuleV2CommandOutput) => void
|
|
684
|
+
): void;
|
|
685
|
+
createAutomationRuleV2(
|
|
686
|
+
args: CreateAutomationRuleV2CommandInput,
|
|
687
|
+
options: __HttpHandlerOptions,
|
|
688
|
+
cb: (err: any, data?: CreateAutomationRuleV2CommandOutput) => void
|
|
689
|
+
): void;
|
|
533
690
|
createConfigurationPolicy(
|
|
534
691
|
args: CreateConfigurationPolicyCommandInput,
|
|
535
692
|
options?: __HttpHandlerOptions
|
|
@@ -543,6 +700,19 @@ export interface SecurityHub {
|
|
|
543
700
|
options: __HttpHandlerOptions,
|
|
544
701
|
cb: (err: any, data?: CreateConfigurationPolicyCommandOutput) => void
|
|
545
702
|
): void;
|
|
703
|
+
createConnectorV2(
|
|
704
|
+
args: CreateConnectorV2CommandInput,
|
|
705
|
+
options?: __HttpHandlerOptions
|
|
706
|
+
): Promise<CreateConnectorV2CommandOutput>;
|
|
707
|
+
createConnectorV2(
|
|
708
|
+
args: CreateConnectorV2CommandInput,
|
|
709
|
+
cb: (err: any, data?: CreateConnectorV2CommandOutput) => void
|
|
710
|
+
): void;
|
|
711
|
+
createConnectorV2(
|
|
712
|
+
args: CreateConnectorV2CommandInput,
|
|
713
|
+
options: __HttpHandlerOptions,
|
|
714
|
+
cb: (err: any, data?: CreateConnectorV2CommandOutput) => void
|
|
715
|
+
): void;
|
|
546
716
|
createFindingAggregator(
|
|
547
717
|
args: CreateFindingAggregatorCommandInput,
|
|
548
718
|
options?: __HttpHandlerOptions
|
|
@@ -582,6 +752,19 @@ export interface SecurityHub {
|
|
|
582
752
|
options: __HttpHandlerOptions,
|
|
583
753
|
cb: (err: any, data?: CreateMembersCommandOutput) => void
|
|
584
754
|
): void;
|
|
755
|
+
createTicketV2(
|
|
756
|
+
args: CreateTicketV2CommandInput,
|
|
757
|
+
options?: __HttpHandlerOptions
|
|
758
|
+
): Promise<CreateTicketV2CommandOutput>;
|
|
759
|
+
createTicketV2(
|
|
760
|
+
args: CreateTicketV2CommandInput,
|
|
761
|
+
cb: (err: any, data?: CreateTicketV2CommandOutput) => void
|
|
762
|
+
): void;
|
|
763
|
+
createTicketV2(
|
|
764
|
+
args: CreateTicketV2CommandInput,
|
|
765
|
+
options: __HttpHandlerOptions,
|
|
766
|
+
cb: (err: any, data?: CreateTicketV2CommandOutput) => void
|
|
767
|
+
): void;
|
|
585
768
|
declineInvitations(
|
|
586
769
|
args: DeclineInvitationsCommandInput,
|
|
587
770
|
options?: __HttpHandlerOptions
|
|
@@ -608,6 +791,32 @@ export interface SecurityHub {
|
|
|
608
791
|
options: __HttpHandlerOptions,
|
|
609
792
|
cb: (err: any, data?: DeleteActionTargetCommandOutput) => void
|
|
610
793
|
): void;
|
|
794
|
+
deleteAggregatorV2(
|
|
795
|
+
args: DeleteAggregatorV2CommandInput,
|
|
796
|
+
options?: __HttpHandlerOptions
|
|
797
|
+
): Promise<DeleteAggregatorV2CommandOutput>;
|
|
798
|
+
deleteAggregatorV2(
|
|
799
|
+
args: DeleteAggregatorV2CommandInput,
|
|
800
|
+
cb: (err: any, data?: DeleteAggregatorV2CommandOutput) => void
|
|
801
|
+
): void;
|
|
802
|
+
deleteAggregatorV2(
|
|
803
|
+
args: DeleteAggregatorV2CommandInput,
|
|
804
|
+
options: __HttpHandlerOptions,
|
|
805
|
+
cb: (err: any, data?: DeleteAggregatorV2CommandOutput) => void
|
|
806
|
+
): void;
|
|
807
|
+
deleteAutomationRuleV2(
|
|
808
|
+
args: DeleteAutomationRuleV2CommandInput,
|
|
809
|
+
options?: __HttpHandlerOptions
|
|
810
|
+
): Promise<DeleteAutomationRuleV2CommandOutput>;
|
|
811
|
+
deleteAutomationRuleV2(
|
|
812
|
+
args: DeleteAutomationRuleV2CommandInput,
|
|
813
|
+
cb: (err: any, data?: DeleteAutomationRuleV2CommandOutput) => void
|
|
814
|
+
): void;
|
|
815
|
+
deleteAutomationRuleV2(
|
|
816
|
+
args: DeleteAutomationRuleV2CommandInput,
|
|
817
|
+
options: __HttpHandlerOptions,
|
|
818
|
+
cb: (err: any, data?: DeleteAutomationRuleV2CommandOutput) => void
|
|
819
|
+
): void;
|
|
611
820
|
deleteConfigurationPolicy(
|
|
612
821
|
args: DeleteConfigurationPolicyCommandInput,
|
|
613
822
|
options?: __HttpHandlerOptions
|
|
@@ -621,6 +830,19 @@ export interface SecurityHub {
|
|
|
621
830
|
options: __HttpHandlerOptions,
|
|
622
831
|
cb: (err: any, data?: DeleteConfigurationPolicyCommandOutput) => void
|
|
623
832
|
): void;
|
|
833
|
+
deleteConnectorV2(
|
|
834
|
+
args: DeleteConnectorV2CommandInput,
|
|
835
|
+
options?: __HttpHandlerOptions
|
|
836
|
+
): Promise<DeleteConnectorV2CommandOutput>;
|
|
837
|
+
deleteConnectorV2(
|
|
838
|
+
args: DeleteConnectorV2CommandInput,
|
|
839
|
+
cb: (err: any, data?: DeleteConnectorV2CommandOutput) => void
|
|
840
|
+
): void;
|
|
841
|
+
deleteConnectorV2(
|
|
842
|
+
args: DeleteConnectorV2CommandInput,
|
|
843
|
+
options: __HttpHandlerOptions,
|
|
844
|
+
cb: (err: any, data?: DeleteConnectorV2CommandOutput) => void
|
|
845
|
+
): void;
|
|
624
846
|
deleteFindingAggregator(
|
|
625
847
|
args: DeleteFindingAggregatorCommandInput,
|
|
626
848
|
options?: __HttpHandlerOptions
|
|
@@ -735,6 +957,34 @@ export interface SecurityHub {
|
|
|
735
957
|
options: __HttpHandlerOptions,
|
|
736
958
|
cb: (err: any, data?: DescribeProductsCommandOutput) => void
|
|
737
959
|
): void;
|
|
960
|
+
describeProductsV2(): Promise<DescribeProductsV2CommandOutput>;
|
|
961
|
+
describeProductsV2(
|
|
962
|
+
args: DescribeProductsV2CommandInput,
|
|
963
|
+
options?: __HttpHandlerOptions
|
|
964
|
+
): Promise<DescribeProductsV2CommandOutput>;
|
|
965
|
+
describeProductsV2(
|
|
966
|
+
args: DescribeProductsV2CommandInput,
|
|
967
|
+
cb: (err: any, data?: DescribeProductsV2CommandOutput) => void
|
|
968
|
+
): void;
|
|
969
|
+
describeProductsV2(
|
|
970
|
+
args: DescribeProductsV2CommandInput,
|
|
971
|
+
options: __HttpHandlerOptions,
|
|
972
|
+
cb: (err: any, data?: DescribeProductsV2CommandOutput) => void
|
|
973
|
+
): void;
|
|
974
|
+
describeSecurityHubV2(): Promise<DescribeSecurityHubV2CommandOutput>;
|
|
975
|
+
describeSecurityHubV2(
|
|
976
|
+
args: DescribeSecurityHubV2CommandInput,
|
|
977
|
+
options?: __HttpHandlerOptions
|
|
978
|
+
): Promise<DescribeSecurityHubV2CommandOutput>;
|
|
979
|
+
describeSecurityHubV2(
|
|
980
|
+
args: DescribeSecurityHubV2CommandInput,
|
|
981
|
+
cb: (err: any, data?: DescribeSecurityHubV2CommandOutput) => void
|
|
982
|
+
): void;
|
|
983
|
+
describeSecurityHubV2(
|
|
984
|
+
args: DescribeSecurityHubV2CommandInput,
|
|
985
|
+
options: __HttpHandlerOptions,
|
|
986
|
+
cb: (err: any, data?: DescribeSecurityHubV2CommandOutput) => void
|
|
987
|
+
): void;
|
|
738
988
|
describeStandards(): Promise<DescribeStandardsCommandOutput>;
|
|
739
989
|
describeStandards(
|
|
740
990
|
args: DescribeStandardsCommandInput,
|
|
@@ -802,6 +1052,20 @@ export interface SecurityHub {
|
|
|
802
1052
|
options: __HttpHandlerOptions,
|
|
803
1053
|
cb: (err: any, data?: DisableSecurityHubCommandOutput) => void
|
|
804
1054
|
): void;
|
|
1055
|
+
disableSecurityHubV2(): Promise<DisableSecurityHubV2CommandOutput>;
|
|
1056
|
+
disableSecurityHubV2(
|
|
1057
|
+
args: DisableSecurityHubV2CommandInput,
|
|
1058
|
+
options?: __HttpHandlerOptions
|
|
1059
|
+
): Promise<DisableSecurityHubV2CommandOutput>;
|
|
1060
|
+
disableSecurityHubV2(
|
|
1061
|
+
args: DisableSecurityHubV2CommandInput,
|
|
1062
|
+
cb: (err: any, data?: DisableSecurityHubV2CommandOutput) => void
|
|
1063
|
+
): void;
|
|
1064
|
+
disableSecurityHubV2(
|
|
1065
|
+
args: DisableSecurityHubV2CommandInput,
|
|
1066
|
+
options: __HttpHandlerOptions,
|
|
1067
|
+
cb: (err: any, data?: DisableSecurityHubV2CommandOutput) => void
|
|
1068
|
+
): void;
|
|
805
1069
|
disassociateFromAdministratorAccount(): Promise<DisassociateFromAdministratorAccountCommandOutput>;
|
|
806
1070
|
disassociateFromAdministratorAccount(
|
|
807
1071
|
args: DisassociateFromAdministratorAccountCommandInput,
|
|
@@ -889,6 +1153,20 @@ export interface SecurityHub {
|
|
|
889
1153
|
options: __HttpHandlerOptions,
|
|
890
1154
|
cb: (err: any, data?: EnableSecurityHubCommandOutput) => void
|
|
891
1155
|
): void;
|
|
1156
|
+
enableSecurityHubV2(): Promise<EnableSecurityHubV2CommandOutput>;
|
|
1157
|
+
enableSecurityHubV2(
|
|
1158
|
+
args: EnableSecurityHubV2CommandInput,
|
|
1159
|
+
options?: __HttpHandlerOptions
|
|
1160
|
+
): Promise<EnableSecurityHubV2CommandOutput>;
|
|
1161
|
+
enableSecurityHubV2(
|
|
1162
|
+
args: EnableSecurityHubV2CommandInput,
|
|
1163
|
+
cb: (err: any, data?: EnableSecurityHubV2CommandOutput) => void
|
|
1164
|
+
): void;
|
|
1165
|
+
enableSecurityHubV2(
|
|
1166
|
+
args: EnableSecurityHubV2CommandInput,
|
|
1167
|
+
options: __HttpHandlerOptions,
|
|
1168
|
+
cb: (err: any, data?: EnableSecurityHubV2CommandOutput) => void
|
|
1169
|
+
): void;
|
|
892
1170
|
getAdministratorAccount(): Promise<GetAdministratorAccountCommandOutput>;
|
|
893
1171
|
getAdministratorAccount(
|
|
894
1172
|
args: GetAdministratorAccountCommandInput,
|
|
@@ -903,6 +1181,32 @@ export interface SecurityHub {
|
|
|
903
1181
|
options: __HttpHandlerOptions,
|
|
904
1182
|
cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void
|
|
905
1183
|
): void;
|
|
1184
|
+
getAggregatorV2(
|
|
1185
|
+
args: GetAggregatorV2CommandInput,
|
|
1186
|
+
options?: __HttpHandlerOptions
|
|
1187
|
+
): Promise<GetAggregatorV2CommandOutput>;
|
|
1188
|
+
getAggregatorV2(
|
|
1189
|
+
args: GetAggregatorV2CommandInput,
|
|
1190
|
+
cb: (err: any, data?: GetAggregatorV2CommandOutput) => void
|
|
1191
|
+
): void;
|
|
1192
|
+
getAggregatorV2(
|
|
1193
|
+
args: GetAggregatorV2CommandInput,
|
|
1194
|
+
options: __HttpHandlerOptions,
|
|
1195
|
+
cb: (err: any, data?: GetAggregatorV2CommandOutput) => void
|
|
1196
|
+
): void;
|
|
1197
|
+
getAutomationRuleV2(
|
|
1198
|
+
args: GetAutomationRuleV2CommandInput,
|
|
1199
|
+
options?: __HttpHandlerOptions
|
|
1200
|
+
): Promise<GetAutomationRuleV2CommandOutput>;
|
|
1201
|
+
getAutomationRuleV2(
|
|
1202
|
+
args: GetAutomationRuleV2CommandInput,
|
|
1203
|
+
cb: (err: any, data?: GetAutomationRuleV2CommandOutput) => void
|
|
1204
|
+
): void;
|
|
1205
|
+
getAutomationRuleV2(
|
|
1206
|
+
args: GetAutomationRuleV2CommandInput,
|
|
1207
|
+
options: __HttpHandlerOptions,
|
|
1208
|
+
cb: (err: any, data?: GetAutomationRuleV2CommandOutput) => void
|
|
1209
|
+
): void;
|
|
906
1210
|
getConfigurationPolicy(
|
|
907
1211
|
args: GetConfigurationPolicyCommandInput,
|
|
908
1212
|
options?: __HttpHandlerOptions
|
|
@@ -935,6 +1239,19 @@ export interface SecurityHub {
|
|
|
935
1239
|
data?: GetConfigurationPolicyAssociationCommandOutput
|
|
936
1240
|
) => void
|
|
937
1241
|
): void;
|
|
1242
|
+
getConnectorV2(
|
|
1243
|
+
args: GetConnectorV2CommandInput,
|
|
1244
|
+
options?: __HttpHandlerOptions
|
|
1245
|
+
): Promise<GetConnectorV2CommandOutput>;
|
|
1246
|
+
getConnectorV2(
|
|
1247
|
+
args: GetConnectorV2CommandInput,
|
|
1248
|
+
cb: (err: any, data?: GetConnectorV2CommandOutput) => void
|
|
1249
|
+
): void;
|
|
1250
|
+
getConnectorV2(
|
|
1251
|
+
args: GetConnectorV2CommandInput,
|
|
1252
|
+
options: __HttpHandlerOptions,
|
|
1253
|
+
cb: (err: any, data?: GetConnectorV2CommandOutput) => void
|
|
1254
|
+
): void;
|
|
938
1255
|
getEnabledStandards(): Promise<GetEnabledStandardsCommandOutput>;
|
|
939
1256
|
getEnabledStandards(
|
|
940
1257
|
args: GetEnabledStandardsCommandInput,
|
|
@@ -989,6 +1306,33 @@ export interface SecurityHub {
|
|
|
989
1306
|
options: __HttpHandlerOptions,
|
|
990
1307
|
cb: (err: any, data?: GetFindingsCommandOutput) => void
|
|
991
1308
|
): void;
|
|
1309
|
+
getFindingStatisticsV2(
|
|
1310
|
+
args: GetFindingStatisticsV2CommandInput,
|
|
1311
|
+
options?: __HttpHandlerOptions
|
|
1312
|
+
): Promise<GetFindingStatisticsV2CommandOutput>;
|
|
1313
|
+
getFindingStatisticsV2(
|
|
1314
|
+
args: GetFindingStatisticsV2CommandInput,
|
|
1315
|
+
cb: (err: any, data?: GetFindingStatisticsV2CommandOutput) => void
|
|
1316
|
+
): void;
|
|
1317
|
+
getFindingStatisticsV2(
|
|
1318
|
+
args: GetFindingStatisticsV2CommandInput,
|
|
1319
|
+
options: __HttpHandlerOptions,
|
|
1320
|
+
cb: (err: any, data?: GetFindingStatisticsV2CommandOutput) => void
|
|
1321
|
+
): void;
|
|
1322
|
+
getFindingsV2(): Promise<GetFindingsV2CommandOutput>;
|
|
1323
|
+
getFindingsV2(
|
|
1324
|
+
args: GetFindingsV2CommandInput,
|
|
1325
|
+
options?: __HttpHandlerOptions
|
|
1326
|
+
): Promise<GetFindingsV2CommandOutput>;
|
|
1327
|
+
getFindingsV2(
|
|
1328
|
+
args: GetFindingsV2CommandInput,
|
|
1329
|
+
cb: (err: any, data?: GetFindingsV2CommandOutput) => void
|
|
1330
|
+
): void;
|
|
1331
|
+
getFindingsV2(
|
|
1332
|
+
args: GetFindingsV2CommandInput,
|
|
1333
|
+
options: __HttpHandlerOptions,
|
|
1334
|
+
cb: (err: any, data?: GetFindingsV2CommandOutput) => void
|
|
1335
|
+
): void;
|
|
992
1336
|
getInsightResults(
|
|
993
1337
|
args: GetInsightResultsCommandInput,
|
|
994
1338
|
options?: __HttpHandlerOptions
|
|
@@ -1057,6 +1401,33 @@ export interface SecurityHub {
|
|
|
1057
1401
|
options: __HttpHandlerOptions,
|
|
1058
1402
|
cb: (err: any, data?: GetMembersCommandOutput) => void
|
|
1059
1403
|
): void;
|
|
1404
|
+
getResourcesStatisticsV2(
|
|
1405
|
+
args: GetResourcesStatisticsV2CommandInput,
|
|
1406
|
+
options?: __HttpHandlerOptions
|
|
1407
|
+
): Promise<GetResourcesStatisticsV2CommandOutput>;
|
|
1408
|
+
getResourcesStatisticsV2(
|
|
1409
|
+
args: GetResourcesStatisticsV2CommandInput,
|
|
1410
|
+
cb: (err: any, data?: GetResourcesStatisticsV2CommandOutput) => void
|
|
1411
|
+
): void;
|
|
1412
|
+
getResourcesStatisticsV2(
|
|
1413
|
+
args: GetResourcesStatisticsV2CommandInput,
|
|
1414
|
+
options: __HttpHandlerOptions,
|
|
1415
|
+
cb: (err: any, data?: GetResourcesStatisticsV2CommandOutput) => void
|
|
1416
|
+
): void;
|
|
1417
|
+
getResourcesV2(): Promise<GetResourcesV2CommandOutput>;
|
|
1418
|
+
getResourcesV2(
|
|
1419
|
+
args: GetResourcesV2CommandInput,
|
|
1420
|
+
options?: __HttpHandlerOptions
|
|
1421
|
+
): Promise<GetResourcesV2CommandOutput>;
|
|
1422
|
+
getResourcesV2(
|
|
1423
|
+
args: GetResourcesV2CommandInput,
|
|
1424
|
+
cb: (err: any, data?: GetResourcesV2CommandOutput) => void
|
|
1425
|
+
): void;
|
|
1426
|
+
getResourcesV2(
|
|
1427
|
+
args: GetResourcesV2CommandInput,
|
|
1428
|
+
options: __HttpHandlerOptions,
|
|
1429
|
+
cb: (err: any, data?: GetResourcesV2CommandOutput) => void
|
|
1430
|
+
): void;
|
|
1060
1431
|
getSecurityControlDefinition(
|
|
1061
1432
|
args: GetSecurityControlDefinitionCommandInput,
|
|
1062
1433
|
options?: __HttpHandlerOptions
|
|
@@ -1083,6 +1454,20 @@ export interface SecurityHub {
|
|
|
1083
1454
|
options: __HttpHandlerOptions,
|
|
1084
1455
|
cb: (err: any, data?: InviteMembersCommandOutput) => void
|
|
1085
1456
|
): void;
|
|
1457
|
+
listAggregatorsV2(): Promise<ListAggregatorsV2CommandOutput>;
|
|
1458
|
+
listAggregatorsV2(
|
|
1459
|
+
args: ListAggregatorsV2CommandInput,
|
|
1460
|
+
options?: __HttpHandlerOptions
|
|
1461
|
+
): Promise<ListAggregatorsV2CommandOutput>;
|
|
1462
|
+
listAggregatorsV2(
|
|
1463
|
+
args: ListAggregatorsV2CommandInput,
|
|
1464
|
+
cb: (err: any, data?: ListAggregatorsV2CommandOutput) => void
|
|
1465
|
+
): void;
|
|
1466
|
+
listAggregatorsV2(
|
|
1467
|
+
args: ListAggregatorsV2CommandInput,
|
|
1468
|
+
options: __HttpHandlerOptions,
|
|
1469
|
+
cb: (err: any, data?: ListAggregatorsV2CommandOutput) => void
|
|
1470
|
+
): void;
|
|
1086
1471
|
listAutomationRules(): Promise<ListAutomationRulesCommandOutput>;
|
|
1087
1472
|
listAutomationRules(
|
|
1088
1473
|
args: ListAutomationRulesCommandInput,
|
|
@@ -1097,6 +1482,20 @@ export interface SecurityHub {
|
|
|
1097
1482
|
options: __HttpHandlerOptions,
|
|
1098
1483
|
cb: (err: any, data?: ListAutomationRulesCommandOutput) => void
|
|
1099
1484
|
): void;
|
|
1485
|
+
listAutomationRulesV2(): Promise<ListAutomationRulesV2CommandOutput>;
|
|
1486
|
+
listAutomationRulesV2(
|
|
1487
|
+
args: ListAutomationRulesV2CommandInput,
|
|
1488
|
+
options?: __HttpHandlerOptions
|
|
1489
|
+
): Promise<ListAutomationRulesV2CommandOutput>;
|
|
1490
|
+
listAutomationRulesV2(
|
|
1491
|
+
args: ListAutomationRulesV2CommandInput,
|
|
1492
|
+
cb: (err: any, data?: ListAutomationRulesV2CommandOutput) => void
|
|
1493
|
+
): void;
|
|
1494
|
+
listAutomationRulesV2(
|
|
1495
|
+
args: ListAutomationRulesV2CommandInput,
|
|
1496
|
+
options: __HttpHandlerOptions,
|
|
1497
|
+
cb: (err: any, data?: ListAutomationRulesV2CommandOutput) => void
|
|
1498
|
+
): void;
|
|
1100
1499
|
listConfigurationPolicies(): Promise<ListConfigurationPoliciesCommandOutput>;
|
|
1101
1500
|
listConfigurationPolicies(
|
|
1102
1501
|
args: ListConfigurationPoliciesCommandInput,
|
|
@@ -1131,6 +1530,20 @@ export interface SecurityHub {
|
|
|
1131
1530
|
data?: ListConfigurationPolicyAssociationsCommandOutput
|
|
1132
1531
|
) => void
|
|
1133
1532
|
): void;
|
|
1533
|
+
listConnectorsV2(): Promise<ListConnectorsV2CommandOutput>;
|
|
1534
|
+
listConnectorsV2(
|
|
1535
|
+
args: ListConnectorsV2CommandInput,
|
|
1536
|
+
options?: __HttpHandlerOptions
|
|
1537
|
+
): Promise<ListConnectorsV2CommandOutput>;
|
|
1538
|
+
listConnectorsV2(
|
|
1539
|
+
args: ListConnectorsV2CommandInput,
|
|
1540
|
+
cb: (err: any, data?: ListConnectorsV2CommandOutput) => void
|
|
1541
|
+
): void;
|
|
1542
|
+
listConnectorsV2(
|
|
1543
|
+
args: ListConnectorsV2CommandInput,
|
|
1544
|
+
options: __HttpHandlerOptions,
|
|
1545
|
+
cb: (err: any, data?: ListConnectorsV2CommandOutput) => void
|
|
1546
|
+
): void;
|
|
1134
1547
|
listEnabledProductsForImport(): Promise<ListEnabledProductsForImportCommandOutput>;
|
|
1135
1548
|
listEnabledProductsForImport(
|
|
1136
1549
|
args: ListEnabledProductsForImportCommandInput,
|
|
@@ -1318,6 +1731,32 @@ export interface SecurityHub {
|
|
|
1318
1731
|
options: __HttpHandlerOptions,
|
|
1319
1732
|
cb: (err: any, data?: UpdateActionTargetCommandOutput) => void
|
|
1320
1733
|
): void;
|
|
1734
|
+
updateAggregatorV2(
|
|
1735
|
+
args: UpdateAggregatorV2CommandInput,
|
|
1736
|
+
options?: __HttpHandlerOptions
|
|
1737
|
+
): Promise<UpdateAggregatorV2CommandOutput>;
|
|
1738
|
+
updateAggregatorV2(
|
|
1739
|
+
args: UpdateAggregatorV2CommandInput,
|
|
1740
|
+
cb: (err: any, data?: UpdateAggregatorV2CommandOutput) => void
|
|
1741
|
+
): void;
|
|
1742
|
+
updateAggregatorV2(
|
|
1743
|
+
args: UpdateAggregatorV2CommandInput,
|
|
1744
|
+
options: __HttpHandlerOptions,
|
|
1745
|
+
cb: (err: any, data?: UpdateAggregatorV2CommandOutput) => void
|
|
1746
|
+
): void;
|
|
1747
|
+
updateAutomationRuleV2(
|
|
1748
|
+
args: UpdateAutomationRuleV2CommandInput,
|
|
1749
|
+
options?: __HttpHandlerOptions
|
|
1750
|
+
): Promise<UpdateAutomationRuleV2CommandOutput>;
|
|
1751
|
+
updateAutomationRuleV2(
|
|
1752
|
+
args: UpdateAutomationRuleV2CommandInput,
|
|
1753
|
+
cb: (err: any, data?: UpdateAutomationRuleV2CommandOutput) => void
|
|
1754
|
+
): void;
|
|
1755
|
+
updateAutomationRuleV2(
|
|
1756
|
+
args: UpdateAutomationRuleV2CommandInput,
|
|
1757
|
+
options: __HttpHandlerOptions,
|
|
1758
|
+
cb: (err: any, data?: UpdateAutomationRuleV2CommandOutput) => void
|
|
1759
|
+
): void;
|
|
1321
1760
|
updateConfigurationPolicy(
|
|
1322
1761
|
args: UpdateConfigurationPolicyCommandInput,
|
|
1323
1762
|
options?: __HttpHandlerOptions
|
|
@@ -1331,6 +1770,19 @@ export interface SecurityHub {
|
|
|
1331
1770
|
options: __HttpHandlerOptions,
|
|
1332
1771
|
cb: (err: any, data?: UpdateConfigurationPolicyCommandOutput) => void
|
|
1333
1772
|
): void;
|
|
1773
|
+
updateConnectorV2(
|
|
1774
|
+
args: UpdateConnectorV2CommandInput,
|
|
1775
|
+
options?: __HttpHandlerOptions
|
|
1776
|
+
): Promise<UpdateConnectorV2CommandOutput>;
|
|
1777
|
+
updateConnectorV2(
|
|
1778
|
+
args: UpdateConnectorV2CommandInput,
|
|
1779
|
+
cb: (err: any, data?: UpdateConnectorV2CommandOutput) => void
|
|
1780
|
+
): void;
|
|
1781
|
+
updateConnectorV2(
|
|
1782
|
+
args: UpdateConnectorV2CommandInput,
|
|
1783
|
+
options: __HttpHandlerOptions,
|
|
1784
|
+
cb: (err: any, data?: UpdateConnectorV2CommandOutput) => void
|
|
1785
|
+
): void;
|
|
1334
1786
|
updateFindingAggregator(
|
|
1335
1787
|
args: UpdateFindingAggregatorCommandInput,
|
|
1336
1788
|
options?: __HttpHandlerOptions
|