amazonka-stepfunctions-1.6.0: Amazon Step Functions SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 deletion process. Each state machine execution is deleted the next time it makes a state transition.

Synopsis

Creating a Request

deleteStateMachine Source #

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 Source #

See: deleteStateMachine smart constructor.

Instances

Eq DeleteStateMachine Source # 
Data DeleteStateMachine Source # 

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 Source # 
Show DeleteStateMachine Source # 
Generic DeleteStateMachine Source # 
Hashable DeleteStateMachine Source # 
ToJSON DeleteStateMachine Source # 
NFData DeleteStateMachine Source # 

Methods

rnf :: DeleteStateMachine -> () #

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

Request Lenses

dStateMachineARN :: Lens' DeleteStateMachine Text Source #

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

Destructuring the Response

deleteStateMachineResponse Source #

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 Source #

See: deleteStateMachineResponse smart constructor.

Instances

Eq DeleteStateMachineResponse Source # 
Data DeleteStateMachineResponse Source # 

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 Source # 
Show DeleteStateMachineResponse Source # 
Generic DeleteStateMachineResponse Source # 
NFData DeleteStateMachineResponse Source # 
type Rep DeleteStateMachineResponse Source # 
type Rep DeleteStateMachineResponse = D1 * (MetaData "DeleteStateMachineResponse" "Network.AWS.StepFunctions.DeleteStateMachine" "amazonka-stepfunctions-1.6.0-9oIncLN4t9xDN3HGh7dGqV" True) (C1 * (MetaCons "DeleteStateMachineResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses