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

UpdateElasticsearchDomainConfigResponse

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

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

interface UpdateElasticsearchDomainConfigResponse {
DryRunResults?: DryRunResults | null;
}

§Properties

§

The status of the updated Elasticsearch domain.

§
DryRunResults?: DryRunResults | null
[src]

Contains result of DryRun.