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

Contents

Description

Retrieves details about a specific task executed as part of a Maintenance Window execution.

Synopsis

Creating a Request

getMaintenanceWindowExecution Source #

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

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

data GetMaintenanceWindowExecution Source #

See: getMaintenanceWindowExecution smart constructor.

Instances
Eq GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Data GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Methods

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

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

toConstr :: GetMaintenanceWindowExecution -> Constr #

dataTypeOf :: GetMaintenanceWindowExecution -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Show GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Generic GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Associated Types

type Rep GetMaintenanceWindowExecution :: Type -> Type #

Hashable GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

ToJSON GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

AWSRequest GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Associated Types

type Rs GetMaintenanceWindowExecution :: Type #

ToHeaders GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

ToPath GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

ToQuery GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

NFData GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

type Rep GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

type Rep GetMaintenanceWindowExecution = D1 (MetaData "GetMaintenanceWindowExecution" "Network.AWS.SSM.GetMaintenanceWindowExecution" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" True) (C1 (MetaCons "GetMaintenanceWindowExecution'" PrefixI True) (S1 (MetaSel (Just "_gmweWindowExecutionId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetMaintenanceWindowExecution Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Request Lenses

gmweWindowExecutionId :: Lens' GetMaintenanceWindowExecution Text Source #

The ID of the Maintenance Window execution that includes the task.

Destructuring the Response

getMaintenanceWindowExecutionResponse Source #

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

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

data GetMaintenanceWindowExecutionResponse Source #

Instances
Eq GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Data GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Methods

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

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

toConstr :: GetMaintenanceWindowExecutionResponse -> Constr #

dataTypeOf :: GetMaintenanceWindowExecutionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Show GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

Generic GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

NFData GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

type Rep GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetMaintenanceWindowExecution

type Rep GetMaintenanceWindowExecutionResponse = D1 (MetaData "GetMaintenanceWindowExecutionResponse" "Network.AWS.SSM.GetMaintenanceWindowExecution" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (C1 (MetaCons "GetMaintenanceWindowExecutionResponse'" PrefixI True) ((S1 (MetaSel (Just "_gmwersStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MaintenanceWindowExecutionStatus)) :*: (S1 (MetaSel (Just "_gmwersStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_gmwersWindowExecutionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_gmwersStatusDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gmwersEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 (MetaSel (Just "_gmwersTaskIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_gmwersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

gmwersStartTime :: Lens' GetMaintenanceWindowExecutionResponse (Maybe UTCTime) Source #

The time the Maintenance Window started executing.

gmwersWindowExecutionId :: Lens' GetMaintenanceWindowExecutionResponse (Maybe Text) Source #

The ID of the Maintenance Window execution.

gmwersStatusDetails :: Lens' GetMaintenanceWindowExecutionResponse (Maybe Text) Source #

The details explaining the Status. Only available for certain status values.

gmwersEndTime :: Lens' GetMaintenanceWindowExecutionResponse (Maybe UTCTime) Source #

The time the Maintenance Window finished executing.

gmwersTaskIds :: Lens' GetMaintenanceWindowExecutionResponse [Text] Source #

The ID of the task executions from the Maintenance Window execution.