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

PtrUpdateStatus

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

The status of an updated pointer (PTR) record for an Elastic IP address.

interface PtrUpdateStatus {
Reason?: string | null;
Status?: string | null;
Value?: string | null;
}

§Properties

§
Reason?: string | null
[src]

The reason for the PTR record update.

§
Status?: string | null
[src]

The status of the PTR record update.

§
Value?: string | null
[src]

The value for the PTR record update.