module Aws::RpcV2::CborEngine

def self.decode(bytes)

def self.decode(bytes)
  Cbor::Decoder.new(bytes.force_encoding(Encoding::BINARY)).decode
end