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

GetReplicationJobsResponse

import type { GetReplicationJobsResponse } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface GetReplicationJobsResponse {
nextToken?: string | null;
replicationJobList?: ReplicationJob[] | 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.

§
replicationJobList?: ReplicationJob[] | null
[src]

Information about the replication jobs.