Smaws_Client_Neptune.CreateDBClusterEndpointCreates a new custom endpoint and associates it with an Amazon Neptune DB cluster.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterEndpointAlreadyExistsFault of
Types.db_cluster_endpoint_already_exists_fault
| `DBClusterEndpointQuotaExceededFault of
Types.db_cluster_endpoint_quota_exceeded_fault
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_db_cluster_endpoint_message ->
(Types.create_db_cluster_endpoint_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterEndpointAlreadyExistsFault of
Types.db_cluster_endpoint_already_exists_fault
| `DBClusterEndpointQuotaExceededFault of
Types.db_cluster_endpoint_quota_exceeded_fault
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_db_cluster_endpoint_message ->
(Types.create_db_cluster_endpoint_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterEndpointAlreadyExistsFault of
Types.db_cluster_endpoint_already_exists_fault
| `DBClusterEndpointQuotaExceededFault of
Types.db_cluster_endpoint_quota_exceeded_fault
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result