class Aws::Plugins::Retries::ClientRateLimiter
def cubic_success(timestamp)
def cubic_success(timestamp) dt = timestamp - @last_throttle_time (SCALE_CONSTANT * ((dt - @time_window)**3)) + @last_max_rate end
def cubic_success(timestamp) dt = timestamp - @last_throttle_time (SCALE_CONSTANT * ((dt - @time_window)**3)) + @last_max_rate end