| Copyright | (c) 2013-2021 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 |
Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity
Description
Synopsis
- data MaintenanceWindowExecutionTaskIdentity = MaintenanceWindowExecutionTaskIdentity' {}
- newMaintenanceWindowExecutionTaskIdentity :: MaintenanceWindowExecutionTaskIdentity
- maintenanceWindowExecutionTaskIdentity_status :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe MaintenanceWindowExecutionStatus)
- maintenanceWindowExecutionTaskIdentity_taskExecutionId :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text)
- maintenanceWindowExecutionTaskIdentity_startTime :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe UTCTime)
- maintenanceWindowExecutionTaskIdentity_taskType :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe MaintenanceWindowTaskType)
- maintenanceWindowExecutionTaskIdentity_taskArn :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text)
- maintenanceWindowExecutionTaskIdentity_windowExecutionId :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text)
- maintenanceWindowExecutionTaskIdentity_statusDetails :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text)
- maintenanceWindowExecutionTaskIdentity_endTime :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe UTCTime)
Documentation
data MaintenanceWindowExecutionTaskIdentity Source #
Information about a task execution performed as part of a maintenance window execution.
See: newMaintenanceWindowExecutionTaskIdentity smart constructor.
Constructors
| MaintenanceWindowExecutionTaskIdentity' | |
Fields
| |
Instances
newMaintenanceWindowExecutionTaskIdentity :: MaintenanceWindowExecutionTaskIdentity Source #
Create a value of MaintenanceWindowExecutionTaskIdentity with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_status - The status of the task execution.
$sel:taskExecutionId:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_taskExecutionId - The ID of the specific task execution in the maintenance window
execution.
$sel:startTime:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_startTime - The time the task execution started.
$sel:taskType:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_taskType - The type of task that ran.
$sel:taskArn:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_taskArn - The Amazon Resource Name (ARN) of the task that ran.
$sel:windowExecutionId:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_windowExecutionId - The ID of the maintenance window execution that ran the task.
$sel:statusDetails:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_statusDetails - The details explaining the status of the task execution. Not available
for all status values.
$sel:endTime:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_endTime - The time the task execution finished.
maintenanceWindowExecutionTaskIdentity_status :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe MaintenanceWindowExecutionStatus) Source #
The status of the task execution.
maintenanceWindowExecutionTaskIdentity_taskExecutionId :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text) Source #
The ID of the specific task execution in the maintenance window execution.
maintenanceWindowExecutionTaskIdentity_startTime :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe UTCTime) Source #
The time the task execution started.
maintenanceWindowExecutionTaskIdentity_taskType :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe MaintenanceWindowTaskType) Source #
The type of task that ran.
maintenanceWindowExecutionTaskIdentity_taskArn :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text) Source #
The Amazon Resource Name (ARN) of the task that ran.
maintenanceWindowExecutionTaskIdentity_windowExecutionId :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text) Source #
The ID of the maintenance window execution that ran the task.
maintenanceWindowExecutionTaskIdentity_statusDetails :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text) Source #
The details explaining the status of the task execution. Not available for all status values.
maintenanceWindowExecutionTaskIdentity_endTime :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe UTCTime) Source #
The time the task execution finished.