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

ListReceiptRuleSetsRequest

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

Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

interface ListReceiptRuleSetsRequest {
NextToken?: string | null;
}

§Properties

§
NextToken?: string | null
[src]

A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.