Values.GetResourceRequestStatusOutputSourceReturns the current status of a resource operation request. For more information, see Tracking the progress of resource operation requests in the Amazon Web Services Cloud Control API User Guide.
type nonrec t = {progressEvent : ProgressEvent.t option;Represents the current status of the resource operation request.
*)hooksProgressEvent : HooksProgressEvent.t option;Lists Hook invocations for the specified target in the request. This is a list since the same target can invoke multiple Hooks.
*)}type nonrec error = [ | `RequestTokenNotFoundException of RequestTokenNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `RequestTokenNotFoundException of RequestTokenNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `RequestTokenNotFoundException of RequestTokenNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of TypeName.t | `Timestamp of Timestamp.t ])
list ]
list
| `Structure of
(string
* [> `Enum of string
| `String of TypeName.t
| `Timestamp of Timestamp.t ])
list ])
list ]