Skip to content

List layer versions

async_boto.validation.lambda_.list_layer_versions

ListLayerVersionsRequest

Bases: BaseModel

Request model for listing AWS Lambda layer versions.

ATTRIBUTE DESCRIPTION
LayerName

The name or ARN of the layer.

TYPE: str

CompatibleArchitecture

The compatible instruction set architecture.

TYPE: str

CompatibleRuntime

A runtime identifier.

TYPE: str

Marker

A pagination token returned by a previous call.

TYPE: str

MaxItems

The maximum number of versions to return.

TYPE: int

LayerName instance-attribute

LayerName

CompatibleArchitecture instance-attribute

CompatibleArchitecture

CompatibleRuntime instance-attribute

CompatibleRuntime

Marker instance-attribute

Marker

MaxItems instance-attribute

MaxItems

ListLayerVersionsResponse

Bases: BaseModel

Response model for listing AWS Lambda layer versions.

ATTRIBUTE DESCRIPTION
LayerVersions

A list of versions.

TYPE: list

NextMarker

A pagination token that's included if more results are available.

TYPE: str

LayerVersions instance-attribute

LayerVersions

NextMarker instance-attribute

NextMarker