Values.RetryOptionsSourceThe retry behavior in case Firehose is unable to deliver data to a destination.
type nonrec t = {durationInSeconds : RetryDurationInSeconds.t option;The period of time during which Firehose retries to deliver data to the specified destination.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of RetryDurationInSeconds.t ]) list ]