Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ImportJobProperties = ImportJobProperties' {}
- newImportJobProperties :: Text -> JobStatus -> UTCTime -> Text -> InputDataConfig -> ImportJobProperties
- importJobProperties_jobOutputDataConfig :: Lens' ImportJobProperties (Maybe OutputDataConfig)
- importJobProperties_jobName :: Lens' ImportJobProperties (Maybe Text)
- importJobProperties_endTime :: Lens' ImportJobProperties (Maybe UTCTime)
- importJobProperties_dataAccessRoleArn :: Lens' ImportJobProperties (Maybe Text)
- importJobProperties_message :: Lens' ImportJobProperties (Maybe Text)
- importJobProperties_jobId :: Lens' ImportJobProperties Text
- importJobProperties_jobStatus :: Lens' ImportJobProperties JobStatus
- importJobProperties_submitTime :: Lens' ImportJobProperties UTCTime
- importJobProperties_datastoreId :: Lens' ImportJobProperties Text
- importJobProperties_inputDataConfig :: Lens' ImportJobProperties InputDataConfig
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.
ImportJobProperties' | |
|
Instances
newImportJobProperties Source #
:: Text | |
-> JobStatus | |
-> UTCTime | |
-> Text | |
-> InputDataConfig | |
-> ImportJobProperties |
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:jobOutputDataConfig:ImportJobProperties'
, importJobProperties_jobOutputDataConfig
- Undocumented member.
$sel:jobName:ImportJobProperties'
, importJobProperties_jobName
- The user-generated name for an Import job.
$sel:endTime:ImportJobProperties'
, importJobProperties_endTime
- The time that the Import job was completed.
$sel:dataAccessRoleArn:ImportJobProperties'
, importJobProperties_dataAccessRoleArn
- The Amazon Resource Name (ARN) that gives Amazon HealthLake access to
your input data.
$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_jobOutputDataConfig :: Lens' ImportJobProperties (Maybe OutputDataConfig) Source #
Undocumented member.
importJobProperties_jobName :: Lens' ImportJobProperties (Maybe Text) Source #
The user-generated name for an Import job.
importJobProperties_endTime :: Lens' ImportJobProperties (Maybe UTCTime) Source #
The time that the Import job was completed.
importJobProperties_dataAccessRoleArn :: Lens' ImportJobProperties (Maybe Text) Source #
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
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.