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

CreateReceiptFilterRequest

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

Represents a request to create a new 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 CreateReceiptFilterRequest {
Filter: ReceiptFilter;
}

§Properties

§

A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.