Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/codepipeline@2015-07-09/mod.ts>TriggerType

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
type alias TriggerType
import { type TriggerType } from "https://deno.land/x/aws_api@v0.1.0/services/codepipeline@2015-07-09/mod.ts";
definition:
| "CreatePipeline"
| "StartPipelineExecution"
| "PollForSourceChanges"
| "Webhook"
| "CloudWatchEvent"
| "PutActionRevision"