@aws-sdk/client-guardduty 3.863.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.
Files changed (69) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +532 -6
  3. package/dist-es/GuardDuty.js +20 -0
  4. package/dist-es/commands/CreateThreatEntitySetCommand.js +22 -0
  5. package/dist-es/commands/CreateTrustedEntitySetCommand.js +22 -0
  6. package/dist-es/commands/DeleteThreatEntitySetCommand.js +22 -0
  7. package/dist-es/commands/DeleteTrustedEntitySetCommand.js +22 -0
  8. package/dist-es/commands/GetThreatEntitySetCommand.js +22 -0
  9. package/dist-es/commands/GetTrustedEntitySetCommand.js +22 -0
  10. package/dist-es/commands/ListThreatEntitySetsCommand.js +22 -0
  11. package/dist-es/commands/ListTrustedEntitySetsCommand.js +22 -0
  12. package/dist-es/commands/UpdateThreatEntitySetCommand.js +22 -0
  13. package/dist-es/commands/UpdateTrustedEntitySetCommand.js +22 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/models_0.js +16 -3
  16. package/dist-es/models/models_1.js +21 -0
  17. package/dist-es/pagination/ListThreatEntitySetsPaginator.js +4 -0
  18. package/dist-es/pagination/ListTrustedEntitySetsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +2 -0
  20. package/dist-es/protocols/Aws_restJson1.js +284 -0
  21. package/dist-types/GuardDuty.d.ts +70 -0
  22. package/dist-types/GuardDutyClient.d.ts +12 -2
  23. package/dist-types/commands/CreateThreatEntitySetCommand.d.ts +91 -0
  24. package/dist-types/commands/CreateTrustedEntitySetCommand.d.ts +92 -0
  25. package/dist-types/commands/DeleteThreatEntitySetCommand.d.ts +78 -0
  26. package/dist-types/commands/DeleteTrustedEntitySetCommand.d.ts +78 -0
  27. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  28. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  29. package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
  30. package/dist-types/commands/GetFilterCommand.d.ts +1 -1
  31. package/dist-types/commands/GetFindingsCommand.d.ts +1 -2
  32. package/dist-types/commands/GetThreatEntitySetCommand.d.ts +89 -0
  33. package/dist-types/commands/GetTrustedEntitySetCommand.d.ts +89 -0
  34. package/dist-types/commands/ListThreatEntitySetsCommand.d.ts +85 -0
  35. package/dist-types/commands/ListTrustedEntitySetsCommand.d.ts +85 -0
  36. package/dist-types/commands/UpdateThreatEntitySetCommand.d.ts +81 -0
  37. package/dist-types/commands/UpdateTrustedEntitySetCommand.d.ts +81 -0
  38. package/dist-types/commands/index.d.ts +10 -0
  39. package/dist-types/models/models_0.d.ts +200 -200
  40. package/dist-types/models/models_1.d.ts +548 -1
  41. package/dist-types/pagination/ListThreatEntitySetsPaginator.d.ts +7 -0
  42. package/dist-types/pagination/ListTrustedEntitySetsPaginator.d.ts +7 -0
  43. package/dist-types/pagination/index.d.ts +2 -0
  44. package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
  45. package/dist-types/ts3.4/GuardDuty.d.ts +170 -0
  46. package/dist-types/ts3.4/GuardDutyClient.d.ts +62 -2
  47. package/dist-types/ts3.4/commands/CreateThreatEntitySetCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/CreateTrustedEntitySetCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/DeleteThreatEntitySetCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/DeleteTrustedEntitySetCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -2
  56. package/dist-types/ts3.4/commands/GetThreatEntitySetCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/GetTrustedEntitySetCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/ListThreatEntitySetsCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/ListTrustedEntitySetsCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/UpdateThreatEntitySetCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/UpdateTrustedEntitySetCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  63. package/dist-types/ts3.4/models/models_0.d.ts +56 -49
  64. package/dist-types/ts3.4/models/models_1.d.ts +144 -1
  65. package/dist-types/ts3.4/pagination/ListThreatEntitySetsPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/ListTrustedEntitySetsPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
  69. package/package.json +5 -5
