Module Values.GetSoftwareUpdatesResultSource

Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidJobStateException of InvalidJobStateException.t
  2. | `InvalidResourceException of InvalidResourceException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?updatesURI:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidJobStateException of InvalidJobStateException.t | `InvalidResourceException of InvalidResourceException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidJobStateException of InvalidJobStateException.t | `InvalidResourceException of InvalidResourceException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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