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

ResourceSyncAttempt

import type { ResourceSyncAttempt } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

Detail data for a resource sync attempt activated by a push to a repository.

interface ResourceSyncAttempt {
initialRevision: Revision;
startedAt: Date | number;
target: string;
targetRevision: Revision;
}

§Properties

§

An array of events with detail data.

§
initialRevision: Revision
[src]

Detail data for the initial repository commit, path and push.

§
startedAt: Date | number
[src]

The time when the sync attempt started.

§

The status of the sync attempt.

§
target: string
[src]

The resource that is synced to.

§
targetRevision: Revision
[src]

Detail data for the target revision.