Smaws_Client_SSM.DescribeAutomationStepExecutions
Information about all active and terminated step executions in an Automation workflow.
val request :
Smaws_Lib.Context.t ->
Types.describe_automation_step_executions_request ->
(Types.describe_automation_step_executions_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AutomationExecutionNotFoundException of
Types.automation_execution_not_found_exception
| `InternalServerError of Types.internal_server_error
| `InvalidFilterKey of Types.invalid_filter_key
| `InvalidFilterValue of Types.invalid_filter_value
| `InvalidNextToken of Types.invalid_next_token ])
Stdlib.result