Values_0.CodeSigningSourceDescribes the method to use when code signing a file.
type nonrec t = {awsSignerJobId : SigningJobId.t option;The ID of the AWSSignerJob which was created to sign the file.
*)startSigningJobParameter : StartSigningJobParameter.t option;Describes the code-signing job.
*)customCodeSigning : CustomCodeSigning.t option;A custom method for code signing a file.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SigningJobId.t
| `Structure of
(string
* [> `String of SigningProfileName.t
| `Structure of
(string
* [> `Blob of Signature.t
| `String of CertificateArn.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ])
list ])
list ]