Values.GetPatientInsightsJobResponseSourceGet details of a started patient insights job.
type nonrec t = {jobId : JobId.t option;jobArn : JobArn.t option;jobStatus : JobStatus.t option;creationTime : SyntheticTimestamp_date_time.t option;Date and time the patient insights job was submitted.
*)updatedTime : SyntheticTimestamp_date_time.t option;Date and time the patient insights job was last updated.
*)insightsOutput : InsightsOutput.t option;statusDetails : NonEmptyString.t option;Contains information about the status of a job.
*)patientContext : PatientInsightsPatientContext.t option;insightsContext : InsightsContext.t option;encounterContext : PatientInsightsEncounterContext.t option;userContext : UserContext.t option;inputDataConfig : InputDataConfig.t option;outputDataConfig : OutputDataConfig.t option;}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?jobId:??? ->
?jobArn:??? ->
?jobStatus:??? ->
?creationTime:??? ->
?updatedTime:??? ->
?insightsOutput:??? ->
?statusDetails:??? ->
?patientContext:??? ->
?insightsContext:??? ->
?encounterContext:??? ->
?userContext:??? ->
?inputDataConfig:??? ->
?outputDataConfig:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.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
| `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
| `String of JobId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of S3Uri.t ]) list ]
list
| `String of S3Uri.t
| `Structure of
(string * [> `String of FHIRServerFhirEndpointString.t ]) list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]