amazonka-cloudfront-1.5.0: Amazon CloudFront SDK.

Copyright(c) 2013-2017 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.GetInvalidation

Contents

Description

Get the information about an invalidation.

Synopsis

Creating a Request

getInvalidation Source #

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

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

  • giDistributionId - The distribution's ID.
  • giId - The identifier for the invalidation request, for example, IDFDVBD632BHDS5 .

data GetInvalidation Source #

The request to get an invalidation's information.

See: getInvalidation smart constructor.

Instances

Eq GetInvalidation Source # 
Data GetInvalidation Source # 

Methods

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

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

toConstr :: GetInvalidation -> Constr #

dataTypeOf :: GetInvalidation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetInvalidation Source # 
Show GetInvalidation Source # 
Generic GetInvalidation Source # 
Hashable GetInvalidation Source # 
NFData GetInvalidation Source # 

Methods

rnf :: GetInvalidation -> () #

AWSRequest GetInvalidation Source # 
ToQuery GetInvalidation Source # 
ToPath GetInvalidation Source # 
ToHeaders GetInvalidation Source # 
type Rep GetInvalidation Source # 
type Rep GetInvalidation = D1 (MetaData "GetInvalidation" "Network.AWS.CloudFront.GetInvalidation" "amazonka-cloudfront-1.5.0-Dxb5BZwkJKgBNtTmWcA8zz" False) (C1 (MetaCons "GetInvalidation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_giDistributionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_giId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs GetInvalidation Source # 

Request Lenses

giId :: Lens' GetInvalidation Text Source #

The identifier for the invalidation request, for example, IDFDVBD632BHDS5 .

Destructuring the Response

getInvalidationResponse Source #

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

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

data GetInvalidationResponse Source #

The returned result of the corresponding request.

See: getInvalidationResponse smart constructor.

Instances

Eq GetInvalidationResponse Source # 
Data GetInvalidationResponse Source # 

Methods

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

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

toConstr :: GetInvalidationResponse -> Constr #

dataTypeOf :: GetInvalidationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetInvalidationResponse Source # 
Show GetInvalidationResponse Source # 
Generic GetInvalidationResponse Source # 
NFData GetInvalidationResponse Source # 

Methods

rnf :: GetInvalidationResponse -> () #

type Rep GetInvalidationResponse Source # 
type Rep GetInvalidationResponse = D1 (MetaData "GetInvalidationResponse" "Network.AWS.CloudFront.GetInvalidation" "amazonka-cloudfront-1.5.0-Dxb5BZwkJKgBNtTmWcA8zz" False) (C1 (MetaCons "GetInvalidationResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_girsInvalidation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Invalidation))) (S1 (MetaSel (Just Symbol "_girsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

girsInvalidation :: Lens' GetInvalidationResponse (Maybe Invalidation) Source #

The invalidation's information. For more information, see Invalidation Complex Type .