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

StartOnDemandAppReplicationRequest

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

§Properties

§
appId: string
[src]

The ID of the application.

§
description?: string | null
[src]

The description of the replication run.