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

ListSyncJobsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return at one time. The default is 50.

Valid Range: Minimum value of 0. Maximum value of 200.

§
nextToken?: string | null
[src]

The string that specifies the next page of results.

§
workspaceId: string
[src]

The ID of the workspace that contains the sync job.