Smaws_Client_CloudFormation.ListStackSetOperationsReturns summary information about operations performed on a StackSet.
This API provides eventually consistent reads meaning it may take some time but will eventually return the most up-to-date data.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `StackSetNotFoundException of Types.stack_set_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_stack_set_operations_input ->
(Types.list_stack_set_operations_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `StackSetNotFoundException of Types.stack_set_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_stack_set_operations_input ->
(Types.list_stack_set_operations_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `StackSetNotFoundException of Types.stack_set_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result