amazonka-healthlake-2.0: Amazon HealthLake SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

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

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

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

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

Unknown error occurs in the service.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The requested Data Store was not found.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

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

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

The user input parameter was invalid.

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.

CreateFHIRDatastore

data CreateFHIRDatastore Source #

See: newCreateFHIRDatastore smart constructor.

Instances

Instances details
ToJSON CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Associated Types

type AWSResponse CreateFHIRDatastore #

Generic CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Associated Types

type Rep CreateFHIRDatastore :: Type -> Type #

Read CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Show CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

NFData CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Methods

rnf :: CreateFHIRDatastore -> () #

Eq CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Hashable CreateFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "CreateFHIRDatastore'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datastoreName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preloadDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PreloadDataConfig)))) :*: (S1 ('MetaSel ('Just "sseConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SseConfiguration)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "datastoreTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FHIRVersion)))))

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.

CreateFHIRDatastore, createFHIRDatastore_datastoreName - The user generated name for the Data Store.

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.

CreateFHIRDatastore, createFHIRDatastore_sseConfiguration - The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.

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

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
Generic CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Associated Types

type Rep CreateFHIRDatastoreResponse :: Type -> Type #

Read CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Show CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

NFData CreateFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.CreateFHIRDatastore

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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.

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

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.

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

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

DeleteFHIRDatastore

data DeleteFHIRDatastore Source #

See: newDeleteFHIRDatastore smart constructor.

Instances

Instances details
ToJSON DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Associated Types

type AWSResponse DeleteFHIRDatastore #

Generic DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Associated Types

type Rep DeleteFHIRDatastore :: Type -> Type #

Read DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Show DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

NFData DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Methods

rnf :: DeleteFHIRDatastore -> () #

Eq DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Hashable DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "DeleteFHIRDatastore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

DeleteFHIRDatastore, deleteFHIRDatastore_datastoreId - The AWS-generated ID for the Data Store to be deleted.

data DeleteFHIRDatastoreResponse Source #

See: newDeleteFHIRDatastoreResponse smart constructor.

Instances

Instances details
Generic DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Associated Types

type Rep DeleteFHIRDatastoreResponse :: Type -> Type #

Read DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Show DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

NFData DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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.

DeleteFHIRDatastore, deleteFHIRDatastoreResponse_datastoreId - The AWS-generated ID for the Data Store to be deleted.

DeleteFHIRDatastoreResponse, deleteFHIRDatastoreResponse_datastoreArn - The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.

DeleteFHIRDatastoreResponse, deleteFHIRDatastoreResponse_datastoreStatus - The status of the Data Store that the user has requested to be deleted.

DeleteFHIRDatastoreResponse, deleteFHIRDatastoreResponse_datastoreEndpoint - The AWS endpoint for the Data Store the user has requested to be deleted.

DescribeFHIRDatastore

data DescribeFHIRDatastore Source #

See: newDescribeFHIRDatastore smart constructor.

Instances

Instances details
ToJSON DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Associated Types

type AWSResponse DescribeFHIRDatastore #

Generic DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Associated Types

type Rep DescribeFHIRDatastore :: Type -> Type #

Read DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Show DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

NFData DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Methods

rnf :: DescribeFHIRDatastore -> () #

Eq DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Hashable DescribeFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "DescribeFHIRDatastore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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
Generic DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Associated Types

type Rep DescribeFHIRDatastoreResponse :: Type -> Type #

Read DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Show DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

NFData DescribeFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRDatastore

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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.

DescribeFHIRExportJob

data DescribeFHIRExportJob Source #

See: newDescribeFHIRExportJob smart constructor.

Instances

Instances details
ToJSON DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Associated Types

type AWSResponse DescribeFHIRExportJob #

Generic DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Associated Types

type Rep DescribeFHIRExportJob :: Type -> Type #

Read DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Show DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

NFData DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Methods

rnf :: DescribeFHIRExportJob -> () #

Eq DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Hashable DescribeFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "DescribeFHIRExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

DescribeFHIRExportJob, describeFHIRExportJob_jobId - The AWS generated ID for an export job.

data DescribeFHIRExportJobResponse Source #

See: newDescribeFHIRExportJobResponse smart constructor.

Instances

Instances details
Generic DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Associated Types

