Values.UpdateApplicationRequestSourceUpdates application properties.
type nonrec t = {applicationArn : ApplicationArn.t;Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
*)name : ApplicationNameType.t option;Specifies the updated name for the application.
*)description : Description.t option;The description of the .
*)status : ApplicationStatus.t option;Specifies whether the application is enabled or disabled.
*)portalOptions : UpdateApplicationPortalOptions.t option;A structure that describes the options for the portal associated with an application.
*)}val make :
?name:??? ->
?description:??? ->
?status:??? ->
?portalOptions:??? ->
applicationArn:ApplicationArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApplicationArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of ApplicationUrl.t ])
list ])
list ])
list ]