Awso_cognito_idp.CreateUserImportJobResponseSourceRepresents the response from the server to the request to create the user import job.
type nonrec t = {userImportJob : UserImportJobType.t option;The details of the user import job. Includes logging destination, status, and the Amazon S3 pre-signed URL for CSV upload.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `NotAuthorizedException of NotAuthorizedException.t| `PreconditionNotMetException of PreconditionNotMetException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `PreconditionNotMetException of PreconditionNotMetException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `PreconditionNotMetException of PreconditionNotMetException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Long of LongType.t
| `String of UserImportJobNameType.t
| `Timestamp of DateType.t ])
list ])
list ]