Values.GetUploadStatusResponseSourceGets the status of the specified upload.
type nonrec t = {uploadId : UploadId.t option;The ID of the upload.
*)uploadStatus : UploadStatus.t option;The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.
*)namespaceArn : Arn.t option;The ARN of the upload.
*)namespaceName : NamespaceName.t option;The name of the upload's namespace.
*)namespaceVersion : Version.t option;The version of the user's namespace. Defaults to the latest version of the user's namespace.
*)failureReason : StringList.t option;The reason for an upload failure.
*)createdDate : Timestamp.t option;The date at which the upload was created.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `Long of Version.t
| `String of UploadId.t
| `Timestamp of Timestamp.t ])
list ]