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.StartUserImportJob

Description

Starts the user import.

Synopsis

Creating a Request

data StartUserImportJob Source #

Represents the request to start the user import job.

See: newStartUserImportJob smart constructor.

Constructors

StartUserImportJob' 

Fields

  • userPoolId :: Text

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

  • jobId :: Text

    The job ID for the user import job.

Instances

Instances details
Eq StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Read StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Show StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Generic StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Associated Types

type Rep StartUserImportJob :: Type -> Type #

NFData StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Methods

rnf :: StartUserImportJob -> () #

Hashable StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

ToJSON StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

AWSRequest StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Associated Types

type AWSResponse StartUserImportJob #

ToHeaders StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

ToPath StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

ToQuery StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

type Rep StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

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

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

newStartUserImportJob Source #

Create a value of StartUserImportJob 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:userPoolId:StartUserImportJob', startUserImportJob_userPoolId - The user pool ID for the user pool that the users are being imported into.

$sel:jobId:StartUserImportJob', startUserImportJob_jobId - The job ID for the user import job.

Request Lenses

startUserImportJob_userPoolId :: Lens' StartUserImportJob Text Source #

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

startUserImportJob_jobId :: Lens' StartUserImportJob Text Source #

The job ID for the user import job.

Destructuring the Response

data StartUserImportJobResponse Source #

Represents the response from the server to the request to start the user import job.

See: newStartUserImportJobResponse smart constructor.

Constructors

StartUserImportJobResponse' 

Fields

Instances

Instances details
Eq StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Read StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Show StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Generic StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Associated Types

type Rep StartUserImportJobResponse :: Type -> Type #

NFData StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

type Rep StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

type Rep StartUserImportJobResponse = D1 ('MetaData "StartUserImportJobResponse" "Amazonka.CognitoIdentityProvider.StartUserImportJob" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "StartUserImportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userImportJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserImportJobType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartUserImportJobResponse Source #

Create a value of StartUserImportJobResponse 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:userImportJob:StartUserImportJobResponse', startUserImportJobResponse_userImportJob - The job object that represents the user import job.

$sel:httpStatus:StartUserImportJobResponse', startUserImportJobResponse_httpStatus - The response's http status code.

Response Lenses