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

GetTimeSeriesServiceStatisticsRequest

import type { GetTimeSeriesServiceStatisticsRequest } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetTimeSeriesServiceStatisticsRequest {
EndTime: Date | number;
EntitySelectorExpression?: string | null;
ForecastStatistics?: boolean | null;
GroupARN?: string | null;
GroupName?: string | null;
NextToken?: string | null;
Period?: number | null;
StartTime: Date | number;
}

§Properties

§
EndTime: Date | number
[src]

The end of the time frame for which to aggregate statistics.

§
EntitySelectorExpression?: string | null
[src]

A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.

§
ForecastStatistics?: boolean | null
[src]

The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.

§
GroupARN?: string | null
[src]

The Amazon Resource Name (ARN) of the group for which to pull statistics from.

§
GroupName?: string | null
[src]

The case-sensitive name of the group for which to pull statistics from.

§
NextToken?: string | null
[src]

Pagination token.

§
Period?: number | null
[src]

Aggregation period in seconds.

§
StartTime: Date | number
[src]

The start of the time frame for which to aggregate statistics.