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

Copyright(c) 2013-2016 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.Sensitive

Description

 

Synopsis

Documentation

newtype Sensitive a Source #

Note: read . show /= isomorphic

Constructors

Sensitive 

Fields

Instances

Eq a => Eq (Sensitive a) Source # 

Methods

(==) :: Sensitive a -> Sensitive a -> Bool #

(/=) :: Sensitive a -> Sensitive a -> Bool #

Data a => Data (Sensitive a) Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Sensitive a -> c (Sensitive a) #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (Sensitive a) #

toConstr :: Sensitive a -> Constr #

dataTypeOf :: Sensitive a -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c (Sensitive a)) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (Sensitive a)) #

gmapT :: (forall b. Data b => b -> b) -> Sensitive a -> Sensitive a #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Sensitive a -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Sensitive a -> r #

gmapQ :: (forall d. Data d => d -> u) -> Sensitive a -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Sensitive a -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Sensitive a -> m (Sensitive a) #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Sensitive a -> m (Sensitive a) #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Sensitive a -> m (Sensitive a) #

Ord a => Ord (Sensitive a) Source # 
Read a => Read (Sensitive a) Source # 
Show (Sensitive a) Source # 
IsString a => IsString (Sensitive a) Source # 

Methods

fromString :: String -> Sensitive a #

Generic (Sensitive a) Source # 

Associated Types

type Rep (Sensitive a) :: * -> * #

Methods

from :: Sensitive a -> Rep (Sensitive a) x #

to :: Rep (Sensitive a) x -> Sensitive a #

Monoid a => Monoid (Sensitive a) Source # 
Hashable a => Hashable (Sensitive a) Source # 

Methods

hashWithSalt :: Int -> Sensitive a -> Int #

hash :: Sensitive a -> Int #

ToJSON a => ToJSON (Sensitive a) Source # 
FromJSON a => FromJSON (Sensitive a) Source # 
NFData a => NFData (Sensitive a) Source # 

Methods

rnf :: Sensitive a -> () #

ToText a => ToText (Sensitive a) Source # 

Methods

toText :: Sensitive a -> Text Source #

FromText a => FromText (Sensitive a) Source # 
ToByteString a => ToByteString (Sensitive a) Source # 
ToQuery a => ToQuery (Sensitive a) Source # 
ToXML a => ToXML (Sensitive a) Source # 

Methods

toXML :: Sensitive a -> XML Source #

FromXML a => FromXML (Sensitive a) Source # 
type Rep (Sensitive a) Source # 
type Rep (Sensitive a) = D1 (MetaData "Sensitive" "Network.AWS.Data.Sensitive" "amazonka-core-1.4.5-3VI5l4XXCmaCIEuDfarCDu" True) (C1 (MetaCons "Sensitive" PrefixI True) (S1 (MetaSel (Just Symbol "desensitise") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 a)))