Module Values.ReceiveMessageResultSource

A list of received messages.

Sourcetype nonrec t = {
  1. messages : MessageList.t option;
    (*

    A list of messages.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidAddress of InvalidAddress.t
  2. | `InvalidSecurity of InvalidSecurity.t
  3. | `KmsAccessDenied of KmsAccessDenied.t
  4. | `KmsDisabled of KmsDisabled.t
  5. | `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t
  6. | `KmsInvalidState of KmsInvalidState.t
  7. | `KmsNotFound of KmsNotFound.t
  8. | `KmsOptInRequired of KmsOptInRequired.t
  9. | `KmsThrottled of KmsThrottled.t
  10. | `OverLimit of OverLimit.t
  11. | `QueueDoesNotExist of QueueDoesNotExist.t
  12. | `RequestThrottled of RequestThrottled.t
  13. | `UnsupportedOperation of UnsupportedOperation.t
  14. | `Unknown_operation_error of string * string option
]
Sourceval make : ?messages:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidAddress of InvalidAddress.t | `InvalidSecurity of InvalidSecurity.t | `KmsAccessDenied of KmsAccessDenied.t | `KmsDisabled of KmsDisabled.t | `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t | `KmsInvalidState of KmsInvalidState.t | `KmsNotFound of KmsNotFound.t | `KmsOptInRequired of KmsOptInRequired.t | `KmsThrottled of KmsThrottled.t | `OverLimit of OverLimit.t | `QueueDoesNotExist of QueueDoesNotExist.t | `RequestThrottled of RequestThrottled.t | `Unknown_operation_error of string * string option | `UnsupportedOperation of UnsupportedOperation.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidAddress of InvalidAddress.t | `InvalidSecurity of InvalidSecurity.t | `KmsAccessDenied of KmsAccessDenied.t | `KmsDisabled of KmsDisabled.t | `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t | `KmsInvalidState of KmsInvalidState.t | `KmsNotFound of KmsNotFound.t | `KmsOptInRequired of KmsOptInRequired.t | `KmsThrottled of KmsThrottled.t | `OverLimit of OverLimit.t | `QueueDoesNotExist of QueueDoesNotExist.t | `RequestThrottled of RequestThrottled.t | `Unknown_operation_error of string * string option | `UnsupportedOperation of UnsupportedOperation.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `Enum of string | `String of String_.t ] * [> `String of String_.t | `Structure of (string * [> `Blob of Binary.t | `List of [> `Blob of Binary.t | `String of String_.t ] list | `String of String_.t ]) list ]) list | `String of String_.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t