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

Shipment

import type { Shipment } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";

The Status and TrackingNumber information for an inbound or outbound shipment.

interface Shipment {
Status?: string | null;
TrackingNumber?: string | null;
}

§Properties

§
Status?: string | null
[src]

Status information for a shipment.

§
TrackingNumber?: string | null
[src]

The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it.

For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.