Class: Aws::HealthLake::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::HealthLake::Client
- Includes:
- ClientStubs
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb
Overview
An API client for HealthLake. To construct a client, you need to configure a :region and :credentials.
client = Aws::HealthLake::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
API Operations collapse
-
#create_data_transformation_profile(params = {}) ⇒ Types::CreateDataTransformationProfileResponse
Creates a data transformation profile in DRAFT state.
-
#create_fhir_datastore(params = {}) ⇒ Types::CreateFHIRDatastoreResponse
Create a FHIR-enabled data store.
-
#delete_data_transformation_profile(params = {}) ⇒ Types::DeleteDataTransformationProfileResponse
Deletes a data transformation profile and all its versions, including the DRAFT and all published versions.
-
#delete_fhir_datastore(params = {}) ⇒ Types::DeleteFHIRDatastoreResponse
Delete a FHIR-enabled data store.
-
#describe_data_transformation_job(params = {}) ⇒ Types::DescribeDataTransformationJobResponse
Describes a data transformation job, including its current status, configuration, and progress information.
-
#describe_fhir_datastore(params = {}) ⇒ Types::DescribeFHIRDatastoreResponse
Get properties for a FHIR-enabled data store.
-
#describe_fhir_export_job(params = {}) ⇒ Types::DescribeFHIRExportJobResponse
Get FHIR export job properties.
-
#describe_fhir_import_job(params = {}) ⇒ Types::DescribeFHIRImportJobResponse
Get the import job properties to learn more about the job or job progress.
-
#get_data_transformation_profile(params = {}) ⇒ Types::GetDataTransformationProfileResponse
Retrieves a data transformation profile's metadata and profile content at a specific version.
-
#list_data_transformation_jobs(params = {}) ⇒ Types::ListDataTransformationJobsResponse
Lists data transformation jobs for your Amazon Web Services account.
-
#list_data_transformation_profile_versions(params = {}) ⇒ Types::ListDataTransformationProfileVersionsResponse
Lists all versions of a specific data transformation profile (DRAFT and published), in reverse chronological order (newest first).
-
#list_data_transformation_profiles(params = {}) ⇒ Types::ListDataTransformationProfilesResponse
Lists all data transformation profiles in your account, returning the latest version summary for each.
-
#list_fhir_datastores(params = {}) ⇒ Types::ListFHIRDatastoresResponse
List all FHIR-enabled data stores in a user’s account, regardless of data store status.
-
#list_fhir_export_jobs(params = {}) ⇒ Types::ListFHIRExportJobsResponse
Lists all FHIR export jobs associated with an account and their statuses.
-
#list_fhir_import_jobs(params = {}) ⇒ Types::ListFHIRImportJobsResponse
List all FHIR import jobs associated with an account and their statuses.
-
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
Returns a list of all existing tags associated with a data store.
-
#publish_data_transformation_profile(params = {}) ⇒ Types::PublishDataTransformationProfileResponse
Promotes the current DRAFT version of a data transformation profile to a new immutable published version.
-
#restore_fhir_datastore(params = {}) ⇒ Types::RestoreFHIRDatastoreResponse
Restore a backup-enabled data store to a point in time.
-
#start_data_transformation_job(params = {}) ⇒ Types::StartDataTransformationJobResponse
Starts an asynchronous data transformation job that converts source files from Amazon Simple Storage Service (Amazon S3) and writes the output to Amazon S3 or HealthLake.
-
#start_fhir_export_job(params = {}) ⇒ Types::StartFHIRExportJobResponse
Start a FHIR export job.
-
#start_fhir_import_job(params = {}) ⇒ Types::StartFHIRImportJobResponse
Start importing bulk FHIR data into an ACTIVE data store.
-
#tag_resource(params = {}) ⇒ Struct
Add a user-specifed key and value tag to a data store.
-
#untag_resource(params = {}) ⇒ Struct
Remove a user-specifed key and value tag from a data store.
-
#update_data_transformation_profile(params = {}) ⇒ Types::UpdateDataTransformationProfileResponse
Updates the DRAFT version (version 0) of a data transformation profile with new profile content.
-
#update_fhir_datastore(params = {}) ⇒ Types::UpdateFHIRDatastoreResponse
Update the properties of a FHIR-enabled data store.
-
#update_profile_with_agent(params = {}) ⇒ Types::UpdateProfileWithAgentResponse
Updates a data transformation profile using chat-based interaction with an agent.
Instance Method Summary collapse
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
-
#wait_until(waiter_name, params = {}, options = {}) {|w.waiter| ... } ⇒ Boolean
Polls an API operation until a resource enters a desired state.
Methods included from ClientStubs
#api_requests, #stub_data, #stub_responses
Methods inherited from Seahorse::Client::Base
add_plugin, api, clear_plugins, define, new, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
478 479 480 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 478 def initialize(*args) super end |
Instance Method Details
#create_data_transformation_profile(params = {}) ⇒ Types::CreateDataTransformationProfileResponse
Creates a data transformation profile in DRAFT state. Specify a built-in starter profile, an existing profile version, raw profile content, or a sample data file as the source.
571 572 573 574 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 571 def create_data_transformation_profile(params = {}, = {}) req = build_request(:create_data_transformation_profile, params) req.send_request() end |
#create_fhir_datastore(params = {}) ⇒ Types::CreateFHIRDatastoreResponse
Create a FHIR-enabled data store.
680 681 682 683 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 680 def create_fhir_datastore(params = {}, = {}) req = build_request(:create_fhir_datastore, params) req.send_request() end |
#delete_data_transformation_profile(params = {}) ⇒ Types::DeleteDataTransformationProfileResponse
Deletes a data transformation profile and all its versions, including the DRAFT and all published versions.
713 714 715 716 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 713 def delete_data_transformation_profile(params = {}, = {}) req = build_request(:delete_data_transformation_profile, params) req.send_request() end |
#delete_fhir_datastore(params = {}) ⇒ Types::DeleteFHIRDatastoreResponse
Delete a FHIR-enabled data store.
748 749 750 751 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 748 def delete_fhir_datastore(params = {}, = {}) req = build_request(:delete_fhir_datastore, params) req.send_request() end |
#describe_data_transformation_job(params = {}) ⇒ Types::DescribeDataTransformationJobResponse
Describes a data transformation job, including its current status, configuration, and progress information.
The following waiters are defined for this operation (see #wait_until for detailed usage):
- data_transformation_job_completed
801 802 803 804 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 801 def describe_data_transformation_job(params = {}, = {}) req = build_request(:describe_data_transformation_job, params) req.send_request() end |
#describe_fhir_datastore(params = {}) ⇒ Types::DescribeFHIRDatastoreResponse
Get properties for a FHIR-enabled data store.
The following waiters are defined for this operation (see #wait_until for detailed usage):
- fhir_datastore_active
- fhir_datastore_deleted
862 863 864 865 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 862 def describe_fhir_datastore(params = {}, = {}) req = build_request(:describe_fhir_datastore, params) req.send_request() end |
#describe_fhir_export_job(params = {}) ⇒ Types::DescribeFHIRExportJobResponse
Get FHIR export job properties.
The following waiters are defined for this operation (see #wait_until for detailed usage):
- fhir_export_job_completed
908 909 910 911 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 908 def describe_fhir_export_job(params = {}, = {}) req = build_request(:describe_fhir_export_job, params) req.send_request() end |
#describe_fhir_import_job(params = {}) ⇒ Types::DescribeFHIRImportJobResponse
Get the import job properties to learn more about the job or job progress.
The following waiters are defined for this operation (see #wait_until for detailed usage):
- fhir_import_job_completed
974 975 976 977 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 974 def describe_fhir_import_job(params = {}, = {}) req = build_request(:describe_fhir_import_job, params) req.send_request() end |
#get_data_transformation_profile(params = {}) ⇒ Types::GetDataTransformationProfileResponse
Retrieves a data transformation profile's metadata and profile content at a specific version. Specify version 0 to retrieve the DRAFT, a version number between 1 and 99 to retrieve a specific published version, or omit the version to retrieve the latest published version.
1029 1030 1031 1032 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1029 def get_data_transformation_profile(params = {}, = {}) req = build_request(:get_data_transformation_profile, params) req.send_request() end |
#list_data_transformation_jobs(params = {}) ⇒ Types::ListDataTransformationJobsResponse
Lists data transformation jobs for your Amazon Web Services account.
Results can be filtered by status, job name, and submit time window.
Results are paginated. Use the NextToken parameter to retrieve
additional results.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1094 1095 1096 1097 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1094 def list_data_transformation_jobs(params = {}, = {}) req = build_request(:list_data_transformation_jobs, params) req.send_request() end |
#list_data_transformation_profile_versions(params = {}) ⇒ Types::ListDataTransformationProfileVersionsResponse
Lists all versions of a specific data transformation profile (DRAFT
and published), in reverse chronological order (newest first). Use
GetDataTransformationProfile to retrieve profile content. Results
are paginated. Use the NextToken parameter to retrieve additional
results.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1147 1148 1149 1150 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1147 def list_data_transformation_profile_versions(params = {}, = {}) req = build_request(:list_data_transformation_profile_versions, params) req.send_request() end |
#list_data_transformation_profiles(params = {}) ⇒ Types::ListDataTransformationProfilesResponse
Lists all data transformation profiles in your account, returning the
latest version summary for each. Use GetDataTransformationProfile to
retrieve profile content. Results are paginated. Use the NextToken
parameter to retrieve additional results.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1199 1200 1201 1202 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1199 def list_data_transformation_profiles(params = {}, = {}) req = build_request(:list_data_transformation_profiles, params) req.send_request() end |
#list_fhir_datastores(params = {}) ⇒ Types::ListFHIRDatastoresResponse
List all FHIR-enabled data stores in a user’s account, regardless of data store status.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1274 1275 1276 1277 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1274 def list_fhir_datastores(params = {}, = {}) req = build_request(:list_fhir_datastores, params) req.send_request() end |
#list_fhir_export_jobs(params = {}) ⇒ Types::ListFHIRExportJobsResponse
Lists all FHIR export jobs associated with an account and their statuses.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1346 1347 1348 1349 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1346 def list_fhir_export_jobs(params = {}, = {}) req = build_request(:list_fhir_export_jobs, params) req.send_request() end |
#list_fhir_import_jobs(params = {}) ⇒ Types::ListFHIRImportJobsResponse
List all FHIR import jobs associated with an account and their statuses.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1437 1438 1439 1440 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1437 def list_fhir_import_jobs(params = {}, = {}) req = build_request(:list_fhir_import_jobs, params) req.send_request() end |
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
Returns a list of all existing tags associated with a data store.
1468 1469 1470 1471 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1468 def (params = {}, = {}) req = build_request(:list_tags_for_resource, params) req.send_request() end |
#publish_data_transformation_profile(params = {}) ⇒ Types::PublishDataTransformationProfileResponse
Promotes the current DRAFT version of a data transformation profile to a new immutable published version. Also supports rollback by publishing from a previously published version.
1523 1524 1525 1526 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1523 def publish_data_transformation_profile(params = {}, = {}) req = build_request(:publish_data_transformation_profile, params) req.send_request() end |
#restore_fhir_datastore(params = {}) ⇒ Types::RestoreFHIRDatastoreResponse
Restore a backup-enabled data store to a point in time. Creates a new data store from the backup.
1646 1647 1648 1649 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1646 def restore_fhir_datastore(params = {}, = {}) req = build_request(:restore_fhir_datastore, params) req.send_request() end |
#start_data_transformation_job(params = {}) ⇒ Types::StartDataTransformationJobResponse
Starts an asynchronous data transformation job that converts source files from Amazon Simple Storage Service (Amazon S3) and writes the output to Amazon S3 or HealthLake.
1726 1727 1728 1729 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1726 def start_data_transformation_job(params = {}, = {}) req = build_request(:start_data_transformation_job, params) req.send_request() end |
#start_fhir_export_job(params = {}) ⇒ Types::StartFHIRExportJobResponse
Start a FHIR export job.
1784 1785 1786 1787 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1784 def start_fhir_export_job(params = {}, = {}) req = build_request(:start_fhir_export_job, params) req.send_request() end |
#start_fhir_import_job(params = {}) ⇒ Types::StartFHIRImportJobResponse
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.
1870 1871 1872 1873 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1870 def start_fhir_import_job(params = {}, = {}) req = build_request(:start_fhir_import_job, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Add a user-specifed key and value tag to a data store.
1903 1904 1905 1906 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1903 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Remove a user-specifed key and value tag from a data store.
1930 1931 1932 1933 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1930 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |
#update_data_transformation_profile(params = {}) ⇒ Types::UpdateDataTransformationProfileResponse
Updates the DRAFT version (version 0) of a data transformation profile with new profile content. The update replaces all existing DRAFT content.
1979 1980 1981 1982 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1979 def update_data_transformation_profile(params = {}, = {}) req = build_request(:update_data_transformation_profile, params) req.send_request() end |
#update_fhir_datastore(params = {}) ⇒ Types::UpdateFHIRDatastoreResponse
Update the properties of a FHIR-enabled data store.
2127 2128 2129 2130 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 2127 def update_fhir_datastore(params = {}, = {}) req = build_request(:update_fhir_datastore, params) req.send_request() end |
#update_profile_with_agent(params = {}) ⇒ Types::UpdateProfileWithAgentResponse
Updates a data transformation profile using chat-based interaction with an agent. Supports multi-turn conversations for iteratively customizing profiles.
2178 2179 2180 2181 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 2178 def update_profile_with_agent(params = {}, = {}) req = build_request(:update_profile_with_agent, params) req.send_request() end |
#wait_until(waiter_name, params = {}, options = {}) {|w.waiter| ... } ⇒ Boolean
Polls an API operation until a resource enters a desired state.
Basic Usage
A waiter will call an API operation until:
- It is successful
- It enters a terminal state
- It makes the maximum number of attempts
In between attempts, the waiter will sleep.
# polls in a loop, sleeping between attempts
client.wait_until(waiter_name, params)
Configuration
You can configure the maximum number of polling attempts, and the delay (in seconds) between each polling attempt. You can pass configuration as the final arguments hash.
# poll for ~25 seconds
client.wait_until(waiter_name, params, {
max_attempts: 5,
delay: 5,
})
Callbacks
You can be notified before each polling attempt and before each
delay. If you throw :success or :failure from these callbacks,
it will terminate the waiter.
started_at = Time.now
client.wait_until(waiter_name, params, {
# disable max attempts
max_attempts: nil,
# poll for 1 hour, instead of a number of attempts
before_wait: -> (attempts, response) do
throw :failure if Time.now - started_at > 3600
end
})
Handling Errors
When a waiter is unsuccessful, it will raise an error. All of the failure errors extend from Waiters::Errors::WaiterFailed.
begin
client.wait_until(...)
rescue Aws::Waiters::Errors::WaiterFailed
# resource did not enter the desired state in time
end
Valid Waiters
The following table lists the valid waiter names, the operations they call,
and the default :delay and :max_attempts values.
| waiter_name | params | :delay | :max_attempts |
|---|---|---|---|
| data_transformation_job_completed | #describe_data_transformation_job | 30 | 5 |
| fhir_datastore_active | #describe_fhir_datastore | 60 | 5 |
| fhir_datastore_deleted | #describe_fhir_datastore | 120 | 5 |
| fhir_export_job_completed | #describe_fhir_export_job | 120 | 5 |
| fhir_import_job_completed | #describe_fhir_import_job | 120 | 5 |
2297 2298 2299 2300 2301 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 2297 def wait_until(waiter_name, params = {}, = {}) w = waiter(waiter_name, ) yield(w.waiter) if block_given? # deprecated w.wait(params) end |