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

RegisterWebhookWithThirdPartyInput

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

§Properties

§
webhookName?: string | null
[src]

The name of an existing webhook created with PutWebhook to register with a supported third party.