@aws-sdk/client-securityhub 3.830.0 → 3.831.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +208 -0
- package/dist-cjs/index.js +1956 -51
- package/dist-es/SecurityHub.js +52 -0
- package/dist-es/commands/BatchUpdateFindingsV2Command.js +22 -0
- package/dist-es/commands/ConnectorRegistrationsV2Command.js +22 -0
- package/dist-es/commands/CreateAggregatorV2Command.js +22 -0
- package/dist-es/commands/CreateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/CreateConnectorV2Command.js +23 -0
- package/dist-es/commands/CreateTicketV2Command.js +22 -0
- package/dist-es/commands/DeleteAggregatorV2Command.js +22 -0
- package/dist-es/commands/DeleteAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/DeleteConnectorV2Command.js +22 -0
- package/dist-es/commands/DescribeProductsV2Command.js +22 -0
- package/dist-es/commands/DescribeSecurityHubV2Command.js +22 -0
- package/dist-es/commands/DisableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/EnableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/GetAggregatorV2Command.js +22 -0
- package/dist-es/commands/GetAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/GetConnectorV2Command.js +22 -0
- package/dist-es/commands/GetFindingStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetFindingsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesV2Command.js +22 -0
- package/dist-es/commands/ListAggregatorsV2Command.js +22 -0
- package/dist-es/commands/ListAutomationRulesV2Command.js +22 -0
- package/dist-es/commands/ListConnectorsV2Command.js +22 -0
- package/dist-es/commands/UpdateAggregatorV2Command.js +22 -0
- package/dist-es/commands/UpdateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/UpdateConnectorV2Command.js +23 -0
- package/dist-es/commands/index.js +26 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/models/models_2.js +193 -19
- package/dist-es/models/models_3.js +101 -0
- package/dist-es/pagination/DescribeProductsV2Paginator.js +4 -0
- package/dist-es/pagination/GetFindingsV2Paginator.js +4 -0
- package/dist-es/pagination/GetResourcesV2Paginator.js +4 -0
- package/dist-es/pagination/ListAggregatorsV2Paginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +1071 -32
- package/dist-types/SecurityHub.d.ts +192 -0
- package/dist-types/SecurityHubClient.d.ts +28 -2
- package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -12
- package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +129 -0
- package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +96 -0
- package/dist-types/commands/CreateAggregatorV2Command.d.ts +106 -0
- package/dist-types/commands/CreateAutomationRuleCommand.d.ts +5 -5
- package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +174 -0
- package/dist-types/commands/CreateConnectorV2Command.d.ts +112 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +5 -5
- package/dist-types/commands/CreateTicketV2Command.d.ts +97 -0
- package/dist-types/commands/DeleteAggregatorV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteConnectorV2Command.d.ts +92 -0
- package/dist-types/commands/DescribeProductsV2Command.d.ts +107 -0
- package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +87 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/DisableSecurityHubV2Command.d.ts +84 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/EnableSecurityHubV2Command.d.ts +90 -0
- package/dist-types/commands/GetAggregatorV2Command.d.ts +99 -0
- package/dist-types/commands/GetAutomationRuleV2Command.d.ts +176 -0
- package/dist-types/commands/GetConnectorV2Command.d.ts +119 -0
- package/dist-types/commands/GetFindingHistoryCommand.d.ts +8 -2
- package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +169 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +7 -6
- package/dist-types/commands/GetFindingsV2Command.d.ts +163 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -6
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +162 -0
- package/dist-types/commands/GetResourcesV2Command.d.ts +190 -0
- package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListAggregatorsV2Command.d.ts +100 -0
- package/dist-types/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListAutomationRulesV2Command.d.ts +109 -0
- package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorsV2Command.d.ts +110 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -1
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAggregatorV2Command.d.ts +103 -0
- package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +171 -0
- package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectorV2Command.d.ts +99 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateInsightCommand.d.ts +6 -6
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +166 -320
- package/dist-types/models/models_1.d.ts +319 -343
- package/dist-types/models/models_2.d.ts +2465 -2269
- package/dist-types/models/models_3.d.ts +2386 -0
- package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetFindingsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetResourcesV2Paginator.d.ts +7 -0
- package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +234 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +452 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +156 -0
- package/dist-types/ts3.4/commands/BatchUpdateFindingsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTicketV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProductsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAggregatorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcesStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -57
- package/dist-types/ts3.4/models/models_1.d.ts +57 -66
- package/dist-types/ts3.4/models/models_2.d.ts +522 -310
- package/dist-types/ts3.4/models/models_3.d.ts +626 -0
- package/dist-types/ts3.4/pagination/DescribeProductsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetFindingsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetResourcesV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAggregatorsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +312 -0
- package/package.json +4 -2
|
@@ -93,22 +93,42 @@ import {
|
|
|
93
93
|
BatchUpdateFindingsCommandInput,
|
|
94
94
|
BatchUpdateFindingsCommandOutput,
|
|
95
95
|
} from "./commands/BatchUpdateFindingsCommand";
|
|
96
|
+
import {
|
|
97
|
+
BatchUpdateFindingsV2CommandInput,
|
|
98
|
+
BatchUpdateFindingsV2CommandOutput,
|
|
99
|
+
} from "./commands/BatchUpdateFindingsV2Command";
|
|
96
100
|
import {
|
|
97
101
|
BatchUpdateStandardsControlAssociationsCommandInput,
|
|
98
102
|
BatchUpdateStandardsControlAssociationsCommandOutput,
|
|
99
103
|
} from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
104
|
+
import {
|
|
105
|
+
ConnectorRegistrationsV2CommandInput,
|
|
106
|
+
ConnectorRegistrationsV2CommandOutput,
|
|
107
|
+
} from "./commands/ConnectorRegistrationsV2Command";
|
|
100
108
|
import {
|
|
101
109
|
CreateActionTargetCommandInput,
|
|
102
110
|
CreateActionTargetCommandOutput,
|
|
103
111
|
} from "./commands/CreateActionTargetCommand";
|
|
112
|
+
import {
|
|
113
|
+
CreateAggregatorV2CommandInput,
|
|
114
|
+
CreateAggregatorV2CommandOutput,
|
|
115
|
+
} from "./commands/CreateAggregatorV2Command";
|
|
104
116
|
import {
|
|
105
117
|
CreateAutomationRuleCommandInput,
|
|
106
118
|
CreateAutomationRuleCommandOutput,
|
|
107
119
|
} from "./commands/CreateAutomationRuleCommand";
|
|
120
|
+
import {
|
|
121
|
+
CreateAutomationRuleV2CommandInput,
|
|
122
|
+
CreateAutomationRuleV2CommandOutput,
|
|
123
|
+
} from "./commands/CreateAutomationRuleV2Command";
|
|
108
124
|
import {
|
|
109
125
|
CreateConfigurationPolicyCommandInput,
|
|
110
126
|
CreateConfigurationPolicyCommandOutput,
|
|
111
127
|
} from "./commands/CreateConfigurationPolicyCommand";
|
|
128
|
+
import {
|
|
129
|
+
CreateConnectorV2CommandInput,
|
|
130
|
+
CreateConnectorV2CommandOutput,
|
|
131
|
+
} from "./commands/CreateConnectorV2Command";
|
|
112
132
|
import {
|
|
113
133
|
CreateFindingAggregatorCommandInput,
|
|
114
134
|
CreateFindingAggregatorCommandOutput,
|
|
@@ -121,6 +141,10 @@ import {
|
|
|
121
141
|
CreateMembersCommandInput,
|
|
122
142
|
CreateMembersCommandOutput,
|
|
123
143
|
} from "./commands/CreateMembersCommand";
|
|
144
|
+
import {
|
|
145
|
+
CreateTicketV2CommandInput,
|
|
146
|
+
CreateTicketV2CommandOutput,
|
|
147
|
+
} from "./commands/CreateTicketV2Command";
|
|
124
148
|
import {
|
|
125
149
|
DeclineInvitationsCommandInput,
|
|
126
150
|
DeclineInvitationsCommandOutput,
|
|
@@ -129,10 +153,22 @@ import {
|
|
|
129
153
|
DeleteActionTargetCommandInput,
|
|
130
154
|
DeleteActionTargetCommandOutput,
|
|
131
155
|
} from "./commands/DeleteActionTargetCommand";
|
|
156
|
+
import {
|
|
157
|
+
DeleteAggregatorV2CommandInput,
|
|
158
|
+
DeleteAggregatorV2CommandOutput,
|
|
159
|
+
} from "./commands/DeleteAggregatorV2Command";
|
|
160
|
+
import {
|
|
161
|
+
DeleteAutomationRuleV2CommandInput,
|
|
162
|
+
DeleteAutomationRuleV2CommandOutput,
|
|
163
|
+
} from "./commands/DeleteAutomationRuleV2Command";
|
|
132
164
|
import {
|
|
133
165
|
DeleteConfigurationPolicyCommandInput,
|
|
134
166
|
DeleteConfigurationPolicyCommandOutput,
|
|
135
167
|
} from "./commands/DeleteConfigurationPolicyCommand";
|
|
168
|
+
import {
|
|
169
|
+
DeleteConnectorV2CommandInput,
|
|
170
|
+
DeleteConnectorV2CommandOutput,
|
|
171
|
+
} from "./commands/DeleteConnectorV2Command";
|
|
136
172
|
import {
|
|
137
173
|
DeleteFindingAggregatorCommandInput,
|
|
138
174
|
DeleteFindingAggregatorCommandOutput,
|
|
@@ -165,6 +201,14 @@ import {
|
|
|
165
201
|
DescribeProductsCommandInput,
|
|
166
202
|
DescribeProductsCommandOutput,
|
|
167
203
|
} from "./commands/DescribeProductsCommand";
|
|
204
|
+
import {
|
|
205
|
+
DescribeProductsV2CommandInput,
|
|
206
|
+
DescribeProductsV2CommandOutput,
|
|
207
|
+
} from "./commands/DescribeProductsV2Command";
|
|
208
|
+
import {
|
|
209
|
+
DescribeSecurityHubV2CommandInput,
|
|
210
|
+
DescribeSecurityHubV2CommandOutput,
|
|
211
|
+
} from "./commands/DescribeSecurityHubV2Command";
|
|
168
212
|
import {
|
|
169
213
|
DescribeStandardsCommandInput,
|
|
170
214
|
DescribeStandardsCommandOutput,
|
|
@@ -185,6 +229,10 @@ import {
|
|
|
185
229
|
DisableSecurityHubCommandInput,
|
|
186
230
|
DisableSecurityHubCommandOutput,
|
|
187
231
|
} from "./commands/DisableSecurityHubCommand";
|
|
232
|
+
import {
|
|
233
|
+
DisableSecurityHubV2CommandInput,
|
|
234
|
+
DisableSecurityHubV2CommandOutput,
|
|
235
|
+
} from "./commands/DisableSecurityHubV2Command";
|
|
188
236
|
import {
|
|
189
237
|
DisassociateFromAdministratorAccountCommandInput,
|
|
190
238
|
DisassociateFromAdministratorAccountCommandOutput,
|
|
@@ -209,10 +257,22 @@ import {
|
|
|
209
257
|
EnableSecurityHubCommandInput,
|
|
210
258
|
EnableSecurityHubCommandOutput,
|
|
211
259
|
} from "./commands/EnableSecurityHubCommand";
|
|
260
|
+
import {
|
|
261
|
+
EnableSecurityHubV2CommandInput,
|
|
262
|
+
EnableSecurityHubV2CommandOutput,
|
|
263
|
+
} from "./commands/EnableSecurityHubV2Command";
|
|
212
264
|
import {
|
|
213
265
|
GetAdministratorAccountCommandInput,
|
|
214
266
|
GetAdministratorAccountCommandOutput,
|
|
215
267
|
} from "./commands/GetAdministratorAccountCommand";
|
|
268
|
+
import {
|
|
269
|
+
GetAggregatorV2CommandInput,
|
|
270
|
+
GetAggregatorV2CommandOutput,
|
|
271
|
+
} from "./commands/GetAggregatorV2Command";
|
|
272
|
+
import {
|
|
273
|
+
GetAutomationRuleV2CommandInput,
|
|
274
|
+
GetAutomationRuleV2CommandOutput,
|
|
275
|
+
} from "./commands/GetAutomationRuleV2Command";
|
|
216
276
|
import {
|
|
217
277
|
GetConfigurationPolicyAssociationCommandInput,
|
|
218
278
|
GetConfigurationPolicyAssociationCommandOutput,
|
|
@@ -221,6 +281,10 @@ import {
|
|
|
221
281
|
GetConfigurationPolicyCommandInput,
|
|
222
282
|
GetConfigurationPolicyCommandOutput,
|
|
223
283
|
} from "./commands/GetConfigurationPolicyCommand";
|
|
284
|
+
import {
|
|
285
|
+
GetConnectorV2CommandInput,
|
|
286
|
+
GetConnectorV2CommandOutput,
|
|
287
|
+
} from "./commands/GetConnectorV2Command";
|
|
224
288
|
import {
|
|
225
289
|
GetEnabledStandardsCommandInput,
|
|
226
290
|
GetEnabledStandardsCommandOutput,
|
|
@@ -237,6 +301,14 @@ import {
|
|
|
237
301
|
GetFindingsCommandInput,
|
|
238
302
|
GetFindingsCommandOutput,
|
|
239
303
|
} from "./commands/GetFindingsCommand";
|
|
304
|
+
import {
|
|
305
|
+
GetFindingStatisticsV2CommandInput,
|
|
306
|
+
GetFindingStatisticsV2CommandOutput,
|
|
307
|
+
} from "./commands/GetFindingStatisticsV2Command";
|
|
308
|
+
import {
|
|
309
|
+
GetFindingsV2CommandInput,
|
|
310
|
+
GetFindingsV2CommandOutput,
|
|
311
|
+
} from "./commands/GetFindingsV2Command";
|
|
240
312
|
import {
|
|
241
313
|
GetInsightResultsCommandInput,
|
|
242
314
|
GetInsightResultsCommandOutput,
|
|
@@ -257,6 +329,14 @@ import {
|
|
|
257
329
|
GetMembersCommandInput,
|
|
258
330
|
GetMembersCommandOutput,
|
|
259
331
|
} from "./commands/GetMembersCommand";
|
|
332
|
+
import {
|
|
333
|
+
GetResourcesStatisticsV2CommandInput,
|
|
334
|
+
GetResourcesStatisticsV2CommandOutput,
|
|
335
|
+
} from "./commands/GetResourcesStatisticsV2Command";
|
|
336
|
+
import {
|
|
337
|
+
GetResourcesV2CommandInput,
|
|
338
|
+
GetResourcesV2CommandOutput,
|
|
339
|
+
} from "./commands/GetResourcesV2Command";
|
|
260
340
|
import {
|
|
261
341
|
GetSecurityControlDefinitionCommandInput,
|
|
262
342
|
GetSecurityControlDefinitionCommandOutput,
|
|
@@ -265,10 +345,18 @@ import {
|
|
|
265
345
|
InviteMembersCommandInput,
|
|
266
346
|
InviteMembersCommandOutput,
|
|
267
347
|
} from "./commands/InviteMembersCommand";
|
|
348
|
+
import {
|
|
349
|
+
ListAggregatorsV2CommandInput,
|
|
350
|
+
ListAggregatorsV2CommandOutput,
|
|
351
|
+
} from "./commands/ListAggregatorsV2Command";
|
|
268
352
|
import {
|
|
269
353
|
ListAutomationRulesCommandInput,
|
|
270
354
|
ListAutomationRulesCommandOutput,
|
|
271
355
|
} from "./commands/ListAutomationRulesCommand";
|
|
356
|
+
import {
|
|
357
|
+
ListAutomationRulesV2CommandInput,
|
|
358
|
+
ListAutomationRulesV2CommandOutput,
|
|
359
|
+
} from "./commands/ListAutomationRulesV2Command";
|
|
272
360
|
import {
|
|
273
361
|
ListConfigurationPoliciesCommandInput,
|
|
274
362
|
ListConfigurationPoliciesCommandOutput,
|
|
@@ -277,6 +365,10 @@ import {
|
|
|
277
365
|
ListConfigurationPolicyAssociationsCommandInput,
|
|
278
366
|
ListConfigurationPolicyAssociationsCommandOutput,
|
|
279
367
|
} from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
368
|
+
import {
|
|
369
|
+
ListConnectorsV2CommandInput,
|
|
370
|
+
ListConnectorsV2CommandOutput,
|
|
371
|
+
} from "./commands/ListConnectorsV2Command";
|
|
280
372
|
import {
|
|
281
373
|
ListEnabledProductsForImportCommandInput,
|
|
282
374
|
ListEnabledProductsForImportCommandOutput,
|
|
@@ -329,10 +421,22 @@ import {
|
|
|
329
421
|
UpdateActionTargetCommandInput,
|
|
330
422
|
UpdateActionTargetCommandOutput,
|
|
331
423
|
} from "./commands/UpdateActionTargetCommand";
|
|
424
|
+
import {
|
|
425
|
+
UpdateAggregatorV2CommandInput,
|
|
426
|
+
UpdateAggregatorV2CommandOutput,
|
|
427
|
+
} from "./commands/UpdateAggregatorV2Command";
|
|
428
|
+
import {
|
|
429
|
+
UpdateAutomationRuleV2CommandInput,
|
|
430
|
+
UpdateAutomationRuleV2CommandOutput,
|
|
431
|
+
} from "./commands/UpdateAutomationRuleV2Command";
|
|
332
432
|
import {
|
|
333
433
|
UpdateConfigurationPolicyCommandInput,
|
|
334
434
|
UpdateConfigurationPolicyCommandOutput,
|
|
335
435
|
} from "./commands/UpdateConfigurationPolicyCommand";
|
|
436
|
+
import {
|
|
437
|
+
UpdateConnectorV2CommandInput,
|
|
438
|
+
UpdateConnectorV2CommandOutput,
|
|
439
|
+
} from "./commands/UpdateConnectorV2Command";
|
|
336
440
|
import {
|
|
337
441
|
UpdateFindingAggregatorCommandInput,
|
|
338
442
|
UpdateFindingAggregatorCommandOutput,
|
|
@@ -381,16 +485,25 @@ export type ServiceInputTypes =
|
|
|
381
485
|
| BatchImportFindingsCommandInput
|
|
382
486
|
| BatchUpdateAutomationRulesCommandInput
|
|
383
487
|
| BatchUpdateFindingsCommandInput
|
|
488
|
+
| BatchUpdateFindingsV2CommandInput
|
|
384
489
|
| BatchUpdateStandardsControlAssociationsCommandInput
|
|
490
|
+
| ConnectorRegistrationsV2CommandInput
|
|
385
491
|
| CreateActionTargetCommandInput
|
|
492
|
+
| CreateAggregatorV2CommandInput
|
|
386
493
|
| CreateAutomationRuleCommandInput
|
|
494
|
+
| CreateAutomationRuleV2CommandInput
|
|
387
495
|
| CreateConfigurationPolicyCommandInput
|
|
496
|
+
| CreateConnectorV2CommandInput
|
|
388
497
|
| CreateFindingAggregatorCommandInput
|
|
389
498
|
| CreateInsightCommandInput
|
|
390
499
|
| CreateMembersCommandInput
|
|
500
|
+
| CreateTicketV2CommandInput
|
|
391
501
|
| DeclineInvitationsCommandInput
|
|
392
502
|
| DeleteActionTargetCommandInput
|
|
503
|
+
| DeleteAggregatorV2CommandInput
|
|
504
|
+
| DeleteAutomationRuleV2CommandInput
|
|
393
505
|
| DeleteConfigurationPolicyCommandInput
|
|
506
|
+
| DeleteConnectorV2CommandInput
|
|
394
507
|
| DeleteFindingAggregatorCommandInput
|
|
395
508
|
| DeleteInsightCommandInput
|
|
396
509
|
| DeleteInvitationsCommandInput
|
|
@@ -399,34 +512,48 @@ export type ServiceInputTypes =
|
|
|
399
512
|
| DescribeHubCommandInput
|
|
400
513
|
| DescribeOrganizationConfigurationCommandInput
|
|
401
514
|
| DescribeProductsCommandInput
|
|
515
|
+
| DescribeProductsV2CommandInput
|
|
516
|
+
| DescribeSecurityHubV2CommandInput
|
|
402
517
|
| DescribeStandardsCommandInput
|
|
403
518
|
| DescribeStandardsControlsCommandInput
|
|
404
519
|
| DisableImportFindingsForProductCommandInput
|
|
405
520
|
| DisableOrganizationAdminAccountCommandInput
|
|
406
521
|
| DisableSecurityHubCommandInput
|
|
522
|
+
| DisableSecurityHubV2CommandInput
|
|
407
523
|
| DisassociateFromAdministratorAccountCommandInput
|
|
408
524
|
| DisassociateFromMasterAccountCommandInput
|
|
409
525
|
| DisassociateMembersCommandInput
|
|
410
526
|
| EnableImportFindingsForProductCommandInput
|
|
411
527
|
| EnableOrganizationAdminAccountCommandInput
|
|
412
528
|
| EnableSecurityHubCommandInput
|
|
529
|
+
| EnableSecurityHubV2CommandInput
|
|
413
530
|
| GetAdministratorAccountCommandInput
|
|
531
|
+
| GetAggregatorV2CommandInput
|
|
532
|
+
| GetAutomationRuleV2CommandInput
|
|
414
533
|
| GetConfigurationPolicyAssociationCommandInput
|
|
415
534
|
| GetConfigurationPolicyCommandInput
|
|
535
|
+
| GetConnectorV2CommandInput
|
|
416
536
|
| GetEnabledStandardsCommandInput
|
|
417
537
|
| GetFindingAggregatorCommandInput
|
|
418
538
|
| GetFindingHistoryCommandInput
|
|
539
|
+
| GetFindingStatisticsV2CommandInput
|
|
419
540
|
| GetFindingsCommandInput
|
|
541
|
+
| GetFindingsV2CommandInput
|
|
420
542
|
| GetInsightResultsCommandInput
|
|
421
543
|
| GetInsightsCommandInput
|
|
422
544
|
| GetInvitationsCountCommandInput
|
|
423
545
|
| GetMasterAccountCommandInput
|
|
424
546
|
| GetMembersCommandInput
|
|
547
|
+
| GetResourcesStatisticsV2CommandInput
|
|
548
|
+
| GetResourcesV2CommandInput
|
|
425
549
|
| GetSecurityControlDefinitionCommandInput
|
|
426
550
|
| InviteMembersCommandInput
|
|
551
|
+
| ListAggregatorsV2CommandInput
|
|
427
552
|
| ListAutomationRulesCommandInput
|
|
553
|
+
| ListAutomationRulesV2CommandInput
|
|
428
554
|
| ListConfigurationPoliciesCommandInput
|
|
429
555
|
| ListConfigurationPolicyAssociationsCommandInput
|
|
556
|
+
| ListConnectorsV2CommandInput
|
|
430
557
|
| ListEnabledProductsForImportCommandInput
|
|
431
558
|
| ListFindingAggregatorsCommandInput
|
|
432
559
|
| ListInvitationsCommandInput
|
|
@@ -440,7 +567,10 @@ export type ServiceInputTypes =
|
|
|
440
567
|
| TagResourceCommandInput
|
|
441
568
|
| UntagResourceCommandInput
|
|
442
569
|
| UpdateActionTargetCommandInput
|
|
570
|
+
| UpdateAggregatorV2CommandInput
|
|
571
|
+
| UpdateAutomationRuleV2CommandInput
|
|
443
572
|
| UpdateConfigurationPolicyCommandInput
|
|
573
|
+
| UpdateConnectorV2CommandInput
|
|
444
574
|
| UpdateFindingAggregatorCommandInput
|
|
445
575
|
| UpdateFindingsCommandInput
|
|
446
576
|
| UpdateInsightCommandInput
|
|
@@ -461,16 +591,25 @@ export type ServiceOutputTypes =
|
|
|
461
591
|
| BatchImportFindingsCommandOutput
|
|
462
592
|
| BatchUpdateAutomationRulesCommandOutput
|
|
463
593
|
| BatchUpdateFindingsCommandOutput
|
|
594
|
+
| BatchUpdateFindingsV2CommandOutput
|
|
464
595
|
| BatchUpdateStandardsControlAssociationsCommandOutput
|
|
596
|
+
| ConnectorRegistrationsV2CommandOutput
|
|
465
597
|
| CreateActionTargetCommandOutput
|
|
598
|
+
| CreateAggregatorV2CommandOutput
|
|
466
599
|
| CreateAutomationRuleCommandOutput
|
|
600
|
+
| CreateAutomationRuleV2CommandOutput
|
|
467
601
|
| CreateConfigurationPolicyCommandOutput
|
|
602
|
+
| CreateConnectorV2CommandOutput
|
|
468
603
|
| CreateFindingAggregatorCommandOutput
|
|
469
604
|
| CreateInsightCommandOutput
|
|
470
605
|
| CreateMembersCommandOutput
|
|
606
|
+
| CreateTicketV2CommandOutput
|
|
471
607
|
| DeclineInvitationsCommandOutput
|
|
472
608
|
| DeleteActionTargetCommandOutput
|
|
609
|
+
| DeleteAggregatorV2CommandOutput
|
|
610
|
+
| DeleteAutomationRuleV2CommandOutput
|
|
473
611
|
| DeleteConfigurationPolicyCommandOutput
|
|
612
|
+
| DeleteConnectorV2CommandOutput
|
|
474
613
|
| DeleteFindingAggregatorCommandOutput
|
|
475
614
|
| DeleteInsightCommandOutput
|
|
476
615
|
| DeleteInvitationsCommandOutput
|
|
@@ -479,34 +618,48 @@ export type ServiceOutputTypes =
|
|
|
479
618
|
| DescribeHubCommandOutput
|
|
480
619
|
| DescribeOrganizationConfigurationCommandOutput
|
|
481
620
|
| DescribeProductsCommandOutput
|
|
621
|
+
| DescribeProductsV2CommandOutput
|
|
622
|
+
| DescribeSecurityHubV2CommandOutput
|
|
482
623
|
| DescribeStandardsCommandOutput
|
|
483
624
|
| DescribeStandardsControlsCommandOutput
|
|
484
625
|
| DisableImportFindingsForProductCommandOutput
|
|
485
626
|
| DisableOrganizationAdminAccountCommandOutput
|
|
486
627
|
| DisableSecurityHubCommandOutput
|
|
628
|
+
| DisableSecurityHubV2CommandOutput
|
|
487
629
|
| DisassociateFromAdministratorAccountCommandOutput
|
|
488
630
|
| DisassociateFromMasterAccountCommandOutput
|
|
489
631
|
| DisassociateMembersCommandOutput
|
|
490
632
|
| EnableImportFindingsForProductCommandOutput
|
|
491
633
|
| EnableOrganizationAdminAccountCommandOutput
|
|
492
634
|
| EnableSecurityHubCommandOutput
|
|
635
|
+
| EnableSecurityHubV2CommandOutput
|
|
493
636
|
| GetAdministratorAccountCommandOutput
|
|
637
|
+
| GetAggregatorV2CommandOutput
|
|
638
|
+
| GetAutomationRuleV2CommandOutput
|
|
494
639
|
| GetConfigurationPolicyAssociationCommandOutput
|
|
495
640
|
| GetConfigurationPolicyCommandOutput
|
|
641
|
+
| GetConnectorV2CommandOutput
|
|
496
642
|
| GetEnabledStandardsCommandOutput
|
|
497
643
|
| GetFindingAggregatorCommandOutput
|
|
498
644
|
| GetFindingHistoryCommandOutput
|
|
645
|
+
| GetFindingStatisticsV2CommandOutput
|
|
499
646
|
| GetFindingsCommandOutput
|
|
647
|
+
| GetFindingsV2CommandOutput
|
|
500
648
|
| GetInsightResultsCommandOutput
|
|
501
649
|
| GetInsightsCommandOutput
|
|
502
650
|
| GetInvitationsCountCommandOutput
|
|
503
651
|
| GetMasterAccountCommandOutput
|
|
504
652
|
| GetMembersCommandOutput
|
|
653
|
+
| GetResourcesStatisticsV2CommandOutput
|
|
654
|
+
| GetResourcesV2CommandOutput
|
|
505
655
|
| GetSecurityControlDefinitionCommandOutput
|
|
506
656
|
| InviteMembersCommandOutput
|
|
657
|
+
| ListAggregatorsV2CommandOutput
|
|
507
658
|
| ListAutomationRulesCommandOutput
|
|
659
|
+
| ListAutomationRulesV2CommandOutput
|
|
508
660
|
| ListConfigurationPoliciesCommandOutput
|
|
509
661
|
| ListConfigurationPolicyAssociationsCommandOutput
|
|
662
|
+
| ListConnectorsV2CommandOutput
|
|
510
663
|
| ListEnabledProductsForImportCommandOutput
|
|
511
664
|
| ListFindingAggregatorsCommandOutput
|
|
512
665
|
| ListInvitationsCommandOutput
|
|
@@ -520,7 +673,10 @@ export type ServiceOutputTypes =
|
|
|
520
673
|
| TagResourceCommandOutput
|
|
521
674
|
| UntagResourceCommandOutput
|
|
522
675
|
| UpdateActionTargetCommandOutput
|
|
676
|
+
| UpdateAggregatorV2CommandOutput
|
|
677
|
+
| UpdateAutomationRuleV2CommandOutput
|
|
523
678
|
| UpdateConfigurationPolicyCommandOutput
|
|
679
|
+
| UpdateConnectorV2CommandOutput
|
|
524
680
|
| UpdateFindingAggregatorCommandOutput
|
|
525
681
|
| UpdateFindingsCommandOutput
|
|
526
682
|
| UpdateInsightCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BatchUpdateFindingsV2Request,
|
|
5
|
+
BatchUpdateFindingsV2Response,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SecurityHubClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SecurityHubClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchUpdateFindingsV2CommandInput
|
|
15
|
+
extends BatchUpdateFindingsV2Request {}
|
|
16
|
+
export interface BatchUpdateFindingsV2CommandOutput
|
|
17
|
+
extends BatchUpdateFindingsV2Response,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchUpdateFindingsV2Command_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchUpdateFindingsV2CommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchUpdateFindingsV2CommandInput,
|
|
24
|
+
BatchUpdateFindingsV2CommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [BatchUpdateFindingsV2CommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchUpdateFindingsV2CommandInput,
|
|
33
|
+
BatchUpdateFindingsV2CommandOutput,
|
|
34
|
+
SecurityHubClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchUpdateFindingsV2Command extends BatchUpdateFindingsV2Command_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchUpdateFindingsV2Request;
|
|
44
|
+
output: BatchUpdateFindingsV2Response;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchUpdateFindingsV2CommandInput;
|
|
48
|
+
output: BatchUpdateFindingsV2CommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectorRegistrationsV2Request,
|
|
5
|
+
ConnectorRegistrationsV2Response,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SecurityHubClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SecurityHubClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ConnectorRegistrationsV2CommandInput
|
|
15
|
+
extends ConnectorRegistrationsV2Request {}
|
|
16
|
+
export interface ConnectorRegistrationsV2CommandOutput
|
|
17
|
+
extends ConnectorRegistrationsV2Response,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ConnectorRegistrationsV2Command_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ConnectorRegistrationsV2CommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ConnectorRegistrationsV2CommandInput,
|
|
24
|
+
ConnectorRegistrationsV2CommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ConnectorRegistrationsV2CommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ConnectorRegistrationsV2CommandInput,
|
|
33
|
+
ConnectorRegistrationsV2CommandOutput,
|
|
34
|
+
SecurityHubClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ConnectorRegistrationsV2Command extends ConnectorRegistrationsV2Command_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ConnectorRegistrationsV2Request;
|
|
44
|
+
output: ConnectorRegistrationsV2Response;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ConnectorRegistrationsV2CommandInput;
|
|
48
|
+
output: ConnectorRegistrationsV2CommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateAggregatorV2Request,
|
|
5
|
+
CreateAggregatorV2Response,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SecurityHubClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SecurityHubClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAggregatorV2CommandInput
|
|
15
|
+
extends CreateAggregatorV2Request {}
|
|
16
|
+
export interface CreateAggregatorV2CommandOutput
|
|
17
|
+
extends CreateAggregatorV2Response,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAggregatorV2Command_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAggregatorV2CommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAggregatorV2CommandInput,
|
|
24
|
+
CreateAggregatorV2CommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateAggregatorV2CommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAggregatorV2CommandInput,
|
|
33
|
+
CreateAggregatorV2CommandOutput,
|
|
34
|
+
SecurityHubClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAggregatorV2Command extends CreateAggregatorV2Command_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAggregatorV2Request;
|
|
44
|
+
output: CreateAggregatorV2Response;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAggregatorV2CommandInput;
|
|
48
|
+
output: CreateAggregatorV2CommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateAutomationRuleV2Request,
|
|
5
|
+
CreateAutomationRuleV2Response,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SecurityHubClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SecurityHubClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAutomationRuleV2CommandInput
|
|
15
|
+
extends CreateAutomationRuleV2Request {}
|
|
16
|
+
export interface CreateAutomationRuleV2CommandOutput
|
|
17
|
+
extends CreateAutomationRuleV2Response,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAutomationRuleV2Command_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAutomationRuleV2CommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAutomationRuleV2CommandInput,
|
|
24
|
+
CreateAutomationRuleV2CommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateAutomationRuleV2CommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAutomationRuleV2CommandInput,
|
|
33
|
+
CreateAutomationRuleV2CommandOutput,
|
|
34
|
+
SecurityHubClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAutomationRuleV2Command extends CreateAutomationRuleV2Command_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAutomationRuleV2Request;
|
|
44
|
+
output: CreateAutomationRuleV2Response;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAutomationRuleV2CommandInput;
|
|
48
|
+
output: CreateAutomationRuleV2CommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateConnectorV2Request,
|
|
5
|
+
CreateConnectorV2Response,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SecurityHubClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SecurityHubClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateConnectorV2CommandInput
|
|
15
|
+
extends CreateConnectorV2Request {}
|
|
16
|
+
export interface CreateConnectorV2CommandOutput
|
|
17
|
+
extends CreateConnectorV2Response,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateConnectorV2Command_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateConnectorV2CommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateConnectorV2CommandInput,
|
|
24
|
+
CreateConnectorV2CommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateConnectorV2CommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateConnectorV2CommandInput,
|
|
33
|
+
CreateConnectorV2CommandOutput,
|
|
34
|
+
SecurityHubClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateConnectorV2Command extends CreateConnectorV2Command_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateConnectorV2Request;
|
|
44
|
+
output: CreateConnectorV2Response;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateConnectorV2CommandInput;
|
|
48
|
+
output: CreateConnectorV2CommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateTicketV2Request,
|
|
5
|
+
CreateTicketV2Response,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SecurityHubClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SecurityHubClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateTicketV2CommandInput extends CreateTicketV2Request {}
|
|
15
|
+
export interface CreateTicketV2CommandOutput
|
|
16
|
+
extends CreateTicketV2Response,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateTicketV2Command_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateTicketV2CommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateTicketV2CommandInput,
|
|
23
|
+
CreateTicketV2CommandOutput,
|
|
24
|
+
SecurityHubClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: CreateTicketV2CommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateTicketV2CommandInput,
|
|
32
|
+
CreateTicketV2CommandOutput,
|
|
33
|
+
SecurityHubClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateTicketV2Command extends CreateTicketV2Command_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateTicketV2Request;
|
|
43
|
+
output: CreateTicketV2Response;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateTicketV2CommandInput;
|
|
47
|
+
output: CreateTicketV2CommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|