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 |
Enables the actions for the specified alarms.
Synopsis
Creating a Request
data EnableAlarmActions Source #
See: newEnableAlarmActions
smart constructor.
EnableAlarmActions' | |
|
Instances
newEnableAlarmActions :: EnableAlarmActions Source #
Create a value of EnableAlarmActions
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:alarmNames:EnableAlarmActions'
, enableAlarmActions_alarmNames
- The names of the alarms.
Request Lenses
enableAlarmActions_alarmNames :: Lens' EnableAlarmActions [Text] Source #
The names of the alarms.
Destructuring the Response
data EnableAlarmActionsResponse Source #
See: newEnableAlarmActionsResponse
smart constructor.
Instances
newEnableAlarmActionsResponse :: EnableAlarmActionsResponse Source #
Create a value of EnableAlarmActionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.