Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.
elasticache_batch_stop_update_action(ReplicationGroupIds,
CacheClusterIds, ServiceUpdateName)
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"
)
)
)
The replication group IDs
The cache cluster IDs
[required] The unique ID of the service update
svc$batch_stop_update_action(
ReplicationGroupIds = list(
"string"
),
CacheClusterIds = list(
"string"
),
ServiceUpdateName = "string"
)