Values.GetReadSetImportJobResponseSourceGets detailed and status information about a read set import job and returns the data in JSON format.
type nonrec t = {id : ImportJobId.t option;The job's ID.
*)sequenceStoreId : SequenceStoreId.t option;The job's sequence store ID.
*)roleArn : RoleArn.t option;The job's service role ARN.
*)status : ReadSetImportJobStatus.t option;The job's status.
*)statusMessage : JobStatusMessage.t option;The job's status message.
*)creationTime : SyntheticTimestamp_date_time.t option;When the job was created.
*)completionTime : SyntheticTimestamp_date_time.t option;When the job completed.
*)sources : ImportReadSetSourceList.t option;The job's source files.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `RequestTimeoutException of RequestTimeoutException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of JobStatusMessage.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ]
list
| `String of ImportJobId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]