Module Values.CreateUploadUrlRequestSource

Generates a pre-signed URL, request headers used to upload a code resource, and code artifact identifier for the uploaded resource. You can upload your code resource to the URL with the request headers using any HTTP client.

Sourcetype nonrec t = {
  1. scanName : ScanName.t;
    (*

    The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name to track revisions across multiple scans of the same resource. Use this scanName when you call CreateScan on the code resource you upload to this URL.

    *)
}
Sourceval context_ : string
Sourceval make : scanName:ScanName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ScanName.t ]) 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