Module Values.BackupRulesSource

Sourcetype nonrec t = BackupRule.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : BackupRule.t list -> [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of ResourceType.t ] list | `String of ARN.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Long of Long.t ]) list ]) list ] list | `Long of WindowMinutes.t | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of BackupRuleName.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Long of Long.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> BackupRule.t list
Sourceval of_json : [> Yojson.Safe.t ] -> BackupRule.t list
Sourceval to_json : BackupRule.t list -> Yojson.Safe.t