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

Description

 
Synopsis

Documentation

data Job Source #

Job.

See: newJob smart constructor.

Constructors

Job' 

Fields

Instances

Instances details
Eq Job Source # 
Instance details

Defined in Amazonka.MGN.Types.Job

Methods

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

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

Show Job Source # 
Instance details

Defined in Amazonka.MGN.Types.Job

Methods

showsPrec :: Int -> Job -> ShowS #

show :: Job -> String #

showList :: [Job] -> ShowS #

Generic Job Source # 
Instance details

Defined in Amazonka.MGN.Types.Job

Associated Types

type Rep Job :: Type -> Type #

Methods

from :: Job -> Rep Job x #

to :: Rep Job x -> Job #

NFData Job Source # 
Instance details

Defined in Amazonka.MGN.Types.Job

Methods

rnf :: Job -> () #

Hashable Job Source # 
Instance details

Defined in Amazonka.MGN.Types.Job

Methods

hashWithSalt :: Int -> Job -> Int #

hash :: Job -> Int #

FromJSON Job Source # 
Instance details

Defined in Amazonka.MGN.Types.Job

type Rep Job Source # 
Instance details

Defined in Amazonka.MGN.Types.Job

newJob Source #

Arguments

:: Text

$sel:jobID:Job'

-> Job 

Create a value of Job 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:initiatedBy:Job', job_initiatedBy - Job initiated by field.

$sel:status:Job', job_status - Job status.

$sel:participatingServers:Job', job_participatingServers - Servers participating in a specific Job.

$sel:arn:Job', job_arn - the ARN of the specific Job.

$sel:creationDateTime:Job', job_creationDateTime - Job creation time.

$sel:type':Job', job_type - Job type.

$sel:endDateTime:Job', job_endDateTime - Job end time.

$sel:tags:Job', job_tags - Tags associated with spcific Job.

$sel:jobID:Job', job_jobID - Job ID.

job_initiatedBy :: Lens' Job (Maybe InitiatedBy) Source #

Job initiated by field.

job_participatingServers :: Lens' Job (Maybe [ParticipatingServer]) Source #

Servers participating in a specific Job.

job_arn :: Lens' Job (Maybe Text) Source #

the ARN of the specific Job.

job_tags :: Lens' Job (Maybe (HashMap Text Text)) Source #

Tags associated with spcific Job.