Values.CreateUploadUrlResponseSourceGenerates 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.
type nonrec t = {s3Url : S3Url.t option;A pre-signed S3 URL. You can upload the code file you want to scan with the required requestHeaders using any HTTP client.
*)requestHeaders : RequestHeaderMap.t option;A set of key-value pairs that contain the required headers when uploading your resource.
*)codeArtifactId : Uuid.t option;The identifier for the uploaded code resource. Pass this to CreateScan to use the uploaded resources.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of HeaderKey.t ] * [> `String of HeaderValue.t ])
list
| `String of S3Url.t ])
list ]