= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package aws-sqs
-
aws-sqs
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
string_value : Aws.BaseTypes.String.t option;
binary_value : Aws.BaseTypes.Blob.t option;
string_list_values : StringList.t;
binary_list_values : BinaryList.t;
data_type : Aws.BaseTypes.String.t;
}
val make :
?string_value:Aws.BaseTypes.String.t ->
?binary_value:Aws.BaseTypes.Blob.t ->
?string_list_values:StringList.t ->
?binary_list_values:BinaryList.t ->
data_type:Aws.BaseTypes.String.t ->
unit ->
t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t