Awso_cognito_idp.StopUserImportJobRequestSourceRepresents the request to stop the user import job.
type nonrec t = {userPoolId : UserPoolIdType.t;The ID of the user pool that you want to stop.
*)jobId : UserImportJobIdType.t;The ID of a running user import job.
*)}