Values_1.DisableHttpEndpointResponseSourceDisables the HTTP endpoint for the specified DB cluster. Disabling this endpoint disables RDS Data API. For more information, see Using RDS Data API in the Amazon Aurora User Guide. This operation applies only to Aurora Serverless v2 and provisioned DB clusters. To disable the HTTP endpoint for Aurora Serverless v1 DB clusters, use the EnableHttpEndpoint parameter of the ModifyDBCluster operation.
type disableHttpEndpointResult = {resourceArn : Values_0.String_.t option;The ARN of the DB cluster.
*)httpEndpointEnabled : Values_0.Boolean.t option;Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
*)}and t = {disableHttpEndpointResult : disableHttpEndpointResult;responseMetaData : responseMetaData;}type error = [ | `InvalidResourceStateFault of Values_0.InvalidResourceStateFault.t| `ResourceNotFoundFault of Values_0.ResourceNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidResourceStateFault of unit
| `ResourceNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidResourceStateFault of unit
| `ResourceNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.String_.t ])
list ])
list ]