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

ChangeProgressDetails

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

Specifies change details of the domain configuration change.

interface ChangeProgressDetails {
ChangeId?: string | null;
Message?: string | null;
}

§Properties

§
ChangeId?: string | null
[src]

The unique change identifier associated with a specific domain configuration change.

§
Message?: string | null
[src]

Contains an optional message associated with the domain configuration change.