Module Values.CopyActionsSource

Sourcetype nonrec t = CopyAction.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : CopyAction.t list -> [> `List of [> `Structure of (string * [> `String of ARN.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 -> CopyAction.t list
Sourceval of_json : [> Yojson.Safe.t ] -> CopyAction.t list
Sourceval to_json : CopyAction.t list -> Yojson.Safe.t