Values.PublishBatchResultEntrySourceEncloses data related to a successful message in a batch request for topic.
type nonrec t = {id : String_.t option;The Id of an entry in a batch request.
*)messageId : MessageId.t option;An identifier for the message.
*)sequenceNumber : String_.t option;This parameter applies only to FIFO (first-in-first-out) topics. The large, non-consecutive number that Amazon SNS assigns to each message. The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for a particular MessageGroupId.
*)}