amazonka-core-1.2.0.1: Core data types and functionality for Amazonka libraries.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Data.Base64

Description

 

Synopsis

Documentation

newtype Base64 Source

Base64 encoded binary data.

Encoding/decoding is automatically deferred to serialisation and deserialisation respectively.

Constructors

Base64 

Fields

unBase64 :: ByteString