Module Values.GetResourceRequestStatusInputSource

Returns 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.

Sourcetype nonrec t = {
  1. requestToken : RequestToken.t;
    (*

    A unique token used to track the progress of the resource operation request. Request tokens are included in the ProgressEvent type returned by a resource operation request.

    *)
}
Sourceval context_ : string
Sourceval make : requestToken:RequestToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RequestToken.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