AnomalyDetectorDetectChangePointResponse type
Contains response data for the detectChangePoint operation.
type AnomalyDetectorDetectChangePointResponse = DetectChangePointResponse & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: DetectChangePointResponse
}
}