Module Values.BatchGetApplicationsOutputSource

Represents the output of a BatchGetApplications operation.

Sourcetype nonrec t = {
  1. applicationsInfo : ApplicationsInfoList.t option;
    (*

    Information about the applications.

    *)
}
Sourcetype nonrec error = [
  1. | `ApplicationDoesNotExistException of ApplicationDoesNotExistException.t
  2. | `ApplicationNameRequiredException of ApplicationNameRequiredException.t
  3. | `BatchLimitExceededException of BatchLimitExceededException.t
  4. | `InvalidApplicationNameException of InvalidApplicationNameException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?applicationsInfo:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ApplicationDoesNotExistException of unit | `ApplicationNameRequiredException of unit | `BatchLimitExceededException of unit | `InvalidApplicationNameException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ApplicationDoesNotExistException of unit | `ApplicationNameRequiredException of unit | `BatchLimitExceededException of unit | `InvalidApplicationNameException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of ApplicationId.t | `Timestamp of Timestamp.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