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

StartServiceSoftwareUpdateRequest

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

Container for the parameters to the "StartServiceSoftwareUpdate" operation. Specifies the name of the domain to schedule a service software update for.

interface StartServiceSoftwareUpdateRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]

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