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

Description

Creates a job to run on one or more devices.

Synopsis

Creating a Request

data CreateJobForDevices Source #

See: newCreateJobForDevices smart constructor.

Constructors

CreateJobForDevices' 

Fields

Instances

Instances details
Eq CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Read CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Show CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Generic CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Associated Types

type Rep CreateJobForDevices :: Type -> Type #

NFData CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Methods

rnf :: CreateJobForDevices -> () #

Hashable CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

ToJSON CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

AWSRequest CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Associated Types

type AWSResponse CreateJobForDevices #

ToHeaders CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

ToPath CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

ToQuery CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

type Rep CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

type Rep CreateJobForDevices = D1 ('MetaData "CreateJobForDevices" "Amazonka.Panorama.CreateJobForDevices" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "CreateJobForDevices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: (S1 ('MetaSel ('Just "deviceJobConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeviceJobConfig) :*: S1 ('MetaSel ('Just "jobType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JobType))))
type AWSResponse CreateJobForDevices Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

newCreateJobForDevices Source #

Create a value of CreateJobForDevices 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:deviceIds:CreateJobForDevices', createJobForDevices_deviceIds - IDs of target devices.

$sel:deviceJobConfig:CreateJobForDevices', createJobForDevices_deviceJobConfig - Configuration settings for the job.

$sel:jobType:CreateJobForDevices', createJobForDevices_jobType - The type of job to run.

Request Lenses

Destructuring the Response

data CreateJobForDevicesResponse Source #

See: newCreateJobForDevicesResponse smart constructor.

Constructors

CreateJobForDevicesResponse' 

Fields

Instances

Instances details
Eq CreateJobForDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Read CreateJobForDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Show CreateJobForDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Generic CreateJobForDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

Associated Types

type Rep CreateJobForDevicesResponse :: Type -> Type #

NFData CreateJobForDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

type Rep CreateJobForDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateJobForDevices

type Rep CreateJobForDevicesResponse = D1 ('MetaData "CreateJobForDevicesResponse" "Amazonka.Panorama.CreateJobForDevices" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "CreateJobForDevicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Job])))

newCreateJobForDevicesResponse Source #

Create a value of CreateJobForDevicesResponse 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:httpStatus:CreateJobForDevicesResponse', createJobForDevicesResponse_httpStatus - The response's http status code.

$sel:jobs:CreateJobForDevicesResponse', createJobForDevicesResponse_jobs - A list of jobs.

Response Lenses