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

AbortEnvironmentUpdateMessage

import type { AbortEnvironmentUpdateMessage } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";
interface AbortEnvironmentUpdateMessage {
EnvironmentId?: string | null;
EnvironmentName?: string | null;
}

§Properties

§
EnvironmentId?: string | null
[src]

This specifies the ID of the environment with the in-progress update that you want to cancel.

§
EnvironmentName?: string | null
[src]

This specifies the name of the environment with the in-progress update that you want to cancel.