Smaws_Client_CloudFormation.DescribeStackSetOperationReturns the description of the specified StackSet operation.
This API provides strongly consistent reads meaning it will always return the most up-to-date data.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `OperationNotFoundException of Types.operation_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_stack_set_operation_input ->
(Types.describe_stack_set_operation_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `OperationNotFoundException of Types.operation_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_stack_set_operation_input ->
(Types.describe_stack_set_operation_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `OperationNotFoundException of Types.operation_not_found_exception
| `StackSetNotFoundException of Types.stack_set_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result