Module Values.ManagedRuleGroupVersionSource

Describes a single version of a managed rule group.

Sourcetype nonrec t = {
  1. name : VersionKeyString.t option;
    (*

    The version name.

    *)
  2. lastUpdateTimestamp : Timestamp.t option;
    (*

    The date and time that the managed rule group owner updated the rule group version information.

    *)
}
Sourceval make : ?name:??? -> ?lastUpdateTimestamp:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VersionKeyString.t | `Timestamp of Timestamp.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