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.DeleteActivity

Contents

Description

Deletes an activity.

Synopsis

Creating a Request

deleteActivity Source #

Creates a value of DeleteActivity with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • daActivityARN - The Amazon Resource Name (ARN) of the activity to delete.

data DeleteActivity Source #

See: deleteActivity smart constructor.

Instances

Eq DeleteActivity Source # 
Data DeleteActivity Source # 

Methods

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

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

toConstr :: DeleteActivity -> Constr #

dataTypeOf :: DeleteActivity -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteActivity Source # 
Show DeleteActivity Source # 
Generic DeleteActivity Source # 

Associated Types

type Rep DeleteActivity :: * -> * #

Hashable DeleteActivity Source # 
ToJSON DeleteActivity Source # 
NFData DeleteActivity Source # 

Methods

rnf :: DeleteActivity -> () #

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

Request Lenses

daActivityARN :: Lens' DeleteActivity Text Source #

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

Destructuring the Response

deleteActivityResponse Source #

Creates a value of DeleteActivityResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteActivityResponse Source #

See: deleteActivityResponse smart constructor.

Instances

Eq DeleteActivityResponse Source # 
Data DeleteActivityResponse Source # 

Methods

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

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

toConstr :: DeleteActivityResponse -> Constr #

dataTypeOf :: DeleteActivityResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteActivityResponse Source # 
Show DeleteActivityResponse Source # 
Generic DeleteActivityResponse Source # 
NFData DeleteActivityResponse Source # 

Methods

rnf :: DeleteActivityResponse -> () #

type Rep DeleteActivityResponse Source # 
type Rep DeleteActivityResponse = D1 * (MetaData "DeleteActivityResponse" "Network.AWS.StepFunctions.DeleteActivity" "amazonka-stepfunctions-1.6.0-9oIncLN4t9xDN3HGh7dGqV" True) (C1 * (MetaCons "DeleteActivityResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_darsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

darsResponseStatus :: Lens' DeleteActivityResponse Int Source #

  • - | The response status code.