amazonka-ssm-1.6.0: Amazon Simple Systems Manager (SSM) 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.SSM.DescribeAutomationStepExecutions

Contents

Description

Information about all active and terminated step executions in an Automation workflow.

Synopsis

Creating a Request

describeAutomationStepExecutions Source #

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

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

  • daseFilters - One or more filters to limit the number of step executions returned by the request.
  • daseReverseOrder - A boolean that indicates whether to list step executions in reverse order by start time. The default value is false.
  • daseNextToken - The token for the next set of items to return. (You received this token from a previous call.)
  • daseMaxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
  • daseAutomationExecutionId - The Automation execution ID for which you want step execution descriptions.

data DescribeAutomationStepExecutions Source #

See: describeAutomationStepExecutions smart constructor.

Instances

Eq DescribeAutomationStepExecutions Source # 
Data DescribeAutomationStepExecutions Source # 

Methods

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

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

toConstr :: DescribeAutomationStepExecutions -> Constr #

dataTypeOf :: DescribeAutomationStepExecutions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeAutomationStepExecutions Source # 
Show DescribeAutomationStepExecutions Source # 
Generic DescribeAutomationStepExecutions Source # 
Hashable DescribeAutomationStepExecutions Source # 
ToJSON DescribeAutomationStepExecutions Source # 
NFData DescribeAutomationStepExecutions Source # 
AWSRequest DescribeAutomationStepExecutions Source # 
ToHeaders DescribeAutomationStepExecutions Source # 
ToPath DescribeAutomationStepExecutions Source # 
ToQuery DescribeAutomationStepExecutions Source # 
type Rep DescribeAutomationStepExecutions Source # 
type Rep DescribeAutomationStepExecutions = D1 * (MetaData "DescribeAutomationStepExecutions" "Network.AWS.SSM.DescribeAutomationStepExecutions" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "DescribeAutomationStepExecutions'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_daseFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (List1 StepExecutionFilter)))) (S1 * (MetaSel (Just Symbol "_daseReverseOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_daseNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_daseMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_daseAutomationExecutionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))))
type Rs DescribeAutomationStepExecutions Source # 

Request Lenses

daseFilters :: Lens' DescribeAutomationStepExecutions (Maybe (NonEmpty StepExecutionFilter)) Source #

One or more filters to limit the number of step executions returned by the request.

daseReverseOrder :: Lens' DescribeAutomationStepExecutions (Maybe Bool) Source #

A boolean that indicates whether to list step executions in reverse order by start time. The default value is false.

daseNextToken :: Lens' DescribeAutomationStepExecutions (Maybe Text) Source #

The token for the next set of items to return. (You received this token from a previous call.)

daseMaxResults :: Lens' DescribeAutomationStepExecutions (Maybe Natural) Source #

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

daseAutomationExecutionId :: Lens' DescribeAutomationStepExecutions Text Source #

The Automation execution ID for which you want step execution descriptions.

Destructuring the Response

describeAutomationStepExecutionsResponse Source #

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

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

  • dasersNextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
  • dasersStepExecutions - A list of details about the current state of all steps that make up an execution.
  • dasersResponseStatus - -- | The response status code.

data DescribeAutomationStepExecutionsResponse Source #

Instances

Eq DescribeAutomationStepExecutionsResponse Source # 
Data DescribeAutomationStepExecutionsResponse Source # 

Methods

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

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

toConstr :: DescribeAutomationStepExecutionsResponse -> Constr #

dataTypeOf :: DescribeAutomationStepExecutionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeAutomationStepExecutionsResponse Source # 
Show DescribeAutomationStepExecutionsResponse Source # 
Generic DescribeAutomationStepExecutionsResponse Source # 
NFData DescribeAutomationStepExecutionsResponse Source # 
type Rep DescribeAutomationStepExecutionsResponse Source # 
type Rep DescribeAutomationStepExecutionsResponse = D1 * (MetaData "DescribeAutomationStepExecutionsResponse" "Network.AWS.SSM.DescribeAutomationStepExecutions" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "DescribeAutomationStepExecutionsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dasersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dasersStepExecutions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [StepExecution]))) (S1 * (MetaSel (Just Symbol "_dasersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dasersNextToken :: Lens' DescribeAutomationStepExecutionsResponse (Maybe Text) Source #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

dasersStepExecutions :: Lens' DescribeAutomationStepExecutionsResponse [StepExecution] Source #

A list of details about the current state of all steps that make up an execution.