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

StartElasticsearchServiceSoftwareUpdateRequest

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

Container for the parameters to the "StartElasticsearchServiceSoftwareUpdate" operation. Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.

interface StartElasticsearchServiceSoftwareUpdateRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]

The name of the domain that you want to update to the latest service software.