Batch Apply Update Action
| elasticache_batch_apply_update_action | R Documentation |
Apply the service update¶
Description¶
Apply the service update. For more information on service updates and applying them, see Applying Service Updates.
Usage¶
Arguments¶
ReplicationGroupIdsThe replication group IDs
CacheClusterIdsThe 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"
)
)
)