package aws-sqs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.CreateQueueRequestSource

Sourcetype t = {
  1. queue_name : Aws.BaseTypes.String.t;
  2. attributes : QueueAttributeMap.t option;
  3. tags : TagMap.t option;
}
Sourceval make : queue_name:Aws.BaseTypes.String.t -> ?attributes:QueueAttributeMap.t -> ?tags:TagMap.t -> unit -> t
Sourceval parse : Ezxmlm.nodes -> t option
Sourceval to_query : t -> Aws.Query.t
Sourceval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
Sourceval of_json : Aws.Json.t -> t
OCaml

Innovation. Community. Security.