Module Values.UpdateClusterSettingsResponseSource

Modifies the settings to use for a cluster.

Sourcetype nonrec t = {
  1. cluster : Cluster.t option;
    (*

    Details about the cluster

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ClientException of ClientException.t
  3. | `ClusterNotFoundException of ClusterNotFoundException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `ServerException of ServerException.t
  6. | `UpdateInProgressException of UpdateInProgressException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?cluster:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `ClusterNotFoundException of ClusterNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `ServerException of ServerException.t | `Unknown_operation_error of string * string option | `UpdateInProgressException of UpdateInProgressException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `ClusterNotFoundException of ClusterNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `ServerException of ServerException.t | `Unknown_operation_error of string * string option | `UpdateInProgressException of UpdateInProgressException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of CapacityProviderStrategyItemWeight.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) list ]) list ]) 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