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

MoveAddressToVpcResult

import type { MoveAddressToVpcResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface MoveAddressToVpcResult {
AllocationId?: string | null;
Status?: Status | null;
}

§Properties

§
AllocationId?: string | null
[src]

The allocation ID for the Elastic IP address.

§
Status?: Status | null
[src]

The status of the move of the IP address.