Module Values.BatchGetApplicationRevisionsOutputSource

Represents the output of a BatchGetApplicationRevisions operation.

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

    The name of the application that corresponds to the revisions.

    *)
  2. errorMessage : ErrorMessage.t option;
    (*

    Information about errors that might have occurred during the API call.

    *)
  3. revisions : RevisionInfoList.t option;
    (*

    Additional information about the revisions, including the type and location.

    *)
}
Sourcetype nonrec error = [
  1. | `ApplicationDoesNotExistException of ApplicationDoesNotExistException.t
  2. | `ApplicationNameRequiredException of ApplicationNameRequiredException.t
  3. | `BatchLimitExceededException of BatchLimitExceededException.t
  4. | `InvalidApplicationNameException of InvalidApplicationNameException.t
  5. | `InvalidRevisionException of InvalidRevisionException.t
  6. | `RevisionRequiredException of RevisionRequiredException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?applicationName:??? -> ?errorMessage:??? -> ?revisions:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ApplicationDoesNotExistException of unit | `ApplicationNameRequiredException of unit | `BatchLimitExceededException of unit | `InvalidApplicationNameException of unit | `InvalidRevisionException of unit | `RevisionRequiredException 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 | `InvalidRevisionException of unit | `RevisionRequiredException 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 * [> `Structure of (string * [> `Enum of string | `List of [> `String of DeploymentGroupName.t ] list | `String of Description.t | `Structure of (string * [> `Enum of string | `String of S3Bucket.t ]) list | `Timestamp of Timestamp.t ]) list ]) list ] list | `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