Module Values.PipeTargetSqsQueueParametersSource

The parameters for using a Amazon SQS stream as a target.

Sourcetype nonrec t = {
  1. messageGroupId : MessageGroupId.t option;
    (*

    The FIFO message group ID to use as the target.

    *)
  2. messageDeduplicationId : MessageDeduplicationId.t option;
    (*

    This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of sent messages.

    *)
}
Sourceval make : ?messageGroupId:??? -> ?messageDeduplicationId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MessageGroupId.t ]) 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