Module Values.SqsParametersSource

The templated target type for the Amazon SQS SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide.

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

    The FIFO message group ID to use as the target.

    *)
}
Sourceval make : ?messageGroupId:??? -> 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