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

DescribeDomainChangeProgressRequest

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

Container for the parameters to the DescribeDomainChangeProgress operation. Specifies the domain name and optional change specific identity for which you want progress information.

interface DescribeDomainChangeProgressRequest {
ChangeId?: string | null;
DomainName: string;
}

§Properties

§
ChangeId?: string | null
[src]

The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.

§
DomainName: string
[src]

The domain you want to get the progress information about.