module Aws::Util

def monotonic_seconds

def monotonic_seconds
  monotonic_milliseconds / 1000.0
end