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 |
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 #
Arguments
:: Text | |
-> DeleteCloudFrontOriginAccessIdentity |
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.
Constructors
DeleteCloudFrontOriginAccessIdentityResponse' | |
Instances
newDeleteCloudFrontOriginAccessIdentityResponse :: DeleteCloudFrontOriginAccessIdentityResponse Source #
Create a value of DeleteCloudFrontOriginAccessIdentityResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.