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 ExportJobProperties = ExportJobProperties' {}
- newExportJobProperties :: Text -> JobStatus -> UTCTime -> Text -> OutputDataConfig -> ExportJobProperties
- exportJobProperties_jobName :: Lens' ExportJobProperties (Maybe Text)
- exportJobProperties_endTime :: Lens' ExportJobProperties (Maybe UTCTime)
- exportJobProperties_dataAccessRoleArn :: Lens' ExportJobProperties (Maybe Text)
- exportJobProperties_message :: Lens' ExportJobProperties (Maybe Text)
- exportJobProperties_jobId :: Lens' ExportJobProperties Text
- exportJobProperties_jobStatus :: Lens' ExportJobProperties JobStatus
- exportJobProperties_submitTime :: Lens' ExportJobProperties UTCTime
- exportJobProperties_datastoreId :: Lens' ExportJobProperties Text
- exportJobProperties_outputDataConfig :: Lens' ExportJobProperties OutputDataConfig
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.
ExportJobProperties' | |
|
Instances
newExportJobProperties Source #
:: Text | |
-> JobStatus | |
-> UTCTime | |
-> Text | |
-> OutputDataConfig | |
-> ExportJobProperties |
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_endTime :: Lens' ExportJobProperties (Maybe UTCTime) Source #
The time an export job completed.
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_submitTime :: Lens' ExportJobProperties UTCTime Source #
The time an export job was initiated.
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.