Module Values.IncreaseReplicationFactorResponseSource

Adds one or more nodes to a DAX cluster.

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

    A description of the DAX cluster, with its new replication factor.

    *)
}
Sourcetype nonrec error = [
  1. | `ClusterNotFoundFault of ClusterNotFoundFault.t
  2. | `InsufficientClusterCapacityFault of InsufficientClusterCapacityFault.t
  3. | `InvalidClusterStateFault of InvalidClusterStateFault.t
  4. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  5. | `InvalidParameterValueException of InvalidParameterValueException.t
  6. | `InvalidVPCNetworkStateFault of InvalidVPCNetworkStateFault.t
  7. | `NodeQuotaForClusterExceededFault of NodeQuotaForClusterExceededFault.t
  8. | `NodeQuotaForCustomerExceededFault of NodeQuotaForCustomerExceededFault.t
  9. | `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?cluster:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClusterNotFoundFault of unit | `InsufficientClusterCapacityFault of unit | `InvalidClusterStateFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidVPCNetworkStateFault of unit | `NodeQuotaForClusterExceededFault of unit | `NodeQuotaForCustomerExceededFault of unit | `ServiceLinkedRoleNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClusterNotFoundFault of unit | `InsufficientClusterCapacityFault of unit | `InvalidClusterStateFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidVPCNetworkStateFault of unit | `NodeQuotaForClusterExceededFault of unit | `NodeQuotaForCustomerExceededFault of unit | `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 * [> `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 ]
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