Awso_healthlake_lwtSourceval create_f_h_i_r_datastore :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.CreateFHIRDatastoreRequest.t ->
(Awso_healthlake.Values.CreateFHIRDatastoreResponse.t,
Awso_healthlake.Values.CreateFHIRDatastoreResponse.error)
Result.t
Lwt.tval delete_f_h_i_r_datastore :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.DeleteFHIRDatastoreRequest.t ->
(Awso_healthlake.Values.DeleteFHIRDatastoreResponse.t,
Awso_healthlake.Values.DeleteFHIRDatastoreResponse.error)
Result.t
Lwt.tval describe_f_h_i_r_datastore :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.DescribeFHIRDatastoreRequest.t ->
(Awso_healthlake.Values.DescribeFHIRDatastoreResponse.t,
Awso_healthlake.Values.DescribeFHIRDatastoreResponse.error)
Result.t
Lwt.tval describe_f_h_i_r_export_job :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.DescribeFHIRExportJobRequest.t ->
(Awso_healthlake.Values.DescribeFHIRExportJobResponse.t,
Awso_healthlake.Values.DescribeFHIRExportJobResponse.error)
Result.t
Lwt.tval describe_f_h_i_r_import_job :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.DescribeFHIRImportJobRequest.t ->
(Awso_healthlake.Values.DescribeFHIRImportJobResponse.t,
Awso_healthlake.Values.DescribeFHIRImportJobResponse.error)
Result.t
Lwt.tval list_f_h_i_r_datastores :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.ListFHIRDatastoresRequest.t ->
(Awso_healthlake.Values.ListFHIRDatastoresResponse.t,
Awso_healthlake.Values.ListFHIRDatastoresResponse.error)
Result.t
Lwt.tval list_f_h_i_r_export_jobs :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.ListFHIRExportJobsRequest.t ->
(Awso_healthlake.Values.ListFHIRExportJobsResponse.t,
Awso_healthlake.Values.ListFHIRExportJobsResponse.error)
Result.t
Lwt.tval list_f_h_i_r_import_jobs :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.ListFHIRImportJobsRequest.t ->
(Awso_healthlake.Values.ListFHIRImportJobsResponse.t,
Awso_healthlake.Values.ListFHIRImportJobsResponse.error)
Result.t
Lwt.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.ListTagsForResourceRequest.t ->
(Awso_healthlake.Values.ListTagsForResourceResponse.t,
Awso_healthlake.Values.ListTagsForResourceResponse.error)
Result.t
Lwt.tval start_f_h_i_r_export_job :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.StartFHIRExportJobRequest.t ->
(Awso_healthlake.Values.StartFHIRExportJobResponse.t,
Awso_healthlake.Values.StartFHIRExportJobResponse.error)
Result.t
Lwt.tval start_f_h_i_r_import_job :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.StartFHIRImportJobRequest.t ->
(Awso_healthlake.Values.StartFHIRImportJobResponse.t,
Awso_healthlake.Values.StartFHIRImportJobResponse.error)
Result.t
Lwt.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.TagResourceRequest.t ->
(Awso_healthlake.Values.TagResourceResponse.t,
Awso_healthlake.Values.TagResourceResponse.error)
Result.t
Lwt.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_healthlake.Values.UntagResourceRequest.t ->
(Awso_healthlake.Values.UntagResourceResponse.t,
Awso_healthlake.Values.UntagResourceResponse.error)
Result.t
Lwt.tinclude module type of struct include Awso_healthlake.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]The configuration of the S3 bucket for either an import or export job. This includes assigning access permissions.
The customer-managed-key (CMK) used when creating a data store. If a customer-owned key is not specified, an AWS-owned key is used for encryption.
The import job input properties.
The progress report for the import job.
The output data configuration supplied when the export job was created.
The error information for CreateFHIRDatastore and DeleteFHIRDatastore actions.
The identity provider configuration selected when the data store was created.
The input properties for the preloaded (Synthea) data store.
The server-side encryption key configuration for a customer-provided encryption key.
A label consisting of a user-defined key and value. The form for tags is {"Key", "Value"}
The import job properties.
The properties of a FHIR export job.
The data store properties.
The requested data store was not found.
The user input parameter was invalid.
Access is denied. Your account is not authorized to perform this operation.
An unknown internal error occurred in the service.
The user has exceeded their maximum number of allowed calls to the given API.
The filters applied to a data store query.
The data store is in a transition state and the user requested action cannot be performed.
Remove a user-specifed key and value tag from a data store.
Remove a user-specifed key and value tag from a data store.
Add a user-specifed key and value tag to a data store.
Add a user-specifed key and value tag to a data store.
Start importing bulk FHIR data into an ACTIVE data store. The import job imports FHIR data found in the InputDataConfig object and stores processing results in the JobOutputDataConfig object.
Start importing bulk FHIR data into an ACTIVE data store. The import job imports FHIR data found in the InputDataConfig object and stores processing results in the JobOutputDataConfig object.
Start a FHIR export job.
Start a FHIR export job.
Returns a list of all existing tags associated with a data store.
Returns a list of all existing tags associated with a data store.
List all FHIR import jobs associated with an account and their statuses.
List all FHIR import jobs associated with an account and their statuses.
Lists all FHIR export jobs associated with an account and their statuses.
Lists all FHIR export jobs associated with an account and their statuses.
List all FHIR-enabled data stores in a user’s account, regardless of data store status.
List all FHIR-enabled data stores in a user’s account, regardless of data store status.
Get the import job properties to learn more about the job or job progress.
Get the import job properties to learn more about the job or job progress.
Get FHIR export job properties.
Get FHIR export job properties.
Get properties for a FHIR-enabled data store.
Get properties for a FHIR-enabled data store.
Delete a FHIR-enabled data store.
Delete a FHIR-enabled data store.
Create a FHIR-enabled data store.
Create a FHIR-enabled data store.