List Services
proton_list_services | R Documentation |
List services with summaries of detail data¶
Description¶
List services with summaries of detail data.
Usage¶
Arguments¶
maxResults
The maximum number of services to list.
nextToken
A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.
Value¶
A list with the following syntax:
list(
nextToken = "string",
services = list(
list(
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
description = "string",
lastModifiedAt = as.POSIXct(
"2015-01-01"
),
name = "string",
status = "CREATE_IN_PROGRESS"|"CREATE_FAILED_CLEANUP_IN_PROGRESS"|"CREATE_FAILED_CLEANUP_COMPLETE"|"CREATE_FAILED_CLEANUP_FAILED"|"CREATE_FAILED"|"ACTIVE"|"DELETE_IN_PROGRESS"|"DELETE_FAILED"|"UPDATE_IN_PROGRESS"|"UPDATE_FAILED_CLEANUP_IN_PROGRESS"|"UPDATE_FAILED_CLEANUP_COMPLETE"|"UPDATE_FAILED_CLEANUP_FAILED"|"UPDATE_FAILED"|"UPDATE_COMPLETE_CLEANUP_FAILED",
statusMessage = "string",
templateName = "string"
)
)
)