Learn R Programming

paws.database (version 0.1.5)

elasticache_batch_stop_update_action: Stop the service update

Description

Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.

Usage

elasticache_batch_stop_update_action(ReplicationGroupIds,
  ServiceUpdateName)

Arguments

ReplicationGroupIds

[required] The replication group IDs

ServiceUpdateName

[required] The unique ID of the service update

Request syntax

svc$batch_stop_update_action(
  ReplicationGroupIds = list(
    "string"
  ),
  ServiceUpdateName = "string"
)