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

GetServiceGraphResult

import type { GetServiceGraphResult } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetServiceGraphResult {
ContainsOldGroupVersions?: boolean | null;
EndTime?: Date | number | null;
NextToken?: string | null;
Services?: Service[] | null;
StartTime?: Date | number | null;
}

§Properties

§
ContainsOldGroupVersions?: boolean | null
[src]

A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.

§
EndTime?: Date | number | null
[src]

The end of the time frame for which the graph was generated.

§
NextToken?: string | null
[src]

Pagination token.

§
Services?: Service[] | null
[src]

The services that have processed a traced request during the specified time frame.

§
StartTime?: Date | number | null
[src]

The start of the time frame for which the graph was generated.