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:
|
CompatibleArchitectures |
A list of compatible instruction set architectures.
TYPE:
|
CompatibleRuntimes |
A list of compatible function runtimes.
TYPE:
|
Content |
The function layer archive.
TYPE:
|
Description |
The description of the version.
TYPE:
|
LicenseInfo |
The layer's software license.
TYPE:
|
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:
|
CompatibleRuntimes |
The layer's compatible runtimes.
TYPE:
|
Content |
Details about the layer version. |
CreatedDate |
The date that the layer version was created.
TYPE:
|
Description |
The description of the version.
TYPE:
|
LayerArn |
The ARN of the layer.
TYPE:
|
LayerVersionArn |
The ARN of the layer version.
TYPE:
|
LicenseInfo |
The layer's software license.
TYPE:
|
Version |
The version number.
TYPE:
|
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