Module Values_1.DisableHttpEndpointResponseSource

Disables 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.

Sourcetype disableHttpEndpointResult = {
  1. resourceArn : Values_0.String_.t option;
    (*

    The ARN of the DB cluster.

    *)
  2. httpEndpointEnabled : Values_0.Boolean.t option;
    (*

    Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. disableHttpEndpointResult : disableHttpEndpointResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidResourceStateFault of Values_0.InvalidResourceStateFault.t
  2. | `ResourceNotFoundFault of Values_0.ResourceNotFoundFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?resourceArn:??? -> ?httpEndpointEnabled:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidResourceStateFault of unit | `ResourceNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidResourceStateFault of unit | `ResourceNotFoundFault 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 * [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ]) 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