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

StartNetworkResourceUpdateRequest

import type { StartNetworkResourceUpdateRequest } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";
interface StartNetworkResourceUpdateRequest {
networkResourceArn: string;
returnReason?: string | null;
shippingAddress?: Address | null;
updateType: UpdateType;
}

§Properties

§
networkResourceArn: string
[src]

The Amazon Resource Name (ARN) of the network resource.

§
returnReason?: string | null
[src]

The reason for the return. Providing a reason for a return is optional.

§
shippingAddress?: Address | null
[src]

The shipping address. If you don't provide a shipping address when replacing or returning a network resource, we use the address from the original order for the network resource.

§
updateType: UpdateType
[src]

The update type.

  • REPLACE - Submits a request to replace a defective radio unit. We provide a shipping label that you can use for the return process and we ship a replacement radio unit to you.
  • RETURN - Submits a request to replace a radio unit that you no longer need. We provide a shipping label that you can use for the return process.