@aws-sdk/client-guardduty 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/GuardDuty.d.ts +66 -0
- package/dist-types/GuardDutyClient.d.ts +24 -4
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +16 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +16 -0
- package/dist-types/commands/CreateDetectorCommand.d.ts +16 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateIPSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +16 -0
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +16 -0
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +16 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIPSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMembersCommand.d.ts +16 -0
- package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +16 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorCommand.d.ts +16 -0
- package/dist-types/commands/GetFilterCommand.d.ts +16 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/GetIPSetCommand.d.ts +16 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/GetMembersCommand.d.ts +16 -0
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +16 -0
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +16 -0
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/InviteMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +16 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/ListMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
- package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +16 -0
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +16 -0
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UnarchiveFindingsCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIPSetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +16 -0
- package/dist-types/models/GuardDutyServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +618 -2
- package/dist-types/pagination/DescribeMalwareScansPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeOrganizationConfigurationPaginator.d.ts +3 -0
- package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDetectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFiltersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIPSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPublishingDestinationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThreatIntelSetsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -66,6 +66,7 @@ import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCom
|
|
|
66
66
|
import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "./commands/UpdateThreatIntelSetCommand";
|
|
67
67
|
import { GuardDutyClient } from "./GuardDutyClient";
|
|
68
68
|
/**
|
|
69
|
+
* @public
|
|
69
70
|
* <p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes
|
|
70
71
|
* the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event
|
|
71
72
|
* logs, EKS audit logs, DNS logs, and Amazon EBS volume data.
|
|
@@ -89,12 +90,14 @@ import { GuardDutyClient } from "./GuardDutyClient";
|
|
|
89
90
|
*/
|
|
90
91
|
export declare class GuardDuty extends GuardDutyClient {
|
|
91
92
|
/**
|
|
93
|
+
* @public
|
|
92
94
|
* <p>Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.</p>
|
|
93
95
|
*/
|
|
94
96
|
acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, options?: __HttpHandlerOptions): Promise<AcceptAdministratorInvitationCommandOutput>;
|
|
95
97
|
acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void): void;
|
|
96
98
|
acceptAdministratorInvitation(args: AcceptAdministratorInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void): void;
|
|
97
99
|
/**
|
|
100
|
+
* @public
|
|
98
101
|
* @deprecated
|
|
99
102
|
*
|
|
100
103
|
* <p>Accepts the invitation to be monitored by a GuardDuty administrator account.</p>
|
|
@@ -103,6 +106,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
103
106
|
acceptInvitation(args: AcceptInvitationCommandInput, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
|
|
104
107
|
acceptInvitation(args: AcceptInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
|
|
105
108
|
/**
|
|
109
|
+
* @public
|
|
106
110
|
* <p>Archives GuardDuty findings that are specified by the list of finding IDs.</p>
|
|
107
111
|
* <note>
|
|
108
112
|
* <p>Only the administrator account can archive findings. Member accounts don't have permission to
|
|
@@ -113,6 +117,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
113
117
|
archiveFindings(args: ArchiveFindingsCommandInput, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
|
|
114
118
|
archiveFindings(args: ArchiveFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ArchiveFindingsCommandOutput) => void): void;
|
|
115
119
|
/**
|
|
120
|
+
* @public
|
|
116
121
|
* <p>Creates a single Amazon GuardDuty detector. A detector is a resource that represents the
|
|
117
122
|
* GuardDuty service. To start using GuardDuty, you must create a detector in each Region where
|
|
118
123
|
* you enable the service. You can have only one detector per account per Region. All data
|
|
@@ -125,6 +130,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
125
130
|
createDetector(args: CreateDetectorCommandInput, cb: (err: any, data?: CreateDetectorCommandOutput) => void): void;
|
|
126
131
|
createDetector(args: CreateDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDetectorCommandOutput) => void): void;
|
|
127
132
|
/**
|
|
133
|
+
* @public
|
|
128
134
|
* <p>Creates a filter using the specified finding criteria. The maximum number of saved filters
|
|
129
135
|
* 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>
|
|
130
136
|
*/
|
|
@@ -132,6 +138,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
132
138
|
createFilter(args: CreateFilterCommandInput, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
|
|
133
139
|
createFilter(args: CreateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
|
|
134
140
|
/**
|
|
141
|
+
* @public
|
|
135
142
|
* <p>Creates a new IPSet, which is called a trusted IP list in the console user interface. An
|
|
136
143
|
* IPSet is a list of IP addresses that are trusted for secure communication with Amazon Web Services
|
|
137
144
|
* infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are
|
|
@@ -141,6 +148,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
141
148
|
createIPSet(args: CreateIPSetCommandInput, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
|
|
142
149
|
createIPSet(args: CreateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
|
|
143
150
|
/**
|
|
151
|
+
* @public
|
|
144
152
|
* <p>Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account
|
|
145
153
|
* IDs. This step is a prerequisite for managing the associated member accounts either by
|
|
146
154
|
* invitation or through an organization.</p>
|
|
@@ -155,6 +163,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
155
163
|
createMembers(args: CreateMembersCommandInput, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
|
|
156
164
|
createMembers(args: CreateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
|
|
157
165
|
/**
|
|
166
|
+
* @public
|
|
158
167
|
* <p>Creates a publishing destination to export findings to. The resource to export findings to
|
|
159
168
|
* must exist before you use this operation.</p>
|
|
160
169
|
*/
|
|
@@ -162,6 +171,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
162
171
|
createPublishingDestination(args: CreatePublishingDestinationCommandInput, cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void): void;
|
|
163
172
|
createPublishingDestination(args: CreatePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void): void;
|
|
164
173
|
/**
|
|
174
|
+
* @public
|
|
165
175
|
* <p>Generates sample findings of types specified by the list of finding types. If 'NULL' is
|
|
166
176
|
* specified for <code>findingTypes</code>, the API generates sample findings of all supported
|
|
167
177
|
* finding types.</p>
|
|
@@ -170,6 +180,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
170
180
|
createSampleFindings(args: CreateSampleFindingsCommandInput, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
|
|
171
181
|
createSampleFindings(args: CreateSampleFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
|
|
172
182
|
/**
|
|
183
|
+
* @public
|
|
173
184
|
* <p>Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses.
|
|
174
185
|
* GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can
|
|
175
186
|
* use this operation.</p>
|
|
@@ -178,6 +189,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
178
189
|
createThreatIntelSet(args: CreateThreatIntelSetCommandInput, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
|
|
179
190
|
createThreatIntelSet(args: CreateThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void): void;
|
|
180
191
|
/**
|
|
192
|
+
* @public
|
|
181
193
|
* <p>Declines invitations sent to the current member account by Amazon Web Services accounts specified by their
|
|
182
194
|
* account IDs.</p>
|
|
183
195
|
*/
|
|
@@ -185,18 +197,21 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
185
197
|
declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
|
|
186
198
|
declineInvitations(args: DeclineInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
|
|
187
199
|
/**
|
|
200
|
+
* @public
|
|
188
201
|
* <p>Deletes an Amazon GuardDuty detector that is specified by the detector ID.</p>
|
|
189
202
|
*/
|
|
190
203
|
deleteDetector(args: DeleteDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDetectorCommandOutput>;
|
|
191
204
|
deleteDetector(args: DeleteDetectorCommandInput, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
|
|
192
205
|
deleteDetector(args: DeleteDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
|
|
193
206
|
/**
|
|
207
|
+
* @public
|
|
194
208
|
* <p>Deletes the filter specified by the filter name.</p>
|
|
195
209
|
*/
|
|
196
210
|
deleteFilter(args: DeleteFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFilterCommandOutput>;
|
|
197
211
|
deleteFilter(args: DeleteFilterCommandInput, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
|
|
198
212
|
deleteFilter(args: DeleteFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
|
|
199
213
|
/**
|
|
214
|
+
* @public
|
|
200
215
|
* <p>Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their
|
|
201
216
|
* account IDs.</p>
|
|
202
217
|
*/
|
|
@@ -204,6 +219,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
204
219
|
deleteInvitations(args: DeleteInvitationsCommandInput, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
|
|
205
220
|
deleteInvitations(args: DeleteInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
|
|
206
221
|
/**
|
|
222
|
+
* @public
|
|
207
223
|
* <p>Deletes the IPSet specified by the <code>ipSetId</code>. IPSets are called trusted IP
|
|
208
224
|
* lists in the console user interface.</p>
|
|
209
225
|
*/
|
|
@@ -211,6 +227,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
211
227
|
deleteIPSet(args: DeleteIPSetCommandInput, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
|
|
212
228
|
deleteIPSet(args: DeleteIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
|
|
213
229
|
/**
|
|
230
|
+
* @public
|
|
214
231
|
* <p>Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by
|
|
215
232
|
* the account IDs.</p>
|
|
216
233
|
*/
|
|
@@ -218,18 +235,21 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
218
235
|
deleteMembers(args: DeleteMembersCommandInput, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
|
|
219
236
|
deleteMembers(args: DeleteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMembersCommandOutput) => void): void;
|
|
220
237
|
/**
|
|
238
|
+
* @public
|
|
221
239
|
* <p>Deletes the publishing definition with the specified <code>destinationId</code>.</p>
|
|
222
240
|
*/
|
|
223
241
|
deletePublishingDestination(args: DeletePublishingDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeletePublishingDestinationCommandOutput>;
|
|
224
242
|
deletePublishingDestination(args: DeletePublishingDestinationCommandInput, cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void): void;
|
|
225
243
|
deletePublishingDestination(args: DeletePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void): void;
|
|
226
244
|
/**
|
|
245
|
+
* @public
|
|
227
246
|
* <p>Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.</p>
|
|
228
247
|
*/
|
|
229
248
|
deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThreatIntelSetCommandOutput>;
|
|
230
249
|
deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
|
|
231
250
|
deleteThreatIntelSet(args: DeleteThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void): void;
|
|
232
251
|
/**
|
|
252
|
+
* @public
|
|
233
253
|
* <p>Returns a list of malware scans. Each member account can view the malware scans for their
|
|
234
254
|
* own accounts. An administrator can view the malware scans for all the member accounts.</p>
|
|
235
255
|
* <p>There might be regional differences because some data sources might not be
|
|
@@ -240,6 +260,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
240
260
|
describeMalwareScans(args: DescribeMalwareScansCommandInput, cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void): void;
|
|
241
261
|
describeMalwareScans(args: DescribeMalwareScansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void): void;
|
|
242
262
|
/**
|
|
263
|
+
* @public
|
|
243
264
|
* <p>Returns information about the account selected as the delegated administrator for
|
|
244
265
|
* GuardDuty.</p>
|
|
245
266
|
* <p>There might be regional differences because some data sources might not be
|
|
@@ -250,6 +271,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
250
271
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
251
272
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
252
273
|
/**
|
|
274
|
+
* @public
|
|
253
275
|
* <p>Returns information about the publishing destination specified by the provided
|
|
254
276
|
* <code>destinationId</code>.</p>
|
|
255
277
|
*/
|
|
@@ -257,6 +279,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
257
279
|
describePublishingDestination(args: DescribePublishingDestinationCommandInput, cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void): void;
|
|
258
280
|
describePublishingDestination(args: DescribePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void): void;
|
|
259
281
|
/**
|
|
282
|
+
* @public
|
|
260
283
|
* <p>Disables an Amazon Web Services account within the Organization as the GuardDuty delegated
|
|
261
284
|
* administrator.</p>
|
|
262
285
|
*/
|
|
@@ -264,12 +287,14 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
264
287
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
|
|
265
288
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
|
|
266
289
|
/**
|
|
290
|
+
* @public
|
|
267
291
|
* <p>Disassociates the current GuardDuty member account from its administrator account.</p>
|
|
268
292
|
*/
|
|
269
293
|
disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromAdministratorAccountCommandOutput>;
|
|
270
294
|
disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
|
|
271
295
|
disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
|
|
272
296
|
/**
|
|
297
|
+
* @public
|
|
273
298
|
* @deprecated
|
|
274
299
|
*
|
|
275
300
|
* <p>Disassociates the current GuardDuty member account from its administrator account.</p>
|
|
@@ -278,12 +303,14 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
278
303
|
disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
|
|
279
304
|
disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
|
|
280
305
|
/**
|
|
306
|
+
* @public
|
|
281
307
|
* <p>Disassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.</p>
|
|
282
308
|
*/
|
|
283
309
|
disassociateMembers(args: DisassociateMembersCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMembersCommandOutput>;
|
|
284
310
|
disassociateMembers(args: DisassociateMembersCommandInput, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
|
|
285
311
|
disassociateMembers(args: DisassociateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMembersCommandOutput) => void): void;
|
|
286
312
|
/**
|
|
313
|
+
* @public
|
|
287
314
|
* <p>Enables an Amazon Web Services account within the organization as the GuardDuty delegated
|
|
288
315
|
* administrator.</p>
|
|
289
316
|
*/
|
|
@@ -291,6 +318,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
291
318
|
enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
|
|
292
319
|
enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
|
|
293
320
|
/**
|
|
321
|
+
* @public
|
|
294
322
|
* <p>Provides the details for the GuardDuty administrator account associated with the current
|
|
295
323
|
* GuardDuty member account.</p>
|
|
296
324
|
*/
|
|
@@ -298,6 +326,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
298
326
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
299
327
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
300
328
|
/**
|
|
329
|
+
* @public
|
|
301
330
|
* <p>Retrieves an Amazon GuardDuty detector specified by the detectorId.</p>
|
|
302
331
|
* <p>There might be regional differences because some data sources might not be
|
|
303
332
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
@@ -307,24 +336,28 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
307
336
|
getDetector(args: GetDetectorCommandInput, cb: (err: any, data?: GetDetectorCommandOutput) => void): void;
|
|
308
337
|
getDetector(args: GetDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorCommandOutput) => void): void;
|
|
309
338
|
/**
|
|
339
|
+
* @public
|
|
310
340
|
* <p>Returns the details of the filter specified by the filter name.</p>
|
|
311
341
|
*/
|
|
312
342
|
getFilter(args: GetFilterCommandInput, options?: __HttpHandlerOptions): Promise<GetFilterCommandOutput>;
|
|
313
343
|
getFilter(args: GetFilterCommandInput, cb: (err: any, data?: GetFilterCommandOutput) => void): void;
|
|
314
344
|
getFilter(args: GetFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFilterCommandOutput) => void): void;
|
|
315
345
|
/**
|
|
346
|
+
* @public
|
|
316
347
|
* <p>Describes Amazon GuardDuty findings specified by finding IDs.</p>
|
|
317
348
|
*/
|
|
318
349
|
getFindings(args: GetFindingsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsCommandOutput>;
|
|
319
350
|
getFindings(args: GetFindingsCommandInput, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
|
|
320
351
|
getFindings(args: GetFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
|
|
321
352
|
/**
|
|
353
|
+
* @public
|
|
322
354
|
* <p>Lists Amazon GuardDuty findings statistics for the specified detector ID.</p>
|
|
323
355
|
*/
|
|
324
356
|
getFindingsStatistics(args: GetFindingsStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsStatisticsCommandOutput>;
|
|
325
357
|
getFindingsStatistics(args: GetFindingsStatisticsCommandInput, cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void): void;
|
|
326
358
|
getFindingsStatistics(args: GetFindingsStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void): void;
|
|
327
359
|
/**
|
|
360
|
+
* @public
|
|
328
361
|
* <p>Returns the count of all GuardDuty membership invitations that were sent to the current
|
|
329
362
|
* member account except the currently accepted invitation.</p>
|
|
330
363
|
*/
|
|
@@ -332,12 +365,14 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
332
365
|
getInvitationsCount(args: GetInvitationsCountCommandInput, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
|
|
333
366
|
getInvitationsCount(args: GetInvitationsCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
|
|
334
367
|
/**
|
|
368
|
+
* @public
|
|
335
369
|
* <p>Retrieves the IPSet specified by the <code>ipSetId</code>.</p>
|
|
336
370
|
*/
|
|
337
371
|
getIPSet(args: GetIPSetCommandInput, options?: __HttpHandlerOptions): Promise<GetIPSetCommandOutput>;
|
|
338
372
|
getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
|
|
339
373
|
getIPSet(args: GetIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
|
|
340
374
|
/**
|
|
375
|
+
* @public
|
|
341
376
|
* <p>Returns the details of the malware scan settings.</p>
|
|
342
377
|
* <p>There might be regional differences because some data sources might not be
|
|
343
378
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
@@ -347,6 +382,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
347
382
|
getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void): void;
|
|
348
383
|
getMalwareScanSettings(args: GetMalwareScanSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void): void;
|
|
349
384
|
/**
|
|
385
|
+
* @public
|
|
350
386
|
* @deprecated
|
|
351
387
|
*
|
|
352
388
|
* <p>Provides the details for the GuardDuty administrator account associated with the current
|
|
@@ -356,6 +392,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
356
392
|
getMasterAccount(args: GetMasterAccountCommandInput, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
|
|
357
393
|
getMasterAccount(args: GetMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
|
|
358
394
|
/**
|
|
395
|
+
* @public
|
|
359
396
|
* <p>Describes which data sources are enabled for the member account's detector.</p>
|
|
360
397
|
* <p>There might be regional differences because some data sources might not be
|
|
361
398
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
@@ -365,6 +402,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
365
402
|
getMemberDetectors(args: GetMemberDetectorsCommandInput, cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void): void;
|
|
366
403
|
getMemberDetectors(args: GetMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void): void;
|
|
367
404
|
/**
|
|
405
|
+
* @public
|
|
368
406
|
* <p>Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by
|
|
369
407
|
* the account IDs.</p>
|
|
370
408
|
*/
|
|
@@ -372,18 +410,21 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
372
410
|
getMembers(args: GetMembersCommandInput, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
|
|
373
411
|
getMembers(args: GetMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
|
|
374
412
|
/**
|
|
413
|
+
* @public
|
|
375
414
|
* <p>Provides the number of days left for each data source used in the free trial period.</p>
|
|
376
415
|
*/
|
|
377
416
|
getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, options?: __HttpHandlerOptions): Promise<GetRemainingFreeTrialDaysCommandOutput>;
|
|
378
417
|
getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void): void;
|
|
379
418
|
getRemainingFreeTrialDays(args: GetRemainingFreeTrialDaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void): void;
|
|
380
419
|
/**
|
|
420
|
+
* @public
|
|
381
421
|
* <p>Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.</p>
|
|
382
422
|
*/
|
|
383
423
|
getThreatIntelSet(args: GetThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<GetThreatIntelSetCommandOutput>;
|
|
384
424
|
getThreatIntelSet(args: GetThreatIntelSetCommandInput, cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void): void;
|
|
385
425
|
getThreatIntelSet(args: GetThreatIntelSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void): void;
|
|
386
426
|
/**
|
|
427
|
+
* @public
|
|
387
428
|
* <p>Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector
|
|
388
429
|
* ID. For newly enabled detectors or data sources, the cost returned will include only the usage
|
|
389
430
|
* so far under 30 days. This may differ from the cost metrics in the console, which project
|
|
@@ -393,6 +434,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
393
434
|
getUsageStatistics(args: GetUsageStatisticsCommandInput, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
|
|
394
435
|
getUsageStatistics(args: GetUsageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
|
|
395
436
|
/**
|
|
437
|
+
* @public
|
|
396
438
|
* <p>Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by
|
|
397
439
|
* CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these
|
|
398
440
|
* accounts' findings on their behalf as the GuardDuty administrator account.</p>
|
|
@@ -401,24 +443,28 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
401
443
|
inviteMembers(args: InviteMembersCommandInput, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
|
|
402
444
|
inviteMembers(args: InviteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
|
|
403
445
|
/**
|
|
446
|
+
* @public
|
|
404
447
|
* <p>Lists detectorIds of all the existing Amazon GuardDuty detector resources.</p>
|
|
405
448
|
*/
|
|
406
449
|
listDetectors(args: ListDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListDetectorsCommandOutput>;
|
|
407
450
|
listDetectors(args: ListDetectorsCommandInput, cb: (err: any, data?: ListDetectorsCommandOutput) => void): void;
|
|
408
451
|
listDetectors(args: ListDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectorsCommandOutput) => void): void;
|
|
409
452
|
/**
|
|
453
|
+
* @public
|
|
410
454
|
* <p>Returns a paginated list of the current filters.</p>
|
|
411
455
|
*/
|
|
412
456
|
listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
|
|
413
457
|
listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
|
|
414
458
|
listFilters(args: ListFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
|
|
415
459
|
/**
|
|
460
|
+
* @public
|
|
416
461
|
* <p>Lists Amazon GuardDuty findings for the specified detector ID.</p>
|
|
417
462
|
*/
|
|
418
463
|
listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
|
|
419
464
|
listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
420
465
|
listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
421
466
|
/**
|
|
467
|
+
* @public
|
|
422
468
|
* <p>Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services
|
|
423
469
|
* account.</p>
|
|
424
470
|
*/
|
|
@@ -426,6 +472,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
426
472
|
listInvitations(args: ListInvitationsCommandInput, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
|
|
427
473
|
listInvitations(args: ListInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
|
|
428
474
|
/**
|
|
475
|
+
* @public
|
|
429
476
|
* <p>Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this
|
|
430
477
|
* operation from a member account, the IPSets returned are the IPSets from the associated administrator
|
|
431
478
|
* account.</p>
|
|
@@ -434,18 +481,21 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
434
481
|
listIPSets(args: ListIPSetsCommandInput, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
|
|
435
482
|
listIPSets(args: ListIPSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
|
|
436
483
|
/**
|
|
484
|
+
* @public
|
|
437
485
|
* <p>Lists details about all member accounts for the current GuardDuty administrator account.</p>
|
|
438
486
|
*/
|
|
439
487
|
listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
|
|
440
488
|
listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
441
489
|
listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
442
490
|
/**
|
|
491
|
+
* @public
|
|
443
492
|
* <p>Lists the accounts configured as GuardDuty delegated administrators.</p>
|
|
444
493
|
*/
|
|
445
494
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
446
495
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
|
|
447
496
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
|
|
448
497
|
/**
|
|
498
|
+
* @public
|
|
449
499
|
* <p>Returns a list of publishing destinations associated with the specified
|
|
450
500
|
* <code>detectorId</code>.</p>
|
|
451
501
|
*/
|
|
@@ -453,6 +503,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
453
503
|
listPublishingDestinations(args: ListPublishingDestinationsCommandInput, cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void): void;
|
|
454
504
|
listPublishingDestinations(args: ListPublishingDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void): void;
|
|
455
505
|
/**
|
|
506
|
+
* @public
|
|
456
507
|
* <p>Lists tags for a resource. Tagging is currently supported for detectors, finding filters,
|
|
457
508
|
* IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this
|
|
458
509
|
* operation returns all assigned tags for a given resource.</p>
|
|
@@ -461,6 +512,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
461
512
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
462
513
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
463
514
|
/**
|
|
515
|
+
* @public
|
|
464
516
|
* <p>Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you
|
|
465
517
|
* use this operation from a member account, the ThreatIntelSets associated with the administrator
|
|
466
518
|
* account are returned.</p>
|
|
@@ -469,6 +521,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
469
521
|
listThreatIntelSets(args: ListThreatIntelSetsCommandInput, cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void): void;
|
|
470
522
|
listThreatIntelSets(args: ListThreatIntelSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void): void;
|
|
471
523
|
/**
|
|
524
|
+
* @public
|
|
472
525
|
* <p>Turns on GuardDuty monitoring of the specified member accounts. Use this operation to
|
|
473
526
|
* restart monitoring of accounts that you stopped monitoring with the
|
|
474
527
|
* <code>StopMonitoringMembers</code> operation.</p>
|
|
@@ -477,6 +530,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
477
530
|
startMonitoringMembers(args: StartMonitoringMembersCommandInput, cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void): void;
|
|
478
531
|
startMonitoringMembers(args: StartMonitoringMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void): void;
|
|
479
532
|
/**
|
|
533
|
+
* @public
|
|
480
534
|
* <p>Stops GuardDuty monitoring for the specified member accounts. Use the
|
|
481
535
|
* <code>StartMonitoringMembers</code> operation to restart monitoring for those
|
|
482
536
|
* accounts.</p>
|
|
@@ -485,24 +539,28 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
485
539
|
stopMonitoringMembers(args: StopMonitoringMembersCommandInput, cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void): void;
|
|
486
540
|
stopMonitoringMembers(args: StopMonitoringMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void): void;
|
|
487
541
|
/**
|
|
542
|
+
* @public
|
|
488
543
|
* <p>Adds tags to a resource.</p>
|
|
489
544
|
*/
|
|
490
545
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
491
546
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
492
547
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
493
548
|
/**
|
|
549
|
+
* @public
|
|
494
550
|
* <p>Unarchives GuardDuty findings specified by the <code>findingIds</code>.</p>
|
|
495
551
|
*/
|
|
496
552
|
unarchiveFindings(args: UnarchiveFindingsCommandInput, options?: __HttpHandlerOptions): Promise<UnarchiveFindingsCommandOutput>;
|
|
497
553
|
unarchiveFindings(args: UnarchiveFindingsCommandInput, cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void): void;
|
|
498
554
|
unarchiveFindings(args: UnarchiveFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void): void;
|
|
499
555
|
/**
|
|
556
|
+
* @public
|
|
500
557
|
* <p>Removes tags from a resource.</p>
|
|
501
558
|
*/
|
|
502
559
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
503
560
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
504
561
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
505
562
|
/**
|
|
563
|
+
* @public
|
|
506
564
|
* <p>Updates the Amazon GuardDuty detector specified by the detectorId.</p>
|
|
507
565
|
* <p>There might be regional differences because some data sources might not be
|
|
508
566
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
@@ -512,24 +570,28 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
512
570
|
updateDetector(args: UpdateDetectorCommandInput, cb: (err: any, data?: UpdateDetectorCommandOutput) => void): void;
|
|
513
571
|
updateDetector(args: UpdateDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorCommandOutput) => void): void;
|
|
514
572
|
/**
|
|
573
|
+
* @public
|
|
515
574
|
* <p>Updates the filter specified by the filter name.</p>
|
|
516
575
|
*/
|
|
517
576
|
updateFilter(args: UpdateFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFilterCommandOutput>;
|
|
518
577
|
updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
|
|
519
578
|
updateFilter(args: UpdateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
|
|
520
579
|
/**
|
|
580
|
+
* @public
|
|
521
581
|
* <p>Marks the specified GuardDuty findings as useful or not useful.</p>
|
|
522
582
|
*/
|
|
523
583
|
updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFindingsFeedbackCommandOutput>;
|
|
524
584
|
updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void): void;
|
|
525
585
|
updateFindingsFeedback(args: UpdateFindingsFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void): void;
|
|
526
586
|
/**
|
|
587
|
+
* @public
|
|
527
588
|
* <p>Updates the IPSet specified by the IPSet ID.</p>
|
|
528
589
|
*/
|
|
529
590
|
updateIPSet(args: UpdateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIPSetCommandOutput>;
|
|
530
591
|
updateIPSet(args: UpdateIPSetCommandInput, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
|
|
531
592
|
updateIPSet(args: UpdateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
|
|
532
593
|
/**
|
|
594
|
+
* @public
|
|
533
595
|
* <p>Updates the malware scan settings.</p>
|
|
534
596
|
* <p>There might be regional differences because some data sources might not be
|
|
535
597
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
@@ -539,6 +601,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
539
601
|
updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void): void;
|
|
540
602
|
updateMalwareScanSettings(args: UpdateMalwareScanSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void): void;
|
|
541
603
|
/**
|
|
604
|
+
* @public
|
|
542
605
|
* <p>Contains information on member accounts to be updated.</p>
|
|
543
606
|
* <p>There might be regional differences because some data sources might not be
|
|
544
607
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
@@ -548,6 +611,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
548
611
|
updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void): void;
|
|
549
612
|
updateMemberDetectors(args: UpdateMemberDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void): void;
|
|
550
613
|
/**
|
|
614
|
+
* @public
|
|
551
615
|
* <p>Updates the delegated administrator account with the values provided.</p>
|
|
552
616
|
* <p>There might be regional differences because some data sources might not be
|
|
553
617
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
@@ -557,6 +621,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
557
621
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
558
622
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
559
623
|
/**
|
|
624
|
+
* @public
|
|
560
625
|
* <p>Updates information about the publishing destination specified by the
|
|
561
626
|
* <code>destinationId</code>.</p>
|
|
562
627
|
*/
|
|
@@ -564,6 +629,7 @@ export declare class GuardDuty extends GuardDutyClient {
|
|
|
564
629
|
updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void): void;
|
|
565
630
|
updatePublishingDestination(args: UpdatePublishingDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void): void;
|
|
566
631
|
/**
|
|
632
|
+
* @public
|
|
567
633
|
* <p>Updates the ThreatIntelSet specified by the ThreatIntelSet ID.</p>
|
|
568
634
|
*/
|
|
569
635
|
updateThreatIntelSet(args: UpdateThreatIntelSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThreatIntelSetCommandOutput>;
|
|
@@ -73,15 +73,24 @@ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigur
|
|
|
73
73
|
import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "./commands/UpdatePublishingDestinationCommand";
|
|
74
74
|
import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "./commands/UpdateThreatIntelSetCommand";
|
|
75
75
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
76
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;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
77
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;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
78
87
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
79
88
|
/**
|
|
80
89
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
81
90
|
*/
|
|
82
91
|
requestHandler?: __HttpHandler;
|
|
83
92
|
/**
|
|
84
|
-
* A constructor for a class implementing the {@link
|
|
93
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
85
94
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
86
95
|
* @internal
|
|
87
96
|
*/
|
|
@@ -171,23 +180,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
171
180
|
*/
|
|
172
181
|
logger?: __Logger;
|
|
173
182
|
/**
|
|
174
|
-
* The {@link
|
|
183
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
175
184
|
*/
|
|
176
185
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
177
186
|
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
178
190
|
type GuardDutyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
179
191
|
/**
|
|
180
|
-
*
|
|
192
|
+
* @public
|
|
193
|
+
*
|
|
194
|
+
* The configuration interface of GuardDutyClient class constructor that set the region, credentials and other options.
|
|
181
195
|
*/
|
|
182
196
|
export interface GuardDutyClientConfig extends GuardDutyClientConfigType {
|
|
183
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
184
201
|
type GuardDutyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
185
202
|
/**
|
|
186
|
-
*
|
|
203
|
+
* @public
|
|
204
|
+
*
|
|
205
|
+
* The resolved configuration interface of GuardDutyClient class. This is resolved and normalized from the {@link GuardDutyClientConfig | constructor configuration interface}.
|
|
187
206
|
*/
|
|
188
207
|
export interface GuardDutyClientResolvedConfig extends GuardDutyClientResolvedConfigType {
|
|
189
208
|
}
|
|
190
209
|
/**
|
|
210
|
+
* @public
|
|
191
211
|
* <p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes
|
|
192
212
|
* the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event
|
|
193
213
|
* logs, EKS audit logs, DNS logs, and Amazon EBS volume data.
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { AcceptAdministratorInvitationRequest, AcceptAdministratorInvitationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AcceptAdministratorInvitationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AcceptAdministratorInvitationCommandInput extends AcceptAdministratorInvitationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AcceptAdministratorInvitationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdministratorInvitationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AcceptAdministratorInvitationCommandInput - {@link AcceptAdministratorInvitationCommandInput}
|
|
34
|
+
* @returns {@link AcceptAdministratorInvitationCommandOutput}
|
|
28
35
|
* @see {@link AcceptAdministratorInvitationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AcceptAdministratorInvitationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
|
|
|
40
47
|
export declare class AcceptAdministratorInvitationCommand extends $Command<AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
41
48
|
readonly input: AcceptAdministratorInvitationCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: AcceptAdministratorInvitationCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|