Values.DescribeTopicPartitionsRequestSourceReturns partition details of this topic on a MSK cluster.
type nonrec t = {clusterArn : string;The Amazon Resource Name (ARN) that uniquely identifies the cluster.
*)topicName : string;The Kafka topic name that uniquely identifies the topic.
*)maxResults : MaxResults.t option;The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
*)nextToken : string option;The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of string ]) list ]