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

ListMetricsOutput

import type { ListMetricsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface ListMetricsOutput {
Metrics: Metric[];
NextToken?: string | null;
OwningAccounts: string[];
}

§Properties

§
Metrics: Metric[]
[src]

The metrics that match your request.

§
NextToken?: string | null
[src]

The token that marks the start of the next batch of returned results.

§
OwningAccounts: string[]
[src]

If you are using this operation in a monitoring account, this array contains the account IDs of the source accounts where the metrics in the returned data are from.

This field is a 1:1 mapping between each metric that is returned and the ID of the owning account.