healthlake_list_fhir_datastores {paws.analytics} | R Documentation |
Lists all FHIR data stores that are in the user’s account, regardless of data store status
Description
Lists all FHIR data stores that are in the user’s account, regardless of data store status.
See https://www.paws-r-sdk.com/docs/healthlake_list_fhir_datastores/ for full documentation.
Usage
healthlake_list_fhir_datastores(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
Filter |
Lists all filters associated with a FHIR data store request. |
NextToken |
Fetches the next page of data stores when results are paginated. |
MaxResults |
The maximum number of data stores returned in a single page of a ListFHIRDatastoresRequest call. |
[Package paws.analytics version 0.9.0 Index]