Returns the names of all active (not deleted) resources.
lightsail_get_active_names(pageToken)
A list with the following syntax:
list(
activeNames = list(
"string"
),
nextPageToken = "string"
)
The token to advance to the next page of results from your request.
To get a page token, perform an initial
get_active_names
request. If your
results are paginated, the response will return a next page token that
you can specify as the page token in a subsequent request.
svc$get_active_names(
pageToken = "string"
)