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:
|
VersionNumber |
The version number.
TYPE:
|
StatementId |
The identifier that was specified when the statement was added.
TYPE:
|
RevisionId |
Only update the policy if the revision ID matches the ID specified.
TYPE:
|
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.