50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


paws.analytics (version 0.5.0)

datazone_search_listings: Searches listings in Amazon DataZone

Description

Searches listings in Amazon DataZone.

See https://www.paws-r-sdk.com/docs/datazone_search_listings/ for full documentation.

Usage

datazone_search_listings(
  additionalAttributes = NULL,
  domainIdentifier,
  filters = NULL,
  maxResults = NULL,
  nextToken = NULL,
  searchIn = NULL,
  searchText = NULL,
  sort = NULL
)

Arguments

additionalAttributes

Specifies additional attributes for the search.

domainIdentifier

[required] The identifier of the domain in which to search listings.

filters

Specifies the filters for the search of listings.

maxResults

The maximum number of results to return in a single call to search_listings. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to search_listings to list the next set of results.

nextToken

When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to search_listings to list the next set of results.

searchIn

searchText

Specifies the text for which to search.

sort

Specifies the way for sorting the search results.