ListDatasourcePackages
Source:
src/AWS/Detective/ListDatasourcePackages.ts
Runtime binding for detective:ListDatasourcePackages.
Lists the behavior graph’s data source packages (core CloudTrail/VPC Flow,
EKS audit, ASFF findings) and their ingest state — audit what Detective is
actually ingesting. The graph ARN is injected from the bound Graph.
Provide the implementation with
Effect.provide(AWS.Detective.ListDatasourcePackagesHttp).
Managing Data Source Packages
Section titled “Managing Data Source Packages”// initconst listDatasourcePackages = yield* AWS.Detective.ListDatasourcePackages(graph);
// runtimeconst { DatasourcePackages } = yield* listDatasourcePackages();