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

ResponseTimeRootCause

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

The root cause information for a response time warning.

interface ResponseTimeRootCause {
ClientImpacting?: boolean | null;
Services?: ResponseTimeRootCauseService[] | null;
}

§Properties

§
ClientImpacting?: boolean | null
[src]

A flag that denotes that the root cause impacts the trace client.

§

A list of corresponding services. A service identifies a segment and contains a name, account ID, type, and inferred flag.