module
Amazonite::Core::Base64Converter
Overview
AWS blob shapes travel over the wire as base64-encoded JSON strings. This
converter lets generated models expose them as Bytes instead of making
every caller base64-encode/decode by hand.