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

TestRepositoryTriggersInput

import type { TestRepositoryTriggersInput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Represents the input of a test repository triggers operation.

interface TestRepositoryTriggersInput {
repositoryName: string;
triggers: RepositoryTrigger[];
}

§Properties

§
repositoryName: string
[src]

The name of the repository in which to test the triggers.

§

The list of triggers to test.