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

MovingAddressStatus

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

Describes the status of a moving Elastic IP address.

interface MovingAddressStatus {
MoveStatus?: MoveStatus | null;
PublicIp?: string | null;
}

§Properties

§
MoveStatus?: MoveStatus | null
[src]

The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.

§
PublicIp?: string | null
[src]

The Elastic IP address.