Smaws_Client_CloudFormation.DescribeStackRefactorDescribes the stack refactor status.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `StackRefactorNotFoundException of Types.stack_refactor_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_stack_refactor_input ->
(Types.describe_stack_refactor_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `StackRefactorNotFoundException of
Types.stack_refactor_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_stack_refactor_input ->
(Types.describe_stack_refactor_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `StackRefactorNotFoundException of
Types.stack_refactor_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result