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

GetSyncJobResponse

import type { GetSyncJobResponse } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface GetSyncJobResponse {
arn: string;
creationDateTime: Date | number;
status: SyncJobStatus;
syncRole: string;
syncSource: string;
updateDateTime: Date | number;
workspaceId: string;
}

§Properties

§
arn: string
[src]

The sync job ARN.

§
creationDateTime: Date | number
[src]

The creation date and time.

§

The SyncJob response status.

§
syncRole: string
[src]

The sync IAM role.

§
syncSource: string
[src]

The sync soucre.

Note: Currently the only supported syncSoucre is SITEWISE.

§
updateDateTime: Date | number
[src]

The update date and time.

§
workspaceId: string
[src]

The ID of the workspace that contains the sync job.