Module Values.SigningProfilesSource

Sourcetype nonrec t = SigningProfile.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : SigningProfile.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of SigningParameterKey.t ] * [> `String of SigningParameterValue.t ]) list | `String of ProfileName.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of CertificateArn.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> SigningProfile.t list
Sourceval of_json : [> Yojson.Safe.t ] -> SigningProfile.t list