@aws-sdk/client-guardduty 3.864.0 → 3.872.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/README.md +80 -0
- package/dist-cjs/index.js +532 -6
- package/dist-es/GuardDuty.js +20 -0
- package/dist-es/commands/CreateThreatEntitySetCommand.js +22 -0
- package/dist-es/commands/CreateTrustedEntitySetCommand.js +22 -0
- package/dist-es/commands/DeleteThreatEntitySetCommand.js +22 -0
- package/dist-es/commands/DeleteTrustedEntitySetCommand.js +22 -0
- package/dist-es/commands/GetThreatEntitySetCommand.js +22 -0
- package/dist-es/commands/GetTrustedEntitySetCommand.js +22 -0
- package/dist-es/commands/ListThreatEntitySetsCommand.js +22 -0
- package/dist-es/commands/ListTrustedEntitySetsCommand.js +22 -0
- package/dist-es/commands/UpdateThreatEntitySetCommand.js +22 -0
- package/dist-es/commands/UpdateTrustedEntitySetCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +16 -3
- package/dist-es/models/models_1.js +21 -0
- package/dist-es/pagination/ListThreatEntitySetsPaginator.js +4 -0
- package/dist-es/pagination/ListTrustedEntitySetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +284 -0
- package/dist-types/GuardDuty.d.ts +70 -0
- package/dist-types/GuardDutyClient.d.ts +12 -2
- package/dist-types/commands/CreateThreatEntitySetCommand.d.ts +91 -0
- package/dist-types/commands/CreateTrustedEntitySetCommand.d.ts +92 -0
- package/dist-types/commands/DeleteThreatEntitySetCommand.d.ts +78 -0
- package/dist-types/commands/DeleteTrustedEntitySetCommand.d.ts +78 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
- package/dist-types/commands/GetFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +1 -2
- package/dist-types/commands/GetThreatEntitySetCommand.d.ts +89 -0
- package/dist-types/commands/GetTrustedEntitySetCommand.d.ts +89 -0
- package/dist-types/commands/ListThreatEntitySetsCommand.d.ts +85 -0
- package/dist-types/commands/ListTrustedEntitySetsCommand.d.ts +85 -0
- package/dist-types/commands/UpdateThreatEntitySetCommand.d.ts +81 -0
- package/dist-types/commands/UpdateTrustedEntitySetCommand.d.ts +81 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +200 -200
- package/dist-types/models/models_1.d.ts +548 -1
- package/dist-types/pagination/ListThreatEntitySetsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrustedEntitySetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +170 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +62 -2
- package/dist-types/ts3.4/commands/CreateThreatEntitySetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrustedEntitySetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteThreatEntitySetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTrustedEntitySetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetThreatEntitySetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTrustedEntitySetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListThreatEntitySetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrustedEntitySetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateThreatEntitySetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateTrustedEntitySetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +56 -49
- package/dist-types/ts3.4/models/models_1.d.ts +144 -1
- package/dist-types/ts3.4/pagination/ListThreatEntitySetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrustedEntitySetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/package.json +2 -2
|
@@ -10,7 +10,9 @@ import { CreateMalwareProtectionPlanCommandInput, CreateMalwareProtectionPlanCom
|
|
|
10
10
|
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
|
|
11
11
|
import { CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput } from "../commands/CreatePublishingDestinationCommand";
|
|
12
12
|
import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "../commands/CreateSampleFindingsCommand";
|
|
13
|
+
import { CreateThreatEntitySetCommandInput, CreateThreatEntitySetCommandOutput } from "../commands/CreateThreatEntitySetCommand";
|
|
13
14
|
import { CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput } from "../commands/CreateThreatIntelSetCommand";
|
|
15
|
+
import { CreateTrustedEntitySetCommandInput, CreateTrustedEntitySetCommandOutput } from "../commands/CreateTrustedEntitySetCommand";
|
|
14
16
|
import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "../commands/DeclineInvitationsCommand";
|
|
15
17
|
import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "../commands/DeleteDetectorCommand";
|
|
16
18
|
import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
|
|
@@ -19,7 +21,9 @@ import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "../commands/D
|
|
|
19
21
|
import { DeleteMalwareProtectionPlanCommandInput, DeleteMalwareProtectionPlanCommandOutput } from "../commands/DeleteMalwareProtectionPlanCommand";
|
|
20
22
|
import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "../commands/DeleteMembersCommand";
|
|
21
23
|
import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "../commands/DeletePublishingDestinationCommand";
|
|
24
|
+
import { DeleteThreatEntitySetCommandInput, DeleteThreatEntitySetCommandOutput } from "../commands/DeleteThreatEntitySetCommand";
|
|
22
25
|
import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "../commands/DeleteThreatIntelSetCommand";
|
|
26
|
+
import { DeleteTrustedEntitySetCommandInput, DeleteTrustedEntitySetCommandOutput } from "../commands/DeleteTrustedEntitySetCommand";
|
|
23
27
|
import { DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput } from "../commands/DescribeMalwareScansCommand";
|
|
24
28
|
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
|
|
25
29
|
import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "../commands/DescribePublishingDestinationCommand";
|
|
@@ -43,7 +47,9 @@ import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from
|
|
|
43
47
|
import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
|
|
44
48
|
import { GetOrganizationStatisticsCommandInput, GetOrganizationStatisticsCommandOutput } from "../commands/GetOrganizationStatisticsCommand";
|
|
45
49
|
import { GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput } from "../commands/GetRemainingFreeTrialDaysCommand";
|
|
50
|
+
import { GetThreatEntitySetCommandInput, GetThreatEntitySetCommandOutput } from "../commands/GetThreatEntitySetCommand";
|
|
46
51
|
import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "../commands/GetThreatIntelSetCommand";
|
|
52
|
+
import { GetTrustedEntitySetCommandInput, GetTrustedEntitySetCommandOutput } from "../commands/GetTrustedEntitySetCommand";
|
|
47
53
|
import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
|
|
48
54
|
import { InviteMembersCommandInput, InviteMembersCommandOutput } from "../commands/InviteMembersCommand";
|
|
49
55
|
import { ListCoverageCommandInput, ListCoverageCommandOutput } from "../commands/ListCoverageCommand";
|
|
@@ -57,7 +63,9 @@ import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/L
|
|
|
57
63
|
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
|
|
58
64
|
import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "../commands/ListPublishingDestinationsCommand";
|
|
59
65
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
66
|
+
import { ListThreatEntitySetsCommandInput, ListThreatEntitySetsCommandOutput } from "../commands/ListThreatEntitySetsCommand";
|
|
60
67
|
import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "../commands/ListThreatIntelSetsCommand";
|
|
68
|
+
import { ListTrustedEntitySetsCommandInput, ListTrustedEntitySetsCommandOutput } from "../commands/ListTrustedEntitySetsCommand";
|
|
61
69
|
import { StartMalwareScanCommandInput, StartMalwareScanCommandOutput } from "../commands/StartMalwareScanCommand";
|
|
62
70
|
import { StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput } from "../commands/StartMonitoringMembersCommand";
|
|
63
71
|
import { StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput } from "../commands/StopMonitoringMembersCommand";
|
|
@@ -73,7 +81,9 @@ import { UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommand
|
|
|
73
81
|
import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "../commands/UpdateMemberDetectorsCommand";
|
|
74
82
|
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
|
|
75
83
|
import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "../commands/UpdatePublishingDestinationCommand";
|
|
84
|
+
import { UpdateThreatEntitySetCommandInput, UpdateThreatEntitySetCommandOutput } from "../commands/UpdateThreatEntitySetCommand";
|
|
76
85
|
import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "../commands/UpdateThreatIntelSetCommand";
|
|
86
|
+
import { UpdateTrustedEntitySetCommandInput, UpdateTrustedEntitySetCommandOutput } from "../commands/UpdateTrustedEntitySetCommand";
|
|
77
87
|
/**
|
|
78
88
|
* serializeAws_restJson1AcceptAdministratorInvitationCommand
|
|
79
89
|
*/
|
|
@@ -114,10 +124,18 @@ export declare const se_CreatePublishingDestinationCommand: (input: CreatePublis
|
|
|
114
124
|
* serializeAws_restJson1CreateSampleFindingsCommand
|
|
115
125
|
*/
|
|
116
126
|
export declare const se_CreateSampleFindingsCommand: (input: CreateSampleFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_restJson1CreateThreatEntitySetCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_CreateThreatEntitySetCommand: (input: CreateThreatEntitySetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
131
|
/**
|
|
118
132
|
* serializeAws_restJson1CreateThreatIntelSetCommand
|
|
119
133
|
*/
|
|
120
134
|
export declare const se_CreateThreatIntelSetCommand: (input: CreateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_restJson1CreateTrustedEntitySetCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_CreateTrustedEntitySetCommand: (input: CreateTrustedEntitySetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
139
|
/**
|
|
122
140
|
* serializeAws_restJson1DeclineInvitationsCommand
|
|
123
141
|
*/
|
|
@@ -150,10 +168,18 @@ export declare const se_DeleteMembersCommand: (input: DeleteMembersCommandInput,
|
|
|
150
168
|
* serializeAws_restJson1DeletePublishingDestinationCommand
|
|
151
169
|
*/
|
|
152
170
|
export declare const se_DeletePublishingDestinationCommand: (input: DeletePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
+
/**
|
|
172
|
+
* serializeAws_restJson1DeleteThreatEntitySetCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const se_DeleteThreatEntitySetCommand: (input: DeleteThreatEntitySetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
175
|
/**
|
|
154
176
|
* serializeAws_restJson1DeleteThreatIntelSetCommand
|
|
155
177
|
*/
|
|
156
178
|
export declare const se_DeleteThreatIntelSetCommand: (input: DeleteThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
+
/**
|
|
180
|
+
* serializeAws_restJson1DeleteTrustedEntitySetCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const se_DeleteTrustedEntitySetCommand: (input: DeleteTrustedEntitySetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
183
|
/**
|
|
158
184
|
* serializeAws_restJson1DescribeMalwareScansCommand
|
|
159
185
|
*/
|
|
@@ -246,10 +272,18 @@ export declare const se_GetOrganizationStatisticsCommand: (input: GetOrganizatio
|
|
|
246
272
|
* serializeAws_restJson1GetRemainingFreeTrialDaysCommand
|
|
247
273
|
*/
|
|
248
274
|
export declare const se_GetRemainingFreeTrialDaysCommand: (input: GetRemainingFreeTrialDaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
275
|
+
/**
|
|
276
|
+
* serializeAws_restJson1GetThreatEntitySetCommand
|
|
277
|
+
*/
|
|
278
|
+
export declare const se_GetThreatEntitySetCommand: (input: GetThreatEntitySetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
279
|
/**
|
|
250
280
|
* serializeAws_restJson1GetThreatIntelSetCommand
|
|
251
281
|
*/
|
|
252
282
|
export declare const se_GetThreatIntelSetCommand: (input: GetThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
|
+
/**
|
|
284
|
+
* serializeAws_restJson1GetTrustedEntitySetCommand
|
|
285
|
+
*/
|
|
286
|
+
export declare const se_GetTrustedEntitySetCommand: (input: GetTrustedEntitySetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
287
|
/**
|
|
254
288
|
* serializeAws_restJson1GetUsageStatisticsCommand
|
|
255
289
|
*/
|
|
@@ -302,10 +336,18 @@ export declare const se_ListPublishingDestinationsCommand: (input: ListPublishin
|
|
|
302
336
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
303
337
|
*/
|
|
304
338
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
339
|
+
/**
|
|
340
|
+
* serializeAws_restJson1ListThreatEntitySetsCommand
|
|
341
|
+
*/
|
|
342
|
+
export declare const se_ListThreatEntitySetsCommand: (input: ListThreatEntitySetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
343
|
/**
|
|
306
344
|
* serializeAws_restJson1ListThreatIntelSetsCommand
|
|
307
345
|
*/
|
|
308
346
|
export declare const se_ListThreatIntelSetsCommand: (input: ListThreatIntelSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
347
|
+
/**
|
|
348
|
+
* serializeAws_restJson1ListTrustedEntitySetsCommand
|
|
349
|
+
*/
|
|
350
|
+
export declare const se_ListTrustedEntitySetsCommand: (input: ListTrustedEntitySetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
309
351
|
/**
|
|
310
352
|
* serializeAws_restJson1StartMalwareScanCommand
|
|
311
353
|
*/
|
|
@@ -366,10 +408,18 @@ export declare const se_UpdateOrganizationConfigurationCommand: (input: UpdateOr
|
|
|
366
408
|
* serializeAws_restJson1UpdatePublishingDestinationCommand
|
|
367
409
|
*/
|
|
368
410
|
export declare const se_UpdatePublishingDestinationCommand: (input: UpdatePublishingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
411
|
+
/**
|
|
412
|
+
* serializeAws_restJson1UpdateThreatEntitySetCommand
|
|
413
|
+
*/
|
|
414
|
+
export declare const se_UpdateThreatEntitySetCommand: (input: UpdateThreatEntitySetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
369
415
|
/**
|
|
370
416
|
* serializeAws_restJson1UpdateThreatIntelSetCommand
|
|
371
417
|
*/
|
|
372
418
|
export declare const se_UpdateThreatIntelSetCommand: (input: UpdateThreatIntelSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
419
|
+
/**
|
|
420
|
+
* serializeAws_restJson1UpdateTrustedEntitySetCommand
|
|
421
|
+
*/
|
|
422
|
+
export declare const se_UpdateTrustedEntitySetCommand: (input: UpdateTrustedEntitySetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
373
423
|
/**
|
|
374
424
|
* deserializeAws_restJson1AcceptAdministratorInvitationCommand
|
|
375
425
|
*/
|
|
@@ -410,10 +460,18 @@ export declare const de_CreatePublishingDestinationCommand: (output: __HttpRespo
|
|
|
410
460
|
* deserializeAws_restJson1CreateSampleFindingsCommand
|
|
411
461
|
*/
|
|
412
462
|
export declare const de_CreateSampleFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSampleFindingsCommandOutput>;
|
|
463
|
+
/**
|
|
464
|
+
* deserializeAws_restJson1CreateThreatEntitySetCommand
|
|
465
|
+
*/
|
|
466
|
+
export declare const de_CreateThreatEntitySetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThreatEntitySetCommandOutput>;
|
|
413
467
|
/**
|
|
414
468
|
* deserializeAws_restJson1CreateThreatIntelSetCommand
|
|
415
469
|
*/
|
|
416
470
|
export declare const de_CreateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThreatIntelSetCommandOutput>;
|
|
471
|
+
/**
|
|
472
|
+
* deserializeAws_restJson1CreateTrustedEntitySetCommand
|
|
473
|
+
*/
|
|
474
|
+
export declare const de_CreateTrustedEntitySetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustedEntitySetCommandOutput>;
|
|
417
475
|
/**
|
|
418
476
|
* deserializeAws_restJson1DeclineInvitationsCommand
|
|
419
477
|
*/
|
|
@@ -446,10 +504,18 @@ export declare const de_DeleteMembersCommand: (output: __HttpResponse, context:
|
|
|
446
504
|
* deserializeAws_restJson1DeletePublishingDestinationCommand
|
|
447
505
|
*/
|
|
448
506
|
export declare const de_DeletePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublishingDestinationCommandOutput>;
|
|
507
|
+
/**
|
|
508
|
+
* deserializeAws_restJson1DeleteThreatEntitySetCommand
|
|
509
|
+
*/
|
|
510
|
+
export declare const de_DeleteThreatEntitySetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThreatEntitySetCommandOutput>;
|
|
449
511
|
/**
|
|
450
512
|
* deserializeAws_restJson1DeleteThreatIntelSetCommand
|
|
451
513
|
*/
|
|
452
514
|
export declare const de_DeleteThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThreatIntelSetCommandOutput>;
|
|
515
|
+
/**
|
|
516
|
+
* deserializeAws_restJson1DeleteTrustedEntitySetCommand
|
|
517
|
+
*/
|
|
518
|
+
export declare const de_DeleteTrustedEntitySetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustedEntitySetCommandOutput>;
|
|
453
519
|
/**
|
|
454
520
|
* deserializeAws_restJson1DescribeMalwareScansCommand
|
|
455
521
|
*/
|
|
@@ -542,10 +608,18 @@ export declare const de_GetOrganizationStatisticsCommand: (output: __HttpRespons
|
|
|
542
608
|
* deserializeAws_restJson1GetRemainingFreeTrialDaysCommand
|
|
543
609
|
*/
|
|
544
610
|
export declare const de_GetRemainingFreeTrialDaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRemainingFreeTrialDaysCommandOutput>;
|
|
611
|
+
/**
|
|
612
|
+
* deserializeAws_restJson1GetThreatEntitySetCommand
|
|
613
|
+
*/
|
|
614
|
+
export declare const de_GetThreatEntitySetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThreatEntitySetCommandOutput>;
|
|
545
615
|
/**
|
|
546
616
|
* deserializeAws_restJson1GetThreatIntelSetCommand
|
|
547
617
|
*/
|
|
548
618
|
export declare const de_GetThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThreatIntelSetCommandOutput>;
|
|
619
|
+
/**
|
|
620
|
+
* deserializeAws_restJson1GetTrustedEntitySetCommand
|
|
621
|
+
*/
|
|
622
|
+
export declare const de_GetTrustedEntitySetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustedEntitySetCommandOutput>;
|
|
549
623
|
/**
|
|
550
624
|
* deserializeAws_restJson1GetUsageStatisticsCommand
|
|
551
625
|
*/
|
|
@@ -598,10 +672,18 @@ export declare const de_ListPublishingDestinationsCommand: (output: __HttpRespon
|
|
|
598
672
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
599
673
|
*/
|
|
600
674
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
675
|
+
/**
|
|
676
|
+
* deserializeAws_restJson1ListThreatEntitySetsCommand
|
|
677
|
+
*/
|
|
678
|
+
export declare const de_ListThreatEntitySetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThreatEntitySetsCommandOutput>;
|
|
601
679
|
/**
|
|
602
680
|
* deserializeAws_restJson1ListThreatIntelSetsCommand
|
|
603
681
|
*/
|
|
604
682
|
export declare const de_ListThreatIntelSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThreatIntelSetsCommandOutput>;
|
|
683
|
+
/**
|
|
684
|
+
* deserializeAws_restJson1ListTrustedEntitySetsCommand
|
|
685
|
+
*/
|
|
686
|
+
export declare const de_ListTrustedEntitySetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustedEntitySetsCommandOutput>;
|
|
605
687
|
/**
|
|
606
688
|
* deserializeAws_restJson1StartMalwareScanCommand
|
|
607
689
|
*/
|
|
@@ -662,7 +744,15 @@ export declare const de_UpdateOrganizationConfigurationCommand: (output: __HttpR
|
|
|
662
744
|
* deserializeAws_restJson1UpdatePublishingDestinationCommand
|
|
663
745
|
*/
|
|
664
746
|
export declare const de_UpdatePublishingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublishingDestinationCommandOutput>;
|
|
747
|
+
/**
|
|
748
|
+
* deserializeAws_restJson1UpdateThreatEntitySetCommand
|
|
749
|
+
*/
|
|
750
|
+
export declare const de_UpdateThreatEntitySetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThreatEntitySetCommandOutput>;
|
|
665
751
|
/**
|
|
666
752
|
* deserializeAws_restJson1UpdateThreatIntelSetCommand
|
|
667
753
|
*/
|
|
668
754
|
export declare const de_UpdateThreatIntelSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThreatIntelSetCommandOutput>;
|
|
755
|
+
/**
|
|
756
|
+
* deserializeAws_restJson1UpdateTrustedEntitySetCommand
|
|
757
|
+
*/
|
|
758
|
+
export declare const de_UpdateTrustedEntitySetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrustedEntitySetCommandOutput>;
|
|
@@ -39,10 +39,18 @@ import {
|
|
|
39
39
|
CreateSampleFindingsCommandInput,
|
|
40
40
|
CreateSampleFindingsCommandOutput,
|
|
41
41
|
} from "./commands/CreateSampleFindingsCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateThreatEntitySetCommandInput,
|
|
44
|
+
CreateThreatEntitySetCommandOutput,
|
|
45
|
+
} from "./commands/CreateThreatEntitySetCommand";
|
|
42
46
|
import {
|
|
43
47
|
CreateThreatIntelSetCommandInput,
|
|
44
48
|
CreateThreatIntelSetCommandOutput,
|
|
45
49
|
} from "./commands/CreateThreatIntelSetCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateTrustedEntitySetCommandInput,
|
|
52
|
+
CreateTrustedEntitySetCommandOutput,
|
|
53
|
+
} from "./commands/CreateTrustedEntitySetCommand";
|
|
46
54
|
import {
|
|
47
55
|
DeclineInvitationsCommandInput,
|
|
48
56
|
DeclineInvitationsCommandOutput,
|
|
@@ -75,10 +83,18 @@ import {
|
|
|
75
83
|
DeletePublishingDestinationCommandInput,
|
|
76
84
|
DeletePublishingDestinationCommandOutput,
|
|
77
85
|
} from "./commands/DeletePublishingDestinationCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteThreatEntitySetCommandInput,
|
|
88
|
+
DeleteThreatEntitySetCommandOutput,
|
|
89
|
+
} from "./commands/DeleteThreatEntitySetCommand";
|
|
78
90
|
import {
|
|
79
91
|
DeleteThreatIntelSetCommandInput,
|
|
80
92
|
DeleteThreatIntelSetCommandOutput,
|
|
81
93
|
} from "./commands/DeleteThreatIntelSetCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteTrustedEntitySetCommandInput,
|
|
96
|
+
DeleteTrustedEntitySetCommandOutput,
|
|
97
|
+
} from "./commands/DeleteTrustedEntitySetCommand";
|
|
82
98
|
import {
|
|
83
99
|
DescribeMalwareScansCommandInput,
|
|
84
100
|
DescribeMalwareScansCommandOutput,
|
|
@@ -171,10 +187,18 @@ import {
|
|
|
171
187
|
GetRemainingFreeTrialDaysCommandInput,
|
|
172
188
|
GetRemainingFreeTrialDaysCommandOutput,
|
|
173
189
|
} from "./commands/GetRemainingFreeTrialDaysCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetThreatEntitySetCommandInput,
|
|
192
|
+
GetThreatEntitySetCommandOutput,
|
|
193
|
+
} from "./commands/GetThreatEntitySetCommand";
|
|
174
194
|
import {
|
|
175
195
|
GetThreatIntelSetCommandInput,
|
|
176
196
|
GetThreatIntelSetCommandOutput,
|
|
177
197
|
} from "./commands/GetThreatIntelSetCommand";
|
|
198
|
+
import {
|
|
199
|
+
GetTrustedEntitySetCommandInput,
|
|
200
|
+
GetTrustedEntitySetCommandOutput,
|
|
201
|
+
} from "./commands/GetTrustedEntitySetCommand";
|
|
178
202
|
import {
|
|
179
203
|
GetUsageStatisticsCommandInput,
|
|
180
204
|
GetUsageStatisticsCommandOutput,
|
|
@@ -227,10 +251,18 @@ import {
|
|
|
227
251
|
ListTagsForResourceCommandInput,
|
|
228
252
|
ListTagsForResourceCommandOutput,
|
|
229
253
|
} from "./commands/ListTagsForResourceCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListThreatEntitySetsCommandInput,
|
|
256
|
+
ListThreatEntitySetsCommandOutput,
|
|
257
|
+
} from "./commands/ListThreatEntitySetsCommand";
|
|
230
258
|
import {
|
|
231
259
|
ListThreatIntelSetsCommandInput,
|
|
232
260
|
ListThreatIntelSetsCommandOutput,
|
|
233
261
|
} from "./commands/ListThreatIntelSetsCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListTrustedEntitySetsCommandInput,
|
|
264
|
+
ListTrustedEntitySetsCommandOutput,
|
|
265
|
+
} from "./commands/ListTrustedEntitySetsCommand";
|
|
234
266
|
import {
|
|
235
267
|
StartMalwareScanCommandInput,
|
|
236
268
|
StartMalwareScanCommandOutput,
|
|
@@ -291,10 +323,18 @@ import {
|
|
|
291
323
|
UpdatePublishingDestinationCommandInput,
|
|
292
324
|
UpdatePublishingDestinationCommandOutput,
|
|
293
325
|
} from "./commands/UpdatePublishingDestinationCommand";
|
|
326
|
+
import {
|
|
327
|
+
UpdateThreatEntitySetCommandInput,
|
|
328
|
+
UpdateThreatEntitySetCommandOutput,
|
|
329
|
+
} from "./commands/UpdateThreatEntitySetCommand";
|
|
294
330
|
import {
|
|
295
331
|
UpdateThreatIntelSetCommandInput,
|
|
296
332
|
UpdateThreatIntelSetCommandOutput,
|
|
297
333
|
} from "./commands/UpdateThreatIntelSetCommand";
|
|
334
|
+
import {
|
|
335
|
+
UpdateTrustedEntitySetCommandInput,
|
|
336
|
+
UpdateTrustedEntitySetCommandOutput,
|
|
337
|
+
} from "./commands/UpdateTrustedEntitySetCommand";
|
|
298
338
|
import { GuardDutyClient } from "./GuardDutyClient";
|
|
299
339
|
export interface GuardDuty {
|
|
300
340
|
acceptAdministratorInvitation(
|
|
@@ -427,6 +467,19 @@ export interface GuardDuty {
|
|
|
427
467
|
options: __HttpHandlerOptions,
|
|
428
468
|
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void
|
|
429
469
|
): void;
|
|
470
|
+
createThreatEntitySet(
|
|
471
|
+
args: CreateThreatEntitySetCommandInput,
|
|
472
|
+
options?: __HttpHandlerOptions
|
|
473
|
+
): Promise<CreateThreatEntitySetCommandOutput>;
|
|
474
|
+
createThreatEntitySet(
|
|
475
|
+
args: CreateThreatEntitySetCommandInput,
|
|
476
|
+
cb: (err: any, data?: CreateThreatEntitySetCommandOutput) => void
|
|
477
|
+
): void;
|
|
478
|
+
createThreatEntitySet(
|
|
479
|
+
args: CreateThreatEntitySetCommandInput,
|
|
480
|
+
options: __HttpHandlerOptions,
|
|
481
|
+
cb: (err: any, data?: CreateThreatEntitySetCommandOutput) => void
|
|
482
|
+
): void;
|
|
430
483
|
createThreatIntelSet(
|
|
431
484
|
args: CreateThreatIntelSetCommandInput,
|
|
432
485
|
options?: __HttpHandlerOptions
|
|
@@ -440,6 +493,19 @@ export interface GuardDuty {
|
|
|
440
493
|
options: __HttpHandlerOptions,
|
|
441
494
|
cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void
|
|
442
495
|
): void;
|
|
496
|
+
createTrustedEntitySet(
|
|
497
|
+
args: CreateTrustedEntitySetCommandInput,
|
|
498
|
+
options?: __HttpHandlerOptions
|
|
499
|
+
): Promise<CreateTrustedEntitySetCommandOutput>;
|
|
500
|
+
createTrustedEntitySet(
|
|
501
|
+
args: CreateTrustedEntitySetCommandInput,
|
|
502
|
+
cb: (err: any, data?: CreateTrustedEntitySetCommandOutput) => void
|
|
503
|
+
): void;
|
|
504
|
+
createTrustedEntitySet(
|
|
505
|
+
args: CreateTrustedEntitySetCommandInput,
|
|
506
|
+
options: __HttpHandlerOptions,
|
|
507
|
+
cb: (err: any, data?: CreateTrustedEntitySetCommandOutput) => void
|
|
508
|
+
): void;
|
|
443
509
|
declineInvitations(
|
|
444
510
|
args: DeclineInvitationsCommandInput,
|
|
445
511
|
options?: __HttpHandlerOptions
|
|
@@ -544,6 +610,19 @@ export interface GuardDuty {
|
|
|
544
610
|
options: __HttpHandlerOptions,
|
|
545
611
|
cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void
|
|
546
612
|
): void;
|
|
613
|
+
deleteThreatEntitySet(
|
|
614
|
+
args: DeleteThreatEntitySetCommandInput,
|
|
615
|
+
options?: __HttpHandlerOptions
|
|
616
|
+
): Promise<DeleteThreatEntitySetCommandOutput>;
|
|
617
|
+
deleteThreatEntitySet(
|
|
618
|
+
args: DeleteThreatEntitySetCommandInput,
|
|
619
|
+
cb: (err: any, data?: DeleteThreatEntitySetCommandOutput) => void
|
|
620
|
+
): void;
|
|
621
|
+
deleteThreatEntitySet(
|
|
622
|
+
args: DeleteThreatEntitySetCommandInput,
|
|
623
|
+
options: __HttpHandlerOptions,
|
|
624
|
+
cb: (err: any, data?: DeleteThreatEntitySetCommandOutput) => void
|
|
625
|
+
): void;
|
|
547
626
|
deleteThreatIntelSet(
|
|
548
627
|
args: DeleteThreatIntelSetCommandInput,
|
|
549
628
|
options?: __HttpHandlerOptions
|
|
@@ -557,6 +636,19 @@ export interface GuardDuty {
|
|
|
557
636
|
options: __HttpHandlerOptions,
|
|
558
637
|
cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void
|
|
559
638
|
): void;
|
|
639
|
+
deleteTrustedEntitySet(
|
|
640
|
+
args: DeleteTrustedEntitySetCommandInput,
|
|
641
|
+
options?: __HttpHandlerOptions
|
|
642
|
+
): Promise<DeleteTrustedEntitySetCommandOutput>;
|
|
643
|
+
deleteTrustedEntitySet(
|
|
644
|
+
args: DeleteTrustedEntitySetCommandInput,
|
|
645
|
+
cb: (err: any, data?: DeleteTrustedEntitySetCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
deleteTrustedEntitySet(
|
|
648
|
+
args: DeleteTrustedEntitySetCommandInput,
|
|
649
|
+
options: __HttpHandlerOptions,
|
|
650
|
+
cb: (err: any, data?: DeleteTrustedEntitySetCommandOutput) => void
|
|
651
|
+
): void;
|
|
560
652
|
describeMalwareScans(
|
|
561
653
|
args: DescribeMalwareScansCommandInput,
|
|
562
654
|
options?: __HttpHandlerOptions
|
|
@@ -870,6 +962,19 @@ export interface GuardDuty {
|
|
|
870
962
|
options: __HttpHandlerOptions,
|
|
871
963
|
cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void
|
|
872
964
|
): void;
|
|
965
|
+
getThreatEntitySet(
|
|
966
|
+
args: GetThreatEntitySetCommandInput,
|
|
967
|
+
options?: __HttpHandlerOptions
|
|
968
|
+
): Promise<GetThreatEntitySetCommandOutput>;
|
|
969
|
+
getThreatEntitySet(
|
|
970
|
+
args: GetThreatEntitySetCommandInput,
|
|
971
|
+
cb: (err: any, data?: GetThreatEntitySetCommandOutput) => void
|
|
972
|
+
): void;
|
|
973
|
+
getThreatEntitySet(
|
|
974
|
+
args: GetThreatEntitySetCommandInput,
|
|
975
|
+
options: __HttpHandlerOptions,
|
|
976
|
+
cb: (err: any, data?: GetThreatEntitySetCommandOutput) => void
|
|
977
|
+
): void;
|
|
873
978
|
getThreatIntelSet(
|
|
874
979
|
args: GetThreatIntelSetCommandInput,
|
|
875
980
|
options?: __HttpHandlerOptions
|
|
@@ -883,6 +988,19 @@ export interface GuardDuty {
|
|
|
883
988
|
options: __HttpHandlerOptions,
|
|
884
989
|
cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void
|
|
885
990
|
): void;
|
|
991
|
+
getTrustedEntitySet(
|
|
992
|
+
args: GetTrustedEntitySetCommandInput,
|
|
993
|
+
options?: __HttpHandlerOptions
|
|
994
|
+
): Promise<GetTrustedEntitySetCommandOutput>;
|
|
995
|
+
getTrustedEntitySet(
|
|
996
|
+
args: GetTrustedEntitySetCommandInput,
|
|
997
|
+
cb: (err: any, data?: GetTrustedEntitySetCommandOutput) => void
|
|
998
|
+
): void;
|
|
999
|
+
getTrustedEntitySet(
|
|
1000
|
+
args: GetTrustedEntitySetCommandInput,
|
|
1001
|
+
options: __HttpHandlerOptions,
|
|
1002
|
+
cb: (err: any, data?: GetTrustedEntitySetCommandOutput) => void
|
|
1003
|
+
): void;
|
|
886
1004
|
getUsageStatistics(
|
|
887
1005
|
args: GetUsageStatisticsCommandInput,
|
|
888
1006
|
options?: __HttpHandlerOptions
|
|
@@ -1056,6 +1174,19 @@ export interface GuardDuty {
|
|
|
1056
1174
|
options: __HttpHandlerOptions,
|
|
1057
1175
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1058
1176
|
): void;
|
|
1177
|
+
listThreatEntitySets(
|
|
1178
|
+
args: ListThreatEntitySetsCommandInput,
|
|
1179
|
+
options?: __HttpHandlerOptions
|
|
1180
|
+
): Promise<ListThreatEntitySetsCommandOutput>;
|
|
1181
|
+
listThreatEntitySets(
|
|
1182
|
+
args: ListThreatEntitySetsCommandInput,
|
|
1183
|
+
cb: (err: any, data?: ListThreatEntitySetsCommandOutput) => void
|
|
1184
|
+
): void;
|
|
1185
|
+
listThreatEntitySets(
|
|
1186
|
+
args: ListThreatEntitySetsCommandInput,
|
|
1187
|
+
options: __HttpHandlerOptions,
|
|
1188
|
+
cb: (err: any, data?: ListThreatEntitySetsCommandOutput) => void
|
|
1189
|
+
): void;
|
|
1059
1190
|
listThreatIntelSets(
|
|
1060
1191
|
args: ListThreatIntelSetsCommandInput,
|
|
1061
1192
|
options?: __HttpHandlerOptions
|
|
@@ -1069,6 +1200,19 @@ export interface GuardDuty {
|
|
|
1069
1200
|
options: __HttpHandlerOptions,
|
|
1070
1201
|
cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void
|
|
1071
1202
|
): void;
|
|
1203
|
+
listTrustedEntitySets(
|
|
1204
|
+
args: ListTrustedEntitySetsCommandInput,
|
|
1205
|
+
options?: __HttpHandlerOptions
|
|
1206
|
+
): Promise<ListTrustedEntitySetsCommandOutput>;
|
|
1207
|
+
listTrustedEntitySets(
|
|
1208
|
+
args: ListTrustedEntitySetsCommandInput,
|
|
1209
|
+
cb: (err: any, data?: ListTrustedEntitySetsCommandOutput) => void
|
|
1210
|
+
): void;
|
|
1211
|
+
listTrustedEntitySets(
|
|
1212
|
+
args: ListTrustedEntitySetsCommandInput,
|
|
1213
|
+
options: __HttpHandlerOptions,
|
|
1214
|
+
cb: (err: any, data?: ListTrustedEntitySetsCommandOutput) => void
|
|
1215
|
+
): void;
|
|
1072
1216
|
startMalwareScan(
|
|
1073
1217
|
args: StartMalwareScanCommandInput,
|
|
1074
1218
|
options?: __HttpHandlerOptions
|
|
@@ -1264,6 +1408,19 @@ export interface GuardDuty {
|
|
|
1264
1408
|
options: __HttpHandlerOptions,
|
|
1265
1409
|
cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void
|
|
1266
1410
|
): void;
|
|
1411
|
+
updateThreatEntitySet(
|
|
1412
|
+
args: UpdateThreatEntitySetCommandInput,
|
|
1413
|
+
options?: __HttpHandlerOptions
|
|
1414
|
+
): Promise<UpdateThreatEntitySetCommandOutput>;
|
|
1415
|
+
updateThreatEntitySet(
|
|
1416
|
+
args: UpdateThreatEntitySetCommandInput,
|
|
1417
|
+
cb: (err: any, data?: UpdateThreatEntitySetCommandOutput) => void
|
|
1418
|
+
): void;
|
|
1419
|
+
updateThreatEntitySet(
|
|
1420
|
+
args: UpdateThreatEntitySetCommandInput,
|
|
1421
|
+
options: __HttpHandlerOptions,
|
|
1422
|
+
cb: (err: any, data?: UpdateThreatEntitySetCommandOutput) => void
|
|
1423
|
+
): void;
|
|
1267
1424
|
updateThreatIntelSet(
|
|
1268
1425
|
args: UpdateThreatIntelSetCommandInput,
|
|
1269
1426
|
options?: __HttpHandlerOptions
|
|
@@ -1277,5 +1434,18 @@ export interface GuardDuty {
|
|
|
1277
1434
|
options: __HttpHandlerOptions,
|
|
1278
1435
|
cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void
|
|
1279
1436
|
): void;
|
|
1437
|
+
updateTrustedEntitySet(
|
|
1438
|
+
args: UpdateTrustedEntitySetCommandInput,
|
|
1439
|
+
options?: __HttpHandlerOptions
|
|
1440
|
+
): Promise<UpdateTrustedEntitySetCommandOutput>;
|
|
1441
|
+
updateTrustedEntitySet(
|
|
1442
|
+
args: UpdateTrustedEntitySetCommandInput,
|
|
1443
|
+
cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void
|
|
1444
|
+
): void;
|
|
1445
|
+
updateTrustedEntitySet(
|
|
1446
|
+
args: UpdateTrustedEntitySetCommandInput,
|
|
1447
|
+
options: __HttpHandlerOptions,
|
|
1448
|
+
cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void
|
|
1449
|
+
): void;
|
|
1280
1450
|
}
|
|
1281
1451
|
export declare class GuardDuty extends GuardDutyClient implements GuardDuty {}
|