Values.GetSoftwareUpdatesResultSourceReturns an Amazon S3 presigned URL for an update file associated with a specified JobId.
type nonrec t = {updatesURI : String_.t option;The Amazon S3 presigned URL for the update file associated with the specified JobId value. The software update will be available for 2 days after this request is made. To access an update after the 2 days have passed, you'll have to make another call to GetSoftwareUpdates.
*)}type nonrec error = [ | `InvalidJobStateException of InvalidJobStateException.t| `InvalidResourceException of InvalidResourceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidJobStateException of InvalidJobStateException.t
| `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidJobStateException of InvalidJobStateException.t
| `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]