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

Contents

Description

Describes an activity.

Synopsis

Creating a Request

describeActivity Source #

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

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

  • dActivityARN - The Amazon Resource Name (ARN) of the activity to describe.

data DescribeActivity Source #

See: describeActivity smart constructor.

Instances

Eq DescribeActivity Source # 
Data DescribeActivity Source # 

Methods

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

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

toConstr :: DescribeActivity -> Constr #

dataTypeOf :: DescribeActivity -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeActivity Source # 
Show DescribeActivity Source # 
Generic DescribeActivity Source # 
Hashable DescribeActivity Source # 
ToJSON DescribeActivity Source # 
NFData DescribeActivity Source # 

Methods

rnf :: DescribeActivity -> () #

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

Request Lenses

dActivityARN :: Lens' DescribeActivity Text Source #

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

Destructuring the Response

describeActivityResponse Source #

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

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

  • desrsResponseStatus - -- | The response status code.
  • desrsActivityARN - The Amazon Resource Name (ARN) that identifies the activity.
  • desrsName - The name of the activity. A name must not contain: * whitespace * brackets { } [ ] * wildcard characters ? * * special characters " # % ^ | ~ ` $ & , ; : / * control characters (U+0000-001F , U+007F-009F )
  • desrsCreationDate - The date the activity is created.

data DescribeActivityResponse Source #

See: describeActivityResponse smart constructor.

Instances

Eq DescribeActivityResponse Source # 
Data DescribeActivityResponse Source # 

Methods

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

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

toConstr :: DescribeActivityResponse -> Constr #

dataTypeOf :: DescribeActivityResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeActivityResponse Source # 
Show DescribeActivityResponse Source # 
Generic DescribeActivityResponse Source # 
NFData DescribeActivityResponse Source # 
type Rep DescribeActivityResponse Source # 
type Rep DescribeActivityResponse = D1 * (MetaData "DescribeActivityResponse" "Network.AWS.StepFunctions.DescribeActivity" "amazonka-stepfunctions-1.6.0-9oIncLN4t9xDN3HGh7dGqV" False) (C1 * (MetaCons "DescribeActivityResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_desrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_desrsActivityARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_desrsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_desrsCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * POSIX)))))

Response Lenses

desrsActivityARN :: Lens' DescribeActivityResponse Text Source #

The Amazon Resource Name (ARN) that identifies the activity.

desrsName :: Lens' DescribeActivityResponse Text Source #

The name of the activity. A name must not contain: * whitespace * brackets { } [ ] * wildcard characters ? * * special characters " # % ^ | ~ ` $ & , ; : / * control characters (U+0000-001F , U+007F-009F )

desrsCreationDate :: Lens' DescribeActivityResponse UTCTime Source #

The date the activity is created.