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

ReplicationRunStageDetails

import type { ReplicationRunStageDetails } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";

Details of the current stage of a replication run.

interface ReplicationRunStageDetails {
stage?: string | null;
stageProgress?: string | null;
}

§Properties

§
stage?: string | null
[src]

The current stage of a replication run.

§
stageProgress?: string | null
[src]

The progress of the current stage of a replication run.