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

DeletePartnerEventSourceRequest

import type { DeletePartnerEventSourceRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface DeletePartnerEventSourceRequest {
Account: string;
Name: string;
}

§Properties

§
Account: string
[src]

The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.

§
Name: string
[src]

The name of the event source to delete.