@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
@@ -1,3 +1,475 @@
1
+ import { AutoEnableMembers, DataSourceConfigurations, DestinationProperties, DetectorFeatureConfiguration, EbsSnapshotPreservation, FeatureStatus, Feedback, FilterAction, FindingCriteria, FindingPublishingFrequency, OrgFeature, OrgFeatureAdditionalConfiguration, OrgFeatureStatus, ScanResourceCriteria, UnprocessedAccount } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface UntagResourceRequest {
6
+ /**
7
+ * <p>The Amazon Resource Name (ARN) for the resource to remove tags from.</p>
8
+ */
9
+ ResourceArn: string | undefined;
10
+ /**
11
+ * <p>The tag keys to remove from the resource.</p>
12
+ */
13
+ TagKeys: string[] | undefined;
14
+ }
15
+ /**
16
+ * @public
17
+ */
18
+ export interface UntagResourceResponse {
19
+ }
20
+ /**
21
+ * @public
22
+ */
23
+ export interface UpdateDetectorRequest {
24
+ /**
25
+ * <p>The unique ID of the detector to update.</p>
26
+ */
27
+ DetectorId: string | undefined;
28
+ /**
29
+ * <p>Specifies whether the detector is enabled or not enabled.</p>
30
+ */
31
+ Enable?: boolean;
32
+ /**
33
+ * <p>An enum value that specifies how frequently findings are exported, such as to CloudWatch
34
+ * Events.</p>
35
+ */
36
+ FindingPublishingFrequency?: FindingPublishingFrequency | string;
37
+ /**
38
+ * @deprecated
39
+ *
40
+ * <p>Describes which data sources will be updated.</p>
41
+ * <p>There might be regional differences because some data sources might not be
42
+ * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
43
+ * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
44
+ */
45
+ DataSources?: DataSourceConfigurations;
46
+ /**
47
+ * <p>Provides the features that will be updated for the detector.</p>
48
+ */
49
+ Features?: DetectorFeatureConfiguration[];
50
+ }
51
+ /**
52
+ * @public
53
+ */
54
+ export interface UpdateDetectorResponse {
55
+ }
56
+ /**
57
+ * @public
58
+ */
59
+ export interface UpdateFilterRequest {
60
+ /**
61
+ * <p>The unique ID of the detector that specifies the GuardDuty service where you want to
62
+ * update a filter.</p>
63
+ */
64
+ DetectorId: string | undefined;
65
+ /**
66
+ * <p>The name of the filter.</p>
67
+ */
68
+ FilterName: string | undefined;
69
+ /**
70
+ * <p>The description of the filter. Valid characters include alphanumeric characters, and
71
+ * special characters such as hyphen, period, colon, underscore, parentheses (<code>\{ \}</code>,
72
+ * <code>[ ]</code>, and <code>( )</code>), forward slash, horizontal tab, vertical tab,
73
+ * newline, form feed, return, and whitespace.</p>
74
+ */
75
+ Description?: string;
76
+ /**
77
+ * <p>Specifies the action that is to be applied to the findings that match the filter.</p>
78
+ */
79
+ Action?: FilterAction | string;
80
+ /**
81
+ * <p>Specifies the position of the filter in the list of current filters. Also specifies the
82
+ * order in which this filter is applied to the findings.</p>
83
+ */
84
+ Rank?: number;
85
+ /**
86
+ * <p>Represents the criteria to be used in the filter for querying findings.</p>
87
+ */
88
+ FindingCriteria?: FindingCriteria;
89
+ }
90
+ /**
91
+ * @public
92
+ */
93
+ export interface UpdateFilterResponse {
94
+ /**
95
+ * <p>The name of the filter.</p>
96
+ */
97
+ Name: string | undefined;
98
+ }
99
+ /**
100
+ * @public
101
+ */
102
+ export interface UpdateFindingsFeedbackRequest {
103
+ /**
104
+ * <p>The ID of the detector associated with the findings to update feedback for.</p>
105
+ */
106
+ DetectorId: string | undefined;
107
+ /**
108
+ * <p>The IDs of the findings that you want to mark as useful or not useful.</p>
109
+ */
110
+ FindingIds: string[] | undefined;
111
+ /**
112
+ * <p>The feedback for the finding.</p>
113
+ */
114
+ Feedback: Feedback | string | undefined;
115
+ /**
116
+ * <p>Additional feedback about the GuardDuty findings.</p>
117
+ */
118
+ Comments?: string;
119
+ }
120
+ /**
121
+ * @public
122
+ */
123
+ export interface UpdateFindingsFeedbackResponse {
124
+ }
125
+ /**
126
+ * @public
127
+ */
128
+ export interface UpdateIPSetRequest {
129
+ /**
130
+ * <p>The detectorID that specifies the GuardDuty service whose IPSet you want to update.</p>
131
+ */
132
+ DetectorId: string | undefined;
133
+ /**
134
+ * <p>The unique ID that specifies the IPSet that you want to update.</p>
135
+ */
136
+ IpSetId: string | undefined;
137
+ /**
138
+ * <p>The unique ID that specifies the IPSet that you want to update.</p>
139
+ */
140
+ Name?: string;
141
+ /**
142
+ * <p>The updated URI of the file that contains the IPSet. </p>
143
+ */
144
+ Location?: string;
145
+ /**
146
+ * <p>The updated Boolean value that specifies whether the IPSet is active or not.</p>
147
+ */
148
+ Activate?: boolean;
149
+ }
150
+ /**
151
+ * @public
152
+ */
153
+ export interface UpdateIPSetResponse {
154
+ }
155
+ /**
156
+ * @public
157
+ */
158
+ export interface UpdateMalwareScanSettingsRequest {
159
+ /**
160
+ * <p>The unique ID of the detector that specifies the GuardDuty service where you want to
161
+ * update scan settings.</p>
162
+ */
163
+ DetectorId: string | undefined;
164
+ /**
165
+ * <p>Represents the criteria to be used in the filter for selecting resources to scan.</p>
166
+ */
167
+ ScanResourceCriteria?: ScanResourceCriteria;
168
+ /**
169
+ * <p>An enum value representing possible snapshot preservation settings.</p>
170
+ */
171
+ EbsSnapshotPreservation?: EbsSnapshotPreservation | string;
172
+ }
173
+ /**
174
+ * @public
175
+ */
176
+ export interface UpdateMalwareScanSettingsResponse {
177
+ }
178
+ /**
179
+ * @public
180
+ * <p>Information about the additional configuration for the member account.</p>
181
+ */
182
+ export interface MemberAdditionalConfiguration {
183
+ /**
184
+ * <p>Name of the additional configuration.</p>
185
+ */
186
+ Name?: OrgFeatureAdditionalConfiguration | string;
187
+ /**
188
+ * <p>Status of the additional configuration.</p>
189
+ */
190
+ Status?: FeatureStatus | string;
191
+ }
192
+ /**
193
+ * @public
194
+ * <p>Contains information about the features for the member account.</p>
195
+ */
196
+ export interface MemberFeaturesConfiguration {
197
+ /**
198
+ * <p>The name of the feature.</p>
199
+ */
200
+ Name?: OrgFeature | string;
201
+ /**
202
+ * <p>The status of the feature.</p>
203
+ */
204
+ Status?: FeatureStatus | string;
205
+ /**
206
+ * <p>Additional configuration of the feature for the member account.</p>
207
+ */
208
+ AdditionalConfiguration?: MemberAdditionalConfiguration[];
209
+ }
210
+ /**
211
+ * @public
212
+ */
213
+ export interface UpdateMemberDetectorsRequest {
214
+ /**
215
+ * <p>The detector ID of the administrator account.</p>
216
+ */
217
+ DetectorId: string | undefined;
218
+ /**
219
+ * <p>A list of member account IDs to be updated.</p>
220
+ */
221
+ AccountIds: string[] | undefined;
222
+ /**
223
+ * @deprecated
224
+ *
225
+ * <p>Describes which data sources will be updated.</p>
226
+ */
227
+ DataSources?: DataSourceConfigurations;
228
+ /**
229
+ * <p>A list of features that will be updated for the specified member accounts.</p>
230
+ */
231
+ Features?: MemberFeaturesConfiguration[];
232
+ }
233
+ /**
234
+ * @public
235
+ */
236
+ export interface UpdateMemberDetectorsResponse {
237
+ /**
238
+ * <p>A list of member account IDs that were unable to be processed along with an explanation
239
+ * for why they were not processed.</p>
240
+ */
241
+ UnprocessedAccounts: UnprocessedAccount[] | undefined;
242
+ }
243
+ /**
244
+ * @public
245
+ * <p>Organization-wide Kubernetes audit logs configuration.</p>
246
+ */
247
+ export interface OrganizationKubernetesAuditLogsConfiguration {
248
+ /**
249
+ * <p>A value that contains information on whether Kubernetes audit logs should be enabled
250
+ * automatically as a data source for the organization.</p>
251
+ */
252
+ AutoEnable: boolean | undefined;
253
+ }
254
+ /**
255
+ * @public
256
+ * <p>Organization-wide Kubernetes data sources configurations.</p>
257
+ */
258
+ export interface OrganizationKubernetesConfiguration {
259
+ /**
260
+ * <p>Whether Kubernetes audit logs data source should be auto-enabled for new members joining
261
+ * the organization.</p>
262
+ */
263
+ AuditLogs: OrganizationKubernetesAuditLogsConfiguration | undefined;
264
+ }
265
+ /**
266
+ * @public
267
+ * <p>Organization-wide EBS volumes scan configuration.</p>
268
+ */
269
+ export interface OrganizationEbsVolumes {
270
+ /**
271
+ * <p>Whether scanning EBS volumes should be auto-enabled for new members joining the
272
+ * organization.</p>
273
+ */
274
+ AutoEnable?: boolean;
275
+ }
276
+ /**
277
+ * @public
278
+ * <p>Organization-wide EC2 instances with findings scan configuration.</p>
279
+ */
280
+ export interface OrganizationScanEc2InstanceWithFindings {
281
+ /**
282
+ * <p>Whether scanning EBS volumes should be auto-enabled for new members joining the
283
+ * organization.</p>
284
+ */
285
+ EbsVolumes?: OrganizationEbsVolumes;
286
+ }
287
+ /**
288
+ * @public
289
+ * <p>Organization-wide Malware Protection configurations.</p>
290
+ */
291
+ export interface OrganizationMalwareProtectionConfiguration {
292
+ /**
293
+ * <p>Whether Malware Protection for EC2 instances with findings should be auto-enabled for new
294
+ * members joining the organization.</p>
295
+ */
296
+ ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindings;
297
+ }
298
+ /**
299
+ * @public
300
+ * <p>Describes whether S3 data event logs will be automatically enabled for new members of the
301
+ * organization.</p>
302
+ */
303
+ export interface OrganizationS3LogsConfiguration {
304
+ /**
305
+ * <p>A value that contains information on whether S3 data event logs will be enabled
306
+ * automatically as a data source for the organization.</p>
307
+ */
308
+ AutoEnable: boolean | undefined;
309
+ }
310
+ /**
311
+ * @public
312
+ * <p>An object that contains information on which data sources will be configured to be
313
+ * automatically enabled for new members within the organization.</p>
314
+ */
315
+ export interface OrganizationDataSourceConfigurations {
316
+ /**
317
+ * <p>Describes whether S3 data event logs are enabled for new members of the
318
+ * organization.</p>
319
+ */
320
+ S3Logs?: OrganizationS3LogsConfiguration;
321
+ /**
322
+ * <p>Describes the configuration of Kubernetes data sources for new members of the
323
+ * organization.</p>
324
+ */
325
+ Kubernetes?: OrganizationKubernetesConfiguration;
326
+ /**
327
+ * <p>Describes the configuration of Malware Protection for new members of the
328
+ * organization.</p>
329
+ */
330
+ MalwareProtection?: OrganizationMalwareProtectionConfiguration;
331
+ }
332
+ /**
333
+ * @public
334
+ * <p>A list of additional configurations which will be configured for the organization.</p>
335
+ */
336
+ export interface OrganizationAdditionalConfiguration {
337
+ /**
338
+ * <p>The name of the additional configuration that will be configured for the
339
+ * organization.</p>
340
+ */
341
+ Name?: OrgFeatureAdditionalConfiguration | string;
342
+ /**
343
+ * <p>The status of the additional configuration that will be configured for the
344
+ * organization.</p>
345
+ */
346
+ AutoEnable?: OrgFeatureStatus | string;
347
+ }
348
+ /**
349
+ * @public
350
+ * <p>A list of features which will be configured for the organization.</p>
351
+ */
352
+ export interface OrganizationFeatureConfiguration {
353
+ /**
354
+ * <p>The name of the feature that will be configured for the organization.</p>
355
+ */
356
+ Name?: OrgFeature | string;
357
+ /**
358
+ * <p>The status of the feature that will be configured for the organization.</p>
359
+ */
360
+ AutoEnable?: OrgFeatureStatus | string;
361
+ /**
362
+ * <p>The additional information that will be configured for the organization.</p>
363
+ */
364
+ AdditionalConfiguration?: OrganizationAdditionalConfiguration[];
365
+ }
366
+ /**
367
+ * @public
368
+ */
369
+ export interface UpdateOrganizationConfigurationRequest {
370
+ /**
371
+ * <p>The ID of the detector that configures the delegated administrator.</p>
372
+ */
373
+ DetectorId: string | undefined;
374
+ /**
375
+ * @deprecated
376
+ *
377
+ * <p>Indicates whether to automatically enable member accounts in the organization.</p>
378
+ * <p>Even though this is still supported, we recommend using
379
+ * <code>AutoEnableOrganizationMembers</code> to achieve the similar results.</p>
380
+ */
381
+ AutoEnable?: boolean;
382
+ /**
383
+ * @deprecated
384
+ *
385
+ * <p>Describes which data sources will be updated.</p>
386
+ */
387
+ DataSources?: OrganizationDataSourceConfigurations;
388
+ /**
389
+ * <p>A list of features that will be configured for the organization.</p>
390
+ */
391
+ Features?: OrganizationFeatureConfiguration[];
392
+ /**
393
+ * <p>Indicates the auto-enablement configuration of GuardDuty for the member accounts in the
394
+ * organization. </p>
395
+ * <ul>
396
+ * <li>
397
+ * <p>
398
+ * <code>NEW</code>: Indicates that when a new account joins the organization, they will
399
+ * have GuardDuty enabled automatically. </p>
400
+ * </li>
401
+ * <li>
402
+ * <p>
403
+ * <code>ALL</code>: Indicates that all accounts in the Amazon Web Services Organization have GuardDuty
404
+ * enabled automatically. This includes <code>NEW</code> accounts that join the organization
405
+ * and accounts that may have been suspended or removed from the organization in
406
+ * GuardDuty.</p>
407
+ * </li>
408
+ * <li>
409
+ * <p>
410
+ * <code>NONE</code>: Indicates that GuardDuty will not be automatically enabled for any
411
+ * accounts in the organization. GuardDuty must be managed for each account individually by the
412
+ * administrator.</p>
413
+ * </li>
414
+ * </ul>
415
+ */
416
+ AutoEnableOrganizationMembers?: AutoEnableMembers | string;
417
+ }
418
+ /**
419
+ * @public
420
+ */
421
+ export interface UpdateOrganizationConfigurationResponse {
422
+ }
423
+ /**
424
+ * @public
425
+ */
426
+ export interface UpdatePublishingDestinationRequest {
427
+ /**
428
+ * <p>The ID of the detector associated with the publishing destinations to update.</p>
429
+ */
430
+ DetectorId: string | undefined;
431
+ /**
432
+ * <p>The ID of the publishing destination to update.</p>
433
+ */
434
+ DestinationId: string | undefined;
435
+ /**
436
+ * <p>A <code>DestinationProperties</code> object that includes the <code>DestinationArn</code>
437
+ * and <code>KmsKeyArn</code> of the publishing destination.</p>
438
+ */
439
+ DestinationProperties?: DestinationProperties;
440
+ }
441
+ /**
442
+ * @public
443
+ */
444
+ export interface UpdatePublishingDestinationResponse {
445
+ }
446
+ /**
447
+ * @public
448
+ */
449
+ export interface UpdateThreatIntelSetRequest {
450
+ /**
451
+ * <p>The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to
452
+ * update.</p>
453
+ */
454
+ DetectorId: string | undefined;
455
+ /**
456
+ * <p>The unique ID that specifies the ThreatIntelSet that you want to update.</p>
457
+ */
458
+ ThreatIntelSetId: string | undefined;
459
+ /**
460
+ * <p>The unique ID that specifies the ThreatIntelSet that you want to update.</p>
461
+ */
462
+ Name?: string;
463
+ /**
464
+ * <p>The updated URI of the file that contains the ThreateIntelSet.</p>
465
+ */
466
+ Location?: string;
467
+ /**
468
+ * <p>The updated Boolean value that specifies whether the ThreateIntelSet is active or
469
+ * not.</p>
470
+ */
471
+ Activate?: boolean;
472
+ }
1
473
  /**
2
474
  * @public
3
475
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCoverageCommandInput, ListCoverageCommandOutput } from "../commands/ListCoverageCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListCoverage(config: GuardDutyPaginationConfiguration, input: ListCoverageCommandInput, ...additionalArguments: any): Paginator<ListCoverageCommandOutput>;
@@ -2,6 +2,7 @@ export * from "./DescribeMalwareScansPaginator";
2
2
  export * from "./DescribeOrganizationConfigurationPaginator";
3
3
  export * from "./GetUsageStatisticsPaginator";
4
4
  export * from "./Interfaces";
5
+ export * from "./ListCoveragePaginator";
5
6
  export * from "./ListDetectorsPaginator";
6
7
  export * from "./ListFiltersPaginator";
7
8
  export * from "./ListFindingsPaginator";
@@ -27,6 +27,7 @@ import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccoun
27
27
  import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "../commands/DisassociateMembersCommand";
28
28
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
29
29
  import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "../commands/GetAdministratorAccountCommand";
30
+ import { GetCoverageStatisticsCommandInput, GetCoverageStatisticsCommandOutput } from "../commands/GetCoverageStatisticsCommand";
30
31
  import { GetDetectorCommandInput, GetDetectorCommandOutput } from "../commands/GetDetectorCommand";
31
32
  import { GetFilterCommandInput, GetFilterCommandOutput } from "../commands/GetFilterCommand";
32
33
  import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
@@ -41,6 +42,7 @@ import { GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommand
41
42
  import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "../commands/GetThreatIntelSetCommand";
42
43
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
43
44
  import { InviteMembersCommandInput, InviteMembersCommandOutput } from "../commands/InviteMembersCommand";
45
+ import { ListCoverageCommandInput, ListCoverageCommandOutput } from "../commands/ListCoverageCommand";
44
46
  import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "../commands/ListDetectorsCommand";
45
47
  import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
46
48
  import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
@@ -92,6 +94,7 @@ export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand:
92
94
  export declare const serializeAws_restJson1DisassociateMembersCommand: (input: DisassociateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
95
  export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
96
  export declare const serializeAws_restJson1GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ export declare const serializeAws_restJson1GetCoverageStatisticsCommand: (input: GetCoverageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
98
  export declare const serializeAws_restJson1GetDetectorCommand: (input: GetDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
99
  export declare const serializeAws_restJson1GetFilterCommand: (input: GetFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
100
  export declare const serializeAws_restJson1GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -106,6 +109,7 @@ export declare const serializeAws_restJson1GetRemainingFreeTrialDaysCommand: (in
106
109
  export declare const serializeAws_restJson1GetThreatIntelSetCommand: (input: GetThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
110
  export declare const serializeAws_restJson1GetUsageStatisticsCommand: (input: GetUsageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
111
  export declare const serializeAws_restJson1InviteMembersCommand: (input: InviteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ export declare const serializeAws_restJson1ListCoverageCommand: (input: ListCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
113
  export declare const serializeAws_restJson1ListDetectorsCommand: (input: ListDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
114
  export declare const serializeAws_restJson1ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
115
  export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -157,6 +161,7 @@ export declare const deserializeAws_restJson1DisassociateFromMasterAccountComman
157
161
  export declare const deserializeAws_restJson1DisassociateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembersCommandOutput>;
158
162
  export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
159
163
  export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
164
+ export declare const deserializeAws_restJson1GetCoverageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoverageStatisticsCommandOutput>;
160
165
  export declare const deserializeAws_restJson1GetDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDetectorCommandOutput>;
161
166
  export declare const deserializeAws_restJson1GetFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFilterCommandOutput>;
162
167
  export declare const deserializeAws_restJson1GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
@@ -171,6 +176,7 @@ export declare const deserializeAws_restJson1GetRemainingFreeTrialDaysCommand: (
171
176
  export declare const deserializeAws_restJson1GetThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThreatIntelSetCommandOutput>;
172
177
  export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageStatisticsCommandOutput>;
173
178
  export declare const deserializeAws_restJson1InviteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteMembersCommandOutput>;
179
+ export declare const deserializeAws_restJson1ListCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageCommandOutput>;
174
180
  export declare const deserializeAws_restJson1ListDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDetectorsCommandOutput>;
175
181
  export declare const deserializeAws_restJson1ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
176
182
  export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
@@ -107,6 +107,10 @@ import {
107
107
  GetAdministratorAccountCommandInput,
108
108
  GetAdministratorAccountCommandOutput,
109
109
  } from "./commands/GetAdministratorAccountCommand";
110
+ import {
111
+ GetCoverageStatisticsCommandInput,
112
+ GetCoverageStatisticsCommandOutput,
113
+ } from "./commands/GetCoverageStatisticsCommand";
110
114
  import {
111
115
  GetDetectorCommandInput,
112
116
  GetDetectorCommandOutput,
@@ -163,6 +167,10 @@ import {
163
167
  InviteMembersCommandInput,
164
168
  InviteMembersCommandOutput,
165
169
  } from "./commands/InviteMembersCommand";
170
+ import {
171
+ ListCoverageCommandInput,
172
+ ListCoverageCommandOutput,
173
+ } from "./commands/ListCoverageCommand";
166
174
  import {
167
175
  ListDetectorsCommandInput,
168
176
  ListDetectorsCommandOutput,
@@ -624,6 +632,19 @@ export declare class GuardDuty extends GuardDutyClient {
624
632
  options: __HttpHandlerOptions,
625
633
  cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void
626
634
  ): void;
635
+ getCoverageStatistics(
636
+ args: GetCoverageStatisticsCommandInput,
637
+ options?: __HttpHandlerOptions
638
+ ): Promise<GetCoverageStatisticsCommandOutput>;
639
+ getCoverageStatistics(
640
+ args: GetCoverageStatisticsCommandInput,
641
+ cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void
642
+ ): void;
643
+ getCoverageStatistics(
644
+ args: GetCoverageStatisticsCommandInput,
645
+ options: __HttpHandlerOptions,
646
+ cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void
647
+ ): void;
627
648
  getDetector(
628
649
  args: GetDetectorCommandInput,
629
650
  options?: __HttpHandlerOptions
@@ -806,6 +827,19 @@ export declare class GuardDuty extends GuardDutyClient {
806
827
  options: __HttpHandlerOptions,
807
828
  cb: (err: any, data?: InviteMembersCommandOutput) => void
808
829
  ): void;
830
+ listCoverage(
831
+ args: ListCoverageCommandInput,
832
+ options?: __HttpHandlerOptions
833
+ ): Promise<ListCoverageCommandOutput>;
834
+ listCoverage(
835
+ args: ListCoverageCommandInput,
836
+ cb: (err: any, data?: ListCoverageCommandOutput) => void
837
+ ): void;
838
+ listCoverage(
839
+ args: ListCoverageCommandInput,
840
+ options: __HttpHandlerOptions,
841
+ cb: (err: any, data?: ListCoverageCommandOutput) => void
842
+ ): void;
809
843
  listDetectors(
810
844
  args: ListDetectorsCommandInput,
811
845
  options?: __HttpHandlerOptions
@@ -152,6 +152,10 @@ import {
152
152
  GetAdministratorAccountCommandInput,
153
153
  GetAdministratorAccountCommandOutput,
154
154
  } from "./commands/GetAdministratorAccountCommand";
155
+ import {
156
+ GetCoverageStatisticsCommandInput,
157
+ GetCoverageStatisticsCommandOutput,
158
+ } from "./commands/GetCoverageStatisticsCommand";
155
159
  import {
156
160
  GetDetectorCommandInput,
157
161
  GetDetectorCommandOutput,
@@ -208,6 +212,10 @@ import {
208
212
  InviteMembersCommandInput,
209
213
  InviteMembersCommandOutput,
210
214
  } from "./commands/InviteMembersCommand";
215
+ import {
216
+ ListCoverageCommandInput,
217
+ ListCoverageCommandOutput,
218
+ } from "./commands/ListCoverageCommand";
211
219
  import {
212
220
  ListDetectorsCommandInput,
213
221
  ListDetectorsCommandOutput,
@@ -337,6 +345,7 @@ export type ServiceInputTypes =
337
345
  | DisassociateMembersCommandInput
338
346
  | EnableOrganizationAdminAccountCommandInput
339
347
  | GetAdministratorAccountCommandInput
348
+ | GetCoverageStatisticsCommandInput
340
349
  | GetDetectorCommandInput
341
350
  | GetFilterCommandInput
342
351
  | GetFindingsCommandInput
@@ -351,6 +360,7 @@ export type ServiceInputTypes =
351
360
  | GetThreatIntelSetCommandInput
352
361
  | GetUsageStatisticsCommandInput
353
362
  | InviteMembersCommandInput
363
+ | ListCoverageCommandInput
354
364
  | ListDetectorsCommandInput
355
365
  | ListFiltersCommandInput
356
366
  | ListFindingsCommandInput
@@ -403,6 +413,7 @@ export type ServiceOutputTypes =
403
413
  | DisassociateMembersCommandOutput
404
414
  | EnableOrganizationAdminAccountCommandOutput
405
415
  | GetAdministratorAccountCommandOutput
416
+ | GetCoverageStatisticsCommandOutput
406
417
  | GetDetectorCommandOutput
407
418
  | GetFilterCommandOutput
408
419
  | GetFindingsCommandOutput
@@ -417,6 +428,7 @@ export type ServiceOutputTypes =
417
428
  | GetThreatIntelSetCommandOutput
418
429
  | GetUsageStatisticsCommandOutput
419
430
  | InviteMembersCommandOutput
431
+ | ListCoverageCommandOutput
420
432
  | ListDetectorsCommandOutput
421
433
  | ListFiltersCommandOutput
422
434
  | ListFindingsCommandOutput