module AWS::Core::OptionGrammar::Descriptors::Blob

def hash_format(value)

def hash_format(value)
  [value.to_s].pack("m0").gsub("\n", '')
end