Service
import type { Service } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/xray.ts";interface Service {
AccountId?: string | null;
DurationHistogram?: HistogramEntry[] | null;
Edges?: Edge[] | null;
EndTime?: Date | number | null;
Name?: string | null;
Names?: string[] | null;
ReferenceId?: number | null;
ResponseTimeHistogram?: HistogramEntry[] | null;
Root?: boolean | null;
StartTime?: Date | number | null;
State?: string | null;
SummaryStatistics?: ServiceStatistics | null;
Type?: string | null;
}§Properties
§
DurationHistogram?: HistogramEntry[] | null
[src]§
ResponseTimeHistogram?: HistogramEntry[] | null
[src]§
SummaryStatistics?: ServiceStatistics | null
[src]