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

StartOnDemandReplicationRunRequest

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

§Properties

§
description?: string | null
[src]

The description of the replication run.

§
replicationJobId: string
[src]

The ID of the replication job.