| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.Glue.DeleteTrigger
Description
Deletes a specified trigger.
Creating a Request
Arguments
| :: Text | |
| -> DeleteTrigger |
Creates a value of DeleteTrigger with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dttName- The name of the trigger to delete.
data DeleteTrigger Source #
See: deleteTrigger smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteTriggerResponse Source #
Arguments
| :: Int | |
| -> DeleteTriggerResponse |
Creates a value of DeleteTriggerResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
delrsName- The name of the trigger that was deleted.delrsResponseStatus- -- | The response status code.
data DeleteTriggerResponse Source #
See: deleteTriggerResponse smart constructor.
Response Lenses
delrsName :: Lens' DeleteTriggerResponse (Maybe Text) Source #
The name of the trigger that was deleted.
delrsResponseStatus :: Lens' DeleteTriggerResponse Int Source #
- - | The response status code.