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

PutRepositoryTriggersInput

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

Represents the input of a put repository triggers operation.

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

§Properties

§
repositoryName: string
[src]

The name of the repository where you want to create or update the trigger.

§

The JSON block of configuration information for each trigger.