Returns a list of available recipes
Returns a list of available recipes. The response provides the properties for each recipe, including the recipe's Amazon Resource Name (ARN).
personalize_list_recipes(recipeProvider, nextToken, maxResults)
recipeProvider |
The default is |
nextToken |
A token returned from the previous call to
|
maxResults |
The maximum number of recipes to return. |
A list with the following syntax:
list( recipes = list( list( name = "string", recipeArn = "string", status = "string", creationDateTime = as.POSIXct( "2015-01-01" ), lastUpdatedDateTime = as.POSIXct( "2015-01-01" ) ) ), nextToken = "string" )
svc$list_recipes( recipeProvider = "SERVICE", nextToken = "string", maxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.