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).
Usage & Coverage
Section titled “Usage & Coverage”// initconst listCoverage = yield* AWS.GuardDuty.ListCoverage(detector);
// runtimeconst { Resources } = yield* listCoverage();