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

AnomalyDateInterval

import type { AnomalyDateInterval } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";

The time period for an anomaly.

interface AnomalyDateInterval {
EndDate?: string | null;
StartDate: string;
}

§Properties

§
EndDate?: string | null
[src]

The last date an anomaly was observed.

§
StartDate: string
[src]

The first date an anomaly was observed.