Values.DescribeTopicResponseSourceReturns topic details of this topic on a MSK cluster.
type nonrec t = {topicArn : string option;The Amazon Resource Name (ARN) of the topic.
*)topicName : string option;The Kafka topic name of the topic.
*)replicationFactor : int option;The replication factor of the topic.
*)partitionCount : int option;The partition count of the topic.
*)configs : string option;Topic configurations encoded as a Base64 string.
*)status : TopicState.t option;The status of the topic.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]