amazonka-xray-1.6.0: Amazon X-Ray SDK.

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

Network.AWS.XRay.GetEncryptionConfig

Contents

Description

Retrieves the current encryption configuration for X-Ray data.

Synopsis

Creating a Request

getEncryptionConfig :: GetEncryptionConfig #

Creates a value of GetEncryptionConfig with the minimum fields required to make a request.

data GetEncryptionConfig #

See: getEncryptionConfig smart constructor.

Instances

Eq GetEncryptionConfig # 
Data GetEncryptionConfig # 

Methods

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

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

toConstr :: GetEncryptionConfig -> Constr #

dataTypeOf :: GetEncryptionConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetEncryptionConfig # 
Show GetEncryptionConfig # 
Generic GetEncryptionConfig # 
Hashable GetEncryptionConfig # 
ToJSON GetEncryptionConfig # 
NFData GetEncryptionConfig # 

Methods

rnf :: GetEncryptionConfig -> () #

AWSRequest GetEncryptionConfig # 
ToHeaders GetEncryptionConfig # 
ToPath GetEncryptionConfig # 
ToQuery GetEncryptionConfig # 
type Rep GetEncryptionConfig # 
type Rep GetEncryptionConfig = D1 * (MetaData "GetEncryptionConfig" "Network.AWS.XRay.GetEncryptionConfig" "amazonka-xray-1.6.0-GVT5rDofn4I7DwOaAYHLhD" False) (C1 * (MetaCons "GetEncryptionConfig'" PrefixI False) (U1 *))
type Rs GetEncryptionConfig # 

Destructuring the Response

getEncryptionConfigResponse #

Creates a value of GetEncryptionConfigResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GetEncryptionConfigResponse #

See: getEncryptionConfigResponse smart constructor.

Instances

Eq GetEncryptionConfigResponse # 
Data GetEncryptionConfigResponse # 

Methods

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

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

toConstr :: GetEncryptionConfigResponse -> Constr #

dataTypeOf :: GetEncryptionConfigResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetEncryptionConfigResponse # 
Show GetEncryptionConfigResponse # 
Generic GetEncryptionConfigResponse # 
NFData GetEncryptionConfigResponse # 
type Rep GetEncryptionConfigResponse # 
type Rep GetEncryptionConfigResponse = D1 * (MetaData "GetEncryptionConfigResponse" "Network.AWS.XRay.GetEncryptionConfig" "amazonka-xray-1.6.0-GVT5rDofn4I7DwOaAYHLhD" False) (C1 * (MetaCons "GetEncryptionConfigResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gecrsEncryptionConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe EncryptionConfig))) (S1 * (MetaSel (Just Symbol "_gecrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses