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

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

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

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

_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 :: AsError a => Fold a ServiceError Source #

Unknown error occurs in the service.

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

The requested Data Store was not found.

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

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

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

The user input parameter was invalid.

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.

Constructors

DatastoreFilter' 

Fields

  • createdAfter :: Maybe POSIX

    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.

  • createdBefore :: Maybe POSIX

    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.

  • datastoreName :: Maybe Text

    Allows the user to filter Data Store results by name.

  • datastoreStatus :: Maybe DatastoreStatus

    Allows the user to filter Data Store results by status.

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.

datastoreFilter_createdAfter :: Lens' DatastoreFilter (Maybe UTCTime) Source #

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.

datastoreFilter_createdBefore :: Lens' DatastoreFilter (Maybe UTCTime) Source #

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.

datastoreFilter_datastoreName :: Lens' DatastoreFilter (Maybe Text) Source #

Allows the user to filter Data Store results by name.

datastoreFilter_datastoreStatus :: Lens' DatastoreFilter (Maybe DatastoreStatus) Source #

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.

Constructors

DatastoreProperties' 

Fields

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.

datastoreProperties_createdAt :: Lens' DatastoreProperties (Maybe UTCTime) Source #

The time that a Data Store was created.

datastoreProperties_datastoreName :: Lens' DatastoreProperties (Maybe Text) Source #

The user-generated name for the Data Store.

datastoreProperties_preloadDataConfig :: Lens' DatastoreProperties (Maybe PreloadDataConfig) Source #

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

datastoreProperties_sseConfiguration :: Lens' DatastoreProperties (Maybe SseConfiguration) Source #

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

datastoreProperties_datastoreId :: Lens' DatastoreProperties Text Source #

The AWS-generated ID number for the Data Store.

datastoreProperties_datastoreArn :: Lens' DatastoreProperties Text Source #

The Amazon Resource Name used in the creation of the Data Store.

datastoreProperties_datastoreStatus :: Lens' DatastoreProperties DatastoreStatus Source #

The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.

datastoreProperties_datastoreTypeVersion :: Lens' DatastoreProperties FHIRVersion Source #

The FHIR version. Only R4 version data is supported.

datastoreProperties_datastoreEndpoint :: Lens' DatastoreProperties Text Source #

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.

Constructors

ExportJobProperties' 

Fields

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.

exportJobProperties_dataAccessRoleArn :: Lens' ExportJobProperties (Maybe Text) Source #

The Amazon Resource Name used during the initiation of the job.

exportJobProperties_jobName :: Lens' ExportJobProperties (Maybe Text) Source #

The user generated name for an export job.

exportJobProperties_message :: Lens' ExportJobProperties (Maybe Text) Source #

An explanation of any errors that may have occurred during the export job.

exportJobProperties_jobId :: Lens' ExportJobProperties Text Source #

The AWS generated ID for an export job.

exportJobProperties_jobStatus :: Lens' ExportJobProperties JobStatus Source #

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

exportJobProperties_datastoreId :: Lens' ExportJobProperties Text Source #

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

exportJobProperties_outputDataConfig :: Lens' ExportJobProperties OutputDataConfig Source #

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.

Constructors

ImportJobProperties' 

Fields

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.

importJobProperties_dataAccessRoleArn :: Lens' ImportJobProperties (Maybe Text) Source #

The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.

importJobProperties_endTime :: Lens' ImportJobProperties (Maybe UTCTime) Source #

The time that the Import job was completed.

importJobProperties_jobName :: Lens' ImportJobProperties (Maybe Text) Source #

The user-generated name for an Import job.

importJobProperties_message :: Lens' ImportJobProperties (Maybe Text) Source #

An explanation of any errors that may have occurred during the FHIR import job.

importJobProperties_jobId :: Lens' ImportJobProperties Text Source #

The AWS-generated id number for the Import job.

importJobProperties_jobStatus :: Lens' ImportJobProperties JobStatus Source #

The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.

importJobProperties_submitTime :: Lens' ImportJobProperties UTCTime Source #

The time that the Import job was submitted for processing.

importJobProperties_datastoreId :: Lens' ImportJobProperties Text Source #

The datastore id used when the Import job was created.

importJobProperties_inputDataConfig :: Lens' ImportJobProperties InputDataConfig Source #

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' 

Fields

  • s3Uri :: Maybe Text

    The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.

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.

inputDataConfig_s3Uri :: Lens' InputDataConfig (Maybe Text) Source #

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.

Constructors

KmsEncryptionConfig' 

Fields

  • kmsKeyId :: Maybe Text

    The KMS encryption key id/alias used to encrypt the Data Store contents at rest.

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

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.

kmsEncryptionConfig_kmsKeyId :: Lens' KmsEncryptionConfig (Maybe Text) Source #

The KMS encryption key id/alias used to encrypt the Data Store contents at rest.

kmsEncryptionConfig_cmkType :: Lens' KmsEncryptionConfig CmkType Source #

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.

Constructors

OutputDataConfig' 

Fields

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.

outputDataConfig_s3Configuration :: Lens' OutputDataConfig (Maybe S3Configuration) Source #

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.

Constructors

PreloadDataConfig' 

Fields

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.

preloadDataConfig_preloadDataType :: Lens' PreloadDataConfig PreloadDataType Source #

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' 

Fields

  • s3Uri :: Text

    The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.

  • kmsKeyId :: Text

    The KMS key ID used to access the S3 bucket.

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.

s3Configuration_s3Uri :: Lens' S3Configuration Text Source #

The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.

s3Configuration_kmsKeyId :: Lens' S3Configuration Text Source #

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.

Constructors

SseConfiguration' 

Fields

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.

sseConfiguration_kmsEncryptionConfig :: Lens' SseConfiguration KmsEncryptionConfig Source #

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' 

Fields

  • key :: Text

    The key portion of a tag. Tag keys are case sensitive.

  • value :: Text

    The value portion of tag. Tag values are case sensitive.

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.

tag_key :: Lens' Tag Text Source #

The key portion of a tag. Tag keys are case sensitive.

tag_value :: Lens' Tag Text Source #

The value portion of tag. Tag values are case sensitive.