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

DeleteAppRequest

import type { DeleteAppRequest } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface DeleteAppRequest {
appId?: string | null;
forceStopAppReplication?: boolean | null;
forceTerminateApp?: boolean | null;
}

§Properties

§
appId?: string | null
[src]

The ID of the application.

§
forceStopAppReplication?: boolean | null
[src]

Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.

§
forceTerminateApp?: boolean | null
[src]

Indicates whether to terminate the stack corresponding to the application while deleting the application.