libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Description

 
Synopsis

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

Instances details
Eq MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Read MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Show MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Generic MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

NFData MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Hashable MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

FromJSON MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

type Rep MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

type Rep MaintenanceWindowExecutionTaskIdentity = D1 ('MetaData "MaintenanceWindowExecutionTaskIdentity" "Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "MaintenanceWindowExecutionTaskIdentity'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowExecutionStatus)) :*: S1 ('MetaSel ('Just "taskExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "taskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowTaskType)))) :*: ((S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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_taskExecutionId :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text) Source #

The ID of the specific task execution in the maintenance window execution.

maintenanceWindowExecutionTaskIdentity_statusDetails :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text) Source #

The details explaining the status of the task execution. Not available for all status values.