Skip to content

Get layer version

async_boto.validation.lambda_.get_layer_version

GetLayerVersionRequest

Bases: BaseModel

Request model for retrieving information about 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

LayerName instance-attribute

LayerName

VersionNumber instance-attribute

VersionNumber

GetLayerVersionResponse

Bases: BaseModel

Response model for retrieving information about a version of an AWS Lambda layer.

ATTRIBUTE DESCRIPTION
CompatibleArchitectures

A list of compatible instruction set architectures.

TYPE: List[str]

CompatibleRuntimes

The layer's compatible runtimes.

TYPE: List[str]

Content

Details about the layer version.

TYPE: LayerVersionContentOutput

CreatedDate

The date that the layer version was created, in ISO-8601 format.

TYPE: str

Description

The description of the version.

TYPE: str

LayerArn

The ARN of the layer.

TYPE: str

LayerVersionArn

The ARN of the layer version.

TYPE: str

LicenseInfo

The layer's software license.

TYPE: str

Version

The version number.

TYPE: int

CompatibleArchitectures instance-attribute

CompatibleArchitectures

CompatibleRuntimes instance-attribute

CompatibleRuntimes

Content instance-attribute

Content

CreatedDate instance-attribute

CreatedDate

Description instance-attribute

Description

LayerArn instance-attribute

LayerArn

LayerVersionArn instance-attribute

LayerVersionArn

LicenseInfo instance-attribute

LicenseInfo

Version instance-attribute

Version