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

GetServiceGraphRequest

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

§Properties

§
EndTime: Date | number
[src]

The end of the timeframe for which to generate a graph.

§
GroupARN?: string | null
[src]

The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.

§
GroupName?: string | null
[src]

The name of a group based on which you want to generate a graph.

§
NextToken?: string | null
[src]

Pagination token.

§
StartTime: Date | number
[src]

The start of the time frame for which to generate a graph.