| 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.IoTEvents.Types.IotEventsAction
Description
Synopsis
Documentation
data IotEventsAction Source #
Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.
See: newIotEventsAction smart constructor.
Constructors
| IotEventsAction' | |
Instances
Arguments
| :: Text | |
| -> IotEventsAction |
Create a value of IotEventsAction 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:payload:IotEventsAction', iotEventsAction_payload - You can configure the action payload when you send a message to an AWS
IoT Events input.
$sel:inputName:IotEventsAction', iotEventsAction_inputName - The name of the AWS IoT Events input where the data is sent.
iotEventsAction_payload :: Lens' IotEventsAction (Maybe Payload) Source #
You can configure the action payload when you send a message to an AWS IoT Events input.
iotEventsAction_inputName :: Lens' IotEventsAction Text Source #
The name of the AWS IoT Events input where the data is sent.