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.4/services/es.ts?docs=full";
interface DryRunResults {
DeploymentType?: string | null;
Message?: string | null;
}

§Properties

§
DeploymentType?: string | null
[src]

Specifies the deployment mechanism through which the update shall be applied on the domain. Possible responses are Blue/Green (The update will require a blue/green deployment.) DynamicUpdate (The update can be applied in-place without a Blue/Green deployment required.) Undetermined (The domain is undergoing an update which needs to complete before the deployment type can be predicted.) None (The configuration change matches the current configuration and will not result in any update.)

§
Message?: string | null
[src]

Contains an optional message associated with the DryRunResults.