Values.LayerVersionContentInputSourceA ZIP archive that contains the contents of an Lambda layer. You can specify either an Amazon S3 location, or upload a layer archive directly.
type nonrec t = {s3Bucket : S3Bucket.t option;The Amazon S3 bucket of the layer archive.
*)s3Key : S3Key.t option;The Amazon S3 key of the layer archive.
*)s3ObjectVersion : S3ObjectVersion.t option;For versioned objects, the version of the layer archive object to use.
*)zipFile : Blob.t option;The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.
*)}val to_value :
t ->
[> `Structure of (string * [> `Blob of Blob.t | `String of S3Bucket.t ]) list ]