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.MacieV2.DeleteCustomDataIdentifier
Description
Soft deletes a custom data identifier.
Synopsis
- data DeleteCustomDataIdentifier = DeleteCustomDataIdentifier' {}
- newDeleteCustomDataIdentifier :: Text -> DeleteCustomDataIdentifier
- deleteCustomDataIdentifier_id :: Lens' DeleteCustomDataIdentifier Text
- data DeleteCustomDataIdentifierResponse = DeleteCustomDataIdentifierResponse' {
- httpStatus :: Int
- newDeleteCustomDataIdentifierResponse :: Int -> DeleteCustomDataIdentifierResponse
- deleteCustomDataIdentifierResponse_httpStatus :: Lens' DeleteCustomDataIdentifierResponse Int
Creating a Request
data DeleteCustomDataIdentifier Source #
See: newDeleteCustomDataIdentifier
smart constructor.
Constructors
DeleteCustomDataIdentifier' | |
Instances
newDeleteCustomDataIdentifier Source #
Create a value of DeleteCustomDataIdentifier
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:id:DeleteCustomDataIdentifier'
, deleteCustomDataIdentifier_id
- The unique identifier for the Amazon Macie resource or account that the
request applies to.
Request Lenses
deleteCustomDataIdentifier_id :: Lens' DeleteCustomDataIdentifier Text Source #
The unique identifier for the Amazon Macie resource or account that the request applies to.
Destructuring the Response
data DeleteCustomDataIdentifierResponse Source #
See: newDeleteCustomDataIdentifierResponse
smart constructor.
Constructors
DeleteCustomDataIdentifierResponse' | |
Fields
|
Instances
newDeleteCustomDataIdentifierResponse Source #
Arguments
:: Int | |
-> DeleteCustomDataIdentifierResponse |
Create a value of DeleteCustomDataIdentifierResponse
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:httpStatus:DeleteCustomDataIdentifierResponse'
, deleteCustomDataIdentifierResponse_httpStatus
- The response's http status code.
Response Lenses
deleteCustomDataIdentifierResponse_httpStatus :: Lens' DeleteCustomDataIdentifierResponse Int Source #
The response's http status code.