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

ChangeInfo

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

A complex type that describes change information about changes made to your hosted zone.

interface ChangeInfo {
Comment?: string | null;
Id: string;
Status: ChangeStatus;
SubmittedAt: Date | number;
}

§Properties

§
Comment?: string | null
[src]

A comment you can provide.

§
Id: string
[src]

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

§

The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

§
SubmittedAt: Date | number
[src]

The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.