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

Description

Lists all FHIR export jobs associated with an account and their statuses.

Synopsis

Creating a Request

data ListFHIRExportJobs Source #

See: newListFHIRExportJobs smart constructor.

Constructors

ListFHIRExportJobs' 

Fields

  • submittedAfter :: Maybe POSIX

    This parameter limits the response to FHIR export jobs submitted after a user specified date.

  • jobName :: Maybe Text

    This parameter limits the response to the export job with the specified job name.

  • submittedBefore :: Maybe POSIX

    This parameter limits the response to FHIR export jobs submitted before a user specified date.

  • nextToken :: Maybe Text

    A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

  • jobStatus :: Maybe JobStatus

    This parameter limits the response to the export jobs with the specified job status.

  • maxResults :: Maybe Natural

    This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.

  • datastoreId :: Text

    This parameter limits the response to the export job with the specified Data Store ID.

Instances

Instances details
Eq ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Read ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Show ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Generic ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Associated Types

type Rep ListFHIRExportJobs :: Type -> Type #

NFData ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Methods

rnf :: ListFHIRExportJobs -> () #

Hashable ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

ToJSON ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

AWSRequest ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Associated Types

type AWSResponse ListFHIRExportJobs #

ToHeaders ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

ToPath ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

ToQuery ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

type Rep ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

type Rep ListFHIRExportJobs = D1 ('MetaData "ListFHIRExportJobs" "Amazonka.HealthLake.ListFHIRExportJobs" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "ListFHIRExportJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "submittedAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "submittedBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobStatus))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

newListFHIRExportJobs Source #

Create a value of ListFHIRExportJobs 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:submittedAfter:ListFHIRExportJobs', listFHIRExportJobs_submittedAfter - This parameter limits the response to FHIR export jobs submitted after a user specified date.

$sel:jobName:ListFHIRExportJobs', listFHIRExportJobs_jobName - This parameter limits the response to the export job with the specified job name.

$sel:submittedBefore:ListFHIRExportJobs', listFHIRExportJobs_submittedBefore - This parameter limits the response to FHIR export jobs submitted before a user specified date.

$sel:nextToken:ListFHIRExportJobs', listFHIRExportJobs_nextToken - A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

$sel:jobStatus:ListFHIRExportJobs', listFHIRExportJobs_jobStatus - This parameter limits the response to the export jobs with the specified job status.

$sel:maxResults:ListFHIRExportJobs', listFHIRExportJobs_maxResults - This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.

$sel:datastoreId:ListFHIRExportJobs', listFHIRExportJobs_datastoreId - This parameter limits the response to the export job with the specified Data Store ID.

Request Lenses

listFHIRExportJobs_submittedAfter :: Lens' ListFHIRExportJobs (Maybe UTCTime) Source #

This parameter limits the response to FHIR export jobs submitted after a user specified date.

listFHIRExportJobs_jobName :: Lens' ListFHIRExportJobs (Maybe Text) Source #

This parameter limits the response to the export job with the specified job name.

listFHIRExportJobs_submittedBefore :: Lens' ListFHIRExportJobs (Maybe UTCTime) Source #

This parameter limits the response to FHIR export jobs submitted before a user specified date.

listFHIRExportJobs_nextToken :: Lens' ListFHIRExportJobs (Maybe Text) Source #

A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

listFHIRExportJobs_jobStatus :: Lens' ListFHIRExportJobs (Maybe JobStatus) Source #

This parameter limits the response to the export jobs with the specified job status.

listFHIRExportJobs_maxResults :: Lens' ListFHIRExportJobs (Maybe Natural) Source #

This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.

listFHIRExportJobs_datastoreId :: Lens' ListFHIRExportJobs Text Source #

This parameter limits the response to the export job with the specified Data Store ID.

Destructuring the Response

data ListFHIRExportJobsResponse Source #

See: newListFHIRExportJobsResponse smart constructor.

Constructors

ListFHIRExportJobsResponse' 

Fields

Instances

Instances details
Eq ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Read ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Show ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Generic ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Associated Types

type Rep ListFHIRExportJobsResponse :: Type -> Type #

NFData ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

type Rep ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

type Rep ListFHIRExportJobsResponse = D1 ('MetaData "ListFHIRExportJobsResponse" "Amazonka.HealthLake.ListFHIRExportJobs" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "ListFHIRExportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "exportJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ExportJobProperties]))))

newListFHIRExportJobsResponse Source #

Create a value of ListFHIRExportJobsResponse 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:nextToken:ListFHIRExportJobs', listFHIRExportJobsResponse_nextToken - A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

$sel:httpStatus:ListFHIRExportJobsResponse', listFHIRExportJobsResponse_httpStatus - The response's http status code.

$sel:exportJobPropertiesList:ListFHIRExportJobsResponse', listFHIRExportJobsResponse_exportJobPropertiesList - The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.

Response Lenses

listFHIRExportJobsResponse_nextToken :: Lens' ListFHIRExportJobsResponse (Maybe Text) Source #

A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

listFHIRExportJobsResponse_exportJobPropertiesList :: Lens' ListFHIRExportJobsResponse [ExportJobProperties] Source #

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