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

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

Data DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

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

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

Show DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

Generic DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

Associated Types

type Rep DescribeAutomationStepExecutions :: Type -> Type #

Hashable DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

ToJSON DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

AWSRequest DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

Associated Types

type Rs DescribeAutomationStepExecutions :: Type #

ToHeaders DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

ToPath DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

ToQuery DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

NFData DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

type Rep DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

type Rep DescribeAutomationStepExecutions = D1 (MetaData "DescribeAutomationStepExecutions" "Network.AWS.SSM.DescribeAutomationStepExecutions" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (C1 (MetaCons "DescribeAutomationStepExecutions'" PrefixI True) ((S1 (MetaSel (Just "_daseFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 StepExecutionFilter))) :*: S1 (MetaSel (Just "_daseReverseOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_daseNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_daseMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_daseAutomationExecutionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DescribeAutomationStepExecutions Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

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

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

Data DescribeAutomationStepExecutionsResponse Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

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

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

Show DescribeAutomationStepExecutionsResponse Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

Generic DescribeAutomationStepExecutionsResponse Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

NFData DescribeAutomationStepExecutionsResponse Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

type Rep DescribeAutomationStepExecutionsResponse Source # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationStepExecutions

type Rep DescribeAutomationStepExecutionsResponse = D1 (MetaData "DescribeAutomationStepExecutionsResponse" "Network.AWS.SSM.DescribeAutomationStepExecutions" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (C1 (MetaCons "DescribeAutomationStepExecutionsResponse'" PrefixI True) (S1 (MetaSel (Just "_dasersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dasersStepExecutions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StepExecution])) :*: S1 (MetaSel (Just "_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.