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

SetActiveReceiptRuleSetRequest

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

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

interface SetActiveReceiptRuleSetRequest {
RuleSetName?: string | null;
}

§Properties

§
RuleSetName?: string | null
[src]

The name of the receipt rule set to make active. Setting this value to null disables all email receiving.