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.StepFunctions.DeleteStateMachine
Description
Deletes a state machine. This is an asynchronous operation-- it sets the state machine's status to DELETING and begins the delete process.
Creating a Request
Arguments
:: Text | |
-> DeleteStateMachine |
Creates a value of DeleteStateMachine
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dStateMachineARN
- The Amazon Resource Name (ARN) of the state machine to delete.
data DeleteStateMachine #
See: deleteStateMachine
smart constructor.
Instances
Request Lenses
dStateMachineARN :: Lens' DeleteStateMachine Text #
The Amazon Resource Name (ARN) of the state machine to delete.
Destructuring the Response
Arguments
:: Int | |
-> DeleteStateMachineResponse |
Creates a value of DeleteStateMachineResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsResponseStatus
- -- | The response status code.
data DeleteStateMachineResponse #
See: deleteStateMachineResponse
smart constructor.
Response Lenses
drsResponseStatus :: Lens' DeleteStateMachineResponse Int #
- - | The response status code.