Values.DBClusterEndpointMessageSourceReturns information about endpoints for an Amazon Neptune DB cluster. This operation can also return information for Amazon RDS clusters and Amazon DocDB clusters.
type describeDBClusterEndpointsResult = {marker : String_.t option;An optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
*)dBClusterEndpoints : DBClusterEndpointList.t option;Contains the details of the endpoints associated with the cluster and matching any filter conditions.
*)}and t = {describeDBClusterEndpointsResult : describeDBClusterEndpointsResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterNotFoundFault of DBClusterNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterNotFoundFault of unit
| `Unknown_operation_error of string * string option ]