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 AWS 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.
-
#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 AWS 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.
671 672 673 674 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 671 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.
704 705 706 707 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 704 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.
738 739 740 741 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 738 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
791 792 793 794 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 791 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
844 845 846 847 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 844 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
890 891 892 893 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 890 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
956 957 958 959 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 956 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.
1011 1012 1013 1014 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1011 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 AWS 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.
1076 1077 1078 1079 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1076 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.
1129 1130 1131 1132 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1129 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.
1181 1182 1183 1184 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1181 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.
1248 1249 1250 1251 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1248 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.
1320 1321 1322 1323 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1320 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.
1411 1412 1413 1414 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1411 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.
1442 1443 1444 1445 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1442 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.
1497 1498 1499 1500 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1497 def publish_data_transformation_profile(params = {}, = {}) req = build_request(:publish_data_transformation_profile, 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 AWS HealthLake.
1577 1578 1579 1580 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1577 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.
1635 1636 1637 1638 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1635 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.
1717 1718 1719 1720 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1717 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.
1750 1751 1752 1753 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1750 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.
1777 1778 1779 1780 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1777 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.
1826 1827 1828 1829 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1826 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.
1905 1906 1907 1908 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1905 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.
1956 1957 1958 1959 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 1956 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 |
2075 2076 2077 2078 2079 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/client.rb', line 2075 def wait_until(waiter_name, params = {}, = {}) w = waiter(waiter_name, ) yield(w.waiter) if block_given? # deprecated w.wait(params) end |