Values.GetImportJobResponseSourceAn HTTP 200 response if the request succeeds, or an error message if the request fails.
type nonrec t = {jobId : JobId.t option;A string that represents the import job ID.
*)importDestination : ImportDestination.t option;The destination of the import job.
*)importDataSource : ImportDataSource.t option;The data source of the import job.
*)failureInfo : FailureInfo.t option;The failure details about an import job.
*)jobStatus : JobStatus.t option;The status of the import job.
*)createdTimestamp : Timestamp.t option;The time stamp of when the import job was created.
*)completedTimestamp : Timestamp.t option;The time stamp of when the import job was completed.
*)processedRecordsCount : ProcessedRecordsCount.t option;The current number of records processed.
*)failedRecordsCount : FailedRecordsCount.t option;The number of records that failed processing because of invalid input or other reasons.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ProcessedRecordsCount.t
| `String of JobId.t
| `Structure of
(string
* [> `Enum of string
| `String of S3Url.t
| `Structure of
(string * [> `Enum of string | `String of ContactListName.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]