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 Source #

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

data GetEncryptionConfig Source #

See: getEncryptionConfig smart constructor.

Instances

Eq GetEncryptionConfig Source # 
Data GetEncryptionConfig Source # 

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 Source # 
Show GetEncryptionConfig Source # 
Generic GetEncryptionConfig Source # 
Hashable GetEncryptionConfig Source # 
ToJSON GetEncryptionConfig Source # 
NFData GetEncryptionConfig Source # 

Methods

rnf :: GetEncryptionConfig -> () #

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

Destructuring the Response

getEncryptionConfigResponse Source #

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 Source #

See: getEncryptionConfigResponse smart constructor.

Instances

Eq GetEncryptionConfigResponse Source # 
Data GetEncryptionConfigResponse Source # 

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 Source # 
Show GetEncryptionConfigResponse Source # 
Generic GetEncryptionConfigResponse Source # 
NFData GetEncryptionConfigResponse Source # 
type Rep GetEncryptionConfigResponse Source # 
type Rep GetEncryptionConfigResponse = D1 * (MetaData "GetEncryptionConfigResponse" "Network.AWS.XRay.GetEncryptionConfig" "amazonka-xray-1.6.0-GkxB4dKM36B2MyUfcjBxNG" 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