Values.ApplicationCodeConfigurationUpdateSourceDescribes code configuration updates for an application. This is supported for a Managed Service for Apache Flink application or a SQL-based Kinesis Data Analytics application.
type nonrec t = {codeContentTypeUpdate : CodeContentType.t option;Describes updates to the code content type.
*)codeContentUpdate : CodeContentUpdate.t option;Describes updates to the code content of an application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Blob of ZipFileContent.t
| `String of TextContent.t
| `Structure of (string * [> `String of BucketARN.t ]) list ])
list ])
list ]