ListInvestigations
Source:
src/AWS/GuardDuty/ListInvestigations.ts
Runtime binding for guardduty:ListInvestigations.
Lists the detector’s investigations with optional sort criteria.
The detector id is injected from the bound Detector.
Provide the implementation with
Effect.provide(AWS.GuardDuty.ListInvestigationsHttp).
Extended Threat Detection
Section titled “Extended Threat Detection”// initconst listInvestigations = yield* AWS.GuardDuty.ListInvestigations(detector);
// runtimeconst { Investigations } = yield* listInvestigations();