Module Values.EnvironmentDescriptionsMessageSource

Result message containing a list of environment descriptions.

Sourcetype composeEnvironmentsResult = {
  1. environments : EnvironmentDescriptionsList.t option;
    (*

    Returns an EnvironmentDescription list.

    *)
  2. nextToken : Token.t option;
    (*

    In a paginated request, the token that you can pass in a subsequent request to get the next response page.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. composeEnvironmentsResult : composeEnvironmentsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InsufficientPrivilegesException of InsufficientPrivilegesException.t
  2. | `TooManyEnvironmentsException of TooManyEnvironmentsException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?environments:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InsufficientPrivilegesException of unit | `TooManyEnvironmentsException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InsufficientPrivilegesException of unit | `TooManyEnvironmentsException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Boolean of AbortableOperationInProgress.t | `Enum of string | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of EnvironmentName.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t ]) list ] list | `String of String_.t ]) list ]) list | `Timestamp of CreationDate.t ]) list ]) list ] list | `String of Token.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