libZSservicesZSamazonka-mgnZSamazonka-mgn
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.MGN.Types.JobLog

Description

 
Synopsis

Documentation

data JobLog Source #

Job log.

See: newJobLog smart constructor.

Constructors

JobLog' 

Fields

Instances

Instances details
Eq JobLog Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLog

Methods

(==) :: JobLog -> JobLog -> Bool #

(/=) :: JobLog -> JobLog -> Bool #

Read JobLog Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLog

Show JobLog Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLog

Generic JobLog Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLog

Associated Types

type Rep JobLog :: Type -> Type #

Methods

from :: JobLog -> Rep JobLog x #

to :: Rep JobLog x -> JobLog #

NFData JobLog Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLog

Methods

rnf :: JobLog -> () #

Hashable JobLog Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLog

Methods

hashWithSalt :: Int -> JobLog -> Int #

hash :: JobLog -> Int #

FromJSON JobLog Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLog

type Rep JobLog Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLog

type Rep JobLog = D1 ('MetaData "JobLog" "Amazonka.MGN.Types.JobLog" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "JobLog'" 'PrefixI 'True) (S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobLogEvent)) :*: (S1 ('MetaSel ('Just "eventData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobLogEventData)) :*: S1 ('MetaSel ('Just "logDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newJobLog :: JobLog Source #

Create a value of JobLog 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:event:JobLog', jobLog_event - Job log event.

$sel:eventData:JobLog', jobLog_eventData - Job event data

$sel:logDateTime:JobLog', jobLog_logDateTime - Job log event date and time.

jobLog_logDateTime :: Lens' JobLog (Maybe Text) Source #

Job log event date and time.