pub async fn patch_lambda_with_id(
configuration: &Configuration,
lambda_id: &str,
lambda_request: Option<LambdaRequest>,
) -> Result<LambdaResponse, Error<PatchLambdaWithIdError>>
Expand description
Updates, via PATCH, the lambda with the given Id.