Module Values.UpdateConnectivityRequestSource

Request body for UpdateConnectivity.

Sourcetype nonrec t = {
  1. clusterArn : string;
    (*

    The Amazon Resource Name (ARN) of the configuration.

    *)
  2. connectivityInfo : ConnectivityInfo.t option;
    (*

    Information about the broker access configuration.

    *)
  3. currentVersion : string;
    (*

    The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.

    *)
  4. zookeeperAccess : ZookeeperAccess.t option;
    (*

    Access control settings for zookeeper

    *)
}
Sourceval context_ : string
Sourceval make : ?connectivityInfo:??? -> ?zookeeperAccess:??? -> clusterArn:string -> currentVersion:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Structure of (string * [> `String of string | `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Structure of (string * [> `Boolean of bool ]) list ]) list ]) 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