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

UpdateDomainConfigResponse

import type { UpdateDomainConfigResponse } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

The result of an UpdateDomain request. Contains the status of the domain being updated.

interface UpdateDomainConfigResponse {
DomainConfig: DomainConfig;
DryRunResults?: DryRunResults | null;
}

§Properties

§
DomainConfig: DomainConfig
[src]

The status of the updated domain.

§
DryRunResults?: DryRunResults | null
[src]

Contains result of DryRun.