@aws-sdk/client-securityhub 3.295.0 → 3.297.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.
Files changed (83) hide show
  1. package/dist-types/SecurityHub.d.ts +62 -0
  2. package/dist-types/SecurityHubClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +16 -0
  4. package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchImportFindingsCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -0
  11. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateActionTargetCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateInsightCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateMembersCommand.d.ts +16 -0
  16. package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteActionTargetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteInsightCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteMembersCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeProductsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeStandardsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +16 -0
  28. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +16 -0
  29. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
  30. package/dist-types/commands/DisableSecurityHubCommand.d.ts +16 -0
  31. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
  32. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
  33. package/dist-types/commands/DisassociateMembersCommand.d.ts +16 -0
  34. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +16 -0
  35. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
  36. package/dist-types/commands/EnableSecurityHubCommand.d.ts +16 -0
  37. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
  38. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +16 -0
  39. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +16 -0
  40. package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
  41. package/dist-types/commands/GetInsightResultsCommand.d.ts +16 -0
  42. package/dist-types/commands/GetInsightsCommand.d.ts +16 -0
  43. package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
  44. package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
  45. package/dist-types/commands/GetMembersCommand.d.ts +16 -0
  46. package/dist-types/commands/InviteMembersCommand.d.ts +16 -0
  47. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +16 -0
  48. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  51. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  56. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateActionTargetCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateFindingsCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateInsightCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +16 -0
  64. package/dist-types/models/SecurityHubServiceException.d.ts +2 -0
  65. package/dist-types/models/models_0.d.ts +317 -1
  66. package/dist-types/models/models_1.d.ts +398 -0
  67. package/dist-types/models/models_2.d.ts +298 -0
  68. package/dist-types/pagination/DescribeActionTargetsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/DescribeProductsPaginator.d.ts +3 -0
  70. package/dist-types/pagination/DescribeStandardsControlsPaginator.d.ts +3 -0
  71. package/dist-types/pagination/DescribeStandardsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/GetEnabledStandardsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/GetFindingsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/GetInsightsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/Interfaces.d.ts +3 -0
  76. package/dist-types/pagination/ListEnabledProductsForImportPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListFindingAggregatorsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +3 -0
  83. package/package.json +29 -29
@@ -1,31 +1,49 @@
1
1
  import { ActionTarget, AdminAccount, AssociationStatus, AutoEnableStandards } from "./models_0";
2
2
  import { AwsSecurityFinding, AwsSecurityFindingFilters, ControlFindingGenerator, ControlStatus, NoteUpdate, RecordState, Result, SeverityRating, StandardsSubscription } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface DeleteFindingAggregatorRequest {
4
7
  /**
5
8
  * <p>The ARN of the finding aggregator to delete. To obtain the ARN, use <code>ListFindingAggregators</code>.</p>
6
9
  */
7
10
  FindingAggregatorArn: string | undefined;
8
11
  }
12
+ /**
13
+ * @public
14
+ */
9
15
  export interface DeleteFindingAggregatorResponse {
10
16
  }
17
+ /**
18
+ * @public
19
+ */
11
20
  export interface DeleteInsightRequest {
12
21
  /**
13
22
  * <p>The ARN of the insight to delete.</p>
14
23
  */
15
24
  InsightArn: string | undefined;
16
25
  }
26
+ /**
27
+ * @public
28
+ */
17
29
  export interface DeleteInsightResponse {
18
30
  /**
19
31
  * <p>The ARN of the insight that was deleted.</p>
20
32
  */
21
33
  InsightArn: string | undefined;
22
34
  }
35
+ /**
36
+ * @public
37
+ */
23
38
  export interface DeleteInvitationsRequest {
24
39
  /**
25
40
  * <p>The list of the account IDs that sent the invitations to delete.</p>
26
41
  */
27
42
  AccountIds: string[] | undefined;
28
43
  }
44
+ /**
45
+ * @public
46
+ */
29
47
  export interface DeleteInvitationsResponse {
30
48
  /**
31
49
  * <p>The list of Amazon Web Services accounts for which the invitations were not deleted. For each account,
@@ -33,12 +51,18 @@ export interface DeleteInvitationsResponse {
33
51
  */
34
52
  UnprocessedAccounts?: Result[];
35
53
  }
54
+ /**
55
+ * @public
56
+ */
36
57
  export interface DeleteMembersRequest {
37
58
  /**
38
59
  * <p>The list of account IDs for the member accounts to delete.</p>
39
60
  */
40
61
  AccountIds: string[] | undefined;
41
62
  }
