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

GetReplicationRunsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

§
nextToken?: string | null
[src]

The token for the next set of results.

§
replicationJobId: string
[src]

The ID of the replication job.