@aws-sdk/client-guardduty 3.1087.0 → 3.1088.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/GuardDuty.d.ts +299 -350
- package/dist-types/ts3.4/GuardDutyClient.d.ts +17 -62
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateInvestigationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMalwareProtectionPlansCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMalwareScansCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThreatEntitySetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrustedEntitySetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendObjectMalwareScanCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMalwareScanCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +27 -54
- package/dist-types/ts3.4/models/errors.d.ts +4 -12
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/models/models_1.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -27,10 +27,7 @@ import {
|
|
|
27
27
|
CreateInvestigationCommandInput,
|
|
28
28
|
CreateInvestigationCommandOutput,
|
|
29
29
|
} from "./commands/CreateInvestigationCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateIPSetCommandInput,
|
|
32
|
-
CreateIPSetCommandOutput,
|
|
33
|
-
} from "./commands/CreateIPSetCommand";
|
|
30
|
+
import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
|
|
34
31
|
import {
|
|
35
32
|
CreateMalwareProtectionPlanCommandInput,
|
|
36
33
|
CreateMalwareProtectionPlanCommandOutput,
|
|
@@ -75,10 +72,7 @@ import {
|
|
|
75
72
|
DeleteInvitationsCommandInput,
|
|
76
73
|
DeleteInvitationsCommandOutput,
|
|
77
74
|
} from "./commands/DeleteInvitationsCommand";
|
|
78
|
-
import {
|
|
79
|
-
DeleteIPSetCommandInput,
|
|
80
|
-
DeleteIPSetCommandOutput,
|
|
81
|
-
} from "./commands/DeleteIPSetCommand";
|
|
75
|
+
import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
|
|
82
76
|
import {
|
|
83
77
|
DeleteMalwareProtectionPlanCommandInput,
|
|
84
78
|
DeleteMalwareProtectionPlanCommandOutput,
|
|
@@ -143,18 +137,9 @@ import {
|
|
|
143
137
|
GetCoverageStatisticsCommandInput,
|
|
144
138
|
GetCoverageStatisticsCommandOutput,
|
|
145
139
|
} from "./commands/GetCoverageStatisticsCommand";
|
|
146
|
-
import {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
} from "./commands/GetDetectorCommand";
|
|
150
|
-
import {
|
|
151
|
-
GetFilterCommandInput,
|
|
152
|
-
GetFilterCommandOutput,
|
|
153
|
-
} from "./commands/GetFilterCommand";
|
|
154
|
-
import {
|
|
155
|
-
GetFindingsCommandInput,
|
|
156
|
-
GetFindingsCommandOutput,
|
|
157
|
-
} from "./commands/GetFindingsCommand";
|
|
140
|
+
import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
|
|
141
|
+
import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
|
|
142
|
+
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
158
143
|
import {
|
|
159
144
|
GetFindingsStatisticsCommandInput,
|
|
160
145
|
GetFindingsStatisticsCommandOutput,
|
|
@@ -167,10 +152,7 @@ import {
|
|
|
167
152
|
GetInvitationsCountCommandInput,
|
|
168
153
|
GetInvitationsCountCommandOutput,
|
|
169
154
|
} from "./commands/GetInvitationsCountCommand";
|
|
170
|
-
import {
|
|
171
|
-
GetIPSetCommandInput,
|
|
172
|
-
GetIPSetCommandOutput,
|
|
173
|
-
} from "./commands/GetIPSetCommand";
|
|
155
|
+
import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
|
|
174
156
|
import {
|
|
175
157
|
GetMalwareProtectionPlanCommandInput,
|
|
176
158
|
GetMalwareProtectionPlanCommandOutput,
|
|
@@ -191,10 +173,7 @@ import {
|
|
|
191
173
|
GetMemberDetectorsCommandInput,
|
|
192
174
|
GetMemberDetectorsCommandOutput,
|
|
193
175
|
} from "./commands/GetMemberDetectorsCommand";
|
|
194
|
-
import {
|
|
195
|
-
GetMembersCommandInput,
|
|
196
|
-
GetMembersCommandOutput,
|
|
197
|
-
} from "./commands/GetMembersCommand";
|
|
176
|
+
import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
198
177
|
import {
|
|
199
178
|
GetOrganizationStatisticsCommandInput,
|
|
200
179
|
GetOrganizationStatisticsCommandOutput,
|
|
@@ -231,10 +210,7 @@ import {
|
|
|
231
210
|
ListDetectorsCommandInput,
|
|
232
211
|
ListDetectorsCommandOutput,
|
|
233
212
|
} from "./commands/ListDetectorsCommand";
|
|
234
|
-
import {
|
|
235
|
-
ListFiltersCommandInput,
|
|
236
|
-
ListFiltersCommandOutput,
|
|
237
|
-
} from "./commands/ListFiltersCommand";
|
|
213
|
+
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
238
214
|
import {
|
|
239
215
|
ListFindingsCommandInput,
|
|
240
216
|
ListFindingsCommandOutput,
|
|
@@ -247,10 +223,7 @@ import {
|
|
|
247
223
|
ListInvitationsCommandInput,
|
|
248
224
|
ListInvitationsCommandOutput,
|
|
249
225
|
} from "./commands/ListInvitationsCommand";
|
|
250
|
-
import {
|
|
251
|
-
ListIPSetsCommandInput,
|
|
252
|
-
ListIPSetsCommandOutput,
|
|
253
|
-
} from "./commands/ListIPSetsCommand";
|
|
226
|
+
import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
|
|
254
227
|
import {
|
|
255
228
|
ListMalwareProtectionPlansCommandInput,
|
|
256
229
|
ListMalwareProtectionPlansCommandOutput,
|
|
@@ -259,10 +232,7 @@ import {
|
|
|
259
232
|
ListMalwareScansCommandInput,
|
|
260
233
|
ListMalwareScansCommandOutput,
|
|
261
234
|
} from "./commands/ListMalwareScansCommand";
|
|
262
|
-
import {
|
|
263
|
-
ListMembersCommandInput,
|
|
264
|
-
ListMembersCommandOutput,
|
|
265
|
-
} from "./commands/ListMembersCommand";
|
|
235
|
+
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
266
236
|
import {
|
|
267
237
|
ListOrganizationAdminAccountsCommandInput,
|
|
268
238
|
ListOrganizationAdminAccountsCommandOutput,
|
|
@@ -303,10 +273,7 @@ import {
|
|
|
303
273
|
StopMonitoringMembersCommandInput,
|
|
304
274
|
StopMonitoringMembersCommandOutput,
|
|
305
275
|
} from "./commands/StopMonitoringMembersCommand";
|
|
306
|
-
import {
|
|
307
|
-
TagResourceCommandInput,
|
|
308
|
-
TagResourceCommandOutput,
|
|
309
|
-
} from "./commands/TagResourceCommand";
|
|
276
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
310
277
|
import {
|
|
311
278
|
UnarchiveFindingsCommandInput,
|
|
312
279
|
UnarchiveFindingsCommandOutput,
|
|
@@ -327,10 +294,7 @@ import {
|
|
|
327
294
|
UpdateFindingsFeedbackCommandInput,
|
|
328
295
|
UpdateFindingsFeedbackCommandOutput,
|
|
329
296
|
} from "./commands/UpdateFindingsFeedbackCommand";
|
|
330
|
-
import {
|
|
331
|
-
UpdateIPSetCommandInput,
|
|
332
|
-
UpdateIPSetCommandOutput,
|
|
333
|
-
} from "./commands/UpdateIPSetCommand";
|
|
297
|
+
import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
|
|
334
298
|
import {
|
|
335
299
|
UpdateMalwareProtectionPlanCommandInput,
|
|
336
300
|
UpdateMalwareProtectionPlanCommandOutput,
|
|
@@ -367,1312 +331,1297 @@ import { GuardDutyClient } from "./GuardDutyClient";
|
|
|
367
331
|
export interface GuardDuty {
|
|
368
332
|
acceptAdministratorInvitation(
|
|
369
333
|
args: AcceptAdministratorInvitationCommandInput,
|
|
370
|
-
options?: __HttpHandlerOptions
|
|
334
|
+
options?: __HttpHandlerOptions,
|
|
371
335
|
): Promise<AcceptAdministratorInvitationCommandOutput>;
|
|
372
336
|
acceptAdministratorInvitation(
|
|
373
337
|
args: AcceptAdministratorInvitationCommandInput,
|
|
374
|
-
cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void
|
|
338
|
+
cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void,
|
|
375
339
|
): void;
|
|
376
340
|
acceptAdministratorInvitation(
|
|
377
341
|
args: AcceptAdministratorInvitationCommandInput,
|
|
378
342
|
options: __HttpHandlerOptions,
|
|
379
|
-
cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void
|
|
343
|
+
cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void,
|
|
380
344
|
): void;
|
|
381
345
|
acceptInvitation(
|
|
382
346
|
args: AcceptInvitationCommandInput,
|
|
383
|
-
options?: __HttpHandlerOptions
|
|
347
|
+
options?: __HttpHandlerOptions,
|
|
384
348
|
): Promise<AcceptInvitationCommandOutput>;
|
|
385
349
|
acceptInvitation(
|
|
386
350
|
args: AcceptInvitationCommandInput,
|
|
387
|
-
cb: (err: any, data?: AcceptInvitationCommandOutput) => void
|
|
351
|
+
cb: (err: any, data?: AcceptInvitationCommandOutput) => void,
|
|
388
352
|
): void;
|
|
389
353
|
acceptInvitation(
|
|
390
354
|
args: AcceptInvitationCommandInput,
|
|
391
355
|
options: __HttpHandlerOptions,
|
|
392
|
-
cb: (err: any, data?: AcceptInvitationCommandOutput) => void
|
|
356
|
+
cb: (err: any, data?: AcceptInvitationCommandOutput) => void,
|
|
393
357
|
): void;
|
|
394
358
|
archiveFindings(
|
|
395
359
|
args: ArchiveFindingsCommandInput,
|
|
396
|
-
options?: __HttpHandlerOptions
|
|
360
|
+
options?: __HttpHandlerOptions,
|
|
397
361
|
): Promise<ArchiveFindingsCommandOutput>;
|
|
398
362
|
archiveFindings(
|
|
399
363
|
args: ArchiveFindingsCommandInput,
|
|
400
|
-
cb: (err: any, data?: ArchiveFindingsCommandOutput) => void
|
|
364
|
+
cb: (err: any, data?: ArchiveFindingsCommandOutput) => void,
|
|
401
365
|
): void;
|
|
402
366
|
archiveFindings(
|
|
403
367
|
args: ArchiveFindingsCommandInput,
|
|
404
368
|
options: __HttpHandlerOptions,
|
|
405
|
-
cb: (err: any, data?: ArchiveFindingsCommandOutput) => void
|
|
369
|
+
cb: (err: any, data?: ArchiveFindingsCommandOutput) => void,
|
|
406
370
|
): void;
|
|
407
371
|
createDetector(
|
|
408
372
|
args: CreateDetectorCommandInput,
|
|
409
|
-
options?: __HttpHandlerOptions
|
|
373
|
+
options?: __HttpHandlerOptions,
|
|
410
374
|
): Promise<CreateDetectorCommandOutput>;
|
|
411
375
|
createDetector(
|
|
412
376
|
args: CreateDetectorCommandInput,
|
|
413
|
-
cb: (err: any, data?: CreateDetectorCommandOutput) => void
|
|
377
|
+
cb: (err: any, data?: CreateDetectorCommandOutput) => void,
|
|
414
378
|
): void;
|
|
415
379
|
createDetector(
|
|
416
380
|
args: CreateDetectorCommandInput,
|
|
417
381
|
options: __HttpHandlerOptions,
|
|
418
|
-
cb: (err: any, data?: CreateDetectorCommandOutput) => void
|
|
382
|
+
cb: (err: any, data?: CreateDetectorCommandOutput) => void,
|
|
419
383
|
): void;
|
|
420
384
|
createFilter(
|
|
421
385
|
args: CreateFilterCommandInput,
|
|
422
|
-
options?: __HttpHandlerOptions
|
|
386
|
+
options?: __HttpHandlerOptions,
|
|
423
387
|
): Promise<CreateFilterCommandOutput>;
|
|
424
388
|
createFilter(
|
|
425
389
|
args: CreateFilterCommandInput,
|
|
426
|
-
cb: (err: any, data?: CreateFilterCommandOutput) => void
|
|
390
|
+
cb: (err: any, data?: CreateFilterCommandOutput) => void,
|
|
427
391
|
): void;
|
|
428
392
|
createFilter(
|
|
429
393
|
args: CreateFilterCommandInput,
|
|
430
394
|
options: __HttpHandlerOptions,
|
|
431
|
-
cb: (err: any, data?: CreateFilterCommandOutput) => void
|
|
395
|
+
cb: (err: any, data?: CreateFilterCommandOutput) => void,
|
|
432
396
|
): void;
|
|
433
397
|
createInvestigation(
|
|
434
398
|
args: CreateInvestigationCommandInput,
|
|
435
|
-
options?: __HttpHandlerOptions
|
|
399
|
+
options?: __HttpHandlerOptions,
|
|
436
400
|
): Promise<CreateInvestigationCommandOutput>;
|
|
437
401
|
createInvestigation(
|
|
438
402
|
args: CreateInvestigationCommandInput,
|
|
439
|
-
cb: (err: any, data?: CreateInvestigationCommandOutput) => void
|
|
403
|
+
cb: (err: any, data?: CreateInvestigationCommandOutput) => void,
|
|
440
404
|
): void;
|
|
441
405
|
createInvestigation(
|
|
442
406
|
args: CreateInvestigationCommandInput,
|
|
443
407
|
options: __HttpHandlerOptions,
|
|
444
|
-
cb: (err: any, data?: CreateInvestigationCommandOutput) => void
|
|
408
|
+
cb: (err: any, data?: CreateInvestigationCommandOutput) => void,
|
|
445
409
|
): void;
|
|
446
410
|
createIPSet(
|
|
447
411
|
args: CreateIPSetCommandInput,
|
|
448
|
-
options?: __HttpHandlerOptions
|
|
412
|
+
options?: __HttpHandlerOptions,
|
|
449
413
|
): Promise<CreateIPSetCommandOutput>;
|
|
450
414
|
createIPSet(
|
|
451
415
|
args: CreateIPSetCommandInput,
|
|
452
|
-
cb: (err: any, data?: CreateIPSetCommandOutput) => void
|
|
416
|
+
cb: (err: any, data?: CreateIPSetCommandOutput) => void,
|
|
453
417
|
): void;
|
|
454
418
|
createIPSet(
|
|
455
419
|
args: CreateIPSetCommandInput,
|
|
456
420
|
options: __HttpHandlerOptions,
|
|
457
|
-
cb: (err: any, data?: CreateIPSetCommandOutput) => void
|
|
421
|
+
cb: (err: any, data?: CreateIPSetCommandOutput) => void,
|
|
458
422
|
): void;
|
|
459
423
|
createMalwareProtectionPlan(
|
|
460
424
|
args: CreateMalwareProtectionPlanCommandInput,
|
|
461
|
-
options?: __HttpHandlerOptions
|
|
425
|
+
options?: __HttpHandlerOptions,
|
|
462
426
|
): Promise<CreateMalwareProtectionPlanCommandOutput>;
|
|
463
427
|
createMalwareProtectionPlan(
|
|
464
428
|
args: CreateMalwareProtectionPlanCommandInput,
|
|
465
|
-
cb: (err: any, data?: CreateMalwareProtectionPlanCommandOutput) => void
|
|
429
|
+
cb: (err: any, data?: CreateMalwareProtectionPlanCommandOutput) => void,
|
|
466
430
|
): void;
|
|
467
431
|
createMalwareProtectionPlan(
|
|
468
432
|
args: CreateMalwareProtectionPlanCommandInput,
|
|
469
433
|
options: __HttpHandlerOptions,
|
|
470
|
-
cb: (err: any, data?: CreateMalwareProtectionPlanCommandOutput) => void
|
|
434
|
+
cb: (err: any, data?: CreateMalwareProtectionPlanCommandOutput) => void,
|
|
471
435
|
): void;
|
|
472
436
|
createMembers(
|
|
473
437
|
args: CreateMembersCommandInput,
|
|
474
|
-
options?: __HttpHandlerOptions
|
|
438
|
+
options?: __HttpHandlerOptions,
|
|
475
439
|
): Promise<CreateMembersCommandOutput>;
|
|
476
440
|
createMembers(
|
|
477
441
|
args: CreateMembersCommandInput,
|
|
478
|
-
cb: (err: any, data?: CreateMembersCommandOutput) => void
|
|
442
|
+
cb: (err: any, data?: CreateMembersCommandOutput) => void,
|
|
479
443
|
): void;
|
|
480
444
|
createMembers(
|
|
481
445
|
args: CreateMembersCommandInput,
|
|
482
446
|
options: __HttpHandlerOptions,
|
|
483
|
-
cb: (err: any, data?: CreateMembersCommandOutput) => void
|
|
447
|
+
cb: (err: any, data?: CreateMembersCommandOutput) => void,
|
|
484
448
|
): void;
|
|
485
449
|
createPublishingDestination(
|
|
486
450
|
args: CreatePublishingDestinationCommandInput,
|
|
487
|
-
options?: __HttpHandlerOptions
|
|
451
|
+
options?: __HttpHandlerOptions,
|
|
488
452
|
): Promise<CreatePublishingDestinationCommandOutput>;
|
|
489
453
|
createPublishingDestination(
|
|
490
454
|
args: CreatePublishingDestinationCommandInput,
|
|
491
|
-
cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void
|
|
455
|
+
cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void,
|
|
492
456
|
): void;
|
|
493
457
|
createPublishingDestination(
|
|
494
458
|
args: CreatePublishingDestinationCommandInput,
|
|
495
459
|
options: __HttpHandlerOptions,
|
|
496
|
-
cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void
|
|
460
|
+
cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void,
|
|
497
461
|
): void;
|
|
498
462
|
createSampleFindings(
|
|
499
463
|
args: CreateSampleFindingsCommandInput,
|
|
500
|
-
options?: __HttpHandlerOptions
|
|
464
|
+
options?: __HttpHandlerOptions,
|
|
501
465
|
): Promise<CreateSampleFindingsCommandOutput>;
|
|
502
466
|
createSampleFindings(
|
|
503
467
|
args: CreateSampleFindingsCommandInput,
|
|
504
|
-
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void
|
|
468
|
+
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void,
|
|
505
469
|
): void;
|
|
506
470
|
createSampleFindings(
|
|
507
471
|
args: CreateSampleFindingsCommandInput,
|
|
508
472
|
options: __HttpHandlerOptions,
|
|
509
|
-
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void
|
|
473
|
+
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void,
|
|
510
474
|
): void;
|
|
511
475
|
createThreatEntitySet(
|
|
512
476
|
args: CreateThreatEntitySetCommandInput,
|
|
513
|
-
options?: __HttpHandlerOptions
|
|
477
|
+
options?: __HttpHandlerOptions,
|
|
514
478
|
): Promise<CreateThreatEntitySetCommandOutput>;
|
|
515
479
|
createThreatEntitySet(
|
|
516
480
|
args: CreateThreatEntitySetCommandInput,
|
|
517
|
-
cb: (err: any, data?: CreateThreatEntitySetCommandOutput) => void
|
|
481
|
+
cb: (err: any, data?: CreateThreatEntitySetCommandOutput) => void,
|
|
518
482
|
): void;
|
|
519
483
|
createThreatEntitySet(
|
|
520
484
|
args: CreateThreatEntitySetCommandInput,
|
|
521
485
|
options: __HttpHandlerOptions,
|
|
522
|
-
cb: (err: any, data?: CreateThreatEntitySetCommandOutput) => void
|
|
486
|
+
cb: (err: any, data?: CreateThreatEntitySetCommandOutput) => void,
|
|
523
487
|
): void;
|
|
524
488
|
createThreatIntelSet(
|
|
525
489
|
args: CreateThreatIntelSetCommandInput,
|
|
526
|
-
options?: __HttpHandlerOptions
|
|
490
|
+
options?: __HttpHandlerOptions,
|
|
527
491
|
): Promise<CreateThreatIntelSetCommandOutput>;
|
|
528
492
|
createThreatIntelSet(
|
|
529
493
|
args: CreateThreatIntelSetCommandInput,
|
|
530
|
-
cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void,
|
|
531
495
|
): void;
|
|
532
496
|
createThreatIntelSet(
|
|
533
497
|
args: CreateThreatIntelSetCommandInput,
|
|
534
498
|
options: __HttpHandlerOptions,
|
|
535
|
-
cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void,
|
|
536
500
|
): void;
|
|
537
501
|
createTrustedEntitySet(
|
|
538
502
|
args: CreateTrustedEntitySetCommandInput,
|
|
539
|
-
options?: __HttpHandlerOptions
|
|
503
|
+
options?: __HttpHandlerOptions,
|
|
540
504
|
): Promise<CreateTrustedEntitySetCommandOutput>;
|
|
541
505
|
createTrustedEntitySet(
|
|
542
506
|
args: CreateTrustedEntitySetCommandInput,
|
|
543
|
-
cb: (err: any, data?: CreateTrustedEntitySetCommandOutput) => void
|
|
507
|
+
cb: (err: any, data?: CreateTrustedEntitySetCommandOutput) => void,
|
|
544
508
|
): void;
|
|
545
509
|
createTrustedEntitySet(
|
|
546
510
|
args: CreateTrustedEntitySetCommandInput,
|
|
547
511
|
options: __HttpHandlerOptions,
|
|
548
|
-
cb: (err: any, data?: CreateTrustedEntitySetCommandOutput) => void
|
|
512
|
+
cb: (err: any, data?: CreateTrustedEntitySetCommandOutput) => void,
|
|
549
513
|
): void;
|
|
550
514
|
declineInvitations(
|
|
551
515
|
args: DeclineInvitationsCommandInput,
|
|
552
|
-
options?: __HttpHandlerOptions
|
|
516
|
+
options?: __HttpHandlerOptions,
|
|
553
517
|
): Promise<DeclineInvitationsCommandOutput>;
|
|
554
518
|
declineInvitations(
|
|
555
519
|
args: DeclineInvitationsCommandInput,
|
|
556
|
-
cb: (err: any, data?: DeclineInvitationsCommandOutput) => void
|
|
520
|
+
cb: (err: any, data?: DeclineInvitationsCommandOutput) => void,
|
|
557
521
|
): void;
|
|
558
522
|
declineInvitations(
|
|
559
523
|
args: DeclineInvitationsCommandInput,
|
|
560
524
|
options: __HttpHandlerOptions,
|
|
561
|
-
cb: (err: any, data?: DeclineInvitationsCommandOutput) => void
|
|
525
|
+
cb: (err: any, data?: DeclineInvitationsCommandOutput) => void,
|
|
562
526
|
): void;
|
|
563
527
|
deleteDetector(
|
|
564
528
|
args: DeleteDetectorCommandInput,
|
|
565
|
-
options?: __HttpHandlerOptions
|
|
529
|
+
options?: __HttpHandlerOptions,
|
|
566
530
|
): Promise<DeleteDetectorCommandOutput>;
|
|
567
531
|
deleteDetector(
|
|
568
532
|
args: DeleteDetectorCommandInput,
|
|
569
|
-
cb: (err: any, data?: DeleteDetectorCommandOutput) => void
|
|
533
|
+
cb: (err: any, data?: DeleteDetectorCommandOutput) => void,
|
|
570
534
|
): void;
|
|
571
535
|
deleteDetector(
|
|
572
536
|
args: DeleteDetectorCommandInput,
|
|
573
537
|
options: __HttpHandlerOptions,
|
|
574
|
-
cb: (err: any, data?: DeleteDetectorCommandOutput) => void
|
|
538
|
+
cb: (err: any, data?: DeleteDetectorCommandOutput) => void,
|
|
575
539
|
): void;
|
|
576
540
|
deleteFilter(
|
|
577
541
|
args: DeleteFilterCommandInput,
|
|
578
|
-
options?: __HttpHandlerOptions
|
|
542
|
+
options?: __HttpHandlerOptions,
|
|
579
543
|
): Promise<DeleteFilterCommandOutput>;
|
|
580
544
|
deleteFilter(
|
|
581
545
|
args: DeleteFilterCommandInput,
|
|
582
|
-
cb: (err: any, data?: DeleteFilterCommandOutput) => void
|
|
546
|
+
cb: (err: any, data?: DeleteFilterCommandOutput) => void,
|
|
583
547
|
): void;
|
|
584
548
|
deleteFilter(
|
|
585
549
|
args: DeleteFilterCommandInput,
|
|
586
550
|
options: __HttpHandlerOptions,
|
|
587
|
-
cb: (err: any, data?: DeleteFilterCommandOutput) => void
|
|
551
|
+
cb: (err: any, data?: DeleteFilterCommandOutput) => void,
|
|
588
552
|
): void;
|
|
589
553
|
deleteInvitations(
|
|
590
554
|
args: DeleteInvitationsCommandInput,
|
|
591
|
-
options?: __HttpHandlerOptions
|
|
555
|
+
options?: __HttpHandlerOptions,
|
|
592
556
|
): Promise<DeleteInvitationsCommandOutput>;
|
|
593
557
|
deleteInvitations(
|
|
594
558
|
args: DeleteInvitationsCommandInput,
|
|
595
|
-
cb: (err: any, data?: DeleteInvitationsCommandOutput) => void
|
|
559
|
+
cb: (err: any, data?: DeleteInvitationsCommandOutput) => void,
|
|
596
560
|
): void;
|
|
597
561
|
deleteInvitations(
|
|
598
562
|
args: DeleteInvitationsCommandInput,
|
|
599
563
|
options: __HttpHandlerOptions,
|
|
600
|
-
cb: (err: any, data?: DeleteInvitationsCommandOutput) => void
|
|
564
|
+
cb: (err: any, data?: DeleteInvitationsCommandOutput) => void,
|
|
601
565
|
): void;
|
|
602
566
|
deleteIPSet(
|
|
603
567
|
args: DeleteIPSetCommandInput,
|
|
604
|
-
options?: __HttpHandlerOptions
|
|
568
|
+
options?: __HttpHandlerOptions,
|
|
605
569
|
): Promise<DeleteIPSetCommandOutput>;
|
|
606
570
|
deleteIPSet(
|
|
607
571
|
args: DeleteIPSetCommandInput,
|
|
608
|
-
cb: (err: any, data?: DeleteIPSetCommandOutput) => void
|
|
572
|
+
cb: (err: any, data?: DeleteIPSetCommandOutput) => void,
|
|
609
573
|
): void;
|
|
610
574
|
deleteIPSet(
|
|
611
575
|
args: DeleteIPSetCommandInput,
|
|
612
576
|
options: __HttpHandlerOptions,
|
|
613
|
-
cb: (err: any, data?: DeleteIPSetCommandOutput) => void
|
|
577
|
+
cb: (err: any, data?: DeleteIPSetCommandOutput) => void,
|
|
614
578
|
): void;
|
|
615
579
|
deleteMalwareProtectionPlan(
|
|
616
580
|
args: DeleteMalwareProtectionPlanCommandInput,
|
|
617
|
-
options?: __HttpHandlerOptions
|
|
581
|
+
options?: __HttpHandlerOptions,
|
|
618
582
|
): Promise<DeleteMalwareProtectionPlanCommandOutput>;
|
|
619
583
|
deleteMalwareProtectionPlan(
|
|
620
584
|
args: DeleteMalwareProtectionPlanCommandInput,
|
|
621
|
-
cb: (err: any, data?: DeleteMalwareProtectionPlanCommandOutput) => void
|
|
585
|
+
cb: (err: any, data?: DeleteMalwareProtectionPlanCommandOutput) => void,
|
|
622
586
|
): void;
|
|
623
587
|
deleteMalwareProtectionPlan(
|
|
624
588
|
args: DeleteMalwareProtectionPlanCommandInput,
|
|
625
589
|
options: __HttpHandlerOptions,
|
|
626
|
-
cb: (err: any, data?: DeleteMalwareProtectionPlanCommandOutput) => void
|
|
590
|
+
cb: (err: any, data?: DeleteMalwareProtectionPlanCommandOutput) => void,
|
|
627
591
|
): void;
|
|
628
592
|
deleteMembers(
|
|
629
593
|
args: DeleteMembersCommandInput,
|
|
630
|
-
options?: __HttpHandlerOptions
|
|
594
|
+
options?: __HttpHandlerOptions,
|
|
631
595
|
): Promise<DeleteMembersCommandOutput>;
|
|
632
596
|
deleteMembers(
|
|
633
597
|
args: DeleteMembersCommandInput,
|
|
634
|
-
cb: (err: any, data?: DeleteMembersCommandOutput) => void
|
|
598
|
+
cb: (err: any, data?: DeleteMembersCommandOutput) => void,
|
|
635
599
|
): void;
|
|
636
600
|
deleteMembers(
|
|
637
601
|
args: DeleteMembersCommandInput,
|
|
638
602
|
options: __HttpHandlerOptions,
|
|
639
|
-
cb: (err: any, data?: DeleteMembersCommandOutput) => void
|
|
603
|
+
cb: (err: any, data?: DeleteMembersCommandOutput) => void,
|
|
640
604
|
): void;
|
|
641
605
|
deletePublishingDestination(
|
|
642
606
|
args: DeletePublishingDestinationCommandInput,
|
|
643
|
-
options?: __HttpHandlerOptions
|
|
607
|
+
options?: __HttpHandlerOptions,
|
|
644
608
|
): Promise<DeletePublishingDestinationCommandOutput>;
|
|
645
609
|
deletePublishingDestination(
|
|
646
610
|
args: DeletePublishingDestinationCommandInput,
|
|
647
|
-
cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void
|
|
611
|
+
cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void,
|
|
648
612
|
): void;
|
|
649
613
|
deletePublishingDestination(
|
|
650
614
|
args: DeletePublishingDestinationCommandInput,
|
|
651
615
|
options: __HttpHandlerOptions,
|
|
652
|
-
cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void
|
|
616
|
+
cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void,
|
|
653
617
|
): void;
|
|
654
618
|
deleteThreatEntitySet(
|
|
655
619
|
args: DeleteThreatEntitySetCommandInput,
|
|
656
|
-
options?: __HttpHandlerOptions
|
|
620
|
+
options?: __HttpHandlerOptions,
|
|
657
621
|
): Promise<DeleteThreatEntitySetCommandOutput>;
|
|
658
622
|
deleteThreatEntitySet(
|
|
659
623
|
args: DeleteThreatEntitySetCommandInput,
|
|
660
|
-
cb: (err: any, data?: DeleteThreatEntitySetCommandOutput) => void
|
|
624
|
+
cb: (err: any, data?: DeleteThreatEntitySetCommandOutput) => void,
|
|
661
625
|
): void;
|
|
662
626
|
deleteThreatEntitySet(
|
|
663
627
|
args: DeleteThreatEntitySetCommandInput,
|
|
664
628
|
options: __HttpHandlerOptions,
|
|
665
|
-
cb: (err: any, data?: DeleteThreatEntitySetCommandOutput) => void
|
|
629
|
+
cb: (err: any, data?: DeleteThreatEntitySetCommandOutput) => void,
|
|
666
630
|
): void;
|
|
667
631
|
deleteThreatIntelSet(
|
|
668
632
|
args: DeleteThreatIntelSetCommandInput,
|
|
669
|
-
options?: __HttpHandlerOptions
|
|
633
|
+
options?: __HttpHandlerOptions,
|
|
670
634
|
): Promise<DeleteThreatIntelSetCommandOutput>;
|
|
671
635
|
deleteThreatIntelSet(
|
|
672
636
|
args: DeleteThreatIntelSetCommandInput,
|
|
673
|
-
cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void
|
|
637
|
+
cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void,
|
|
674
638
|
): void;
|
|
675
639
|
deleteThreatIntelSet(
|
|
676
640
|
args: DeleteThreatIntelSetCommandInput,
|
|
677
641
|
options: __HttpHandlerOptions,
|
|
678
|
-
cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void
|
|
642
|
+
cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void,
|
|
679
643
|
): void;
|
|
680
644
|
deleteTrustedEntitySet(
|
|
681
645
|
args: DeleteTrustedEntitySetCommandInput,
|
|
682
|
-
options?: __HttpHandlerOptions
|
|
646
|
+
options?: __HttpHandlerOptions,
|
|
683
647
|
): Promise<DeleteTrustedEntitySetCommandOutput>;
|
|
684
648
|
deleteTrustedEntitySet(
|
|
685
649
|
args: DeleteTrustedEntitySetCommandInput,
|
|
686
|
-
cb: (err: any, data?: DeleteTrustedEntitySetCommandOutput) => void
|
|
650
|
+
cb: (err: any, data?: DeleteTrustedEntitySetCommandOutput) => void,
|
|
687
651
|
): void;
|
|
688
652
|
deleteTrustedEntitySet(
|
|
689
653
|
args: DeleteTrustedEntitySetCommandInput,
|
|
690
654
|
options: __HttpHandlerOptions,
|
|
691
|
-
cb: (err: any, data?: DeleteTrustedEntitySetCommandOutput) => void
|
|
655
|
+
cb: (err: any, data?: DeleteTrustedEntitySetCommandOutput) => void,
|
|
692
656
|
): void;
|
|
693
657
|
describeMalwareScans(
|
|
694
658
|
args: DescribeMalwareScansCommandInput,
|
|
695
|
-
options?: __HttpHandlerOptions
|
|
659
|
+
options?: __HttpHandlerOptions,
|
|
696
660
|
): Promise<DescribeMalwareScansCommandOutput>;
|
|
697
661
|
describeMalwareScans(
|
|
698
662
|
args: DescribeMalwareScansCommandInput,
|
|
699
|
-
cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void
|
|
663
|
+
cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void,
|
|
700
664
|
): void;
|
|
701
665
|
describeMalwareScans(
|
|
702
666
|
args: DescribeMalwareScansCommandInput,
|
|
703
667
|
options: __HttpHandlerOptions,
|
|
704
|
-
cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void
|
|
668
|
+
cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void,
|
|
705
669
|
): void;
|
|
706
670
|
describeOrganizationConfiguration(
|
|
707
671
|
args: DescribeOrganizationConfigurationCommandInput,
|
|
708
|
-
options?: __HttpHandlerOptions
|
|
672
|
+
options?: __HttpHandlerOptions,
|
|
709
673
|
): Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
710
674
|
describeOrganizationConfiguration(
|
|
711
675
|
args: DescribeOrganizationConfigurationCommandInput,
|
|
712
|
-
cb: (
|
|
713
|
-
err: any,
|
|
714
|
-
data?: DescribeOrganizationConfigurationCommandOutput
|
|
715
|
-
) => void
|
|
676
|
+
cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void,
|
|
716
677
|
): void;
|
|
717
678
|
describeOrganizationConfiguration(
|
|
718
679
|
args: DescribeOrganizationConfigurationCommandInput,
|
|
719
680
|
options: __HttpHandlerOptions,
|
|
720
|
-
cb: (
|
|
721
|
-
err: any,
|
|
722
|
-
data?: DescribeOrganizationConfigurationCommandOutput
|
|
723
|
-
) => void
|
|
681
|
+
cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void,
|
|
724
682
|
): void;
|
|
725
683
|
describePublishingDestination(
|
|
726
684
|
args: DescribePublishingDestinationCommandInput,
|
|
727
|
-
options?: __HttpHandlerOptions
|
|
685
|
+
options?: __HttpHandlerOptions,
|
|
728
686
|
): Promise<DescribePublishingDestinationCommandOutput>;
|
|
729
687
|
describePublishingDestination(
|
|
730
688
|
args: DescribePublishingDestinationCommandInput,
|
|
731
|
-
cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void
|
|
689
|
+
cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void,
|
|
732
690
|
): void;
|
|
733
691
|
describePublishingDestination(
|
|
734
692
|
args: DescribePublishingDestinationCommandInput,
|
|
735
693
|
options: __HttpHandlerOptions,
|
|
736
|
-
cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void
|
|
694
|
+
cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void,
|
|
737
695
|
): void;
|
|
738
696
|
disableOrganizationAdminAccount(
|
|
739
697
|
args: DisableOrganizationAdminAccountCommandInput,
|
|
740
|
-
options?: __HttpHandlerOptions
|
|
698
|
+
options?: __HttpHandlerOptions,
|
|
741
699
|
): Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
742
700
|
disableOrganizationAdminAccount(
|
|
743
701
|
args: DisableOrganizationAdminAccountCommandInput,
|
|
744
|
-
cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
|
|
702
|
+
cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void,
|
|
745
703
|
): void;
|
|
746
704
|
disableOrganizationAdminAccount(
|
|
747
705
|
args: DisableOrganizationAdminAccountCommandInput,
|
|
748
706
|
options: __HttpHandlerOptions,
|
|
749
|
-
cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
|
|
707
|
+
cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void,
|
|
750
708
|
): void;
|
|
751
709
|
disassociateFromAdministratorAccount(
|
|
752
710
|
args: DisassociateFromAdministratorAccountCommandInput,
|
|
753
|
-
options?: __HttpHandlerOptions
|
|
711
|
+
options?: __HttpHandlerOptions,
|
|
754
712
|
): Promise<DisassociateFromAdministratorAccountCommandOutput>;
|
|
755
713
|
disassociateFromAdministratorAccount(
|
|
756
714
|
args: DisassociateFromAdministratorAccountCommandInput,
|
|
757
|
-
cb: (
|
|
758
|
-
err: any,
|
|
759
|
-
data?: DisassociateFromAdministratorAccountCommandOutput
|
|
760
|
-
) => void
|
|
715
|
+
cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void,
|
|
761
716
|
): void;
|
|
762
717
|
disassociateFromAdministratorAccount(
|
|
763
718
|
args: DisassociateFromAdministratorAccountCommandInput,
|
|
764
719
|
options: __HttpHandlerOptions,
|
|
765
|
-
cb: (
|
|
766
|
-
err: any,
|
|
767
|
-
data?: DisassociateFromAdministratorAccountCommandOutput
|
|
768
|
-
) => void
|
|
720
|
+
cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void,
|
|
769
721
|
): void;
|
|
770
722
|
disassociateFromMasterAccount(
|
|
771
723
|
args: DisassociateFromMasterAccountCommandInput,
|
|
772
|
-
options?: __HttpHandlerOptions
|
|
724
|
+
options?: __HttpHandlerOptions,
|
|
773
725
|
): Promise<DisassociateFromMasterAccountCommandOutput>;
|
|
774
726
|
disassociateFromMasterAccount(
|
|
775
727
|
args: DisassociateFromMasterAccountCommandInput,
|
|
776
|
-
cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
|
|
728
|
+
cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void,
|
|
777
729
|
): void;
|
|
778
730
|
disassociateFromMasterAccount(
|
|
779
731
|
args: DisassociateFromMasterAccountCommandInput,
|
|
780
732
|
options: __HttpHandlerOptions,
|
|
781
|
-
cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
|
|
733
|
+
cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void,
|
|
782
734
|
): void;
|
|
783
735
|
disassociateMembers(
|
|
784
736
|
args: DisassociateMembersCommandInput,
|
|
785
|
-
options?: __HttpHandlerOptions
|
|
737
|
+
options?: __HttpHandlerOptions,
|
|
786
738
|
): Promise<DisassociateMembersCommandOutput>;
|
|
787
739
|
disassociateMembers(
|
|
788
740
|
args: DisassociateMembersCommandInput,
|
|
789
|
-
cb: (err: any, data?: DisassociateMembersCommandOutput) => void
|
|
741
|
+
cb: (err: any, data?: DisassociateMembersCommandOutput) => void,
|
|
790
742
|
): void;
|
|
791
743
|
disassociateMembers(
|
|
792
744
|
args: DisassociateMembersCommandInput,
|
|
793
745
|
options: __HttpHandlerOptions,
|
|
794
|
-
cb: (err: any, data?: DisassociateMembersCommandOutput) => void
|
|
746
|
+
cb: (err: any, data?: DisassociateMembersCommandOutput) => void,
|
|
795
747
|
): void;
|
|
796
748
|
enableOrganizationAdminAccount(
|
|
797
749
|
args: EnableOrganizationAdminAccountCommandInput,
|
|
798
|
-
options?: __HttpHandlerOptions
|
|
750
|
+
options?: __HttpHandlerOptions,
|
|
799
751
|
): Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
800
752
|
enableOrganizationAdminAccount(
|
|
801
753
|
args: EnableOrganizationAdminAccountCommandInput,
|
|
802
|
-
cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
|
|
754
|
+
cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void,
|
|
803
755
|
): void;
|
|
804
756
|
enableOrganizationAdminAccount(
|
|
805
757
|
args: EnableOrganizationAdminAccountCommandInput,
|
|
806
758
|
options: __HttpHandlerOptions,
|
|
807
|
-
cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
|
|
759
|
+
cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void,
|
|
808
760
|
): void;
|
|
809
761
|
getAdministratorAccount(
|
|
810
762
|
args: GetAdministratorAccountCommandInput,
|
|
811
|
-
options?: __HttpHandlerOptions
|
|
763
|
+
options?: __HttpHandlerOptions,
|
|
812
764
|
): Promise<GetAdministratorAccountCommandOutput>;
|
|
813
765
|
getAdministratorAccount(
|
|
814
766
|
args: GetAdministratorAccountCommandInput,
|
|
815
|
-
cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void
|
|
767
|
+
cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void,
|
|
816
768
|
): void;
|
|
817
769
|
getAdministratorAccount(
|
|
818
770
|
args: GetAdministratorAccountCommandInput,
|
|
819
771
|
options: __HttpHandlerOptions,
|
|
820
|
-
cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void
|
|
772
|
+
cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void,
|
|
821
773
|
): void;
|
|
822
774
|
getCoverageStatistics(
|
|
823
775
|
args: GetCoverageStatisticsCommandInput,
|
|
824
|
-
options?: __HttpHandlerOptions
|
|
776
|
+
options?: __HttpHandlerOptions,
|
|
825
777
|
): Promise<GetCoverageStatisticsCommandOutput>;
|
|
826
778
|
getCoverageStatistics(
|
|
827
779
|
args: GetCoverageStatisticsCommandInput,
|
|
828
|
-
cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void
|
|
780
|
+
cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void,
|
|
829
781
|
): void;
|
|
830
782
|
getCoverageStatistics(
|
|
831
783
|
args: GetCoverageStatisticsCommandInput,
|
|
832
784
|
options: __HttpHandlerOptions,
|
|
833
|
-
cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void
|
|
785
|
+
cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void,
|
|
834
786
|
): void;
|
|
835
787
|
getDetector(
|
|
836
788
|
args: GetDetectorCommandInput,
|
|
837
|
-
options?: __HttpHandlerOptions
|
|
789
|
+
options?: __HttpHandlerOptions,
|
|
838
790
|
): Promise<GetDetectorCommandOutput>;
|
|
839
791
|
getDetector(
|
|
840
792
|
args: GetDetectorCommandInput,
|
|
841
|
-
cb: (err: any, data?: GetDetectorCommandOutput) => void
|
|
793
|
+
cb: (err: any, data?: GetDetectorCommandOutput) => void,
|
|
842
794
|
): void;
|
|
843
795
|
getDetector(
|
|
844
796
|
args: GetDetectorCommandInput,
|
|
845
797
|
options: __HttpHandlerOptions,
|
|
846
|
-
cb: (err: any, data?: GetDetectorCommandOutput) => void
|
|
798
|
+
cb: (err: any, data?: GetDetectorCommandOutput) => void,
|
|
847
799
|
): void;
|
|
848
800
|
getFilter(
|
|
849
801
|
args: GetFilterCommandInput,
|
|
850
|
-
options?: __HttpHandlerOptions
|
|
802
|
+
options?: __HttpHandlerOptions,
|
|
851
803
|
): Promise<GetFilterCommandOutput>;
|
|
852
804
|
getFilter(
|
|
853
805
|
args: GetFilterCommandInput,
|
|
854
|
-
cb: (err: any, data?: GetFilterCommandOutput) => void
|
|
806
|
+
cb: (err: any, data?: GetFilterCommandOutput) => void,
|
|
855
807
|
): void;
|
|
856
808
|
getFilter(
|
|
857
809
|
args: GetFilterCommandInput,
|
|
858
810
|
options: __HttpHandlerOptions,
|
|
859
|
-
cb: (err: any, data?: GetFilterCommandOutput) => void
|
|
811
|
+
cb: (err: any, data?: GetFilterCommandOutput) => void,
|
|
860
812
|
): void;
|
|
861
813
|
getFindings(
|
|
862
814
|
args: GetFindingsCommandInput,
|
|
863
|
-
options?: __HttpHandlerOptions
|
|
815
|
+
options?: __HttpHandlerOptions,
|
|
864
816
|
): Promise<GetFindingsCommandOutput>;
|
|
865
817
|
getFindings(
|
|
866
818
|
args: GetFindingsCommandInput,
|
|
867
|
-
cb: (err: any, data?: GetFindingsCommandOutput) => void
|
|
819
|
+
cb: (err: any, data?: GetFindingsCommandOutput) => void,
|
|
868
820
|
): void;
|
|
869
821
|
getFindings(
|
|
870
822
|
args: GetFindingsCommandInput,
|
|
871
823
|
options: __HttpHandlerOptions,
|
|
872
|
-
cb: (err: any, data?: GetFindingsCommandOutput) => void
|
|
824
|
+
cb: (err: any, data?: GetFindingsCommandOutput) => void,
|
|
873
825
|
): void;
|
|
874
826
|
getFindingsStatistics(
|
|
875
827
|
args: GetFindingsStatisticsCommandInput,
|
|
876
|
-
options?: __HttpHandlerOptions
|
|
828
|
+
options?: __HttpHandlerOptions,
|
|
877
829
|
): Promise<GetFindingsStatisticsCommandOutput>;
|
|
878
830
|
getFindingsStatistics(
|
|
879
831
|
args: GetFindingsStatisticsCommandInput,
|
|
880
|
-
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void
|
|
832
|
+
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void,
|
|
881
833
|
): void;
|
|
882
834
|
getFindingsStatistics(
|
|
883
835
|
args: GetFindingsStatisticsCommandInput,
|
|
884
836
|
options: __HttpHandlerOptions,
|
|
885
|
-
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void
|
|
837
|
+
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void,
|
|
886
838
|
): void;
|
|
887
839
|
getInvestigation(
|
|
888
840
|
args: GetInvestigationCommandInput,
|
|
889
|
-
options?: __HttpHandlerOptions
|
|
841
|
+
options?: __HttpHandlerOptions,
|
|
890
842
|
): Promise<GetInvestigationCommandOutput>;
|
|
891
843
|
getInvestigation(
|
|
892
844
|
args: GetInvestigationCommandInput,
|
|
893
|
-
cb: (err: any, data?: GetInvestigationCommandOutput) => void
|
|
845
|
+
cb: (err: any, data?: GetInvestigationCommandOutput) => void,
|
|
894
846
|
): void;
|
|
895
847
|
getInvestigation(
|
|
896
848
|
args: GetInvestigationCommandInput,
|
|
897
849
|
options: __HttpHandlerOptions,
|
|
898
|
-
cb: (err: any, data?: GetInvestigationCommandOutput) => void
|
|
850
|
+
cb: (err: any, data?: GetInvestigationCommandOutput) => void,
|
|
899
851
|
): void;
|
|
900
852
|
getInvitationsCount(): Promise<GetInvitationsCountCommandOutput>;
|
|
901
853
|
getInvitationsCount(
|
|
902
854
|
args: GetInvitationsCountCommandInput,
|
|
903
|
-
options?: __HttpHandlerOptions
|
|
855
|
+
options?: __HttpHandlerOptions,
|
|
904
856
|
): Promise<GetInvitationsCountCommandOutput>;
|
|
905
857
|
getInvitationsCount(
|
|
906
858
|
args: GetInvitationsCountCommandInput,
|
|
907
|
-
cb: (err: any, data?: GetInvitationsCountCommandOutput) => void
|
|
859
|
+
cb: (err: any, data?: GetInvitationsCountCommandOutput) => void,
|
|
908
860
|
): void;
|
|
909
861
|
getInvitationsCount(
|
|
910
862
|
args: GetInvitationsCountCommandInput,
|
|
911
863
|
options: __HttpHandlerOptions,
|
|
912
|
-
cb: (err: any, data?: GetInvitationsCountCommandOutput) => void
|
|
864
|
+
cb: (err: any, data?: GetInvitationsCountCommandOutput) => void,
|
|
913
865
|
): void;
|
|
914
866
|
getIPSet(
|
|
915
867
|
args: GetIPSetCommandInput,
|
|
916
|
-
options?: __HttpHandlerOptions
|
|
868
|
+
options?: __HttpHandlerOptions,
|
|
917
869
|
): Promise<GetIPSetCommandOutput>;
|
|
918
|
-
getIPSet(
|
|
919
|
-
args: GetIPSetCommandInput,
|
|
920
|
-
cb: (err: any, data?: GetIPSetCommandOutput) => void
|
|
921
|
-
): void;
|
|
870
|
+
getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
|
|
922
871
|
getIPSet(
|
|
923
872
|
args: GetIPSetCommandInput,
|
|
924
873
|
options: __HttpHandlerOptions,
|
|
925
|
-
cb: (err: any, data?: GetIPSetCommandOutput) => void
|
|
874
|
+
cb: (err: any, data?: GetIPSetCommandOutput) => void,
|
|
926
875
|
): void;
|
|
927
876
|
getMalwareProtectionPlan(
|
|
928
877
|
args: GetMalwareProtectionPlanCommandInput,
|
|
929
|
-
options?: __HttpHandlerOptions
|
|
878
|
+
options?: __HttpHandlerOptions,
|
|
930
879
|
): Promise<GetMalwareProtectionPlanCommandOutput>;
|
|
931
880
|
getMalwareProtectionPlan(
|
|
932
881
|
args: GetMalwareProtectionPlanCommandInput,
|
|
933
|
-
cb: (err: any, data?: GetMalwareProtectionPlanCommandOutput) => void
|
|
882
|
+
cb: (err: any, data?: GetMalwareProtectionPlanCommandOutput) => void,
|
|
934
883
|
): void;
|
|
935
884
|
getMalwareProtectionPlan(
|
|
936
885
|
args: GetMalwareProtectionPlanCommandInput,
|
|
937
886
|
options: __HttpHandlerOptions,
|
|
938
|
-
cb: (err: any, data?: GetMalwareProtectionPlanCommandOutput) => void
|
|
887
|
+
cb: (err: any, data?: GetMalwareProtectionPlanCommandOutput) => void,
|
|
939
888
|
): void;
|
|
940
889
|
getMalwareScan(
|
|
941
890
|
args: GetMalwareScanCommandInput,
|
|
942
|
-
options?: __HttpHandlerOptions
|
|
891
|
+
options?: __HttpHandlerOptions,
|
|
943
892
|
): Promise<GetMalwareScanCommandOutput>;
|
|
944
893
|
getMalwareScan(
|
|
945
894
|
args: GetMalwareScanCommandInput,
|
|
946
|
-
cb: (err: any, data?: GetMalwareScanCommandOutput) => void
|
|
895
|
+
cb: (err: any, data?: GetMalwareScanCommandOutput) => void,
|
|
947
896
|
): void;
|
|
948
897
|
getMalwareScan(
|
|
949
898
|
args: GetMalwareScanCommandInput,
|
|
950
899
|
options: __HttpHandlerOptions,
|
|
951
|
-
cb: (err: any, data?: GetMalwareScanCommandOutput) => void
|
|
900
|
+
cb: (err: any, data?: GetMalwareScanCommandOutput) => void,
|
|
952
901
|
): void;
|
|
953
902
|
getMalwareScanSettings(
|
|
954
903
|
args: GetMalwareScanSettingsCommandInput,
|
|
955
|
-
options?: __HttpHandlerOptions
|
|
904
|
+
options?: __HttpHandlerOptions,
|
|
956
905
|
): Promise<GetMalwareScanSettingsCommandOutput>;
|
|
957
906
|
getMalwareScanSettings(
|
|
958
907
|
args: GetMalwareScanSettingsCommandInput,
|
|
959
|
-
cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void
|
|
908
|
+
cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void,
|
|
960
909
|
): void;
|
|
961
910
|
getMalwareScanSettings(
|
|
962
911
|
args: GetMalwareScanSettingsCommandInput,
|
|
963
912
|
options: __HttpHandlerOptions,
|
|
964
|
-
cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void
|
|
913
|
+
cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void,
|
|
965
914
|
): void;
|
|
966
915
|
getMasterAccount(
|
|
967
916
|
args: GetMasterAccountCommandInput,
|
|
968
|
-
options?: __HttpHandlerOptions
|
|
917
|
+
options?: __HttpHandlerOptions,
|
|
969
918
|
): Promise<GetMasterAccountCommandOutput>;
|
|
970
919
|
getMasterAccount(
|
|
971
920
|
args: GetMasterAccountCommandInput,
|
|
972
|
-
cb: (err: any, data?: GetMasterAccountCommandOutput) => void
|
|
921
|
+
cb: (err: any, data?: GetMasterAccountCommandOutput) => void,
|
|
973
922
|
): void;
|
|
974
923
|
getMasterAccount(
|
|
975
924
|
args: GetMasterAccountCommandInput,
|
|
976
925
|
options: __HttpHandlerOptions,
|
|
977
|
-
cb: (err: any, data?: GetMasterAccountCommandOutput) => void
|
|
926
|
+
cb: (err: any, data?: GetMasterAccountCommandOutput) => void,
|
|
978
927
|
): void;
|
|
979
928
|
getMemberDetectors(
|
|
980
929
|
args: GetMemberDetectorsCommandInput,
|
|
981
|
-
options?: __HttpHandlerOptions
|
|
930
|
+
options?: __HttpHandlerOptions,
|
|
982
931
|
): Promise<GetMemberDetectorsCommandOutput>;
|
|
983
932
|
getMemberDetectors(
|
|
984
933
|
args: GetMemberDetectorsCommandInput,
|
|
985
|
-
cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void
|
|
934
|
+
cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void,
|
|
986
935
|
): void;
|
|
987
936
|
getMemberDetectors(
|
|
988
937
|
args: GetMemberDetectorsCommandInput,
|
|
989
938
|
options: __HttpHandlerOptions,
|
|
990
|
-
cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void
|
|
939
|
+
cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void,
|
|
991
940
|
): void;
|
|
992
941
|
getMembers(
|
|
993
942
|
args: GetMembersCommandInput,
|
|
994
|
-
options?: __HttpHandlerOptions
|
|
943
|
+
options?: __HttpHandlerOptions,
|
|
995
944
|
): Promise<GetMembersCommandOutput>;
|
|
996
945
|
getMembers(
|
|
997
946
|
args: GetMembersCommandInput,
|
|
998
|
-
cb: (err: any, data?: GetMembersCommandOutput) => void
|
|
947
|
+
cb: (err: any, data?: GetMembersCommandOutput) => void,
|
|
999
948
|
): void;
|
|
1000
949
|
getMembers(
|
|
1001
950
|
args: GetMembersCommandInput,
|
|
1002
951
|
options: __HttpHandlerOptions,
|
|
1003
|
-
cb: (err: any, data?: GetMembersCommandOutput) => void
|
|
952
|
+
cb: (err: any, data?: GetMembersCommandOutput) => void,
|
|
1004
953
|
): void;
|
|
1005
954
|
getOrganizationStatistics(): Promise<GetOrganizationStatisticsCommandOutput>;
|
|
1006
955
|
getOrganizationStatistics(
|
|
1007
956
|
args: GetOrganizationStatisticsCommandInput,
|
|
1008
|
-
options?: __HttpHandlerOptions
|
|
957
|
+
options?: __HttpHandlerOptions,
|
|
1009
958
|
): Promise<GetOrganizationStatisticsCommandOutput>;
|
|
1010
959
|
getOrganizationStatistics(
|
|
1011
960
|
args: GetOrganizationStatisticsCommandInput,
|
|
1012
|
-
cb: (err: any, data?: GetOrganizationStatisticsCommandOutput) => void
|
|
961
|
+
cb: (err: any, data?: GetOrganizationStatisticsCommandOutput) => void,
|
|
1013
962
|
): void;
|
|
1014
963
|
getOrganizationStatistics(
|
|
1015
964
|
args: GetOrganizationStatisticsCommandInput,
|
|
1016
965
|
options: __HttpHandlerOptions,
|
|
1017
|
-
cb: (err: any, data?: GetOrganizationStatisticsCommandOutput) => void
|
|
966
|
+
cb: (err: any, data?: GetOrganizationStatisticsCommandOutput) => void,
|
|
1018
967
|
): void;
|
|
1019
968
|
getRemainingFreeTrialDays(
|
|
1020
969
|
args: GetRemainingFreeTrialDaysCommandInput,
|
|
1021
|
-
options?: __HttpHandlerOptions
|
|
970
|
+
options?: __HttpHandlerOptions,
|
|
1022
971
|
): Promise<GetRemainingFreeTrialDaysCommandOutput>;
|
|
1023
972
|
getRemainingFreeTrialDays(
|
|
1024
973
|
args: GetRemainingFreeTrialDaysCommandInput,
|
|
1025
|
-
cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void
|
|
974
|
+
cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void,
|
|
1026
975
|
): void;
|
|
1027
976
|
getRemainingFreeTrialDays(
|
|
1028
977
|
args: GetRemainingFreeTrialDaysCommandInput,
|
|
1029
978
|
options: __HttpHandlerOptions,
|
|
1030
|
-
cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void
|
|
979
|
+
cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void,
|
|
1031
980
|
): void;
|
|
1032
981
|
getThreatEntitySet(
|
|
1033
982
|
args: GetThreatEntitySetCommandInput,
|
|
1034
|
-
options?: __HttpHandlerOptions
|
|
983
|
+
options?: __HttpHandlerOptions,
|
|
1035
984
|
): Promise<GetThreatEntitySetCommandOutput>;
|
|
1036
985
|
getThreatEntitySet(
|
|
1037
986
|
args: GetThreatEntitySetCommandInput,
|
|
1038
|
-
cb: (err: any, data?: GetThreatEntitySetCommandOutput) => void
|
|
987
|
+
cb: (err: any, data?: GetThreatEntitySetCommandOutput) => void,
|
|
1039
988
|
): void;
|
|
1040
989
|
getThreatEntitySet(
|
|
1041
990
|
args: GetThreatEntitySetCommandInput,
|
|
1042
991
|
options: __HttpHandlerOptions,
|
|
1043
|
-
cb: (err: any, data?: GetThreatEntitySetCommandOutput) => void
|
|
992
|
+
cb: (err: any, data?: GetThreatEntitySetCommandOutput) => void,
|
|
1044
993
|
): void;
|
|
1045
994
|
getThreatIntelSet(
|
|
1046
995
|
args: GetThreatIntelSetCommandInput,
|
|
1047
|
-
options?: __HttpHandlerOptions
|
|
996
|
+
options?: __HttpHandlerOptions,
|
|
1048
997
|
): Promise<GetThreatIntelSetCommandOutput>;
|
|
1049
998
|
getThreatIntelSet(
|
|
1050
999
|
args: GetThreatIntelSetCommandInput,
|
|
1051
|
-
cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void
|
|
1000
|
+
cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void,
|
|
1052
1001
|
): void;
|
|
1053
1002
|
getThreatIntelSet(
|
|
1054
1003
|
args: GetThreatIntelSetCommandInput,
|
|
1055
1004
|
options: __HttpHandlerOptions,
|
|
1056
|
-
cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void
|
|
1005
|
+
cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void,
|
|
1057
1006
|
): void;
|
|
1058
1007
|
getTrustedEntitySet(
|
|
1059
1008
|
args: GetTrustedEntitySetCommandInput,
|
|
1060
|
-
options?: __HttpHandlerOptions
|
|
1009
|
+
options?: __HttpHandlerOptions,
|
|
1061
1010
|
): Promise<GetTrustedEntitySetCommandOutput>;
|
|
1062
1011
|
getTrustedEntitySet(
|
|
1063
1012
|
args: GetTrustedEntitySetCommandInput,
|
|
1064
|
-
cb: (err: any, data?: GetTrustedEntitySetCommandOutput) => void
|
|
1013
|
+
cb: (err: any, data?: GetTrustedEntitySetCommandOutput) => void,
|
|
1065
1014
|
): void;
|
|
1066
1015
|
getTrustedEntitySet(
|
|
1067
1016
|
args: GetTrustedEntitySetCommandInput,
|
|
1068
1017
|
options: __HttpHandlerOptions,
|
|
1069
|
-
cb: (err: any, data?: GetTrustedEntitySetCommandOutput) => void
|
|
1018
|
+
cb: (err: any, data?: GetTrustedEntitySetCommandOutput) => void,
|
|
1070
1019
|
): void;
|
|
1071
1020
|
getUsageStatistics(
|
|
1072
1021
|
args: GetUsageStatisticsCommandInput,
|
|
1073
|
-
options?: __HttpHandlerOptions
|
|
1022
|
+
options?: __HttpHandlerOptions,
|
|
1074
1023
|
): Promise<GetUsageStatisticsCommandOutput>;
|
|
1075
1024
|
getUsageStatistics(
|
|
1076
1025
|
args: GetUsageStatisticsCommandInput,
|
|
1077
|
-
cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void
|
|
1026
|
+
cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void,
|
|
1078
1027
|
): void;
|
|
1079
1028
|
getUsageStatistics(
|
|
1080
1029
|
args: GetUsageStatisticsCommandInput,
|
|
1081
1030
|
options: __HttpHandlerOptions,
|
|
1082
|
-
cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void
|
|
1031
|
+
cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void,
|
|
1083
1032
|
): void;
|
|
1084
1033
|
inviteMembers(
|
|
1085
1034
|
args: InviteMembersCommandInput,
|
|
1086
|
-
options?: __HttpHandlerOptions
|
|
1035
|
+
options?: __HttpHandlerOptions,
|
|
1087
1036
|
): Promise<InviteMembersCommandOutput>;
|
|
1088
1037
|
inviteMembers(
|
|
1089
1038
|
args: InviteMembersCommandInput,
|
|
1090
|
-
cb: (err: any, data?: InviteMembersCommandOutput) => void
|
|
1039
|
+
cb: (err: any, data?: InviteMembersCommandOutput) => void,
|
|
1091
1040
|
): void;
|
|
1092
1041
|
inviteMembers(
|
|
1093
1042
|
args: InviteMembersCommandInput,
|
|
1094
1043
|
options: __HttpHandlerOptions,
|
|
1095
|
-
cb: (err: any, data?: InviteMembersCommandOutput) => void
|
|
1044
|
+
cb: (err: any, data?: InviteMembersCommandOutput) => void,
|
|
1096
1045
|
): void;
|
|
1097
1046
|
listCoverage(
|
|
1098
1047
|
args: ListCoverageCommandInput,
|
|
1099
|
-
options?: __HttpHandlerOptions
|
|
1048
|
+
options?: __HttpHandlerOptions,
|
|
1100
1049
|
): Promise<ListCoverageCommandOutput>;
|
|
1101
1050
|
listCoverage(
|
|
1102
1051
|
args: ListCoverageCommandInput,
|
|
1103
|
-
cb: (err: any, data?: ListCoverageCommandOutput) => void
|
|
1052
|
+
cb: (err: any, data?: ListCoverageCommandOutput) => void,
|
|
1104
1053
|
): void;
|
|
1105
1054
|
listCoverage(
|
|
1106
1055
|
args: ListCoverageCommandInput,
|
|
1107
1056
|
options: __HttpHandlerOptions,
|
|
1108
|
-
cb: (err: any, data?: ListCoverageCommandOutput) => void
|
|
1057
|
+
cb: (err: any, data?: ListCoverageCommandOutput) => void,
|
|
1109
1058
|
): void;
|
|
1110
1059
|
listDetectors(): Promise<ListDetectorsCommandOutput>;
|
|
1111
1060
|
listDetectors(
|
|
1112
1061
|
args: ListDetectorsCommandInput,
|
|
1113
|
-
options?: __HttpHandlerOptions
|
|
1062
|
+
options?: __HttpHandlerOptions,
|
|
1114
1063
|
): Promise<ListDetectorsCommandOutput>;
|
|
1115
1064
|
listDetectors(
|
|
1116
1065
|
args: ListDetectorsCommandInput,
|
|
1117
|
-
cb: (err: any, data?: ListDetectorsCommandOutput) => void
|
|
1066
|
+
cb: (err: any, data?: ListDetectorsCommandOutput) => void,
|
|
1118
1067
|
): void;
|
|
1119
1068
|
listDetectors(
|
|
1120
1069
|
args: ListDetectorsCommandInput,
|
|
1121
1070
|
options: __HttpHandlerOptions,
|
|
1122
|
-
cb: (err: any, data?: ListDetectorsCommandOutput) => void
|
|
1071
|
+
cb: (err: any, data?: ListDetectorsCommandOutput) => void,
|
|
1123
1072
|
): void;
|
|
1124
1073
|
listFilters(
|
|
1125
1074
|
args: ListFiltersCommandInput,
|
|
1126
|
-
options?: __HttpHandlerOptions
|
|
1075
|
+
options?: __HttpHandlerOptions,
|
|
1127
1076
|
): Promise<ListFiltersCommandOutput>;
|
|
1128
1077
|
listFilters(
|
|
1129
1078
|
args: ListFiltersCommandInput,
|
|
1130
|
-
cb: (err: any, data?: ListFiltersCommandOutput) => void
|
|
1079
|
+
cb: (err: any, data?: ListFiltersCommandOutput) => void,
|
|
1131
1080
|
): void;
|
|
1132
1081
|
listFilters(
|
|
1133
1082
|
args: ListFiltersCommandInput,
|
|
1134
1083
|
options: __HttpHandlerOptions,
|
|
1135
|
-
cb: (err: any, data?: ListFiltersCommandOutput) => void
|
|
1084
|
+
cb: (err: any, data?: ListFiltersCommandOutput) => void,
|
|
1136
1085
|
): void;
|
|
1137
1086
|
listFindings(
|
|
1138
1087
|
args: ListFindingsCommandInput,
|
|
1139
|
-
options?: __HttpHandlerOptions
|
|
1088
|
+
options?: __HttpHandlerOptions,
|
|
1140
1089
|
): Promise<ListFindingsCommandOutput>;
|
|
1141
1090
|
listFindings(
|
|
1142
1091
|
args: ListFindingsCommandInput,
|
|
1143
|
-
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
1092
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void,
|
|
1144
1093
|
): void;
|
|
1145
1094
|
listFindings(
|
|
1146
1095
|
args: ListFindingsCommandInput,
|
|
1147
1096
|
options: __HttpHandlerOptions,
|
|
1148
|
-
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
1097
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void,
|
|
1149
1098
|
): void;
|
|
1150
1099
|
listInvestigations(
|
|
1151
1100
|
args: ListInvestigationsCommandInput,
|
|
1152
|
-
options?: __HttpHandlerOptions
|
|
1101
|
+
options?: __HttpHandlerOptions,
|
|
1153
1102
|
): Promise<ListInvestigationsCommandOutput>;
|
|
1154
1103
|
listInvestigations(
|
|
1155
1104
|
args: ListInvestigationsCommandInput,
|
|
1156
|
-
cb: (err: any, data?: ListInvestigationsCommandOutput) => void
|
|
1105
|
+
cb: (err: any, data?: ListInvestigationsCommandOutput) => void,
|
|
1157
1106
|
): void;
|
|
1158
1107
|
listInvestigations(
|
|
1159
1108
|
args: ListInvestigationsCommandInput,
|
|
1160
1109
|
options: __HttpHandlerOptions,
|
|
1161
|
-
cb: (err: any, data?: ListInvestigationsCommandOutput) => void
|
|
1110
|
+
cb: (err: any, data?: ListInvestigationsCommandOutput) => void,
|
|
1162
1111
|
): void;
|
|
1163
1112
|
listInvitations(): Promise<ListInvitationsCommandOutput>;
|
|
1164
1113
|
listInvitations(
|
|
1165
1114
|
args: ListInvitationsCommandInput,
|
|
1166
|
-
options?: __HttpHandlerOptions
|
|
1115
|
+
options?: __HttpHandlerOptions,
|
|
1167
1116
|
): Promise<ListInvitationsCommandOutput>;
|
|
1168
1117
|
listInvitations(
|
|
1169
1118
|
args: ListInvitationsCommandInput,
|
|
1170
|
-
cb: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
1119
|
+
cb: (err: any, data?: ListInvitationsCommandOutput) => void,
|
|
1171
1120
|
): void;
|
|
1172
1121
|
listInvitations(
|
|
1173
1122
|
args: ListInvitationsCommandInput,
|
|
1174
1123
|
options: __HttpHandlerOptions,
|
|
1175
|
-
cb: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
1124
|
+
cb: (err: any, data?: ListInvitationsCommandOutput) => void,
|
|
1176
1125
|
): void;
|
|
1177
1126
|
listIPSets(
|
|
1178
1127
|
args: ListIPSetsCommandInput,
|
|
1179
|
-
options?: __HttpHandlerOptions
|
|
1128
|
+
options?: __HttpHandlerOptions,
|
|
1180
1129
|
): Promise<ListIPSetsCommandOutput>;
|
|
1181
1130
|
listIPSets(
|
|
1182
1131
|
args: ListIPSetsCommandInput,
|
|
1183
|
-
cb: (err: any, data?: ListIPSetsCommandOutput) => void
|
|
1132
|
+
cb: (err: any, data?: ListIPSetsCommandOutput) => void,
|
|
1184
1133
|
): void;
|
|
1185
1134
|
listIPSets(
|
|
1186
1135
|
args: ListIPSetsCommandInput,
|
|
1187
1136
|
options: __HttpHandlerOptions,
|
|
1188
|
-
cb: (err: any, data?: ListIPSetsCommandOutput) => void
|
|
1137
|
+
cb: (err: any, data?: ListIPSetsCommandOutput) => void,
|
|
1189
1138
|
): void;
|
|
1190
1139
|
listMalwareProtectionPlans(): Promise<ListMalwareProtectionPlansCommandOutput>;
|
|
1191
1140
|
listMalwareProtectionPlans(
|
|
1192
1141
|
args: ListMalwareProtectionPlansCommandInput,
|
|
1193
|
-
options?: __HttpHandlerOptions
|
|
1142
|
+
options?: __HttpHandlerOptions,
|
|
1194
1143
|
): Promise<ListMalwareProtectionPlansCommandOutput>;
|
|
1195
1144
|
listMalwareProtectionPlans(
|
|
1196
1145
|
args: ListMalwareProtectionPlansCommandInput,
|
|
1197
|
-
cb: (err: any, data?: ListMalwareProtectionPlansCommandOutput) => void
|
|
1146
|
+
cb: (err: any, data?: ListMalwareProtectionPlansCommandOutput) => void,
|
|
1198
1147
|
): void;
|
|
1199
1148
|
listMalwareProtectionPlans(
|
|
1200
1149
|
args: ListMalwareProtectionPlansCommandInput,
|
|
1201
1150
|
options: __HttpHandlerOptions,
|
|
1202
|
-
cb: (err: any, data?: ListMalwareProtectionPlansCommandOutput) => void
|
|
1151
|
+
cb: (err: any, data?: ListMalwareProtectionPlansCommandOutput) => void,
|
|
1203
1152
|
): void;
|
|
1204
1153
|
listMalwareScans(): Promise<ListMalwareScansCommandOutput>;
|
|
1205
1154
|
listMalwareScans(
|
|
1206
1155
|
args: ListMalwareScansCommandInput,
|
|
1207
|
-
options?: __HttpHandlerOptions
|
|
1156
|
+
options?: __HttpHandlerOptions,
|
|
1208
1157
|
): Promise<ListMalwareScansCommandOutput>;
|
|
1209
1158
|
listMalwareScans(
|
|
1210
1159
|
args: ListMalwareScansCommandInput,
|
|
1211
|
-
cb: (err: any, data?: ListMalwareScansCommandOutput) => void
|
|
1160
|
+
cb: (err: any, data?: ListMalwareScansCommandOutput) => void,
|
|
1212
1161
|
): void;
|
|
1213
1162
|
listMalwareScans(
|
|
1214
1163
|
args: ListMalwareScansCommandInput,
|
|
1215
1164
|
options: __HttpHandlerOptions,
|
|
1216
|
-
cb: (err: any, data?: ListMalwareScansCommandOutput) => void
|
|
1165
|
+
cb: (err: any, data?: ListMalwareScansCommandOutput) => void,
|
|
1217
1166
|
): void;
|
|
1218
1167
|
listMembers(
|
|
1219
1168
|
args: ListMembersCommandInput,
|
|
1220
|
-
options?: __HttpHandlerOptions
|
|
1169
|
+
options?: __HttpHandlerOptions,
|
|
1221
1170
|
): Promise<ListMembersCommandOutput>;
|
|
1222
1171
|
listMembers(
|
|
1223
1172
|
args: ListMembersCommandInput,
|
|
1224
|
-
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
1173
|
+
cb: (err: any, data?: ListMembersCommandOutput) => void,
|
|
1225
1174
|
): void;
|
|
1226
1175
|
listMembers(
|
|
1227
1176
|
args: ListMembersCommandInput,
|
|
1228
1177
|
options: __HttpHandlerOptions,
|
|
1229
|
-
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
1178
|
+
cb: (err: any, data?: ListMembersCommandOutput) => void,
|
|
1230
1179
|
): void;
|
|
1231
1180
|
listOrganizationAdminAccounts(): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
1232
1181
|
listOrganizationAdminAccounts(
|
|
1233
1182
|
args: ListOrganizationAdminAccountsCommandInput,
|
|
1234
|
-
options?: __HttpHandlerOptions
|
|
1183
|
+
options?: __HttpHandlerOptions,
|
|
1235
1184
|
): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
1236
1185
|
listOrganizationAdminAccounts(
|
|
1237
1186
|
args: ListOrganizationAdminAccountsCommandInput,
|
|
1238
|
-
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
|
|
1187
|
+
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void,
|
|
1239
1188
|
): void;
|
|
1240
1189
|
listOrganizationAdminAccounts(
|
|
1241
1190
|
args: ListOrganizationAdminAccountsCommandInput,
|
|
1242
1191
|
options: __HttpHandlerOptions,
|
|
1243
|
-
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
|
|
1192
|
+
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void,
|
|
1244
1193
|
): void;
|
|
1245
1194
|
listPublishingDestinations(
|
|
1246
1195
|
args: ListPublishingDestinationsCommandInput,
|
|
1247
|
-
options?: __HttpHandlerOptions
|
|
1196
|
+
options?: __HttpHandlerOptions,
|
|
1248
1197
|
): Promise<ListPublishingDestinationsCommandOutput>;
|
|
1249
1198
|
listPublishingDestinations(
|
|
1250
1199
|
args: ListPublishingDestinationsCommandInput,
|
|
1251
|
-
cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void
|
|
1200
|
+
cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void,
|
|
1252
1201
|
): void;
|
|
1253
1202
|
listPublishingDestinations(
|
|
1254
1203
|
args: ListPublishingDestinationsCommandInput,
|
|
1255
1204
|
options: __HttpHandlerOptions,
|
|
1256
|
-
cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void
|
|
1205
|
+
cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void,
|
|
1257
1206
|
): void;
|
|
1258
1207
|
listTagsForResource(
|
|
1259
1208
|
args: ListTagsForResourceCommandInput,
|
|
1260
|
-
options?: __HttpHandlerOptions
|
|
1209
|
+
options?: __HttpHandlerOptions,
|
|
1261
1210
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
1262
1211
|
listTagsForResource(
|
|
1263
1212
|
args: ListTagsForResourceCommandInput,
|
|
1264
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1213
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1265
1214
|
): void;
|
|
1266
1215
|
listTagsForResource(
|
|
1267
1216
|
args: ListTagsForResourceCommandInput,
|
|
1268
1217
|
options: __HttpHandlerOptions,
|
|
1269
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1218
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1270
1219
|
): void;
|
|
1271
1220
|
listThreatEntitySets(
|
|
1272
1221
|
args: ListThreatEntitySetsCommandInput,
|
|
1273
|
-
options?: __HttpHandlerOptions
|
|
1222
|
+
options?: __HttpHandlerOptions,
|
|
1274
1223
|
): Promise<ListThreatEntitySetsCommandOutput>;
|
|
1275
1224
|
listThreatEntitySets(
|
|
1276
1225
|
args: ListThreatEntitySetsCommandInput,
|
|
1277
|
-
cb: (err: any, data?: ListThreatEntitySetsCommandOutput) => void
|
|
1226
|
+
cb: (err: any, data?: ListThreatEntitySetsCommandOutput) => void,
|
|
1278
1227
|
): void;
|
|
1279
1228
|
listThreatEntitySets(
|
|
1280
1229
|
args: ListThreatEntitySetsCommandInput,
|
|
1281
1230
|
options: __HttpHandlerOptions,
|
|
1282
|
-
cb: (err: any, data?: ListThreatEntitySetsCommandOutput) => void
|
|
1231
|
+
cb: (err: any, data?: ListThreatEntitySetsCommandOutput) => void,
|
|
1283
1232
|
): void;
|
|
1284
1233
|
listThreatIntelSets(
|
|
1285
1234
|
args: ListThreatIntelSetsCommandInput,
|
|
1286
|
-
options?: __HttpHandlerOptions
|
|
1235
|
+
options?: __HttpHandlerOptions,
|
|
1287
1236
|
): Promise<ListThreatIntelSetsCommandOutput>;
|
|
1288
1237
|
listThreatIntelSets(
|
|
1289
1238
|
args: ListThreatIntelSetsCommandInput,
|
|
1290
|
-
cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void
|
|
1239
|
+
cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void,
|
|
1291
1240
|
): void;
|
|
1292
1241
|
listThreatIntelSets(
|
|
1293
1242
|
args: ListThreatIntelSetsCommandInput,
|
|
1294
1243
|
options: __HttpHandlerOptions,
|
|
1295
|
-
cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void
|
|
1244
|
+
cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void,
|
|
1296
1245
|
): void;
|
|
1297
1246
|
listTrustedEntitySets(
|
|
1298
1247
|
args: ListTrustedEntitySetsCommandInput,
|
|
1299
|
-
options?: __HttpHandlerOptions
|
|
1248
|
+
options?: __HttpHandlerOptions,
|
|
1300
1249
|
): Promise<ListTrustedEntitySetsCommandOutput>;
|
|
1301
1250
|
listTrustedEntitySets(
|
|
1302
1251
|
args: ListTrustedEntitySetsCommandInput,
|
|
1303
|
-
cb: (err: any, data?: ListTrustedEntitySetsCommandOutput) => void
|
|
1252
|
+
cb: (err: any, data?: ListTrustedEntitySetsCommandOutput) => void,
|
|
1304
1253
|
): void;
|
|
1305
1254
|
listTrustedEntitySets(
|
|
1306
1255
|
args: ListTrustedEntitySetsCommandInput,
|
|
1307
1256
|
options: __HttpHandlerOptions,
|
|
1308
|
-
cb: (err: any, data?: ListTrustedEntitySetsCommandOutput) => void
|
|
1257
|
+
cb: (err: any, data?: ListTrustedEntitySetsCommandOutput) => void,
|
|
1309
1258
|
): void;
|
|
1310
1259
|
sendObjectMalwareScan(): Promise<SendObjectMalwareScanCommandOutput>;
|
|
1311
1260
|
sendObjectMalwareScan(
|
|
1312
1261
|
args: SendObjectMalwareScanCommandInput,
|
|
1313
|
-
options?: __HttpHandlerOptions
|
|
1262
|
+
options?: __HttpHandlerOptions,
|
|
1314
1263
|
): Promise<SendObjectMalwareScanCommandOutput>;
|
|
1315
1264
|
sendObjectMalwareScan(
|
|
1316
1265
|
args: SendObjectMalwareScanCommandInput,
|
|
1317
|
-
cb: (err: any, data?: SendObjectMalwareScanCommandOutput) => void
|
|
1266
|
+
cb: (err: any, data?: SendObjectMalwareScanCommandOutput) => void,
|
|
1318
1267
|
): void;
|
|
1319
1268
|
sendObjectMalwareScan(
|
|
1320
1269
|
args: SendObjectMalwareScanCommandInput,
|
|
1321
1270
|
options: __HttpHandlerOptions,
|
|
1322
|
-
cb: (err: any, data?: SendObjectMalwareScanCommandOutput) => void
|
|
1271
|
+
cb: (err: any, data?: SendObjectMalwareScanCommandOutput) => void,
|
|
1323
1272
|
): void;
|
|
1324
1273
|
startMalwareScan(
|
|
1325
1274
|
args: StartMalwareScanCommandInput,
|
|
1326
|
-
options?: __HttpHandlerOptions
|
|
1275
|
+
options?: __HttpHandlerOptions,
|
|
1327
1276
|
): Promise<StartMalwareScanCommandOutput>;
|
|
1328
1277
|
startMalwareScan(
|
|
1329
1278
|
args: StartMalwareScanCommandInput,
|
|
1330
|
-
cb: (err: any, data?: StartMalwareScanCommandOutput) => void
|
|
1279
|
+
cb: (err: any, data?: StartMalwareScanCommandOutput) => void,
|
|
1331
1280
|
): void;
|
|
1332
1281
|
startMalwareScan(
|
|
1333
1282
|
args: StartMalwareScanCommandInput,
|
|
1334
1283
|
options: __HttpHandlerOptions,
|
|
1335
|
-
cb: (err: any, data?: StartMalwareScanCommandOutput) => void
|
|
1284
|
+
cb: (err: any, data?: StartMalwareScanCommandOutput) => void,
|
|
1336
1285
|
): void;
|
|
1337
1286
|
startMonitoringMembers(
|
|
1338
1287
|
args: StartMonitoringMembersCommandInput,
|
|
1339
|
-
options?: __HttpHandlerOptions
|
|
1288
|
+
options?: __HttpHandlerOptions,
|
|
1340
1289
|
): Promise<StartMonitoringMembersCommandOutput>;
|
|
1341
1290
|
startMonitoringMembers(
|
|
1342
1291
|
args: StartMonitoringMembersCommandInput,
|
|
1343
|
-
cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void
|
|
1292
|
+
cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void,
|
|
1344
1293
|
): void;
|
|
1345
1294
|
startMonitoringMembers(
|
|
1346
1295
|
args: StartMonitoringMembersCommandInput,
|
|
1347
1296
|
options: __HttpHandlerOptions,
|
|
1348
|
-
cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void
|
|
1297
|
+
cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void,
|
|
1349
1298
|
): void;
|
|
1350
1299
|
stopMonitoringMembers(
|
|
1351
1300
|
args: StopMonitoringMembersCommandInput,
|
|
1352
|
-
options?: __HttpHandlerOptions
|
|
1301
|
+
options?: __HttpHandlerOptions,
|
|
1353
1302
|
): Promise<StopMonitoringMembersCommandOutput>;
|
|
1354
1303
|
stopMonitoringMembers(
|
|
1355
1304
|
args: StopMonitoringMembersCommandInput,
|
|
1356
|
-
cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void
|
|
1305
|
+
cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void,
|
|
1357
1306
|
): void;
|
|
1358
1307
|
stopMonitoringMembers(
|
|
1359
1308
|
args: StopMonitoringMembersCommandInput,
|
|
1360
1309
|
options: __HttpHandlerOptions,
|
|
1361
|
-
cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void
|
|
1310
|
+
cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void,
|
|
1362
1311
|
): void;
|
|
1363
1312
|
tagResource(
|
|
1364
1313
|
args: TagResourceCommandInput,
|
|
1365
|
-
options?: __HttpHandlerOptions
|
|
1314
|
+
options?: __HttpHandlerOptions,
|
|
1366
1315
|
): Promise<TagResourceCommandOutput>;
|
|
1367
1316
|
tagResource(
|
|
1368
1317
|
args: TagResourceCommandInput,
|
|
1369
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1318
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1370
1319
|
): void;
|
|
1371
1320
|
tagResource(
|
|
1372
1321
|
args: TagResourceCommandInput,
|
|
1373
1322
|
options: __HttpHandlerOptions,
|
|
1374
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1323
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1375
1324
|
): void;
|
|
1376
1325
|
unarchiveFindings(
|
|
1377
1326
|
args: UnarchiveFindingsCommandInput,
|
|
1378
|
-
options?: __HttpHandlerOptions
|
|
1327
|
+
options?: __HttpHandlerOptions,
|
|
1379
1328
|
): Promise<UnarchiveFindingsCommandOutput>;
|
|
1380
1329
|
unarchiveFindings(
|
|
1381
1330
|
args: UnarchiveFindingsCommandInput,
|
|
1382
|
-
cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void
|
|
1331
|
+
cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void,
|
|
1383
1332
|
): void;
|
|
1384
1333
|
unarchiveFindings(
|
|
1385
1334
|
args: UnarchiveFindingsCommandInput,
|
|
1386
1335
|
options: __HttpHandlerOptions,
|
|
1387
|
-
cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void
|
|
1336
|
+
cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void,
|
|
1388
1337
|
): void;
|
|
1389
1338
|
untagResource(
|
|
1390
1339
|
args: UntagResourceCommandInput,
|
|
1391
|
-
options?: __HttpHandlerOptions
|
|
1340
|
+
options?: __HttpHandlerOptions,
|
|
1392
1341
|
): Promise<UntagResourceCommandOutput>;
|
|
1393
1342
|
untagResource(
|
|
1394
1343
|
args: UntagResourceCommandInput,
|
|
1395
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1344
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1396
1345
|
): void;
|
|
1397
1346
|
untagResource(
|
|
1398
1347
|
args: UntagResourceCommandInput,
|
|
1399
1348
|
options: __HttpHandlerOptions,
|
|
1400
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1349
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1401
1350
|
): void;
|
|
1402
1351
|
updateDetector(
|
|
1403
1352
|
args: UpdateDetectorCommandInput,
|
|
1404
|
-
options?: __HttpHandlerOptions
|
|
1353
|
+
options?: __HttpHandlerOptions,
|
|
1405
1354
|
): Promise<UpdateDetectorCommandOutput>;
|
|
1406
1355
|
updateDetector(
|
|
1407
1356
|
args: UpdateDetectorCommandInput,
|
|
1408
|
-
cb: (err: any, data?: UpdateDetectorCommandOutput) => void
|
|
1357
|
+
cb: (err: any, data?: UpdateDetectorCommandOutput) => void,
|
|
1409
1358
|
): void;
|
|
1410
1359
|
updateDetector(
|
|
1411
1360
|
args: UpdateDetectorCommandInput,
|
|
1412
1361
|
options: __HttpHandlerOptions,
|
|
1413
|
-
cb: (err: any, data?: UpdateDetectorCommandOutput) => void
|
|
1362
|
+
cb: (err: any, data?: UpdateDetectorCommandOutput) => void,
|
|
1414
1363
|
): void;
|
|
1415
1364
|
updateFilter(
|
|
1416
1365
|
args: UpdateFilterCommandInput,
|
|
1417
|
-
options?: __HttpHandlerOptions
|
|
1366
|
+
options?: __HttpHandlerOptions,
|
|
1418
1367
|
): Promise<UpdateFilterCommandOutput>;
|
|
1419
1368
|
updateFilter(
|
|
1420
1369
|
args: UpdateFilterCommandInput,
|
|
1421
|
-
cb: (err: any, data?: UpdateFilterCommandOutput) => void
|
|
1370
|
+
cb: (err: any, data?: UpdateFilterCommandOutput) => void,
|
|
1422
1371
|
): void;
|
|
1423
1372
|
updateFilter(
|
|
1424
1373
|
args: UpdateFilterCommandInput,
|
|
1425
1374
|
options: __HttpHandlerOptions,
|
|
1426
|
-
cb: (err: any, data?: UpdateFilterCommandOutput) => void
|
|
1375
|
+
cb: (err: any, data?: UpdateFilterCommandOutput) => void,
|
|
1427
1376
|
): void;
|
|
1428
1377
|
updateFindingsFeedback(
|
|
1429
1378
|
args: UpdateFindingsFeedbackCommandInput,
|
|
1430
|
-
options?: __HttpHandlerOptions
|
|
1379
|
+
options?: __HttpHandlerOptions,
|
|
1431
1380
|
): Promise<UpdateFindingsFeedbackCommandOutput>;
|
|
1432
1381
|
updateFindingsFeedback(
|
|
1433
1382
|
args: UpdateFindingsFeedbackCommandInput,
|
|
1434
|
-
cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void
|
|
1383
|
+
cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void,
|
|
1435
1384
|
): void;
|
|
1436
1385
|
updateFindingsFeedback(
|
|
1437
1386
|
args: UpdateFindingsFeedbackCommandInput,
|
|
1438
1387
|
options: __HttpHandlerOptions,
|
|
1439
|
-
cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void
|
|
1388
|
+
cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void,
|
|
1440
1389
|
): void;
|
|
1441
1390
|
updateIPSet(
|
|
1442
1391
|
args: UpdateIPSetCommandInput,
|
|
1443
|
-
options?: __HttpHandlerOptions
|
|
1392
|
+
options?: __HttpHandlerOptions,
|
|
1444
1393
|
): Promise<UpdateIPSetCommandOutput>;
|
|
1445
1394
|
updateIPSet(
|
|
1446
1395
|
args: UpdateIPSetCommandInput,
|
|
1447
|
-
cb: (err: any, data?: UpdateIPSetCommandOutput) => void
|
|
1396
|
+
cb: (err: any, data?: UpdateIPSetCommandOutput) => void,
|
|
1448
1397
|
): void;
|
|
1449
1398
|
updateIPSet(
|
|
1450
1399
|
args: UpdateIPSetCommandInput,
|
|
1451
1400
|
options: __HttpHandlerOptions,
|
|
1452
|
-
cb: (err: any, data?: UpdateIPSetCommandOutput) => void
|
|
1401
|
+
cb: (err: any, data?: UpdateIPSetCommandOutput) => void,
|
|
1453
1402
|
): void;
|
|
1454
1403
|
updateMalwareProtectionPlan(
|
|
1455
1404
|
args: UpdateMalwareProtectionPlanCommandInput,
|
|
1456
|
-
options?: __HttpHandlerOptions
|
|
1405
|
+
options?: __HttpHandlerOptions,
|
|
1457
1406
|
): Promise<UpdateMalwareProtectionPlanCommandOutput>;
|
|
1458
1407
|
updateMalwareProtectionPlan(
|
|
1459
1408
|
args: UpdateMalwareProtectionPlanCommandInput,
|
|
1460
|
-
cb: (err: any, data?: UpdateMalwareProtectionPlanCommandOutput) => void
|
|
1409
|
+
cb: (err: any, data?: UpdateMalwareProtectionPlanCommandOutput) => void,
|
|
1461
1410
|
): void;
|
|
1462
1411
|
updateMalwareProtectionPlan(
|
|
1463
1412
|
args: UpdateMalwareProtectionPlanCommandInput,
|
|
1464
1413
|
options: __HttpHandlerOptions,
|
|
1465
|
-
cb: (err: any, data?: UpdateMalwareProtectionPlanCommandOutput) => void
|
|
1414
|
+
cb: (err: any, data?: UpdateMalwareProtectionPlanCommandOutput) => void,
|
|
1466
1415
|
): void;
|
|
1467
1416
|
updateMalwareScanSettings(
|
|
1468
1417
|
args: UpdateMalwareScanSettingsCommandInput,
|
|
1469
|
-
options?: __HttpHandlerOptions
|
|
1418
|
+
options?: __HttpHandlerOptions,
|
|
1470
1419
|
): Promise<UpdateMalwareScanSettingsCommandOutput>;
|
|
1471
1420
|
updateMalwareScanSettings(
|
|
1472
1421
|
args: UpdateMalwareScanSettingsCommandInput,
|
|
1473
|
-
cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void
|
|
1422
|
+
cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void,
|
|
1474
1423
|
): void;
|
|
1475
1424
|
updateMalwareScanSettings(
|
|
1476
1425
|
args: UpdateMalwareScanSettingsCommandInput,
|
|
1477
1426
|
options: __HttpHandlerOptions,
|
|
1478
|
-
cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void
|
|
1427
|
+
cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void,
|
|
1479
1428
|
): void;
|
|
1480
1429
|
updateMemberDetectors(
|
|
1481
1430
|
args: UpdateMemberDetectorsCommandInput,
|
|
1482
|
-
options?: __HttpHandlerOptions
|
|
1431
|
+
options?: __HttpHandlerOptions,
|
|
1483
1432
|
): Promise<UpdateMemberDetectorsCommandOutput>;
|
|
1484
1433
|
updateMemberDetectors(
|
|
1485
1434
|
args: UpdateMemberDetectorsCommandInput,
|
|
1486
|
-
cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void
|
|
1435
|
+
cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void,
|
|
1487
1436
|
): void;
|
|
1488
1437
|
updateMemberDetectors(
|
|
1489
1438
|
args: UpdateMemberDetectorsCommandInput,
|
|
1490
1439
|
options: __HttpHandlerOptions,
|
|
1491
|
-
cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void
|
|
1440
|
+
cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void,
|
|
1492
1441
|
): void;
|
|
1493
1442
|
updateOrganizationConfiguration(
|
|
1494
1443
|
args: UpdateOrganizationConfigurationCommandInput,
|
|
1495
|
-
options?: __HttpHandlerOptions
|
|
1444
|
+
options?: __HttpHandlerOptions,
|
|
1496
1445
|
): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
1497
1446
|
updateOrganizationConfiguration(
|
|
1498
1447
|
args: UpdateOrganizationConfigurationCommandInput,
|
|
1499
|
-
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
1448
|
+
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void,
|
|
1500
1449
|
): void;
|
|
1501
1450
|
updateOrganizationConfiguration(
|
|
1502
1451
|
args: UpdateOrganizationConfigurationCommandInput,
|
|
1503
1452
|
options: __HttpHandlerOptions,
|
|
1504
|
-
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
1453
|
+
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void,
|
|
1505
1454
|
): void;
|
|
1506
1455
|
updatePublishingDestination(
|
|
1507
1456
|
args: UpdatePublishingDestinationCommandInput,
|
|
1508
|
-
options?: __HttpHandlerOptions
|
|
1457
|
+
options?: __HttpHandlerOptions,
|
|
1509
1458
|
): Promise<UpdatePublishingDestinationCommandOutput>;
|
|
1510
1459
|
updatePublishingDestination(
|
|
1511
1460
|
args: UpdatePublishingDestinationCommandInput,
|
|
1512
|
-
cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void
|
|
1461
|
+
cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void,
|
|
1513
1462
|
): void;
|
|
1514
1463
|
updatePublishingDestination(
|
|
1515
1464
|
args: UpdatePublishingDestinationCommandInput,
|
|
1516
1465
|
options: __HttpHandlerOptions,
|
|
1517
|
-
cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void
|
|
1466
|
+
cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void,
|
|
1518
1467
|
): void;
|
|
1519
1468
|
updateThreatEntitySet(
|
|
1520
1469
|
args: UpdateThreatEntitySetCommandInput,
|
|
1521
|
-
options?: __HttpHandlerOptions
|
|
1470
|
+
options?: __HttpHandlerOptions,
|
|
1522
1471
|
): Promise<UpdateThreatEntitySetCommandOutput>;
|
|
1523
1472
|
updateThreatEntitySet(
|
|
1524
1473
|
args: UpdateThreatEntitySetCommandInput,
|
|
1525
|
-
cb: (err: any, data?: UpdateThreatEntitySetCommandOutput) => void
|
|
1474
|
+
cb: (err: any, data?: UpdateThreatEntitySetCommandOutput) => void,
|
|
1526
1475
|
): void;
|
|
1527
1476
|
updateThreatEntitySet(
|
|
1528
1477
|
args: UpdateThreatEntitySetCommandInput,
|
|
1529
1478
|
options: __HttpHandlerOptions,
|
|
1530
|
-
cb: (err: any, data?: UpdateThreatEntitySetCommandOutput) => void
|
|
1479
|
+
cb: (err: any, data?: UpdateThreatEntitySetCommandOutput) => void,
|
|
1531
1480
|
): void;
|
|
1532
1481
|
updateThreatIntelSet(
|
|
1533
1482
|
args: UpdateThreatIntelSetCommandInput,
|
|
1534
|
-
options?: __HttpHandlerOptions
|
|
1483
|
+
options?: __HttpHandlerOptions,
|
|
1535
1484
|
): Promise<UpdateThreatIntelSetCommandOutput>;
|
|
1536
1485
|
updateThreatIntelSet(
|
|
1537
1486
|
args: UpdateThreatIntelSetCommandInput,
|
|
1538
|
-
cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void
|
|
1487
|
+
cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void,
|
|
1539
1488
|
): void;
|
|
1540
1489
|
updateThreatIntelSet(
|
|
1541
1490
|
args: UpdateThreatIntelSetCommandInput,
|
|
1542
1491
|
options: __HttpHandlerOptions,
|
|
1543
|
-
cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void
|
|
1492
|
+
cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void,
|
|
1544
1493
|
): void;
|
|
1545
1494
|
updateTrustedEntitySet(
|
|
1546
1495
|
args: UpdateTrustedEntitySetCommandInput,
|
|
1547
|
-
options?: __HttpHandlerOptions
|
|
1496
|
+
options?: __HttpHandlerOptions,
|
|
1548
1497
|
): Promise<UpdateTrustedEntitySetCommandOutput>;
|
|
1549
1498
|
updateTrustedEntitySet(
|
|
1550
1499
|
args: UpdateTrustedEntitySetCommandInput,
|
|
1551
|
-
cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void
|
|
1500
|
+
cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void,
|
|
1552
1501
|
): void;
|
|
1553
1502
|
updateTrustedEntitySet(
|
|
1554
1503
|
args: UpdateTrustedEntitySetCommandInput,
|
|
1555
1504
|
options: __HttpHandlerOptions,
|
|
1556
|
-
cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void
|
|
1505
|
+
cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void,
|
|
1557
1506
|
): void;
|
|
1558
1507
|
paginateDescribeMalwareScans(
|
|
1559
1508
|
args: DescribeMalwareScansCommandInput,
|
|
1560
1509
|
paginationConfig?: Pick<
|
|
1561
1510
|
PaginationConfiguration,
|
|
1562
1511
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1563
|
-
|
|
1512
|
+
>,
|
|
1564
1513
|
): Paginator<DescribeMalwareScansCommandOutput>;
|
|
1565
1514
|
paginateDescribeOrganizationConfiguration(
|
|
1566
1515
|
args: DescribeOrganizationConfigurationCommandInput,
|
|
1567
1516
|
paginationConfig?: Pick<
|
|
1568
1517
|
PaginationConfiguration,
|
|
1569
1518
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1570
|
-
|
|
1519
|
+
>,
|
|
1571
1520
|
): Paginator<DescribeOrganizationConfigurationCommandOutput>;
|
|
1572
1521
|
paginateGetUsageStatistics(
|
|
1573
1522
|
args: GetUsageStatisticsCommandInput,
|
|
1574
1523
|
paginationConfig?: Pick<
|
|
1575
1524
|
PaginationConfiguration,
|
|
1576
1525
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1577
|
-
|
|
1526
|
+
>,
|
|
1578
1527
|
): Paginator<GetUsageStatisticsCommandOutput>;
|
|
1579
1528
|
paginateListCoverage(
|
|
1580
1529
|
args: ListCoverageCommandInput,
|
|
1581
1530
|
paginationConfig?: Pick<
|
|
1582
1531
|
PaginationConfiguration,
|
|
1583
1532
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1584
|
-
|
|
1533
|
+
>,
|
|
1585
1534
|
): Paginator<ListCoverageCommandOutput>;
|
|
1586
1535
|
paginateListDetectors(
|
|
1587
1536
|
args?: ListDetectorsCommandInput,
|
|
1588
1537
|
paginationConfig?: Pick<
|
|
1589
1538
|
PaginationConfiguration,
|
|
1590
1539
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1591
|
-
|
|
1540
|
+
>,
|
|
1592
1541
|
): Paginator<ListDetectorsCommandOutput>;
|
|
1593
1542
|
paginateListFilters(
|
|
1594
1543
|
args: ListFiltersCommandInput,
|
|
1595
1544
|
paginationConfig?: Pick<
|
|
1596
1545
|
PaginationConfiguration,
|
|
1597
1546
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1598
|
-
|
|
1547
|
+
>,
|
|
1599
1548
|
): Paginator<ListFiltersCommandOutput>;
|
|
1600
1549
|
paginateListFindings(
|
|
1601
1550
|
args: ListFindingsCommandInput,
|
|
1602
1551
|
paginationConfig?: Pick<
|
|
1603
1552
|
PaginationConfiguration,
|
|
1604
1553
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1605
|
-
|
|
1554
|
+
>,
|
|
1606
1555
|
): Paginator<ListFindingsCommandOutput>;
|
|
1607
1556
|
paginateListInvestigations(
|
|
1608
1557
|
args: ListInvestigationsCommandInput,
|
|
1609
1558
|
paginationConfig?: Pick<
|
|
1610
1559
|
PaginationConfiguration,
|
|
1611
1560
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1612
|
-
|
|
1561
|
+
>,
|
|
1613
1562
|
): Paginator<ListInvestigationsCommandOutput>;
|
|
1614
1563
|
paginateListInvitations(
|
|
1615
1564
|
args?: ListInvitationsCommandInput,
|
|
1616
1565
|
paginationConfig?: Pick<
|
|
1617
1566
|
PaginationConfiguration,
|
|
1618
1567
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1619
|
-
|
|
1568
|
+
>,
|
|
1620
1569
|
): Paginator<ListInvitationsCommandOutput>;
|
|
1621
1570
|
paginateListIPSets(
|
|
1622
1571
|
args: ListIPSetsCommandInput,
|
|
1623
1572
|
paginationConfig?: Pick<
|
|
1624
1573
|
PaginationConfiguration,
|
|
1625
1574
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1626
|
-
|
|
1575
|
+
>,
|
|
1627
1576
|
): Paginator<ListIPSetsCommandOutput>;
|
|
1628
1577
|
paginateListMalwareScans(
|
|
1629
1578
|
args?: ListMalwareScansCommandInput,
|
|
1630
1579
|
paginationConfig?: Pick<
|
|
1631
1580
|
PaginationConfiguration,
|
|
1632
1581
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1633
|
-
|
|
1582
|
+
>,
|
|
1634
1583
|
): Paginator<ListMalwareScansCommandOutput>;
|
|
1635
1584
|
paginateListMembers(
|
|
1636
1585
|
args: ListMembersCommandInput,
|
|
1637
1586
|
paginationConfig?: Pick<
|
|
1638
1587
|
PaginationConfiguration,
|
|
1639
1588
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1640
|
-
|
|
1589
|
+
>,
|
|
1641
1590
|
): Paginator<ListMembersCommandOutput>;
|
|
1642
1591
|
paginateListOrganizationAdminAccounts(
|
|
1643
1592
|
args?: ListOrganizationAdminAccountsCommandInput,
|
|
1644
1593
|
paginationConfig?: Pick<
|
|
1645
1594
|
PaginationConfiguration,
|
|
1646
1595
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1647
|
-
|
|
1596
|
+
>,
|
|
1648
1597
|
): Paginator<ListOrganizationAdminAccountsCommandOutput>;
|
|
1649
1598
|
paginateListPublishingDestinations(
|
|
1650
1599
|
args: ListPublishingDestinationsCommandInput,
|
|
1651
1600
|
paginationConfig?: Pick<
|
|
1652
1601
|
PaginationConfiguration,
|
|
1653
1602
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1654
|
-
|
|
1603
|
+
>,
|
|
1655
1604
|
): Paginator<ListPublishingDestinationsCommandOutput>;
|
|
1656
1605
|
paginateListThreatEntitySets(
|
|
1657
1606
|
args: ListThreatEntitySetsCommandInput,
|
|
1658
1607
|
paginationConfig?: Pick<
|
|
1659
1608
|
PaginationConfiguration,
|
|
1660
1609
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1661
|
-
|
|
1610
|
+
>,
|
|
1662
1611
|
): Paginator<ListThreatEntitySetsCommandOutput>;
|
|
1663
1612
|
paginateListThreatIntelSets(
|
|
1664
1613
|
args: ListThreatIntelSetsCommandInput,
|
|
1665
1614
|
paginationConfig?: Pick<
|
|
1666
1615
|
PaginationConfiguration,
|
|
1667
1616
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1668
|
-
|
|
1617
|
+
>,
|
|
1669
1618
|
): Paginator<ListThreatIntelSetsCommandOutput>;
|
|
1670
1619
|
paginateListTrustedEntitySets(
|
|
1671
1620
|
args: ListTrustedEntitySetsCommandInput,
|
|
1672
1621
|
paginationConfig?: Pick<
|
|
1673
1622
|
PaginationConfiguration,
|
|
1674
1623
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1675
|
-
|
|
1624
|
+
>,
|
|
1676
1625
|
): Paginator<ListTrustedEntitySetsCommandOutput>;
|
|
1677
1626
|
}
|
|
1678
1627
|
export declare class GuardDuty extends GuardDutyClient implements GuardDuty {}
|