GetInvestigation
Source:
src/AWS/GuardDuty/GetInvestigation.ts
Runtime binding for guardduty:GetInvestigation.
Reads an investigation’s status, risk details, and results by investigation id.
The detector id is injected from the bound Detector.
Provide the implementation with
Effect.provide(AWS.GuardDuty.GetInvestigationHttp).
Extended Threat Detection
Section titled “Extended Threat Detection”// initconst getInvestigation = yield* AWS.GuardDuty.GetInvestigation(detector);
// runtimeconst { Investigation } = yield* getInvestigation({ InvestigationId: investigationId,});