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

DeleteReceiptRuleSetRequest

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

Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

interface DeleteReceiptRuleSetRequest {
RuleSetName: string;
}

§Properties

§
RuleSetName: string
[src]

The name of the receipt rule set to delete.