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

Contents

Description

Lists the executions of a Maintenance Window. This includes information about when the Maintenance Window was scheduled to be active, and information about tasks registered and run with the Maintenance Window.

Synopsis

Creating a Request

describeMaintenanceWindowExecutions Source #

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

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

  • dmweFilters - Each entry in the array is a structure containing: Key (string, between 1 and 128 characters) Values (array of strings, each string is between 1 and 256 characters) The supported Keys are ExecutedBefore and ExecutedAfter with the value being a date/time string such as 2016-11-04T05:00:00Z.
  • dmweNextToken - The token for the next set of items to return. (You received this token from a previous call.)
  • dmweMaxResults - 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.
  • dmweWindowId - The ID of the Maintenance Window whose executions should be retrieved.

data DescribeMaintenanceWindowExecutions Source #

See: describeMaintenanceWindowExecutions smart constructor.

Instances

Eq DescribeMaintenanceWindowExecutions Source # 
Data DescribeMaintenanceWindowExecutions Source # 

Methods

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

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

toConstr :: DescribeMaintenanceWindowExecutions -> Constr #

dataTypeOf :: DescribeMaintenanceWindowExecutions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeMaintenanceWindowExecutions Source # 
Show DescribeMaintenanceWindowExecutions Source # 
Generic DescribeMaintenanceWindowExecutions Source # 
Hashable DescribeMaintenanceWindowExecutions Source # 
ToJSON DescribeMaintenanceWindowExecutions Source # 
NFData DescribeMaintenanceWindowExecutions Source # 
AWSRequest DescribeMaintenanceWindowExecutions Source # 
ToHeaders DescribeMaintenanceWindowExecutions Source # 
ToPath DescribeMaintenanceWindowExecutions Source # 
ToQuery DescribeMaintenanceWindowExecutions Source # 
type Rep DescribeMaintenanceWindowExecutions Source # 
type Rep DescribeMaintenanceWindowExecutions = D1 * (MetaData "DescribeMaintenanceWindowExecutions" "Network.AWS.SSM.DescribeMaintenanceWindowExecutions" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "DescribeMaintenanceWindowExecutions'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dmweFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [MaintenanceWindowFilter]))) (S1 * (MetaSel (Just Symbol "_dmweNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dmweMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_dmweWindowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs DescribeMaintenanceWindowExecutions Source # 

Request Lenses

dmweFilters :: Lens' DescribeMaintenanceWindowExecutions [MaintenanceWindowFilter] Source #

Each entry in the array is a structure containing: Key (string, between 1 and 128 characters) Values (array of strings, each string is between 1 and 256 characters) The supported Keys are ExecutedBefore and ExecutedAfter with the value being a date/time string such as 2016-11-04T05:00:00Z.

dmweNextToken :: Lens' DescribeMaintenanceWindowExecutions (Maybe Text) Source #

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

dmweMaxResults :: Lens' DescribeMaintenanceWindowExecutions (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.

dmweWindowId :: Lens' DescribeMaintenanceWindowExecutions Text Source #

The ID of the Maintenance Window whose executions should be retrieved.

Destructuring the Response

describeMaintenanceWindowExecutionsResponse Source #

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

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

data DescribeMaintenanceWindowExecutionsResponse Source #

Instances

Eq DescribeMaintenanceWindowExecutionsResponse Source # 
Data DescribeMaintenanceWindowExecutionsResponse Source # 

Methods

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

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

toConstr :: DescribeMaintenanceWindowExecutionsResponse -> Constr #

dataTypeOf :: DescribeMaintenanceWindowExecutionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeMaintenanceWindowExecutionsResponse Source # 
Show DescribeMaintenanceWindowExecutionsResponse Source # 
Generic DescribeMaintenanceWindowExecutionsResponse Source # 
NFData DescribeMaintenanceWindowExecutionsResponse Source # 
type Rep DescribeMaintenanceWindowExecutionsResponse Source # 
type Rep DescribeMaintenanceWindowExecutionsResponse = D1 * (MetaData "DescribeMaintenanceWindowExecutionsResponse" "Network.AWS.SSM.DescribeMaintenanceWindowExecutions" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "DescribeMaintenanceWindowExecutionsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dmwersWindowExecutions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [MaintenanceWindowExecution]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dmwersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dmwersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dmwersNextToken :: Lens' DescribeMaintenanceWindowExecutionsResponse (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.