Smaws_Client_CloudControl.GetResourceRequestStatusReturns 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `RequestTokenNotFoundException of Types.request_token_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_resource_request_status_input ->
(Types.get_resource_request_status_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `RequestTokenNotFoundException of Types.request_token_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_resource_request_status_input ->
(Types.get_resource_request_status_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `RequestTokenNotFoundException of Types.request_token_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result