amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.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

AWSRequest StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Associated Types

type AWSResponse StartUserImportJob #

Generic StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Associated Types

type Rep StartUserImportJob :: Type -> Type #

Read StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Show StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

NFData StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Methods

rnf :: StartUserImportJob -> () #

Eq StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Hashable StartUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

type AWSResponse 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" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "StartUserImportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

StartUserImportJob, startUserImportJob_userPoolId - The user pool ID for the user pool that the users are being imported into.

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
Generic StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Associated Types

type Rep StartUserImportJobResponse :: Type -> Type #

Read StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Show StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

NFData StartUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StartUserImportJob

Eq 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" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" '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