63
+ /**
64
+ * @public
65
+ */
42
66
  export interface DeleteMembersResponse {
43
67
  /**
44
68
  * <p>The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the
@@ -46,6 +70,9 @@ export interface DeleteMembersResponse {
46
70
  */
47
71
  UnprocessedAccounts?: Result[];
48
72
  }
73
+ /**
74
+ * @public
75
+ */
49
76
  export interface DescribeActionTargetsRequest {
50
77
  /**
51
78
  * <p>A list of custom action target ARNs for the custom action targets to retrieve.</p>
@@ -64,6 +91,9 @@ export interface DescribeActionTargetsRequest {
64
91
  */
65
92
  MaxResults?: number;
66
93
  }
94
+ /**
95
+ * @public
96
+ */
67
97
  export interface DescribeActionTargetsResponse {
68
98
  /**
69
99
  * <p>A list of <code>ActionTarget</code> objects. Each object includes the <code>ActionTargetArn</code>,
@@ -76,12 +106,18 @@ export interface DescribeActionTargetsResponse {
76
106
  */
77
107
  NextToken?: string;
78
108
  }
109
+ /**
110
+ * @public
111
+ */
79
112
  export interface DescribeHubRequest {
80
113
  /**
81
114
  * <p>The ARN of the Hub resource to retrieve.</p>
82
115
  */
83
116
  HubArn?: string;
84
117
  }
118
+ /**
119
+ * @public
120
+ */
85
121
  export interface DescribeHubResponse {
86
122
  /**
87
123
  * <p>The ARN of the Hub resource that was retrieved.</p>
@@ -111,8 +147,14 @@ export interface DescribeHubResponse {
111
147
  */
112
148
  ControlFindingGenerator?: ControlFindingGenerator | string;
113
149
  }
150
+ /**
151
+ * @public
152
+ */
114
153
  export interface DescribeOrganizationConfigurationRequest {
115
154
  }
155
+ /**
156
+ * @public
157
+ */
116
158
  export interface DescribeOrganizationConfigurationResponse {
117
159
  /**
118
160
  * <p>Whether to automatically enable Security Hub for new accounts in the organization.</p>
@@ -135,6 +177,9 @@ export interface DescribeOrganizationConfigurationResponse {
135
177
  */
136
178
  AutoEnableStandards?: AutoEnableStandards | string;
137
179
  }
180
+ /**
181
+ * @public
182
+ */
138
183
  export interface DescribeProductsRequest {
139
184
  /**
140
185
  * <p>The token that is required for pagination. On your first call to the
@@ -153,12 +198,16 @@ export interface DescribeProductsRequest {
153
198
  */
154
199
  ProductArn?: string;
155
200
  }
201
+ /**
202
+ * @public
203
+ */
156
204
  export declare enum IntegrationType {
157
205
  RECEIVE_FINDINGS_FROM_SECURITY_HUB = "RECEIVE_FINDINGS_FROM_SECURITY_HUB",
158
206
  SEND_FINDINGS_TO_SECURITY_HUB = "SEND_FINDINGS_TO_SECURITY_HUB",
159
207
  UPDATE_FINDINGS_IN_SECURITY_HUB = "UPDATE_FINDINGS_IN_SECURITY_HUB"
160
208
  }
161
209
  /**
210
+ * @public
162
211
  * <p>Contains details about a product.</p>
163
212
  */
