Lists all OpenSearch Serverless collections. For more information, see Creating and managing Amazon OpenSearch Serverless collections.
See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_list_collections/ for full documentation.
opensearchserviceserverless_list_collections(
collectionFilters = NULL,
nextToken = NULL,
maxResults = NULL
)
A list of filter names and values that you can use for requests.
If your initial
list_collections
operation returns a nextToken
, you can include the returned
nextToken
in subsequent
list_collections
operations, which returns results in the next page.
The maximum number of results to return. Default is 20. You can use
nextToken
to get the next page of results.