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

HistoricalMetricResult

import type { HistoricalMetricResult } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

Contains information about the historical metrics retrieved.

interface HistoricalMetricResult {
Collections?: HistoricalMetricData[] | null;
Dimensions?: Dimensions | null;
}

§Properties

§
Collections?: HistoricalMetricData[] | null
[src]

The set of metrics.

§
Dimensions?: Dimensions | null
[src]

The dimension for the metrics.