Skip to content

ListCoverage

Source: src/AWS/GuardDuty/ListCoverage.ts

Runtime binding for guardduty:ListCoverage.

Enumerates per-resource coverage details — which EKS clusters, EC2 instances, and ECS clusters report runtime telemetry and why any are unhealthy. The detector id is injected from the bound Detector. Provide the implementation with Effect.provide(AWS.GuardDuty.ListCoverageHttp).

// init
const listCoverage = yield* AWS.GuardDuty.ListCoverage(detector);
// runtime
const { Resources } = yield* listCoverage();