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

DeleteReceiptFilterRequest

import type { DeleteReceiptFilterRequest } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

interface DeleteReceiptFilterRequest {
FilterName: string;
}

§Properties

§
FilterName: string
[src]

The name of the IP address filter to delete.