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

DryRunResults

import type { DryRunResults } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";
interface DryRunResults {
DeploymentType?: string | null;
Message?: string | null;
}

§Properties

§
DeploymentType?: string | null
[src]

Specifies the way in which Amazon OpenSearch Service applies the update. Possible responses are Blue/Green (the update requires a blue/green deployment), DynamicUpdate (no blue/green required), Undetermined (the domain is undergoing an update and can't predict the deployment type; try again after the update is complete), and None (the request doesn't include any configuration changes).

§
Message?: string | null
[src]

Contains an optional message associated with the DryRunResults.