Skip to content

Remove layer version permission

async_boto.validation.lambda_.remove_layer_version_permission

RemoveLayerVersionPermissionRequest

Bases: BaseModel

Request model for removing a statement from the permissions policy for a version of an AWS Lambda layer.

ATTRIBUTE DESCRIPTION
LayerName

The name or ARN of the layer.

TYPE: str

VersionNumber

The version number.

TYPE: int

StatementId

The identifier that was specified when the statement was added.

TYPE: str

RevisionId

Only update the policy if the revision ID matches the ID specified.

TYPE: str

LayerName instance-attribute

LayerName

VersionNumber instance-attribute

VersionNumber

StatementId instance-attribute

StatementId

RevisionId instance-attribute

RevisionId

RemoveLayerVersionPermissionResponse

Bases: BaseModel

Response model for removing a statement from the permissions policy for a version of an AWS Lambda layer.

This is an empty response model as the API returns a 204 No Content status.