Package-level declarations

Inherited functions

Link copied to clipboard
suspend fun LambdaClient.waitUntilFunctionActive(request: GetFunctionConfigurationRequest, retryStrategy: <Error class: unknown class>? = null): <Error class: unknown class><GetFunctionConfigurationResponse>

Waits for the function's State to be Active. This waiter uses GetFunctionConfiguration API. This should be used after new function creation.

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

Waits for the function's State to be Active. This waiter uses GetFunction API. This should be used after new function creation.

Link copied to clipboard
suspend fun LambdaClient.waitUntilFunctionExists(block: GetFunctionRequest.Builder.() -> Unit): <Error class: unknown class><GetFunctionResponse>
suspend fun LambdaClient.waitUntilFunctionExists(request: GetFunctionRequest, retryStrategy: <Error class: unknown class>? = null): <Error class: unknown class><GetFunctionResponse>
Link copied to clipboard
suspend fun LambdaClient.waitUntilFunctionUpdated(request: GetFunctionConfigurationRequest, retryStrategy: <Error class: unknown class>? = null): <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.

Link copied to clipboard
suspend fun LambdaClient.waitUntilFunctionUpdatedV2(block: GetFunctionRequest.Builder.() -> Unit): <Error class: unknown class><GetFunctionResponse>
suspend fun LambdaClient.waitUntilFunctionUpdatedV2(request: GetFunctionRequest, retryStrategy: <Error class: unknown class>? = null): <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.

Link copied to clipboard
suspend fun LambdaClient.waitUntilPublishedVersionActive(request: GetFunctionConfigurationRequest, retryStrategy: <Error class: unknown class>? = null): <Error class: unknown class><GetFunctionConfigurationResponse>

Waits for the published version's State to be Active. This waiter uses GetFunctionConfiguration API. This should be used after new version is published.