amazonka-stepfunctions-1.6.1: 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 # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Data DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.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 Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Show DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Generic DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Associated Types

type Rep DeleteStateMachine :: Type -> Type #

Hashable DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

ToJSON DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

AWSRequest DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Associated Types

type Rs DeleteStateMachine :: Type #

ToHeaders DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

ToPath DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

ToQuery DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

NFData DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Methods

rnf :: DeleteStateMachine -> () #

type Rep DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

type Rep DeleteStateMachine = D1 (MetaData "DeleteStateMachine" "Network.AWS.StepFunctions.DeleteStateMachine" "amazonka-stepfunctions-1.6.1-2PTLha96w99Qwy2XlD0kq" True) (C1 (MetaCons "DeleteStateMachine'" PrefixI True) (S1 (MetaSel (Just "_dStateMachineARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteStateMachine Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

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 # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Data DeleteStateMachineResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

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 # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Show DeleteStateMachineResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Generic DeleteStateMachineResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

Associated Types

type Rep DeleteStateMachineResponse :: Type -> Type #

NFData DeleteStateMachineResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

type Rep DeleteStateMachineResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DeleteStateMachine

type Rep DeleteStateMachineResponse = D1 (MetaData "DeleteStateMachineResponse" "Network.AWS.StepFunctions.DeleteStateMachine" "amazonka-stepfunctions-1.6.1-2PTLha96w99Qwy2XlD0kq" True) (C1 (MetaCons "DeleteStateMachineResponse'" PrefixI True) (S1 (MetaSel (Just "_drsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses