Module Values.SigningJobsSource

Sourcetype nonrec t = SigningJob.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : SigningJob.t list -> [> `List of [> `Structure of (string * [> `Boolean of Bool_.t | `Enum of string | `String of JobId.t | `Structure of (string * [> `String of CertificateArn.t | `Structure of (string * [> `String of BucketName.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> SigningJob.t list
Sourceval of_json : [> Yojson.Safe.t ] -> SigningJob.t list
Sourceval to_json : SigningJob.t list -> Yojson.Safe.t