Module Values.DescribeApplicationsMessageSource

Request to describe one or more applications.

Sourcetype nonrec t = {
  1. applicationNames : ApplicationNamesList.t option;
    (*

    If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

    *)
}
Sourceval make : ?applicationNames:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ApplicationName.t ] 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