| Copyright | (c) 2013-2018 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.StopTrigger
Description
Stops a specified trigger.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> StopTrigger |
Creates a value of StopTrigger with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
stName- The name of the trigger to stop.
data StopTrigger Source #
See: stopTrigger smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> StopTriggerResponse |
Creates a value of StopTriggerResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
strsName- The name of the trigger that was stopped.strsResponseStatus- -- | The response status code.
data StopTriggerResponse Source #
See: stopTriggerResponse smart constructor.
Instances
Response Lenses
strsName :: Lens' StopTriggerResponse (Maybe Text) Source #
The name of the trigger that was stopped.
strsResponseStatus :: Lens' StopTriggerResponse Int Source #
- - | The response status code.