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

DeleteReceiptRuleRequest

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

Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

interface DeleteReceiptRuleRequest {
RuleName: string;
RuleSetName: string;
}

§Properties

§
RuleName: string
[src]

The name of the receipt rule to delete.

§
RuleSetName: string
[src]

The name of the receipt rule set that contains the receipt rule to delete.