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

AnomalyMonitor

import type { AnomalyMonitor } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/costexplorer.ts";
interface AnomalyMonitor {
CreationDate?: string | null;
DimensionalValueCount?: number | null;
LastEvaluatedDate?: string | null;
LastUpdatedDate?: string | null;
MonitorArn?: string | null;
MonitorDimension?: MonitorDimension | null;
MonitorName: string;
MonitorSpecification?: Expression | null;
MonitorType: MonitorType;
}

§Properties

§
CreationDate?: string | null
[src]
§
DimensionalValueCount?: number | null
[src]
§
LastEvaluatedDate?: string | null
[src]
§
LastUpdatedDate?: string | null
[src]
§
MonitorArn?: string | null
[src]
§
MonitorDimension?: MonitorDimension | null
[src]
§
MonitorName: string
[src]
§
MonitorSpecification?: Expression | null
[src]
§
MonitorType: MonitorType
[src]