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

PutWebhookOutput

import type { PutWebhookOutput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";
interface PutWebhookOutput {
webhook?: ListWebhookItem | null;
}

§Properties

§
webhook?: ListWebhookItem | null
[src]

The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.