Module Values_1.ModifyGlobalClusterResultSource

Modifies a setting for an Amazon Aurora global database cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. This operation only applies to Aurora global database clusters.

Sourcetype modifyGlobalClusterResult = {
  1. globalCluster : Values_0.GlobalCluster.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyGlobalClusterResult : modifyGlobalClusterResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `GlobalClusterAlreadyExistsFault of Values_0.GlobalClusterAlreadyExistsFault.t
  2. | `GlobalClusterNotFoundFault of Values_0.GlobalClusterNotFoundFault.t
  3. | `InvalidDBClusterStateFault of Values_0.InvalidDBClusterStateFault.t
  4. | `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t
  5. | `InvalidGlobalClusterStateFault of Values_0.InvalidGlobalClusterStateFault.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?globalCluster:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `GlobalClusterAlreadyExistsFault of unit | `GlobalClusterNotFoundFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidGlobalClusterStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `GlobalClusterAlreadyExistsFault of unit | `GlobalClusterNotFoundFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidGlobalClusterStateFault 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 * [> `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `String of string ] list | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `String of string ]) list ]) list ]) 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