delete_layer_version¶
Operation¶
delete_layer_version
async
¶
delete_layer_version(input: DeleteLayerVersionInput, plugins: list[Plugin] | None = None) -> DeleteLayerVersionOutput
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.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteLayerVersionInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteLayerVersionOutput
|
An instance of |
Input¶
DeleteLayerVersionInput
dataclass
¶
Output¶
DeleteLayerVersionOutput
dataclass
¶
Dataclass for DeleteLayerVersionOutput structure.