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 a cost anomaly monitor.
Synopsis
- data DeleteAnomalyMonitor = DeleteAnomalyMonitor' {
- monitorArn :: Text
- newDeleteAnomalyMonitor :: Text -> DeleteAnomalyMonitor
- deleteAnomalyMonitor_monitorArn :: Lens' DeleteAnomalyMonitor Text
- data DeleteAnomalyMonitorResponse = DeleteAnomalyMonitorResponse' {
- httpStatus :: Int
- newDeleteAnomalyMonitorResponse :: Int -> DeleteAnomalyMonitorResponse
- deleteAnomalyMonitorResponse_httpStatus :: Lens' DeleteAnomalyMonitorResponse Int
Creating a Request
data DeleteAnomalyMonitor Source #
See: newDeleteAnomalyMonitor
smart constructor.
DeleteAnomalyMonitor' | |
|
Instances
newDeleteAnomalyMonitor Source #
Create a value of DeleteAnomalyMonitor
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:monitorArn:DeleteAnomalyMonitor'
, deleteAnomalyMonitor_monitorArn
- The unique identifier of the cost anomaly monitor that you want to
delete.
Request Lenses
deleteAnomalyMonitor_monitorArn :: Lens' DeleteAnomalyMonitor Text Source #
The unique identifier of the cost anomaly monitor that you want to delete.
Destructuring the Response
data DeleteAnomalyMonitorResponse Source #
See: newDeleteAnomalyMonitorResponse
smart constructor.
DeleteAnomalyMonitorResponse' | |
|
Instances
newDeleteAnomalyMonitorResponse Source #
Create a value of DeleteAnomalyMonitorResponse
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:DeleteAnomalyMonitorResponse'
, deleteAnomalyMonitorResponse_httpStatus
- The response's http status code.
Response Lenses
deleteAnomalyMonitorResponse_httpStatus :: Lens' DeleteAnomalyMonitorResponse Int Source #
The response's http status code.