@aws-sdk/client-guardduty 3.864.0 → 3.868.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 +1 -1
|
@@ -85,10 +85,18 @@ import {
|
|
|
85
85
|
CreateSampleFindingsCommandInput,
|
|
86
86
|
CreateSampleFindingsCommandOutput,
|
|
87
87
|
} from "./commands/CreateSampleFindingsCommand";
|
|
88
|
+
import {
|
|
89
|
+
CreateThreatEntitySetCommandInput,
|
|
90
|
+
CreateThreatEntitySetCommandOutput,
|
|
91
|
+
} from "./commands/CreateThreatEntitySetCommand";
|
|
88
92
|
import {
|
|
89
93
|
CreateThreatIntelSetCommandInput,
|
|
90
94
|
CreateThreatIntelSetCommandOutput,
|
|
91
95
|
} from "./commands/CreateThreatIntelSetCommand";
|
|
96
|
+
import {
|
|
97
|
+
CreateTrustedEntitySetCommandInput,
|
|
98
|
+
CreateTrustedEntitySetCommandOutput,
|
|
99
|
+
} from "./commands/CreateTrustedEntitySetCommand";
|
|
92
100
|
import {
|
|
93
101
|
DeclineInvitationsCommandInput,
|
|
94
102
|
DeclineInvitationsCommandOutput,
|
|
@@ -121,10 +129,18 @@ import {
|
|
|
121
129
|
DeletePublishingDestinationCommandInput,
|
|
122
130
|
DeletePublishingDestinationCommandOutput,
|
|
123
131
|
} from "./commands/DeletePublishingDestinationCommand";
|
|
132
|
+
import {
|
|
133
|
+
DeleteThreatEntitySetCommandInput,
|
|
134
|
+
DeleteThreatEntitySetCommandOutput,
|
|
135
|
+
} from "./commands/DeleteThreatEntitySetCommand";
|
|
124
136
|
import {
|
|
125
137
|
DeleteThreatIntelSetCommandInput,
|
|
126
138
|
DeleteThreatIntelSetCommandOutput,
|
|
127
139
|
} from "./commands/DeleteThreatIntelSetCommand";
|
|
140
|
+
import {
|
|
141
|
+
DeleteTrustedEntitySetCommandInput,
|
|
142
|
+
DeleteTrustedEntitySetCommandOutput,
|
|
143
|
+
} from "./commands/DeleteTrustedEntitySetCommand";
|
|
128
144
|
import {
|
|
129
145
|
DescribeMalwareScansCommandInput,
|
|
130
146
|
DescribeMalwareScansCommandOutput,
|
|
@@ -217,10 +233,18 @@ import {
|
|
|
217
233
|
GetRemainingFreeTrialDaysCommandInput,
|
|
218
234
|
GetRemainingFreeTrialDaysCommandOutput,
|
|
219
235
|
} from "./commands/GetRemainingFreeTrialDaysCommand";
|
|
236
|
+
import {
|
|
237
|
+
GetThreatEntitySetCommandInput,
|
|
238
|
+
GetThreatEntitySetCommandOutput,
|
|
239
|
+
} from "./commands/GetThreatEntitySetCommand";
|
|
220
240
|
import {
|
|
221
241
|
GetThreatIntelSetCommandInput,
|
|
222
242
|
GetThreatIntelSetCommandOutput,
|
|
223
243
|
} from "./commands/GetThreatIntelSetCommand";
|
|
244
|
+
import {
|
|
245
|
+
GetTrustedEntitySetCommandInput,
|
|
246
|
+
GetTrustedEntitySetCommandOutput,
|
|
247
|
+
} from "./commands/GetTrustedEntitySetCommand";
|
|
224
248
|
import {
|
|
225
249
|
GetUsageStatisticsCommandInput,
|
|
226
250
|
GetUsageStatisticsCommandOutput,
|
|
@@ -273,10 +297,18 @@ import {
|
|
|
273
297
|
ListTagsForResourceCommandInput,
|
|
274
298
|
ListTagsForResourceCommandOutput,
|
|
275
299
|
} from "./commands/ListTagsForResourceCommand";
|
|
300
|
+
import {
|
|
301
|
+
ListThreatEntitySetsCommandInput,
|
|
302
|
+
ListThreatEntitySetsCommandOutput,
|
|
303
|
+
} from "./commands/ListThreatEntitySetsCommand";
|
|
276
304
|
import {
|
|
277
305
|
ListThreatIntelSetsCommandInput,
|
|
278
306
|
ListThreatIntelSetsCommandOutput,
|
|
279
307
|
} from "./commands/ListThreatIntelSetsCommand";
|
|
308
|
+
import {
|
|
309
|
+
ListTrustedEntitySetsCommandInput,
|
|
310
|
+
ListTrustedEntitySetsCommandOutput,
|
|
311
|
+
} from "./commands/ListTrustedEntitySetsCommand";
|
|
280
312
|
import {
|
|
281
313
|
StartMalwareScanCommandInput,
|
|
282
314
|
StartMalwareScanCommandOutput,
|
|
@@ -337,10 +369,18 @@ import {
|
|
|
337
369
|
UpdatePublishingDestinationCommandInput,
|
|
338
370
|
UpdatePublishingDestinationCommandOutput,
|
|
339
371
|
} from "./commands/UpdatePublishingDestinationCommand";
|
|
372
|
+
import {
|
|
373
|
+
UpdateThreatEntitySetCommandInput,
|
|
374
|
+
UpdateThreatEntitySetCommandOutput,
|
|
375
|
+
} from "./commands/UpdateThreatEntitySetCommand";
|
|
340
376
|
import {
|
|
341
377
|
UpdateThreatIntelSetCommandInput,
|
|
342
378
|
UpdateThreatIntelSetCommandOutput,
|
|
343
379
|
} from "./commands/UpdateThreatIntelSetCommand";
|
|
380
|
+
import {
|
|
381
|
+
UpdateTrustedEntitySetCommandInput,
|
|
382
|
+
UpdateTrustedEntitySetCommandOutput,
|
|
383
|
+
} from "./commands/UpdateTrustedEntitySetCommand";
|
|
344
384
|
import {
|
|
345
385
|
ClientInputEndpointParameters,
|
|
346
386
|
ClientResolvedEndpointParameters,
|
|
@@ -359,7 +399,9 @@ export type ServiceInputTypes =
|
|
|
359
399
|
| CreateMembersCommandInput
|
|
360
400
|
| CreatePublishingDestinationCommandInput
|
|
361
401
|
| CreateSampleFindingsCommandInput
|
|
402
|
+
| CreateThreatEntitySetCommandInput
|
|
362
403
|
| CreateThreatIntelSetCommandInput
|
|
404
|
+
| CreateTrustedEntitySetCommandInput
|
|
363
405
|
| DeclineInvitationsCommandInput
|
|
364
406
|
| DeleteDetectorCommandInput
|
|
365
407
|
| DeleteFilterCommandInput
|
|
@@ -368,7 +410,9 @@ export type ServiceInputTypes =
|
|
|
368
410
|
| DeleteMalwareProtectionPlanCommandInput
|
|
369
411
|
| DeleteMembersCommandInput
|
|
370
412
|
| DeletePublishingDestinationCommandInput
|
|
413
|
+
| DeleteThreatEntitySetCommandInput
|
|
371
414
|
| DeleteThreatIntelSetCommandInput
|
|
415
|
+
| DeleteTrustedEntitySetCommandInput
|
|
372
416
|
| DescribeMalwareScansCommandInput
|
|
373
417
|
| DescribeOrganizationConfigurationCommandInput
|
|
374
418
|
| DescribePublishingDestinationCommandInput
|
|
@@ -392,7 +436,9 @@ export type ServiceInputTypes =
|
|
|
392
436
|
| GetMembersCommandInput
|
|
393
437
|
| GetOrganizationStatisticsCommandInput
|
|
394
438
|
| GetRemainingFreeTrialDaysCommandInput
|
|
439
|
+
| GetThreatEntitySetCommandInput
|
|
395
440
|
| GetThreatIntelSetCommandInput
|
|
441
|
+
| GetTrustedEntitySetCommandInput
|
|
396
442
|
| GetUsageStatisticsCommandInput
|
|
397
443
|
| InviteMembersCommandInput
|
|
398
444
|
| ListCoverageCommandInput
|
|
@@ -406,7 +452,9 @@ export type ServiceInputTypes =
|
|
|
406
452
|
| ListOrganizationAdminAccountsCommandInput
|
|
407
453
|
| ListPublishingDestinationsCommandInput
|
|
408
454
|
| ListTagsForResourceCommandInput
|
|
455
|
+
| ListThreatEntitySetsCommandInput
|
|
409
456
|
| ListThreatIntelSetsCommandInput
|
|
457
|
+
| ListTrustedEntitySetsCommandInput
|
|
410
458
|
| StartMalwareScanCommandInput
|
|
411
459
|
| StartMonitoringMembersCommandInput
|
|
412
460
|
| StopMonitoringMembersCommandInput
|
|
@@ -422,7 +470,9 @@ export type ServiceInputTypes =
|
|
|
422
470
|
| UpdateMemberDetectorsCommandInput
|
|
423
471
|
| UpdateOrganizationConfigurationCommandInput
|
|
424
472
|
| UpdatePublishingDestinationCommandInput
|
|
425
|
-
|
|
|
473
|
+
| UpdateThreatEntitySetCommandInput
|
|
474
|
+
| UpdateThreatIntelSetCommandInput
|
|
475
|
+
| UpdateTrustedEntitySetCommandInput;
|
|
426
476
|
export type ServiceOutputTypes =
|
|
427
477
|
| AcceptAdministratorInvitationCommandOutput
|
|
428
478
|
| AcceptInvitationCommandOutput
|
|
@@ -434,7 +484,9 @@ export type ServiceOutputTypes =
|
|
|
434
484
|
| CreateMembersCommandOutput
|
|
435
485
|
| CreatePublishingDestinationCommandOutput
|
|
436
486
|
| CreateSampleFindingsCommandOutput
|
|
487
|
+
| CreateThreatEntitySetCommandOutput
|
|
437
488
|
| CreateThreatIntelSetCommandOutput
|
|
489
|
+
| CreateTrustedEntitySetCommandOutput
|
|
438
490
|
| DeclineInvitationsCommandOutput
|
|
439
491
|
| DeleteDetectorCommandOutput
|
|
440
492
|
| DeleteFilterCommandOutput
|
|
@@ -443,7 +495,9 @@ export type ServiceOutputTypes =
|
|
|
443
495
|
| DeleteMalwareProtectionPlanCommandOutput
|
|
444
496
|
| DeleteMembersCommandOutput
|
|
445
497
|
| DeletePublishingDestinationCommandOutput
|
|
498
|
+
| DeleteThreatEntitySetCommandOutput
|
|
446
499
|
| DeleteThreatIntelSetCommandOutput
|
|
500
|
+
| DeleteTrustedEntitySetCommandOutput
|
|
447
501
|
| DescribeMalwareScansCommandOutput
|
|
448
502
|
| DescribeOrganizationConfigurationCommandOutput
|
|
449
503
|
| DescribePublishingDestinationCommandOutput
|
|
@@ -467,7 +521,9 @@ export type ServiceOutputTypes =
|
|
|
467
521
|
| GetMembersCommandOutput
|
|
468
522
|
| GetOrganizationStatisticsCommandOutput
|
|
469
523
|
| GetRemainingFreeTrialDaysCommandOutput
|
|
524
|
+
| GetThreatEntitySetCommandOutput
|
|
470
525
|
| GetThreatIntelSetCommandOutput
|
|
526
|
+
| GetTrustedEntitySetCommandOutput
|
|
471
527
|
| GetUsageStatisticsCommandOutput
|
|
472
528
|
| InviteMembersCommandOutput
|
|
473
529
|
| ListCoverageCommandOutput
|
|
@@ -481,7 +537,9 @@ export type ServiceOutputTypes =
|
|
|
481
537
|
| ListOrganizationAdminAccountsCommandOutput
|
|
482
538
|
| ListPublishingDestinationsCommandOutput
|
|
483
539
|
| ListTagsForResourceCommandOutput
|
|
540
|
+
| ListThreatEntitySetsCommandOutput
|
|
484
541
|
| ListThreatIntelSetsCommandOutput
|
|
542
|
+
| ListTrustedEntitySetsCommandOutput
|
|
485
543
|
| StartMalwareScanCommandOutput
|
|
486
544
|
| StartMonitoringMembersCommandOutput
|
|
487
545
|
| StopMonitoringMembersCommandOutput
|
|
@@ -497,7 +555,9 @@ export type ServiceOutputTypes =
|
|
|
497
555
|
| UpdateMemberDetectorsCommandOutput
|
|
498
556
|
| UpdateOrganizationConfigurationCommandOutput
|
|
499
557
|
| UpdatePublishingDestinationCommandOutput
|
|
500
|
-
|
|
|
558
|
+
| UpdateThreatEntitySetCommandOutput
|
|
559
|
+
| UpdateThreatIntelSetCommandOutput
|
|
560
|
+
| UpdateTrustedEntitySetCommandOutput;
|
|
501
561
|
export interface ClientDefaults
|
|
502
562
|
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
503
563
|
requestHandler?: __HttpHandlerUserInput;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateThreatEntitySetRequest,
|
|
10
|
+
CreateThreatEntitySetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateThreatEntitySetCommandInput
|
|
15
|
+
extends CreateThreatEntitySetRequest {}
|
|
16
|
+
export interface CreateThreatEntitySetCommandOutput
|
|
17
|
+
extends CreateThreatEntitySetResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateThreatEntitySetCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateThreatEntitySetCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateThreatEntitySetCommandInput,
|
|
24
|
+
CreateThreatEntitySetCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateThreatEntitySetCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateThreatEntitySetCommandInput,
|
|
33
|
+
CreateThreatEntitySetCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateThreatEntitySetCommand extends CreateThreatEntitySetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateThreatEntitySetRequest;
|
|
44
|
+
output: CreateThreatEntitySetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateThreatEntitySetCommandInput;
|
|
48
|
+
output: CreateThreatEntitySetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateTrustedEntitySetRequest,
|
|
10
|
+
CreateTrustedEntitySetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateTrustedEntitySetCommandInput
|
|
15
|
+
extends CreateTrustedEntitySetRequest {}
|
|
16
|
+
export interface CreateTrustedEntitySetCommandOutput
|
|
17
|
+
extends CreateTrustedEntitySetResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateTrustedEntitySetCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateTrustedEntitySetCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateTrustedEntitySetCommandInput,
|
|
24
|
+
CreateTrustedEntitySetCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateTrustedEntitySetCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateTrustedEntitySetCommandInput,
|
|
33
|
+
CreateTrustedEntitySetCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateTrustedEntitySetCommand extends CreateTrustedEntitySetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTrustedEntitySetRequest;
|
|
44
|
+
output: CreateTrustedEntitySetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTrustedEntitySetCommandInput;
|
|
48
|
+
output: CreateTrustedEntitySetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteThreatEntitySetRequest,
|
|
10
|
+
DeleteThreatEntitySetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteThreatEntitySetCommandInput
|
|
15
|
+
extends DeleteThreatEntitySetRequest {}
|
|
16
|
+
export interface DeleteThreatEntitySetCommandOutput
|
|
17
|
+
extends DeleteThreatEntitySetResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteThreatEntitySetCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteThreatEntitySetCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteThreatEntitySetCommandInput,
|
|
24
|
+
DeleteThreatEntitySetCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteThreatEntitySetCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteThreatEntitySetCommandInput,
|
|
33
|
+
DeleteThreatEntitySetCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteThreatEntitySetCommand extends DeleteThreatEntitySetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteThreatEntitySetRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteThreatEntitySetCommandInput;
|
|
48
|
+
output: DeleteThreatEntitySetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteTrustedEntitySetRequest,
|
|
10
|
+
DeleteTrustedEntitySetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteTrustedEntitySetCommandInput
|
|
15
|
+
extends DeleteTrustedEntitySetRequest {}
|
|
16
|
+
export interface DeleteTrustedEntitySetCommandOutput
|
|
17
|
+
extends DeleteTrustedEntitySetResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteTrustedEntitySetCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteTrustedEntitySetCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteTrustedEntitySetCommandInput,
|
|
24
|
+
DeleteTrustedEntitySetCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteTrustedEntitySetCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteTrustedEntitySetCommandInput,
|
|
33
|
+
DeleteTrustedEntitySetCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteTrustedEntitySetCommand extends DeleteTrustedEntitySetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteTrustedEntitySetRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteTrustedEntitySetCommandInput;
|
|
48
|
+
output: DeleteTrustedEntitySetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetAdministratorAccountRequest,
|
|
10
10
|
GetAdministratorAccountResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetAdministratorAccountCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
|
-
import { GetDetectorRequest, GetDetectorResponse } from "../models/
|
|
8
|
+
import { GetDetectorRequest, GetDetectorResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetDetectorCommandInput extends GetDetectorRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
|
-
import { GetFilterRequest, GetFilterResponse } from "../models/
|
|
8
|
+
import { GetFilterRequest, GetFilterResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetFilterCommandInput extends GetFilterRequest {}
|
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
|
-
import { GetFindingsRequest } from "../models/
|
|
9
|
-
import { GetFindingsResponse } from "../models/models_1";
|
|
8
|
+
import { GetFindingsRequest, GetFindingsResponse } from "../models/models_1";
|
|
10
9
|
export { __MetadataBearer };
|
|
11
10
|
export { $Command };
|
|
12
11
|
export interface GetFindingsCommandInput extends GetFindingsRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
GetThreatEntitySetRequest,
|
|
10
|
+
GetThreatEntitySetResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetThreatEntitySetCommandInput
|
|
15
|
+
extends GetThreatEntitySetRequest {}
|
|
16
|
+
export interface GetThreatEntitySetCommandOutput
|
|
17
|
+
extends GetThreatEntitySetResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetThreatEntitySetCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetThreatEntitySetCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetThreatEntitySetCommandInput,
|
|
24
|
+
GetThreatEntitySetCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetThreatEntitySetCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetThreatEntitySetCommandInput,
|
|
33
|
+
GetThreatEntitySetCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetThreatEntitySetCommand extends GetThreatEntitySetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetThreatEntitySetRequest;
|
|
44
|
+
output: GetThreatEntitySetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetThreatEntitySetCommandInput;
|
|
48
|
+
output: GetThreatEntitySetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
GetTrustedEntitySetRequest,
|
|
10
|
+
GetTrustedEntitySetResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetTrustedEntitySetCommandInput
|
|
15
|
+
extends GetTrustedEntitySetRequest {}
|
|
16
|
+
export interface GetTrustedEntitySetCommandOutput
|
|
17
|
+
extends GetTrustedEntitySetResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetTrustedEntitySetCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetTrustedEntitySetCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetTrustedEntitySetCommandInput,
|
|
24
|
+
GetTrustedEntitySetCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetTrustedEntitySetCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetTrustedEntitySetCommandInput,
|
|
33
|
+
GetTrustedEntitySetCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetTrustedEntitySetCommand extends GetTrustedEntitySetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetTrustedEntitySetRequest;
|
|
44
|
+
output: GetTrustedEntitySetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetTrustedEntitySetCommandInput;
|
|
48
|
+
output: GetTrustedEntitySetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
ListThreatEntitySetsRequest,
|
|
10
|
+
ListThreatEntitySetsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListThreatEntitySetsCommandInput
|
|
15
|
+
extends ListThreatEntitySetsRequest {}
|
|
16
|
+
export interface ListThreatEntitySetsCommandOutput
|
|
17
|
+
extends ListThreatEntitySetsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListThreatEntitySetsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListThreatEntitySetsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListThreatEntitySetsCommandInput,
|
|
24
|
+
ListThreatEntitySetsCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListThreatEntitySetsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListThreatEntitySetsCommandInput,
|
|
33
|
+
ListThreatEntitySetsCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListThreatEntitySetsCommand extends ListThreatEntitySetsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListThreatEntitySetsRequest;
|
|
44
|
+
output: ListThreatEntitySetsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListThreatEntitySetsCommandInput;
|
|
48
|
+
output: ListThreatEntitySetsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GuardDutyClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GuardDutyClient";
|
|
8
|
+
import {
|
|
9
|
+
ListTrustedEntitySetsRequest,
|
|
10
|
+
ListTrustedEntitySetsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListTrustedEntitySetsCommandInput
|
|
15
|
+
extends ListTrustedEntitySetsRequest {}
|
|
16
|
+
export interface ListTrustedEntitySetsCommandOutput
|
|
17
|
+
extends ListTrustedEntitySetsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListTrustedEntitySetsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListTrustedEntitySetsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListTrustedEntitySetsCommandInput,
|
|
24
|
+
ListTrustedEntitySetsCommandOutput,
|
|
25
|
+
GuardDutyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListTrustedEntitySetsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListTrustedEntitySetsCommandInput,
|
|
33
|
+
ListTrustedEntitySetsCommandOutput,
|
|
34
|
+
GuardDutyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListTrustedEntitySetsCommand extends ListTrustedEntitySetsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTrustedEntitySetsRequest;
|
|
44
|
+
output: ListTrustedEntitySetsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTrustedEntitySetsCommandInput;
|
|
48
|
+
output: ListTrustedEntitySetsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|