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

Defined in Network.AWS.XRay.GetEncryptionConfig

Data GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.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 # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

Show GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

Generic GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

Associated Types

type Rep GetEncryptionConfig :: * -> * #

Hashable GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

ToJSON GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

AWSRequest GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

Associated Types

type Rs GetEncryptionConfig :: * #

ToHeaders GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

ToPath GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

ToQuery GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

NFData GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

Methods

rnf :: GetEncryptionConfig -> () #

type Rep GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

type Rep GetEncryptionConfig = D1 (MetaData "GetEncryptionConfig" "Network.AWS.XRay.GetEncryptionConfig" "amazonka-xray-1.6.0-DzkaPXBgqjv6Q3JqEGATFa" False) (C1 (MetaCons "GetEncryptionConfig'" PrefixI False) (U1 :: * -> *))
type Rs GetEncryptionConfig # 
Instance details

Defined in Network.AWS.XRay.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 # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

Data GetEncryptionConfigResponse # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

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

Defined in Network.AWS.XRay.GetEncryptionConfig

Show GetEncryptionConfigResponse # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

Generic GetEncryptionConfigResponse # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

Associated Types

type Rep GetEncryptionConfigResponse :: * -> * #

NFData GetEncryptionConfigResponse # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

type Rep GetEncryptionConfigResponse # 
Instance details

Defined in Network.AWS.XRay.GetEncryptionConfig

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

Response Lenses