Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.
Synopsis
- data ListFHIRDatastores = ListFHIRDatastores' {}
- newListFHIRDatastores :: ListFHIRDatastores
- listFHIRDatastores_nextToken :: Lens' ListFHIRDatastores (Maybe Text)
- listFHIRDatastores_filter :: Lens' ListFHIRDatastores (Maybe DatastoreFilter)
- listFHIRDatastores_maxResults :: Lens' ListFHIRDatastores (Maybe Natural)
- 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.
ListFHIRDatastores' | |
|
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:nextToken:ListFHIRDatastores'
, listFHIRDatastores_nextToken
- Fetches the next page of Data Stores when results are paginated.
$sel:filter':ListFHIRDatastores'
, listFHIRDatastores_filter
- Lists all filters associated with a FHIR Data Store request.
$sel:maxResults:ListFHIRDatastores'
, listFHIRDatastores_maxResults
- The maximum number of Data Stores returned in a single page of a
ListFHIRDatastoresRequest call.
Request Lenses
listFHIRDatastores_nextToken :: Lens' ListFHIRDatastores (Maybe Text) Source #
Fetches the next page of Data Stores when results are paginated.
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.
Destructuring the Response
data ListFHIRDatastoresResponse Source #
See: newListFHIRDatastoresResponse
smart constructor.
ListFHIRDatastoresResponse' | |
|
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:
$sel:nextToken:ListFHIRDatastores'
, listFHIRDatastoresResponse_nextToken
- Pagination token that can be used to retrieve the next page of results.
$sel:httpStatus:ListFHIRDatastoresResponse'
, listFHIRDatastoresResponse_httpStatus
- The response's http status code.
$sel:datastorePropertiesList:ListFHIRDatastoresResponse'
, listFHIRDatastoresResponse_datastorePropertiesList
- All properties associated with the listed Data Stores.
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.