SamplingStatisticSummary
import type { SamplingStatisticSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/xray.ts";interface SamplingStatisticSummary {
BorrowCount?: number | null;
RequestCount?: number | null;
RuleName?: string | null;
SampledCount?: number | null;
Timestamp?: Date | number | null;
}