libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
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.CognitoIdentityProvider.ListUserImportJobs

Description

Lists the user import jobs.

Synopsis

Creating a Request

data ListUserImportJobs Source #

Represents the request to list the user import jobs.

See: newListUserImportJobs smart constructor.

Constructors

ListUserImportJobs' 

Fields

  • paginationToken :: Maybe Text

    An identifier that was returned from the previous call to ListUserImportJobs, which can be used to return the next set of import jobs in the list.

  • userPoolId :: Text

    The user pool ID for the user pool that the users are being imported into.

  • maxResults :: Natural

    The maximum number of import jobs you want the request to return.

Instances

Instances details
Eq ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Read ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Show ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Generic ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Associated Types

type Rep ListUserImportJobs :: Type -> Type #

NFData ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Methods

rnf :: ListUserImportJobs -> () #

Hashable ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

ToJSON ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

AWSRequest ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Associated Types

type AWSResponse ListUserImportJobs #

ToHeaders ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

ToPath ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

ToQuery ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

type Rep ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

type Rep ListUserImportJobs = D1 ('MetaData "ListUserImportJobs" "Amazonka.CognitoIdentityProvider.ListUserImportJobs" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "ListUserImportJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "paginationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))
type AWSResponse ListUserImportJobs Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

newListUserImportJobs Source #

Create a value of ListUserImportJobs 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:paginationToken:ListUserImportJobs', listUserImportJobs_paginationToken - An identifier that was returned from the previous call to ListUserImportJobs, which can be used to return the next set of import jobs in the list.

$sel:userPoolId:ListUserImportJobs', listUserImportJobs_userPoolId - The user pool ID for the user pool that the users are being imported into.

$sel:maxResults:ListUserImportJobs', listUserImportJobs_maxResults - The maximum number of import jobs you want the request to return.

Request Lenses

listUserImportJobs_paginationToken :: Lens' ListUserImportJobs (Maybe Text) Source #

An identifier that was returned from the previous call to ListUserImportJobs, which can be used to return the next set of import jobs in the list.

listUserImportJobs_userPoolId :: Lens' ListUserImportJobs Text Source #

The user pool ID for the user pool that the users are being imported into.

listUserImportJobs_maxResults :: Lens' ListUserImportJobs Natural Source #

The maximum number of import jobs you want the request to return.

Destructuring the Response

data ListUserImportJobsResponse Source #

Represents the response from the server to the request to list the user import jobs.

See: newListUserImportJobsResponse smart constructor.

Constructors

ListUserImportJobsResponse' 

Fields

Instances

Instances details
Eq ListUserImportJobsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Read ListUserImportJobsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Show ListUserImportJobsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Generic ListUserImportJobsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

Associated Types

type Rep ListUserImportJobsResponse :: Type -> Type #

NFData ListUserImportJobsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

type Rep ListUserImportJobsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ListUserImportJobs

type Rep ListUserImportJobsResponse = D1 ('MetaData "ListUserImportJobsResponse" "Amazonka.CognitoIdentityProvider.ListUserImportJobs" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "ListUserImportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "paginationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userImportJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty UserImportJobType))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListUserImportJobsResponse Source #

Create a value of ListUserImportJobsResponse 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:paginationToken:ListUserImportJobs', listUserImportJobsResponse_paginationToken - An identifier that can be used to return the next set of user import jobs in the list.

$sel:userImportJobs:ListUserImportJobsResponse', listUserImportJobsResponse_userImportJobs - The user import jobs.

$sel:httpStatus:ListUserImportJobsResponse', listUserImportJobsResponse_httpStatus - The response's http status code.

Response Lenses

listUserImportJobsResponse_paginationToken :: Lens' ListUserImportJobsResponse (Maybe Text) Source #

An identifier that can be used to return the next set of user import jobs in the list.