Smaws_Client_SES.SetActiveReceiptRuleSetSets the specified receipt rule set as the active receipt rule set.
To disable your email-receiving through Amazon SES completely, you can call this operation with RuleSetName set to null.
For information about managing receipt 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
| `RuleSetDoesNotExistException of Types.rule_set_does_not_exist_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.set_active_receipt_rule_set_request ->
(Types.set_active_receipt_rule_set_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `RuleSetDoesNotExistException of Types.rule_set_does_not_exist_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.set_active_receipt_rule_set_request ->
(Types.set_active_receipt_rule_set_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `RuleSetDoesNotExistException of Types.rule_set_does_not_exist_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result