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

SetReceiptRulePositionRequest

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

Represents a request to set the position of a receipt rule in 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 SetReceiptRulePositionRequest {
After?: string | null;
RuleName: string;
RuleSetName: string;
}

§Properties

§
After?: string | null
[src]

The name of the receipt rule after which to place the specified receipt rule.

§
RuleName: string
[src]

The name of the receipt rule to reposition.

§
RuleSetName: string
[src]

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