Module Values.CancelResourceRequestInputSource

Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide. Only resource operations requests with a status of PENDING or IN_PROGRESS can be canceled.

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

    The RequestToken of the ProgressEvent object returned by the 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