Returns details of the service updates
elasticache_describe_service_updates(ServiceUpdateName,
ServiceUpdateStatus, MaxRecords, Marker)
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"
)
)
)
The unique ID of the service update
The status of the service update
The maximum number of records to include in the response
An 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
.
svc$describe_service_updates(
ServiceUpdateName = "string",
ServiceUpdateStatus = list(
"available"|"cancelled"|"expired"
),
MaxRecords = 123,
Marker = "string"
)