getDurableExecutionState
inline suspend fun LambdaClient.getDurableExecutionState(crossinline block: GetDurableExecutionStateRequest.Builder.() -> Unit): GetDurableExecutionStateResponse
Retrieves the current execution state required for the replay process during durable function execution. This API is used by the Lambda durable functions SDK to get state information needed for replay. You typically don't need to call this API directly as the SDK handles state management automatically.
The response contains operations ordered by start sequence number in ascending order. Completed operations with children don't include child operation details since they don't need to be replayed.