@aws-sdk/client-guardduty 3.301.0 → 3.303.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 (76) hide show
  1. package/README.md +25 -10
  2. package/dist-cjs/GuardDuty.js +30 -0
  3. package/dist-cjs/commands/GetCoverageStatisticsCommand.js +45 -0
  4. package/dist-cjs/commands/ListCoverageCommand.js +45 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +205 -198
  7. package/dist-cjs/pagination/ListCoveragePaginator.js +29 -0
  8. package/dist-cjs/pagination/index.js +1 -0
  9. package/dist-cjs/protocols/Aws_restJson1.js +462 -3
  10. package/dist-es/GuardDuty.js +30 -0
  11. package/dist-es/commands/GetCoverageStatisticsCommand.js +41 -0
  12. package/dist-es/commands/ListCoverageCommand.js +41 -0
  13. package/dist-es/commands/index.js +2 -0
  14. package/dist-es/models/models_0.js +204 -197
  15. package/dist-es/pagination/ListCoveragePaginator.js +25 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_restJson1.js +455 -0
  18. package/dist-types/GuardDuty.d.ts +75 -47
  19. package/dist-types/GuardDutyClient.d.ts +13 -12
  20. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
  21. package/dist-types/commands/ArchiveFindingsCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateDetectorCommand.d.ts +7 -1
  23. package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +2 -2
  25. package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
  26. package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
  27. package/dist-types/commands/DeleteMembersCommand.d.ts +5 -4
  28. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +3 -2
  29. package/dist-types/commands/DisassociateMembersCommand.d.ts +5 -3
  30. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +90 -0
  31. package/dist-types/commands/GetMembersCommand.d.ts +2 -2
  32. package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
  33. package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
  34. package/dist-types/commands/ListCoverageCommand.d.ts +93 -0
  35. package/dist-types/commands/ListIPSetsCommand.d.ts +2 -2
  36. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  37. package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +2 -2
  38. package/dist-types/commands/StartMonitoringMembersCommand.d.ts +1 -2
  39. package/dist-types/commands/StopMonitoringMembersCommand.d.ts +3 -2
  40. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateDetectorCommand.d.ts +8 -2
  42. package/dist-types/commands/UpdateFilterCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateIPSetCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +8 -2
  47. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +10 -4
  48. package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +1 -2
  50. package/dist-types/commands/index.d.ts +2 -0
  51. package/dist-types/models/models_0.d.ts +1105 -691
  52. package/dist-types/models/models_1.d.ts +472 -0
  53. package/dist-types/pagination/ListCoveragePaginator.d.ts +7 -0
  54. package/dist-types/pagination/index.d.ts +1 -0
  55. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  56. package/dist-types/ts3.4/GuardDuty.d.ts +34 -0
  57. package/dist-types/ts3.4/GuardDutyClient.d.ts +12 -0
  58. package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +41 -0
  59. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +34 -0
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +4 -2
  70. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  71. package/dist-types/ts3.4/models/models_0.d.ts +396 -272
  72. package/dist-types/ts3.4/models/models_1.d.ts +133 -0
  73. package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  76. package/package.json +34 -34
@@ -26,6 +26,7 @@ import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccoun
26
26
  import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
27
27
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
28
28
  import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
29
+ import { GetCoverageStatisticsCommandInput, GetCoverageStatisticsCommandOutput } from "./commands/GetCoverageStatisticsCommand";
29
30
  import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
30
31
  import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
31
32
  import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
