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

Description

 
Synopsis

Documentation

data MaintenanceWindowExecution Source #

Describes the information about an execution of a maintenance window.

See: newMaintenanceWindowExecution smart constructor.

Constructors

MaintenanceWindowExecution' 

Fields

Instances

Instances details
Eq MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Read MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Show MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Generic MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Associated Types

type Rep MaintenanceWindowExecution :: Type -> Type #

NFData MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Hashable MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

FromJSON MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

type Rep MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

type Rep MaintenanceWindowExecution = D1 ('MetaData "MaintenanceWindowExecution" "Amazonka.SSM.Types.MaintenanceWindowExecution" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "MaintenanceWindowExecution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowExecutionStatus)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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)) :*: S1 ('MetaSel ('Just "windowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newMaintenanceWindowExecution :: MaintenanceWindowExecution Source #

Create a value of MaintenanceWindowExecution 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:MaintenanceWindowExecution', maintenanceWindowExecution_status - The status of the execution.

$sel:startTime:MaintenanceWindowExecution', maintenanceWindowExecution_startTime - The time the execution started.

$sel:windowExecutionId:MaintenanceWindowExecution', maintenanceWindowExecution_windowExecutionId - The ID of the maintenance window execution.

$sel:statusDetails:MaintenanceWindowExecution', maintenanceWindowExecution_statusDetails - The details explaining the status. Not available for all status values.

$sel:endTime:MaintenanceWindowExecution', maintenanceWindowExecution_endTime - The time the execution finished.

$sel:windowId:MaintenanceWindowExecution', maintenanceWindowExecution_windowId - The ID of the maintenance window.

maintenanceWindowExecution_statusDetails :: Lens' MaintenanceWindowExecution (Maybe Text) Source #

The details explaining the status. Not available for all status values.