Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes all specified alarms. In the event of an error, no alarms are deleted.
See: AWS API Reference for DeleteAlarms.
Creating a Request
deleteAlarms :: DeleteAlarms Source
Creates a value of DeleteAlarms
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteAlarms Source
See: deleteAlarms
smart constructor.
Request Lenses
dAlarmNames :: Lens' DeleteAlarms [Text] Source
A list of alarms to be deleted.
Destructuring the Response
deleteAlarmsResponse :: DeleteAlarmsResponse Source
Creates a value of DeleteAlarmsResponse
with the minimum fields required to make a request.