Module Values.BatchApplyUpdateActionMessageSource

Apply the service update. For more information on service updates and applying them, see Applying Service Updates.

Sourcetype nonrec t = {
  1. replicationGroupIds : ReplicationGroupIdList.t option;
    (*

    The replication group IDs

    *)
  2. cacheClusterIds : CacheClusterIdList.t option;
    (*

    The cache cluster IDs

    *)
  3. serviceUpdateName : String_.t;
    (*

    The unique ID of the service update

    *)
}
Sourceval context_ : string
Sourceval make : ?replicationGroupIds:??? -> ?cacheClusterIds:??? -> serviceUpdateName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t