Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MonitoringAlertHistorySummary

import type { MonitoringAlertHistorySummary } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Provides summary information of an alert's history.

interface MonitoringAlertHistorySummary {
AlertStatus: MonitoringAlertStatus;
CreationTime: Date | number;
MonitoringAlertName: string;
MonitoringScheduleName: string;
}

§Properties

§

The current alert status of an alert.

§
CreationTime: Date | number
[src]

A timestamp that indicates when the first alert transition occurred in an alert history. An alert transition can be from status InAlert to OK, or from OK to InAlert.

§
MonitoringAlertName: string
[src]

The name of a monitoring alert.

§
MonitoringScheduleName: string
[src]

The name of a monitoring schedule.