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

Description

Derived from API version 2017-07-01 of the AWS service descriptions, licensed under Apache 2.0.

Amazon HealthLake is a HIPAA eligibile service that allows customers to store, transform, query, and analyze their FHIR-formatted data in a consistent fashion in the cloud.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-07-01 of the Amazon HealthLake SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by HealthLake.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The user input parameter was invalid.

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Access is denied. Your account is not authorized to perform this operation.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The Data Store is in a transition state and the user requested action can not be performed.

ThrottlingException

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The user has exceeded their maximum number of allowed calls to the given API.

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Unknown error occurs in the service.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The requested Data Store was not found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

StartFHIRImportJob

data StartFHIRImportJob Source #

See: newStartFHIRImportJob smart constructor.

Instances

Instances details
Eq StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Read StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Show StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Generic StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Associated Types

type Rep StartFHIRImportJob :: Type -> Type #

NFData StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Methods

rnf :: StartFHIRImportJob -> () #

Hashable StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

ToJSON StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

AWSRequest StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Associated Types

type AWSResponse StartFHIRImportJob #

ToHeaders StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

ToPath StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

ToQuery StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

type Rep StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

type Rep StartFHIRImportJob = D1 ('MetaData "StartFHIRImportJob" "Amazonka.HealthLake.StartFHIRImportJob" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "StartFHIRImportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig) :*: S1 ('MetaSel ('Just "jobOutputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig))) :*: (S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

newStartFHIRImportJob Source #

Create a value of StartFHIRImportJob 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:StartFHIRImportJob', startFHIRImportJob_jobName - The name of the FHIR Import job in the StartFHIRImport job request.

$sel:inputDataConfig:StartFHIRImportJob', startFHIRImportJob_inputDataConfig - The input properties of the FHIR Import job in the StartFHIRImport job request.

$sel:jobOutputDataConfig:StartFHIRImportJob', startFHIRImportJob_jobOutputDataConfig - Undocumented member.

$sel:datastoreId:StartFHIRImportJob', startFHIRImportJob_datastoreId - The AWS-generated Data Store ID.

$sel:dataAccessRoleArn:StartFHIRImportJob', startFHIRImportJob_dataAccessRoleArn - The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.

$sel:clientToken:StartFHIRImportJob', startFHIRImportJob_clientToken - Optional user provided token used for ensuring idempotency.

data StartFHIRImportJobResponse Source #

See: newStartFHIRImportJobResponse smart constructor.

Instances

Instances details
Eq StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Read StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Show StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Generic StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Associated Types

type Rep StartFHIRImportJobResponse :: Type -> Type #

NFData StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

type Rep StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

type Rep StartFHIRImportJobResponse = D1 ('MetaData "StartFHIRImportJobResponse" "Amazonka.HealthLake.StartFHIRImportJob" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "StartFHIRImportJobResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JobStatus))))

newStartFHIRImportJobResponse Source #

Create a value of StartFHIRImportJobResponse 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:StartFHIRImportJob', startFHIRImportJobResponse_datastoreId - The AWS-generated Data Store ID.

$sel:httpStatus:StartFHIRImportJobResponse', startFHIRImportJobResponse_httpStatus - The response's http status code.

$sel:jobId:StartFHIRImportJobResponse', startFHIRImportJobResponse_jobId - The AWS-generated job ID.

$sel:jobStatus:StartFHIRImportJobResponse', startFHIRImportJobResponse_jobStatus - The status of an import job.

DescribeFHIRDatastore

data DescribeFHIRDatastore Source #

See: newDescribeFHIRDatastore smart constructor.

Instances

Instances details
Eq DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Read DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Show DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Generic DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Associated Types

type Rep DescribeFHIRDatastore :: Type -> Type #

NFData DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Methods

rnf :: DescribeFHIRDatastore -> () #

Hashable DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

ToJSON DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

AWSRequest DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Associated Types

type AWSResponse DescribeFHIRDatastore #

ToHeaders DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

ToPath DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

ToQuery DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

type Rep DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

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

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

newDescribeFHIRDatastore :: DescribeFHIRDatastore Source #

Create a value of DescribeFHIRDatastore 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:DescribeFHIRDatastore', describeFHIRDatastore_datastoreId - The AWS-generated Data Store id. This is part of the ‘CreateFHIRDatastore’ output.

data DescribeFHIRDatastoreResponse Source #

See: newDescribeFHIRDatastoreResponse smart constructor.

Instances

Instances details
Eq DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Read DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Show DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Generic DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Associated Types

type Rep DescribeFHIRDatastoreResponse :: Type -> Type #

NFData DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

type Rep DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

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

newDescribeFHIRDatastoreResponse Source #

Create a value of DescribeFHIRDatastoreResponse 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:DescribeFHIRDatastoreResponse', describeFHIRDatastoreResponse_httpStatus - The response's http status code.

$sel:datastoreProperties:DescribeFHIRDatastoreResponse', describeFHIRDatastoreResponse_datastoreProperties - All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and Data Store endpoint.

DescribeFHIRImportJob

data DescribeFHIRImportJob Source #

See: newDescribeFHIRImportJob smart constructor.

Instances

Instances details
Eq DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Read DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Show DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Generic DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Associated Types

type Rep DescribeFHIRImportJob :: Type -> Type #

NFData DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Methods

rnf :: DescribeFHIRImportJob -> () #

Hashable DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

ToJSON DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

AWSRequest DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Associated Types

type AWSResponse DescribeFHIRImportJob #

ToHeaders DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

ToPath DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

ToQuery DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

type Rep DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

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

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

newDescribeFHIRImportJob Source #

Create a value of DescribeFHIRImportJob 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:DescribeFHIRImportJob', describeFHIRImportJob_datastoreId - The AWS-generated ID of the Data Store.

$sel:jobId:DescribeFHIRImportJob', describeFHIRImportJob_jobId - The AWS-generated job ID.

data DescribeFHIRImportJobResponse Source #

See: newDescribeFHIRImportJobResponse smart constructor.

Instances

Instances details
Eq DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Read DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Show DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Generic DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Associated Types

type Rep DescribeFHIRImportJobResponse :: Type -> Type #

NFData DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

type Rep DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

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

newDescribeFHIRImportJobResponse Source #

Create a value of DescribeFHIRImportJobResponse 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:DescribeFHIRImportJobResponse', describeFHIRImportJobResponse_httpStatus - The response's http status code.

$sel:importJobProperties:DescribeFHIRImportJobResponse', describeFHIRImportJobResponse_importJobProperties - The properties of the Import job request, including the ID, ARN, name, and the status of the job.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

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

Defined in Amazonka.HealthLake.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceARN:ListTagsForResource', listTagsForResource_resourceARN - The Amazon Resource Name(ARN) of the Data Store for which tags are being added.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.HealthLake.ListTagsForResource" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - Returns a list of tags associated with a Data Store.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

DeleteFHIRDatastore

data DeleteFHIRDatastore Source #

See: newDeleteFHIRDatastore smart constructor.

Instances

Instances details
Eq DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Read DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Show DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Generic DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Associated Types

type Rep DeleteFHIRDatastore :: Type -> Type #

NFData DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Methods

rnf :: DeleteFHIRDatastore -> () #

Hashable DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

ToJSON DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

AWSRequest DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Associated Types

type AWSResponse DeleteFHIRDatastore #

ToHeaders DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

ToPath DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

ToQuery DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

type Rep DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

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

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

newDeleteFHIRDatastore :: DeleteFHIRDatastore Source #

Create a value of DeleteFHIRDatastore 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:DeleteFHIRDatastore', deleteFHIRDatastore_datastoreId - The AWS-generated ID for the Data Store to be deleted.

data DeleteFHIRDatastoreResponse Source #

See: newDeleteFHIRDatastoreResponse smart constructor.

Instances

Instances details
Eq DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Read DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Show DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Generic DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Associated Types

type Rep DeleteFHIRDatastoreResponse :: Type -> Type #

NFData DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

type Rep DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

type Rep DeleteFHIRDatastoreResponse = D1 ('MetaData "DeleteFHIRDatastoreResponse" "Amazonka.HealthLake.DeleteFHIRDatastore" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "DeleteFHIRDatastoreResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "datastoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "datastoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DatastoreStatus) :*: S1 ('MetaSel ('Just "datastoreEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDeleteFHIRDatastoreResponse Source #

Create a value of DeleteFHIRDatastoreResponse 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:DeleteFHIRDatastoreResponse', deleteFHIRDatastoreResponse_httpStatus - The response's http status code.

$sel:datastoreId:DeleteFHIRDatastore', deleteFHIRDatastoreResponse_datastoreId - The AWS-generated ID for the Data Store to be deleted.

$sel:datastoreArn:DeleteFHIRDatastoreResponse', deleteFHIRDatastoreResponse_datastoreArn - The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.

$sel:datastoreStatus:DeleteFHIRDatastoreResponse', deleteFHIRDatastoreResponse_datastoreStatus - The status of the Data Store that the user has requested to be deleted.

$sel:datastoreEndpoint:DeleteFHIRDatastoreResponse', deleteFHIRDatastoreResponse_datastoreEndpoint - The AWS endpoint for the Data Store the user has requested to be deleted.

DescribeFHIRExportJob

data DescribeFHIRExportJob Source #

See: newDescribeFHIRExportJob smart constructor.

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.

data DescribeFHIRExportJobResponse Source #

See: newDescribeFHIRExportJobResponse smart constructor.

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.

CreateFHIRDatastore

data CreateFHIRDatastore Source #

See: newCreateFHIRDatastore smart constructor.

Instances

Instances details
Eq CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Read CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Show CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Generic CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Associated Types

type Rep CreateFHIRDatastore :: Type -> Type #

NFData CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Methods

rnf :: CreateFHIRDatastore -> () #

Hashable CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

ToJSON CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

AWSRequest CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Associated Types

type AWSResponse CreateFHIRDatastore #

ToHeaders CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

ToPath CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

ToQuery CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

type Rep CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

type Rep CreateFHIRDatastore = D1 ('MetaData "CreateFHIRDatastore" "Amazonka.HealthLake.CreateFHIRDatastore" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "CreateFHIRDatastore'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sseConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SseConfiguration)) :*: S1 ('MetaSel ('Just "datastoreName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "preloadDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PreloadDataConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "datastoreTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FHIRVersion)))))
type AWSResponse CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

newCreateFHIRDatastore Source #

Create a value of CreateFHIRDatastore 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:clientToken:CreateFHIRDatastore', createFHIRDatastore_clientToken - Optional user provided token used for ensuring idempotency.

$sel:sseConfiguration:CreateFHIRDatastore', createFHIRDatastore_sseConfiguration - The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.

$sel:datastoreName:CreateFHIRDatastore', createFHIRDatastore_datastoreName - The user generated name for the Data Store.

$sel:preloadDataConfig:CreateFHIRDatastore', createFHIRDatastore_preloadDataConfig - Optional parameter to preload data upon creation of the Data Store. Currently, the only supported preloaded data is synthetic data generated from Synthea.

$sel:tags:CreateFHIRDatastore', createFHIRDatastore_tags - Resource tags that are applied to a Data Store when it is created.

$sel:datastoreTypeVersion:CreateFHIRDatastore', createFHIRDatastore_datastoreTypeVersion - The FHIR version of the Data Store. The only supported version is R4.

data CreateFHIRDatastoreResponse Source #

See: newCreateFHIRDatastoreResponse smart constructor.

Instances

Instances details
Eq CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Read CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Show CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Generic CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Associated Types

type Rep CreateFHIRDatastoreResponse :: Type -> Type #

NFData CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

type Rep CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

type Rep CreateFHIRDatastoreResponse = D1 ('MetaData "CreateFHIRDatastoreResponse" "Amazonka.HealthLake.CreateFHIRDatastore" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "CreateFHIRDatastoreResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "datastoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "datastoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DatastoreStatus) :*: S1 ('MetaSel ('Just "datastoreEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateFHIRDatastoreResponse Source #

Create a value of CreateFHIRDatastoreResponse 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:CreateFHIRDatastoreResponse', createFHIRDatastoreResponse_httpStatus - The response's http status code.

$sel:datastoreId:CreateFHIRDatastoreResponse', createFHIRDatastoreResponse_datastoreId - The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.

$sel:datastoreArn:CreateFHIRDatastoreResponse', createFHIRDatastoreResponse_datastoreArn - The datastore ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation call.

$sel:datastoreStatus:CreateFHIRDatastoreResponse', createFHIRDatastoreResponse_datastoreStatus - The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.

$sel:datastoreEndpoint:CreateFHIRDatastoreResponse', createFHIRDatastoreResponse_datastoreEndpoint - The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.

ListFHIRExportJobs

data ListFHIRExportJobs Source #

See: newListFHIRExportJobs smart constructor.

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.

data ListFHIRExportJobsResponse Source #

See: newListFHIRExportJobsResponse smart constructor.

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.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

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

Defined in Amazonka.HealthLake.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceARN:TagResource', tagResource_resourceARN - The Amazon Resource Name(ARN)that gives Amazon HealthLake access to the Data Store which tags are being added to.

$sel:tags:TagResource', tagResource_tags - The user specified key and value pair tags being added to a Data Store.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.HealthLake.TagResource" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

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

Defined in Amazonka.HealthLake.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceARN:UntagResource', untagResource_resourceARN - "The Amazon Resource Name(ARN) of the Data Store for which tags are being removed

$sel:tagKeys:UntagResource', untagResource_tagKeys - The keys for the tags to be removed from the Healthlake Data Store.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.HealthLake.UntagResource" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

ListFHIRDatastores

data ListFHIRDatastores Source #

See: newListFHIRDatastores smart constructor.

Instances

Instances details
Eq ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Read ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Show ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Generic ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Associated Types

type Rep ListFHIRDatastores :: Type -> Type #

NFData ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Methods

rnf :: ListFHIRDatastores -> () #

Hashable ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

ToJSON ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

AWSRequest ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Associated Types

type AWSResponse ListFHIRDatastores #

ToHeaders ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

ToPath ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

ToQuery ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

type Rep ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

type Rep ListFHIRDatastores = D1 ('MetaData "ListFHIRDatastores" "Amazonka.HealthLake.ListFHIRDatastores" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "ListFHIRDatastores'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatastoreFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

newListFHIRDatastores :: ListFHIRDatastores Source #

Create a value of ListFHIRDatastores 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:ListFHIRDatastores', listFHIRDatastores_nextToken - Fetches the next page of Data Stores when results are paginated.

$sel:filter':ListFHIRDatastores', listFHIRDatastores_filter - Lists all filters associated with a FHIR Data Store request.

$sel:maxResults:ListFHIRDatastores', listFHIRDatastores_maxResults - The maximum number of Data Stores returned in a single page of a ListFHIRDatastoresRequest call.

data ListFHIRDatastoresResponse Source #

See: newListFHIRDatastoresResponse smart constructor.

Instances

Instances details
Eq ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Read ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Show ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Generic ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Associated Types

type Rep ListFHIRDatastoresResponse :: Type -> Type #

NFData ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

type Rep ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

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

newListFHIRDatastoresResponse Source #

Create a value of ListFHIRDatastoresResponse 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:ListFHIRDatastores', listFHIRDatastoresResponse_nextToken - Pagination token that can be used to retrieve the next page of results.

$sel:httpStatus:ListFHIRDatastoresResponse', listFHIRDatastoresResponse_httpStatus - The response's http status code.

$sel:datastorePropertiesList:ListFHIRDatastoresResponse', listFHIRDatastoresResponse_datastorePropertiesList - All properties associated with the listed Data Stores.

StartFHIRExportJob

data StartFHIRExportJob Source #

See: newStartFHIRExportJob smart constructor.

Instances

Instances details
Eq StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Read StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Show StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Generic StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Associated Types

type Rep StartFHIRExportJob :: Type -> Type #

NFData StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Methods

rnf :: StartFHIRExportJob -> () #

Hashable StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

ToJSON StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

AWSRequest StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Associated Types

type AWSResponse StartFHIRExportJob #

ToHeaders StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

ToPath StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

ToQuery StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

type Rep StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

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

Defined in Amazonka.HealthLake.StartFHIRExportJob

newStartFHIRExportJob Source #

Create a value of StartFHIRExportJob 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:StartFHIRExportJob', startFHIRExportJob_jobName - The user generated name for an export job.

$sel:outputDataConfig:StartFHIRExportJob', startFHIRExportJob_outputDataConfig - The output data configuration that was supplied when the export job was created.

$sel:datastoreId:StartFHIRExportJob', startFHIRExportJob_datastoreId - The AWS generated ID for the Data Store from which files are being exported for an export job.

$sel:dataAccessRoleArn:StartFHIRExportJob', startFHIRExportJob_dataAccessRoleArn - The Amazon Resource Name used during the initiation of the job.

$sel:clientToken:StartFHIRExportJob', startFHIRExportJob_clientToken - An optional user provided token used for ensuring idempotency.

data StartFHIRExportJobResponse Source #

See: newStartFHIRExportJobResponse smart constructor.

Instances

Instances details
Eq StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Read StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Show StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Generic StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Associated Types

type Rep StartFHIRExportJobResponse :: Type -> Type #

NFData StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

type Rep StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

type Rep StartFHIRExportJobResponse = D1 ('MetaData "StartFHIRExportJobResponse" "Amazonka.HealthLake.StartFHIRExportJob" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "StartFHIRExportJobResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JobStatus))))

newStartFHIRExportJobResponse Source #

Create a value of StartFHIRExportJobResponse 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:StartFHIRExportJob', startFHIRExportJobResponse_datastoreId - The AWS generated ID for the Data Store from which files are being exported for an export job.

$sel:httpStatus:StartFHIRExportJobResponse', startFHIRExportJobResponse_httpStatus - The response's http status code.

$sel:jobId:StartFHIRExportJobResponse', startFHIRExportJobResponse_jobId - The AWS generated ID for an export job.

$sel:jobStatus:StartFHIRExportJobResponse', startFHIRExportJobResponse_jobStatus - The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.

ListFHIRImportJobs

data ListFHIRImportJobs Source #

See: newListFHIRImportJobs smart constructor.

Instances

Instances details
Eq ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Read ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Show ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Generic ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Associated Types

type Rep ListFHIRImportJobs :: Type -> Type #

NFData ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Methods

rnf :: ListFHIRImportJobs -> () #

Hashable ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

ToJSON ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

AWSRequest ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Associated Types

type AWSResponse ListFHIRImportJobs #

ToHeaders ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

ToPath ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

ToQuery ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

type Rep ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

type Rep ListFHIRImportJobs = D1 ('MetaData "ListFHIRImportJobs" "Amazonka.HealthLake.ListFHIRImportJobs" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "ListFHIRImportJobs'" '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 ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

newListFHIRImportJobs Source #

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

$sel:jobName:ListFHIRImportJobs', listFHIRImportJobs_jobName - This parameter limits the response to the import job with the specified job name.

$sel:submittedBefore:ListFHIRImportJobs', listFHIRImportJobs_submittedBefore - This parameter limits the response to FHIR import jobs submitted before a user specified date.

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

$sel:jobStatus:ListFHIRImportJobs', listFHIRImportJobs_jobStatus - This parameter limits the response to the import job with the specified job status.

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

$sel:datastoreId:ListFHIRImportJobs', listFHIRImportJobs_datastoreId - This parameter limits the response to the import job with the specified Data Store ID.

data ListFHIRImportJobsResponse Source #

See: newListFHIRImportJobsResponse smart constructor.

Instances

Instances details
Eq ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Read ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Show ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Generic ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Associated Types

type Rep ListFHIRImportJobsResponse :: Type -> Type #

NFData ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

type Rep ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

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

newListFHIRImportJobsResponse Source #

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

$sel:httpStatus:ListFHIRImportJobsResponse', listFHIRImportJobsResponse_httpStatus - The response's http status code.

$sel:importJobPropertiesList:ListFHIRImportJobsResponse', listFHIRImportJobsResponse_importJobPropertiesList - The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.

Types

CmkType

newtype CmkType Source #

Constructors

CmkType' 

Fields

Instances

Instances details
Eq CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

(==) :: CmkType -> CmkType -> Bool #

(/=) :: CmkType -> CmkType -> Bool #

Ord CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Read CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Show CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Generic CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Associated Types

type Rep CmkType :: Type -> Type #

Methods

from :: CmkType -> Rep CmkType x #

to :: Rep CmkType x -> CmkType #

NFData CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

rnf :: CmkType -> () #

Hashable CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

hashWithSalt :: Int -> CmkType -> Int #

hash :: CmkType -> Int #

ToJSON CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

ToJSONKey CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

FromJSON CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

FromJSONKey CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

ToLog CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

ToHeader CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

toHeader :: HeaderName -> CmkType -> [Header] #

ToQuery CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

FromXML CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

ToXML CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

toXML :: CmkType -> XML #

ToByteString CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

toBS :: CmkType -> ByteString #

FromText CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

ToText CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

toText :: CmkType -> Text #

type Rep CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

type Rep CmkType = D1 ('MetaData "CmkType" "Amazonka.HealthLake.Types.CmkType" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'True) (C1 ('MetaCons "CmkType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCmkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatastoreStatus

newtype DatastoreStatus Source #

Constructors

DatastoreStatus' 

Instances

Instances details
Eq DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Ord DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Read DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Show DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Generic DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Associated Types

type Rep DatastoreStatus :: Type -> Type #

NFData DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Methods

rnf :: DatastoreStatus -> () #

Hashable DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToJSON DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToJSONKey DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

FromJSON DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

FromJSONKey DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToLog DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToHeader DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToQuery DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

FromXML DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToXML DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Methods

toXML :: DatastoreStatus -> XML #

ToByteString DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

FromText DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToText DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

type Rep DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

type Rep DatastoreStatus = D1 ('MetaData "DatastoreStatus" "Amazonka.HealthLake.Types.DatastoreStatus" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'True) (C1 ('MetaCons "DatastoreStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatastoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FHIRVersion

newtype FHIRVersion Source #

Constructors

FHIRVersion' 

Bundled Patterns

pattern FHIRVersion_R4 :: FHIRVersion 

Instances

Instances details
Eq FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Ord FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Read FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Show FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Generic FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Associated Types

type Rep FHIRVersion :: Type -> Type #

NFData FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Methods

rnf :: FHIRVersion -> () #

Hashable FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToJSON FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToJSONKey FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

FromJSON FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

FromJSONKey FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToLog FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToHeader FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToQuery FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

FromXML FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToXML FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Methods

toXML :: FHIRVersion -> XML #

ToByteString FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

FromText FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToText FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Methods

toText :: FHIRVersion -> Text #

type Rep FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

type Rep FHIRVersion = D1 ('MetaData "FHIRVersion" "Amazonka.HealthLake.Types.FHIRVersion" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'True) (C1 ('MetaCons "FHIRVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFHIRVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobStatus

newtype JobStatus Source #

Constructors

JobStatus' 

Fields

Instances

Instances details
Eq JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Ord JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Read JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Show JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Generic JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Associated Types

type Rep JobStatus :: Type -> Type #

NFData JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Methods

rnf :: JobStatus -> () #

Hashable JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

ToJSON JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

ToJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

FromJSON JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

FromJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

ToLog JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

ToHeader JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

ToQuery JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

FromXML JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

ToXML JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Methods

toXML :: JobStatus -> XML #

ToByteString JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Methods

toBS :: JobStatus -> ByteString #

FromText JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

ToText JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Methods

toText :: JobStatus -> Text #

type Rep JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

type Rep JobStatus = D1 ('MetaData "JobStatus" "Amazonka.HealthLake.Types.JobStatus" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'True) (C1 ('MetaCons "JobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PreloadDataType

newtype PreloadDataType Source #

Constructors

PreloadDataType' 

Bundled Patterns

pattern PreloadDataType_SYNTHEA :: PreloadDataType 

Instances

Instances details
Eq PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Ord PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Read PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Show PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Generic PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Associated Types

type Rep PreloadDataType :: Type -> Type #

NFData PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Methods

rnf :: PreloadDataType -> () #

Hashable PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToJSON PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToJSONKey PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

FromJSON PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

FromJSONKey PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToLog PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToHeader PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToQuery PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

FromXML PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToXML PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Methods

toXML :: PreloadDataType -> XML #

ToByteString PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

FromText PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToText PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

type Rep PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

type Rep PreloadDataType = D1 ('MetaData "PreloadDataType" "Amazonka.HealthLake.Types.PreloadDataType" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'True) (C1 ('MetaCons "PreloadDataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPreloadDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatastoreFilter

data DatastoreFilter Source #

The filters applied to Data Store query.

See: newDatastoreFilter smart constructor.

Instances

Instances details
Eq DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

Read DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

Show DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

Generic DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

Associated Types

type Rep DatastoreFilter :: Type -> Type #

NFData DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

Methods

rnf :: DatastoreFilter -> () #

Hashable DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

ToJSON DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

type Rep DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

type Rep DatastoreFilter = D1 ('MetaData "DatastoreFilter" "Amazonka.HealthLake.Types.DatastoreFilter" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "DatastoreFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datastoreName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datastoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatastoreStatus)) :*: S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newDatastoreFilter :: DatastoreFilter Source #

Create a value of DatastoreFilter 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:createdAfter:DatastoreFilter', datastoreFilter_createdAfter - A filter that allows the user to set cutoff dates for records. All Data Stores created after the specified date will be included in the results.

$sel:datastoreName:DatastoreFilter', datastoreFilter_datastoreName - Allows the user to filter Data Store results by name.

$sel:datastoreStatus:DatastoreFilter', datastoreFilter_datastoreStatus - Allows the user to filter Data Store results by status.

$sel:createdBefore:DatastoreFilter', datastoreFilter_createdBefore - A filter that allows the user to set cutoff dates for records. All Data Stores created before the specified date will be included in the results.

DatastoreProperties

data DatastoreProperties Source #

Displays the properties of the Data Store, including the ID, Arn, name, and the status of the Data Store.

See: newDatastoreProperties smart constructor.

Instances

Instances details
Eq DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

Read DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

Show DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

Generic DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

Associated Types

type Rep DatastoreProperties :: Type -> Type #

NFData DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

Methods

rnf :: DatastoreProperties -> () #

Hashable DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

FromJSON DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

type Rep DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

type Rep DatastoreProperties = D1 ('MetaData "DatastoreProperties" "Amazonka.HealthLake.Types.DatastoreProperties" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "DatastoreProperties'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "sseConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SseConfiguration)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "datastoreName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preloadDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PreloadDataConfig)))) :*: ((S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "datastoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "datastoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DatastoreStatus) :*: (S1 ('MetaSel ('Just "datastoreTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FHIRVersion) :*: S1 ('MetaSel ('Just "datastoreEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDatastoreProperties Source #

Create a value of DatastoreProperties 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:sseConfiguration:DatastoreProperties', datastoreProperties_sseConfiguration - The server-side encryption key configuration for a customer provided encryption key (CMK).

$sel:createdAt:DatastoreProperties', datastoreProperties_createdAt - The time that a Data Store was created.

$sel:datastoreName:DatastoreProperties', datastoreProperties_datastoreName - The user-generated name for the Data Store.

$sel:preloadDataConfig:DatastoreProperties', datastoreProperties_preloadDataConfig - The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.

$sel:datastoreId:DatastoreProperties', datastoreProperties_datastoreId - The AWS-generated ID number for the Data Store.

$sel:datastoreArn:DatastoreProperties', datastoreProperties_datastoreArn - The Amazon Resource Name used in the creation of the Data Store.

$sel:datastoreStatus:DatastoreProperties', datastoreProperties_datastoreStatus - The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.

$sel:datastoreTypeVersion:DatastoreProperties', datastoreProperties_datastoreTypeVersion - The FHIR version. Only R4 version data is supported.

$sel:datastoreEndpoint:DatastoreProperties', datastoreProperties_datastoreEndpoint - The AWS endpoint for the Data Store. Each Data Store will have it's own endpoint with Data Store ID in the endpoint URL.

ExportJobProperties

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.

Instances

Instances details
Eq ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Read ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Show ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Generic ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Associated Types

type Rep ExportJobProperties :: Type -> Type #

NFData ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Methods

rnf :: ExportJobProperties -> () #

Hashable ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

FromJSON ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

type Rep ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

newExportJobProperties Source #

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.

ImportJobProperties

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.

Instances

Instances details
Eq ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Read ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Show ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Generic ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Associated Types

type Rep ImportJobProperties :: Type -> Type #

NFData ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Methods

rnf :: ImportJobProperties -> () #

Hashable ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

FromJSON ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

type Rep ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

newImportJobProperties Source #

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.

InputDataConfig

data InputDataConfig Source #

The input properties for an import job.

See: newInputDataConfig smart constructor.

Constructors

InputDataConfig' (Maybe Text) 

Instances

Instances details
Eq InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

Read InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

Show InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

Generic InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

Associated Types

type Rep InputDataConfig :: Type -> Type #

NFData InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

Methods

rnf :: InputDataConfig -> () #

Hashable InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

ToJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

FromJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

type Rep InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

type Rep InputDataConfig = D1 ('MetaData "InputDataConfig" "Amazonka.HealthLake.Types.InputDataConfig" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "InputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInputDataConfig :: InputDataConfig Source #

Create a value of InputDataConfig 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:s3Uri:InputDataConfig', inputDataConfig_s3Uri - The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.

KmsEncryptionConfig

data KmsEncryptionConfig Source #

The customer-managed-key(CMK) used when creating a Data Store. If a customer owned key is not specified, an AWS owned key will be used for encryption.

See: newKmsEncryptionConfig smart constructor.

Instances

Instances details
Eq KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Read KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Show KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Generic KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Associated Types

type Rep KmsEncryptionConfig :: Type -> Type #

NFData KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Methods

rnf :: KmsEncryptionConfig -> () #

Hashable KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

ToJSON KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

FromJSON KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

type Rep KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

type Rep KmsEncryptionConfig = D1 ('MetaData "KmsEncryptionConfig" "Amazonka.HealthLake.Types.KmsEncryptionConfig" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "KmsEncryptionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cmkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CmkType)))

newKmsEncryptionConfig Source #

Create a value of KmsEncryptionConfig 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:kmsKeyId:KmsEncryptionConfig', kmsEncryptionConfig_kmsKeyId - The KMS encryption key id/alias used to encrypt the Data Store contents at rest.

$sel:cmkType:KmsEncryptionConfig', kmsEncryptionConfig_cmkType - The type of customer-managed-key(CMK) used for encyrption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.

OutputDataConfig

data OutputDataConfig Source #

The output data configuration that was supplied when the export job was created.

See: newOutputDataConfig smart constructor.

Instances

Instances details
Eq OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

Read OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

Show OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

Generic OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

Associated Types

type Rep OutputDataConfig :: Type -> Type #

NFData OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

Methods

rnf :: OutputDataConfig -> () #

Hashable OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

ToJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

FromJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

type Rep OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

type Rep OutputDataConfig = D1 ('MetaData "OutputDataConfig" "Amazonka.HealthLake.Types.OutputDataConfig" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "OutputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Configuration))))

newOutputDataConfig :: OutputDataConfig Source #

Create a value of OutputDataConfig 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:s3Configuration:OutputDataConfig', outputDataConfig_s3Configuration - The output data configuration that was supplied when the export job was created.

PreloadDataConfig

data PreloadDataConfig Source #

The input properties for the preloaded Data Store. Only data preloaded from Synthea is supported.

See: newPreloadDataConfig smart constructor.

Instances

Instances details
Eq PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Read PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Show PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Generic PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Associated Types

type Rep PreloadDataConfig :: Type -> Type #

NFData PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Methods

rnf :: PreloadDataConfig -> () #

Hashable PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

ToJSON PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

FromJSON PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

type Rep PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

type Rep PreloadDataConfig = D1 ('MetaData "PreloadDataConfig" "Amazonka.HealthLake.Types.PreloadDataConfig" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "PreloadDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "preloadDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PreloadDataType)))

newPreloadDataConfig Source #

Create a value of PreloadDataConfig 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:preloadDataType:PreloadDataConfig', preloadDataConfig_preloadDataType - The type of preloaded data. Only Synthea preloaded data is supported.

S3Configuration

data S3Configuration Source #

The configuration of the S3 bucket for either an import or export job. This includes assigning permissions for access.

See: newS3Configuration smart constructor.

Constructors

S3Configuration' Text Text 

Instances

Instances details
Eq S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Read S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Show S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Generic S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Associated Types

type Rep S3Configuration :: Type -> Type #

NFData S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Methods

rnf :: S3Configuration -> () #

Hashable S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

ToJSON S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

FromJSON S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

type Rep S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

type Rep S3Configuration = D1 ('MetaData "S3Configuration" "Amazonka.HealthLake.Types.S3Configuration" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "S3Configuration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Configuration Source #

Create a value of S3Configuration 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:s3Uri:S3Configuration', s3Configuration_s3Uri - The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.

$sel:kmsKeyId:S3Configuration', s3Configuration_kmsKeyId - The KMS key ID used to access the S3 bucket.

SseConfiguration

data SseConfiguration Source #

The server-side encryption key configuration for a customer provided encryption key.

See: newSseConfiguration smart constructor.

Instances

Instances details
Eq SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

Read SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

Show SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

Generic SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

Associated Types

type Rep SseConfiguration :: Type -> Type #

NFData SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

Methods

rnf :: SseConfiguration -> () #

Hashable SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

ToJSON SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

FromJSON SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

type Rep SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

type Rep SseConfiguration = D1 ('MetaData "SseConfiguration" "Amazonka.HealthLake.Types.SseConfiguration" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "SseConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsEncryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 KmsEncryptionConfig)))

newSseConfiguration Source #

Create a value of SseConfiguration 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:kmsEncryptionConfig:SseConfiguration', sseConfiguration_kmsEncryptionConfig - The KMS encryption configuration used to provide details for data encryption.

Tag

data Tag Source #

A tag is a label consisting of a user-defined key and value. The form for tags is {"Key", "Value"}

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.HealthLake.Types.Tag" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The key portion of a tag. Tag keys are case sensitive.

$sel:value:Tag', tag_value - The value portion of tag. Tag values are case sensitive.