package aws-sqs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = (QueueAttributeName.t, Aws.BaseTypes.String.t) Stdlib.Hashtbl.t
val make : 'a -> unit -> 'b
val parse : 'a -> 'b option
val to_query : (QueueAttributeName.t, Aws.BaseTypes.String.t) Stdlib.Hashtbl.t -> Aws.Query.t
val to_json : (QueueAttributeName.t, Aws.BaseTypes.String.t) Stdlib.Hashtbl.t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> (QueueAttributeName.t, Aws.BaseTypes.String.t) Stdlib.Hashtbl.t