AnomalyDetectorLastDetectAnomalyResponse type

Contains response data for the lastDetectAnomaly operation.

type AnomalyDetectorLastDetectAnomalyResponse = LastDetectionResult & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: LastDetectionResult,
  },
}