amazonka-cloudfront-1.6.1: Amazon CloudFront 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.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 # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

Data GetCloudFrontOriginAccessIdentity Source # 
Instance details

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

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

Show GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

Generic GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

Associated Types

type Rep GetCloudFrontOriginAccessIdentity :: Type -> Type #

Hashable GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

AWSRequest GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

Associated Types

type Rs GetCloudFrontOriginAccessIdentity :: Type #

ToHeaders GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

ToPath GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

ToQuery GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

NFData GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

type Rep GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

type Rep GetCloudFrontOriginAccessIdentity = D1 (MetaData "GetCloudFrontOriginAccessIdentity" "Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.6.1-4jyCxtauObV85CKHrmGQe5" True) (C1 (MetaCons "GetCloudFrontOriginAccessIdentity'" PrefixI True) (S1 (MetaSel (Just "_gcfoaiId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetCloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

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

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

Data GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

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

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

Show GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

Generic GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

NFData GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

type Rep GetCloudFrontOriginAccessIdentityResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity

type Rep GetCloudFrontOriginAccessIdentityResponse = D1 (MetaData "GetCloudFrontOriginAccessIdentityResponse" "Network.AWS.CloudFront.GetCloudFrontOriginAccessIdentity" "amazonka-cloudfront-1.6.1-4jyCxtauObV85CKHrmGQe5" False) (C1 (MetaCons "GetCloudFrontOriginAccessIdentityResponse'" PrefixI True) (S1 (MetaSel (Just "_gcfoairsETag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gcfoairsCloudFrontOriginAccessIdentity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudFrontOriginAccessIdentity)) :*: S1 (MetaSel (Just "_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 .