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

DescribeReturnShippingLabelResult

import type { DescribeReturnShippingLabelResult } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface DescribeReturnShippingLabelResult {
ExpirationDate?: Date | number | null;
ReturnShippingLabelURI?: string | null;
Status?: ShippingLabelStatus | null;
}

§Properties

§
ExpirationDate?: Date | number | null
[src]

The expiration date of the current return shipping label.

§
ReturnShippingLabelURI?: string | null
[src]

The pre-signed Amazon S3 URI used to download the return shipping label.

§
Status?: ShippingLabelStatus | null
[src]

The status information of the task on a Snow device that is being returned to Amazon Web Services.