Values.ApplicationCodeConfigurationDescriptionSourceDescribes code configuration for an application.
type nonrec t = {codeContentType : CodeContentType.t option;Specifies whether the code content is in text or zip format.
*)codeContentDescription : CodeContentDescription.t option;Describes details about the location and format of the application code.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Long of CodeSize.t
| `String of TextContent.t
| `Structure of (string * [> `String of BucketARN.t ]) list ])
list ])
list ]