Skip to content

List versions by function

async_boto.validation.lambda_.list_versions_by_function

ListVersionsByFunctionRequest

Bases: BaseModel

Request model for listing versions of a Lambda function.

ATTRIBUTE DESCRIPTION
FunctionName

The name or ARN of the Lambda function.

TYPE: str

Marker

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

TYPE: str

MaxItems

The maximum number of versions to return.

TYPE: int

FunctionName instance-attribute

FunctionName

Marker instance-attribute

Marker

MaxItems instance-attribute

MaxItems

ListVersionsByFunctionResponse

Bases: BaseModel

Response model for listing versions of a Lambda function.

ATTRIBUTE DESCRIPTION
NextMarker

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

TYPE: str

Versions

A list of Lambda function versions.

TYPE: list

NextMarker instance-attribute

NextMarker

Versions instance-attribute

Versions