| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSM.Types.MaintenanceWindowExecutionTaskInvocationIdentity
Description
Synopsis
- data MaintenanceWindowExecutionTaskInvocationIdentity = MaintenanceWindowExecutionTaskInvocationIdentity' {
- endTime :: Maybe POSIX
- executionId :: Maybe Text
- invocationId :: Maybe Text
- ownerInformation :: Maybe (Sensitive Text)
- parameters :: Maybe (Sensitive Text)
- startTime :: Maybe POSIX
- status :: Maybe MaintenanceWindowExecutionStatus
- statusDetails :: Maybe Text
- taskExecutionId :: Maybe Text
- taskType :: Maybe MaintenanceWindowTaskType
- windowExecutionId :: Maybe Text
- windowTargetId :: Maybe Text
- newMaintenanceWindowExecutionTaskInvocationIdentity :: MaintenanceWindowExecutionTaskInvocationIdentity
- maintenanceWindowExecutionTaskInvocationIdentity_endTime :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe UTCTime)
- maintenanceWindowExecutionTaskInvocationIdentity_executionId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text)
- maintenanceWindowExecutionTaskInvocationIdentity_invocationId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text)
- maintenanceWindowExecutionTaskInvocationIdentity_ownerInformation :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text)
- maintenanceWindowExecutionTaskInvocationIdentity_parameters :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text)
- maintenanceWindowExecutionTaskInvocationIdentity_startTime :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe UTCTime)
- maintenanceWindowExecutionTaskInvocationIdentity_status :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe MaintenanceWindowExecutionStatus)
- maintenanceWindowExecutionTaskInvocationIdentity_statusDetails :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text)
- maintenanceWindowExecutionTaskInvocationIdentity_taskExecutionId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text)
- maintenanceWindowExecutionTaskInvocationIdentity_taskType :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe MaintenanceWindowTaskType)
- maintenanceWindowExecutionTaskInvocationIdentity_windowExecutionId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text)
- maintenanceWindowExecutionTaskInvocationIdentity_windowTargetId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text)
Documentation
data MaintenanceWindowExecutionTaskInvocationIdentity Source #
Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.
See: newMaintenanceWindowExecutionTaskInvocationIdentity smart constructor.
Constructors
| MaintenanceWindowExecutionTaskInvocationIdentity' | |
Fields
| |
Instances
newMaintenanceWindowExecutionTaskInvocationIdentity :: MaintenanceWindowExecutionTaskInvocationIdentity Source #
Create a value of MaintenanceWindowExecutionTaskInvocationIdentity 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:endTime:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_endTime - The time the invocation finished.
$sel:executionId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_executionId - The ID of the action performed in the service that actually handled the
task invocation. If the task type is RUN_COMMAND, this value is the
command ID.
$sel:invocationId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_invocationId - The ID of the task invocation.
$sel:ownerInformation:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_ownerInformation - User-provided value that was specified when the target was registered
with the maintenance window. This was also included in any Amazon
CloudWatch Events events raised during the task invocation.
$sel:parameters:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_parameters - The parameters that were provided for the invocation when it was run.
$sel:startTime:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_startTime - The time the invocation started.
$sel:status:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_status - The status of the task invocation.
$sel:statusDetails:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_statusDetails - The details explaining the status of the task invocation. Not available
for all status values.
$sel:taskExecutionId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_taskExecutionId - The ID of the specific task execution in the maintenance window
execution.
$sel:taskType:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_taskType - The task type.
$sel:windowExecutionId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_windowExecutionId - The ID of the maintenance window execution that ran the task.
$sel:windowTargetId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_windowTargetId - The ID of the target definition in this maintenance window the
invocation was performed for.
maintenanceWindowExecutionTaskInvocationIdentity_endTime :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe UTCTime) Source #
The time the invocation finished.
maintenanceWindowExecutionTaskInvocationIdentity_executionId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #
The ID of the action performed in the service that actually handled the
task invocation. If the task type is RUN_COMMAND, this value is the
command ID.
maintenanceWindowExecutionTaskInvocationIdentity_invocationId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #
The ID of the task invocation.
maintenanceWindowExecutionTaskInvocationIdentity_ownerInformation :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
maintenanceWindowExecutionTaskInvocationIdentity_parameters :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #
The parameters that were provided for the invocation when it was run.
maintenanceWindowExecutionTaskInvocationIdentity_startTime :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe UTCTime) Source #
The time the invocation started.
maintenanceWindowExecutionTaskInvocationIdentity_status :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe MaintenanceWindowExecutionStatus) Source #
The status of the task invocation.
maintenanceWindowExecutionTaskInvocationIdentity_statusDetails :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #
The details explaining the status of the task invocation. Not available for all status values.
maintenanceWindowExecutionTaskInvocationIdentity_taskExecutionId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #
The ID of the specific task execution in the maintenance window execution.
maintenanceWindowExecutionTaskInvocationIdentity_taskType :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe MaintenanceWindowTaskType) Source #
The task type.
maintenanceWindowExecutionTaskInvocationIdentity_windowExecutionId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #
The ID of the maintenance window execution that ran the task.
maintenanceWindowExecutionTaskInvocationIdentity_windowTargetId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #
The ID of the target definition in this maintenance window the invocation was performed for.