| 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.CloudWatch.EnableAlarmActions
Description
Enables the actions for the specified alarms.
Synopsis
Creating a Request
data EnableAlarmActions Source #
See: newEnableAlarmActions smart constructor.
Constructors
| EnableAlarmActions' | |
Fields
| |
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.
Constructors
| EnableAlarmActionsResponse' | |
Instances
newEnableAlarmActionsResponse :: EnableAlarmActionsResponse Source #
Create a value of EnableAlarmActionsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.