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 |
This operation deletes the event action.
Synopsis
Creating a Request
data DeleteEventAction Source #
See: newDeleteEventAction
smart constructor.
DeleteEventAction' | |
|
Instances
Create a value of DeleteEventAction
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:eventActionId:DeleteEventAction'
, deleteEventAction_eventActionId
- The unique identifier for the event action.
Request Lenses
deleteEventAction_eventActionId :: Lens' DeleteEventAction Text Source #
The unique identifier for the event action.
Destructuring the Response
data DeleteEventActionResponse Source #
See: newDeleteEventActionResponse
smart constructor.
Instances
newDeleteEventActionResponse :: DeleteEventActionResponse Source #
Create a value of DeleteEventActionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.