Values.UpdateActionSourceThe status of the service update for a specific replication group
type nonrec t = {replicationGroupId : String_.t option;The ID of the replication group
*)cacheClusterId : String_.t option;The ID of the cache cluster
*)serviceUpdateName : String_.t option;The unique ID of the service update
*)serviceUpdateReleaseDate : TStamp.t option;The date the update is first available
*)serviceUpdateSeverity : ServiceUpdateSeverity.t option;The severity of the service update
*)serviceUpdateStatus : ServiceUpdateStatus.t option;The status of the service update
*)serviceUpdateRecommendedApplyByDate : TStamp.t option;The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.
*)serviceUpdateType : ServiceUpdateType.t option;Reflects the nature of the service update
*)updateActionAvailableDate : TStamp.t option;The date that the service update is available to a replication group
*)updateActionStatus : UpdateActionStatus.t option;The status of the update action
*)nodesUpdated : String_.t option;The progress of the service update on the replication group
*)updateActionStatusModifiedDate : TStamp.t option;The date when the UpdateActionStatus was last modified
*)slaMet : SlaMet.t option;If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.
*)nodeGroupUpdateStatus : NodeGroupUpdateStatusList.t option;The status of the service update on the node group
*)cacheNodeUpdateStatus : CacheNodeUpdateStatusList.t option;The status of the service update on the cache node
*)estimatedUpdateTime : String_.t option;The estimated length of time for the update to complete
*)engine : String_.t option;The Elasticache engine to which the update applies. Either Valkey, Redis OSS or Memcached.
*)}val make :
?replicationGroupId:??? ->
?cacheClusterId:??? ->
?serviceUpdateName:??? ->
?serviceUpdateReleaseDate:??? ->
?serviceUpdateSeverity:??? ->
?serviceUpdateStatus:??? ->
?serviceUpdateRecommendedApplyByDate:??? ->
?serviceUpdateType:??? ->
?updateActionAvailableDate:??? ->
?updateActionStatus:??? ->
?nodesUpdated:??? ->
?updateActionStatusModifiedDate:??? ->
?slaMet:??? ->
?nodeGroupUpdateStatus:??? ->
?cacheNodeUpdateStatus:??? ->
?estimatedUpdateTime:??? ->
?engine:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]