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

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;
}

§Properties

§
arn?: string | null
[src]
§
errorCode?: string | null
[src]
§
errorMessage?: string | null
[src]
§
lastTriggered?: Date | number | null
[src]
§
tags?: Tag[] | null
[src]
§
url: string
[src]