Module Values.UpdateBrokerStorageRequestSource

Updates the EBS storage associated with MSK brokers.

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

    The Amazon Resource Name (ARN) that uniquely identifies the cluster.

    *)
  2. currentVersion : string;
    (*

    The version of cluster to update from. A successful operation will then generate a new version.

    *)
  3. targetBrokerEBSVolumeInfo : BrokerEBSVolumeInfo.t list;
    (*

    Describes the target volume size and the ID of the broker to apply the update to.

    *)
}
Sourceval context_ : string
Sourceval make : clusterArn:string -> currentVersion:string -> targetBrokerEBSVolumeInfo:BrokerEBSVolumeInfo.t list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int ]) list ]) list ] list | `String of string ]) 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