| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudFront.DeleteCloudFrontOriginAccessIdentity
Description
Delete an origin access identity.
- deleteCloudFrontOriginAccessIdentity :: Text -> DeleteCloudFrontOriginAccessIdentity
- data DeleteCloudFrontOriginAccessIdentity
- dcfoaiIfMatch :: Lens' DeleteCloudFrontOriginAccessIdentity (Maybe Text)
- dcfoaiId :: Lens' DeleteCloudFrontOriginAccessIdentity Text
- deleteCloudFrontOriginAccessIdentityResponse :: DeleteCloudFrontOriginAccessIdentityResponse
- data DeleteCloudFrontOriginAccessIdentityResponse
Creating a Request
deleteCloudFrontOriginAccessIdentity Source #
Arguments
| :: Text | |
| -> DeleteCloudFrontOriginAccessIdentity |
Creates a value of DeleteCloudFrontOriginAccessIdentity with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteCloudFrontOriginAccessIdentity Source #
The request to delete a origin access identity.
See: deleteCloudFrontOriginAccessIdentity smart constructor.
Instances
Request Lenses
dcfoaiIfMatch :: Lens' DeleteCloudFrontOriginAccessIdentity (Maybe Text) Source #
The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.
dcfoaiId :: Lens' DeleteCloudFrontOriginAccessIdentity Text Source #
The origin access identity's id.
Destructuring the Response
deleteCloudFrontOriginAccessIdentityResponse :: DeleteCloudFrontOriginAccessIdentityResponse Source #
Creates a value of DeleteCloudFrontOriginAccessIdentityResponse with the minimum fields required to make a request.
data DeleteCloudFrontOriginAccessIdentityResponse Source #
See: deleteCloudFrontOriginAccessIdentityResponse smart constructor.
Instances