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

ReturnInformation

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

Information about a request to return a network resource.

interface ReturnInformation {
replacementOrderArn?: string | null;
returnReason?: string | null;
shippingAddress?: Address | null;
shippingLabel?: string | null;
}

§Properties

§
replacementOrderArn?: string | null
[src]

The Amazon Resource Name (ARN) of the replacement order.

§
returnReason?: string | null
[src]

The reason for the return. If the return request did not include a reason for the return, this value is null.

§
shippingAddress?: Address | null
[src]

The shipping address.

§
shippingLabel?: string | null
[src]

The URL of the shipping label. The shipping label is available for download only if the status of the network resource is PENDING_RETURN. For more information, see Return a radio unit.