Batch Stop Update Action
elasticache_batch_stop_update_action | R Documentation |
Stop the service update¶
Description¶
Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.
Usage¶
Arguments¶
ReplicationGroupIds
The replication group IDs
CacheClusterIds
The cache cluster IDs
ServiceUpdateName
[required] The unique ID of the service update
Value¶
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"
)
)
)