amazonka-stepfunctions-1.4.5: Amazon Step Functions SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.StepFunctions.DeleteStateMachine

Contents

Description

Deletes a state machine. This is an asynchronous operation-- it sets the state machine's status to DELETING and begins the delete process.

Synopsis

Creating a Request

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

Eq DeleteStateMachine # 
Data DeleteStateMachine # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteStateMachine -> c DeleteStateMachine #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteStateMachine #

toConstr :: DeleteStateMachine -> Constr #

dataTypeOf :: DeleteStateMachine -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteStateMachine) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteStateMachine) #

gmapT :: (forall b. Data b => b -> b) -> DeleteStateMachine -> DeleteStateMachine #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteStateMachine -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteStateMachine -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteStateMachine -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteStateMachine -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteStateMachine -> m DeleteStateMachine #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteStateMachine -> m DeleteStateMachine #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteStateMachine -> m DeleteStateMachine #

Read DeleteStateMachine # 
Show DeleteStateMachine # 
Generic DeleteStateMachine # 
Hashable DeleteStateMachine # 
ToJSON DeleteStateMachine # 
NFData DeleteStateMachine # 

Methods

rnf :: DeleteStateMachine -> () #

AWSRequest DeleteStateMachine # 
ToQuery DeleteStateMachine # 
ToPath DeleteStateMachine # 
ToHeaders DeleteStateMachine # 
type Rep DeleteStateMachine # 
type Rep DeleteStateMachine = D1 (MetaData "DeleteStateMachine" "Network.AWS.StepFunctions.DeleteStateMachine" "amazonka-stepfunctions-1.4.5-Jw6S5ByJLFY5UX1mivZUjA" True) (C1 (MetaCons "DeleteStateMachine'" PrefixI True) (S1 (MetaSel (Just Symbol "_dStateMachineARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteStateMachine # 

Request Lenses

dStateMachineARN :: Lens' DeleteStateMachine Text #

The Amazon Resource Name (ARN) of the state machine to delete.

Destructuring the Response

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:

data DeleteStateMachineResponse #

See: deleteStateMachineResponse smart constructor.

Instances

Eq DeleteStateMachineResponse # 
Data DeleteStateMachineResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteStateMachineResponse -> c DeleteStateMachineResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteStateMachineResponse #

toConstr :: DeleteStateMachineResponse -> Constr #

dataTypeOf :: DeleteStateMachineResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteStateMachineResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteStateMachineResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteStateMachineResponse -> DeleteStateMachineResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteStateMachineResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteStateMachineResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteStateMachineResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteStateMachineResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteStateMachineResponse -> m DeleteStateMachineResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteStateMachineResponse -> m DeleteStateMachineResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteStateMachineResponse -> m DeleteStateMachineResponse #

Read DeleteStateMachineResponse # 
Show DeleteStateMachineResponse # 
Generic DeleteStateMachineResponse # 
NFData DeleteStateMachineResponse # 
type Rep DeleteStateMachineResponse # 
type Rep DeleteStateMachineResponse = D1 (MetaData "DeleteStateMachineResponse" "Network.AWS.StepFunctions.DeleteStateMachine" "amazonka-stepfunctions-1.4.5-Jw6S5ByJLFY5UX1mivZUjA" True) (C1 (MetaCons "DeleteStateMachineResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

drsResponseStatus :: Lens' DeleteStateMachineResponse Int #

  • - | The response status code.