| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.HealthLake.ListFHIRDatastores
Description
Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.
Synopsis
- data ListFHIRDatastores = ListFHIRDatastores' {}
- newListFHIRDatastores :: ListFHIRDatastores
- listFHIRDatastores_filter :: Lens' ListFHIRDatastores (Maybe DatastoreFilter)
- listFHIRDatastores_maxResults :: Lens' ListFHIRDatastores (Maybe Natural)
- listFHIRDatastores_nextToken :: Lens' ListFHIRDatastores (Maybe Text)
- data ListFHIRDatastoresResponse = ListFHIRDatastoresResponse' {}
- newListFHIRDatastoresResponse :: Int -> ListFHIRDatastoresResponse
- listFHIRDatastoresResponse_nextToken :: Lens' ListFHIRDatastoresResponse (Maybe Text)
- listFHIRDatastoresResponse_httpStatus :: Lens' ListFHIRDatastoresResponse Int
- listFHIRDatastoresResponse_datastorePropertiesList :: Lens' ListFHIRDatastoresResponse [DatastoreProperties]
Creating a Request
data ListFHIRDatastores Source #
See: newListFHIRDatastores smart constructor.
Constructors
| ListFHIRDatastores' | |
Fields
| |
Instances
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
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.
listFHIRDatastoresResponse_httpStatus :: Lens' ListFHIRDatastoresResponse Int Source #
The response's http status code.
listFHIRDatastoresResponse_datastorePropertiesList :: Lens' ListFHIRDatastoresResponse [DatastoreProperties] Source #
All properties associated with the listed Data Stores.