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

Description

Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.

Synopsis

Creating a Request

data ListFHIRDatastores Source #

See: newListFHIRDatastores smart constructor.

Constructors

ListFHIRDatastores' 

Fields

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.

Request Lenses

listFHIRDatastores_filter :: Lens' ListFHIRDatastores (Maybe DatastoreFilter) Source #

Lists all filters associated with a FHIR Data Store request.

listFHIRDatastores_maxResults :: Lens' ListFHIRDatastores (Maybe Natural) Source #

The maximum number of Data Stores returned in a single page of a ListFHIRDatastoresRequest call.

listFHIRDatastores_nextToken :: Lens' ListFHIRDatastores (Maybe Text) Source #

Fetches the next page of Data Stores when results are paginated.

Destructuring the Response

data ListFHIRDatastoresResponse Source #

See: newListFHIRDatastoresResponse smart constructor.

Constructors

ListFHIRDatastoresResponse' 

Fields

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.

Response Lenses

listFHIRDatastoresResponse_nextToken :: Lens' ListFHIRDatastoresResponse (Maybe Text) Source #

Pagination token that can be used to retrieve the next page of results.