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

UpdateReceiptRuleRequest

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

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

interface UpdateReceiptRuleRequest {
RuleSetName: string;
}

§Properties

§

A data structure that contains the updated receipt rule information.

§
RuleSetName: string
[src]

The name of the receipt rule set that the receipt rule belongs to.