amazonka-cloudfront-1.4.5: Amazon CloudFront SDK.

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

Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentityConfig

Contents

Description

Get the configuration information about an origin access identity.

Synopsis

Creating a Request

getCloudFrontOriginAccessIdentityConfig Source #

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

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

data GetCloudFrontOriginAccessIdentityConfig Source #

The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfigComplexType .

See: getCloudFrontOriginAccessIdentityConfig smart constructor.

Instances

Eq GetCloudFrontOriginAccessIdentityConfig Source # 
Data GetCloudFrontOriginAccessIdentityConfig Source # 

Methods

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

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

toConstr :: GetCloudFrontOriginAccessIdentityConfig -> Constr #

dataTypeOf :: GetCloudFrontOriginAccessIdentityConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetCloudFrontOriginAccessIdentityConfig Source # 
Show GetCloudFrontOriginAccessIdentityConfig Source # 
Generic GetCloudFrontOriginAccessIdentityConfig Source # 
Hashable GetCloudFrontOriginAccessIdentityConfig Source # 
NFData GetCloudFrontOriginAccessIdentityConfig Source # 
AWSRequest GetCloudFrontOriginAccessIdentityConfig Source # 
ToPath GetCloudFrontOriginAccessIdentityConfig Source # 
ToHeaders GetCloudFrontOriginAccessIdentityConfig Source # 
ToQuery GetCloudFrontOriginAccessIdentityConfig Source # 
type Rep GetCloudFrontOriginAccessIdentityConfig Source # 
type Rep GetCloudFrontOriginAccessIdentityConfig = D1 (MetaData "GetCloudFrontOriginAccessIdentityConfig" "Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentityConfig" "amazonka-cloudfront-1.4.5-2bCHll9FyHbCB7irh6qf68" True) (C1 (MetaCons "GetCloudFrontOriginAccessIdentityConfig'" PrefixI True) (S1 (MetaSel (Just Symbol "_gcfoaicId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetCloudFrontOriginAccessIdentityConfig Source # 

Request Lenses

Destructuring the Response

getCloudFrontOriginAccessIdentityConfigResponse Source #

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

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

data GetCloudFrontOriginAccessIdentityConfigResponse Source #

The returned result of the corresponding request.

See: getCloudFrontOriginAccessIdentityConfigResponse smart constructor.

Instances

Eq GetCloudFrontOriginAccessIdentityConfigResponse Source # 
Data GetCloudFrontOriginAccessIdentityConfigResponse Source # 

Methods

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

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

toConstr :: GetCloudFrontOriginAccessIdentityConfigResponse -> Constr #

dataTypeOf :: GetCloudFrontOriginAccessIdentityConfigResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetCloudFrontOriginAccessIdentityConfigResponse Source # 
Show GetCloudFrontOriginAccessIdentityConfigResponse Source # 
Generic GetCloudFrontOriginAccessIdentityConfigResponse Source # 
NFData GetCloudFrontOriginAccessIdentityConfigResponse Source # 
type Rep GetCloudFrontOriginAccessIdentityConfigResponse Source # 
type Rep GetCloudFrontOriginAccessIdentityConfigResponse = D1 (MetaData "GetCloudFrontOriginAccessIdentityConfigResponse" "Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentityConfig" "amazonka-cloudfront-1.4.5-2bCHll9FyHbCB7irh6qf68" False) (C1 (MetaCons "GetCloudFrontOriginAccessIdentityConfigResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gcfoaicrsCloudFrontOriginAccessIdentityConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudFrontOriginAccessIdentityConfig))) ((:*:) (S1 (MetaSel (Just Symbol "_gcfoaicrsETag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gcfoaicrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

gcfoaicrsETag :: Lens' GetCloudFrontOriginAccessIdentityConfigResponse (Maybe Text) Source #

The current version of the configuration. For example: E2QWRUHAPOMQZL .