@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
|
@@ -51,22 +51,42 @@ import {
|
|
|
51
51
|
BatchUpdateFindingsCommandInput,
|
|
52
52
|
BatchUpdateFindingsCommandOutput,
|
|
53
53
|
} from "../commands/BatchUpdateFindingsCommand";
|
|
54
|
+
import {
|
|
55
|
+
BatchUpdateFindingsV2CommandInput,
|
|
56
|
+
BatchUpdateFindingsV2CommandOutput,
|
|
57
|
+
} from "../commands/BatchUpdateFindingsV2Command";
|
|
54
58
|
import {
|
|
55
59
|
BatchUpdateStandardsControlAssociationsCommandInput,
|
|
56
60
|
BatchUpdateStandardsControlAssociationsCommandOutput,
|
|
57
61
|
} from "../commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ConnectorRegistrationsV2CommandInput,
|
|
64
|
+
ConnectorRegistrationsV2CommandOutput,
|
|
65
|
+
} from "../commands/ConnectorRegistrationsV2Command";
|
|
58
66
|
import {
|
|
59
67
|
CreateActionTargetCommandInput,
|
|
60
68
|
CreateActionTargetCommandOutput,
|
|
61
69
|
} from "../commands/CreateActionTargetCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateAggregatorV2CommandInput,
|
|
72
|
+
CreateAggregatorV2CommandOutput,
|
|
73
|
+
} from "../commands/CreateAggregatorV2Command";
|
|
62
74
|
import {
|
|
63
75
|
CreateAutomationRuleCommandInput,
|
|
64
76
|
CreateAutomationRuleCommandOutput,
|
|
65
77
|
} from "../commands/CreateAutomationRuleCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateAutomationRuleV2CommandInput,
|
|
80
|
+
CreateAutomationRuleV2CommandOutput,
|
|
81
|
+
} from "../commands/CreateAutomationRuleV2Command";
|
|
66
82
|
import {
|
|
67
83
|
CreateConfigurationPolicyCommandInput,
|
|
68
84
|
CreateConfigurationPolicyCommandOutput,
|
|
69
85
|
} from "../commands/CreateConfigurationPolicyCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateConnectorV2CommandInput,
|
|
88
|
+
CreateConnectorV2CommandOutput,
|
|
89
|
+
} from "../commands/CreateConnectorV2Command";
|
|
70
90
|
import {
|
|
71
91
|
CreateFindingAggregatorCommandInput,
|
|
72
92
|
CreateFindingAggregatorCommandOutput,
|
|
@@ -79,6 +99,10 @@ import {
|
|
|
79
99
|
CreateMembersCommandInput,
|
|
80
100
|
CreateMembersCommandOutput,
|
|
81
101
|
} from "../commands/CreateMembersCommand";
|
|
102
|
+
import {
|
|
103
|
+
CreateTicketV2CommandInput,
|
|
104
|
+
CreateTicketV2CommandOutput,
|
|
105
|
+
} from "../commands/CreateTicketV2Command";
|
|
82
106
|
import {
|
|
83
107
|
DeclineInvitationsCommandInput,
|
|
84
108
|
DeclineInvitationsCommandOutput,
|
|
@@ -87,10 +111,22 @@ import {
|
|
|
87
111
|
DeleteActionTargetCommandInput,
|
|
88
112
|
DeleteActionTargetCommandOutput,
|
|
89
113
|
} from "../commands/DeleteActionTargetCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteAggregatorV2CommandInput,
|
|
116
|
+
DeleteAggregatorV2CommandOutput,
|
|
117
|
+
} from "../commands/DeleteAggregatorV2Command";
|
|
118
|
+
import {
|
|
119
|
+
DeleteAutomationRuleV2CommandInput,
|
|
120
|
+
DeleteAutomationRuleV2CommandOutput,
|
|
121
|
+
} from "../commands/DeleteAutomationRuleV2Command";
|
|
90
122
|
import {
|
|
91
123
|
DeleteConfigurationPolicyCommandInput,
|
|
92
124
|
DeleteConfigurationPolicyCommandOutput,
|
|
93
125
|
} from "../commands/DeleteConfigurationPolicyCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteConnectorV2CommandInput,
|
|
128
|
+
DeleteConnectorV2CommandOutput,
|
|
129
|
+
} from "../commands/DeleteConnectorV2Command";
|
|
94
130
|
import {
|
|
95
131
|
DeleteFindingAggregatorCommandInput,
|
|
96
132
|
DeleteFindingAggregatorCommandOutput,
|
|
@@ -123,6 +159,14 @@ import {
|
|
|
123
159
|
DescribeProductsCommandInput,
|
|
124
160
|
DescribeProductsCommandOutput,
|
|
125
161
|
} from "../commands/DescribeProductsCommand";
|
|
162
|
+
import {
|
|
163
|
+
DescribeProductsV2CommandInput,
|
|
164
|
+
DescribeProductsV2CommandOutput,
|
|
165
|
+
} from "../commands/DescribeProductsV2Command";
|
|
166
|
+
import {
|
|
167
|
+
DescribeSecurityHubV2CommandInput,
|
|
168
|
+
DescribeSecurityHubV2CommandOutput,
|
|
169
|
+
} from "../commands/DescribeSecurityHubV2Command";
|
|
126
170
|
import {
|
|
127
171
|
DescribeStandardsCommandInput,
|
|
128
172
|
DescribeStandardsCommandOutput,
|
|
@@ -143,6 +187,10 @@ import {
|
|
|
143
187
|
DisableSecurityHubCommandInput,
|
|
144
188
|
DisableSecurityHubCommandOutput,
|
|
145
189
|
} from "../commands/DisableSecurityHubCommand";
|
|
190
|
+
import {
|
|
191
|
+
DisableSecurityHubV2CommandInput,
|
|
192
|
+
DisableSecurityHubV2CommandOutput,
|
|
193
|
+
} from "../commands/DisableSecurityHubV2Command";
|
|
146
194
|
import {
|
|
147
195
|
DisassociateFromAdministratorAccountCommandInput,
|
|
148
196
|
DisassociateFromAdministratorAccountCommandOutput,
|
|
@@ -167,10 +215,22 @@ import {
|
|
|
167
215
|
EnableSecurityHubCommandInput,
|
|
168
216
|
EnableSecurityHubCommandOutput,
|
|
169
217
|
} from "../commands/EnableSecurityHubCommand";
|
|
218
|
+
import {
|
|
219
|
+
EnableSecurityHubV2CommandInput,
|
|
220
|
+
EnableSecurityHubV2CommandOutput,
|
|
221
|
+
} from "../commands/EnableSecurityHubV2Command";
|
|
170
222
|
import {
|
|
171
223
|
GetAdministratorAccountCommandInput,
|
|
172
224
|
GetAdministratorAccountCommandOutput,
|
|
173
225
|
} from "../commands/GetAdministratorAccountCommand";
|
|
226
|
+
import {
|
|
227
|
+
GetAggregatorV2CommandInput,
|
|
228
|
+
GetAggregatorV2CommandOutput,
|
|
229
|
+
} from "../commands/GetAggregatorV2Command";
|
|
230
|
+
import {
|
|
231
|
+
GetAutomationRuleV2CommandInput,
|
|
232
|
+
GetAutomationRuleV2CommandOutput,
|
|
233
|
+
} from "../commands/GetAutomationRuleV2Command";
|
|
174
234
|
import {
|
|
175
235
|
GetConfigurationPolicyAssociationCommandInput,
|
|
176
236
|
GetConfigurationPolicyAssociationCommandOutput,
|
|
@@ -179,6 +239,10 @@ import {
|
|
|
179
239
|
GetConfigurationPolicyCommandInput,
|
|
180
240
|
GetConfigurationPolicyCommandOutput,
|
|
181
241
|
} from "../commands/GetConfigurationPolicyCommand";
|
|
242
|
+
import {
|
|
243
|
+
GetConnectorV2CommandInput,
|
|
244
|
+
GetConnectorV2CommandOutput,
|
|
245
|
+
} from "../commands/GetConnectorV2Command";
|
|
182
246
|
import {
|
|
183
247
|
GetEnabledStandardsCommandInput,
|
|
184
248
|
GetEnabledStandardsCommandOutput,
|
|
@@ -195,6 +259,14 @@ import {
|
|
|
195
259
|
GetFindingsCommandInput,
|
|
196
260
|
GetFindingsCommandOutput,
|
|
197
261
|
} from "../commands/GetFindingsCommand";
|
|
262
|
+
import {
|
|
263
|
+
GetFindingStatisticsV2CommandInput,
|
|
264
|
+
GetFindingStatisticsV2CommandOutput,
|
|
265
|
+
} from "../commands/GetFindingStatisticsV2Command";
|
|
266
|
+
import {
|
|
267
|
+
GetFindingsV2CommandInput,
|
|
268
|
+
GetFindingsV2CommandOutput,
|
|
269
|
+
} from "../commands/GetFindingsV2Command";
|
|
198
270
|
import {
|
|
199
271
|
GetInsightResultsCommandInput,
|
|
200
272
|
GetInsightResultsCommandOutput,
|
|
@@ -215,6 +287,14 @@ import {
|
|
|
215
287
|
GetMembersCommandInput,
|
|
216
288
|
GetMembersCommandOutput,
|
|
217
289
|
} from "../commands/GetMembersCommand";
|
|
290
|
+
import {
|
|
291
|
+
GetResourcesStatisticsV2CommandInput,
|
|
292
|
+
GetResourcesStatisticsV2CommandOutput,
|
|
293
|
+
} from "../commands/GetResourcesStatisticsV2Command";
|
|
294
|
+
import {
|
|
295
|
+
GetResourcesV2CommandInput,
|
|
296
|
+
GetResourcesV2CommandOutput,
|
|
297
|
+
} from "../commands/GetResourcesV2Command";
|
|
218
298
|
import {
|
|
219
299
|
GetSecurityControlDefinitionCommandInput,
|
|
220
300
|
GetSecurityControlDefinitionCommandOutput,
|
|
@@ -223,10 +303,18 @@ import {
|
|
|
223
303
|
InviteMembersCommandInput,
|
|
224
304
|
InviteMembersCommandOutput,
|
|
225
305
|
} from "../commands/InviteMembersCommand";
|
|
306
|
+
import {
|
|
307
|
+
ListAggregatorsV2CommandInput,
|
|
308
|
+
ListAggregatorsV2CommandOutput,
|
|
309
|
+
} from "../commands/ListAggregatorsV2Command";
|
|
226
310
|
import {
|
|
227
311
|
ListAutomationRulesCommandInput,
|
|
228
312
|
ListAutomationRulesCommandOutput,
|
|
229
313
|
} from "../commands/ListAutomationRulesCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListAutomationRulesV2CommandInput,
|
|
316
|
+
ListAutomationRulesV2CommandOutput,
|
|
317
|
+
} from "../commands/ListAutomationRulesV2Command";
|
|
230
318
|
import {
|
|
231
319
|
ListConfigurationPoliciesCommandInput,
|
|
232
320
|
ListConfigurationPoliciesCommandOutput,
|
|
@@ -235,6 +323,10 @@ import {
|
|
|
235
323
|
ListConfigurationPolicyAssociationsCommandInput,
|
|
236
324
|
ListConfigurationPolicyAssociationsCommandOutput,
|
|
237
325
|
} from "../commands/ListConfigurationPolicyAssociationsCommand";
|
|
326
|
+
import {
|
|
327
|
+
ListConnectorsV2CommandInput,
|
|
328
|
+
ListConnectorsV2CommandOutput,
|
|
329
|
+
} from "../commands/ListConnectorsV2Command";
|
|
238
330
|
import {
|
|
239
331
|
ListEnabledProductsForImportCommandInput,
|
|
240
332
|
ListEnabledProductsForImportCommandOutput,
|
|
@@ -287,10 +379,22 @@ import {
|
|
|
287
379
|
UpdateActionTargetCommandInput,
|
|
288
380
|
UpdateActionTargetCommandOutput,
|
|
289
381
|
} from "../commands/UpdateActionTargetCommand";
|
|
382
|
+
import {
|
|
383
|
+
UpdateAggregatorV2CommandInput,
|
|
384
|
+
UpdateAggregatorV2CommandOutput,
|
|
385
|
+
} from "../commands/UpdateAggregatorV2Command";
|
|
386
|
+
import {
|
|
387
|
+
UpdateAutomationRuleV2CommandInput,
|
|
388
|
+
UpdateAutomationRuleV2CommandOutput,
|
|
389
|
+
} from "../commands/UpdateAutomationRuleV2Command";
|
|
290
390
|
import {
|
|
291
391
|
UpdateConfigurationPolicyCommandInput,
|
|
292
392
|
UpdateConfigurationPolicyCommandOutput,
|
|
293
393
|
} from "../commands/UpdateConfigurationPolicyCommand";
|
|
394
|
+
import {
|
|
395
|
+
UpdateConnectorV2CommandInput,
|
|
396
|
+
UpdateConnectorV2CommandOutput,
|
|
397
|
+
} from "../commands/UpdateConnectorV2Command";
|
|
294
398
|
import {
|
|
295
399
|
UpdateFindingAggregatorCommandInput,
|
|
296
400
|
UpdateFindingAggregatorCommandOutput,
|
|
@@ -367,22 +471,42 @@ export declare const se_BatchUpdateFindingsCommand: (
|
|
|
367
471
|
input: BatchUpdateFindingsCommandInput,
|
|
368
472
|
context: __SerdeContext
|
|
369
473
|
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const se_BatchUpdateFindingsV2Command: (
|
|
475
|
+
input: BatchUpdateFindingsV2CommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
370
478
|
export declare const se_BatchUpdateStandardsControlAssociationsCommand: (
|
|
371
479
|
input: BatchUpdateStandardsControlAssociationsCommandInput,
|
|
372
480
|
context: __SerdeContext
|
|
373
481
|
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const se_ConnectorRegistrationsV2Command: (
|
|
483
|
+
input: ConnectorRegistrationsV2CommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
374
486
|
export declare const se_CreateActionTargetCommand: (
|
|
375
487
|
input: CreateActionTargetCommandInput,
|
|
376
488
|
context: __SerdeContext
|
|
377
489
|
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const se_CreateAggregatorV2Command: (
|
|
491
|
+
input: CreateAggregatorV2CommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
378
494
|
export declare const se_CreateAutomationRuleCommand: (
|
|
379
495
|
input: CreateAutomationRuleCommandInput,
|
|
380
496
|
context: __SerdeContext
|
|
381
497
|
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const se_CreateAutomationRuleV2Command: (
|
|
499
|
+
input: CreateAutomationRuleV2CommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
382
502
|
export declare const se_CreateConfigurationPolicyCommand: (
|
|
383
503
|
input: CreateConfigurationPolicyCommandInput,
|
|
384
504
|
context: __SerdeContext
|
|
385
505
|
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const se_CreateConnectorV2Command: (
|
|
507
|
+
input: CreateConnectorV2CommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
386
510
|
export declare const se_CreateFindingAggregatorCommand: (
|
|
387
511
|
input: CreateFindingAggregatorCommandInput,
|
|
388
512
|
context: __SerdeContext
|
|
@@ -395,6 +519,10 @@ export declare const se_CreateMembersCommand: (
|
|
|
395
519
|
input: CreateMembersCommandInput,
|
|
396
520
|
context: __SerdeContext
|
|
397
521
|
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const se_CreateTicketV2Command: (
|
|
523
|
+
input: CreateTicketV2CommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
398
526
|
export declare const se_DeclineInvitationsCommand: (
|
|
399
527
|
input: DeclineInvitationsCommandInput,
|
|
400
528
|
context: __SerdeContext
|
|
@@ -403,10 +531,22 @@ export declare const se_DeleteActionTargetCommand: (
|
|
|
403
531
|
input: DeleteActionTargetCommandInput,
|
|
404
532
|
context: __SerdeContext
|
|
405
533
|
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const se_DeleteAggregatorV2Command: (
|
|
535
|
+
input: DeleteAggregatorV2CommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const se_DeleteAutomationRuleV2Command: (
|
|
539
|
+
input: DeleteAutomationRuleV2CommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
406
542
|
export declare const se_DeleteConfigurationPolicyCommand: (
|
|
407
543
|
input: DeleteConfigurationPolicyCommandInput,
|
|
408
544
|
context: __SerdeContext
|
|
409
545
|
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const se_DeleteConnectorV2Command: (
|
|
547
|
+
input: DeleteConnectorV2CommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
410
550
|
export declare const se_DeleteFindingAggregatorCommand: (
|
|
411
551
|
input: DeleteFindingAggregatorCommandInput,
|
|
412
552
|
context: __SerdeContext
|
|
@@ -439,6 +579,14 @@ export declare const se_DescribeProductsCommand: (
|
|
|
439
579
|
input: DescribeProductsCommandInput,
|
|
440
580
|
context: __SerdeContext
|
|
441
581
|
) => Promise<__HttpRequest>;
|
|
582
|
+
export declare const se_DescribeProductsV2Command: (
|
|
583
|
+
input: DescribeProductsV2CommandInput,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const se_DescribeSecurityHubV2Command: (
|
|
587
|
+
input: DescribeSecurityHubV2CommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
442
590
|
export declare const se_DescribeStandardsCommand: (
|
|
443
591
|
input: DescribeStandardsCommandInput,
|
|
444
592
|
context: __SerdeContext
|
|
@@ -459,6 +607,10 @@ export declare const se_DisableSecurityHubCommand: (
|
|
|
459
607
|
input: DisableSecurityHubCommandInput,
|
|
460
608
|
context: __SerdeContext
|
|
461
609
|
) => Promise<__HttpRequest>;
|
|
610
|
+
export declare const se_DisableSecurityHubV2Command: (
|
|
611
|
+
input: DisableSecurityHubV2CommandInput,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<__HttpRequest>;
|
|
462
614
|
export declare const se_DisassociateFromAdministratorAccountCommand: (
|
|
463
615
|
input: DisassociateFromAdministratorAccountCommandInput,
|
|
464
616
|
context: __SerdeContext
|
|
@@ -483,10 +635,22 @@ export declare const se_EnableSecurityHubCommand: (
|
|
|
483
635
|
input: EnableSecurityHubCommandInput,
|
|
484
636
|
context: __SerdeContext
|
|
485
637
|
) => Promise<__HttpRequest>;
|
|
638
|
+
export declare const se_EnableSecurityHubV2Command: (
|
|
639
|
+
input: EnableSecurityHubV2CommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
486
642
|
export declare const se_GetAdministratorAccountCommand: (
|
|
487
643
|
input: GetAdministratorAccountCommandInput,
|
|
488
644
|
context: __SerdeContext
|
|
489
645
|
) => Promise<__HttpRequest>;
|
|
646
|
+
export declare const se_GetAggregatorV2Command: (
|
|
647
|
+
input: GetAggregatorV2CommandInput,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<__HttpRequest>;
|
|
650
|
+
export declare const se_GetAutomationRuleV2Command: (
|
|
651
|
+
input: GetAutomationRuleV2CommandInput,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<__HttpRequest>;
|
|
490
654
|
export declare const se_GetConfigurationPolicyCommand: (
|
|
491
655
|
input: GetConfigurationPolicyCommandInput,
|
|
492
656
|
context: __SerdeContext
|
|
@@ -495,6 +659,10 @@ export declare const se_GetConfigurationPolicyAssociationCommand: (
|
|
|
495
659
|
input: GetConfigurationPolicyAssociationCommandInput,
|
|
496
660
|
context: __SerdeContext
|
|
497
661
|
) => Promise<__HttpRequest>;
|
|
662
|
+
export declare const se_GetConnectorV2Command: (
|
|
663
|
+
input: GetConnectorV2CommandInput,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<__HttpRequest>;
|
|
498
666
|
export declare const se_GetEnabledStandardsCommand: (
|
|
499
667
|
input: GetEnabledStandardsCommandInput,
|
|
500
668
|
context: __SerdeContext
|
|
@@ -511,6 +679,14 @@ export declare const se_GetFindingsCommand: (
|
|
|
511
679
|
input: GetFindingsCommandInput,
|
|
512
680
|
context: __SerdeContext
|
|
513
681
|
) => Promise<__HttpRequest>;
|
|
682
|
+
export declare const se_GetFindingStatisticsV2Command: (
|
|
683
|
+
input: GetFindingStatisticsV2CommandInput,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<__HttpRequest>;
|
|
686
|
+
export declare const se_GetFindingsV2Command: (
|
|
687
|
+
input: GetFindingsV2CommandInput,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<__HttpRequest>;
|
|
514
690
|
export declare const se_GetInsightResultsCommand: (
|
|
515
691
|
input: GetInsightResultsCommandInput,
|
|
516
692
|
context: __SerdeContext
|
|
@@ -531,6 +707,14 @@ export declare const se_GetMembersCommand: (
|
|
|
531
707
|
input: GetMembersCommandInput,
|
|
532
708
|
context: __SerdeContext
|
|
533
709
|
) => Promise<__HttpRequest>;
|
|
710
|
+
export declare const se_GetResourcesStatisticsV2Command: (
|
|
711
|
+
input: GetResourcesStatisticsV2CommandInput,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<__HttpRequest>;
|
|
714
|
+
export declare const se_GetResourcesV2Command: (
|
|
715
|
+
input: GetResourcesV2CommandInput,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<__HttpRequest>;
|
|
534
718
|
export declare const se_GetSecurityControlDefinitionCommand: (
|
|
535
719
|
input: GetSecurityControlDefinitionCommandInput,
|
|
536
720
|
context: __SerdeContext
|
|
@@ -539,10 +723,18 @@ export declare const se_InviteMembersCommand: (
|
|
|
539
723
|
input: InviteMembersCommandInput,
|
|
540
724
|
context: __SerdeContext
|
|
541
725
|
) => Promise<__HttpRequest>;
|
|
726
|
+
export declare const se_ListAggregatorsV2Command: (
|
|
727
|
+
input: ListAggregatorsV2CommandInput,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<__HttpRequest>;
|
|
542
730
|
export declare const se_ListAutomationRulesCommand: (
|
|
543
731
|
input: ListAutomationRulesCommandInput,
|
|
544
732
|
context: __SerdeContext
|
|
545
733
|
) => Promise<__HttpRequest>;
|
|
734
|
+
export declare const se_ListAutomationRulesV2Command: (
|
|
735
|
+
input: ListAutomationRulesV2CommandInput,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<__HttpRequest>;
|
|
546
738
|
export declare const se_ListConfigurationPoliciesCommand: (
|
|
547
739
|
input: ListConfigurationPoliciesCommandInput,
|
|
548
740
|
context: __SerdeContext
|
|
@@ -551,6 +743,10 @@ export declare const se_ListConfigurationPolicyAssociationsCommand: (
|
|
|
551
743
|
input: ListConfigurationPolicyAssociationsCommandInput,
|
|
552
744
|
context: __SerdeContext
|
|
553
745
|
) => Promise<__HttpRequest>;
|
|
746
|
+
export declare const se_ListConnectorsV2Command: (
|
|
747
|
+
input: ListConnectorsV2CommandInput,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<__HttpRequest>;
|
|
554
750
|
export declare const se_ListEnabledProductsForImportCommand: (
|
|
555
751
|
input: ListEnabledProductsForImportCommandInput,
|
|
556
752
|
context: __SerdeContext
|
|
@@ -603,10 +799,22 @@ export declare const se_UpdateActionTargetCommand: (
|
|
|
603
799
|
input: UpdateActionTargetCommandInput,
|
|
604
800
|
context: __SerdeContext
|
|
605
801
|
) => Promise<__HttpRequest>;
|
|
802
|
+
export declare const se_UpdateAggregatorV2Command: (
|
|
803
|
+
input: UpdateAggregatorV2CommandInput,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<__HttpRequest>;
|
|
806
|
+
export declare const se_UpdateAutomationRuleV2Command: (
|
|
807
|
+
input: UpdateAutomationRuleV2CommandInput,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<__HttpRequest>;
|
|
606
810
|
export declare const se_UpdateConfigurationPolicyCommand: (
|
|
607
811
|
input: UpdateConfigurationPolicyCommandInput,
|
|
608
812
|
context: __SerdeContext
|
|
609
813
|
) => Promise<__HttpRequest>;
|
|
814
|
+
export declare const se_UpdateConnectorV2Command: (
|
|
815
|
+
input: UpdateConnectorV2CommandInput,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<__HttpRequest>;
|
|
610
818
|
export declare const se_UpdateFindingAggregatorCommand: (
|
|
611
819
|
input: UpdateFindingAggregatorCommandInput,
|
|
612
820
|
context: __SerdeContext
|
|
@@ -683,22 +891,42 @@ export declare const de_BatchUpdateFindingsCommand: (
|
|
|
683
891
|
output: __HttpResponse,
|
|
684
892
|
context: __SerdeContext
|
|
685
893
|
) => Promise<BatchUpdateFindingsCommandOutput>;
|
|
894
|
+
export declare const de_BatchUpdateFindingsV2Command: (
|
|
895
|
+
output: __HttpResponse,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<BatchUpdateFindingsV2CommandOutput>;
|
|
686
898
|
export declare const de_BatchUpdateStandardsControlAssociationsCommand: (
|
|
687
899
|
output: __HttpResponse,
|
|
688
900
|
context: __SerdeContext
|
|
689
901
|
) => Promise<BatchUpdateStandardsControlAssociationsCommandOutput>;
|
|
902
|
+
export declare const de_ConnectorRegistrationsV2Command: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<ConnectorRegistrationsV2CommandOutput>;
|
|
690
906
|
export declare const de_CreateActionTargetCommand: (
|
|
691
907
|
output: __HttpResponse,
|
|
692
908
|
context: __SerdeContext
|
|
693
909
|
) => Promise<CreateActionTargetCommandOutput>;
|
|
910
|
+
export declare const de_CreateAggregatorV2Command: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<CreateAggregatorV2CommandOutput>;
|
|
694
914
|
export declare const de_CreateAutomationRuleCommand: (
|
|
695
915
|
output: __HttpResponse,
|
|
696
916
|
context: __SerdeContext
|
|
697
917
|
) => Promise<CreateAutomationRuleCommandOutput>;
|
|
918
|
+
export declare const de_CreateAutomationRuleV2Command: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<CreateAutomationRuleV2CommandOutput>;
|
|
698
922
|
export declare const de_CreateConfigurationPolicyCommand: (
|
|
699
923
|
output: __HttpResponse,
|
|
700
924
|
context: __SerdeContext
|
|
701
925
|
) => Promise<CreateConfigurationPolicyCommandOutput>;
|
|
926
|
+
export declare const de_CreateConnectorV2Command: (
|
|
927
|
+
output: __HttpResponse,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<CreateConnectorV2CommandOutput>;
|
|
702
930
|
export declare const de_CreateFindingAggregatorCommand: (
|
|
703
931
|
output: __HttpResponse,
|
|
704
932
|
context: __SerdeContext
|
|
@@ -711,6 +939,10 @@ export declare const de_CreateMembersCommand: (
|
|
|
711
939
|
output: __HttpResponse,
|
|
712
940
|
context: __SerdeContext
|
|
713
941
|
) => Promise<CreateMembersCommandOutput>;
|
|
942
|
+
export declare const de_CreateTicketV2Command: (
|
|
943
|
+
output: __HttpResponse,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<CreateTicketV2CommandOutput>;
|
|
714
946
|
export declare const de_DeclineInvitationsCommand: (
|
|
715
947
|
output: __HttpResponse,
|
|
716
948
|
context: __SerdeContext
|
|
@@ -719,10 +951,22 @@ export declare const de_DeleteActionTargetCommand: (
|
|
|
719
951
|
output: __HttpResponse,
|
|
720
952
|
context: __SerdeContext
|
|
721
953
|
) => Promise<DeleteActionTargetCommandOutput>;
|
|
954
|
+
export declare const de_DeleteAggregatorV2Command: (
|
|
955
|
+
output: __HttpResponse,
|
|
956
|
+
context: __SerdeContext
|
|
957
|
+
) => Promise<DeleteAggregatorV2CommandOutput>;
|
|
958
|
+
export declare const de_DeleteAutomationRuleV2Command: (
|
|
959
|
+
output: __HttpResponse,
|
|
960
|
+
context: __SerdeContext
|
|
961
|
+
) => Promise<DeleteAutomationRuleV2CommandOutput>;
|
|
722
962
|
export declare const de_DeleteConfigurationPolicyCommand: (
|
|
723
963
|
output: __HttpResponse,
|
|
724
964
|
context: __SerdeContext
|
|
725
965
|
) => Promise<DeleteConfigurationPolicyCommandOutput>;
|
|
966
|
+
export declare const de_DeleteConnectorV2Command: (
|
|
967
|
+
output: __HttpResponse,
|
|
968
|
+
context: __SerdeContext
|
|
969
|
+
) => Promise<DeleteConnectorV2CommandOutput>;
|
|
726
970
|
export declare const de_DeleteFindingAggregatorCommand: (
|
|
727
971
|
output: __HttpResponse,
|
|
728
972
|
context: __SerdeContext
|
|
@@ -755,6 +999,14 @@ export declare const de_DescribeProductsCommand: (
|
|
|
755
999
|
output: __HttpResponse,
|
|
756
1000
|
context: __SerdeContext
|
|
757
1001
|
) => Promise<DescribeProductsCommandOutput>;
|
|
1002
|
+
export declare const de_DescribeProductsV2Command: (
|
|
1003
|
+
output: __HttpResponse,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<DescribeProductsV2CommandOutput>;
|
|
1006
|
+
export declare const de_DescribeSecurityHubV2Command: (
|
|
1007
|
+
output: __HttpResponse,
|
|
1008
|
+
context: __SerdeContext
|
|
1009
|
+
) => Promise<DescribeSecurityHubV2CommandOutput>;
|
|
758
1010
|
export declare const de_DescribeStandardsCommand: (
|
|
759
1011
|
output: __HttpResponse,
|
|
760
1012
|
context: __SerdeContext
|
|
@@ -775,6 +1027,10 @@ export declare const de_DisableSecurityHubCommand: (
|
|
|
775
1027
|
output: __HttpResponse,
|
|
776
1028
|
context: __SerdeContext
|
|
777
1029
|
) => Promise<DisableSecurityHubCommandOutput>;
|
|
1030
|
+
export declare const de_DisableSecurityHubV2Command: (
|
|
1031
|
+
output: __HttpResponse,
|
|
1032
|
+
context: __SerdeContext
|
|
1033
|
+
) => Promise<DisableSecurityHubV2CommandOutput>;
|
|
778
1034
|
export declare const de_DisassociateFromAdministratorAccountCommand: (
|
|
779
1035
|
output: __HttpResponse,
|
|
780
1036
|
context: __SerdeContext
|
|
@@ -799,10 +1055,22 @@ export declare const de_EnableSecurityHubCommand: (
|
|
|
799
1055
|
output: __HttpResponse,
|
|
800
1056
|
context: __SerdeContext
|
|
801
1057
|
) => Promise<EnableSecurityHubCommandOutput>;
|
|
1058
|
+
export declare const de_EnableSecurityHubV2Command: (
|
|
1059
|
+
output: __HttpResponse,
|
|
1060
|
+
context: __SerdeContext
|
|
1061
|
+
) => Promise<EnableSecurityHubV2CommandOutput>;
|
|
802
1062
|
export declare const de_GetAdministratorAccountCommand: (
|
|
803
1063
|
output: __HttpResponse,
|
|
804
1064
|
context: __SerdeContext
|
|
805
1065
|
) => Promise<GetAdministratorAccountCommandOutput>;
|
|
1066
|
+
export declare const de_GetAggregatorV2Command: (
|
|
1067
|
+
output: __HttpResponse,
|
|
1068
|
+
context: __SerdeContext
|
|
1069
|
+
) => Promise<GetAggregatorV2CommandOutput>;
|
|
1070
|
+
export declare const de_GetAutomationRuleV2Command: (
|
|
1071
|
+
output: __HttpResponse,
|
|
1072
|
+
context: __SerdeContext
|
|
1073
|
+
) => Promise<GetAutomationRuleV2CommandOutput>;
|
|
806
1074
|
export declare const de_GetConfigurationPolicyCommand: (
|
|
807
1075
|
output: __HttpResponse,
|
|
808
1076
|
context: __SerdeContext
|
|
@@ -811,6 +1079,10 @@ export declare const de_GetConfigurationPolicyAssociationCommand: (
|
|
|
811
1079
|
output: __HttpResponse,
|
|
812
1080
|
context: __SerdeContext
|
|
813
1081
|
) => Promise<GetConfigurationPolicyAssociationCommandOutput>;
|
|
1082
|
+
export declare const de_GetConnectorV2Command: (
|
|
1083
|
+
output: __HttpResponse,
|
|
1084
|
+
context: __SerdeContext
|
|
1085
|
+
) => Promise<GetConnectorV2CommandOutput>;
|
|
814
1086
|
export declare const de_GetEnabledStandardsCommand: (
|
|
815
1087
|
output: __HttpResponse,
|
|
816
1088
|
context: __SerdeContext
|
|
@@ -827,6 +1099,14 @@ export declare const de_GetFindingsCommand: (
|
|
|
827
1099
|
output: __HttpResponse,
|
|
828
1100
|
context: __SerdeContext
|
|
829
1101
|
) => Promise<GetFindingsCommandOutput>;
|
|
1102
|
+
export declare const de_GetFindingStatisticsV2Command: (
|
|
1103
|
+
output: __HttpResponse,
|
|
1104
|
+
context: __SerdeContext
|
|
1105
|
+
) => Promise<GetFindingStatisticsV2CommandOutput>;
|
|
1106
|
+
export declare const de_GetFindingsV2Command: (
|
|
1107
|
+
output: __HttpResponse,
|
|
1108
|
+
context: __SerdeContext
|
|
1109
|
+
) => Promise<GetFindingsV2CommandOutput>;
|
|
830
1110
|
export declare const de_GetInsightResultsCommand: (
|
|
831
1111
|
output: __HttpResponse,
|
|
832
1112
|
context: __SerdeContext
|
|
@@ -847,6 +1127,14 @@ export declare const de_GetMembersCommand: (
|
|
|
847
1127
|
output: __HttpResponse,
|
|
848
1128
|
context: __SerdeContext
|
|
849
1129
|
) => Promise<GetMembersCommandOutput>;
|
|
1130
|
+
export declare const de_GetResourcesStatisticsV2Command: (
|
|
1131
|
+
output: __HttpResponse,
|
|
1132
|
+
context: __SerdeContext
|
|
1133
|
+
) => Promise<GetResourcesStatisticsV2CommandOutput>;
|
|
1134
|
+
export declare const de_GetResourcesV2Command: (
|
|
1135
|
+
output: __HttpResponse,
|
|
1136
|
+
context: __SerdeContext
|
|
1137
|
+
) => Promise<GetResourcesV2CommandOutput>;
|
|
850
1138
|
export declare const de_GetSecurityControlDefinitionCommand: (
|
|
851
1139
|
output: __HttpResponse,
|
|
852
1140
|
context: __SerdeContext
|
|
@@ -855,10 +1143,18 @@ export declare const de_InviteMembersCommand: (
|
|
|
855
1143
|
output: __HttpResponse,
|
|
856
1144
|
context: __SerdeContext
|
|
857
1145
|
) => Promise<InviteMembersCommandOutput>;
|
|
1146
|
+
export declare const de_ListAggregatorsV2Command: (
|
|
1147
|
+
output: __HttpResponse,
|
|
1148
|
+
context: __SerdeContext
|
|
1149
|
+
) => Promise<ListAggregatorsV2CommandOutput>;
|
|
858
1150
|
export declare const de_ListAutomationRulesCommand: (
|
|
859
1151
|
output: __HttpResponse,
|
|
860
1152
|
context: __SerdeContext
|
|
861
1153
|
) => Promise<ListAutomationRulesCommandOutput>;
|
|
1154
|
+
export declare const de_ListAutomationRulesV2Command: (
|
|
1155
|
+
output: __HttpResponse,
|
|
1156
|
+
context: __SerdeContext
|
|
1157
|
+
) => Promise<ListAutomationRulesV2CommandOutput>;
|
|
862
1158
|
export declare const de_ListConfigurationPoliciesCommand: (
|
|
863
1159
|
output: __HttpResponse,
|
|
864
1160
|
context: __SerdeContext
|
|
@@ -867,6 +1163,10 @@ export declare const de_ListConfigurationPolicyAssociationsCommand: (
|
|
|
867
1163
|
output: __HttpResponse,
|
|
868
1164
|
context: __SerdeContext
|
|
869
1165
|
) => Promise<ListConfigurationPolicyAssociationsCommandOutput>;
|
|
1166
|
+
export declare const de_ListConnectorsV2Command: (
|
|
1167
|
+
output: __HttpResponse,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<ListConnectorsV2CommandOutput>;
|
|
870
1170
|
export declare const de_ListEnabledProductsForImportCommand: (
|
|
871
1171
|
output: __HttpResponse,
|
|
872
1172
|
context: __SerdeContext
|
|
@@ -919,10 +1219,22 @@ export declare const de_UpdateActionTargetCommand: (
|
|
|
919
1219
|
output: __HttpResponse,
|
|
920
1220
|
context: __SerdeContext
|
|
921
1221
|
) => Promise<UpdateActionTargetCommandOutput>;
|
|
1222
|
+
export declare const de_UpdateAggregatorV2Command: (
|
|
1223
|
+
output: __HttpResponse,
|
|
1224
|
+
context: __SerdeContext
|
|
1225
|
+
) => Promise<UpdateAggregatorV2CommandOutput>;
|
|
1226
|
+
export declare const de_UpdateAutomationRuleV2Command: (
|
|
1227
|
+
output: __HttpResponse,
|
|
1228
|
+
context: __SerdeContext
|
|
1229
|
+
) => Promise<UpdateAutomationRuleV2CommandOutput>;
|
|
922
1230
|
export declare const de_UpdateConfigurationPolicyCommand: (
|
|
923
1231
|
output: __HttpResponse,
|
|
924
1232
|
context: __SerdeContext
|
|
925
1233
|
) => Promise<UpdateConfigurationPolicyCommandOutput>;
|
|
1234
|
+
export declare const de_UpdateConnectorV2Command: (
|
|
1235
|
+
output: __HttpResponse,
|
|
1236
|
+
context: __SerdeContext
|
|
1237
|
+
) => Promise<UpdateConnectorV2CommandOutput>;
|
|
926
1238
|
export declare const de_UpdateFindingAggregatorCommand: (
|
|
927
1239
|
output: __HttpResponse,
|
|
928
1240
|
context: __SerdeContext
|
|
@@ -22,8 +22,10 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
23
|
sha256: import("@smithy/types").HashConstructor;
|
|
24
24
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
25
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
26
|
-
|
|
25
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
26
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
27
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
28
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
27
29
|
apiVersion: string;
|
|
28
30
|
cacheMiddleware?: boolean | undefined;
|
|
29
31
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -19,8 +19,10 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
19
19
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
20
20
|
disableHostPrefix: boolean;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
23
|
-
|
|
22
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
23
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
24
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
25
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
24
26
|
region: string | import("@smithy/types").Provider<any>;
|
|
25
27
|
profile?: string;
|
|
26
28
|
defaultUserAgentProvider: (
|