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

Description

Returns a list of jobs.

Synopsis

Creating a Request

data ListDevicesJobs Source #

See: newListDevicesJobs smart constructor.

Constructors

ListDevicesJobs' 

Fields

Instances

Instances details
Eq ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Read ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Show ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Generic ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Associated Types

type Rep ListDevicesJobs :: Type -> Type #

NFData ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Methods

rnf :: ListDevicesJobs -> () #

Hashable ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

AWSRequest ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Associated Types

type AWSResponse ListDevicesJobs #

ToHeaders ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

ToPath ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

ToQuery ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

type Rep ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

type Rep ListDevicesJobs = D1 ('MetaData "ListDevicesJobs" "Amazonka.Panorama.ListDevicesJobs" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "ListDevicesJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListDevicesJobs Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

newListDevicesJobs :: ListDevicesJobs Source #

Create a value of ListDevicesJobs 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:nextToken:ListDevicesJobs', listDevicesJobs_nextToken - Specify the pagination token from a previous request to retrieve the next page of results.

$sel:deviceId:ListDevicesJobs', listDevicesJobs_deviceId - Filter results by the job's target device ID.

$sel:maxResults:ListDevicesJobs', listDevicesJobs_maxResults - The maximum number of device jobs to return in one page of results.

Request Lenses

listDevicesJobs_nextToken :: Lens' ListDevicesJobs (Maybe Text) Source #

Specify the pagination token from a previous request to retrieve the next page of results.

listDevicesJobs_deviceId :: Lens' ListDevicesJobs (Maybe Text) Source #

Filter results by the job's target device ID.

listDevicesJobs_maxResults :: Lens' ListDevicesJobs (Maybe Natural) Source #

The maximum number of device jobs to return in one page of results.

Destructuring the Response

data ListDevicesJobsResponse Source #

See: newListDevicesJobsResponse smart constructor.

Constructors

ListDevicesJobsResponse' 

Fields

Instances

Instances details
Eq ListDevicesJobsResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Read ListDevicesJobsResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Show ListDevicesJobsResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Generic ListDevicesJobsResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Associated Types

type Rep ListDevicesJobsResponse :: Type -> Type #

NFData ListDevicesJobsResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

Methods

rnf :: ListDevicesJobsResponse -> () #

type Rep ListDevicesJobsResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevicesJobs

type Rep ListDevicesJobsResponse = D1 ('MetaData "ListDevicesJobsResponse" "Amazonka.Panorama.ListDevicesJobs" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "ListDevicesJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeviceJob])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDevicesJobsResponse Source #

Create a value of ListDevicesJobsResponse 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:nextToken:ListDevicesJobs', listDevicesJobsResponse_nextToken - A pagination token that's included if more results are available.

$sel:deviceJobs:ListDevicesJobsResponse', listDevicesJobsResponse_deviceJobs - A list of jobs.

$sel:httpStatus:ListDevicesJobsResponse', listDevicesJobsResponse_httpStatus - The response's http status code.

Response Lenses

listDevicesJobsResponse_nextToken :: Lens' ListDevicesJobsResponse (Maybe Text) Source #

A pagination token that's included if more results are available.