Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.SSM.StopAutomationExecution
Description
Stop an Automation that is currently executing.
- stopAutomationExecution :: Text -> StopAutomationExecution
- data StopAutomationExecution
- saeAutomationExecutionId :: Lens' StopAutomationExecution Text
- stopAutomationExecutionResponse :: Int -> StopAutomationExecutionResponse
- data StopAutomationExecutionResponse
- saersResponseStatus :: Lens' StopAutomationExecutionResponse Int
Creating a Request
Arguments
:: Text | |
-> StopAutomationExecution |
Creates a value of StopAutomationExecution
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
saeAutomationExecutionId
- The execution ID of the Automation to stop.
data StopAutomationExecution #
See: stopAutomationExecution
smart constructor.
Instances
Request Lenses
saeAutomationExecutionId :: Lens' StopAutomationExecution Text #
The execution ID of the Automation to stop.
Destructuring the Response
stopAutomationExecutionResponse #
Arguments
:: Int | |
-> StopAutomationExecutionResponse |
Creates a value of StopAutomationExecutionResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
saersResponseStatus
- -- | The response status code.
data StopAutomationExecutionResponse #
See: stopAutomationExecutionResponse
smart constructor.
Response Lenses
saersResponseStatus :: Lens' StopAutomationExecutionResponse Int #
- - | The response status code.