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.
Indicates that the provided receipt rule set does not exist.
Example
ReorderReceiptRuleSet
// The following example reorders the receipt rules within a receipt rule set: constinput = { "RuleNames": [ "MyRule", "MyOtherRule" ], "RuleSetName":"MyRuleSet" }; constcommand = newReorderReceiptRuleSetCommand(input); awaitclient.send(command); // example id: reorderreceiptruleset-1469058156806
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.
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
ReorderReceiptRuleSetCommandInput
Returns
ReorderReceiptRuleSetCommandOutput
See
input
shape.response
shape.config
shape.Throws
RuleDoesNotExistException (client fault)
Indicates that the provided receipt rule does not exist.
Throws
RuleSetDoesNotExistException (client fault)
Indicates that the provided receipt rule set does not exist.
Example
ReorderReceiptRuleSet