Module Values.CreateCacheClusterResultSource

Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached, Valkey or Redis OSS. This operation is not supported for Valkey or Redis OSS (cluster mode enabled) clusters.

Sourcetype createCacheClusterResult = {
  1. cacheCluster : CacheCluster.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createCacheClusterResult : createCacheClusterResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `CacheClusterAlreadyExistsFault of CacheClusterAlreadyExistsFault.t
  2. | `CacheParameterGroupNotFoundFault of CacheParameterGroupNotFoundFault.t
  3. | `CacheSecurityGroupNotFoundFault of CacheSecurityGroupNotFoundFault.t
  4. | `CacheSubnetGroupNotFoundFault of CacheSubnetGroupNotFoundFault.t
  5. | `ClusterQuotaForCustomerExceededFault of ClusterQuotaForCustomerExceededFault.t
  6. | `InsufficientCacheClusterCapacityFault of InsufficientCacheClusterCapacityFault.t
  7. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  8. | `InvalidParameterValueException of InvalidParameterValueException.t
  9. | `InvalidReplicationGroupStateFault of InvalidReplicationGroupStateFault.t
  10. | `InvalidVPCNetworkStateFault of InvalidVPCNetworkStateFault.t
  11. | `NodeQuotaForClusterExceededFault of NodeQuotaForClusterExceededFault.t
  12. | `NodeQuotaForCustomerExceededFault of NodeQuotaForCustomerExceededFault.t
  13. | `ReplicationGroupNotFoundFault of ReplicationGroupNotFoundFault.t
  14. | `TagQuotaPerResourceExceeded of TagQuotaPerResourceExceeded.t
  15. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?cacheCluster:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CacheClusterAlreadyExistsFault of unit | `CacheParameterGroupNotFoundFault of unit | `CacheSecurityGroupNotFoundFault of unit | `CacheSubnetGroupNotFoundFault of unit | `ClusterQuotaForCustomerExceededFault of unit | `InsufficientCacheClusterCapacityFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidReplicationGroupStateFault of unit | `InvalidVPCNetworkStateFault of unit | `NodeQuotaForClusterExceededFault of unit | `NodeQuotaForCustomerExceededFault of unit | `ReplicationGroupNotFoundFault of unit | `TagQuotaPerResourceExceeded of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CacheClusterAlreadyExistsFault of unit | `CacheParameterGroupNotFoundFault of unit | `CacheSecurityGroupNotFoundFault of unit | `CacheSubnetGroupNotFoundFault of unit | `ClusterQuotaForCustomerExceededFault of unit | `InsufficientCacheClusterCapacityFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidReplicationGroupStateFault of unit | `InvalidVPCNetworkStateFault of unit | `NodeQuotaForClusterExceededFault of unit | `NodeQuotaForCustomerExceededFault of unit | `ReplicationGroupNotFoundFault of unit | `TagQuotaPerResourceExceeded 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 * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of IntegerOptional.t | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list | `Timestamp of TStamp.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of BooleanOptional.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Integer of IntegerOptional.t ]) list ]) list | `Timestamp of TStamp.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