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

GetAnomalyMonitorsRequest

import type { GetAnomalyMonitorsRequest } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface GetAnomalyMonitorsRequest {
MaxResults?: number | null;
MonitorArnList?: string[] | null;
NextPageToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The number of entries that a paginated response contains.

§
MonitorArnList?: string[] | null
[src]

A list of cost anomaly monitor ARNs.

§
NextPageToken?: string | null
[src]

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.