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

DescribeDomainChangeProgressResponse

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

The result of a DescribeDomainChangeProgress request. Contains the progress information of the requested domain change.

interface DescribeDomainChangeProgressResponse {
ChangeProgressStatus?: ChangeProgressStatusDetails | null;
}

§Properties

§
ChangeProgressStatus?: ChangeProgressStatusDetails | null
[src]

Progress information for the configuration change that is requested in the DescribeDomainChangeProgress request.