amazonka-m2-2.0: Amazon MainframeModernization 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.M2.ListBatchJobExecutions

Description

Lists historical, current, and scheduled batch job executions for a specific application.

This operation returns paginated results.

Synopsis

Creating a Request

data ListBatchJobExecutions Source #

See: newListBatchJobExecutions smart constructor.

Constructors

ListBatchJobExecutions' 

Fields

Instances

Instances details
ToHeaders ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

ToPath ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

ToQuery ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

AWSPager ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

AWSRequest ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Associated Types

type AWSResponse ListBatchJobExecutions #

Generic ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Associated Types

type Rep ListBatchJobExecutions :: Type -> Type #

Read ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Show ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

NFData ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Methods

rnf :: ListBatchJobExecutions -> () #

Eq ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Hashable ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

type AWSResponse ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

type Rep ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

newListBatchJobExecutions Source #

Create a value of ListBatchJobExecutions 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:executionIds:ListBatchJobExecutions', listBatchJobExecutions_executionIds - The unique identifier of each batch job execution.

ListBatchJobExecutions, listBatchJobExecutions_jobName - The name of each batch job execution.

$sel:maxResults:ListBatchJobExecutions', listBatchJobExecutions_maxResults - The maximum number of batch job executions to return.

ListBatchJobExecutions, listBatchJobExecutions_nextToken - A pagination token to control the number of batch job executions displayed in the list.

$sel:startedAfter:ListBatchJobExecutions', listBatchJobExecutions_startedAfter - The time after which the batch job executions started.

$sel:startedBefore:ListBatchJobExecutions', listBatchJobExecutions_startedBefore - The time before the batch job executions started.

ListBatchJobExecutions, listBatchJobExecutions_status - The status of the batch job executions.

ListBatchJobExecutions, listBatchJobExecutions_applicationId - The unique identifier of the application.

Request Lenses

listBatchJobExecutions_executionIds :: Lens' ListBatchJobExecutions (Maybe (NonEmpty Text)) Source #

The unique identifier of each batch job execution.

listBatchJobExecutions_maxResults :: Lens' ListBatchJobExecutions (Maybe Natural) Source #

The maximum number of batch job executions to return.

listBatchJobExecutions_nextToken :: Lens' ListBatchJobExecutions (Maybe Text) Source #

A pagination token to control the number of batch job executions displayed in the list.

listBatchJobExecutions_startedAfter :: Lens' ListBatchJobExecutions (Maybe UTCTime) Source #

The time after which the batch job executions started.

listBatchJobExecutions_startedBefore :: Lens' ListBatchJobExecutions (Maybe UTCTime) Source #

The time before the batch job executions started.

Destructuring the Response

data ListBatchJobExecutionsResponse Source #

See: newListBatchJobExecutionsResponse smart constructor.

Constructors

ListBatchJobExecutionsResponse' 

Fields

Instances

Instances details
Generic ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Associated Types

type Rep ListBatchJobExecutionsResponse :: Type -> Type #

Read ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Show ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

NFData ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Eq ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

type Rep ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

type Rep ListBatchJobExecutionsResponse = D1 ('MetaData "ListBatchJobExecutionsResponse" "Amazonka.M2.ListBatchJobExecutions" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListBatchJobExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "batchJobExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchJobExecutionSummary]))))

newListBatchJobExecutionsResponse Source #

Create a value of ListBatchJobExecutionsResponse 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:

ListBatchJobExecutions, listBatchJobExecutionsResponse_nextToken - A pagination token that's returned when the response doesn't contain all batch job executions.

$sel:httpStatus:ListBatchJobExecutionsResponse', listBatchJobExecutionsResponse_httpStatus - The response's http status code.

$sel:batchJobExecutions:ListBatchJobExecutionsResponse', listBatchJobExecutionsResponse_batchJobExecutions - Returns a list of batch job executions for an application.

Response Lenses

listBatchJobExecutionsResponse_nextToken :: Lens' ListBatchJobExecutionsResponse (Maybe Text) Source #

A pagination token that's returned when the response doesn't contain all batch job executions.