import { type CodePipelineCloudWatchActionEvent } from "https://deno.land/x/lambda@1.42.2/types.d.ts";
Properties
detail: { pipeline: string; version: number; execution-id: string; stage: string; action: string; state: CodePipelineActionState; type: { owner: "AWS" | "Custom" | "ThirdParty"; category: CodePipelineActionCategory; provider: string; version: number; }; }