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

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

§
AccountId?: string | null
[src]
§
DurationHistogram?: HistogramEntry[] | null
[src]
§
Edges?: Edge[] | null
[src]
§
EndTime?: Date | number | null
[src]
§
Name?: string | null
[src]
§
Names?: string[] | null
[src]
§
ReferenceId?: number | null
[src]
§
ResponseTimeHistogram?: HistogramEntry[] | null
[src]
§
Root?: boolean | null
[src]
§
StartTime?: Date | number | null
[src]
§
State?: string | null
[src]
§
SummaryStatistics?: ServiceStatistics | null
[src]
§
Type?: string | null
[src]