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

ListRepositorySyncDefinitionsInput

import type { ListRepositorySyncDefinitionsInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListRepositorySyncDefinitionsInput {
nextToken?: string | null;
repositoryName: string;
repositoryProvider: RepositoryProvider;
syncType: SyncType;
}

§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 list of repository sync definitions previously requested.

§
repositoryName: string
[src]

The repository name.

§
repositoryProvider: RepositoryProvider
[src]

The repository provider.

§
syncType: SyncType
[src]

The sync type. The only supported value is TEMPLATE_SYNC.