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

Contents

Description

Provides details about all active and terminated Automation executions.

Synopsis

Creating a Request

describeAutomationExecutions :: DescribeAutomationExecutions #

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

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

  • daeFilters - Filters used to limit the scope of executions that are requested.
  • daeNextToken - The token for the next set of items to return. (You received this token from a previous call.)
  • daeMaxResults - 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.

data DescribeAutomationExecutions #

See: describeAutomationExecutions smart constructor.

Instances
Eq DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Data DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Methods

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

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

toConstr :: DescribeAutomationExecutions -> Constr #

dataTypeOf :: DescribeAutomationExecutions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Show DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Generic DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Associated Types

type Rep DescribeAutomationExecutions :: * -> * #

Hashable DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

ToJSON DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

AWSRequest DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Associated Types

type Rs DescribeAutomationExecutions :: * #

ToHeaders DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

ToPath DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

ToQuery DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

NFData DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

type Rep DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

type Rep DescribeAutomationExecutions = D1 (MetaData "DescribeAutomationExecutions" "Network.AWS.SSM.DescribeAutomationExecutions" "amazonka-ssm-1.6.0-2O4V6sSpPonKM5mzsQDhXT" False) (C1 (MetaCons "DescribeAutomationExecutions'" PrefixI True) (S1 (MetaSel (Just "_daeFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 AutomationExecutionFilter))) :*: (S1 (MetaSel (Just "_daeNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_daeMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))
type Rs DescribeAutomationExecutions # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Request Lenses

daeFilters :: Lens' DescribeAutomationExecutions (Maybe (NonEmpty AutomationExecutionFilter)) #

Filters used to limit the scope of executions that are requested.

daeNextToken :: Lens' DescribeAutomationExecutions (Maybe Text) #

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

daeMaxResults :: Lens' DescribeAutomationExecutions (Maybe Natural) #

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.

Destructuring the Response

describeAutomationExecutionsResponse #

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

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

  • daersNextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
  • daersAutomationExecutionMetadataList - The list of details about each automation execution which has occurred which matches the filter specification, if any.
  • daersResponseStatus - -- | The response status code.

data DescribeAutomationExecutionsResponse #

See: describeAutomationExecutionsResponse smart constructor.

Instances
Eq DescribeAutomationExecutionsResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Data DescribeAutomationExecutionsResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Methods

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

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

toConstr :: DescribeAutomationExecutionsResponse -> Constr #

dataTypeOf :: DescribeAutomationExecutionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeAutomationExecutionsResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Show DescribeAutomationExecutionsResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Generic DescribeAutomationExecutionsResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

Associated Types

type Rep DescribeAutomationExecutionsResponse :: * -> * #

NFData DescribeAutomationExecutionsResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

type Rep DescribeAutomationExecutionsResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeAutomationExecutions

type Rep DescribeAutomationExecutionsResponse = D1 (MetaData "DescribeAutomationExecutionsResponse" "Network.AWS.SSM.DescribeAutomationExecutions" "amazonka-ssm-1.6.0-2O4V6sSpPonKM5mzsQDhXT" False) (C1 (MetaCons "DescribeAutomationExecutionsResponse'" PrefixI True) (S1 (MetaSel (Just "_daersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_daersAutomationExecutionMetadataList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AutomationExecutionMetadata])) :*: S1 (MetaSel (Just "_daersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

daersNextToken :: Lens' DescribeAutomationExecutionsResponse (Maybe Text) #

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

daersAutomationExecutionMetadataList :: Lens' DescribeAutomationExecutionsResponse [AutomationExecutionMetadata] #

The list of details about each automation execution which has occurred which matches the filter specification, if any.