Apply the service update. For more information on service updates and applying them, see Applying Service Updates.
elasticache_batch_apply_update_action(ReplicationGroupIds,
CacheClusterIds, ServiceUpdateName)
The replication group IDs
The cache cluster IDs
[required] The unique ID of the service update
A list with the following syntax:
list( ProcessedUpdateActions = list( list( ReplicationGroupId = "string", CacheClusterId = "string", ServiceUpdateName = "string", UpdateActionStatus = "not-applied"|"waiting-to-start"|"in-progress"|"stopping"|"stopped"|"complete"|"scheduling"|"scheduled"|"not-applicable" ) ), UnprocessedUpdateActions = list( list( ReplicationGroupId = "string", CacheClusterId = "string", ServiceUpdateName = "string", ErrorType = "string", ErrorMessage = "string" ) ) )
svc$batch_apply_update_action( ReplicationGroupIds = list( "string" ), CacheClusterIds = list( "string" ), ServiceUpdateName = "string" )