@@ -40,6 +41,7 @@ import { GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommand
40
41
  import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "./commands/GetThreatIntelSetCommand";
41
42
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
42
43
  import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
44
+ import { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
43
45
  import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "./commands/ListDetectorsCommand";
44
46
  import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
45
47
  import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
@@ -74,16 +76,15 @@ import { GuardDutyClient } from "./GuardDutyClient";
74
76
  * feeds, such as lists of malicious IPs and domains, and machine learning to identify
75
77
  * unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment.
76
78
  * This can include issues like escalations of privileges, uses of exposed credentials, or
77
- * communication with malicious IPs, domains, or presence of malware on your
78
- * Amazon EC2 instances and container workloads. For example, GuardDuty can detect
79
- * compromised EC2 instances and container workloads serving malware, or mining bitcoin. </p>
80
- * <p>GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such
81
- * as unauthorized infrastructure deployments like EC2 instances deployed in a Region
82
- * that has never been used, or unusual API calls like a password policy change to reduce
83
- * password strength. </p>
84
- * <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing
85
- * security findings that you can view in the GuardDuty console or through Amazon EventBridge.
86
- * For more information, see the <i>
79
+ * communication with malicious IPs, domains, or presence of malware on your Amazon EC2 instances
80
+ * and container workloads. For example, GuardDuty can detect compromised EC2 instances and
81
+ * container workloads serving malware, or mining bitcoin. </p>
82
+ * <p>GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such as
83
+ * unauthorized infrastructure deployments like EC2 instances deployed in a Region that has never
84
+ * been used, or unusual API calls like a password policy change to reduce password strength. </p>
85
+ * <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security
86
+ * findings that you can view in the GuardDuty console or through Amazon EventBridge. For more
87
+ * information, see the <i>
87
88
  * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
88
89
  * GuardDuty User Guide</a>
89
90
  * </i>. </p>
@@ -91,7 +92,8 @@ import { GuardDutyClient } from "./GuardDutyClient";
91
92
  export declare class GuardDuty extends GuardDutyClient {
92
93
  /**
93
94
  * @public
94
- * <p>Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.</p>
95
+ * <p>Accepts the invitation to be a member account and get monitored by a GuardDuty
96
+ * administrator account that sent the invitation.</p>
95
97
  */
96
98
  acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, options?: __HttpHandlerOptions): Promise<AcceptAdministratorInvitationCommandOutput>;
97
99
  acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void): void;
@@ -109,8 +111,8 @@ export declare class GuardDuty extends GuardDutyClient {
109
111
  * @public
110
112
  * <p>Archives GuardDuty findings that are specified by the list of finding IDs.</p>
111
113
  * <note>
112
- * <p>Only the administrator account can archive findings. Member accounts don't have permission to
113
- * archive findings from their accounts.</p>
114
+ * <p>Only the administrator account can archive findings. Member accounts don't have
115
+ * permission to archive findings from their accounts.</p>
114
116
  * </note>
115
117
  */
116
118
  archiveFindings(args: ArchiveFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ArchiveFindingsCommandOutput>;
@@ -154,10 +156,10 @@ export declare class GuardDuty extends GuardDutyClient {
154
156
  * invitation or through an organization.</p>
155
157
  * <p>When using <code>Create Members</code> as an organizations delegated administrator this
156
158
  * action will enable GuardDuty in the added member accounts, with the exception of the
157
- * organization delegated administrator account, which must enable GuardDuty prior to being added as a
158
- * member.</p>
159
+ * organization delegated administrator account, which must enable GuardDuty prior to being added
160
+ * as a member.</p>
159
161
  * <p>If you are adding accounts by invitation, use this action after GuardDuty has bee enabled in
160
- * potential member accounts and before using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a>.</p>
162
+ * potential member accounts and before using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a>.</p>
161
163
  */
162
164
  createMembers(args: CreateMembersCommandInput, options?: __HttpHandlerOptions): Promise<CreateMembersCommandOutput>;
163
165
  createMembers(args: CreateMembersCommandInput, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
@@ -182,16 +184,16 @@ export declare class GuardDuty extends GuardDutyClient {
182
184
  /**
183
185
  * @public
184
186
  * <p>Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses.
185
- * GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can
186
- * use this operation.</p>
187
+ * GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator
188
+ * account can use this operation.</p>
187
189
  */
188
190
  createThreatIntelSet(args: CreateThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateThreatIntelSetCommandOutput>;
189
191
  createThreatIntelSet(args: CreateThreatIntelSetCommandInput, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
190
192
  createThreatIntelSet(args: CreateThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
191
193
  /**
192
194
  * @public
193
- * <p>Declines invitations sent to the current member account by Amazon Web Services accounts specified by their
194
- * account IDs.</p>
195
+ * <p>Declines invitations sent to the current member account by Amazon Web Services accounts specified by
196
+ * their account IDs.</p>
195
197
  */
196
198
  declineInvitations(args: DeclineInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeclineInvitationsCommandOutput>;
197
199
  declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
@@ -212,8 +214,8 @@ export declare class GuardDuty extends GuardDutyClient {
212
214
  deleteFilter(args: DeleteFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
213
215
  /**
214
216
  * @public
215
- * <p>Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their
216
- * account IDs.</p>
217
+ * <p>Deletes invitations sent to the current member account by Amazon Web Services accounts specified by
218
+ * their account IDs.</p>
217
219
  */
218
220
  deleteInvitations(args: DeleteInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInvitationsCommandOutput>;
219
221
  deleteInvitations(args: DeleteInvitationsCommandInput, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
@@ -228,10 +230,11 @@ export declare class GuardDuty extends GuardDutyClient {
228
230
  deleteIPSet(args: DeleteIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
229
231
  /**
230
232
  * @public
231
- * <p>Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by
232
- * the account IDs.</p>
233
- * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to <code>ALL</code>, you'll
234
- * receive an error if you attempt to disable GuardDuty for a member account in your organization.</p>
233
+ * <p>Deletes GuardDuty member accounts (to the current GuardDuty administrator account)
234
+ * specified by the account IDs.</p>
235
+ * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
236
+ * <code>ALL</code>, you'll receive an error if you attempt to disable GuardDuty for a member
237
+ * account in your organization.</p>
235
238
  */
236
239
  deleteMembers(args: DeleteMembersCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMembersCommandOutput>;
237
240
  deleteMembers(args: DeleteMembersCommandInput, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
@@ -291,8 +294,9 @@ export declare class GuardDuty extends GuardDutyClient {
291
294
  /**
292
295
  * @public
293
296
  * <p>Disassociates the current GuardDuty member account from its administrator account.</p>
294
- * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to <code>ALL</code>, you'll
295
- * receive an error if you attempt to disable GuardDuty in a member account.</p>
297
+ * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
298
+ * <code>ALL</code>, you'll receive an error if you attempt to disable GuardDuty in a member
299
+ * account.</p>
296
300
  */
297
301
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromAdministratorAccountCommandOutput>;
298
302
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
@@ -308,9 +312,11 @@ export declare class GuardDuty extends GuardDutyClient {
308
312
  disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
309
313
  /**
310
314
  * @public
311
- * <p>Disassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.</p>
312
- * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to <code>ALL</code>, you'll
313
- * receive an error if you attempt to disassociate a member account before removing them from your Amazon Web Services organization.</p>
315
+ * <p>Disassociates GuardDuty member accounts (to the current administrator account) specified
316
+ * by the account IDs.</p>
317
+ * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
318
+ * <code>ALL</code>, you'll receive an error if you attempt to disassociate a member account
319
+ * before removing them from your Amazon Web Services organization.</p>
314
320
  */
315
321
  disassociateMembers(args: DisassociateMembersCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMembersCommandOutput>;
316
322
  disassociateMembers(args: DisassociateMembersCommandInput, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
@@ -331,6 +337,16 @@ export declare class GuardDuty extends GuardDutyClient {
331
337
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAdministratorAccountCommandOutput>;
332
338
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
333
339
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
340
+ /**
341
+ * @public
342
+ * <p>Retrieves aggregated statistics for your account. If you are a GuardDuty administrator, you
343
+ * can retrieve the statistics for all the resources associated with the active member accounts
344
+ * in your organization who have enabled EKS Runtime Monitoring and have the GuardDuty agent running
345
+ * on their EKS nodes.</p>
346
+ */
347
+ getCoverageStatistics(args: GetCoverageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetCoverageStatisticsCommandOutput>;
348
+ getCoverageStatistics(args: GetCoverageStatisticsCommandInput, cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void): void;
349
+ getCoverageStatistics(args: GetCoverageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void): void;
334
350
  /**
335
351
  * @public
336
352
  * <p>Retrieves an Amazon GuardDuty detector specified by the detectorId.</p>
@@ -409,15 +425,16 @@ export declare class GuardDuty extends GuardDutyClient {
409
425
  getMemberDetectors(args: GetMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void): void;
410
426
  /**
411
427
  * @public
412
- * <p>Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by
413
- * the account IDs.</p>
428
+ * <p>Retrieves GuardDuty member accounts (of the current GuardDuty administrator account)
429
+ * specified by the account IDs.</p>
414
430
  */
415
431
  getMembers(args: GetMembersCommandInput, options?: __HttpHandlerOptions): Promise<GetMembersCommandOutput>;
416
432
  getMembers(args: GetMembersCommandInput, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
417
433
  getMembers(args: GetMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
418
434
  /**
419
435
  * @public
420
- * <p>Provides the number of days left for each data source used in the free trial period.</p>
436
+ * <p>Provides the number of days left for each data source used in the free trial
437
+ * period.</p>
421
438
  */
422
439
  getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, options?: __HttpHandlerOptions): Promise<GetRemainingFreeTrialDaysCommandOutput>;
423
440
  getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void): void;
@@ -442,12 +459,22 @@ export declare class GuardDuty extends GuardDutyClient {
442
459
  /**
443
460
  * @public
444
461
  * <p>Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by
445
- * CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these
446
- * accounts' findings on their behalf as the GuardDuty administrator account.</p>
462
+ * CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage
463
+ * these accounts' findings on their behalf as the GuardDuty administrator account.</p>
447
464
  */
448
465
  inviteMembers(args: InviteMembersCommandInput, options?: __HttpHandlerOptions): Promise<InviteMembersCommandOutput>;
449
466
  inviteMembers(args: InviteMembersCommandInput, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
450
467
  inviteMembers(args: InviteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
468
+ /**
469
+ * @public
470
+ * <p>Lists coverage details for your GuardDuty account. If you're a GuardDuty administrator, you can
471
+ * retrieve all resources associated with the active member accounts in your organization.</p>
472
+ * <p>Make sure the accounts have EKS Runtime Monitoring enabled and GuardDuty agent running on
473
+ * their EKS nodes.</p>
474
+ */
475
+ listCoverage(args: ListCoverageCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageCommandOutput>;
476
+ listCoverage(args: ListCoverageCommandInput, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
477
+ listCoverage(args: ListCoverageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
451
478
  /**
452
479
  * @public
453
480
  * <p>Lists detectorIds of all the existing Amazon GuardDuty detector resources.</p>
@@ -480,15 +507,16 @@ export declare class GuardDuty extends GuardDutyClient {
480
507
  /**
481
508
  * @public
482
509
  * <p>Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this
483
- * operation from a member account, the IPSets returned are the IPSets from the associated administrator
484
- * account.</p>
510
+ * operation from a member account, the IPSets returned are the IPSets from the associated
511
+ * administrator account.</p>
485
512
  */
486
513
  listIPSets(args: ListIPSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListIPSetsCommandOutput>;
487
514
  listIPSets(args: ListIPSetsCommandInput, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
488
515
  listIPSets(args: ListIPSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
489
516
  /**
490
517
  * @public
491
- * <p>Lists details about all member accounts for the current GuardDuty administrator account.</p>
518
+ * <p>Lists details about all member accounts for the current GuardDuty administrator
519
+ * account.</p>
492
520
  */
493
521
  listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
494
522
  listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
@@ -520,8 +548,8 @@ export declare class GuardDuty extends GuardDutyClient {
520
548
  /**
521
549
  * @public
522
550
  * <p>Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you
523
- * use this operation from a member account, the ThreatIntelSets associated with the administrator
524
- * account are returned.</p>
551
+ * use this operation from a member account, the ThreatIntelSets associated with the
552
+ * administrator account are returned.</p>
525
553
  */
526
554
  listThreatIntelSets(args: ListThreatIntelSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListThreatIntelSetsCommandOutput>;
527
555
  listThreatIntelSets(args: ListThreatIntelSetsCommandInput, cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void): void;
@@ -529,8 +557,7 @@ export declare class GuardDuty extends GuardDutyClient {
529
557
  /**
530
558
  * @public
531
559
  * <p>Turns on GuardDuty monitoring of the specified member accounts. Use this operation to
532
- * restart monitoring of accounts that you stopped monitoring with the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_StopMonitoringMembers.html">StopMonitoringMembers</a>
533
- * operation.</p>
560
+ * restart monitoring of accounts that you stopped monitoring with the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_StopMonitoringMembers.html">StopMonitoringMembers</a> operation.</p>
534
561
  */
535
562
  startMonitoringMembers(args: StartMonitoringMembersCommandInput, options?: __HttpHandlerOptions): Promise<StartMonitoringMembersCommandOutput>;
536
563
  startMonitoringMembers(args: StartMonitoringMembersCommandInput, cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void): void;
@@ -540,8 +567,9 @@ export declare class GuardDuty extends GuardDutyClient {
540
567
  * <p>Stops GuardDuty monitoring for the specified member accounts. Use the
541
568
  * <code>StartMonitoringMembers</code> operation to restart monitoring for those
542
569
  * accounts.</p>
543
- * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to <code>ALL</code>, you'll
544
- * receive an error if you attempt to stop monitoring the member accounts in your organization.</p>
570
+ * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
571
+ * <code>ALL</code>, you'll receive an error if you attempt to stop monitoring the member
572
+ * accounts in your organization.</p>
545
573
  */
546
574
  stopMonitoringMembers(args: StopMonitoringMembersCommandInput, options?: __HttpHandlerOptions): Promise<StopMonitoringMembersCommandOutput>;
547
575
  stopMonitoringMembers(args: StopMonitoringMembersCommandInput, cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void): void;
@@ -620,8 +648,8 @@ export declare class GuardDuty extends GuardDutyClient {
620
648
  updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void): void;
621
649
  /**
622
650
  * @public
623
- * <p>Configures the delegated administrator account with the provided values. You must provide the value for either
624
- * <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>. </p>
651
+ * <p>Configures the delegated administrator account with the provided values. You must provide
652
+ * the value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>. </p>
625
653
  * <p>There might be regional differences because some data sources might not be
626
654
  * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
627
655
  * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
@@ -34,6 +34,7 @@ import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccoun
34
34
  import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
35
35
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
36
36
  import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
37
+ import { GetCoverageStatisticsCommandInput, GetCoverageStatisticsCommandOutput } from "./commands/GetCoverageStatisticsCommand";
37
38
  import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
38
39
  import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
39
40
  import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
@@ -48,6 +49,7 @@ import { GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommand
48
49
  import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "./commands/GetThreatIntelSetCommand";
49
50
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
50
51
  import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
52
+ import { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
51
53
  import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "./commands/ListDetectorsCommand";
52
54
  import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
53
55
  import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
@@ -76,11 +78,11 @@ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, Endpoi
76
78
  /**
77
79
  * @public
78
80
  */
79
- export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatIntelSetCommandInput | DeclineInvitationsCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatIntelSetCommandInput | DescribeMalwareScansCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvitationsCountCommandInput | GetMalwareScanSettingsCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetRemainingFreeTrialDaysCommandInput | GetThreatIntelSetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatIntelSetsCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMalwareScanSettingsCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatIntelSetCommandInput;
81
+ export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatIntelSetCommandInput | DeclineInvitationsCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatIntelSetCommandInput | DescribeMalwareScansCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetCoverageStatisticsCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvitationsCountCommandInput | GetMalwareScanSettingsCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetRemainingFreeTrialDaysCommandInput | GetThreatIntelSetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListCoverageCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatIntelSetsCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMalwareScanSettingsCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatIntelSetCommandInput;
80
82
  /**
81
83
  * @public
82
84
  */
83
- export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatIntelSetCommandOutput | DeclineInvitationsCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatIntelSetCommandOutput | DescribeMalwareScansCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvitationsCountCommandOutput | GetMalwareScanSettingsCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetRemainingFreeTrialDaysCommandOutput | GetThreatIntelSetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatIntelSetsCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMalwareScanSettingsCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatIntelSetCommandOutput;
85
+ export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatIntelSetCommandOutput | DeclineInvitationsCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatIntelSetCommandOutput | DescribeMalwareScansCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetCoverageStatisticsCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvitationsCountCommandOutput | GetMalwareScanSettingsCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetRemainingFreeTrialDaysCommandOutput | GetThreatIntelSetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListCoverageCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatIntelSetsCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMalwareScanSettingsCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatIntelSetCommandOutput;
84
86
  /**
85
87
  * @public
86
88
  */
@@ -215,16 +217,15 @@ export interface GuardDutyClientResolvedConfig extends GuardDutyClientResolvedCo
215
217
  * feeds, such as lists of malicious IPs and domains, and machine learning to identify
216
218
  * unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment.
217
219
  * This can include issues like escalations of privileges, uses of exposed credentials, or
218
- * communication with malicious IPs, domains, or presence of malware on your
219
- * Amazon EC2 instances and container workloads. For example, GuardDuty can detect
220
- * compromised EC2 instances and container workloads serving malware, or mining bitcoin. </p>
221
- * <p>GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such
222
- * as unauthorized infrastructure deployments like EC2 instances deployed in a Region
223
- * that has never been used, or unusual API calls like a password policy change to reduce
224
- * password strength. </p>
225
- * <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing
226
- * security findings that you can view in the GuardDuty console or through Amazon EventBridge.
227
- * For more information, see the <i>
220
+ * communication with malicious IPs, domains, or presence of malware on your Amazon EC2 instances
221
+ * and container workloads. For example, GuardDuty can detect compromised EC2 instances and
222
+ * container workloads serving malware, or mining bitcoin. </p>
223
+ * <p>GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such as
224
+ * unauthorized infrastructure deployments like EC2 instances deployed in a Region that has never
225
+ * been used, or unusual API calls like a password policy change to reduce password strength. </p>
226
+ * <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security
227
+ * findings that you can view in the GuardDuty console or through Amazon EventBridge. For more
228
+ * information, see the <i>
228
229
  * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
229
230
  * GuardDuty User Guide</a>
230
231
  * </i>. </p>
@@ -19,7 +19,8 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.</p>
22
+ * <p>Accepts the invitation to be a member account and get monitored by a GuardDuty
23
+ * administrator account that sent the invitation.</p>
23
24
  * @example
24
25
  * Use a bare-bones client and the command you need to make an API call.
25
26
  * ```javascript
@@ -21,8 +21,8 @@ export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, _
21
21
  * @public
22
22
  * <p>Archives GuardDuty findings that are specified by the list of finding IDs.</p>
23
23
  * <note>
24
- * <p>Only the administrator account can archive findings. Member accounts don't have permission to
25
- * archive findings from their accounts.</p>
24
+ * <p>Only the administrator account can archive findings. Member accounts don't have
25
+ * permission to archive findings from their accounts.</p>
26
26
  * </note>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
@@ -56,8 +56,14 @@ export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __M
56
56
  * },
57
57
  * Features: [ // DetectorFeatureConfigurations
58
58
  * { // DetectorFeatureConfiguration
59
- * Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS",
59
+ * Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "EKS_RUNTIME_MONITORING",
60
60
  * Status: "ENABLED" || "DISABLED",
61
+ * AdditionalConfiguration: [ // DetectorAdditionalConfigurations
62
+ * { // DetectorAdditionalConfiguration
63
+ * Name: "EKS_ADDON_MANAGEMENT",
64
+ * Status: "ENABLED" || "DISABLED",
65
+ * },
66
+ * ],
61
67
  * },
62
68
  * ],
63
69
  * };
@@ -24,10 +24,10 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
24
24
  * invitation or through an organization.</p>
25
25
  * <p>When using <code>Create Members</code> as an organizations delegated administrator this
26
26
  * action will enable GuardDuty in the added member accounts, with the exception of the
27
- * organization delegated administrator account, which must enable GuardDuty prior to being added as a
28
- * member.</p>
27
+ * organization delegated administrator account, which must enable GuardDuty prior to being added
28
+ * as a member.</p>
29
29
  * <p>If you are adding accounts by invitation, use this action after GuardDuty has bee enabled in
30
- * potential member accounts and before using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a>.</p>
30
+ * potential member accounts and before using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -20,8 +20,8 @@ export interface CreateThreatIntelSetCommandOutput extends CreateThreatIntelSetR
20
20
  /**
21
21
  * @public
22
22
  * <p>Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses.
23
- * GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can
24
- * use this operation.</p>
23
+ * GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator
24
+ * account can use this operation.</p>
25
25
  * @example
26
26
  * Use a bare-bones client and the command you need to make an API call.
27
27
  * ```javascript
@@ -19,8 +19,8 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Declines invitations sent to the current member account by Amazon Web Services accounts specified by their
23
- * account IDs.</p>
22
+ * <p>Declines invitations sent to the current member account by Amazon Web Services accounts specified by
23
+ * their account IDs.</p>
24
24
  * @example
25
25
  * Use a bare-bones client and the command you need to make an API call.
26
26
  * ```javascript
@@ -19,8 +19,8 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their
23
- * account IDs.</p>
22
+ * <p>Deletes invitations sent to the current member account by Amazon Web Services accounts specified by
23
+ * their account IDs.</p>
24
24
  * @example
25
25
  * Use a bare-bones client and the command you need to make an API call.
26
26
  * ```javascript
@@ -19,10 +19,11 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by
23
- * the account IDs.</p>
24
- * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to <code>ALL</code>, you'll
25
- * receive an error if you attempt to disable GuardDuty for a member account in your organization.</p>
22
+ * <p>Deletes GuardDuty member accounts (to the current GuardDuty administrator account)
23
+ * specified by the account IDs.</p>
24
+ * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
25
+ * <code>ALL</code>, you'll receive an error if you attempt to disable GuardDuty for a member
26
+ * account in your organization.</p>
26
27
  * @example
27
28
  * Use a bare-bones client and the command you need to make an API call.
28
29
  * ```javascript
@@ -20,8 +20,9 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
20
20
  /**
21
21
  * @public
22
22
  * <p>Disassociates the current GuardDuty member account from its administrator account.</p>
23
- * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to <code>ALL</code>, you'll
24
- * receive an error if you attempt to disable GuardDuty in a member account.</p>
23
+ * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
24
+ * <code>ALL</code>, you'll receive an error if you attempt to disable GuardDuty in a member
25
+ * account.</p>
25
26
  * @example
26
27
  * Use a bare-bones client and the command you need to make an API call.
27
28
  * ```javascript
@@ -19,9 +19,11 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Disassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.</p>
23
- * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to <code>ALL</code>, you'll
24
- * receive an error if you attempt to disassociate a member account before removing them from your Amazon Web Services organization.</p>
22
+ * <p>Disassociates GuardDuty member accounts (to the current administrator account) specified
23
+ * by the account IDs.</p>
24
+ * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
25
+ * <code>ALL</code>, you'll receive an error if you attempt to disassociate a member account
26
+ * before removing them from your Amazon Web Services organization.</p>
25
27
  * @example
26
28
  * Use a bare-bones client and the command you need to make an API call.
27
29
  * ```javascript
@@ -0,0 +1,90 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
5
+ import { GetCoverageStatisticsRequest, GetCoverageStatisticsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link GetCoverageStatisticsCommand}.
10
+ */
11
+ export interface GetCoverageStatisticsCommandInput extends GetCoverageStatisticsRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link GetCoverageStatisticsCommand}.
17
+ */
18
+ export interface GetCoverageStatisticsCommandOutput extends GetCoverageStatisticsResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves aggregated statistics for your account. If you are a GuardDuty administrator, you
23
+ * can retrieve the statistics for all the resources associated with the active member accounts
24
+ * in your organization who have enabled EKS Runtime Monitoring and have the GuardDuty agent running
25
+ * on their EKS nodes.</p>
26
+ * @example
27
+ * Use a bare-bones client and the command you need to make an API call.
28
+ * ```javascript
29
+ * import { GuardDutyClient, GetCoverageStatisticsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
30
+ * // const { GuardDutyClient, GetCoverageStatisticsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
31
+ * const client = new GuardDutyClient(config);
32
+ * const input = { // GetCoverageStatisticsRequest
33
+ * DetectorId: "STRING_VALUE", // required
34
+ * FilterCriteria: { // CoverageFilterCriteria
35
+ * FilterCriterion: [ // CoverageFilterCriterionList
36
+ * { // CoverageFilterCriterion
37
+ * CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION",
38
+ * FilterCondition: { // CoverageFilterCondition
39
+ * Equals: [ // Equals
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * NotEquals: [ // NotEquals
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * },
46
+ * },
47
+ * ],
48
+ * },
49
+ * StatisticsType: [ // CoverageStatisticsTypeList // required
50
+ * "COUNT_BY_RESOURCE_TYPE" || "COUNT_BY_COVERAGE_STATUS",
51
+ * ],
52
+ * };
53
+ * const command = new GetCoverageStatisticsCommand(input);
54
+ * const response = await client.send(command);
55
+ * ```
56
+ *
57
+ * @param GetCoverageStatisticsCommandInput - {@link GetCoverageStatisticsCommandInput}
58
+ * @returns {@link GetCoverageStatisticsCommandOutput}
59
+ * @see {@link GetCoverageStatisticsCommandInput} for command's `input` shape.
60
+ * @see {@link GetCoverageStatisticsCommandOutput} for command's `response` shape.
61
+ * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
62
+ *
63
+ * @throws {@link BadRequestException} (client fault)
64
+ * <p>A bad request exception object.</p>
65
+ *
66
+ * @throws {@link InternalServerErrorException} (server fault)
67
+ * <p>An internal server error exception object.</p>
68
+ *
69
+ *
70
+ */
71
+ export declare class GetCoverageStatisticsCommand extends $Command<GetCoverageStatisticsCommandInput, GetCoverageStatisticsCommandOutput, GuardDutyClientResolvedConfig> {
72
+ readonly input: GetCoverageStatisticsCommandInput;
73
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
77
+ constructor(input: GetCoverageStatisticsCommandInput);
78
+ /**
79
+ * @internal
80
+ */
81
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCoverageStatisticsCommandInput, GetCoverageStatisticsCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
85
+ private serialize;
86
+ /**
87
+ * @internal
88
+ */
89
+ private deserialize;
90
+ }
@@ -19,8 +19,8 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by
23
- * the account IDs.</p>
22
+ * <p>Retrieves GuardDuty member accounts (of the current GuardDuty administrator account)
23
+ * specified by the account IDs.</p>
24
24
  * @example
25
25
  * Use a bare-bones client and the command you need to make an API call.
26
26
  * ```javascript
@@ -19,7 +19,8 @@ export interface GetRemainingFreeTrialDaysCommandOutput extends GetRemainingFree
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Provides the number of days left for each data source used in the free trial period.</p>
22
+ * <p>Provides the number of days left for each data source used in the free trial
23
+ * period.</p>
23
24
  * @example
24
25
  * Use a bare-bones client and the command you need to make an API call.
25
26
  * ```javascript