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

GetTimeSeriesServiceStatisticsResult

import type { GetTimeSeriesServiceStatisticsResult } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetTimeSeriesServiceStatisticsResult {
ContainsOldGroupVersions?: boolean | null;
NextToken?: string | null;
TimeSeriesServiceStatistics?: TimeSeriesServiceStatistics[] | null;
}

§Properties

§
ContainsOldGroupVersions?: boolean | null
[src]

A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group's filter expression.

§
NextToken?: string | null
[src]

Pagination token.

§
TimeSeriesServiceStatistics?: TimeSeriesServiceStatistics[] | null
[src]

The collection of statistics.