Module Values.DescribeClustersResponseSource

Returns information about all provisioned DAX clusters if no cluster identifier is specified, or about a specific DAX cluster if a cluster identifier is supplied. If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned. If the cluster is in the DELETING state, only cluster level information will be displayed. If nodes are currently being added to the DAX cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the DAX cluster state is available, the cluster is ready for use. If nodes are currently being removed from the DAX cluster, no endpoint information for the removed nodes is displayed.

Sourcetype nonrec t = {
  1. nextToken : String_.t option;
    (*

    Provides an identifier to allow retrieval of paginated results.

    *)
  2. clusters : ClusterList.t option;
    (*

    The descriptions of your DAX clusters, in response to a DescribeClusters request.

    *)
}
Sourcetype nonrec error = [
  1. | `ClusterNotFoundFault of ClusterNotFoundFault.t
  2. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?nextToken:??? -> ?clusters:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClusterNotFoundFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `ServiceLinkedRoleNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClusterNotFoundFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `ServiceLinkedRoleNotFoundFault 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 * [> `Enum of string | `Integer of IntegerOptional.t | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t ]) list | `Timestamp of TStamp.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t ] list | `String of String_.t ]) list ]) list ] list | `String of String_.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