| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CustomerProfiles.ListIdentityResolutionJobs
Description
Lists all of the Identity Resolution Jobs in your domain. The response
sorts the list by JobStartTime.
Synopsis
- data ListIdentityResolutionJobs = ListIdentityResolutionJobs' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- domainName :: Text
- newListIdentityResolutionJobs :: Text -> ListIdentityResolutionJobs
- listIdentityResolutionJobs_maxResults :: Lens' ListIdentityResolutionJobs (Maybe Natural)
- listIdentityResolutionJobs_nextToken :: Lens' ListIdentityResolutionJobs (Maybe Text)
- listIdentityResolutionJobs_domainName :: Lens' ListIdentityResolutionJobs Text
- data ListIdentityResolutionJobsResponse = ListIdentityResolutionJobsResponse' {}
- newListIdentityResolutionJobsResponse :: Int -> ListIdentityResolutionJobsResponse
- listIdentityResolutionJobsResponse_identityResolutionJobsList :: Lens' ListIdentityResolutionJobsResponse (Maybe [IdentityResolutionJob])
- listIdentityResolutionJobsResponse_nextToken :: Lens' ListIdentityResolutionJobsResponse (Maybe Text)
- listIdentityResolutionJobsResponse_httpStatus :: Lens' ListIdentityResolutionJobsResponse Int
Creating a Request
data ListIdentityResolutionJobs Source #
See: newListIdentityResolutionJobs smart constructor.
Constructors
| ListIdentityResolutionJobs' | |
Fields
| |
Instances
newListIdentityResolutionJobs Source #
Arguments
| :: Text | |
| -> ListIdentityResolutionJobs |
Create a value of ListIdentityResolutionJobs 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:ListIdentityResolutionJobs', listIdentityResolutionJobs_maxResults - The maximum number of results to return per page.
ListIdentityResolutionJobs, listIdentityResolutionJobs_nextToken - The token for the next set of results. Use the value returned in the
previous response in the next request to retrieve the next set of
results.
ListIdentityResolutionJobs, listIdentityResolutionJobs_domainName - The unique name of the domain.
Request Lenses
listIdentityResolutionJobs_maxResults :: Lens' ListIdentityResolutionJobs (Maybe Natural) Source #
The maximum number of results to return per page.
listIdentityResolutionJobs_nextToken :: Lens' ListIdentityResolutionJobs (Maybe Text) Source #
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
listIdentityResolutionJobs_domainName :: Lens' ListIdentityResolutionJobs Text Source #
The unique name of the domain.
Destructuring the Response
data ListIdentityResolutionJobsResponse Source #
See: newListIdentityResolutionJobsResponse smart constructor.
Constructors
| ListIdentityResolutionJobsResponse' | |
Fields
| |
Instances
newListIdentityResolutionJobsResponse Source #
Arguments
| :: Int | |
| -> ListIdentityResolutionJobsResponse |
Create a value of ListIdentityResolutionJobsResponse 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:identityResolutionJobsList:ListIdentityResolutionJobsResponse', listIdentityResolutionJobsResponse_identityResolutionJobsList - A list of Identity Resolution Jobs.
ListIdentityResolutionJobs, listIdentityResolutionJobsResponse_nextToken - If there are additional results, this is the token for the next set of
results.
$sel:httpStatus:ListIdentityResolutionJobsResponse', listIdentityResolutionJobsResponse_httpStatus - The response's http status code.
Response Lenses
listIdentityResolutionJobsResponse_identityResolutionJobsList :: Lens' ListIdentityResolutionJobsResponse (Maybe [IdentityResolutionJob]) Source #
A list of Identity Resolution Jobs.
listIdentityResolutionJobsResponse_nextToken :: Lens' ListIdentityResolutionJobsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listIdentityResolutionJobsResponse_httpStatus :: Lens' ListIdentityResolutionJobsResponse Int Source #
The response's http status code.