amazonka-cloudfront-0.3.2: Amazon CloudFront SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity

Contents

Description

Synopsis

Request

Request constructor

deleteCloudFrontOriginAccessIdentity Source

DeleteCloudFrontOriginAccessIdentity constructor.

The fields accessible through corresponding lenses are:

Request lenses

dcfoaiId :: Lens' DeleteCloudFrontOriginAccessIdentity Text Source

The origin access identity's id.

dcfoaiIfMatch :: Lens' DeleteCloudFrontOriginAccessIdentity (Maybe Text) Source

The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

Response

Response constructor