Skip to content

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).

// init
const listInvestigations = yield* AWS.GuardDuty.ListInvestigations(detector);
// runtime
const { Investigations } = yield* listInvestigations();