amazonka-ses-1.3.6: 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.CloneReceiptRuleSet

Contents

Description

Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.

For information about setting up rule sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

See: AWS API Reference for CloneReceiptRuleSet.

Synopsis

Creating a Request

cloneReceiptRuleSet Source

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

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

Request Lenses

cRuleSetName :: Lens' CloneReceiptRuleSet Text Source

The name of the rule set to create. The name must:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
  • Start and end with a letter or number.
  • Contain less than 64 characters.

cOriginalRuleSetName :: Lens' CloneReceiptRuleSet Text Source

The name of the rule set to clone.

Destructuring the Response

cloneReceiptRuleSetResponse Source

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

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

Response Lenses