Module Values.UpdateApplicationRequestSource

Updates application properties.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. name : ApplicationNameType.t option;
    (*

    Specifies the updated name for the application.

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

    The description of the .

    *)
  4. status : ApplicationStatus.t option;
    (*

    Specifies whether the application is enabled or disabled.

    *)
  5. portalOptions : UpdateApplicationPortalOptions.t option;
    (*

    A structure that describes the options for the portal associated with an application.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?status:??? -> ?portalOptions:??? -> applicationArn:ApplicationArn.t -> unit -> t
Sourceval 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 ]
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