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

GetReplicationRunsResponse

import type { GetReplicationRunsResponse } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface GetReplicationRunsResponse {
nextToken?: string | null;
replicationJob?: ReplicationJob | null;
replicationRunList?: ReplicationRun[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token required to retrieve the next set of results. This value is null when there are no more results to return.

§
replicationJob?: ReplicationJob | null
[src]

Information about the replication job.

§
replicationRunList?: ReplicationRun[] | null
[src]

Information about the replication runs.