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

ChangeProgressStage

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

A progress stage details of a specific domain configuration change.

interface ChangeProgressStage {
Description?: string | null;
LastUpdated?: Date | number | null;
Name?: string | null;
Status?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the progress stage.

§
LastUpdated?: Date | number | null
[src]

The last updated timestamp of the progress stage.

§
Name?: string | null
[src]

The name of the specific progress stage.

§
Status?: string | null
[src]

The overall status of a specific progress stage.