amazonka-iot-2.0: Amazon IoT SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoT.ListJobExecutionsForJob

Description

Lists the job executions for a job.

Requires permission to access the ListJobExecutionsForJob action.

This operation returns paginated results.

Synopsis

Creating a Request

data ListJobExecutionsForJob Source #

See: newListJobExecutionsForJob smart constructor.

Constructors

ListJobExecutionsForJob' 

Fields

Instances

Instances details
ToHeaders ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

ToPath ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

ToQuery ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

AWSPager ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

AWSRequest ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

Generic ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

Associated Types

type Rep ListJobExecutionsForJob :: Type -> Type #

Read ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

Show ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

NFData ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

Methods

rnf :: ListJobExecutionsForJob -> () #

Eq ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

Hashable ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

type AWSResponse ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

type Rep ListJobExecutionsForJob Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

type Rep ListJobExecutionsForJob = D1 ('MetaData "ListJobExecutionsForJob" "Amazonka.IoT.ListJobExecutionsForJob" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "ListJobExecutionsForJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobExecutionStatus)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListJobExecutionsForJob Source #

Create a value of ListJobExecutionsForJob 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:maxResults:ListJobExecutionsForJob', listJobExecutionsForJob_maxResults - The maximum number of results to be returned per request.

ListJobExecutionsForJob, listJobExecutionsForJob_nextToken - The token to retrieve the next set of results.

ListJobExecutionsForJob, listJobExecutionsForJob_status - The status of the job.

ListJobExecutionsForJob, listJobExecutionsForJob_jobId - The unique identifier you assigned to this job when it was created.

Request Lenses

listJobExecutionsForJob_maxResults :: Lens' ListJobExecutionsForJob (Maybe Natural) Source #

The maximum number of results to be returned per request.

listJobExecutionsForJob_nextToken :: Lens' ListJobExecutionsForJob (Maybe Text) Source #

The token to retrieve the next set of results.

listJobExecutionsForJob_jobId :: Lens' ListJobExecutionsForJob Text Source #

The unique identifier you assigned to this job when it was created.

Destructuring the Response

data ListJobExecutionsForJobResponse Source #

See: newListJobExecutionsForJobResponse smart constructor.

Constructors

ListJobExecutionsForJobResponse' 

Fields

Instances

Instances details
Generic ListJobExecutionsForJobResponse Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

Associated Types

type Rep ListJobExecutionsForJobResponse :: Type -> Type #

Read ListJobExecutionsForJobResponse Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

Show ListJobExecutionsForJobResponse Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

NFData ListJobExecutionsForJobResponse Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

Eq ListJobExecutionsForJobResponse Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

type Rep ListJobExecutionsForJobResponse Source # 
Instance details

Defined in Amazonka.IoT.ListJobExecutionsForJob

type Rep ListJobExecutionsForJobResponse = D1 ('MetaData "ListJobExecutionsForJobResponse" "Amazonka.IoT.ListJobExecutionsForJob" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "ListJobExecutionsForJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobExecutionSummaryForJob])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListJobExecutionsForJobResponse Source #

Create a value of ListJobExecutionsForJobResponse 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:executionSummaries:ListJobExecutionsForJobResponse', listJobExecutionsForJobResponse_executionSummaries - A list of job execution summaries.

ListJobExecutionsForJob, listJobExecutionsForJobResponse_nextToken - The token for the next set of results, or null if there are no additional results.

$sel:httpStatus:ListJobExecutionsForJobResponse', listJobExecutionsForJobResponse_httpStatus - The response's http status code.

Response Lenses

listJobExecutionsForJobResponse_nextToken :: Lens' ListJobExecutionsForJobResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no additional results.