libZSservicesZSamazonka-healthlakeZSamazonka-healthlake
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.HealthLake.Types.ExportJobProperties

Description

 
Synopsis

Documentation

data ExportJobProperties Source #

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

See: newExportJobProperties smart constructor.

Constructors

ExportJobProperties' 

Fields

Instances

Instances details
Eq ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Read ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Show ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Generic ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Associated Types

type Rep ExportJobProperties :: Type -> Type #

NFData ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Methods

rnf :: ExportJobProperties -> () #

Hashable ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

FromJSON ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

type Rep ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

newExportJobProperties Source #

Create a value of ExportJobProperties 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:jobName:ExportJobProperties', exportJobProperties_jobName - The user generated name for an export job.

$sel:endTime:ExportJobProperties', exportJobProperties_endTime - The time an export job completed.

$sel:dataAccessRoleArn:ExportJobProperties', exportJobProperties_dataAccessRoleArn - The Amazon Resource Name used during the initiation of the job.

$sel:message:ExportJobProperties', exportJobProperties_message - An explanation of any errors that may have occurred during the export job.

$sel:jobId:ExportJobProperties', exportJobProperties_jobId - The AWS generated ID for an export job.

$sel:jobStatus:ExportJobProperties', exportJobProperties_jobStatus - The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.

$sel:submitTime:ExportJobProperties', exportJobProperties_submitTime - The time an export job was initiated.

$sel:datastoreId:ExportJobProperties', exportJobProperties_datastoreId - The AWS generated ID for the Data Store from which files are being exported for an export job.

$sel:outputDataConfig:ExportJobProperties', exportJobProperties_outputDataConfig - The output data configuration that was supplied when the export job was created.

exportJobProperties_jobName :: Lens' ExportJobProperties (Maybe Text) Source #

The user generated name for an export job.

exportJobProperties_dataAccessRoleArn :: Lens' ExportJobProperties (Maybe Text) Source #

The Amazon Resource Name used during the initiation of the job.

exportJobProperties_message :: Lens' ExportJobProperties (Maybe Text) Source #

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

exportJobProperties_jobId :: Lens' ExportJobProperties Text Source #

The AWS generated ID for an export job.

exportJobProperties_jobStatus :: Lens' ExportJobProperties JobStatus Source #

The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.

exportJobProperties_datastoreId :: Lens' ExportJobProperties Text Source #

The AWS generated ID for the Data Store from which files are being exported for an export job.

exportJobProperties_outputDataConfig :: Lens' ExportJobProperties OutputDataConfig Source #

The output data configuration that was supplied when the export job was created.