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

ListSyncResourcesRequest

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

§Properties

§
filters?: SyncResourceFilter[] | null
[src]

A list of objects that filter the request.

§
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.

§
syncSource: string
[src]

The sync soucre.

Note: Currently the only supported syncSoucre is SITEWISE.

§
workspaceId: string
[src]

The ID of the workspace that contains the sync job.