Safe Haskell | None |
---|---|
Language | Haskell2010 |
Get the information about an invalidation.
http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/GetInvalidation.html
Request
data GetInvalidation Source
Request constructor
GetInvalidation
constructor.
The fields accessible through corresponding lenses are:
giDistributionId
::
Text
giId
::
Text
Request lenses
giDistributionId :: Lens' GetInvalidation Text Source
The distribution's id.
giId :: Lens' GetInvalidation Text Source
The invalidation's id.
Response
Response constructor
getInvalidationResponse :: GetInvalidationResponse Source
GetInvalidationResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
girInvalidation :: Lens' GetInvalidationResponse (Maybe Invalidation) Source
The invalidation's information.