sendTaskSuccess
inline suspend fun SfnClient.sendTaskSuccess(crossinline block: SendTaskSuccessRequest.Builder.() -> Unit): SendTaskSuccessResponse
Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run pattern to report that the task identified by the taskToken
completed successfully.