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.GetCloudFrontOriginAccessIdentity

Contents

Description

Get the information about an origin access identity.

Synopsis

Creating a Request

getCloudFrontOriginAccessIdentity #

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 #

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

See: getCloudFrontOriginAccessIdentity smart constructor.

Instances

Eq GetCloudFrontOriginAccessIdentity # 
Data GetCloudFrontOriginAccessIdentity # 

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 # 
Show GetCloudFrontOriginAccessIdentity # 
Generic GetCloudFrontOriginAccessIdentity # 
Hashable GetCloudFrontOriginAccessIdentity # 
NFData GetCloudFrontOriginAccessIdentity # 
AWSRequest GetCloudFrontOriginAccessIdentity # 
ToQuery GetCloudFrontOriginAccessIdentity # 
ToPath GetCloudFrontOriginAccessIdentity # 
ToHeaders GetCloudFrontOriginAccessIdentity # 
type Rep GetCloudFrontOriginAccessIdentity # 
type Rep GetCloudFrontOriginAccessIdentity = D1 (MetaData "GetCloudFrontOriginAccessIdentity" "Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.4.5-ASj3DZfX0V52Qz3IKSFVrZ" True) (C1 (MetaCons "GetCloudFrontOriginAccessIdentity'" PrefixI True) (S1 (MetaSel (Just Symbol "_gcfoaiId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetCloudFrontOriginAccessIdentity # 

Request Lenses

Destructuring the Response

getCloudFrontOriginAccessIdentityResponse #

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 #

The returned result of the corresponding request.

See: getCloudFrontOriginAccessIdentityResponse smart constructor.

Instances

Eq GetCloudFrontOriginAccessIdentityResponse # 
Data GetCloudFrontOriginAccessIdentityResponse # 

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 # 
Show GetCloudFrontOriginAccessIdentityResponse # 
Generic GetCloudFrontOriginAccessIdentityResponse # 
NFData GetCloudFrontOriginAccessIdentityResponse # 
type Rep GetCloudFrontOriginAccessIdentityResponse # 
type Rep GetCloudFrontOriginAccessIdentityResponse = D1 (MetaData "GetCloudFrontOriginAccessIdentityResponse" "Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.4.5-ASj3DZfX0V52Qz3IKSFVrZ" 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 DecidedUnpack) (Rec0 Int)))))

Response Lenses

gcfoairsETag :: Lens' GetCloudFrontOriginAccessIdentityResponse (Maybe Text) #

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