Values.LayerSourceAn object representing an Amazon ECR image layer.
type nonrec t = {layerDigest : LayerDigest.t option;The sha256 digest of the image layer.
*)layerAvailability : LayerAvailability.t option;The availability status of the image layer.
*)layerSize : LayerSizeInBytes.t option;The size, in bytes, of the image layer.
*)mediaType : MediaType.t option;The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of LayerSizeInBytes.t
| `String of LayerDigest.t ])
list ]