Values.UpdateBrokerStorageRequestSourceUpdates the EBS storage associated with MSK brokers.
type nonrec t = {clusterArn : string;The Amazon Resource Name (ARN) that uniquely identifies the cluster.
*)currentVersion : string;The version of cluster to update from. A successful operation will then generate a new version.
*)targetBrokerEBSVolumeInfo : BrokerEBSVolumeInfo.t list;Describes the target volume size and the ID of the broker to apply the update to.
*)}val make :
clusterArn:string ->
currentVersion:string ->
targetBrokerEBSVolumeInfo:BrokerEBSVolumeInfo.t list ->
unit ->
t