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

Defined in Network.AWS.CloudFront.GetInvalidation

Data GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

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

Defined in Network.AWS.CloudFront.GetInvalidation

Show GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

Generic GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

Associated Types

type Rep GetInvalidation :: Type -> Type #

Hashable GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

AWSRequest GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

Associated Types

type Rs GetInvalidation :: Type #

ToHeaders GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

ToPath GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

ToQuery GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

NFData GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

Methods

rnf :: GetInvalidation -> () #

type Rep GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

type Rep GetInvalidation = D1 (MetaData "GetInvalidation" "Network.AWS.CloudFront.GetInvalidation" "amazonka-cloudfront-1.6.1-4jyCxtauObV85CKHrmGQe5" False) (C1 (MetaCons "GetInvalidation'" PrefixI True) (S1 (MetaSel (Just "_giDistributionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_giId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetInvalidation Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

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

Defined in Network.AWS.CloudFront.GetInvalidation

Data GetInvalidationResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

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

Defined in Network.AWS.CloudFront.GetInvalidation

Show GetInvalidationResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

Generic GetInvalidationResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

Associated Types

type Rep GetInvalidationResponse :: Type -> Type #

NFData GetInvalidationResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

Methods

rnf :: GetInvalidationResponse -> () #

type Rep GetInvalidationResponse Source # 
Instance details

Defined in Network.AWS.CloudFront.GetInvalidation

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