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

AvailabilityZoneDetail

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

A list of Availability Zones corresponding to the segments in a trace.

interface AvailabilityZoneDetail {
Name?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of a corresponding Availability Zone.