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 |
Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.
Synopsis
- data DescribeFHIRExportJob = DescribeFHIRExportJob' {
- datastoreId :: Text
- jobId :: Text
- newDescribeFHIRExportJob :: Text -> Text -> DescribeFHIRExportJob
- describeFHIRExportJob_datastoreId :: Lens' DescribeFHIRExportJob Text
- describeFHIRExportJob_jobId :: Lens' DescribeFHIRExportJob Text
- data DescribeFHIRExportJobResponse = DescribeFHIRExportJobResponse' {}
- newDescribeFHIRExportJobResponse :: Int -> ExportJobProperties -> DescribeFHIRExportJobResponse
- describeFHIRExportJobResponse_httpStatus :: Lens' DescribeFHIRExportJobResponse Int
- describeFHIRExportJobResponse_exportJobProperties :: Lens' DescribeFHIRExportJobResponse ExportJobProperties
Creating a Request
data DescribeFHIRExportJob Source #
See: newDescribeFHIRExportJob
smart constructor.
DescribeFHIRExportJob' | |
|
Instances
newDescribeFHIRExportJob Source #
:: Text | |
-> Text | |
-> DescribeFHIRExportJob |
Create a value of DescribeFHIRExportJob
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:datastoreId:DescribeFHIRExportJob'
, describeFHIRExportJob_datastoreId
- The AWS generated ID for the Data Store from which files are being
exported from for an export job.
$sel:jobId:DescribeFHIRExportJob'
, describeFHIRExportJob_jobId
- The AWS generated ID for an export job.
Request Lenses
describeFHIRExportJob_datastoreId :: Lens' DescribeFHIRExportJob Text Source #
The AWS generated ID for the Data Store from which files are being exported from for an export job.
describeFHIRExportJob_jobId :: Lens' DescribeFHIRExportJob Text Source #
The AWS generated ID for an export job.
Destructuring the Response
data DescribeFHIRExportJobResponse Source #
See: newDescribeFHIRExportJobResponse
smart constructor.
DescribeFHIRExportJobResponse' | |
|
Instances
newDescribeFHIRExportJobResponse Source #
Create a value of DescribeFHIRExportJobResponse
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:httpStatus:DescribeFHIRExportJobResponse'
, describeFHIRExportJobResponse_httpStatus
- The response's http status code.
$sel:exportJobProperties:DescribeFHIRExportJobResponse'
, describeFHIRExportJobResponse_exportJobProperties
- Displays the properties of the export job, including the ID, Arn, Name,
and the status of the job.
Response Lenses
describeFHIRExportJobResponse_httpStatus :: Lens' DescribeFHIRExportJobResponse Int Source #
The response's http status code.
describeFHIRExportJobResponse_exportJobProperties :: Lens' DescribeFHIRExportJobResponse ExportJobProperties Source #
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.