module Aws::Record::ClientConfiguration

def _build_client(opts = {})

def _build_client(opts = {})
  provided_client = opts.delete(:client)
  client = provided_client || Aws::DynamoDB::Client.new(opts)
  client.config.user_agent_frameworks << 'aws-record'
  client
end