@@ -43,10 +43,18 @@ import {
43
43
  CreateSampleFindingsCommandInput,
44
44
  CreateSampleFindingsCommandOutput,
45
45
  } from "../commands/CreateSampleFindingsCommand";
46
+ import {
47
+ CreateThreatEntitySetCommandInput,
48
+ CreateThreatEntitySetCommandOutput,
49
+ } from "../commands/CreateThreatEntitySetCommand";
46
50
  import {
47
51
  CreateThreatIntelSetCommandInput,
48
52
  CreateThreatIntelSetCommandOutput,
49
53
  } from "../commands/CreateThreatIntelSetCommand";
54
+ import {
55
+ CreateTrustedEntitySetCommandInput,
56
+ CreateTrustedEntitySetCommandOutput,
57
+ } from "../commands/CreateTrustedEntitySetCommand";
50
58
  import {
51
59
  DeclineInvitationsCommandInput,
52
60
  DeclineInvitationsCommandOutput,
@@ -79,10 +87,18 @@ import {
79
87
  DeletePublishingDestinationCommandInput,
80
88
  DeletePublishingDestinationCommandOutput,
81
89
  } from "../commands/DeletePublishingDestinationCommand";
90
+ import {
91
+ DeleteThreatEntitySetCommandInput,
92
+ DeleteThreatEntitySetCommandOutput,
93
+ } from "../commands/DeleteThreatEntitySetCommand";
82
94
  import {
83
95
  DeleteThreatIntelSetCommandInput,
84
96
  DeleteThreatIntelSetCommandOutput,
85
97
  } from "../commands/DeleteThreatIntelSetCommand";
98
+ import {
99
+ DeleteTrustedEntitySetCommandInput,
100
+ DeleteTrustedEntitySetCommandOutput,
101
+ } from "../commands/DeleteTrustedEntitySetCommand";
86
102
  import {
87
103
  DescribeMalwareScansCommandInput,
88
104
  DescribeMalwareScansCommandOutput,
@@ -175,10 +191,18 @@ import {
175
191
  GetRemainingFreeTrialDaysCommandInput,
176
192
  GetRemainingFreeTrialDaysCommandOutput,
177
193
  } from "../commands/GetRemainingFreeTrialDaysCommand";
194
+ import {
195
+ GetThreatEntitySetCommandInput,
196
+ GetThreatEntitySetCommandOutput,
197
+ } from "../commands/GetThreatEntitySetCommand";
178
198
  import {
179
199
  GetThreatIntelSetCommandInput,
180
200
  GetThreatIntelSetCommandOutput,
181
201
  } from "../commands/GetThreatIntelSetCommand";
202
+ import {
203
+ GetTrustedEntitySetCommandInput,
204
+ GetTrustedEntitySetCommandOutput,
205
+ } from "../commands/GetTrustedEntitySetCommand";
182
206
  import {
183
207
  GetUsageStatisticsCommandInput,
184
208
  GetUsageStatisticsCommandOutput,
@@ -231,10 +255,18 @@ import {
231
255
  ListTagsForResourceCommandInput,
232
256
  ListTagsForResourceCommandOutput,
233
257
  } from "../commands/ListTagsForResourceCommand";
258
+ import {
259
+ ListThreatEntitySetsCommandInput,
260
+ ListThreatEntitySetsCommandOutput,
261
+ } from "../commands/ListThreatEntitySetsCommand";
234
262
  import {
235
263
  ListThreatIntelSetsCommandInput,
236
264
  ListThreatIntelSetsCommandOutput,
237
265
  } from "../commands/ListThreatIntelSetsCommand";
266
+ import {
267
+ ListTrustedEntitySetsCommandInput,
268
+ ListTrustedEntitySetsCommandOutput,
269
+ } from "../commands/ListTrustedEntitySetsCommand";
238
270
  import {
239
271
  StartMalwareScanCommandInput,
240
272
  StartMalwareScanCommandOutput,
@@ -295,10 +327,18 @@ import {
295
327
  UpdatePublishingDestinationCommandInput,
296
328
  UpdatePublishingDestinationCommandOutput,
297
329
  } from "../commands/UpdatePublishingDestinationCommand";
330
+ import {
331
+ UpdateThreatEntitySetCommandInput,
332
+ UpdateThreatEntitySetCommandOutput,
333
+ } from "../commands/UpdateThreatEntitySetCommand";
298
334
  import {
299
335
  UpdateThreatIntelSetCommandInput,
300
336
  UpdateThreatIntelSetCommandOutput,
301
337
  } from "../commands/UpdateThreatIntelSetCommand";
338
+ import {
339
+ UpdateTrustedEntitySetCommandInput,
340
+ UpdateTrustedEntitySetCommandOutput,
341
+ } from "../commands/UpdateTrustedEntitySetCommand";
302
342
  export declare const se_AcceptAdministratorInvitationCommand: (
303
343
  input: AcceptAdministratorInvitationCommandInput,
304
344
  context: __SerdeContext
@@ -339,10 +379,18 @@ export declare const se_CreateSampleFindingsCommand: (
339
379
  input: CreateSampleFindingsCommandInput,
340
380
  context: __SerdeContext
341
381
  ) => Promise<__HttpRequest>;
382
+ export declare const se_CreateThreatEntitySetCommand: (
383
+ input: CreateThreatEntitySetCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
342
386
  export declare const se_CreateThreatIntelSetCommand: (
343
387
  input: CreateThreatIntelSetCommandInput,
344
388
  context: __SerdeContext
345
389
  ) => Promise<__HttpRequest>;
390
+ export declare const se_CreateTrustedEntitySetCommand: (
391
+ input: CreateTrustedEntitySetCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
346
394
  export declare const se_DeclineInvitationsCommand: (
347
395
  input: DeclineInvitationsCommandInput,
348
396
  context: __SerdeContext
@@ -375,10 +423,18 @@ export declare const se_DeletePublishingDestinationCommand: (
375
423
  input: DeletePublishingDestinationCommandInput,
376
424
  context: __SerdeContext
377
425
  ) => Promise<__HttpRequest>;
426
+ export declare const se_DeleteThreatEntitySetCommand: (
427
+ input: DeleteThreatEntitySetCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
378
430
  export declare const se_DeleteThreatIntelSetCommand: (
379
431
  input: DeleteThreatIntelSetCommandInput,
380
432
  context: __SerdeContext
381
433
  ) => Promise<__HttpRequest>;
434
+ export declare const se_DeleteTrustedEntitySetCommand: (
435
+ input: DeleteTrustedEntitySetCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
382
438
  export declare const se_DescribeMalwareScansCommand: (
383
439
  input: DescribeMalwareScansCommandInput,
384
440
  context: __SerdeContext
@@ -471,10 +527,18 @@ export declare const se_GetRemainingFreeTrialDaysCommand: (
471
527
  input: GetRemainingFreeTrialDaysCommandInput,
472
528
  context: __SerdeContext
473
529
  ) => Promise<__HttpRequest>;
530
+ export declare const se_GetThreatEntitySetCommand: (
531
+ input: GetThreatEntitySetCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
474
534
  export declare const se_GetThreatIntelSetCommand: (
475
535
  input: GetThreatIntelSetCommandInput,
476
536
  context: __SerdeContext
477
537
  ) => Promise<__HttpRequest>;
538
+ export declare const se_GetTrustedEntitySetCommand: (
539
+ input: GetTrustedEntitySetCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
478
542
  export declare const se_GetUsageStatisticsCommand: (
479
543
  input: GetUsageStatisticsCommandInput,
480
544
  context: __SerdeContext
@@ -527,10 +591,18 @@ export declare const se_ListTagsForResourceCommand: (
527
591
  input: ListTagsForResourceCommandInput,
528
592
  context: __SerdeContext
529
593
  ) => Promise<__HttpRequest>;
594
+ export declare const se_ListThreatEntitySetsCommand: (
595
+ input: ListThreatEntitySetsCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
530
598
  export declare const se_ListThreatIntelSetsCommand: (
531
599
  input: ListThreatIntelSetsCommandInput,
532
600
  context: __SerdeContext
533
601
  ) => Promise<__HttpRequest>;
602
+ export declare const se_ListTrustedEntitySetsCommand: (
603
+ input: ListTrustedEntitySetsCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
534
606
  export declare const se_StartMalwareScanCommand: (
535
607
  input: StartMalwareScanCommandInput,
536
608
  context: __SerdeContext
@@ -591,10 +663,18 @@ export declare const se_UpdatePublishingDestinationCommand: (
591
663
  input: UpdatePublishingDestinationCommandInput,
592
664
  context: __SerdeContext
593
665
  ) => Promise<__HttpRequest>;
666
+ export declare const se_UpdateThreatEntitySetCommand: (
667
+ input: UpdateThreatEntitySetCommandInput,
668
+ context: __SerdeContext
669
+ ) => Promise<__HttpRequest>;
594
670
  export declare const se_UpdateThreatIntelSetCommand: (
595
671
  input: UpdateThreatIntelSetCommandInput,
596
672
  context: __SerdeContext
597
673
  ) => Promise<__HttpRequest>;
674
+ export declare const se_UpdateTrustedEntitySetCommand: (
675
+ input: UpdateTrustedEntitySetCommandInput,
676
+ context: __SerdeContext
677
+ ) => Promise<__HttpRequest>;
598
678
  export declare const de_AcceptAdministratorInvitationCommand: (
599
679
  output: __HttpResponse,
600
680
  context: __SerdeContext
@@ -635,10 +715,18 @@ export declare const de_CreateSampleFindingsCommand: (
635
715
  output: __HttpResponse,
636
716
  context: __SerdeContext
637
717
  ) => Promise<CreateSampleFindingsCommandOutput>;
718
+ export declare const de_CreateThreatEntitySetCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<CreateThreatEntitySetCommandOutput>;
638
722
  export declare const de_CreateThreatIntelSetCommand: (
639
723
  output: __HttpResponse,
640
724
  context: __SerdeContext
641
725
  ) => Promise<CreateThreatIntelSetCommandOutput>;
726
+ export declare const de_CreateTrustedEntitySetCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<CreateTrustedEntitySetCommandOutput>;
642
730
  export declare const de_DeclineInvitationsCommand: (
643
731
  output: __HttpResponse,
644
732
  context: __SerdeContext
@@ -671,10 +759,18 @@ export declare const de_DeletePublishingDestinationCommand: (
671
759
  output: __HttpResponse,
672
760
  context: __SerdeContext
673
761
  ) => Promise<DeletePublishingDestinationCommandOutput>;
762
+ export declare const de_DeleteThreatEntitySetCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<DeleteThreatEntitySetCommandOutput>;
674
766
  export declare const de_DeleteThreatIntelSetCommand: (
675
767
  output: __HttpResponse,
676
768
  context: __SerdeContext
677
769
  ) => Promise<DeleteThreatIntelSetCommandOutput>;
770
+ export declare const de_DeleteTrustedEntitySetCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<DeleteTrustedEntitySetCommandOutput>;
678
774
  export declare const de_DescribeMalwareScansCommand: (
679
775
  output: __HttpResponse,
680
776
  context: __SerdeContext
@@ -767,10 +863,18 @@ export declare const de_GetRemainingFreeTrialDaysCommand: (
767
863
  output: __HttpResponse,
768
864
  context: __SerdeContext
769
865
  ) => Promise<GetRemainingFreeTrialDaysCommandOutput>;
866
+ export declare const de_GetThreatEntitySetCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<GetThreatEntitySetCommandOutput>;
770
870
  export declare const de_GetThreatIntelSetCommand: (
771
871
  output: __HttpResponse,
772
872
  context: __SerdeContext
773
873
  ) => Promise<GetThreatIntelSetCommandOutput>;
874
+ export declare const de_GetTrustedEntitySetCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<GetTrustedEntitySetCommandOutput>;
774
878
  export declare const de_GetUsageStatisticsCommand: (
775
879
  output: __HttpResponse,
776
880
  context: __SerdeContext
@@ -823,10 +927,18 @@ export declare const de_ListTagsForResourceCommand: (
823
927
  output: __HttpResponse,
824
928
  context: __SerdeContext
825
929
  ) => Promise<ListTagsForResourceCommandOutput>;
930
+ export declare const de_ListThreatEntitySetsCommand: (
931
+ output: __HttpResponse,
932
+ context: __SerdeContext
933
+ ) => Promise<ListThreatEntitySetsCommandOutput>;
826
934
  export declare const de_ListThreatIntelSetsCommand: (
827
935
  output: __HttpResponse,
828
936
  context: __SerdeContext
829
937
  ) => Promise<ListThreatIntelSetsCommandOutput>;
938
+ export declare const de_ListTrustedEntitySetsCommand: (
939
+ output: __HttpResponse,
940
+ context: __SerdeContext
941
+ ) => Promise<ListTrustedEntitySetsCommandOutput>;
830
942
  export declare const de_StartMalwareScanCommand: (
831
943
  output: __HttpResponse,
832
944
  context: __SerdeContext
@@ -887,7 +999,15 @@ export declare const de_UpdatePublishingDestinationCommand: (
887
999
  output: __HttpResponse,
888
1000
  context: __SerdeContext
889
1001
  ) => Promise<UpdatePublishingDestinationCommandOutput>;
1002
+ export declare const de_UpdateThreatEntitySetCommand: (
1003
+ output: __HttpResponse,
1004
+ context: __SerdeContext
1005
+ ) => Promise<UpdateThreatEntitySetCommandOutput>;
890
1006
  export declare const de_UpdateThreatIntelSetCommand: (
891
1007
  output: __HttpResponse,
892
1008
  context: __SerdeContext
893
1009
  ) => Promise<UpdateThreatIntelSetCommandOutput>;
1010
+ export declare const de_UpdateTrustedEntitySetCommand: (
1011
+ output: __HttpResponse,
1012
+ context: __SerdeContext
1013
+ ) => Promise<UpdateTrustedEntitySetCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-guardduty",
3
3
  "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
4
- "version": "3.863.0",
4
+ "version": "3.868.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-guardduty",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.863.0",
24
- "@aws-sdk/credential-provider-node": "3.863.0",
23
+ "@aws-sdk/core": "3.864.0",
24
+ "@aws-sdk/credential-provider-node": "3.864.0",
25
25
  "@aws-sdk/middleware-host-header": "3.862.0",
26
26
  "@aws-sdk/middleware-logger": "3.862.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
- "@aws-sdk/middleware-user-agent": "3.863.0",
28
+ "@aws-sdk/middleware-user-agent": "3.864.0",
29
29
  "@aws-sdk/region-config-resolver": "3.862.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
31
  "@aws-sdk/util-endpoints": "3.862.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.862.0",
33
- "@aws-sdk/util-user-agent-node": "3.863.0",
33
+ "@aws-sdk/util-user-agent-node": "3.864.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
35
  "@smithy/core": "^3.8.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",