ListInvestigations
Source:
src/AWS/Detective/ListInvestigations.ts
Runtime binding for detective:ListInvestigations.
Enumerates the behavior graph’s investigations with optional filter and
sort criteria — list everything triaged in the last week, or every
investigation still ACTIVE. The graph ARN is injected from the bound
Graph.
Provide the implementation with
Effect.provide(AWS.Detective.ListInvestigationsHttp).
Running Investigations
Section titled “Running Investigations”// initconst listInvestigations = yield* AWS.Detective.ListInvestigations(graph);
// runtimeconst { InvestigationDetails } = yield* listInvestigations();