164
213
  export interface Product {
@@ -217,6 +266,9 @@ export interface Product {
217
266
  */
218
267
  ProductSubscriptionResourcePolicy?: string;
219
268
  }
269
+ /**
270
+ * @public
271
+ */
220
272
  export interface DescribeProductsResponse {
221
273
  /**
222
274
  * <p>A list of products, including details for each product.</p>
@@ -227,6 +279,9 @@ export interface DescribeProductsResponse {
227
279
  */
228
280
  NextToken?: string;
229
281
  }
282
+ /**
283
+ * @public
284
+ */
230
285
  export interface DescribeStandardsRequest {
231
286
  /**
232
287
  * <p>The token that is required for pagination. On your first call to the
@@ -242,6 +297,7 @@ export interface DescribeStandardsRequest {
242
297
  MaxResults?: number;
243
298
  }
244
299
  /**
300
+ * @public
245
301
  * <p>Provides details about the management of a security standard.</p>
246
302
  */
247
303
  export interface StandardsManagedBy {
@@ -258,6 +314,7 @@ export interface StandardsManagedBy {
258
314
  Product?: string;
259
315
  }
260
316
  /**
317
+ * @public
261
318
  * <p>Provides information about a specific security standard.</p>
262
319
  */
263
320
  export interface Standard {
@@ -288,6 +345,9 @@ export interface Standard {
288
345
  */
289
346
  StandardsManagedBy?: StandardsManagedBy;
290
347
  }
348
+ /**
349
+ * @public
350
+ */
291
351
  export interface DescribeStandardsResponse {
292
352
  /**
293
353
  * <p>A list of available standards.</p>
@@ -298,6 +358,9 @@ export interface DescribeStandardsResponse {
298
358
  */
299
359
  NextToken?: string;
300
360
  }
361
+ /**
362
+ * @public
363
+ */
301
364
  export interface DescribeStandardsControlsRequest {
302
365
  /**
303
366
  * <p>The ARN of a resource that represents your subscription to a supported standard. To get
@@ -318,6 +381,7 @@ export interface DescribeStandardsControlsRequest {
318
381
  MaxResults?: number;
319
382
  }
320
383
  /**
384
+ * @public
321
385
  * <p>Details for an individual security standard control.</p>
322
386
  */
323
387
  export interface StandardsControl {
@@ -368,6 +432,9 @@ export interface StandardsControl {
368
432
  */
369
433
  RelatedRequirements?: string[];
370
434
  }
435
+ /**
436
+ * @public
437
+ */
371
438
  export interface DescribeStandardsControlsResponse {
372
439
  /**
373
440
  * <p>A list of security standards controls.</p>
@@ -378,54 +445,99 @@ export interface DescribeStandardsControlsResponse {
378
445
  */
379
446
  NextToken?: string;
380
447
  }
448
+ /**
449
+ * @public
450
+ */
381
451
  export interface DisableImportFindingsForProductRequest {
382
452
  /**
383
453
  * <p>The ARN of the integrated product to disable the integration for.</p>
384
454
  */
385
455
  ProductSubscriptionArn: string | undefined;
386
456
  }
457
+ /**
458
+ * @public
459
+ */
387
460
  export interface DisableImportFindingsForProductResponse {
388
461
  }
462
+ /**
463
+ * @public
464
+ */
389
465
  export interface DisableOrganizationAdminAccountRequest {
390
466
  /**
391
467
  * <p>The Amazon Web Services account identifier of the Security Hub administrator account.</p>
392
468
  */
393
469
  AdminAccountId: string | undefined;
394
470
  }
471
+ /**
472
+ * @public
473
+ */
395
474
  export interface DisableOrganizationAdminAccountResponse {
396
475
  }
476
+ /**
477
+ * @public
478
+ */
397
479
  export interface DisableSecurityHubRequest {
398
480
  }
481
+ /**
482
+ * @public
483
+ */
399
484
  export interface DisableSecurityHubResponse {
400
485
  }
486
+ /**
487
+ * @public
488
+ */
401
489
  export interface DisassociateFromAdministratorAccountRequest {
402
490
  }
491
+ /**
492
+ * @public
493
+ */
403
494
  export interface DisassociateFromAdministratorAccountResponse {
404
495
  }
496
+ /**
497
+ * @public
498
+ */
405
499
  export interface DisassociateFromMasterAccountRequest {
406
500
  }
501
+ /**
502
+ * @public
503
+ */
407
504
  export interface DisassociateFromMasterAccountResponse {
408
505
  }
506
+ /**
507
+ * @public
508
+ */
409
509
  export interface DisassociateMembersRequest {
410
510
  /**
411
511
  * <p>The account IDs of the member accounts to disassociate from the administrator account.</p>
412
512
  */
413
513
  AccountIds: string[] | undefined;
414
514
  }
515
+ /**
516
+ * @public
517
+ */
415
518
  export interface DisassociateMembersResponse {
416
519
  }
520
+ /**
521
+ * @public
522
+ */
417
523
  export interface EnableImportFindingsForProductRequest {
418
524
  /**
419
525
  * <p>The ARN of the product to enable the integration for.</p>
420
526
  */
421
527
  ProductArn: string | undefined;
422
528
  }
529
+ /**
530
+ * @public
531
+ */
423
532
  export interface EnableImportFindingsForProductResponse {
424
533
  /**
425
534
  * <p>The ARN of your subscription to the product to enable integrations for.</p>
426
535
  */
427
536
  ProductSubscriptionArn?: string;
428
537
  }
538
+ /**
539
+ * @public
540
+ */
429
541
  export interface EnableOrganizationAdminAccountRequest {
430
542
  /**
431
543
  * <p>The Amazon Web Services account identifier of the account to designate as the Security Hub administrator
@@ -433,8 +545,14 @@ export interface EnableOrganizationAdminAccountRequest {
433
545
  */
434
546
  AdminAccountId: string | undefined;
435
547
  }
548
+ /**
549
+ * @public
550
+ */
436
551
  export interface EnableOrganizationAdminAccountResponse {
437
552
  }
553
+ /**
554
+ * @public
555
+ */
438
556
  export interface EnableSecurityHubRequest {
439
557
  /**
440
558
  * <p>The tags to add to the hub resource when you enable Security Hub.</p>
@@ -461,9 +579,13 @@ export interface EnableSecurityHubRequest {
461
579
  */
462
580
  ControlFindingGenerator?: ControlFindingGenerator | string;
463
581
  }
582
+ /**
583
+ * @public
584
+ */
464
585
  export interface EnableSecurityHubResponse {
465
586
  }
466
587
  /**
588
+ * @public
467
589
  * <p>A finding aggregator. A finding aggregator contains the configuration for finding aggregation.</p>
468
590
  */
469
591
  export interface FindingAggregator {
@@ -472,9 +594,13 @@ export interface FindingAggregator {
472
594
  */
473
595
  FindingAggregatorArn?: string;
474
596
  }
597
+ /**
598
+ * @public
599
+ */
475
600
  export interface GetAdministratorAccountRequest {
476
601
  }
477
602
  /**
603
+ * @public
478
604
  * <p>Details about an invitation.</p>
479
605
  */
480
606
  export interface Invitation {
@@ -495,12 +621,18 @@ export interface Invitation {
495
621
  */
496
622
  MemberStatus?: string;
497
623
  }
624
+ /**
625
+ * @public
626
+ */
498
627
  export interface GetAdministratorAccountResponse {
499
628
  /**
500
629
  * <p>Details about an invitation.</p>
501
630
  */
502
631
  Administrator?: Invitation;
503
632
  }
633
+ /**
634
+ * @public
635
+ */
504
636
  export interface GetEnabledStandardsRequest {
505
637
  /**
506
638
  * <p>The list of the standards subscription ARNs for the standards to retrieve.</p>
@@ -519,6 +651,9 @@ export interface GetEnabledStandardsRequest {
519
651
  */
520
652
  MaxResults?: number;
521
653
  }
654
+ /**
655
+ * @public
656
+ */
522
657
  export interface GetEnabledStandardsResponse {
523
658
  /**
524
659
  * <p>The list of <code>StandardsSubscriptions</code> objects that include information about
@@ -530,12 +665,18 @@ export interface GetEnabledStandardsResponse {
530
665
  */
531
666
  NextToken?: string;
532
667
  }
668
+ /**
669
+ * @public
670
+ */
533
671
  export interface GetFindingAggregatorRequest {
534
672
  /**
535
673
  * <p>The ARN of the finding aggregator to return details for. To obtain the ARN, use <code>ListFindingAggregators</code>.</p>
536
674
  */
537
675
  FindingAggregatorArn: string | undefined;
538
676
  }
677
+ /**
678
+ * @public
679
+ */
539
680
  export interface GetFindingAggregatorResponse {
540
681
  /**
541
682
  * <p>The ARN of the finding aggregator.</p>
@@ -554,11 +695,15 @@ export interface GetFindingAggregatorResponse {
554
695
  */
555
696
  Regions?: string[];
556
697
  }
698
+ /**
699
+ * @public
700
+ */
557
701
  export declare enum SortOrder {
558
702
  ASCENDING = "asc",
559
703
  DESCENDING = "desc"
560
704
  }
561
705
  /**
706
+ * @public
562
707
  * <p>A collection of finding attributes used to sort findings.</p>
563
708
  */
564
709
  export interface SortCriterion {
@@ -571,6 +716,9 @@ export interface SortCriterion {
571
716
  */
572
717
  SortOrder?: SortOrder | string;
573
718
  }
719
+ /**
720
+ * @public
721
+ */
574
722
  export interface GetFindingsRequest {
575
723
  /**
576
724
  * <p>The finding attributes used to define a condition to filter the returned
@@ -598,6 +746,9 @@ export interface GetFindingsRequest {
598
746
  */
599
747
  MaxResults?: number;
600
748
  }
749
+ /**
750
+ * @public
751
+ */
601
752
  export interface GetFindingsResponse {
602
753
  /**
603
754
  * <p>The findings that matched the filters specified in the request.</p>
@@ -608,6 +759,9 @@ export interface GetFindingsResponse {
608
759
  */
609
760
  NextToken?: string;
610
761
  }
762
+ /**
763
+ * @public
764
+ */
611
765
  export interface GetInsightResultsRequest {
612
766
  /**
613
767
  * <p>The ARN of the insight for which to return results.</p>
@@ -615,6 +769,7 @@ export interface GetInsightResultsRequest {
615
769
  InsightArn: string | undefined;
616
770
  }
617
771
  /**
772
+ * @public
618
773
  * <p>The insight result values returned by the <code>GetInsightResults</code>
619
774
  * operation.</p>
620
775
  */
@@ -630,6 +785,7 @@ export interface InsightResultValue {
630
785
  Count: number | undefined;
631
786
  }
632
787
  /**
788
+ * @public
633
789
  * <p>The insight results returned by the <code>GetInsightResults</code> operation.</p>
634
790
  */
635
791
  export interface InsightResults {
@@ -649,12 +805,18 @@ export interface InsightResults {
649
805
  */
650
806
  ResultValues: InsightResultValue[] | undefined;
651
807
  }
808
+ /**
809
+ * @public
810
+ */
652
811
  export interface GetInsightResultsResponse {
653
812
  /**
654
813
  * <p>The insight results returned by the operation.</p>
655
814
  */
656
815
  InsightResults: InsightResults | undefined;
657
816
  }
817
+ /**
818
+ * @public
819
+ */
658
820
  export interface GetInsightsRequest {
659
821
  /**
660
822
  * <p>The ARNs of the insights to describe. If you do not provide any insight ARNs, then
@@ -676,6 +838,7 @@ export interface GetInsightsRequest {
676
838
  MaxResults?: number;
677
839
  }
678
840
  /**
841
+ * @public
679
842
  * <p>Contains information about a Security Hub insight.</p>
680
843
  */
681
844
  export interface Insight {
@@ -700,6 +863,9 @@ export interface Insight {
700
863
  */
701
864
  GroupByAttribute: string | undefined;
702
865
  }
866
+ /**
867
+ * @public
868
+ */
703
869
  export interface GetInsightsResponse {
704
870
  /**
705
871
  * <p>The insights returned by the operation.</p>
@@ -710,8 +876,14 @@ export interface GetInsightsResponse {
710
876
  */
711
877
  NextToken?: string;
712
878
  }
879
+ /**
880
+ * @public
881
+ */
713
882
  export interface GetInvitationsCountRequest {
714
883
  }
884
+ /**
885
+ * @public
886
+ */
715
887
  export interface GetInvitationsCountResponse {
716
888
  /**
717
889
  * <p>The number of all membership invitations sent to this Security Hub member account, not
@@ -719,8 +891,14 @@ export interface GetInvitationsCountResponse {
719
891
  */
720
892
  InvitationsCount?: number;
721
893
  }
894
+ /**
895
+ * @public
896
+ */
722
897
  export interface GetMasterAccountRequest {
723
898
  }
899
+ /**
900
+ * @public
901
+ */
724
902
  export interface GetMasterAccountResponse {
725
903
  /**
726
904
  * <p>A list of details about the Security Hub administrator account for the current member account.
@@ -728,6 +906,9 @@ export interface GetMasterAccountResponse {
728
906
  */
729
907
  Master?: Invitation;
730
908
  }
909
+ /**
910
+ * @public
911
+ */
731
912
  export interface GetMembersRequest {
732
913
  /**
733
914
  * <p>The list of account IDs for the Security Hub member accounts to return the details for. </p>
@@ -735,6 +916,7 @@ export interface GetMembersRequest {
735
916
  AccountIds: string[] | undefined;
736
917
  }
737
918
  /**
919
+ * @public
738
920
  * <p>The details about a member account.</p>
739
921
  */
740
922
  export interface Member {
@@ -810,6 +992,9 @@ export interface Member {
810
992
  */
811
993
  UpdatedAt?: Date;
812
994
  }
995
+ /**
996
+ * @public
997
+ */
813
998
  export interface GetMembersResponse {
814
999
  /**
815
1000
  * <p>The list of details about the Security Hub member accounts.</p>
@@ -821,12 +1006,18 @@ export interface GetMembersResponse {
821
1006
  */
822
1007
  UnprocessedAccounts?: Result[];
823
1008
  }
1009
+ /**
1010
+ * @public
1011
+ */
824
1012
  export interface InviteMembersRequest {
825
1013
  /**
826
1014
  * <p>The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members. </p>
827
1015
  */
828
1016
  AccountIds: string[] | undefined;
829
1017
  }
1018
+ /**
1019
+ * @public
1020
+ */
830
1021
  export interface InviteMembersResponse {
831
1022
  /**
832
1023
  * <p>The list of Amazon Web Services accounts that could not be processed. For each account, the list
@@ -834,6 +1025,9 @@ export interface InviteMembersResponse {
834
1025
  */
835
1026
  UnprocessedAccounts?: Result[];
836
1027
  }
1028
+ /**
1029
+ * @public
1030
+ */
837
1031
  export interface ListEnabledProductsForImportRequest {
838
1032
  /**
839
1033
  * <p>The token that is required for pagination. On your first call to the
@@ -848,6 +1042,9 @@ export interface ListEnabledProductsForImportRequest {
848
1042
  */
849
1043
  MaxResults?: number;
850
1044
  }
1045
+ /**
1046
+ * @public
1047
+ */
851
1048
  export interface ListEnabledProductsForImportResponse {
852
1049
  /**
853
1050
  * <p>The list of ARNs for the resources that represent your subscriptions to products. </p>
@@ -858,6 +1055,9 @@ export interface ListEnabledProductsForImportResponse {
858
1055
  */
859
1056
  NextToken?: string;
860
1057
  }
1058
+ /**
1059
+ * @public
1060
+ */
861
1061
  export interface ListFindingAggregatorsRequest {
862
1062
  /**
863
1063
  * <p>The token returned with the previous set of results. Identifies the next set of results to return.</p>
@@ -868,6 +1068,9 @@ export interface ListFindingAggregatorsRequest {
868
1068
  */
869
1069
  MaxResults?: number;
870
1070
  }
1071
+ /**
1072
+ * @public
1073
+ */
871
1074
  export interface ListFindingAggregatorsResponse {
872
1075
  /**
873
1076
  * <p>The list of finding aggregators. This operation currently only returns a single result.</p>
@@ -880,6 +1083,9 @@ export interface ListFindingAggregatorsResponse {
880
1083
  */
881
1084
  NextToken?: string;
882
1085
  }
1086
+ /**
1087
+ * @public
1088
+ */
883
1089
  export interface ListInvitationsRequest {
884
1090
  /**
885
1091
  * <p>The maximum number of items to return in the response. </p>
@@ -894,6 +1100,9 @@ export interface ListInvitationsRequest {
894
1100
  */
895
1101
  NextToken?: string;
896
1102
  }
1103
+ /**
1104
+ * @public
1105
+ */
897
1106
  export interface ListInvitationsResponse {
898
1107
  /**
899
1108
  * <p>The details of the invitations returned by the operation.</p>
@@ -904,6 +1113,9 @@ export interface ListInvitationsResponse {
904
1113
  */
905
1114
  NextToken?: string;
906
1115
  }
1116
+ /**
1117
+ * @public
1118
+ */
907
1119
  export interface ListMembersRequest {
908
1120
  /**
909
1121
  * <p>Specifies which member accounts to include in the response based on their relationship
@@ -927,6 +1139,9 @@ export interface ListMembersRequest {
927
1139
  */
928
1140
  NextToken?: string;
929
1141
  }
1142
+ /**
1143
+ * @public
1144
+ */
930
1145
  export interface ListMembersResponse {
931
1146
  /**
932
1147
  * <p>Member details returned by the operation.</p>
@@ -937,6 +1152,9 @@ export interface ListMembersResponse {
937
1152
  */
938
1153
  NextToken?: string;
939
1154
  }
1155
+ /**
1156
+ * @public
1157
+ */
940
1158
  export interface ListOrganizationAdminAccountsRequest {
941
1159
  /**
942
1160
  * <p>The maximum number of items to return in the response.</p>
@@ -950,6 +1168,9 @@ export interface ListOrganizationAdminAccountsRequest {
950
1168
  */
951
1169
  NextToken?: string;
952
1170
  }
1171
+ /**
1172
+ * @public
1173
+ */
953
1174
  export interface ListOrganizationAdminAccountsResponse {
954
1175
  /**
955
1176
  * <p>The list of Security Hub administrator accounts.</p>
@@ -960,6 +1181,9 @@ export interface ListOrganizationAdminAccountsResponse {
960
1181
  */
961
1182
  NextToken?: string;
962
1183
  }
1184
+ /**
1185
+ * @public
1186
+ */
963
1187
  export interface ListSecurityControlDefinitionsRequest {
964
1188
  /**
965
1189
  * <p>
@@ -982,11 +1206,15 @@ export interface ListSecurityControlDefinitionsRequest {
982
1206
  */
983
1207
  MaxResults?: number;
984
1208
  }
1209
+ /**
1210
+ * @public
1211
+ */
985
1212
  export declare enum RegionAvailabilityStatus {
986
1213
  AVAILABLE = "AVAILABLE",
987
1214
  UNAVAILABLE = "UNAVAILABLE"
988
1215
  }
989
1216
  /**
1217
+ * @public
990
1218
  * <p>
991
1219
  * Provides metadata for a security control, including its unique standard-agnostic identifier, title, description,
992
1220
  * severity, availability in Amazon Web Services Regions, and a link to remediation steps.
@@ -1035,6 +1263,9 @@ export interface SecurityControlDefinition {
1035
1263
  */
1036
1264
  CurrentRegionAvailability: RegionAvailabilityStatus | string | undefined;
1037
1265
  }
1266
+ /**
1267
+ * @public
1268
+ */
1038
1269
  export interface ListSecurityControlDefinitionsResponse {
1039
1270
  /**
1040
1271
  * <p>
@@ -1048,6 +1279,9 @@ export interface ListSecurityControlDefinitionsResponse {
1048
1279
  */
1049
1280
  NextToken?: string;
1050
1281
  }
1282
+ /**
1283
+ * @public
1284
+ */
1051
1285
  export interface ListStandardsControlAssociationsRequest {
1052
1286
  /**
1053
1287
  * <p>
@@ -1074,6 +1308,7 @@ export interface ListStandardsControlAssociationsRequest {
1074
1308
  MaxResults?: number;
1075
1309
  }
1076
1310
  /**
1311
+ * @public
1077
1312
  * <p> An array that provides the enablement status and other details for each control that
1078
1313
  * applies to each enabled standard. </p>
1079
1314
  */
@@ -1131,6 +1366,9 @@ export interface StandardsControlAssociationSummary {
1131
1366
  */
1132
1367
  StandardsControlDescription?: string;
1133
1368
  }
1369
+ /**
1370
+ * @public
1371
+ */
1134
1372
  export interface ListStandardsControlAssociationsResponse {
1135
1373
  /**
1136
1374
  * <p> An array that provides the enablement status and other details for each security
@@ -1143,18 +1381,27 @@ export interface ListStandardsControlAssociationsResponse {
1143
1381
  */
1144
1382
  NextToken?: string;
1145
1383
  }
1384
+ /**
1385
+ * @public
1386
+ */
1146
1387
  export interface ListTagsForResourceRequest {
1147
1388
  /**
1148
1389
  * <p>The ARN of the resource to retrieve tags for.</p>
1149
1390
  */
1150
1391
  ResourceArn: string | undefined;
1151
1392
  }
1393
+ /**
1394
+ * @public
1395
+ */
1152
1396
  export interface ListTagsForResourceResponse {
1153
1397
  /**
1154
1398
  * <p>The tags associated with a resource.</p>
1155
1399
  */
1156
1400
  Tags?: Record<string, string>;
1157
1401
  }
1402
+ /**
1403
+ * @public
1404
+ */
1158
1405
  export interface TagResourceRequest {
1159
1406
  /**
1160
1407
  * <p>The ARN of the resource to apply the tags to.</p>
@@ -1165,8 +1412,14 @@ export interface TagResourceRequest {
1165
1412
  */
1166
1413
  Tags: Record<string, string> | undefined;
1167
1414
  }
1415
+ /**
1416
+ * @public
1417
+ */
1168
1418
  export interface TagResourceResponse {
1169
1419
  }
1420
+ /**
1421
+ * @public
1422
+ */
1170
1423
  export interface UntagResourceRequest {
1171
1424
  /**
1172
1425
  * <p>The ARN of the resource to remove the tags from.</p>
@@ -1177,8 +1430,14 @@ export interface UntagResourceRequest {
1177
1430
  */
1178
1431
  TagKeys: string[] | undefined;
1179
1432
  }
1433
+ /**
1434
+ * @public
1435
+ */
1180
1436
  export interface UntagResourceResponse {
1181
1437
  }
1438
+ /**
1439
+ * @public
1440
+ */
1182
1441
  export interface UpdateActionTargetRequest {
1183
1442
  /**
1184
1443
  * <p>The ARN of the custom action target to update.</p>
@@ -1193,8 +1452,14 @@ export interface UpdateActionTargetRequest {
1193
1452
  */
1194
1453
  Description?: string;
1195
1454
  }
1455
+ /**
1456
+ * @public
1457
+ */
1196
1458
  export interface UpdateActionTargetResponse {
1197
1459
  }
1460
+ /**
1461
+ * @public
1462
+ */
1198
1463
  export interface UpdateFindingAggregatorRequest {
1199
1464
  /**
1200
1465
  * <p>The ARN of the finding aggregator. To obtain the ARN, use <code>ListFindingAggregators</code>.</p>
@@ -1229,6 +1494,9 @@ export interface UpdateFindingAggregatorRequest {
1229
1494
  */
1230
1495
  Regions?: string[];
1231
1496
  }
1497
+ /**
1498
+ * @public
1499
+ */
1232
1500
  export interface UpdateFindingAggregatorResponse {
1233
1501
  /**
1234
1502
  * <p>The ARN of the finding aggregator.</p>
@@ -1247,6 +1515,9 @@ export interface UpdateFindingAggregatorResponse {
1247
1515
  */
1248
1516
  Regions?: string[];
1249
1517
  }
1518
+ /**
1519
+ * @public
1520
+ */
1250
1521
  export interface UpdateFindingsRequest {
1251
1522
  /**
1252
1523
  * <p>A collection of attributes that specify which findings you want to update.</p>
@@ -1261,8 +1532,14 @@ export interface UpdateFindingsRequest {
1261
1532
  */
1262
1533
  RecordState?: RecordState | string;
1263
1534
  }
1535
+ /**
1536
+ * @public
1537
+ */
1264
1538
  export interface UpdateFindingsResponse {
1265
1539
  }
1540
+ /**
1541
+ * @public
1542
+ */
1266
1543
  export interface UpdateInsightRequest {
1267
1544
  /**
1268
1545
  * <p>The ARN of the insight that you want to update.</p>
@@ -1281,8 +1558,14 @@ export interface UpdateInsightRequest {
1281
1558
  */
1282
1559
  GroupByAttribute?: string;
1283
1560
  }
1561
+ /**
1562
+ * @public
1563
+ */
1284
1564
  export interface UpdateInsightResponse {
1285
1565
  }
1566
+ /**
1567
+ * @public
1568
+ */
1286
1569
  export interface UpdateOrganizationConfigurationRequest {
1287
1570
  /**
1288
1571
  * <p>Whether to automatically enable Security Hub for new accounts in the organization.</p>
@@ -1299,8 +1582,14 @@ export interface UpdateOrganizationConfigurationRequest {
1299
1582
  */
1300
1583
  AutoEnableStandards?: AutoEnableStandards | string;
1301
1584
  }
1585
+ /**
1586
+ * @public
1587
+ */
1302
1588
  export interface UpdateOrganizationConfigurationResponse {
1303
1589
  }
1590
+ /**
1591
+ * @public
1592
+ */
1304
1593
  export interface UpdateSecurityHubConfigurationRequest {
1305
1594
  /**
1306
1595
  * <p>Whether to automatically enable new controls when they are added to standards that are
@@ -1321,8 +1610,14 @@ export interface UpdateSecurityHubConfigurationRequest {
1321
1610
  */
1322
1611
  ControlFindingGenerator?: ControlFindingGenerator | string;
1323
1612
  }
1613
+ /**
1614
+ * @public
1615
+ */
1324
1616
  export interface UpdateSecurityHubConfigurationResponse {
1325
1617
  }
1618
+ /**
1619
+ * @public
1620
+ */
1326
1621
  export interface UpdateStandardsControlRequest {
1327
1622
  /**
1328
1623
  * <p>The ARN of the security standard control to enable or disable.</p>
@@ -1338,6 +1633,9 @@ export interface UpdateStandardsControlRequest {
1338
1633
  */
1339
1634
  DisabledReason?: string;
1340
1635
  }
1636
+ /**
1637
+ * @public
1638
+ */
1341
1639
  export interface UpdateStandardsControlResponse {
1342
1640
  }
1343
1641
  /**