deleteLayerVersion
inline suspend fun LambdaClient.deleteLayerVersion(crossinline block: DeleteLayerVersionRequest.Builder.() -> Unit): DeleteLayerVersionResponse
Deletes a version of an Lambda layer. Deleted versions can no longer be viewed or added to functions. To avoid breaking functions, a copy of the version remains in Lambda until no functions refer to it.