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

ListRepositorySyncDefinitionsOutput

import type { ListRepositorySyncDefinitionsOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListRepositorySyncDefinitionsOutput {
nextToken?: string | null;
syncDefinitions: RepositorySyncDefinition[];
}

§Properties

§
nextToken?: string | null
[src]

A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the current requested list of repository sync definitions.

§

An array of repository sync definitions.