waitUntilFunctionUpdatedV2

suspend fun LambdaClient.waitUntilFunctionUpdatedV2(request: GetFunctionRequest, retryStrategy: <Error class: unknown class>? = null): <Error class: unknown class><GetFunctionResponse>
suspend fun LambdaClient.waitUntilFunctionUpdatedV2(block: GetFunctionRequest.Builder.() -> Unit): <Error class: unknown class><GetFunctionResponse>

Waits for the function's LastUpdateStatus to be Successful. This waiter uses GetFunction API. This should be used after function updates.