@aws-sdk/client-securityhub 3.278.0 → 3.281.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 +505 -17
- package/dist-cjs/SecurityHub.js +75 -0
- package/dist-cjs/commands/BatchGetSecurityControlsCommand.js +46 -0
- package/dist-cjs/commands/BatchGetStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/BatchUpdateStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +3 -3
- package/dist-cjs/commands/DeleteInsightCommand.js +3 -3
- package/dist-cjs/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-cjs/commands/DeleteMembersCommand.js +3 -3
- package/dist-cjs/commands/DescribeActionTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeHubCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DescribeProductsCommand.js +1 -2
- package/dist-cjs/commands/ListSecurityControlDefinitionsCommand.js +46 -0
- package/dist-cjs/commands/ListStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +11 -10
- package/dist-cjs/models/models_1.js +81 -76
- package/dist-cjs/models/models_2.js +102 -9
- package/dist-cjs/pagination/ListSecurityControlDefinitionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListStandardsControlAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +557 -3
- package/dist-es/SecurityHub.js +75 -0
- package/dist-es/commands/BatchGetSecurityControlsCommand.js +42 -0
- package/dist-es/commands/BatchGetStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/BatchUpdateStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/DeleteFindingAggregatorCommand.js +1 -1
- package/dist-es/commands/DeleteInsightCommand.js +1 -1
- package/dist-es/commands/DeleteInvitationsCommand.js +1 -1
- package/dist-es/commands/DeleteMembersCommand.js +1 -1
- package/dist-es/commands/DescribeActionTargetsCommand.js +1 -1
- package/dist-es/commands/DescribeHubCommand.js +1 -1
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -1
- package/dist-es/commands/DescribeProductsCommand.js +1 -2
- package/dist-es/commands/ListSecurityControlDefinitionsCommand.js +42 -0
- package/dist-es/commands/ListStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +5 -3
- package/dist-es/models/models_1.js +57 -50
- package/dist-es/models/models_2.js +77 -7
- package/dist-es/pagination/ListSecurityControlDefinitionsPaginator.js +32 -0
- package/dist-es/pagination/ListStandardsControlAssociationsPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +544 -0
- package/dist-types/SecurityHub.d.ts +59 -17
- package/dist-types/SecurityHubClient.d.ts +21 -19
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +6 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -0
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +6 -0
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +6 -0
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +45 -0
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/CreateActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +6 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +6 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +7 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +7 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +7 -1
- package/dist-types/commands/DeleteMembersCommand.d.ts +7 -1
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +7 -1
- package/dist-types/commands/DescribeHubCommand.d.ts +7 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -1
- package/dist-types/commands/DescribeProductsCommand.d.ts +7 -2
- package/dist-types/commands/DescribeStandardsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +6 -0
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +6 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +6 -0
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +6 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +6 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +6 -0
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +6 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +6 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetMembersCommand.d.ts +6 -0
- package/dist-types/commands/InviteMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +6 -0
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +6 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +6 -0
- package/dist-types/commands/ListMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -0
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +45 -0
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInsightCommand.d.ts +6 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +18 -25
- package/dist-types/models/models_1.d.ts +370 -260
- package/dist-types/models/models_2.d.ts +513 -8
- package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +97 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchGetSecurityControlsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchGetStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -6
- package/dist-types/ts3.4/models/models_1.d.ts +137 -118
- package/dist-types/ts3.4/models/models_2.d.ts +184 -8
- package/dist-types/ts3.4/pagination/ListSecurityControlDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStandardsControlAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +6 -6
|
@@ -15,6 +15,14 @@ import {
|
|
|
15
15
|
BatchEnableStandardsCommandInput,
|
|
16
16
|
BatchEnableStandardsCommandOutput,
|
|
17
17
|
} from "./commands/BatchEnableStandardsCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchGetSecurityControlsCommandInput,
|
|
20
|
+
BatchGetSecurityControlsCommandOutput,
|
|
21
|
+
} from "./commands/BatchGetSecurityControlsCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchGetStandardsControlAssociationsCommandInput,
|
|
24
|
+
BatchGetStandardsControlAssociationsCommandOutput,
|
|
25
|
+
} from "./commands/BatchGetStandardsControlAssociationsCommand";
|
|
18
26
|
import {
|
|
19
27
|
BatchImportFindingsCommandInput,
|
|
20
28
|
BatchImportFindingsCommandOutput,
|
|
@@ -23,6 +31,10 @@ import {
|
|
|
23
31
|
BatchUpdateFindingsCommandInput,
|
|
24
32
|
BatchUpdateFindingsCommandOutput,
|
|
25
33
|
} from "./commands/BatchUpdateFindingsCommand";
|
|
34
|
+
import {
|
|
35
|
+
BatchUpdateStandardsControlAssociationsCommandInput,
|
|
36
|
+
BatchUpdateStandardsControlAssociationsCommandOutput,
|
|
37
|
+
} from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
26
38
|
import {
|
|
27
39
|
CreateActionTargetCommandInput,
|
|
28
40
|
CreateActionTargetCommandOutput,
|
|
@@ -183,6 +195,14 @@ import {
|
|
|
183
195
|
ListOrganizationAdminAccountsCommandInput,
|
|
184
196
|
ListOrganizationAdminAccountsCommandOutput,
|
|
185
197
|
} from "./commands/ListOrganizationAdminAccountsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListSecurityControlDefinitionsCommandInput,
|
|
200
|
+
ListSecurityControlDefinitionsCommandOutput,
|
|
201
|
+
} from "./commands/ListSecurityControlDefinitionsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListStandardsControlAssociationsCommandInput,
|
|
204
|
+
ListStandardsControlAssociationsCommandOutput,
|
|
205
|
+
} from "./commands/ListStandardsControlAssociationsCommand";
|
|
186
206
|
import {
|
|
187
207
|
ListTagsForResourceCommandInput,
|
|
188
208
|
ListTagsForResourceCommandOutput,
|
|
@@ -277,6 +297,38 @@ export declare class SecurityHub extends SecurityHubClient {
|
|
|
277
297
|
options: __HttpHandlerOptions,
|
|
278
298
|
cb: (err: any, data?: BatchEnableStandardsCommandOutput) => void
|
|
279
299
|
): void;
|
|
300
|
+
batchGetSecurityControls(
|
|
301
|
+
args: BatchGetSecurityControlsCommandInput,
|
|
302
|
+
options?: __HttpHandlerOptions
|
|
303
|
+
): Promise<BatchGetSecurityControlsCommandOutput>;
|
|
304
|
+
batchGetSecurityControls(
|
|
305
|
+
args: BatchGetSecurityControlsCommandInput,
|
|
306
|
+
cb: (err: any, data?: BatchGetSecurityControlsCommandOutput) => void
|
|
307
|
+
): void;
|
|
308
|
+
batchGetSecurityControls(
|
|
309
|
+
args: BatchGetSecurityControlsCommandInput,
|
|
310
|
+
options: __HttpHandlerOptions,
|
|
311
|
+
cb: (err: any, data?: BatchGetSecurityControlsCommandOutput) => void
|
|
312
|
+
): void;
|
|
313
|
+
batchGetStandardsControlAssociations(
|
|
314
|
+
args: BatchGetStandardsControlAssociationsCommandInput,
|
|
315
|
+
options?: __HttpHandlerOptions
|
|
316
|
+
): Promise<BatchGetStandardsControlAssociationsCommandOutput>;
|
|
317
|
+
batchGetStandardsControlAssociations(
|
|
318
|
+
args: BatchGetStandardsControlAssociationsCommandInput,
|
|
319
|
+
cb: (
|
|
320
|
+
err: any,
|
|
321
|
+
data?: BatchGetStandardsControlAssociationsCommandOutput
|
|
322
|
+
) => void
|
|
323
|
+
): void;
|
|
324
|
+
batchGetStandardsControlAssociations(
|
|
325
|
+
args: BatchGetStandardsControlAssociationsCommandInput,
|
|
326
|
+
options: __HttpHandlerOptions,
|
|
327
|
+
cb: (
|
|
328
|
+
err: any,
|
|
329
|
+
data?: BatchGetStandardsControlAssociationsCommandOutput
|
|
330
|
+
) => void
|
|
331
|
+
): void;
|
|
280
332
|
batchImportFindings(
|
|
281
333
|
args: BatchImportFindingsCommandInput,
|
|
282
334
|
options?: __HttpHandlerOptions
|
|
@@ -303,6 +355,25 @@ export declare class SecurityHub extends SecurityHubClient {
|
|
|
303
355
|
options: __HttpHandlerOptions,
|
|
304
356
|
cb: (err: any, data?: BatchUpdateFindingsCommandOutput) => void
|
|
305
357
|
): void;
|
|
358
|
+
batchUpdateStandardsControlAssociations(
|
|
359
|
+
args: BatchUpdateStandardsControlAssociationsCommandInput,
|
|
360
|
+
options?: __HttpHandlerOptions
|
|
361
|
+
): Promise<BatchUpdateStandardsControlAssociationsCommandOutput>;
|
|
362
|
+
batchUpdateStandardsControlAssociations(
|
|
363
|
+
args: BatchUpdateStandardsControlAssociationsCommandInput,
|
|
364
|
+
cb: (
|
|
365
|
+
err: any,
|
|
366
|
+
data?: BatchUpdateStandardsControlAssociationsCommandOutput
|
|
367
|
+
) => void
|
|
368
|
+
): void;
|
|
369
|
+
batchUpdateStandardsControlAssociations(
|
|
370
|
+
args: BatchUpdateStandardsControlAssociationsCommandInput,
|
|
371
|
+
options: __HttpHandlerOptions,
|
|
372
|
+
cb: (
|
|
373
|
+
err: any,
|
|
374
|
+
data?: BatchUpdateStandardsControlAssociationsCommandOutput
|
|
375
|
+
) => void
|
|
376
|
+
): void;
|
|
306
377
|
createActionTarget(
|
|
307
378
|
args: CreateActionTargetCommandInput,
|
|
308
379
|
options?: __HttpHandlerOptions
|
|
@@ -835,6 +906,32 @@ export declare class SecurityHub extends SecurityHubClient {
|
|
|
835
906
|
options: __HttpHandlerOptions,
|
|
836
907
|
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
|
|
837
908
|
): void;
|
|
909
|
+
listSecurityControlDefinitions(
|
|
910
|
+
args: ListSecurityControlDefinitionsCommandInput,
|
|
911
|
+
options?: __HttpHandlerOptions
|
|
912
|
+
): Promise<ListSecurityControlDefinitionsCommandOutput>;
|
|
913
|
+
listSecurityControlDefinitions(
|
|
914
|
+
args: ListSecurityControlDefinitionsCommandInput,
|
|
915
|
+
cb: (err: any, data?: ListSecurityControlDefinitionsCommandOutput) => void
|
|
916
|
+
): void;
|
|
917
|
+
listSecurityControlDefinitions(
|
|
918
|
+
args: ListSecurityControlDefinitionsCommandInput,
|
|
919
|
+
options: __HttpHandlerOptions,
|
|
920
|
+
cb: (err: any, data?: ListSecurityControlDefinitionsCommandOutput) => void
|
|
921
|
+
): void;
|
|
922
|
+
listStandardsControlAssociations(
|
|
923
|
+
args: ListStandardsControlAssociationsCommandInput,
|
|
924
|
+
options?: __HttpHandlerOptions
|
|
925
|
+
): Promise<ListStandardsControlAssociationsCommandOutput>;
|
|
926
|
+
listStandardsControlAssociations(
|
|
927
|
+
args: ListStandardsControlAssociationsCommandInput,
|
|
928
|
+
cb: (err: any, data?: ListStandardsControlAssociationsCommandOutput) => void
|
|
929
|
+
): void;
|
|
930
|
+
listStandardsControlAssociations(
|
|
931
|
+
args: ListStandardsControlAssociationsCommandInput,
|
|
932
|
+
options: __HttpHandlerOptions,
|
|
933
|
+
cb: (err: any, data?: ListStandardsControlAssociationsCommandOutput) => void
|
|
934
|
+
): void;
|
|
838
935
|
listTagsForResource(
|
|
839
936
|
args: ListTagsForResourceCommandInput,
|
|
840
937
|
options?: __HttpHandlerOptions
|
|
@@ -60,6 +60,14 @@ import {
|
|
|
60
60
|
BatchEnableStandardsCommandInput,
|
|
61
61
|
BatchEnableStandardsCommandOutput,
|
|
62
62
|
} from "./commands/BatchEnableStandardsCommand";
|
|
63
|
+
import {
|
|
64
|
+
BatchGetSecurityControlsCommandInput,
|
|
65
|
+
BatchGetSecurityControlsCommandOutput,
|
|
66
|
+
} from "./commands/BatchGetSecurityControlsCommand";
|
|
67
|
+
import {
|
|
68
|
+
BatchGetStandardsControlAssociationsCommandInput,
|
|
69
|
+
BatchGetStandardsControlAssociationsCommandOutput,
|
|
70
|
+
} from "./commands/BatchGetStandardsControlAssociationsCommand";
|
|
63
71
|
import {
|
|
64
72
|
BatchImportFindingsCommandInput,
|
|
65
73
|
BatchImportFindingsCommandOutput,
|
|
@@ -68,6 +76,10 @@ import {
|
|
|
68
76
|
BatchUpdateFindingsCommandInput,
|
|
69
77
|
BatchUpdateFindingsCommandOutput,
|
|
70
78
|
} from "./commands/BatchUpdateFindingsCommand";
|
|
79
|
+
import {
|
|
80
|
+
BatchUpdateStandardsControlAssociationsCommandInput,
|
|
81
|
+
BatchUpdateStandardsControlAssociationsCommandOutput,
|
|
82
|
+
} from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
71
83
|
import {
|
|
72
84
|
CreateActionTargetCommandInput,
|
|
73
85
|
CreateActionTargetCommandOutput,
|
|
@@ -228,6 +240,14 @@ import {
|
|
|
228
240
|
ListOrganizationAdminAccountsCommandInput,
|
|
229
241
|
ListOrganizationAdminAccountsCommandOutput,
|
|
230
242
|
} from "./commands/ListOrganizationAdminAccountsCommand";
|
|
243
|
+
import {
|
|
244
|
+
ListSecurityControlDefinitionsCommandInput,
|
|
245
|
+
ListSecurityControlDefinitionsCommandOutput,
|
|
246
|
+
} from "./commands/ListSecurityControlDefinitionsCommand";
|
|
247
|
+
import {
|
|
248
|
+
ListStandardsControlAssociationsCommandInput,
|
|
249
|
+
ListStandardsControlAssociationsCommandOutput,
|
|
250
|
+
} from "./commands/ListStandardsControlAssociationsCommand";
|
|
231
251
|
import {
|
|
232
252
|
ListTagsForResourceCommandInput,
|
|
233
253
|
ListTagsForResourceCommandOutput,
|
|
@@ -278,8 +298,11 @@ export declare type ServiceInputTypes =
|
|
|
278
298
|
| AcceptInvitationCommandInput
|
|
279
299
|
| BatchDisableStandardsCommandInput
|
|
280
300
|
| BatchEnableStandardsCommandInput
|
|
301
|
+
| BatchGetSecurityControlsCommandInput
|
|
302
|
+
| BatchGetStandardsControlAssociationsCommandInput
|
|
281
303
|
| BatchImportFindingsCommandInput
|
|
282
304
|
| BatchUpdateFindingsCommandInput
|
|
305
|
+
| BatchUpdateStandardsControlAssociationsCommandInput
|
|
283
306
|
| CreateActionTargetCommandInput
|
|
284
307
|
| CreateFindingAggregatorCommandInput
|
|
285
308
|
| CreateInsightCommandInput
|
|
@@ -320,6 +343,8 @@ export declare type ServiceInputTypes =
|
|
|
320
343
|
| ListInvitationsCommandInput
|
|
321
344
|
| ListMembersCommandInput
|
|
322
345
|
| ListOrganizationAdminAccountsCommandInput
|
|
346
|
+
| ListSecurityControlDefinitionsCommandInput
|
|
347
|
+
| ListStandardsControlAssociationsCommandInput
|
|
323
348
|
| ListTagsForResourceCommandInput
|
|
324
349
|
| TagResourceCommandInput
|
|
325
350
|
| UntagResourceCommandInput
|
|
@@ -335,8 +360,11 @@ export declare type ServiceOutputTypes =
|
|
|
335
360
|
| AcceptInvitationCommandOutput
|
|
336
361
|
| BatchDisableStandardsCommandOutput
|
|
337
362
|
| BatchEnableStandardsCommandOutput
|
|
363
|
+
| BatchGetSecurityControlsCommandOutput
|
|
364
|
+
| BatchGetStandardsControlAssociationsCommandOutput
|
|
338
365
|
| BatchImportFindingsCommandOutput
|
|
339
366
|
| BatchUpdateFindingsCommandOutput
|
|
367
|
+
| BatchUpdateStandardsControlAssociationsCommandOutput
|
|
340
368
|
| CreateActionTargetCommandOutput
|
|
341
369
|
| CreateFindingAggregatorCommandOutput
|
|
342
370
|
| CreateInsightCommandOutput
|
|
@@ -377,6 +405,8 @@ export declare type ServiceOutputTypes =
|
|
|
377
405
|
| ListInvitationsCommandOutput
|
|
378
406
|
| ListMembersCommandOutput
|
|
379
407
|
| ListOrganizationAdminAccountsCommandOutput
|
|
408
|
+
| ListSecurityControlDefinitionsCommandOutput
|
|
409
|
+
| ListStandardsControlAssociationsCommandOutput
|
|
380
410
|
| ListTagsForResourceCommandOutput
|
|
381
411
|
| TagResourceCommandOutput
|
|
382
412
|
| UntagResourceCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchGetSecurityControlsRequest,
|
|
11
|
+
BatchGetSecurityControlsResponse,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export interface BatchGetSecurityControlsCommandInput
|
|
19
|
+
extends BatchGetSecurityControlsRequest {}
|
|
20
|
+
export interface BatchGetSecurityControlsCommandOutput
|
|
21
|
+
extends BatchGetSecurityControlsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchGetSecurityControlsCommand extends $Command<
|
|
24
|
+
BatchGetSecurityControlsCommandInput,
|
|
25
|
+
BatchGetSecurityControlsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetSecurityControlsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchGetSecurityControlsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetSecurityControlsCommandInput,
|
|
37
|
+
BatchGetSecurityControlsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchGetStandardsControlAssociationsRequest,
|
|
11
|
+
BatchGetStandardsControlAssociationsResponse,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export interface BatchGetStandardsControlAssociationsCommandInput
|
|
19
|
+
extends BatchGetStandardsControlAssociationsRequest {}
|
|
20
|
+
export interface BatchGetStandardsControlAssociationsCommandOutput
|
|
21
|
+
extends BatchGetStandardsControlAssociationsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchGetStandardsControlAssociationsCommand extends $Command<
|
|
24
|
+
BatchGetStandardsControlAssociationsCommandInput,
|
|
25
|
+
BatchGetStandardsControlAssociationsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetStandardsControlAssociationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchGetStandardsControlAssociationsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetStandardsControlAssociationsCommandInput,
|
|
37
|
+
BatchGetStandardsControlAssociationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchUpdateStandardsControlAssociationsRequest,
|
|
11
|
+
BatchUpdateStandardsControlAssociationsResponse,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export interface BatchUpdateStandardsControlAssociationsCommandInput
|
|
19
|
+
extends BatchUpdateStandardsControlAssociationsRequest {}
|
|
20
|
+
export interface BatchUpdateStandardsControlAssociationsCommandOutput
|
|
21
|
+
extends BatchUpdateStandardsControlAssociationsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchUpdateStandardsControlAssociationsCommand extends $Command<
|
|
24
|
+
BatchUpdateStandardsControlAssociationsCommandInput,
|
|
25
|
+
BatchUpdateStandardsControlAssociationsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchUpdateStandardsControlAssociationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchUpdateStandardsControlAssociationsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchUpdateStandardsControlAssociationsCommandInput,
|
|
37
|
+
BatchUpdateStandardsControlAssociationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DescribeHubRequest, DescribeHubResponse } from "../models/
|
|
9
|
+
import { DescribeHubRequest, DescribeHubResponse } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SecurityHubClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,8 +6,10 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
9
|
+
import {
|
|
10
|
+
DescribeProductsRequest,
|
|
11
|
+
DescribeProductsResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
11
13
|
import {
|
|
12
14
|
SecurityHubClientResolvedConfig,
|
|
13
15
|
ServiceInputTypes,
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListSecurityControlDefinitionsRequest,
|
|
11
|
+
ListSecurityControlDefinitionsResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export interface ListSecurityControlDefinitionsCommandInput
|
|
19
|
+
extends ListSecurityControlDefinitionsRequest {}
|
|
20
|
+
export interface ListSecurityControlDefinitionsCommandOutput
|
|
21
|
+
extends ListSecurityControlDefinitionsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListSecurityControlDefinitionsCommand extends $Command<
|
|
24
|
+
ListSecurityControlDefinitionsCommandInput,
|
|
25
|
+
ListSecurityControlDefinitionsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListSecurityControlDefinitionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListSecurityControlDefinitionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListSecurityControlDefinitionsCommandInput,
|
|
37
|
+
ListSecurityControlDefinitionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListStandardsControlAssociationsRequest,
|
|
11
|
+
ListStandardsControlAssociationsResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SecurityHubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityHubClient";
|
|
18
|
+
export interface ListStandardsControlAssociationsCommandInput
|
|
19
|
+
extends ListStandardsControlAssociationsRequest {}
|
|
20
|
+
export interface ListStandardsControlAssociationsCommandOutput
|
|
21
|
+
extends ListStandardsControlAssociationsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListStandardsControlAssociationsCommand extends $Command<
|
|
24
|
+
ListStandardsControlAssociationsCommandInput,
|
|
25
|
+
ListStandardsControlAssociationsCommandOutput,
|
|
26
|
+
SecurityHubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListStandardsControlAssociationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListStandardsControlAssociationsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListStandardsControlAssociationsCommandInput,
|
|
37
|
+
ListStandardsControlAssociationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -2,8 +2,11 @@ export * from "./AcceptAdministratorInvitationCommand";
|
|
|
2
2
|
export * from "./AcceptInvitationCommand";
|
|
3
3
|
export * from "./BatchDisableStandardsCommand";
|
|
4
4
|
export * from "./BatchEnableStandardsCommand";
|
|
5
|
+
export * from "./BatchGetSecurityControlsCommand";
|
|
6
|
+
export * from "./BatchGetStandardsControlAssociationsCommand";
|
|
5
7
|
export * from "./BatchImportFindingsCommand";
|
|
6
8
|
export * from "./BatchUpdateFindingsCommand";
|
|
9
|
+
export * from "./BatchUpdateStandardsControlAssociationsCommand";
|
|
7
10
|
export * from "./CreateActionTargetCommand";
|
|
8
11
|
export * from "./CreateFindingAggregatorCommand";
|
|
9
12
|
export * from "./CreateInsightCommand";
|
|
@@ -44,6 +47,8 @@ export * from "./ListFindingAggregatorsCommand";
|
|
|
44
47
|
export * from "./ListInvitationsCommand";
|
|
45
48
|
export * from "./ListMembersCommand";
|
|
46
49
|
export * from "./ListOrganizationAdminAccountsCommand";
|
|
50
|
+
export * from "./ListSecurityControlDefinitionsCommand";
|
|
51
|
+
export * from "./ListStandardsControlAssociationsCommand";
|
|
47
52
|
export * from "./ListTagsForResourceCommand";
|
|
48
53
|
export * from "./TagResourceCommand";
|
|
49
54
|
export * from "./UntagResourceCommand";
|
|
@@ -163,6 +163,10 @@ export interface AdminAccount {
|
|
|
163
163
|
export interface AssociatedStandard {
|
|
164
164
|
StandardsId?: string;
|
|
165
165
|
}
|
|
166
|
+
export declare enum AssociationStatus {
|
|
167
|
+
DISABLED = "DISABLED",
|
|
168
|
+
ENABLED = "ENABLED",
|
|
169
|
+
}
|
|
166
170
|
export declare enum AutoEnableStandards {
|
|
167
171
|
DEFAULT = "DEFAULT",
|
|
168
172
|
NONE = "NONE",
|
|
@@ -1931,9 +1935,6 @@ export interface AwsIamAttachedManagedPolicy {
|
|
|
1931
1935
|
PolicyName?: string;
|
|
1932
1936
|
PolicyArn?: string;
|
|
1933
1937
|
}
|
|
1934
|
-
export interface AwsIamGroupPolicy {
|
|
1935
|
-
PolicyName?: string;
|
|
1936
|
-
}
|
|
1937
1938
|
export declare const AcceptAdministratorInvitationRequestFilterSensitiveLog: (
|
|
1938
1939
|
obj: AcceptAdministratorInvitationRequest
|
|
1939
1940
|
) => any;
|
|
@@ -2788,6 +2789,3 @@ export declare const AwsIamAccessKeyDetailsFilterSensitiveLog: (
|
|
|
2788
2789
|
export declare const AwsIamAttachedManagedPolicyFilterSensitiveLog: (
|
|
2789
2790
|
obj: AwsIamAttachedManagedPolicy
|
|
2790
2791
|
) => any;
|
|
2791
|
-
export declare const AwsIamGroupPolicyFilterSensitiveLog: (
|
|
2792
|
-
obj: AwsIamGroupPolicy
|
|
2793
|
-
) => any;
|