Module Values_0.RunbooksSource

Sourcetype nonrec t = Runbook.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : Runbook.t list -> [> `List of [> `Structure of (string * [> `List of [> `Map of ([> `String of TargetMapKey.t ] * [> `List of [> `String of TargetMapValue.t ] list ]) list | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of TargetValue.t | `Structure of (string * [> `List of [> `String of TargetValue.t ] list | `String of TargetKey.t ]) list ] list | `String of TargetKey.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of AlarmName.t ]) list ] list ]) list ]) list ] list | `Map of ([> `String of AutomationParameterKey.t ] * [> `List of [> `String of AutomationParameterValue.t ] list ]) list | `String of DocumentARN.t ]) list ] list ]
Sourceval to_query : Runbook.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Runbook.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Runbook.t list
Sourceval to_json : Runbook.t list -> Yojson.Safe.t