type Rep DescribeFHIRExportJobResponse :: Type -> Type #

Read DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Show DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

NFData DescribeFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRExportJob

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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.

DescribeFHIRImportJob

data DescribeFHIRImportJob Source #

See: newDescribeFHIRImportJob smart constructor.

Instances

Instances details
ToJSON DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Associated Types

type AWSResponse DescribeFHIRImportJob #

Generic DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Associated Types

type Rep DescribeFHIRImportJob :: Type -> Type #

Read DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Show DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

NFData DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Methods

rnf :: DescribeFHIRImportJob -> () #

Eq DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Hashable DescribeFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "DescribeFHIRImportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeFHIRImportJob, describeFHIRImportJob_datastoreId - The AWS-generated ID of the Data Store.

DescribeFHIRImportJob, describeFHIRImportJob_jobId - The AWS-generated job ID.

data DescribeFHIRImportJobResponse Source #

See: newDescribeFHIRImportJobResponse smart constructor.

Instances

Instances details
Generic DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Associated Types

type Rep DescribeFHIRImportJobResponse :: Type -> Type #

Read DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Show DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

NFData DescribeFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DescribeFHIRImportJob

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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.

ListFHIRDatastores

data ListFHIRDatastores Source #

See: newListFHIRDatastores smart constructor.

Instances

Instances details
ToJSON ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Associated Types

type AWSResponse ListFHIRDatastores #

Generic ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Associated Types

type Rep ListFHIRDatastores :: Type -> Type #

Read ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Show ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

NFData ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Methods

rnf :: ListFHIRDatastores -> () #

Eq ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Hashable ListFHIRDatastores Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "ListFHIRDatastores'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatastoreFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

ListFHIRDatastores, listFHIRDatastores_nextToken - Fetches the next page of Data Stores when results are paginated.

data ListFHIRDatastoresResponse Source #

See: newListFHIRDatastoresResponse smart constructor.

Instances

Instances details
Generic ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Associated Types

type Rep ListFHIRDatastoresResponse :: Type -> Type #

Read ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Show ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

NFData ListFHIRDatastoresResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRDatastores

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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:

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.

ListFHIRExportJobs

data ListFHIRExportJobs Source #

See: newListFHIRExportJobs smart constructor.

Instances

Instances details
ToJSON ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Associated Types

type AWSResponse ListFHIRExportJobs #

Generic ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Associated Types

type Rep ListFHIRExportJobs :: Type -> Type #

Read ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Show ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

NFData ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Methods

rnf :: ListFHIRExportJobs -> () #

Eq ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Hashable ListFHIRExportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "ListFHIRExportJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobName") '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 "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "submittedAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "submittedBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

ListFHIRExportJobs, listFHIRExportJobs_jobName - This parameter limits the response to the export job with the specified job name.

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.

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

$sel:submittedAfter:ListFHIRExportJobs', listFHIRExportJobs_submittedAfter - This parameter limits the response to FHIR export jobs submitted after a user specified date.

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

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
Generic ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Associated Types

type Rep ListFHIRExportJobsResponse :: Type -> Type #

Read ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Show ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

NFData ListFHIRExportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRExportJobs

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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:

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.

ListFHIRImportJobs

data ListFHIRImportJobs Source #

See: newListFHIRImportJobs smart constructor.

Instances

Instances details
ToJSON ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Associated Types

type AWSResponse ListFHIRImportJobs #

Generic ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Associated Types

type Rep ListFHIRImportJobs :: Type -> Type #

Read ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Show ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

NFData ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Methods

rnf :: ListFHIRImportJobs -> () #

Eq ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Hashable ListFHIRImportJobs Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "ListFHIRImportJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobName") '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 "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "submittedAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "submittedBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

ListFHIRImportJobs, listFHIRImportJobs_jobName - This parameter limits the response to the import job with the specified job name.

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.

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

$sel:submittedAfter:ListFHIRImportJobs', listFHIRImportJobs_submittedAfter - This parameter limits the response to FHIR import jobs submitted after a user specified date.

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

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
Generic ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Associated Types

type Rep ListFHIRImportJobsResponse :: Type -> Type #

Read ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Show ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

NFData ListFHIRImportJobsResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListFHIRImportJobs

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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:

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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.ListTagsForResource

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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.

StartFHIRExportJob

