libZSservicesZSamazonka-panoramaZSamazonka-panorama
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.Panorama.Types.DeviceJob

Description

 
Synopsis

Documentation

data DeviceJob Source #

A job that runs on a device.

See: newDeviceJob smart constructor.

Constructors

DeviceJob' 

Fields

Instances

Instances details
Eq DeviceJob Source # 
Instance details

Defined in Amazonka.Panorama.Types.DeviceJob

Read DeviceJob Source # 
Instance details

Defined in Amazonka.Panorama.Types.DeviceJob

Show DeviceJob Source # 
Instance details

Defined in Amazonka.Panorama.Types.DeviceJob

Generic DeviceJob Source # 
Instance details

Defined in Amazonka.Panorama.Types.DeviceJob

Associated Types

type Rep DeviceJob :: Type -> Type #

NFData DeviceJob Source # 
Instance details

Defined in Amazonka.Panorama.Types.DeviceJob

Methods

rnf :: DeviceJob -> () #

Hashable DeviceJob Source # 
Instance details

Defined in Amazonka.Panorama.Types.DeviceJob

FromJSON DeviceJob Source # 
Instance details

Defined in Amazonka.Panorama.Types.DeviceJob

type Rep DeviceJob Source # 
Instance details

Defined in Amazonka.Panorama.Types.DeviceJob

type Rep DeviceJob = D1 ('MetaData "DeviceJob" "Amazonka.Panorama.Types.DeviceJob" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "DeviceJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeviceJob :: DeviceJob Source #

Create a value of DeviceJob 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:jobId:DeviceJob', deviceJob_jobId - The job's ID.

$sel:createdTime:DeviceJob', deviceJob_createdTime - When the job was created.

$sel:deviceName:DeviceJob', deviceJob_deviceName - The name of the target device

$sel:deviceId:DeviceJob', deviceJob_deviceId - The ID of the target device.

deviceJob_createdTime :: Lens' DeviceJob (Maybe UTCTime) Source #

When the job was created.

deviceJob_deviceName :: Lens' DeviceJob (Maybe Text) Source #

The name of the target device

deviceJob_deviceId :: Lens' DeviceJob (Maybe Text) Source #

The ID of the target device.