Module Values_0.CodeSigningSource

Describes the method to use when code signing a file.

Sourcetype nonrec t = {
  1. awsSignerJobId : SigningJobId.t option;
    (*

    The ID of the AWSSignerJob which was created to sign the file.

    *)
  2. startSigningJobParameter : StartSigningJobParameter.t option;
    (*

    Describes the code-signing job.

    *)
  3. customCodeSigning : CustomCodeSigning.t option;
    (*

    A custom method for code signing a file.

    *)
}
Sourceval make : ?awsSignerJobId:??? -> ?startSigningJobParameter:??? -> ?customCodeSigning:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t