data StartFHIRExportJob Source #

See: newStartFHIRExportJob smart constructor.

Instances

Instances details
ToJSON StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Associated Types

type AWSResponse StartFHIRExportJob #

Generic StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Associated Types

type Rep StartFHIRExportJob :: Type -> Type #

Read StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Show StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

NFData StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Methods

rnf :: StartFHIRExportJob -> () #

Eq StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Hashable StartFHIRExportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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)))))

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:

StartFHIRExportJob, startFHIRExportJob_jobName - The user generated name for an export job.

StartFHIRExportJob, startFHIRExportJob_outputDataConfig - The output data configuration that was supplied when the export job was created.

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

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
Generic StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Associated Types

type Rep StartFHIRExportJobResponse :: Type -> Type #

Read StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Show StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

NFData StartFHIRExportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRExportJob

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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:

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.

StartFHIRExportJobResponse, startFHIRExportJobResponse_jobId - The AWS generated ID for an export job.

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

StartFHIRImportJob

data StartFHIRImportJob Source #

See: newStartFHIRImportJob smart constructor.

Instances

Instances details
ToJSON StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Associated Types

type AWSResponse StartFHIRImportJob #

Generic StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Associated Types

type Rep StartFHIRImportJob :: Type -> Type #

Read StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Show StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

NFData StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Methods

rnf :: StartFHIRImportJob -> () #

Eq StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Hashable StartFHIRImportJob Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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)))))

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:

StartFHIRImportJob, startFHIRImportJob_jobName - The name of the FHIR Import job in the StartFHIRImport job request.

StartFHIRImportJob, startFHIRImportJob_inputDataConfig - The input properties of the FHIR Import job in the StartFHIRImport job request.

StartFHIRImportJob, startFHIRImportJob_jobOutputDataConfig - Undocumented member.

StartFHIRImportJob, startFHIRImportJob_datastoreId - The AWS-generated Data Store ID.

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
Generic StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Associated Types

type Rep StartFHIRImportJobResponse :: Type -> Type #

Read StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Show StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

NFData StartFHIRImportJobResponse Source # 
Instance details

Defined in Amazonka.HealthLake.StartFHIRImportJob

Eq 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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:

StartFHIRImportJob, startFHIRImportJobResponse_datastoreId - The AWS-generated Data Store ID.

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

StartFHIRImportJobResponse, startFHIRImportJobResponse_jobId - The AWS-generated job ID.

StartFHIRImportJobResponse, startFHIRImportJobResponse_jobStatus - The status of an import job.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

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
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.HealthLake.TagResource" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.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

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

type AWSResponse 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.HealthLake.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.HealthLake.UntagResource" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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.

Types

CmkType

newtype CmkType Source #

Constructors

CmkType' 

Fields

Instances

Instances details
FromJSON CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

FromJSONKey CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

ToJSON CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

ToJSONKey CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

ToByteString CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

toBS :: CmkType -> ByteString #

ToHeader CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

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

ToLog CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

ToQuery CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

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 #

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 #

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 #

Read CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Show CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

NFData CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

rnf :: CmkType -> () #

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

Hashable CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

Methods

hashWithSalt :: Int -> CmkType -> Int #

hash :: CmkType -> Int #

type Rep CmkType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.CmkType

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

DatastoreStatus

newtype DatastoreStatus Source #

Constructors

DatastoreStatus' 

Instances

Instances details
FromJSON DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

FromJSONKey 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

ToByteString DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToHeader DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToLog DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

ToQuery 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

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 #

Generic DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Associated Types

type Rep DatastoreStatus :: Type -> Type #

Read DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Show DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

NFData DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Methods

rnf :: DatastoreStatus -> () #

Eq DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Ord DatastoreStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreStatus

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
FromJSON FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

FromJSONKey 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

ToByteString FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToHeader FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToLog FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

ToQuery 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 #

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 #

Generic FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Associated Types

type Rep FHIRVersion :: Type -> Type #

Read FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Show FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

NFData FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Methods

rnf :: FHIRVersion -> () #

Eq FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Ord FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

Hashable FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

type Rep FHIRVersion Source # 
Instance details

Defined in Amazonka.HealthLake.Types.FHIRVersion

