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

UpdateAnomalyMonitorRequest

import type { UpdateAnomalyMonitorRequest } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
interface UpdateAnomalyMonitorRequest {
MonitorArn: string;
MonitorName?: string | null;
}

§Properties

§
MonitorArn: string
[src]

Cost anomaly monitor Amazon Resource Names (ARNs).

§
MonitorName?: string | null
[src]

The new name for the cost anomaly monitor.