GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::HealthLake(3) User Contributed Perl Documentation Paws::HealthLake(3)

Paws::HealthLake - Perl Interface to AWS Amazon HealthLake

  use Paws;
  my $obj = Paws->service('HealthLake');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

Amazon HealthLake is a HIPAA eligibile service that allows customers to store, transform, query, and analyze their FHIR-formatted data in a consistent fashion in the cloud.

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01>

[ClientToken => Str]
[DatastoreName => Str]
[PreloadDataConfig => Paws::HealthLake::PreloadDataConfig]

Each argument is described in detail in: Paws::HealthLake::CreateFHIRDatastore

Returns: a Paws::HealthLake::CreateFHIRDatastoreResponse instance

Creates a Data Store that can ingest and export FHIR formatted data.

[DatastoreId => Str]

Each argument is described in detail in: Paws::HealthLake::DeleteFHIRDatastore

Returns: a Paws::HealthLake::DeleteFHIRDatastoreResponse instance

Deletes a Data Store.

[DatastoreId => Str]

Each argument is described in detail in: Paws::HealthLake::DescribeFHIRDatastore

Returns: a Paws::HealthLake::DescribeFHIRDatastoreResponse instance

Gets the properties associated with the FHIR Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and Data Store endpoint.

Each argument is described in detail in: Paws::HealthLake::DescribeFHIRExportJob

Returns: a Paws::HealthLake::DescribeFHIRExportJobResponse instance

Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.

Each argument is described in detail in: Paws::HealthLake::DescribeFHIRImportJob

Returns: a Paws::HealthLake::DescribeFHIRImportJobResponse instance

Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.

[Filter => Paws::HealthLake::DatastoreFilter]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::HealthLake::ListFHIRDatastores

Returns: a Paws::HealthLake::ListFHIRDatastoresResponse instance

Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.

[JobName => Str]

Each argument is described in detail in: Paws::HealthLake::StartFHIRExportJob

Returns: a Paws::HealthLake::StartFHIRExportJobResponse instance

Begins a FHIR export job.

[JobName => Str]

Each argument is described in detail in: Paws::HealthLake::StartFHIRImportJob

Returns: a Paws::HealthLake::StartFHIRImportJobResponse instance

Begins a FHIR Import job.

Paginator methods are helpers that repetively call methods that return partial results

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.