ListWebhookItem
import type { ListWebhookItem } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/codepipeline.ts";interface ListWebhookItem {
arn?: string | null;
definition: WebhookDefinition;
errorCode?: string | null;
errorMessage?: string | null;
lastTriggered?: Date | number | null;
tags?: Tag[] | null;
url: string;
}