| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudWatch.EnableAlarmActions
Description
Enables actions for the specified alarms.
http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_EnableAlarmActions.html
Request
data EnableAlarmActions Source
Instances
| IsList EnableAlarmActions | |
| Eq EnableAlarmActions | |
| Ord EnableAlarmActions | |
| Read EnableAlarmActions | |
| Show EnableAlarmActions | |
| Monoid EnableAlarmActions | |
| Semigroup EnableAlarmActions | |
| AWSRequest EnableAlarmActions | |
| ToQuery EnableAlarmActions | |
| ToPath EnableAlarmActions | |
| ToHeaders EnableAlarmActions | |
| type Item EnableAlarmActions = Text | |
| type Sv EnableAlarmActions = CloudWatch | |
| type Rs EnableAlarmActions = EnableAlarmActionsResponse |
Request constructor
enableAlarmActions :: EnableAlarmActions Source
EnableAlarmActions constructor.
The fields accessible through corresponding lenses are:
eaaAlarmNames::[Text]
Request lenses
eaaAlarmNames :: Lens' EnableAlarmActions [Text] Source
The names of the alarms to enable actions for.