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 |
Delete wave.
Synopsis
Creating a Request
data DeleteWave Source #
See: newDeleteWave
smart constructor.
Instances
:: Text | |
-> DeleteWave |
Create a value of DeleteWave
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:
DeleteWave
, deleteWave_waveID
- Wave ID.
Request Lenses
deleteWave_waveID :: Lens' DeleteWave Text Source #
Wave ID.
Destructuring the Response
data DeleteWaveResponse Source #
See: newDeleteWaveResponse
smart constructor.
DeleteWaveResponse' | |
|
Instances
newDeleteWaveResponse Source #
Create a value of DeleteWaveResponse
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:DeleteWaveResponse'
, deleteWaveResponse_httpStatus
- The response's http status code.
Response Lenses
deleteWaveResponse_httpStatus :: Lens' DeleteWaveResponse Int Source #
The response's http status code.