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.
Indicates that the provided receipt rule set does not exist.
Example
CloneReceiptRuleSet
// The following example creates a receipt rule set by cloning an existing one: constinput = { "OriginalRuleSetName":"RuleSetToClone", "RuleSetName":"RuleSetToCreate" }; constcommand = newCloneReceiptRuleSetCommand(input); awaitclient.send(command); // example id: clonereceiptruleset-1469055039770
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.
You can execute this operation no more than once per second.
Example
Use a bare-bones client and the command you need to make an API call.
Param
CloneReceiptRuleSetCommandInput
Returns
CloneReceiptRuleSetCommandOutput
See
input
shape.response
shape.config
shape.Throws
AlreadyExistsException (client fault)
Indicates that a resource could not be created because of a naming conflict.
Throws
LimitExceededException (client fault)
Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
Throws
RuleSetDoesNotExistException (client fault)
Indicates that the provided receipt rule set does not exist.
Example
CloneReceiptRuleSet