waitUntilFunctionUpdated
suspend fun LambdaClient.waitUntilFunctionUpdated(request: GetFunctionConfigurationRequest, retryStrategy: <Error class: unknown class>? = null): <Error class: unknown class><GetFunctionConfigurationResponse>
suspend fun LambdaClient.waitUntilFunctionUpdated(block: GetFunctionConfigurationRequest.Builder.() -> Unit): <Error class: unknown class><GetFunctionConfigurationResponse>
Waits for the function's LastUpdateStatus to be Successful. This waiter uses GetFunctionConfiguration API. This should be used after function updates.