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

DeleteSyncJobRequest

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

§Properties

§
syncSource: string
[src]

The sync source.

Note: Currently the only supported syncSoucre is SITEWISE.

§
workspaceId: string
[src]

The workspace Id.