Values.GetReferenceImportJobResponseSourceMonitors the status of a reference import job. This operation can be called after calling the StartReferenceImportJob operation.
type nonrec t = {id : ImportJobId.t option;The job's ID.
*)referenceStoreId : ReferenceStoreId.t option;The job's reference store ID.
*)roleArn : RoleArn.t option;The job's service role ARN.
*)status : ReferenceImportJobStatus.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 : ImportReferenceSourceList.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 S3Uri.t ])
list ]
list
| `String of ImportJobId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]