amazonka-cloudfront-1.4.3: 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.GetCloudFrontOriginAccessIdentity

Contents

Description

Get the information about an origin access identity.

Synopsis

Creating a Request

getCloudFrontOriginAccessIdentity Source #

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

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

data GetCloudFrontOriginAccessIdentity Source #

The request to get an origin access identity's information.

See: getCloudFrontOriginAccessIdentity smart constructor.

Instances

Eq GetCloudFrontOriginAccessIdentity Source # 
Data GetCloudFrontOriginAccessIdentity Source # 

Methods

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

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

toConstr :: GetCloudFrontOriginAccessIdentity -> Constr #

dataTypeOf :: GetCloudFrontOriginAccessIdentity -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

Destructuring the Response

getCloudFrontOriginAccessIdentityResponse Source #

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

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

data GetCloudFrontOriginAccessIdentityResponse Source #

The returned result of the corresponding request.

See: getCloudFrontOriginAccessIdentityResponse smart constructor.

Instances

Eq GetCloudFrontOriginAccessIdentityResponse Source # 
Data GetCloudFrontOriginAccessIdentityResponse Source # 

Methods

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

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

toConstr :: GetCloudFrontOriginAccessIdentityResponse -> Constr #

dataTypeOf :: GetCloudFrontOriginAccessIdentityResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetCloudFrontOriginAccessIdentityResponse Source # 
Show GetCloudFrontOriginAccessIdentityResponse Source # 
Generic GetCloudFrontOriginAccessIdentityResponse Source # 
NFData GetCloudFrontOriginAccessIdentityResponse Source # 
type Rep GetCloudFrontOriginAccessIdentityResponse Source # 
type Rep GetCloudFrontOriginAccessIdentityResponse = D1 (MetaData "GetCloudFrontOriginAccessIdentityResponse" "Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.4.3-BnioWQeKom3JTvCdBxcvZy" False) (C1 (MetaCons "GetCloudFrontOriginAccessIdentityResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gcfoairsETag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_gcfoairsCloudFrontOriginAccessIdentity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudFrontOriginAccessIdentity))) (S1 (MetaSel (Just Symbol "_gcfoairsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

gcfoairsETag :: Lens' GetCloudFrontOriginAccessIdentityResponse (Maybe Text) Source #

The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.