@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
@@ -62,6 +62,7 @@ import { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurat
62
62
  import { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
63
63
  import { SecurityHubClient } from "./SecurityHubClient";
64
64
  /**
65
+ * @public
65
66
  * <p>Security Hub provides you with a comprehensive view of the security state of
66
67
  * your Amazon Web Services environment and resources. It also provides you with the readiness
67
68
  * status of your environment based on controls from supported security standards. Security Hub collects security data from Amazon Web Services accounts, services, and
@@ -111,6 +112,7 @@ import { SecurityHubClient } from "./SecurityHubClient";
111
112
  */
112
113
  export declare class SecurityHub extends SecurityHubClient {
113
114
  /**
115
+ * @public
114
116
  * <p>Accepts the invitation to be a member account and be monitored by the Security Hub administrator
115
117
  * account that the invitation was sent from.</p>
116
118
  * <p>This operation is only used by member accounts that are not added through
@@ -122,6 +124,7 @@ export declare class SecurityHub extends SecurityHubClient {
122
124
  acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void): void;
123
125
  acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void): void;
124
126
  /**
127
+ * @public
125
128
  * @deprecated
126
129
  *
127
130
  * <p>This method is deprecated. Instead, use <code>AcceptAdministratorInvitation</code>.</p>
@@ -137,6 +140,7 @@ export declare class SecurityHub extends SecurityHubClient {
137
140
  acceptInvitation(args: AcceptInvitationCommandInput, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
138
141
  acceptInvitation(args: AcceptInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
139
142
  /**
143
+ * @public
140
144
  * <p>Disables the standards specified by the provided
141
145
  * <code>StandardsSubscriptionArns</code>.</p>
142
146
  * <p>For more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html">Security Standards</a> section of the <i>Security Hub User
@@ -146,6 +150,7 @@ export declare class SecurityHub extends SecurityHubClient {
146
150
  batchDisableStandards(args: BatchDisableStandardsCommandInput, cb: (err: any, data?: BatchDisableStandardsCommandOutput) => void): void;
147
151
  batchDisableStandards(args: BatchDisableStandardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisableStandardsCommandOutput) => void): void;
148
152
  /**
153
+ * @public
149
154
  * <p>Enables the standards specified by the provided <code>StandardsArn</code>. To obtain the
150
155
  * ARN for a standard, use the <code>DescribeStandards</code>
151
156
  * operation.</p>
@@ -156,6 +161,7 @@ export declare class SecurityHub extends SecurityHubClient {
156
161
  batchEnableStandards(args: BatchEnableStandardsCommandInput, cb: (err: any, data?: BatchEnableStandardsCommandOutput) => void): void;
157
162
  batchEnableStandards(args: BatchEnableStandardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchEnableStandardsCommandOutput) => void): void;
158
163
  /**
164
+ * @public
159
165
  * <p>
160
166
  * Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.
161
167
  * </p>
@@ -164,6 +170,7 @@ export declare class SecurityHub extends SecurityHubClient {
164
170
  batchGetSecurityControls(args: BatchGetSecurityControlsCommandInput, cb: (err: any, data?: BatchGetSecurityControlsCommandOutput) => void): void;
165
171
  batchGetSecurityControls(args: BatchGetSecurityControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetSecurityControlsCommandOutput) => void): void;
166
172
  /**
173
+ * @public
167
174
  * <p>
168
175
  * For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard.
169
176
  * </p>
@@ -172,6 +179,7 @@ export declare class SecurityHub extends SecurityHubClient {
172
179
  batchGetStandardsControlAssociations(args: BatchGetStandardsControlAssociationsCommandInput, cb: (err: any, data?: BatchGetStandardsControlAssociationsCommandOutput) => void): void;
173
180
  batchGetStandardsControlAssociations(args: BatchGetStandardsControlAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetStandardsControlAssociationsCommandOutput) => void): void;
174
181
  /**
182
+ * @public
175
183
  * <p>Imports security findings generated by a finding provider into Security Hub.
176
184
  * This action is requested by the finding provider to import its findings into
177
185
  * Security Hub.</p>
@@ -252,6 +260,7 @@ export declare class SecurityHub extends SecurityHubClient {
252
260
  batchImportFindings(args: BatchImportFindingsCommandInput, cb: (err: any, data?: BatchImportFindingsCommandOutput) => void): void;
253
261
  batchImportFindings(args: BatchImportFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchImportFindingsCommandOutput) => void): void;
254
262
  /**
263
+ * @public
255
264
  * <p>Used by Security Hub customers to update information about their investigation into a finding.
256
265
  * Requested by administrator accounts or member accounts. Administrator accounts can update findings for
257
266
  * their account and their member accounts. Member accounts can update findings for their
@@ -316,6 +325,7 @@ export declare class SecurityHub extends SecurityHubClient {
316
325
  batchUpdateFindings(args: BatchUpdateFindingsCommandInput, cb: (err: any, data?: BatchUpdateFindingsCommandOutput) => void): void;
317
326
  batchUpdateFindings(args: BatchUpdateFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateFindingsCommandOutput) => void): void;
318
327
  /**
328
+ * @public
319
329
  * <p>
320
330
  * For a batch of security controls and standards, this operation updates the enablement status of a control in a standard.
321
331
  * </p>
@@ -324,6 +334,7 @@ export declare class SecurityHub extends SecurityHubClient {
324
334
  batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
325
335
  batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
326
336
  /**
337
+ * @public
327
338
  * <p>Creates a custom action target in Security Hub.</p>
328
339
  * <p>You can use custom actions on findings and insights in Security Hub to trigger target actions
329
340
  * in Amazon CloudWatch Events.</p>
@@ -332,6 +343,7 @@ export declare class SecurityHub extends SecurityHubClient {
332
343
  createActionTarget(args: CreateActionTargetCommandInput, cb: (err: any, data?: CreateActionTargetCommandOutput) => void): void;
333
344
  createActionTarget(args: CreateActionTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateActionTargetCommandOutput) => void): void;
334
345
  /**
346
+ * @public
335
347
  * <p>Used to enable finding aggregation. Must be called from the aggregation Region.</p>
336
348
  * <p>For more details about cross-Region replication, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/finding-aggregation.html">Configuring finding aggregation</a> in the <i>Security Hub User Guide</i>.
337
349
  * </p>
@@ -340,6 +352,7 @@ export declare class SecurityHub extends SecurityHubClient {
340
352
  createFindingAggregator(args: CreateFindingAggregatorCommandInput, cb: (err: any, data?: CreateFindingAggregatorCommandOutput) => void): void;
341
353
  createFindingAggregator(args: CreateFindingAggregatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFindingAggregatorCommandOutput) => void): void;
342
354
  /**
355
+ * @public
343
356
  * <p>Creates a custom insight in Security Hub. An insight is a consolidation of findings that relate
344
357
  * to a security issue that requires attention or remediation.</p>
345
358
  * <p>To group the related findings in the insight, use the
@@ -349,6 +362,7 @@ export declare class SecurityHub extends SecurityHubClient {
349
362
  createInsight(args: CreateInsightCommandInput, cb: (err: any, data?: CreateInsightCommandOutput) => void): void;
350
363
  createInsight(args: CreateInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInsightCommandOutput) => void): void;
351
364
  /**
365
+ * @public
352
366
  * <p>Creates a member association in Security Hub between the specified accounts and the account
353
367
  * used to make the request, which is the administrator account. If you are integrated with
354
368
  * Organizations, then the administrator account is designated by the organization management account.</p>
@@ -389,6 +403,7 @@ export declare class SecurityHub extends SecurityHubClient {
389
403
  createMembers(args: CreateMembersCommandInput, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
390
404
  createMembers(args: CreateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
391
405
  /**
406
+ * @public
392
407
  * <p>Declines invitations to become a member account.</p>
393
408
  * <p>This operation is only used by accounts that are not part of an organization.
394
409
  * Organization accounts do not receive invitations.</p>
@@ -397,6 +412,7 @@ export declare class SecurityHub extends SecurityHubClient {
397
412
  declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
398
413
  declineInvitations(args: DeclineInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
399
414
  /**
415
+ * @public
400
416
  * <p>Deletes a custom action target from Security Hub.</p>
401
417
  * <p>Deleting a custom action target does not affect any findings or insights that were
402
418
  * already sent to Amazon CloudWatch Events using the custom action.</p>
@@ -405,6 +421,7 @@ export declare class SecurityHub extends SecurityHubClient {
405
421
  deleteActionTarget(args: DeleteActionTargetCommandInput, cb: (err: any, data?: DeleteActionTargetCommandOutput) => void): void;
406
422
  deleteActionTarget(args: DeleteActionTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteActionTargetCommandOutput) => void): void;
407
423
  /**
424
+ * @public
408
425
  * <p>Deletes a finding aggregator. When you delete the finding aggregator, you stop finding aggregation.</p>
409
426
  * <p>When you stop finding aggregation, findings that were already aggregated to the aggregation Region are still visible from the aggregation Region. New findings and finding updates are not aggregated.
410
427
  * </p>
@@ -413,12 +430,14 @@ export declare class SecurityHub extends SecurityHubClient {
413
430
  deleteFindingAggregator(args: DeleteFindingAggregatorCommandInput, cb: (err: any, data?: DeleteFindingAggregatorCommandOutput) => void): void;
414
431
  deleteFindingAggregator(args: DeleteFindingAggregatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFindingAggregatorCommandOutput) => void): void;
415
432
  /**
433
+ * @public
416
434
  * <p>Deletes the insight specified by the <code>InsightArn</code>.</p>
417
435
  */
418
436
  deleteInsight(args: DeleteInsightCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInsightCommandOutput>;
419
437
  deleteInsight(args: DeleteInsightCommandInput, cb: (err: any, data?: DeleteInsightCommandOutput) => void): void;
420
438
  deleteInsight(args: DeleteInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInsightCommandOutput) => void): void;
421
439
  /**
440
+ * @public
422
441
  * <p>Deletes invitations received by the Amazon Web Services account to become a member account.</p>
423
442
  * <p>This operation is only used by accounts that are not part of an organization.
424
443
  * Organization accounts do not receive invitations.</p>
@@ -427,6 +446,7 @@ export declare class SecurityHub extends SecurityHubClient {
427
446
  deleteInvitations(args: DeleteInvitationsCommandInput, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
428
447
  deleteInvitations(args: DeleteInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
429
448
  /**
449
+ * @public
430
450
  * <p>Deletes the specified member accounts from Security Hub.</p>
431
451
  * <p>Can be used to delete member accounts that belong to an organization as well as member
432
452
  * accounts that were invited manually.</p>
@@ -435,12 +455,14 @@ export declare class SecurityHub extends SecurityHubClient {
435
455
  deleteMembers(args: DeleteMembersCommandInput, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
436
456
  deleteMembers(args: DeleteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
437
457
  /**
458
+ * @public
438
459
  * <p>Returns a list of the custom action targets in Security Hub in your account.</p>
439
460
  */
440
461
  describeActionTargets(args: DescribeActionTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeActionTargetsCommandOutput>;
441
462
  describeActionTargets(args: DescribeActionTargetsCommandInput, cb: (err: any, data?: DescribeActionTargetsCommandOutput) => void): void;
442
463
  describeActionTargets(args: DescribeActionTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActionTargetsCommandOutput) => void): void;
443
464
  /**
465
+ * @public
444
466
  * <p>Returns details about the Hub resource in your account, including the
445
467
  * <code>HubArn</code> and the time when you enabled Security Hub.</p>
446
468
  */
@@ -448,6 +470,7 @@ export declare class SecurityHub extends SecurityHubClient {
448
470
  describeHub(args: DescribeHubCommandInput, cb: (err: any, data?: DescribeHubCommandOutput) => void): void;
449
471
  describeHub(args: DescribeHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHubCommandOutput) => void): void;
450
472
  /**
473
+ * @public
451
474
  * <p>Returns information about the Organizations configuration for Security Hub. Can only be
452
475
  * called from a Security Hub administrator account.</p>
453
476
  */
@@ -455,6 +478,7 @@ export declare class SecurityHub extends SecurityHubClient {
455
478
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
456
479
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
457
480
  /**
481
+ * @public
458
482
  * <p>Returns information about product integrations in Security Hub.</p>
459
483
  * <p>You can optionally provide an integration ARN. If you provide an integration ARN, then
460
484
  * the results only include that integration.</p>
@@ -465,6 +489,7 @@ export declare class SecurityHub extends SecurityHubClient {
465
489
  describeProducts(args: DescribeProductsCommandInput, cb: (err: any, data?: DescribeProductsCommandOutput) => void): void;
466
490
  describeProducts(args: DescribeProductsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProductsCommandOutput) => void): void;
467
491
  /**
492
+ * @public
468
493
  * <p>Returns a list of the available standards in Security Hub.</p>
469
494
  * <p>For each standard, the results include the standard ARN, the name, and a description. </p>
470
495
  */
@@ -472,6 +497,7 @@ export declare class SecurityHub extends SecurityHubClient {
472
497
  describeStandards(args: DescribeStandardsCommandInput, cb: (err: any, data?: DescribeStandardsCommandOutput) => void): void;
473
498
  describeStandards(args: DescribeStandardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStandardsCommandOutput) => void): void;
474
499
  /**
500
+ * @public
475
501
  * <p>Returns a list of security standards controls.</p>
476
502
  * <p>For each control, the results include information about whether it is currently enabled,
477
503
  * the severity, and a link to remediation information.</p>
@@ -480,6 +506,7 @@ export declare class SecurityHub extends SecurityHubClient {
480
506
  describeStandardsControls(args: DescribeStandardsControlsCommandInput, cb: (err: any, data?: DescribeStandardsControlsCommandOutput) => void): void;
481
507
  describeStandardsControls(args: DescribeStandardsControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStandardsControlsCommandOutput) => void): void;
482
508
  /**
509
+ * @public
483
510
  * <p>Disables the integration of the specified product with Security Hub. After the integration is
484
511
  * disabled, findings from that product are no longer sent to Security Hub.</p>
485
512
  */
@@ -487,6 +514,7 @@ export declare class SecurityHub extends SecurityHubClient {
487
514
  disableImportFindingsForProduct(args: DisableImportFindingsForProductCommandInput, cb: (err: any, data?: DisableImportFindingsForProductCommandOutput) => void): void;
488
515
  disableImportFindingsForProduct(args: DisableImportFindingsForProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableImportFindingsForProductCommandOutput) => void): void;
489
516
  /**
517
+ * @public
490
518
  * <p>Disables a Security Hub administrator account. Can only be called by the organization
491
519
  * management account.</p>
492
520
  */
@@ -494,6 +522,7 @@ export declare class SecurityHub extends SecurityHubClient {
494
522
  disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
495
523
  disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
496
524
  /**
525
+ * @public
497
526
  * <p>Disables Security Hub in your account only in the current Region. To disable Security Hub in all
498
527
  * Regions, you must submit one request per Region where you have enabled Security Hub.</p>
499
528
  * <p>When you disable Security Hub for an administrator account, it doesn't disable Security Hub for any associated
@@ -508,6 +537,7 @@ export declare class SecurityHub extends SecurityHubClient {
508
537
  disableSecurityHub(args: DisableSecurityHubCommandInput, cb: (err: any, data?: DisableSecurityHubCommandOutput) => void): void;
509
538
  disableSecurityHub(args: DisableSecurityHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableSecurityHubCommandOutput) => void): void;
510
539
  /**
540
+ * @public
511
541
  * <p>Disassociates the current Security Hub member account from the associated administrator
512
542
  * account.</p>
513
543
  * <p>This operation is only used by accounts that are not part of an organization. For
@@ -518,6 +548,7 @@ export declare class SecurityHub extends SecurityHubClient {
518
548
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
519
549
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
520
550
  /**
551
+ * @public
521
552
  * @deprecated
522
553
  *
523
554
  * <p>This method is deprecated. Instead, use <code>DisassociateFromAdministratorAccount</code>.</p>
@@ -532,6 +563,7 @@ export declare class SecurityHub extends SecurityHubClient {
532
563
  disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
533
564
  disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
534
565
  /**
566
+ * @public
535
567
  * <p>Disassociates the specified member accounts from the associated administrator account.</p>
536
568
  * <p>Can be used to disassociate both accounts that are managed using Organizations and accounts that
537
569
  * were invited manually.</p>
@@ -540,6 +572,7 @@ export declare class SecurityHub extends SecurityHubClient {
540
572
  disassociateMembers(args: DisassociateMembersCommandInput, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
541
573
  disassociateMembers(args: DisassociateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
542
574
  /**
575
+ * @public
543
576
  * <p>Enables the integration of a partner product with Security Hub. Integrated products send
544
577
  * findings to Security Hub.</p>
545
578
  * <p>When you enable a product integration, a permissions policy that grants permission for
@@ -549,6 +582,7 @@ export declare class SecurityHub extends SecurityHubClient {
549
582
  enableImportFindingsForProduct(args: EnableImportFindingsForProductCommandInput, cb: (err: any, data?: EnableImportFindingsForProductCommandOutput) => void): void;
550
583
  enableImportFindingsForProduct(args: EnableImportFindingsForProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableImportFindingsForProductCommandOutput) => void): void;
551
584
  /**
585
+ * @public
552
586
  * <p>Designates the Security Hub administrator account for an organization. Can only be called by
553
587
  * the organization management account.</p>
554
588
  */
@@ -556,6 +590,7 @@ export declare class SecurityHub extends SecurityHubClient {
556
590
  enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
557
591
  enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
558
592
  /**
593
+ * @public
559
594
  * <p>Enables Security Hub for your account in the current Region or the Region you specify in the
560
595
  * request.</p>
561
596
  * <p>When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings
@@ -581,6 +616,7 @@ export declare class SecurityHub extends SecurityHubClient {
581
616
  enableSecurityHub(args: EnableSecurityHubCommandInput, cb: (err: any, data?: EnableSecurityHubCommandOutput) => void): void;
582
617
  enableSecurityHub(args: EnableSecurityHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableSecurityHubCommandOutput) => void): void;
583
618
  /**
619
+ * @public
584
620
  * <p>Provides the details for the Security Hub administrator account for the current member account.</p>
585
621
  * <p>Can be used by both member accounts that are managed using Organizations and accounts that were
586
622
  * invited manually.</p>
@@ -589,18 +625,21 @@ export declare class SecurityHub extends SecurityHubClient {
589
625
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
590
626
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
591
627
  /**
628
+ * @public
592
629
  * <p>Returns a list of the standards that are currently enabled.</p>
593
630
  */
594
631
  getEnabledStandards(args: GetEnabledStandardsCommandInput, options?: __HttpHandlerOptions): Promise<GetEnabledStandardsCommandOutput>;
595
632
  getEnabledStandards(args: GetEnabledStandardsCommandInput, cb: (err: any, data?: GetEnabledStandardsCommandOutput) => void): void;
596
633
  getEnabledStandards(args: GetEnabledStandardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnabledStandardsCommandOutput) => void): void;
597
634
  /**
635
+ * @public
598
636
  * <p>Returns the current finding aggregation configuration.</p>
599
637
  */
600
638
  getFindingAggregator(args: GetFindingAggregatorCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingAggregatorCommandOutput>;
601
639
  getFindingAggregator(args: GetFindingAggregatorCommandInput, cb: (err: any, data?: GetFindingAggregatorCommandOutput) => void): void;
602
640
  getFindingAggregator(args: GetFindingAggregatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingAggregatorCommandOutput) => void): void;
603
641
  /**
642
+ * @public
604
643
  * <p>Returns a list of findings that match the specified criteria.</p>
605
644
  * <p>If finding aggregation is enabled, then when you call <code>GetFindings</code> from the aggregation Region, the results include all of the matching findings from both the aggregation Region and the linked Regions.</p>
606
645
  */
@@ -608,18 +647,21 @@ export declare class SecurityHub extends SecurityHubClient {
608
647
  getFindings(args: GetFindingsCommandInput, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
609
648
  getFindings(args: GetFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
610
649
  /**
650
+ * @public
611
651
  * <p>Lists the results of the Security Hub insight specified by the insight ARN.</p>
612
652
  */
613
653
  getInsightResults(args: GetInsightResultsCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightResultsCommandOutput>;
614
654
  getInsightResults(args: GetInsightResultsCommandInput, cb: (err: any, data?: GetInsightResultsCommandOutput) => void): void;
615
655
  getInsightResults(args: GetInsightResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightResultsCommandOutput) => void): void;
616
656
  /**
657
+ * @public
617
658
  * <p>Lists and describes insights for the specified insight ARNs.</p>
618
659
  */
619
660
  getInsights(args: GetInsightsCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightsCommandOutput>;
620
661
  getInsights(args: GetInsightsCommandInput, cb: (err: any, data?: GetInsightsCommandOutput) => void): void;
621
662
  getInsights(args: GetInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightsCommandOutput) => void): void;
622
663
  /**
664
+ * @public
623
665
  * <p>Returns the count of all Security Hub membership invitations that were sent to the
624
666
  * current member account, not including the currently accepted invitation. </p>
625
667
  */
@@ -627,6 +669,7 @@ export declare class SecurityHub extends SecurityHubClient {
627
669
  getInvitationsCount(args: GetInvitationsCountCommandInput, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
628
670
  getInvitationsCount(args: GetInvitationsCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
629
671
  /**
672
+ * @public
630
673
  * @deprecated
631
674
  *
632
675
  * <p>This method is deprecated. Instead, use <code>GetAdministratorAccount</code>.</p>
@@ -639,6 +682,7 @@ export declare class SecurityHub extends SecurityHubClient {
639
682
  getMasterAccount(args: GetMasterAccountCommandInput, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
640
683
  getMasterAccount(args: GetMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
641
684
  /**
685
+ * @public
642
686
  * <p>Returns the details for the Security Hub member accounts for the specified account IDs.</p>
643
687
  * <p>An administrator account can be either the delegated Security Hub administrator account for an
644
688
  * organization or an administrator account that enabled Security Hub manually.</p>
@@ -649,6 +693,7 @@ export declare class SecurityHub extends SecurityHubClient {
649
693
  getMembers(args: GetMembersCommandInput, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
650
694
  getMembers(args: GetMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
651
695
  /**
696
+ * @public
652
697
  * <p>Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that
653
698
  * the invitation is sent from.</p>
654
699
  * <p>This operation is only used to invite accounts that do not belong to an organization.
@@ -661,6 +706,7 @@ export declare class SecurityHub extends SecurityHubClient {
661
706
  inviteMembers(args: InviteMembersCommandInput, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
662
707
  inviteMembers(args: InviteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
663
708
  /**
709
+ * @public
664
710
  * <p>Lists all findings-generating solutions (products) that you are subscribed to receive
665
711
  * findings from in Security Hub.</p>
666
712
  */
@@ -668,12 +714,14 @@ export declare class SecurityHub extends SecurityHubClient {
668
714
  listEnabledProductsForImport(args: ListEnabledProductsForImportCommandInput, cb: (err: any, data?: ListEnabledProductsForImportCommandOutput) => void): void;
669
715
  listEnabledProductsForImport(args: ListEnabledProductsForImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnabledProductsForImportCommandOutput) => void): void;
670
716
  /**
717
+ * @public
671
718
  * <p>If finding aggregation is enabled, then <code>ListFindingAggregators</code> returns the ARN of the finding aggregator. You can run this operation from any Region.</p>
672
719
  */
673
720
  listFindingAggregators(args: ListFindingAggregatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingAggregatorsCommandOutput>;
674
721
  listFindingAggregators(args: ListFindingAggregatorsCommandInput, cb: (err: any, data?: ListFindingAggregatorsCommandOutput) => void): void;
675
722
  listFindingAggregators(args: ListFindingAggregatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingAggregatorsCommandOutput) => void): void;
676
723
  /**
724
+ * @public
677
725
  * <p>Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.</p>
678
726
  * <p>This operation is only used by accounts that are managed by invitation.
679
727
  * Accounts that are managed using the integration with Organizations do not receive invitations.</p>
@@ -682,6 +730,7 @@ export declare class SecurityHub extends SecurityHubClient {
682
730
  listInvitations(args: ListInvitationsCommandInput, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
683
731
  listInvitations(args: ListInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
684
732
  /**
733
+ * @public
685
734
  * <p>Lists details about all member accounts for the current Security Hub administrator
686
735
  * account.</p>
687
736
  * <p>The results include both member accounts that belong to an organization and member
@@ -691,6 +740,7 @@ export declare class SecurityHub extends SecurityHubClient {
691
740
  listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
692
741
  listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
693
742
  /**
743
+ * @public
694
744
  * <p>Lists the Security Hub administrator accounts. Can only be called by the organization
695
745
  * management account.</p>
696
746
  */
@@ -698,6 +748,7 @@ export declare class SecurityHub extends SecurityHubClient {
698
748
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
699
749
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
700
750
  /**
751
+ * @public
701
752
  * <p>
702
753
  * Lists all of the security controls that apply to a specified standard.
703
754
  * </p>
@@ -706,6 +757,7 @@ export declare class SecurityHub extends SecurityHubClient {
706
757
  listSecurityControlDefinitions(args: ListSecurityControlDefinitionsCommandInput, cb: (err: any, data?: ListSecurityControlDefinitionsCommandOutput) => void): void;
707
758
  listSecurityControlDefinitions(args: ListSecurityControlDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityControlDefinitionsCommandOutput) => void): void;
708
759
  /**
760
+ * @public
709
761
  * <p>
710
762
  * Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account.
711
763
  * </p>
@@ -714,30 +766,35 @@ export declare class SecurityHub extends SecurityHubClient {
714
766
  listStandardsControlAssociations(args: ListStandardsControlAssociationsCommandInput, cb: (err: any, data?: ListStandardsControlAssociationsCommandOutput) => void): void;
715
767
  listStandardsControlAssociations(args: ListStandardsControlAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStandardsControlAssociationsCommandOutput) => void): void;
716
768
  /**
769
+ * @public
717
770
  * <p>Returns a list of tags associated with a resource.</p>
718
771
  */
719
772
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
720
773
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
721
774
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
722
775
  /**
776
+ * @public
723
777
  * <p>Adds one or more tags to a resource.</p>
724
778
  */
725
779
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
726
780
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
727
781
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
728
782
  /**
783
+ * @public
729
784
  * <p>Removes one or more tags from a resource.</p>
730
785
  */
731
786
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
732
787
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
733
788
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
734
789
  /**
790
+ * @public
735
791
  * <p>Updates the name and description of a custom action target in Security Hub.</p>
736
792
  */
737
793
  updateActionTarget(args: UpdateActionTargetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActionTargetCommandOutput>;
738
794
  updateActionTarget(args: UpdateActionTargetCommandInput, cb: (err: any, data?: UpdateActionTargetCommandOutput) => void): void;
739
795
  updateActionTarget(args: UpdateActionTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActionTargetCommandOutput) => void): void;
740
796
  /**
797
+ * @public
741
798
  * <p>Updates the finding aggregation configuration. Used to update the Region linking mode and the list of included or excluded Regions. You cannot use <code>UpdateFindingAggregator</code> to change the aggregation Region.</p>
742
799
  * <p>You must run <code>UpdateFindingAggregator</code> from the current aggregation Region.
743
800
  * </p>
@@ -746,6 +803,7 @@ export declare class SecurityHub extends SecurityHubClient {
746
803
  updateFindingAggregator(args: UpdateFindingAggregatorCommandInput, cb: (err: any, data?: UpdateFindingAggregatorCommandOutput) => void): void;
747
804
  updateFindingAggregator(args: UpdateFindingAggregatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingAggregatorCommandOutput) => void): void;
748
805
  /**
806
+ * @public
749
807
  * <p>
750
808
  * <code>UpdateFindings</code> is deprecated. Instead of <code>UpdateFindings</code>, use
751
809
  * <code>BatchUpdateFindings</code>.</p>
@@ -757,12 +815,14 @@ export declare class SecurityHub extends SecurityHubClient {
757
815
  updateFindings(args: UpdateFindingsCommandInput, cb: (err: any, data?: UpdateFindingsCommandOutput) => void): void;
758
816
  updateFindings(args: UpdateFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingsCommandOutput) => void): void;
759
817
  /**
818
+ * @public
760
819
  * <p>Updates the Security Hub insight identified by the specified insight ARN.</p>
761
820
  */
762
821
  updateInsight(args: UpdateInsightCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInsightCommandOutput>;
763
822
  updateInsight(args: UpdateInsightCommandInput, cb: (err: any, data?: UpdateInsightCommandOutput) => void): void;
764
823
  updateInsight(args: UpdateInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInsightCommandOutput) => void): void;
765
824
  /**
825
+ * @public
766
826
  * <p>Used to update the configuration related to Organizations. Can only be called from a
767
827
  * Security Hub administrator account.</p>
768
828
  */
@@ -770,12 +830,14 @@ export declare class SecurityHub extends SecurityHubClient {
770
830
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
771
831
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
772
832
  /**
833
+ * @public
773
834
  * <p>Updates configuration options for Security Hub.</p>
774
835
  */
775
836
  updateSecurityHubConfiguration(args: UpdateSecurityHubConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSecurityHubConfigurationCommandOutput>;
776
837
  updateSecurityHubConfiguration(args: UpdateSecurityHubConfigurationCommandInput, cb: (err: any, data?: UpdateSecurityHubConfigurationCommandOutput) => void): void;
777
838
  updateSecurityHubConfiguration(args: UpdateSecurityHubConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityHubConfigurationCommandOutput) => void): void;
778
839
  /**
840
+ * @public
779
841
  * <p>Used to control whether an individual security standard control is enabled or
780
842
  * disabled.</p>
781
843
  */
@@ -69,15 +69,24 @@ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigur
69
69
  import { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput } from "./commands/UpdateSecurityHubConfigurationCommand";
70
70
  import { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
71
71
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
72
+ /**
73
+ * @public
74
+ */
72
75
  export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | BatchDisableStandardsCommandInput | BatchEnableStandardsCommandInput | BatchGetSecurityControlsCommandInput | BatchGetStandardsControlAssociationsCommandInput | BatchImportFindingsCommandInput | BatchUpdateFindingsCommandInput | BatchUpdateStandardsControlAssociationsCommandInput | CreateActionTargetCommandInput | CreateFindingAggregatorCommandInput | CreateInsightCommandInput | CreateMembersCommandInput | DeclineInvitationsCommandInput | DeleteActionTargetCommandInput | DeleteFindingAggregatorCommandInput | DeleteInsightCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DescribeActionTargetsCommandInput | DescribeHubCommandInput | DescribeOrganizationConfigurationCommandInput | DescribeProductsCommandInput | DescribeStandardsCommandInput | DescribeStandardsControlsCommandInput | DisableImportFindingsForProductCommandInput | DisableOrganizationAdminAccountCommandInput | DisableSecurityHubCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableImportFindingsForProductCommandInput | EnableOrganizationAdminAccountCommandInput | EnableSecurityHubCommandInput | GetAdministratorAccountCommandInput | GetEnabledStandardsCommandInput | GetFindingAggregatorCommandInput | GetFindingsCommandInput | GetInsightResultsCommandInput | GetInsightsCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMembersCommandInput | InviteMembersCommandInput | ListEnabledProductsForImportCommandInput | ListFindingAggregatorsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListSecurityControlDefinitionsCommandInput | ListStandardsControlAssociationsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTargetCommandInput | UpdateFindingAggregatorCommandInput | UpdateFindingsCommandInput | UpdateInsightCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateSecurityHubConfigurationCommandInput | UpdateStandardsControlCommandInput;
76
+ /**
77
+ * @public
78
+ */
73
79
  export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | BatchDisableStandardsCommandOutput | BatchEnableStandardsCommandOutput | BatchGetSecurityControlsCommandOutput | BatchGetStandardsControlAssociationsCommandOutput | BatchImportFindingsCommandOutput | BatchUpdateFindingsCommandOutput | BatchUpdateStandardsControlAssociationsCommandOutput | CreateActionTargetCommandOutput | CreateFindingAggregatorCommandOutput | CreateInsightCommandOutput | CreateMembersCommandOutput | DeclineInvitationsCommandOutput | DeleteActionTargetCommandOutput | DeleteFindingAggregatorCommandOutput | DeleteInsightCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DescribeActionTargetsCommandOutput | DescribeHubCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribeProductsCommandOutput | DescribeStandardsCommandOutput | DescribeStandardsControlsCommandOutput | DisableImportFindingsForProductCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisableSecurityHubCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableImportFindingsForProductCommandOutput | EnableOrganizationAdminAccountCommandOutput | EnableSecurityHubCommandOutput | GetAdministratorAccountCommandOutput | GetEnabledStandardsCommandOutput | GetFindingAggregatorCommandOutput | GetFindingsCommandOutput | GetInsightResultsCommandOutput | GetInsightsCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMembersCommandOutput | InviteMembersCommandOutput | ListEnabledProductsForImportCommandOutput | ListFindingAggregatorsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListSecurityControlDefinitionsCommandOutput | ListStandardsControlAssociationsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTargetCommandOutput | UpdateFindingAggregatorCommandOutput | UpdateFindingsCommandOutput | UpdateInsightCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateSecurityHubConfigurationCommandOutput | UpdateStandardsControlCommandOutput;
80
+ /**
81
+ * @public
82
+ */
74
83
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
75
84
  /**
76
85
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
77
86
  */
78
87
  requestHandler?: __HttpHandler;
79
88
  /**
80
- * A constructor for a class implementing the {@link __Checksum} interface
89
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
81
90
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
82
91
  * @internal
83
92
  */
@@ -167,23 +176,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
167
176
  */
168
177
  logger?: __Logger;
169
178
  /**
170
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
179
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
171
180
  */
172
181
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
173
182
  }
183
+ /**
184
+ * @public
185
+ */
174
186
  type SecurityHubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
175
187
  /**
176
- * The configuration interface of SecurityHubClient class constructor that set the region, credentials and other options.
188
+ * @public
189
+ *
190
+ * The configuration interface of SecurityHubClient class constructor that set the region, credentials and other options.
177
191
  */
178
192
  export interface SecurityHubClientConfig extends SecurityHubClientConfigType {
179
193
  }
194
+ /**
195
+ * @public
196
+ */
180
197
  type SecurityHubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
181
198
  /**
182
- * The resolved configuration interface of SecurityHubClient class. This is resolved and normalized from the {@link SecurityHubClientConfig | constructor configuration interface}.
199
+ * @public
200
+ *
201
+ * The resolved configuration interface of SecurityHubClient class. This is resolved and normalized from the {@link SecurityHubClientConfig | constructor configuration interface}.
183
202
  */
184
203
  export interface SecurityHubClientResolvedConfig extends SecurityHubClientResolvedConfigType {
185
204
  }
186
205
  /**
206
+ * @public
187
207
  * <p>Security Hub provides you with a comprehensive view of the security state of
188
208
  * your Amazon Web Services environment and resources. It also provides you with the readiness
189
209
  * status of your environment based on controls from supported security standards. Security Hub collects security data from Amazon Web Services accounts, services, and
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AcceptAdministratorInvitationRequest, AcceptAdministratorInvitationResponse } from "../models/models_0";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AcceptAdministratorInvitationCommand}.
8
10
  */
9
11
  export interface AcceptAdministratorInvitationCommandInput extends AcceptAdministratorInvitationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AcceptAdministratorInvitationCommand}.
13
17
  */
14
18
  export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdministratorInvitationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Accepts the invitation to be a member account and be monitored by the Security Hub administrator
18
23
  * account that the invitation was sent from.</p>
19
24
  * <p>This operation is only used by member accounts that are not added through
@@ -30,6 +35,8 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param AcceptAdministratorInvitationCommandInput - {@link AcceptAdministratorInvitationCommandInput}
39
+ * @returns {@link AcceptAdministratorInvitationCommandOutput}
33
40
  * @see {@link AcceptAdministratorInvitationCommandInput} for command's `input` shape.
34
41
  * @see {@link AcceptAdministratorInvitationCommandOutput} for command's `response` shape.
35
42
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -56,11 +63,20 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
56
63
  export declare class AcceptAdministratorInvitationCommand extends $Command<AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput, SecurityHubClientResolvedConfig> {
57
64
  readonly input: AcceptAdministratorInvitationCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: AcceptAdministratorInvitationCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }