Values.CodeContentUpdateSourceDescribes an update to the code of an application. Not supported for Apache Zeppelin.
type nonrec t = {textContentUpdate : TextContent.t option;Describes an update to the text code for an application.
*)zipFileContentUpdate : ZipFileContent.t option;Describes an update to the zipped code for an application.
*)s3ContentLocationUpdate : S3ContentLocationUpdate.t option;Describes an update to the location of code for an application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of ZipFileContent.t
| `String of TextContent.t
| `Structure of (string * [> `String of BucketARN.t ]) list ])
list ]