| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SSM.GetMaintenanceWindowExecution
Description
Retrieves details about a specific task executed as part of a Maintenance Window execution.
Synopsis
- getMaintenanceWindowExecution :: Text -> GetMaintenanceWindowExecution
- data GetMaintenanceWindowExecution
- gmweWindowExecutionId :: Lens' GetMaintenanceWindowExecution Text
- getMaintenanceWindowExecutionResponse :: Int -> GetMaintenanceWindowExecutionResponse
- data GetMaintenanceWindowExecutionResponse
- gmwersStatus :: Lens' GetMaintenanceWindowExecutionResponse (Maybe MaintenanceWindowExecutionStatus)
- gmwersStartTime :: Lens' GetMaintenanceWindowExecutionResponse (Maybe UTCTime)
- gmwersWindowExecutionId :: Lens' GetMaintenanceWindowExecutionResponse (Maybe Text)
- gmwersStatusDetails :: Lens' GetMaintenanceWindowExecutionResponse (Maybe Text)
- gmwersEndTime :: Lens' GetMaintenanceWindowExecutionResponse (Maybe UTCTime)
- gmwersTaskIds :: Lens' GetMaintenanceWindowExecutionResponse [Text]
- gmwersResponseStatus :: Lens' GetMaintenanceWindowExecutionResponse Int
Creating a Request
getMaintenanceWindowExecution Source #
Arguments
| :: Text | |
| -> GetMaintenanceWindowExecution |
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:
gmweWindowExecutionId- The ID of the Maintenance Window execution that includes the task.
data GetMaintenanceWindowExecution Source #
See: getMaintenanceWindowExecution smart constructor.
Instances
Request Lenses
gmweWindowExecutionId :: Lens' GetMaintenanceWindowExecution Text Source #
The ID of the Maintenance Window execution that includes the task.
Destructuring the Response
getMaintenanceWindowExecutionResponse Source #
Arguments
| :: Int | |
| -> GetMaintenanceWindowExecutionResponse |
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:
gmwersStatus- The status of the Maintenance Window execution.gmwersStartTime- The time the Maintenance Window started executing.gmwersWindowExecutionId- The ID of the Maintenance Window execution.gmwersStatusDetails- The details explaining the Status. Only available for certain status values.gmwersEndTime- The time the Maintenance Window finished executing.gmwersTaskIds- The ID of the task executions from the Maintenance Window execution.gmwersResponseStatus- -- | The response status code.
data GetMaintenanceWindowExecutionResponse Source #
See: getMaintenanceWindowExecutionResponse smart constructor.
Instances
Response Lenses
gmwersStatus :: Lens' GetMaintenanceWindowExecutionResponse (Maybe MaintenanceWindowExecutionStatus) Source #
The status of the Maintenance Window execution.
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.
gmwersResponseStatus :: Lens' GetMaintenanceWindowExecutionResponse Int Source #
- - | The response status code.