Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
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
.
$sel:id: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.
Instances
Eq DeleteCloudFrontOriginAccessIdentityResponse Source # | |
Read DeleteCloudFrontOriginAccessIdentityResponse Source # | |
Show DeleteCloudFrontOriginAccessIdentityResponse Source # | |
Generic DeleteCloudFrontOriginAccessIdentityResponse Source # | |
NFData DeleteCloudFrontOriginAccessIdentityResponse Source # | |
type Rep DeleteCloudFrontOriginAccessIdentityResponse Source # | |
Defined in Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity type Rep DeleteCloudFrontOriginAccessIdentityResponse = D1 ('MetaData "DeleteCloudFrontOriginAccessIdentityResponse" "Amazonka.CloudFront.DeleteCloudFrontOriginAccessIdentity" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" '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.