| 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.StartTrigger
Description
Starts an existing trigger.
Creating a Request
Arguments
| :: Text | |
| -> StartTrigger |
Creates a value of StartTrigger with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
staName- The name of the trigger to start.
data StartTrigger Source #
See: startTrigger smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> StartTriggerResponse |
Creates a value of StartTriggerResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
starsName- The name of the trigger that was started.starsResponseStatus- -- | The response status code.
data StartTriggerResponse Source #
See: startTriggerResponse smart constructor.
Response Lenses
starsName :: Lens' StartTriggerResponse (Maybe Text) Source #
The name of the trigger that was started.
starsResponseStatus :: Lens' StartTriggerResponse Int Source #
- - | The response status code.