Describe Service Updates
| elasticache_describe_service_updates | R Documentation |
Returns details of the service updates¶
Description¶
Returns details of the service updates
Usage¶
Arguments¶
ServiceUpdateNameThe unique ID of the service update
ServiceUpdateStatusThe status of the service update
MaxRecordsThe maximum number of records to include in the response
MarkerAn optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.
Value¶
A list with the following syntax:
list(
Marker = "string",
ServiceUpdates = list(
list(
ServiceUpdateName = "string",
ServiceUpdateReleaseDate = as.POSIXct(
"2015-01-01"
),
ServiceUpdateEndDate = as.POSIXct(
"2015-01-01"
),
ServiceUpdateSeverity = "critical"|"important"|"medium"|"low",
ServiceUpdateRecommendedApplyByDate = as.POSIXct(
"2015-01-01"
),
ServiceUpdateStatus = "available"|"cancelled"|"expired",
ServiceUpdateDescription = "string",
ServiceUpdateType = "security-update",
Engine = "string",
EngineVersion = "string",
AutoUpdateAfterRecommendedApplyByDate = TRUE|FALSE,
EstimatedUpdateTime = "string"
)
)
)