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

AnomalousService

import type { AnomalousService } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";

The service within the service graph that has anomalously high fault rates.

interface AnomalousService {
ServiceId?: ServiceId | null;
}

§Properties

§
ServiceId?: ServiceId | null
[src]