Values_0.StartSigningJobParameterSourceInformation required to start a signing job.
type nonrec t = {signingProfileParameter : SigningProfileParameter.t option;Describes the code-signing profile.
*)signingProfileName : SigningProfileName.t option;The code-signing profile name.
*)destination : Destination.t option;The location to write the code-signed file.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SigningProfileName.t
| `Structure of
(string
* [> `String of CertificateArn.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ])
list ]