Lists available versions of Grafana
Source:R/managedgrafana_operations.R
managedgrafana_list_versions.RdLists available versions of Grafana. These are available when calling create_workspace. Optionally, include a workspace to list the versions to which it can be upgraded.
See https://www.paws-r-sdk.com/docs/managedgrafana_list_versions/ for full documentation.
Arguments
- maxResults
The maximum number of results to include in the response.
- nextToken
The token to use when requesting the next set of results. You receive this token from a previous
list_versionsoperation.- workspaceId
The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana that are supported for
create_workspace.