Module Smaws_Client_SES.CloneReceiptRuleSet

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.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `AlreadyExistsException of Types.already_exists_exception | `LimitExceededException of Types.limit_exceeded_exception | `RuleSetDoesNotExistException of Types.rule_set_does_not_exist_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.clone_receipt_rule_set_request -> (Types.clone_receipt_rule_set_response, [> Smaws_Lib.Protocols.AwsQuery.error | `AlreadyExistsException of Types.already_exists_exception | `LimitExceededException of Types.limit_exceeded_exception | `RuleSetDoesNotExistException of Types.rule_set_does_not_exist_exception ]) Stdlib.result