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

ListReceiptFiltersResponse

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

A list of IP address filters that exist under your AWS account.

interface ListReceiptFiltersResponse {
Filters: ReceiptFilter[];
}

§Properties

§

A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.