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

GetAnomalySubscriptionsRequest

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

§Properties

§
MaxResults?: number | null
[src]

The number of entries a paginated response contains.

§
MonitorArn?: string | null
[src]

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.

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

A list of cost anomaly subscription ARNs.