Values.UpdateTopicRequestSourceUpdates the configuration of the specified topic.
type nonrec t = {clusterArn : string;The Amazon Resource Name (ARN) that uniquely identifies the cluster.
*)topicName : string;The name of the topic to update configuration for.
*)configs : string option;The new topic configurations encoded as a Base64 string.
*)partitionCount : int option;The new total number of partitions for the topic.
*)}