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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 # 
Instance details

Defined in Network.AWS.Data.Sensitive

Methods

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

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

Data a => Data (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

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 # 
Instance details

Defined in Network.AWS.Data.Sensitive

Show (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

IsString a => IsString (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

Methods

fromString :: String -> Sensitive a #

Generic (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

Associated Types

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

Methods

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

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

Semigroup a => Semigroup (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

Methods

(<>) :: Sensitive a -> Sensitive a -> Sensitive a #

sconcat :: NonEmpty (Sensitive a) -> Sensitive a #

stimes :: Integral b => b -> Sensitive a -> Sensitive a #

Monoid a => Monoid (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

Hashable a => Hashable (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

Methods

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

hash :: Sensitive a -> Int #

ToJSON a => ToJSON (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

FromJSON a => FromJSON (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

NFData a => NFData (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

Methods

rnf :: Sensitive a -> () #

ToText a => ToText (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

Methods

toText :: Sensitive a -> Text Source #

FromText a => FromText (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

ToByteString a => ToByteString (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

ToQuery a => ToQuery (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

ToHeader a => ToHeader (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

ToLog (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

Methods

build :: Sensitive a -> Builder Source #

ToXML a => ToXML (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

Methods

toXML :: Sensitive a -> XML Source #

FromXML a => FromXML (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

type Rep (Sensitive a) Source # 
Instance details

Defined in Network.AWS.Data.Sensitive

type Rep (Sensitive a) = D1 (MetaData "Sensitive" "Network.AWS.Data.Sensitive" "amazonka-core-1.6.1-FZORvxk9gh76fGemhSgXQL" True) (C1 (MetaCons "Sensitive" PrefixI True) (S1 (MetaSel (Just "desensitise") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 a)))