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

GetSyncJobRequest

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

§Properties

§
syncSource: string
[src]

The sync soucre.

Note: Currently the only supported syncSoucre is SITEWISE.

§
workspaceId?: string | null
[src]

The workspace Id.