@aws-sdk/client-guardduty 3.312.0 → 3.316.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.
@@ -67,609 +67,431 @@ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigur
67
67
  import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "./commands/UpdatePublishingDestinationCommand";
68
68
  import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "./commands/UpdateThreatIntelSetCommand";
69
69
  import { GuardDutyClient } from "./GuardDutyClient";
70
- /**
71
- * @public
72
- * <p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes
73
- * the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event
74
- * logs, EKS audit logs, DNS logs, and Amazon EBS volume data.
75
- * It uses threat intelligence
76
- * feeds, such as lists of malicious IPs and domains, and machine learning to identify
77
- * unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment.
78
- * This can include issues like escalations of privileges, uses of exposed credentials, or
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>
88
- * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
89
- * GuardDuty User Guide</a>
90
- * </i>. </p>
91
- */
92
- export declare class GuardDuty extends GuardDutyClient {
70
+ export interface GuardDuty {
93
71
  /**
94
- * @public
95
- * <p>Accepts the invitation to be a member account and get monitored by a GuardDuty
96
- * administrator account that sent the invitation.</p>
72
+ * @see {@link AcceptAdministratorInvitationCommand}
97
73
  */
98
74
  acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, options?: __HttpHandlerOptions): Promise<AcceptAdministratorInvitationCommandOutput>;
99
75
  acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void): void;
100
76
  acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void): void;
101
77
  /**
102
- * @public
103
- * @deprecated
104
- *
105
- * <p>Accepts the invitation to be monitored by a GuardDuty administrator account.</p>
78
+ * @see {@link AcceptInvitationCommand}
106
79
  */
107
80
  acceptInvitation(args: AcceptInvitationCommandInput, options?: __HttpHandlerOptions): Promise<AcceptInvitationCommandOutput>;
