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

CancelServiceSoftwareUpdateRequest

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

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

interface CancelServiceSoftwareUpdateRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]

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