amazonka-healthlake-2.0: Amazon HealthLake SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.HealthLake.Types.ImportJobProperties

Description

 
Synopsis

Documentation

data ImportJobProperties Source #

Displays the properties of the import job, including the ID, Arn, Name, and the status of the Data Store.

See: newImportJobProperties smart constructor.

Constructors

ImportJobProperties' 

Fields

Instances

Instances details
FromJSON ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Generic ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Associated Types

type Rep ImportJobProperties :: Type -> Type #

Read ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Show ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

NFData ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Methods

rnf :: ImportJobProperties -> () #

Eq ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Hashable ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

type Rep ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

newImportJobProperties Source #

Create a value of ImportJobProperties with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataAccessRoleArn:ImportJobProperties', importJobProperties_dataAccessRoleArn - The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.

$sel:endTime:ImportJobProperties', importJobProperties_endTime - The time that the Import job was completed.

$sel:jobName:ImportJobProperties', importJobProperties_jobName - The user-generated name for an Import job.

$sel:jobOutputDataConfig:ImportJobProperties', importJobProperties_jobOutputDataConfig - Undocumented member.

$sel:message:ImportJobProperties', importJobProperties_message - An explanation of any errors that may have occurred during the FHIR import job.

$sel:jobId:ImportJobProperties', importJobProperties_jobId - The AWS-generated id number for the Import job.

$sel:jobStatus:ImportJobProperties', importJobProperties_jobStatus - The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.

$sel:submitTime:ImportJobProperties', importJobProperties_submitTime - The time that the Import job was submitted for processing.

$sel:datastoreId:ImportJobProperties', importJobProperties_datastoreId - The datastore id used when the Import job was created.

$sel:inputDataConfig:ImportJobProperties', importJobProperties_inputDataConfig - The input data configuration that was supplied when the Import job was created.

importJobProperties_dataAccessRoleArn :: Lens' ImportJobProperties (Maybe Text) Source #

The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.

importJobProperties_endTime :: Lens' ImportJobProperties (Maybe UTCTime) Source #

The time that the Import job was completed.

importJobProperties_jobName :: Lens' ImportJobProperties (Maybe Text) Source #

The user-generated name for an Import job.

importJobProperties_message :: Lens' ImportJobProperties (Maybe Text) Source #

An explanation of any errors that may have occurred during the FHIR import job.

importJobProperties_jobId :: Lens' ImportJobProperties Text Source #

The AWS-generated id number for the Import job.

importJobProperties_jobStatus :: Lens' ImportJobProperties JobStatus Source #

The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.

importJobProperties_submitTime :: Lens' ImportJobProperties UTCTime Source #

The time that the Import job was submitted for processing.

importJobProperties_datastoreId :: Lens' ImportJobProperties Text Source #

The datastore id used when the Import job was created.

importJobProperties_inputDataConfig :: Lens' ImportJobProperties InputDataConfig Source #

The input data configuration that was supplied when the Import job was created.