| 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.DataExchange.DeleteEventAction
Description
This operation deletes the event action.
Synopsis
Creating a Request
data DeleteEventAction Source #
See: newDeleteEventAction smart constructor.
Constructors
| DeleteEventAction' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteEventAction |
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.
Constructors
| DeleteEventActionResponse' | |
Instances
newDeleteEventActionResponse :: DeleteEventActionResponse Source #
Create a value of DeleteEventActionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.