amazonka-ssm-1.4.5: Amazon Simple Systems Manager (SSM) SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SSM.DescribeMaintenanceWindowExecutionTaskInvocations

Contents

Description

Retrieves the individual task executions (one per target) for a particular task executed as part of a Maintenance Window execution.

Synopsis

Creating a Request

describeMaintenanceWindowExecutionTaskInvocations Source #

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

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

  • dmwetiFilters - Optional filters used to scope down the returned task invocations. The supported filter key is STATUS with the corresponding values PENDING, IN_PROGRESS, SUCCESS, FAILED, TIMED_OUT, CANCELLING, and CANCELLED.
  • dmwetiNextToken - The token for the next set of items to return. (You received this token from a previous call.)
  • dmwetiMaxResults - 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.
  • dmwetiWindowExecutionId - The ID of the Maintenance Window execution the task is part of.
  • dmwetiTaskId - The ID of the specific task in the Maintenance Window task that should be retrieved.

data DescribeMaintenanceWindowExecutionTaskInvocations Source #

Instances

Eq DescribeMaintenanceWindowExecutionTaskInvocations Source # 
Data DescribeMaintenanceWindowExecutionTaskInvocations Source # 

Methods

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

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

toConstr :: DescribeMaintenanceWindowExecutionTaskInvocations -> Constr #

dataTypeOf :: DescribeMaintenanceWindowExecutionTaskInvocations -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeMaintenanceWindowExecutionTaskInvocations Source # 
Show DescribeMaintenanceWindowExecutionTaskInvocations Source # 
Generic DescribeMaintenanceWindowExecutionTaskInvocations Source # 
Hashable DescribeMaintenanceWindowExecutionTaskInvocations Source # 
ToJSON DescribeMaintenanceWindowExecutionTaskInvocations Source # 
NFData DescribeMaintenanceWindowExecutionTaskInvocations Source # 
AWSRequest DescribeMaintenanceWindowExecutionTaskInvocations Source # 
ToPath DescribeMaintenanceWindowExecutionTaskInvocations Source # 
ToHeaders DescribeMaintenanceWindowExecutionTaskInvocations Source # 
ToQuery DescribeMaintenanceWindowExecutionTaskInvocations Source # 
type Rep DescribeMaintenanceWindowExecutionTaskInvocations Source # 
type Rep DescribeMaintenanceWindowExecutionTaskInvocations = D1 (MetaData "DescribeMaintenanceWindowExecutionTaskInvocations" "Network.AWS.SSM.DescribeMaintenanceWindowExecutionTaskInvocations" "amazonka-ssm-1.4.5-B1a5iPTYqlbHaMCHVQ4GNL" False) (C1 (MetaCons "DescribeMaintenanceWindowExecutionTaskInvocations'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dmwetiFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MaintenanceWindowFilter]))) (S1 (MetaSel (Just Symbol "_dmwetiNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dmwetiMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) ((:*:) (S1 (MetaSel (Just Symbol "_dmwetiWindowExecutionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dmwetiTaskId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Rs DescribeMaintenanceWindowExecutionTaskInvocations Source # 

Request Lenses

dmwetiFilters :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations [MaintenanceWindowFilter] Source #

Optional filters used to scope down the returned task invocations. The supported filter key is STATUS with the corresponding values PENDING, IN_PROGRESS, SUCCESS, FAILED, TIMED_OUT, CANCELLING, and CANCELLED.

dmwetiNextToken :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations (Maybe Text) Source #

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

dmwetiMaxResults :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations (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.

dmwetiWindowExecutionId :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations Text Source #

The ID of the Maintenance Window execution the task is part of.

dmwetiTaskId :: Lens' DescribeMaintenanceWindowExecutionTaskInvocations Text Source #

The ID of the specific task in the Maintenance Window task that should be retrieved.

Destructuring the Response

describeMaintenanceWindowExecutionTaskInvocationsResponse Source #

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

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

data DescribeMaintenanceWindowExecutionTaskInvocationsResponse Source #

Instances

Eq DescribeMaintenanceWindowExecutionTaskInvocationsResponse Source # 
Data DescribeMaintenanceWindowExecutionTaskInvocationsResponse Source # 

Methods

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

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

toConstr :: DescribeMaintenanceWindowExecutionTaskInvocationsResponse -> Constr #

dataTypeOf :: DescribeMaintenanceWindowExecutionTaskInvocationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeMaintenanceWindowExecutionTaskInvocationsResponse Source # 
Show DescribeMaintenanceWindowExecutionTaskInvocationsResponse Source # 
Generic DescribeMaintenanceWindowExecutionTaskInvocationsResponse Source # 
NFData DescribeMaintenanceWindowExecutionTaskInvocationsResponse Source # 
type Rep DescribeMaintenanceWindowExecutionTaskInvocationsResponse Source # 
type Rep DescribeMaintenanceWindowExecutionTaskInvocationsResponse = D1 (MetaData "DescribeMaintenanceWindowExecutionTaskInvocationsResponse" "Network.AWS.SSM.DescribeMaintenanceWindowExecutionTaskInvocations" "amazonka-ssm-1.4.5-B1a5iPTYqlbHaMCHVQ4GNL" False) (C1 (MetaCons "DescribeMaintenanceWindowExecutionTaskInvocationsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dmwetirsWindowExecutionTaskInvocationIdentities") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MaintenanceWindowExecutionTaskInvocationIdentity]))) ((:*:) (S1 (MetaSel (Just Symbol "_dmwetirsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dmwetirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

dmwetirsNextToken :: Lens' DescribeMaintenanceWindowExecutionTaskInvocationsResponse (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.