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 |
Deletes an alert.
Synopsis
Creating a Request
data DeleteAlert Source #
See: newDeleteAlert
smart constructor.
Instances
Create a value of DeleteAlert
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:alertArn:DeleteAlert'
, deleteAlert_alertArn
- The ARN of the alert to delete.
Request Lenses
deleteAlert_alertArn :: Lens' DeleteAlert Text Source #
The ARN of the alert to delete.
Destructuring the Response
data DeleteAlertResponse Source #
See: newDeleteAlertResponse
smart constructor.
DeleteAlertResponse' | |
|
Instances
newDeleteAlertResponse Source #
Create a value of DeleteAlertResponse
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:DeleteAlertResponse'
, deleteAlertResponse_httpStatus
- The response's http status code.
Response Lenses
deleteAlertResponse_httpStatus :: Lens' DeleteAlertResponse Int Source #
The response's http status code.