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

GetTemplateSyncStatusOutput

import type { GetTemplateSyncStatusOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface GetTemplateSyncStatusOutput {
desiredState?: Revision | null;
latestSuccessfulSync?: ResourceSyncAttempt | null;
latestSync?: ResourceSyncAttempt | null;
}

§Properties

§
desiredState?: Revision | null
[src]

The template sync desired state that's returned by Proton.

§
latestSuccessfulSync?: ResourceSyncAttempt | null
[src]

The details of the last successful sync that's returned by Proton.

§
latestSync?: ResourceSyncAttempt | null
[src]

The details of the last sync that's returned by Proton.