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

ReorderReceiptRuleSetRequest

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

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

interface ReorderReceiptRuleSetRequest {
RuleNames: string[];
RuleSetName: string;
}

§Properties

§
RuleNames: string[]
[src]

A list of the specified receipt rule set's receipt rules in the order that you want to put them.

§
RuleSetName: string
[src]

The name of the receipt rule set to reorder.