module Aws::RpcV2::CborEngine

def self.encode(data)

def self.encode(data)
  Cbor::Encoder.new.add(data).bytes
end