Awso_cognito_idp.StartUserImportJobRequestSourceRepresents the request to start the user import job.
type nonrec t = {userPoolId : UserPoolIdType.t;The ID of the user pool that you want to start importing users into.
*)jobId : UserImportJobIdType.t;The ID of a user import job that you previously created.
*)}