Values.RetryPolicySourceA RetryPolicy object that includes information about the retry policy settings.
type nonrec t = {maximumRetryAttempts : MaximumRetryAttempts.t option;The maximum number of retry attempts to make before the request fails. Retry attempts continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is met.
*)maximumEventAgeInSeconds : MaximumEventAgeInSeconds.t option;The maximum amount of time, in seconds, to continue to make retry attempts.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of MaximumRetryAttempts.t ]) list ]