amazonka-ses-1.3.4: Amazon Simple Email Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.ReorderReceiptRuleSet

Contents

Description

Reorders the receipt rules within a receipt rule set.

All of the rules in the rule set must be represented in this request. That is, this API will return an error if the reorder request doesn’t explicitly position all of the rules.

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

See: AWS API Reference for ReorderReceiptRuleSet.

Synopsis

Creating a Request

reorderReceiptRuleSet Source

Creates a value of ReorderReceiptRuleSet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

rrrsRuleSetName :: Lens' ReorderReceiptRuleSet Text Source

The name of the receipt rule set to reorder.

rrrsRuleNames :: Lens' ReorderReceiptRuleSet [Text] Source

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

Destructuring the Response

reorderReceiptRuleSetResponse Source

Creates a value of ReorderReceiptRuleSetResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses