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

GetRepositoryTriggersInput

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

Represents the input of a get repository triggers operation.

interface GetRepositoryTriggersInput {
repositoryName: string;
}

§Properties

§
repositoryName: string
[src]

The name of the repository for which the trigger is configured.