Values.UpdateApplicationRequestSourceUpdates the specified application.
type nonrec t = {name : Name.t;The name of the application. This name is visible to users when display name is not specified.
*)displayName : DisplayName.t option;The display name of the application. This name is visible to users in the application catalog.
*)description : Description.t option;The description of the application.
*)iconS3Location : S3Location.t option;The icon S3 location of the application.
*)launchPath : String_.t option;The launch path of the application.
*)workingDirectory : String_.t option;The working directory of the application.
*)launchParameters : String_.t option;The launch parameters of the application.
*)appBlockArn : Arn.t option;The ARN of the app block.
*)attributesToDelete : ApplicationAttributes.t option;The attributes to delete for an application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of Name.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]