amazonka-cloudfront-0.3.2: Amazon CloudFront SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFront.UpdateDistribution

Contents

Description

Synopsis

Request

Request constructor

updateDistribution Source

UpdateDistribution constructor.

The fields accessible through corresponding lenses are:

Request lenses

udDistributionConfig :: Lens' UpdateDistribution DistributionConfig Source

The distribution's configuration information.

udId :: Lens' UpdateDistribution Text Source

The distribution's id.

udIfMatch :: Lens' UpdateDistribution (Maybe Text) Source

The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

Response

Response constructor

updateDistributionResponse :: UpdateDistributionResponse Source

UpdateDistributionResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

udrDistribution :: Lens' UpdateDistributionResponse (Maybe Distribution) Source

The distribution's information.

udrETag :: Lens' UpdateDistributionResponse (Maybe Text) Source

The current version of the configuration. For example: E2QWRUHAPOMQZL.