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

UpdateAnomalySubscriptionRequest

import type { UpdateAnomalySubscriptionRequest } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface UpdateAnomalySubscriptionRequest {
Frequency?: AnomalySubscriptionFrequency | null;
MonitorArnList?: string[] | null;
Subscribers?: Subscriber[] | null;
SubscriptionArn: string;
SubscriptionName?: string | null;
Threshold?: number | null;
}

§Properties

§

The update to the frequency value that subscribers receive notifications.

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

A list of cost anomaly monitor ARNs.

§
Subscribers?: Subscriber[] | null
[src]

The update to the subscriber list.

§
SubscriptionArn: string
[src]

A cost anomaly subscription Amazon Resource Name (ARN).

§
SubscriptionName?: string | null
[src]

The new name of the subscription.

§
Threshold?: number | null
[src]

The update to the threshold value for receiving notifications.