@aws-sdk/client-guardduty 3.1123.0 → 3.1124.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 +84 -0
- package/dist-cjs/index.js +558 -96
- package/dist-es/GuardDuty.js +30 -0
- package/dist-es/commands/CreateCustomDetectionRuleAssociationCommand.js +4 -0
- package/dist-es/commands/CreateCustomDetectionRuleOrgConfigurationCommand.js +4 -0
- package/dist-es/commands/DeleteCustomDetectionRuleAssociationCommand.js +4 -0
- package/dist-es/commands/DeleteCustomDetectionRuleOrgConfigurationCommand.js +4 -0
- package/dist-es/commands/GetCustomDetectionRuleAssociationCommand.js +4 -0
- package/dist-es/commands/GetCustomDetectionRuleCommand.js +4 -0
- package/dist-es/commands/GetCustomDetectionRuleOrgConfigurationCommand.js +4 -0
- package/dist-es/commands/ListCustomDetectionRuleAssociationsCommand.js +4 -0
- package/dist-es/commands/ListCustomDetectionRuleOrgConfigurationsCommand.js +4 -0
- package/dist-es/commands/ListCustomDetectionRulesCommand.js +4 -0
- package/dist-es/commands/UpdateCustomDetectionRuleAssociationCommand.js +4 -0
- package/dist-es/commands/UpdateCustomDetectionRuleOrgConfigurationCommand.js +4 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +37 -0
- package/dist-es/pagination/ListCustomDetectionRuleAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListCustomDetectionRuleOrgConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListCustomDetectionRulesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +398 -95
- package/dist-types/GuardDuty.d.ts +108 -0
- package/dist-types/GuardDutyClient.d.ts +14 -2
- package/dist-types/commands/CreateCustomDetectionRuleAssociationCommand.d.ts +100 -0
- package/dist-types/commands/CreateCustomDetectionRuleOrgConfigurationCommand.d.ts +92 -0
- package/dist-types/commands/DeleteCustomDetectionRuleAssociationCommand.d.ts +82 -0
- package/dist-types/commands/DeleteCustomDetectionRuleOrgConfigurationCommand.d.ts +85 -0
- package/dist-types/commands/GetCustomDetectionRuleAssociationCommand.d.ts +96 -0
- package/dist-types/commands/GetCustomDetectionRuleCommand.d.ts +100 -0
- package/dist-types/commands/GetCustomDetectionRuleOrgConfigurationCommand.d.ts +98 -0
- package/dist-types/commands/GetFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
- package/dist-types/commands/GetInvestigationCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
- package/dist-types/commands/GetMalwareScanCommand.d.ts +1 -2
- package/dist-types/commands/ListCustomDetectionRuleAssociationsCommand.d.ts +94 -0
- package/dist-types/commands/ListCustomDetectionRuleOrgConfigurationsCommand.d.ts +93 -0
- package/dist-types/commands/ListCustomDetectionRulesCommand.d.ts +107 -0
- package/dist-types/commands/UpdateCustomDetectionRuleAssociationCommand.d.ts +86 -0
- package/dist-types/commands/UpdateCustomDetectionRuleOrgConfigurationCommand.d.ts +91 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +101 -0
- package/dist-types/models/models_0.d.ts +388 -379
- package/dist-types/models/models_1.d.ts +701 -2
- package/dist-types/pagination/ListCustomDetectionRuleAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCustomDetectionRuleOrgConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCustomDetectionRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +44 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +228 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateCustomDetectionRuleAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteCustomDetectionRuleAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetCustomDetectionRuleAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetCustomDetectionRuleCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListCustomDetectionRuleAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCustomDetectionRuleOrgConfigurationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCustomDetectionRulesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateCustomDetectionRuleAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +49 -0
- package/dist-types/ts3.4/models/models_0.d.ts +118 -117
- package/dist-types/ts3.4/models/models_1.d.ts +187 -1
- package/dist-types/ts3.4/pagination/ListCustomDetectionRuleAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCustomDetectionRuleOrgConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCustomDetectionRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +44 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -202,6 +202,20 @@ ArchiveFindings
|
|
|
202
202
|
</details>
|
|
203
203
|
<details>
|
|
204
204
|
<summary>
|
|
205
|
+
CreateCustomDetectionRuleAssociation
|
|
206
|
+
</summary>
|
|
207
|
+
|
|
208
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/CreateCustomDetectionRuleAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/CreateCustomDetectionRuleAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/CreateCustomDetectionRuleAssociationCommandOutput/)
|
|
209
|
+
</details>
|
|
210
|
+
<details>
|
|
211
|
+
<summary>
|
|
212
|
+
CreateCustomDetectionRuleOrgConfiguration
|
|
213
|
+
</summary>
|
|
214
|
+
|
|
215
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/CreateCustomDetectionRuleOrgConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/CreateCustomDetectionRuleOrgConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/CreateCustomDetectionRuleOrgConfigurationCommandOutput/)
|
|
216
|
+
</details>
|
|
217
|
+
<details>
|
|
218
|
+
<summary>
|
|
205
219
|
CreateDetector
|
|
206
220
|
</summary>
|
|
207
221
|
|
|
@@ -286,6 +300,20 @@ DeclineInvitations
|
|
|
286
300
|
</details>
|
|
287
301
|
<details>
|
|
288
302
|
<summary>
|
|
303
|
+
DeleteCustomDetectionRuleAssociation
|
|
304
|
+
</summary>
|
|
305
|
+
|
|
306
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/DeleteCustomDetectionRuleAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/DeleteCustomDetectionRuleAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/DeleteCustomDetectionRuleAssociationCommandOutput/)
|
|
307
|
+
</details>
|
|
308
|
+
<details>
|
|
309
|
+
<summary>
|
|
310
|
+
DeleteCustomDetectionRuleOrgConfiguration
|
|
311
|
+
</summary>
|
|
312
|
+
|
|
313
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/DeleteCustomDetectionRuleOrgConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/DeleteCustomDetectionRuleOrgConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/DeleteCustomDetectionRuleOrgConfigurationCommandOutput/)
|
|
314
|
+
</details>
|
|
315
|
+
<details>
|
|
316
|
+
<summary>
|
|
289
317
|
DeleteDetector
|
|
290
318
|
</summary>
|
|
291
319
|
|
|
@@ -426,6 +454,27 @@ GetCoverageStatistics
|
|
|
426
454
|
</details>
|
|
427
455
|
<details>
|
|
428
456
|
<summary>
|
|
457
|
+
GetCustomDetectionRule
|
|
458
|
+
</summary>
|
|
459
|
+
|
|
460
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/GetCustomDetectionRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetCustomDetectionRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetCustomDetectionRuleCommandOutput/)
|
|
461
|
+
</details>
|
|
462
|
+
<details>
|
|
463
|
+
<summary>
|
|
464
|
+
GetCustomDetectionRuleAssociation
|
|
465
|
+
</summary>
|
|
466
|
+
|
|
467
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/GetCustomDetectionRuleAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetCustomDetectionRuleAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetCustomDetectionRuleAssociationCommandOutput/)
|
|
468
|
+
</details>
|
|
469
|
+
<details>
|
|
470
|
+
<summary>
|
|
471
|
+
GetCustomDetectionRuleOrgConfiguration
|
|
472
|
+
</summary>
|
|
473
|
+
|
|
474
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/GetCustomDetectionRuleOrgConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetCustomDetectionRuleOrgConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetCustomDetectionRuleOrgConfigurationCommandOutput/)
|
|
475
|
+
</details>
|
|
476
|
+
<details>
|
|
477
|
+
<summary>
|
|
429
478
|
GetDetector
|
|
430
479
|
</summary>
|
|
431
480
|
|
|
@@ -573,6 +622,27 @@ ListCoverage
|
|
|
573
622
|
</details>
|
|
574
623
|
<details>
|
|
575
624
|
<summary>
|
|
625
|
+
ListCustomDetectionRuleAssociations
|
|
626
|
+
</summary>
|
|
627
|
+
|
|
628
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/ListCustomDetectionRuleAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListCustomDetectionRuleAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListCustomDetectionRuleAssociationsCommandOutput/)
|
|
629
|
+
</details>
|
|
630
|
+
<details>
|
|
631
|
+
<summary>
|
|
632
|
+
ListCustomDetectionRuleOrgConfigurations
|
|
633
|
+
</summary>
|
|
634
|
+
|
|
635
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/ListCustomDetectionRuleOrgConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListCustomDetectionRuleOrgConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListCustomDetectionRuleOrgConfigurationsCommandOutput/)
|
|
636
|
+
</details>
|
|
637
|
+
<details>
|
|
638
|
+
<summary>
|
|
639
|
+
ListCustomDetectionRules
|
|
640
|
+
</summary>
|
|
641
|
+
|
|
642
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/ListCustomDetectionRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListCustomDetectionRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListCustomDetectionRulesCommandOutput/)
|
|
643
|
+
</details>
|
|
644
|
+
<details>
|
|
645
|
+
<summary>
|
|
576
646
|
ListDetectors
|
|
577
647
|
</summary>
|
|
578
648
|
|
|
@@ -727,6 +797,20 @@ UntagResource
|
|
|
727
797
|
</details>
|
|
728
798
|
<details>
|
|
729
799
|
<summary>
|
|
800
|
+
UpdateCustomDetectionRuleAssociation
|
|
801
|
+
</summary>
|
|
802
|
+
|
|
803
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/UpdateCustomDetectionRuleAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/UpdateCustomDetectionRuleAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/UpdateCustomDetectionRuleAssociationCommandOutput/)
|
|
804
|
+
</details>
|
|
805
|
+
<details>
|
|
806
|
+
<summary>
|
|
807
|
+
UpdateCustomDetectionRuleOrgConfiguration
|
|
808
|
+
</summary>
|
|
809
|
+
|
|
810
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/UpdateCustomDetectionRuleOrgConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/UpdateCustomDetectionRuleOrgConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/UpdateCustomDetectionRuleOrgConfigurationCommandOutput/)
|
|
811
|
+
</details>
|
|
812
|
+
<details>
|
|
813
|
+
<summary>
|
|
730
814
|
UpdateDetector
|
|
731
815
|
</summary>
|
|
732
816
|
|