name | Types of | describe | example value |
---|---|---|---|
object | The information about the layer in the response. | ||
layerName | string | The name of the layer. | MyLayer |
version | integer | The version of the layer. | 1 |
description | string | The description of the layer version. | the first layer |
code | LayerCode | The information about the layer code package. | |
codeSize | integer | The size of the layer code package. Unit: Byte. | 421 |
codeChecksum | string | The checksum of the layer code package. | 2825179536350**** |
createTime | string | The time when the layer version was created. | 2022-01-01T11:08:00Z |
acl | integer | The access mode of the layer. | 0 |
arn | string | The name of the layer. | xxxxxxxx#Layer-name#1 |
compatibleRuntime | array | The list of runtime environments that are supported by the layer. | |
string | The name of the runtime. Valid values: nodejs14, nodejs12, nodejs10, nodejs8, nodejs6, python3 and python2.7. | python3 |