Skip to content

Publish layer version

async_boto.validation.lambda_.publish_layer_version

PublishLayerVersionRequest

Bases: BaseModel

Request model for publishing a new version of an AWS Lambda layer.

ATTRIBUTE DESCRIPTION
LayerName

The name or ARN of the layer.

TYPE: str

CompatibleArchitectures

A list of compatible instruction set architectures.

TYPE: list

CompatibleRuntimes

A list of compatible function runtimes.

TYPE: list

Content

The function layer archive.

TYPE: LayerVersionContentInput

Description

The description of the version.

TYPE: str

LicenseInfo

The layer's software license.

TYPE: str

LayerName instance-attribute

LayerName

CompatibleArchitectures instance-attribute

CompatibleArchitectures

CompatibleRuntimes instance-attribute

CompatibleRuntimes

Content instance-attribute

Content

Description instance-attribute

Description

LicenseInfo instance-attribute

LicenseInfo

PublishLayerVersionResponse

Bases: BaseModel

Response model for publishing a new version of an AWS Lambda layer.

ATTRIBUTE DESCRIPTION
CompatibleArchitectures

A list of compatible instruction set architectures.

TYPE: list

CompatibleRuntimes

The layer's compatible runtimes.

TYPE: list

Content

Details about the layer version.

TYPE: LayerVersionContentOutput

CreatedDate

The date that the layer version was created.

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