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

CreateWebhookResult

import type { CreateWebhookResult } from "https://aws-api.deno.dev/v0.4/services/amplify.ts?docs=full";

The result structure for the create webhook request.

interface CreateWebhookResult {
webhook: Webhook;
}

§Properties

§
webhook: Webhook
[src]

Describes a webhook that connects repository events to an Amplify app.