Values.CreateReceiptRuleResponseSourceAn empty element returned on a successful request.
and t = {createReceiptRuleResult : createReceiptRuleResult;responseMetaData : responseMetaData;}type error = [ | `AlreadyExistsException of AlreadyExistsException.t| `InvalidLambdaFunctionException of InvalidLambdaFunctionException.t| `InvalidS3ConfigurationException of InvalidS3ConfigurationException.t| `InvalidSnsTopicException of InvalidSnsTopicException.t| `LimitExceededException of LimitExceededException.t| `RuleDoesNotExistException of RuleDoesNotExistException.t| `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlreadyExistsException of AlreadyExistsException.t
| `InvalidLambdaFunctionException of InvalidLambdaFunctionException.t
| `InvalidS3ConfigurationException of InvalidS3ConfigurationException.t
| `InvalidSnsTopicException of InvalidSnsTopicException.t
| `LimitExceededException of unit
| `RuleDoesNotExistException of RuleDoesNotExistException.t
| `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlreadyExistsException of AlreadyExistsException.t
| `InvalidLambdaFunctionException of InvalidLambdaFunctionException.t
| `InvalidS3ConfigurationException of InvalidS3ConfigurationException.t
| `InvalidSnsTopicException of InvalidSnsTopicException.t
| `LimitExceededException of unit
| `RuleDoesNotExistException of RuleDoesNotExistException.t
| `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t
| `Unknown_operation_error of string * string option ]