Module Values.GetUploadJobPathRequestSource

This API retrieves the pre-signed URL and client token for uploading the file associated with the upload job.

Sourcetype nonrec t = {
  1. domainName : Name.t;
    (*

    The unique name of the domain containing the upload job.

    *)
  2. jobId : Name.t;
    (*

    The unique identifier of the upload job to retrieve the upload path for. This is generated from the CreateUploadJob API.

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