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.DescribeFHIRExportJob

Description

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

Synopsis

Creating a Request

data DescribeFHIRExportJob Source #

See: newDescribeFHIRExportJob smart constructor.

Constructors

DescribeFHIRExportJob' 

Fields

  • datastoreId :: Text

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

  • jobId :: Text

    The AWS generated ID for an export job.

Instances

Instances details
Eq DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Read DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Show DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Generic DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Associated Types

type Rep DescribeFHIRExportJob :: Type -> Type #

NFData DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Methods

rnf :: DescribeFHIRExportJob -> () #

Hashable DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

ToJSON DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

AWSRequest DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Associated Types

type AWSResponse DescribeFHIRExportJob #

ToHeaders DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

ToPath DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

ToQuery DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

type Rep DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

type Rep DescribeFHIRExportJob = D1 ('MetaData "DescribeFHIRExportJob" "Amazonka.HealthLake.DescribeFHIRExportJob" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "DescribeFHIRExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

newDescribeFHIRExportJob Source #

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.

Constructors

DescribeFHIRExportJobResponse' 

Fields

Instances

Instances details
Eq DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Read DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Show DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Generic DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Associated Types

type Rep DescribeFHIRExportJobResponse :: Type -> Type #

NFData DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

type Rep DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

type Rep DescribeFHIRExportJobResponse = D1 ('MetaData "DescribeFHIRExportJobResponse" "Amazonka.HealthLake.DescribeFHIRExportJob" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "DescribeFHIRExportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "exportJobProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExportJobProperties)))

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_exportJobProperties :: Lens' DescribeFHIRExportJobResponse ExportJobProperties Source #

Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.