type Rep FHIRVersion = D1 ('MetaData "FHIRVersion" "Amazonka.HealthLake.Types.FHIRVersion" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
FromJSON JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

FromJSONKey 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

ToByteString JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Methods

toBS :: JobStatus -> ByteString #

ToHeader JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

ToLog JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

ToQuery JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

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 #

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 #

Generic JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Associated Types

type Rep JobStatus :: Type -> Type #

Read JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Show JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

NFData JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Methods

rnf :: JobStatus -> () #

Eq JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Ord JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

Hashable JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

type Rep JobStatus Source # 
Instance details

Defined in Amazonka.HealthLake.Types.JobStatus

type Rep JobStatus = D1 ('MetaData "JobStatus" "Amazonka.HealthLake.Types.JobStatus" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
FromJSON PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

FromJSONKey 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

ToByteString PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToHeader PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToLog PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

ToQuery 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

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 #

Generic PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Associated Types

type Rep PreloadDataType :: Type -> Type #

Read PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Show PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

NFData PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Methods

rnf :: PreloadDataType -> () #

Eq PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Ord PreloadDataType Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataType

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
ToJSON 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 #

Read DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

Show DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

NFData DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

Methods

rnf :: DatastoreFilter -> () #

Eq DatastoreFilter Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreFilter

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "DatastoreFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBefore") '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)))))

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

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

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
FromJSON 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 #

Read DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

Show DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

NFData DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

Methods

rnf :: DatastoreProperties -> () #

Eq DatastoreProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.DatastoreProperties

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" 'False) (C1 ('MetaCons "DatastoreProperties'" 'PrefixI 'True) (((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 "sseConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SseConfiguration)))) :*: ((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: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:sseConfiguration:DatastoreProperties', datastoreProperties_sseConfiguration - The server-side encryption key configuration for a customer provided encryption key (CMK).

$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
FromJSON 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 #

Read ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Show ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

NFData ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Methods

rnf :: ExportJobProperties -> () #

Eq ExportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ExportJobProperties

Hashable 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:dataAccessRoleArn:ExportJobProperties', exportJobProperties_dataAccessRoleArn - The Amazon Resource Name used during the initiation of the job.

$sel:endTime:ExportJobProperties', exportJobProperties_endTime - The time an export job completed.

$sel:jobName:ExportJobProperties', exportJobProperties_jobName - The user generated name for an export 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
FromJSON 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 #

Read ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Show ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

NFData ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Methods

rnf :: ImportJobProperties -> () #

Eq ImportJobProperties Source # 
Instance details

Defined in Amazonka.HealthLake.Types.ImportJobProperties

Hashable 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:dataAccessRoleArn:ImportJobProperties', importJobProperties_dataAccessRoleArn - The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.

$sel:endTime:ImportJobProperties', importJobProperties_endTime - The time that the Import job was completed.

$sel:jobName:ImportJobProperties', importJobProperties_jobName - The user-generated name for an Import job.

$sel:jobOutputDataConfig:ImportJobProperties', importJobProperties_jobOutputDataConfig - Undocumented member.

$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
FromJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

ToJSON 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 #

Read InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

Show InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

NFData InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

Methods

rnf :: InputDataConfig -> () #

Eq InputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.InputDataConfig

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
FromJSON KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

ToJSON 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 #

Read KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Show KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

NFData KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Methods

rnf :: KmsEncryptionConfig -> () #

Eq KmsEncryptionConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.KmsEncryptionConfig

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
FromJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

ToJSON 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 #

Read OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

Show OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

NFData OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

Methods

rnf :: OutputDataConfig -> () #

Eq OutputDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.OutputDataConfig

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
FromJSON PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

ToJSON 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 #

Read PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Show PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

NFData PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Methods

rnf :: PreloadDataConfig -> () #

Eq PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
FromJSON S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

ToJSON 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 #

Read S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Show S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

NFData S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Methods

rnf :: S3Configuration -> () #

Eq S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
FromJSON SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

ToJSON 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 #

Read SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

Show SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

NFData SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

Methods

rnf :: SseConfiguration -> () #

Eq SseConfiguration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.SseConfiguration

Hashable 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" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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
FromJSON Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.HealthLake.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.HealthLake.Types.Tag" "amazonka-healthlake-2.0-HTEqXb8sFHI7cwXiPneCmr" '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.