Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.Forecast.DeleteMonitor
Description
Deletes a monitor resource. You can only delete a monitor resource with
a status of ACTIVE
, ACTIVE_STOPPED
, CREATE_FAILED
, or
CREATE_STOPPED
.
Synopsis
Creating a Request
data DeleteMonitor Source #
See: newDeleteMonitor
smart constructor.
Constructors
DeleteMonitor' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteMonitor |
Create a value of DeleteMonitor
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:
DeleteMonitor
, deleteMonitor_monitorArn
- The Amazon Resource Name (ARN) of the monitor resource to delete.
Request Lenses
deleteMonitor_monitorArn :: Lens' DeleteMonitor Text Source #
The Amazon Resource Name (ARN) of the monitor resource to delete.
Destructuring the Response
data DeleteMonitorResponse Source #
See: newDeleteMonitorResponse
smart constructor.
Constructors
DeleteMonitorResponse' | |
Instances
newDeleteMonitorResponse :: DeleteMonitorResponse Source #
Create a value of DeleteMonitorResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.