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

GetWebhookRequest

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

The request structure for the get webhook request.

interface GetWebhookRequest {
webhookId: string;
}

§Properties

§
webhookId: string
[src]

The unique ID for a webhook.