Returns details of the update actions
elasticache_describe_update_actions(ServiceUpdateName,
ReplicationGroupIds, ServiceUpdateStatus, ServiceUpdateTimeRange,
UpdateActionStatus, ShowNodeLevelUpdateStatus, MaxRecords, Marker)
The unique ID of the service update
The replication group IDs
The status of the service update
The range of time specified to search for service updates that are in available status
The status of the update action.
Dictates whether to include node level update status in the response
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_update_actions( ServiceUpdateName = "string", ReplicationGroupIds = list( "string" ), ServiceUpdateStatus = list( "available"|"cancelled"|"expired" ), ServiceUpdateTimeRange = list( StartTime = as.POSIXct( "2015-01-01" ), EndTime = as.POSIXct( "2015-01-01" ) ), UpdateActionStatus = list( "not-applied"|"waiting-to-start"|"in-progress"|"stopping"|"stopped"|"complete" ), ShowNodeLevelUpdateStatus = TRUE|FALSE, MaxRecords = 123, Marker = "string" )