Module Values.UpdateApplicationMessageSource

Request to update an application.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.

    *)
  2. description : Description.t option;
    (*

    A new description for the application. Default: If not specified, AWS Elastic Beanstalk does not update the description.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> applicationName:ApplicationName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t