| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity
Description
Delete an origin access identity.
Synopsis
- data DeleteCloudFrontOriginAccessIdentity = DeleteCloudFrontOriginAccessIdentity' {}
- newDeleteCloudFrontOriginAccessIdentity :: Text -> DeleteCloudFrontOriginAccessIdentity
- deleteCloudFrontOriginAccessIdentity_ifMatch :: Lens' DeleteCloudFrontOriginAccessIdentity (Maybe Text)
- deleteCloudFrontOriginAccessIdentity_id :: Lens' DeleteCloudFrontOriginAccessIdentity Text
- data DeleteCloudFrontOriginAccessIdentityResponse = DeleteCloudFrontOriginAccessIdentityResponse' {
- newDeleteCloudFrontOriginAccessIdentityResponse :: DeleteCloudFrontOriginAccessIdentityResponse
Creating a Request
data DeleteCloudFrontOriginAccessIdentity Source #
Deletes a origin access identity.
See: newDeleteCloudFrontOriginAccessIdentity smart constructor.
Constructors
| DeleteCloudFrontOriginAccessIdentity' | |
Instances
newDeleteCloudFrontOriginAccessIdentity Source #
Create a value of DeleteCloudFrontOriginAccessIdentity with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ifMatch:DeleteCloudFrontOriginAccessIdentity', deleteCloudFrontOriginAccessIdentity_ifMatch - The value of the ETag header you received from a previous GET or
PUT request. For example: E2QWRUHAPOMQZL.
DeleteCloudFrontOriginAccessIdentity, deleteCloudFrontOriginAccessIdentity_id - The origin access identity's ID.
Request Lenses
deleteCloudFrontOriginAccessIdentity_ifMatch :: Lens' DeleteCloudFrontOriginAccessIdentity (Maybe Text) Source #
The value of the ETag header you received from a previous GET or
PUT request. For example: E2QWRUHAPOMQZL.
deleteCloudFrontOriginAccessIdentity_id :: Lens' DeleteCloudFrontOriginAccessIdentity Text Source #
The origin access identity's ID.
Destructuring the Response
data DeleteCloudFrontOriginAccessIdentityResponse Source #
See: newDeleteCloudFrontOriginAccessIdentityResponse smart constructor.
Constructors
| DeleteCloudFrontOriginAccessIdentityResponse' | |
Instances
| Generic DeleteCloudFrontOriginAccessIdentityResponse Source # | |
Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity Associated Types type Rep DeleteCloudFrontOriginAccessIdentityResponse :: Type -> Type # | |
| Read DeleteCloudFrontOriginAccessIdentityResponse Source # | |
| Show DeleteCloudFrontOriginAccessIdentityResponse Source # | |
| NFData DeleteCloudFrontOriginAccessIdentityResponse Source # | |
Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity Methods | |
| Eq DeleteCloudFrontOriginAccessIdentityResponse Source # | |
| type Rep DeleteCloudFrontOriginAccessIdentityResponse Source # | |
Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity type Rep DeleteCloudFrontOriginAccessIdentityResponse = D1 ('MetaData "DeleteCloudFrontOriginAccessIdentityResponse" "Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "DeleteCloudFrontOriginAccessIdentityResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) | |
newDeleteCloudFrontOriginAccessIdentityResponse :: DeleteCloudFrontOriginAccessIdentityResponse Source #
Create a value of DeleteCloudFrontOriginAccessIdentityResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.