AnomalyDetectorLastDetectAnomalyResponse type
Contains response data for the lastDetectAnomaly operation.
type AnomalyDetectorLastDetectAnomalyResponse = LastDetectionResult & {
_response: HttpResponse & {
bodyAsText: string,
parsedBody: LastDetectionResult,
},
}
Feedback
Submit and view feedback for