Safe Haskell | None |
---|---|
Language | Haskell2010 |
Get the information about a distribution.
http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/GetDistribution.html
Request
data GetDistribution Source
Request constructor
:: Text | |
-> GetDistribution |
Request lenses
gdId :: Lens' GetDistribution Text Source
The distribution's id.
Response
Response constructor
getDistributionResponse :: GetDistributionResponse Source
GetDistributionResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
gdrDistribution :: Lens' GetDistributionResponse (Maybe Distribution) Source
The distribution's information.