libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
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.FraudDetector.GetBatchImportJobs

Description

Gets all batch import jobs or a specific job of the specified ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchImportJobsResponse as part of your request. A null pagination token fetches the records from the beginning.

Synopsis

Creating a Request

data GetBatchImportJobs Source #

See: newGetBatchImportJobs smart constructor.

Constructors

GetBatchImportJobs' 

Fields

Instances

Instances details
Eq GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Read GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Show GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Generic GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Associated Types

type Rep GetBatchImportJobs :: Type -> Type #

NFData GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Methods

rnf :: GetBatchImportJobs -> () #

Hashable GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

ToJSON GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

AWSRequest GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Associated Types

type AWSResponse GetBatchImportJobs #

ToHeaders GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

ToPath GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

ToQuery GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

type Rep GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

type Rep GetBatchImportJobs = D1 ('MetaData "GetBatchImportJobs" "Amazonka.FraudDetector.GetBatchImportJobs" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "GetBatchImportJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse GetBatchImportJobs Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

newGetBatchImportJobs :: GetBatchImportJobs Source #

Create a value of GetBatchImportJobs 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:GetBatchImportJobs', getBatchImportJobs_jobId - The ID of the batch import job to get.

$sel:nextToken:GetBatchImportJobs', getBatchImportJobs_nextToken - The next token from the previous request.

$sel:maxResults:GetBatchImportJobs', getBatchImportJobs_maxResults - The maximum number of objects to return for request.

Request Lenses

getBatchImportJobs_jobId :: Lens' GetBatchImportJobs (Maybe Text) Source #

The ID of the batch import job to get.

getBatchImportJobs_nextToken :: Lens' GetBatchImportJobs (Maybe Text) Source #

The next token from the previous request.

getBatchImportJobs_maxResults :: Lens' GetBatchImportJobs (Maybe Natural) Source #

The maximum number of objects to return for request.

Destructuring the Response

data GetBatchImportJobsResponse Source #

See: newGetBatchImportJobsResponse smart constructor.

Constructors

GetBatchImportJobsResponse' 

Fields

Instances

Instances details
Eq GetBatchImportJobsResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Read GetBatchImportJobsResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Show GetBatchImportJobsResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Generic GetBatchImportJobsResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

Associated Types

type Rep GetBatchImportJobsResponse :: Type -> Type #

NFData GetBatchImportJobsResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

type Rep GetBatchImportJobsResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetBatchImportJobs

type Rep GetBatchImportJobsResponse = D1 ('MetaData "GetBatchImportJobsResponse" "Amazonka.FraudDetector.GetBatchImportJobs" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "GetBatchImportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "batchImports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchImport])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetBatchImportJobsResponse Source #

Create a value of GetBatchImportJobsResponse 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:GetBatchImportJobs', getBatchImportJobsResponse_nextToken - The next token for the subsequent resquest.

$sel:batchImports:GetBatchImportJobsResponse', getBatchImportJobsResponse_batchImports - An array containing the details of each batch import job.

$sel:httpStatus:GetBatchImportJobsResponse', getBatchImportJobsResponse_httpStatus - The response's http status code.

Response Lenses

getBatchImportJobsResponse_batchImports :: Lens' GetBatchImportJobsResponse (Maybe [BatchImport]) Source #

An array containing the details of each batch import job.