Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Lists all the fraudster registration jobs in the domain with the given
JobStatus
. If JobStatus
is not provided, this lists all fraudster
registration jobs in the given domain.
Synopsis
- data ListFraudsterRegistrationJobs = ListFraudsterRegistrationJobs' {}
- newListFraudsterRegistrationJobs :: Text -> ListFraudsterRegistrationJobs
- listFraudsterRegistrationJobs_nextToken :: Lens' ListFraudsterRegistrationJobs (Maybe Text)
- listFraudsterRegistrationJobs_jobStatus :: Lens' ListFraudsterRegistrationJobs (Maybe FraudsterRegistrationJobStatus)
- listFraudsterRegistrationJobs_maxResults :: Lens' ListFraudsterRegistrationJobs (Maybe Natural)
- listFraudsterRegistrationJobs_domainId :: Lens' ListFraudsterRegistrationJobs Text
- data ListFraudsterRegistrationJobsResponse = ListFraudsterRegistrationJobsResponse' {}
- newListFraudsterRegistrationJobsResponse :: Int -> ListFraudsterRegistrationJobsResponse
- listFraudsterRegistrationJobsResponse_nextToken :: Lens' ListFraudsterRegistrationJobsResponse (Maybe Text)
- listFraudsterRegistrationJobsResponse_jobSummaries :: Lens' ListFraudsterRegistrationJobsResponse (Maybe [FraudsterRegistrationJobSummary])
- listFraudsterRegistrationJobsResponse_httpStatus :: Lens' ListFraudsterRegistrationJobsResponse Int
Creating a Request
data ListFraudsterRegistrationJobs Source #
See: newListFraudsterRegistrationJobs
smart constructor.
ListFraudsterRegistrationJobs' | |
|
Instances
newListFraudsterRegistrationJobs Source #
Create a value of ListFraudsterRegistrationJobs
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:ListFraudsterRegistrationJobs'
, listFraudsterRegistrationJobs_nextToken
- If NextToken
is returned, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other
arguments unchanged. Each pagination token expires after 24 hours.
$sel:jobStatus:ListFraudsterRegistrationJobs'
, listFraudsterRegistrationJobs_jobStatus
- Provides the status of your fraudster registration job.
$sel:maxResults:ListFraudsterRegistrationJobs'
, listFraudsterRegistrationJobs_maxResults
- The maximum number of results that are returned per call. You can use
NextToken
to obtain further pages of results. The default is 100; the
maximum allowed page size is also 100.
$sel:domainId:ListFraudsterRegistrationJobs'
, listFraudsterRegistrationJobs_domainId
- The identifier of the domain containing the fraudster registration Jobs.
Request Lenses
listFraudsterRegistrationJobs_nextToken :: Lens' ListFraudsterRegistrationJobs (Maybe Text) Source #
If NextToken
is returned, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other
arguments unchanged. Each pagination token expires after 24 hours.
listFraudsterRegistrationJobs_jobStatus :: Lens' ListFraudsterRegistrationJobs (Maybe FraudsterRegistrationJobStatus) Source #
Provides the status of your fraudster registration job.
listFraudsterRegistrationJobs_maxResults :: Lens' ListFraudsterRegistrationJobs (Maybe Natural) Source #
The maximum number of results that are returned per call. You can use
NextToken
to obtain further pages of results. The default is 100; the
maximum allowed page size is also 100.
listFraudsterRegistrationJobs_domainId :: Lens' ListFraudsterRegistrationJobs Text Source #
The identifier of the domain containing the fraudster registration Jobs.
Destructuring the Response
data ListFraudsterRegistrationJobsResponse Source #
See: newListFraudsterRegistrationJobsResponse
smart constructor.
ListFraudsterRegistrationJobsResponse' | |
|
Instances
newListFraudsterRegistrationJobsResponse Source #
Create a value of ListFraudsterRegistrationJobsResponse
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:ListFraudsterRegistrationJobs'
, listFraudsterRegistrationJobsResponse_nextToken
- If NextToken
is returned, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other
arguments unchanged. Each pagination token expires after 24 hours.
$sel:jobSummaries:ListFraudsterRegistrationJobsResponse'
, listFraudsterRegistrationJobsResponse_jobSummaries
- A list containing details about each specified fraudster registration
job.
$sel:httpStatus:ListFraudsterRegistrationJobsResponse'
, listFraudsterRegistrationJobsResponse_httpStatus
- The response's http status code.
Response Lenses
listFraudsterRegistrationJobsResponse_nextToken :: Lens' ListFraudsterRegistrationJobsResponse (Maybe Text) Source #
If NextToken
is returned, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other
arguments unchanged. Each pagination token expires after 24 hours.
listFraudsterRegistrationJobsResponse_jobSummaries :: Lens' ListFraudsterRegistrationJobsResponse (Maybe [FraudsterRegistrationJobSummary]) Source #
A list containing details about each specified fraudster registration job.
listFraudsterRegistrationJobsResponse_httpStatus :: Lens' ListFraudsterRegistrationJobsResponse Int Source #
The response's http status code.