Module Values.DataAlreadyAcceptedExceptionSource

The event was already logged. PutLogEvents actions are now always accepted and never return DataAlreadyAcceptedException regardless of whether a given batch of log events has already been accepted.

Sourcetype nonrec t = {
  1. expectedSequenceToken : SequenceToken.t option;
}
Sourceval make : ?expectedSequenceToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SequenceToken.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