108
81
  acceptInvitation(args: AcceptInvitationCommandInput, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
109
82
  acceptInvitation(args: AcceptInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
110
83
  /**
111
- * @public
112
- * <p>Archives GuardDuty findings that are specified by the list of finding IDs.</p>
113
- * <note>
114
- * <p>Only the administrator account can archive findings. Member accounts don't have
115
- * permission to archive findings from their accounts.</p>
116
- * </note>
84
+ * @see {@link ArchiveFindingsCommand}
117
85
  */
118
86
  archiveFindings(args: ArchiveFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ArchiveFindingsCommandOutput>;
119
87
  archiveFindings(args: ArchiveFindingsCommandInput, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
120
88
  archiveFindings(args: ArchiveFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
121
89
  /**
122
- * @public
123
- * <p>Creates a single Amazon GuardDuty detector. A detector is a resource that represents the
124
- * GuardDuty service. To start using GuardDuty, you must create a detector in each Region where
125
- * you enable the service. You can have only one detector per account per Region. All data
126
- * sources are enabled in a new detector by default.</p>
127
- * <p>There might be regional differences because some data sources might not be
128
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
129
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
90
+ * @see {@link CreateDetectorCommand}
130
91
  */
131
92
  createDetector(args: CreateDetectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateDetectorCommandOutput>;
132
93
  createDetector(args: CreateDetectorCommandInput, cb: (err: any, data?: CreateDetectorCommandOutput) => void): void;
133
94
  createDetector(args: CreateDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDetectorCommandOutput) => void): void;
134
95
  /**
135
- * @public
136
- * <p>Creates a filter using the specified finding criteria. The maximum number of saved filters
137
- * per Amazon Web Services account per Region is 100. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_limits.html">Quotas for GuardDuty</a>.</p>
96
+ * @see {@link CreateFilterCommand}
138
97
  */
139
98
  createFilter(args: CreateFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateFilterCommandOutput>;
140
99
  createFilter(args: CreateFilterCommandInput, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
141
100
  createFilter(args: CreateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
142
101
  /**
143
- * @public
144
- * <p>Creates a new IPSet, which is called a trusted IP list in the console user interface. An
145
- * IPSet is a list of IP addresses that are trusted for secure communication with Amazon Web Services
146
- * infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are
147
- * included in IPSets. Only users from the administrator account can use this operation.</p>
102
+ * @see {@link CreateIPSetCommand}
148
103
  */
149
104
  createIPSet(args: CreateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateIPSetCommandOutput>;
150
105
  createIPSet(args: CreateIPSetCommandInput, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
151
106
  createIPSet(args: CreateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
152
107
  /**
153
- * @public
154
- * <p>Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account
155
- * IDs. This step is a prerequisite for managing the associated member accounts either by
156
- * invitation or through an organization.</p>
157
- * <p>When using <code>Create Members</code> as an organizations delegated administrator this
158
- * action will enable GuardDuty in the added member accounts, with the exception of the
159
- * organization delegated administrator account, which must enable GuardDuty prior to being added
160
- * as a member.</p>
161
- * <p>If you are adding accounts by invitation, use this action after GuardDuty has bee enabled in
162
- * potential member accounts and before using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a>.</p>
108
+ * @see {@link CreateMembersCommand}
163
109
  */
164
110
  createMembers(args: CreateMembersCommandInput, options?: __HttpHandlerOptions): Promise<CreateMembersCommandOutput>;
165
111
  createMembers(args: CreateMembersCommandInput, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
166
112
  createMembers(args: CreateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
167
113
  /**
168
- * @public
169
- * <p>Creates a publishing destination to export findings to. The resource to export findings to
170
- * must exist before you use this operation.</p>
114
+ * @see {@link CreatePublishingDestinationCommand}
171
115
  */
172
116
  createPublishingDestination(args: CreatePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreatePublishingDestinationCommandOutput>;
173
117
  createPublishingDestination(args: CreatePublishingDestinationCommandInput, cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void): void;
174
118
  createPublishingDestination(args: CreatePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void): void;
175
119
  /**
176
- * @public
177
- * <p>Generates sample findings of types specified by the list of finding types. If 'NULL' is
178
- * specified for <code>findingTypes</code>, the API generates sample findings of all supported
179
- * finding types.</p>
120
+ * @see {@link CreateSampleFindingsCommand}
180
121
  */
181
122
  createSampleFindings(args: CreateSampleFindingsCommandInput, options?: __HttpHandlerOptions): Promise<CreateSampleFindingsCommandOutput>;
182
123
  createSampleFindings(args: CreateSampleFindingsCommandInput, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
183
124
  createSampleFindings(args: CreateSampleFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
184
125
  /**
185
- * @public
186
- * <p>Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses.
187
- * GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator
188
- * account can use this operation.</p>
126
+ * @see {@link CreateThreatIntelSetCommand}
189
127
  */
190
128
  createThreatIntelSet(args: CreateThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateThreatIntelSetCommandOutput>;
191
129
  createThreatIntelSet(args: CreateThreatIntelSetCommandInput, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
192
130
  createThreatIntelSet(args: CreateThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
193
131
  /**
194
- * @public
195
- * <p>Declines invitations sent to the current member account by Amazon Web Services accounts specified by
196
- * their account IDs.</p>
132
+ * @see {@link DeclineInvitationsCommand}
197
133
  */
198
134
  declineInvitations(args: DeclineInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeclineInvitationsCommandOutput>;
199
135
  declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
200
136
  declineInvitations(args: DeclineInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
201
137
  /**
202
- * @public
203
- * <p>Deletes an Amazon GuardDuty detector that is specified by the detector ID.</p>
138
+ * @see {@link DeleteDetectorCommand}
204
139
  */
205
140
  deleteDetector(args: DeleteDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDetectorCommandOutput>;
206
141
  deleteDetector(args: DeleteDetectorCommandInput, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
207
142
  deleteDetector(args: DeleteDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
208
143
  /**
209
- * @public
210
- * <p>Deletes the filter specified by the filter name.</p>
144
+ * @see {@link DeleteFilterCommand}
211
145
  */
212
146
  deleteFilter(args: DeleteFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFilterCommandOutput>;
213
147
  deleteFilter(args: DeleteFilterCommandInput, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
214
148
  deleteFilter(args: DeleteFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
215
149
  /**
216
- * @public
217
- * <p>Deletes invitations sent to the current member account by Amazon Web Services accounts specified by
218
- * their account IDs.</p>
150
+ * @see {@link DeleteInvitationsCommand}
219
151
  */
220
152
  deleteInvitations(args: DeleteInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInvitationsCommandOutput>;
221
153
  deleteInvitations(args: DeleteInvitationsCommandInput, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
222
154
  deleteInvitations(args: DeleteInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
223
155
  /**
224
- * @public
225
- * <p>Deletes the IPSet specified by the <code>ipSetId</code>. IPSets are called trusted IP
226
- * lists in the console user interface.</p>
156
+ * @see {@link DeleteIPSetCommand}
227
157
  */
228
158
  deleteIPSet(args: DeleteIPSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIPSetCommandOutput>;
229
159
  deleteIPSet(args: DeleteIPSetCommandInput, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
230
160
  deleteIPSet(args: DeleteIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
231
161
  /**
232
- * @public
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>
162
+ * @see {@link DeleteMembersCommand}
238
163
  */
239
164
  deleteMembers(args: DeleteMembersCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMembersCommandOutput>;
240
165
  deleteMembers(args: DeleteMembersCommandInput, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
241
166
  deleteMembers(args: DeleteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
242
167
  /**
243
- * @public
244
- * <p>Deletes the publishing definition with the specified <code>destinationId</code>.</p>
168
+ * @see {@link DeletePublishingDestinationCommand}
245
169
  */
246
170
  deletePublishingDestination(args: DeletePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeletePublishingDestinationCommandOutput>;
247
171
  deletePublishingDestination(args: DeletePublishingDestinationCommandInput, cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void): void;
248
172
  deletePublishingDestination(args: DeletePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void): void;
249
173
  /**
250
- * @public
251
- * <p>Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.</p>
174
+ * @see {@link DeleteThreatIntelSetCommand}
252
175
  */
253
176
  deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThreatIntelSetCommandOutput>;
254
177
  deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
255
178
  deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
256
179
  /**
257
- * @public
258
- * <p>Returns a list of malware scans. Each member account can view the malware scans for their
259
- * own accounts. An administrator can view the malware scans for all the member accounts.</p>
260
- * <p>There might be regional differences because some data sources might not be
261
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
262
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
180
+ * @see {@link DescribeMalwareScansCommand}
263
181
  */
264
182
  describeMalwareScans(args: DescribeMalwareScansCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMalwareScansCommandOutput>;
265
183
  describeMalwareScans(args: DescribeMalwareScansCommandInput, cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void): void;
266
184
  describeMalwareScans(args: DescribeMalwareScansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void): void;
267
185
  /**
268
- * @public
269
- * <p>Returns information about the account selected as the delegated administrator for
270
- * GuardDuty.</p>
271
- * <p>There might be regional differences because some data sources might not be
272
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
273
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
186
+ * @see {@link DescribeOrganizationConfigurationCommand}
274
187
  */
275
188
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
276
189
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
277
190
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
278
191
  /**
279
- * @public
280
- * <p>Returns information about the publishing destination specified by the provided
281
- * <code>destinationId</code>.</p>
192
+ * @see {@link DescribePublishingDestinationCommand}
282
193
  */
283
194
  describePublishingDestination(args: DescribePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DescribePublishingDestinationCommandOutput>;
284
195
  describePublishingDestination(args: DescribePublishingDestinationCommandInput, cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void): void;
285
196
  describePublishingDestination(args: DescribePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void): void;
286
197
  /**
287
- * @public
288
- * <p>Disables an Amazon Web Services account within the Organization as the GuardDuty delegated
289
- * administrator.</p>
198
+ * @see {@link DisableOrganizationAdminAccountCommand}
290
199
  */
291
200
  disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableOrganizationAdminAccountCommandOutput>;
292
201
  disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
293
202
  disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
294
203
  /**
295
- * @public
296
- * <p>Disassociates the current GuardDuty member account from its administrator 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>
204
+ * @see {@link DisassociateFromAdministratorAccountCommand}
300
205
  */
301
206
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromAdministratorAccountCommandOutput>;
302
207
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
303
208
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
304
209
  /**
305
- * @public
306
- * @deprecated
307
- *
308
- * <p>Disassociates the current GuardDuty member account from its administrator account.</p>
210
+ * @see {@link DisassociateFromMasterAccountCommand}
309
211
  */
310
212
  disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromMasterAccountCommandOutput>;
311
213
  disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
312
214
  disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
313
215
  /**
314
- * @public
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>
216
+ * @see {@link DisassociateMembersCommand}
320
217
  */
321
218
  disassociateMembers(args: DisassociateMembersCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMembersCommandOutput>;
322
219
  disassociateMembers(args: DisassociateMembersCommandInput, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
323
220
  disassociateMembers(args: DisassociateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
324
221
  /**
325
- * @public
326
- * <p>Enables an Amazon Web Services account within the organization as the GuardDuty delegated
327
- * administrator.</p>
222
+ * @see {@link EnableOrganizationAdminAccountCommand}
328
223
  */
329
224
  enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableOrganizationAdminAccountCommandOutput>;
330
225
  enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
331
226
  enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
332
227
  /**
333
- * @public
334
- * <p>Provides the details for the GuardDuty administrator account associated with the current
335
- * GuardDuty member account.</p>
228
+ * @see {@link GetAdministratorAccountCommand}
336
229
  */
337
230
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAdministratorAccountCommandOutput>;
338
231
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
339
232
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
340
233
  /**
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>
234
+ * @see {@link GetCoverageStatisticsCommand}
346
235
  */
347
236
  getCoverageStatistics(args: GetCoverageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetCoverageStatisticsCommandOutput>;
348
237
  getCoverageStatistics(args: GetCoverageStatisticsCommandInput, cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void): void;
349
238
  getCoverageStatistics(args: GetCoverageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void): void;
350
239
  /**
351
- * @public
352
- * <p>Retrieves an Amazon GuardDuty detector specified by the detectorId.</p>
353
- * <p>There might be regional differences because some data sources might not be
354
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
355
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
240
+ * @see {@link GetDetectorCommand}
356
241
  */
357
242
  getDetector(args: GetDetectorCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorCommandOutput>;
358
243
  getDetector(args: GetDetectorCommandInput, cb: (err: any, data?: GetDetectorCommandOutput) => void): void;
359
244
  getDetector(args: GetDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorCommandOutput) => void): void;
360
245
  /**
361
- * @public
362
- * <p>Returns the details of the filter specified by the filter name.</p>
246
+ * @see {@link GetFilterCommand}
363
247
  */
364
248
  getFilter(args: GetFilterCommandInput, options?: __HttpHandlerOptions): Promise<GetFilterCommandOutput>;
365
249
  getFilter(args: GetFilterCommandInput, cb: (err: any, data?: GetFilterCommandOutput) => void): void;
366
250
  getFilter(args: GetFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFilterCommandOutput) => void): void;
367
251
  /**
368
- * @public
369
- * <p>Describes Amazon GuardDuty findings specified by finding IDs.</p>
252
+ * @see {@link GetFindingsCommand}
370
253
  */
371
254
  getFindings(args: GetFindingsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsCommandOutput>;
372
255
  getFindings(args: GetFindingsCommandInput, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
373
256
  getFindings(args: GetFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
374
257
  /**
375
- * @public
376
- * <p>Lists Amazon GuardDuty findings statistics for the specified detector ID.</p>
258
+ * @see {@link GetFindingsStatisticsCommand}
377
259
  */
378
260
  getFindingsStatistics(args: GetFindingsStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsStatisticsCommandOutput>;
379
261
  getFindingsStatistics(args: GetFindingsStatisticsCommandInput, cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void): void;
380
262
  getFindingsStatistics(args: GetFindingsStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void): void;
381
263
  /**
382
- * @public
383
- * <p>Returns the count of all GuardDuty membership invitations that were sent to the current
384
- * member account except the currently accepted invitation.</p>
264
+ * @see {@link GetInvitationsCountCommand}
385
265
  */
386
266
  getInvitationsCount(args: GetInvitationsCountCommandInput, options?: __HttpHandlerOptions): Promise<GetInvitationsCountCommandOutput>;
387
267
  getInvitationsCount(args: GetInvitationsCountCommandInput, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
388
268
  getInvitationsCount(args: GetInvitationsCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
389
269
  /**
390
- * @public
391
- * <p>Retrieves the IPSet specified by the <code>ipSetId</code>.</p>
270
+ * @see {@link GetIPSetCommand}
392
271
  */
393
272
  getIPSet(args: GetIPSetCommandInput, options?: __HttpHandlerOptions): Promise<GetIPSetCommandOutput>;
394
273
  getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
395
274
  getIPSet(args: GetIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
396
275
  /**
397
- * @public
398
- * <p>Returns the details of the malware scan settings.</p>
399
- * <p>There might be regional differences because some data sources might not be
400
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
401
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
276
+ * @see {@link GetMalwareScanSettingsCommand}
402
277
  */
403
278
  getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetMalwareScanSettingsCommandOutput>;
404
279
  getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void): void;
405
280
  getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void): void;
406
281
  /**
407
- * @public
408
- * @deprecated
409
- *
410
- * <p>Provides the details for the GuardDuty administrator account associated with the current
411
- * GuardDuty member account.</p>
282
+ * @see {@link GetMasterAccountCommand}
412
283
  */
413
284
  getMasterAccount(args: GetMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetMasterAccountCommandOutput>;
414
285
  getMasterAccount(args: GetMasterAccountCommandInput, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
415
286
  getMasterAccount(args: GetMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
416
287
  /**
417
- * @public
418
- * <p>Describes which data sources are enabled for the member account's detector.</p>
419
- * <p>There might be regional differences because some data sources might not be
420
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
421
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
288
+ * @see {@link GetMemberDetectorsCommand}
422
289
  */
423
290
  getMemberDetectors(args: GetMemberDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<GetMemberDetectorsCommandOutput>;
424
291
  getMemberDetectors(args: GetMemberDetectorsCommandInput, cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void): void;
425
292
  getMemberDetectors(args: GetMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void): void;
426
293
  /**
427
- * @public
428
- * <p>Retrieves GuardDuty member accounts (of the current GuardDuty administrator account)
429
- * specified by the account IDs.</p>
294
+ * @see {@link GetMembersCommand}
430
295
  */
431
296
  getMembers(args: GetMembersCommandInput, options?: __HttpHandlerOptions): Promise<GetMembersCommandOutput>;
432
297
  getMembers(args: GetMembersCommandInput, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
433
298
  getMembers(args: GetMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
434
299
  /**
435
- * @public
436
- * <p>Provides the number of days left for each data source used in the free trial
437
- * period.</p>
300
+ * @see {@link GetRemainingFreeTrialDaysCommand}
438
301
  */
439
302
  getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, options?: __HttpHandlerOptions): Promise<GetRemainingFreeTrialDaysCommandOutput>;
440
303
  getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void): void;
441
304
  getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void): void;
442
305
  /**
443
- * @public
444
- * <p>Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.</p>
306
+ * @see {@link GetThreatIntelSetCommand}
445
307
  */
446
308
  getThreatIntelSet(args: GetThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<GetThreatIntelSetCommandOutput>;
447
309
  getThreatIntelSet(args: GetThreatIntelSetCommandInput, cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void): void;
448
310
  getThreatIntelSet(args: GetThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void): void;
449
311
  /**
450
- * @public
451
- * <p>Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector
452
- * ID. For newly enabled detectors or data sources, the cost returned will include only the usage
453
- * so far under 30 days. This may differ from the cost metrics in the console, which project
454
- * usage over 30 days to provide a monthly cost estimate. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/monitoring_costs.html#usage-calculations">Understanding How Usage Costs are Calculated</a>.</p>
312
+ * @see {@link GetUsageStatisticsCommand}
455
313
  */
456
314
  getUsageStatistics(args: GetUsageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageStatisticsCommandOutput>;
457
315
  getUsageStatistics(args: GetUsageStatisticsCommandInput, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
458
316
  getUsageStatistics(args: GetUsageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
459
317
  /**
460
- * @public
461
- * <p>Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by
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>
318
+ * @see {@link InviteMembersCommand}
464
319
  */
465
320
  inviteMembers(args: InviteMembersCommandInput, options?: __HttpHandlerOptions): Promise<InviteMembersCommandOutput>;
466
321
  inviteMembers(args: InviteMembersCommandInput, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
467
322
  inviteMembers(args: InviteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
468
323
  /**
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>
324
+ * @see {@link ListCoverageCommand}
474
325
  */
475
326
  listCoverage(args: ListCoverageCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageCommandOutput>;
476
327
  listCoverage(args: ListCoverageCommandInput, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
477
328
  listCoverage(args: ListCoverageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
478
329
  /**
479
- * @public
480
- * <p>Lists detectorIds of all the existing Amazon GuardDuty detector resources.</p>
330
+ * @see {@link ListDetectorsCommand}
481
331
  */
482
332
  listDetectors(args: ListDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListDetectorsCommandOutput>;
483
333
  listDetectors(args: ListDetectorsCommandInput, cb: (err: any, data?: ListDetectorsCommandOutput) => void): void;
484
334
  listDetectors(args: ListDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectorsCommandOutput) => void): void;
485
335
  /**
486
- * @public
487
- * <p>Returns a paginated list of the current filters.</p>
336
+ * @see {@link ListFiltersCommand}
488
337
  */
489
338
  listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
490
339
  listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
491
340
  listFilters(args: ListFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
492
341
  /**
493
- * @public
494
- * <p>Lists Amazon GuardDuty findings for the specified detector ID.</p>
342
+ * @see {@link ListFindingsCommand}
495
343
  */
496
344
  listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
497
345
  listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
498
346
  listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
499
347
  /**
500
- * @public
501
- * <p>Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services
502
- * account.</p>
348
+ * @see {@link ListInvitationsCommand}
503
349
  */
504
350
  listInvitations(args: ListInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInvitationsCommandOutput>;
505
351
  listInvitations(args: ListInvitationsCommandInput, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
506
352
  listInvitations(args: ListInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
507
353
  /**
508
- * @public
509
- * <p>Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this
510
- * operation from a member account, the IPSets returned are the IPSets from the associated
511
- * administrator account.</p>
354
+ * @see {@link ListIPSetsCommand}
512
355
  */
513
356
  listIPSets(args: ListIPSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListIPSetsCommandOutput>;
514
357
  listIPSets(args: ListIPSetsCommandInput, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
515
358
  listIPSets(args: ListIPSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
516
359
  /**
517
- * @public
518
- * <p>Lists details about all member accounts for the current GuardDuty administrator
519
- * account.</p>
360
+ * @see {@link ListMembersCommand}
520
361
  */
521
362
  listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
522
363
  listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
523
364
  listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
524
365
  /**
525
- * @public
526
- * <p>Lists the accounts configured as GuardDuty delegated administrators.</p>
366
+ * @see {@link ListOrganizationAdminAccountsCommand}
527
367
  */
528
368
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
529
369
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
530
370
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
531
371
  /**
532
- * @public
533
- * <p>Returns a list of publishing destinations associated with the specified
534
- * <code>detectorId</code>.</p>
372
+ * @see {@link ListPublishingDestinationsCommand}
535
373
  */
536
374
  listPublishingDestinations(args: ListPublishingDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPublishingDestinationsCommandOutput>;
537
375
  listPublishingDestinations(args: ListPublishingDestinationsCommandInput, cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void): void;
538
376
  listPublishingDestinations(args: ListPublishingDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void): void;
539
377
  /**
540
- * @public
541
- * <p>Lists tags for a resource. Tagging is currently supported for detectors, finding filters,
542
- * IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this
543
- * operation returns all assigned tags for a given resource.</p>
378
+ * @see {@link ListTagsForResourceCommand}
544
379
  */
545
380
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
546
381
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
547
382
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
548
383
  /**
549
- * @public
550
- * <p>Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you
551
- * use this operation from a member account, the ThreatIntelSets associated with the
552
- * administrator account are returned.</p>
384
+ * @see {@link ListThreatIntelSetsCommand}
553
385
  */
554
386
  listThreatIntelSets(args: ListThreatIntelSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListThreatIntelSetsCommandOutput>;
555
387
  listThreatIntelSets(args: ListThreatIntelSetsCommandInput, cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void): void;
556
388
  listThreatIntelSets(args: ListThreatIntelSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void): void;
557
389
  /**
558
- * @public
559
- * <p>Turns on GuardDuty monitoring of the specified member accounts. Use this operation to
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>
390
+ * @see {@link StartMonitoringMembersCommand}
561
391
  */
562
392
  startMonitoringMembers(args: StartMonitoringMembersCommandInput, options?: __HttpHandlerOptions): Promise<StartMonitoringMembersCommandOutput>;
563
393
  startMonitoringMembers(args: StartMonitoringMembersCommandInput, cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void): void;
564
394
  startMonitoringMembers(args: StartMonitoringMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void): void;
565
395
  /**
566
- * @public
567
- * <p>Stops GuardDuty monitoring for the specified member accounts. Use the
568
- * <code>StartMonitoringMembers</code> operation to restart monitoring for those
569
- * accounts.</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>
396
+ * @see {@link StopMonitoringMembersCommand}
573
397
  */
574
398
  stopMonitoringMembers(args: StopMonitoringMembersCommandInput, options?: __HttpHandlerOptions): Promise<StopMonitoringMembersCommandOutput>;
575
399
  stopMonitoringMembers(args: StopMonitoringMembersCommandInput, cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void): void;
576
400
  stopMonitoringMembers(args: StopMonitoringMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void): void;
577
401
  /**
578
- * @public
579
- * <p>Adds tags to a resource.</p>
402
+ * @see {@link TagResourceCommand}
580
403
  */
581
404
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
582
405
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
583
406
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
584
407
  /**
585
- * @public
586
- * <p>Unarchives GuardDuty findings specified by the <code>findingIds</code>.</p>
408
+ * @see {@link UnarchiveFindingsCommand}
587
409
  */
588
410
  unarchiveFindings(args: UnarchiveFindingsCommandInput, options?: __HttpHandlerOptions): Promise<UnarchiveFindingsCommandOutput>;
589
411
  unarchiveFindings(args: UnarchiveFindingsCommandInput, cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void): void;
590
412
  unarchiveFindings(args: UnarchiveFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void): void;
591
413
  /**
592
- * @public
593
- * <p>Removes tags from a resource.</p>
414
+ * @see {@link UntagResourceCommand}
594
415
  */
595
416
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
596
417
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
597
418
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
598
419
  /**
599
- * @public
600
- * <p>Updates the Amazon GuardDuty detector specified by the detectorId.</p>
601
- * <p>There might be regional differences because some data sources might not be
602
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
603
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
420
+ * @see {@link UpdateDetectorCommand}
604
421
  */
605
422
  updateDetector(args: UpdateDetectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorCommandOutput>;
606
423
  updateDetector(args: UpdateDetectorCommandInput, cb: (err: any, data?: UpdateDetectorCommandOutput) => void): void;
607
424
  updateDetector(args: UpdateDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorCommandOutput) => void): void;
608
425
  /**
609
- * @public
610
- * <p>Updates the filter specified by the filter name.</p>
426
+ * @see {@link UpdateFilterCommand}
611
427
  */
612
428
  updateFilter(args: UpdateFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFilterCommandOutput>;
613
429
  updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
614
430
  updateFilter(args: UpdateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
615
431
  /**
616
- * @public
617
- * <p>Marks the specified GuardDuty findings as useful or not useful.</p>
432
+ * @see {@link UpdateFindingsFeedbackCommand}
618
433
  */
619
434
  updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFindingsFeedbackCommandOutput>;
620
435
  updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void): void;
621
436
  updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void): void;
622
437
  /**
623
- * @public
624
- * <p>Updates the IPSet specified by the IPSet ID.</p>
438
+ * @see {@link UpdateIPSetCommand}
625
439
  */
626
440
  updateIPSet(args: UpdateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIPSetCommandOutput>;
627
441
  updateIPSet(args: UpdateIPSetCommandInput, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
628
442
  updateIPSet(args: UpdateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
629
443
  /**
630
- * @public
631
- * <p>Updates the malware scan settings.</p>
632
- * <p>There might be regional differences because some data sources might not be
633
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
634
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
444
+ * @see {@link UpdateMalwareScanSettingsCommand}
635
445
  */
636
446
  updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMalwareScanSettingsCommandOutput>;
637
447
  updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void): void;
638
448
  updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void): void;
639
449
  /**
640
- * @public
641
- * <p>Contains information on member accounts to be updated.</p>
642
- * <p>There might be regional differences because some data sources might not be
643
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
644
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
450
+ * @see {@link UpdateMemberDetectorsCommand}
645
451
  */
646
452
  updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMemberDetectorsCommandOutput>;
647
453
  updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void): void;
648
454
  updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void): void;
649
455
  /**
650
- * @public
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>
653
- * <p>There might be regional differences because some data sources might not be
654
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
655
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
456
+ * @see {@link UpdateOrganizationConfigurationCommand}
656
457
  */
657
458
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
658
459
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
659
460
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
660
461
  /**
661
- * @public
662
- * <p>Updates information about the publishing destination specified by the
663
- * <code>destinationId</code>.</p>
462
+ * @see {@link UpdatePublishingDestinationCommand}
664
463
  */
665
464
  updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePublishingDestinationCommandOutput>;
666
465
  updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void): void;
667
466
  updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void): void;
668
467
  /**
669
- * @public
670
- * <p>Updates the ThreatIntelSet specified by the ThreatIntelSet ID.</p>
468
+ * @see {@link UpdateThreatIntelSetCommand}
671
469
  */
672
470
  updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThreatIntelSetCommandOutput>;
673
471
  updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void): void;
674
472
  updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void): void;
675
473
  }
474
+ /**
475
+ * @public
476
+ * <p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes
477
+ * the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event
478
+ * logs, EKS audit logs, DNS logs, and Amazon EBS volume data.
479
+ * It uses threat intelligence
480
+ * feeds, such as lists of malicious IPs and domains, and machine learning to identify
481
+ * unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment.
482
+ * This can include issues like escalations of privileges, uses of exposed credentials, or
483
+ * communication with malicious IPs, domains, or presence of malware on your Amazon EC2 instances
484
+ * and container workloads. For example, GuardDuty can detect compromised EC2 instances and
485
+ * container workloads serving malware, or mining bitcoin. </p>
486
+ * <p>GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such as
487
+ * unauthorized infrastructure deployments like EC2 instances deployed in a Region that has never
488
+ * been used, or unusual API calls like a password policy change to reduce password strength. </p>
489
+ * <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security
490
+ * findings that you can view in the GuardDuty console or through Amazon EventBridge. For more
491
+ * information, see the <i>
492
+ * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
493
+ * GuardDuty User Guide</a>
494
+ * </i>. </p>
495
+ */
496
+ export declare class GuardDuty extends GuardDutyClient implements GuardDuty {
497
+ }