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

GetAnomaliesRequest

import type { GetAnomaliesRequest } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
interface GetAnomaliesRequest {
DateInterval: AnomalyDateInterval;
Feedback?: AnomalyFeedbackType | null;
MaxResults?: number | null;
MonitorArn?: string | null;
NextPageToken?: string | null;
TotalImpact?: TotalImpactFilter | null;
}

§Properties

§

Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an AnomalyEndDate in the specified time range.

§
Feedback?: AnomalyFeedbackType | null
[src]

Filters anomaly results by the feedback field on the anomaly object.

§
MaxResults?: number | null
[src]

The number of entries a paginated response contains.

§
MonitorArn?: string | null
[src]

Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).

§
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.

§
TotalImpact?: TotalImpactFilter | null
[src]

Filters anomaly results by the total impact field on the anomaly object. For example, you can filter anomalies GREATER_THAN 200.00 to retrieve anomalies, with an estimated dollar impact greater than 200.