Values_1.EnableHttpEndpointResponseSourceEnables the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, this endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the Aurora DB cluster. You can also query your database from inside the RDS console with the RDS query editor. 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 enable the HTTP endpoint for Aurora Serverless v1 DB clusters, use the EnableHttpEndpoint parameter of the ModifyDBCluster operation.
type enableHttpEndpointResult = {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 = {enableHttpEndpointResult : enableHttpEndpointResult;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 ]