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

GetRepositoryTriggersOutput

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

Represents the output of a get repository triggers operation.

interface GetRepositoryTriggersOutput {
configurationId?: string | null;
triggers?: RepositoryTrigger[] | null;
}

§Properties

§
configurationId?: string | null
[src]

The system-generated unique ID for the trigger.

§
triggers?: RepositoryTrigger[] | null
[src]

The JSON block of configuration information for each trigger.