Values.CreateTopicResponseSourceCreates a topic in the specified MSK cluster.
type nonrec t = {topicArn : string option;The Amazon Resource Name (ARN) of the topic.
*)topicName : string option;The name of the topic that was created.
*)status : TopicState.t option;The status of the topic creation.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ClusterConnectivityException of ClusterConnectivityException.t| `ConflictException of ConflictException.t| `ControllerMovedException of ControllerMovedException.t| `ForbiddenException of ForbiddenException.t| `GroupSubscribedToTopicException of GroupSubscribedToTopicException.t| `InternalServerErrorException of InternalServerErrorException.t| `KafkaRequestException of KafkaRequestException.t| `KafkaTimeoutException of KafkaTimeoutException.t| `NotControllerException of NotControllerException.t| `ReassignmentInProgressException of ReassignmentInProgressException.t| `TooManyRequestsException of TooManyRequestsException.t| `TopicExistsException of TopicExistsException.t| `UnknownTopicOrPartitionException of UnknownTopicOrPartitionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ClusterConnectivityException of ClusterConnectivityException.t
| `ConflictException of ConflictException.t
| `ControllerMovedException of ControllerMovedException.t
| `ForbiddenException of ForbiddenException.t
| `GroupSubscribedToTopicException of GroupSubscribedToTopicException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `KafkaRequestException of KafkaRequestException.t
| `KafkaTimeoutException of KafkaTimeoutException.t
| `NotControllerException of NotControllerException.t
| `ReassignmentInProgressException of ReassignmentInProgressException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `TopicExistsException of TopicExistsException.t
| `UnauthorizedException of UnauthorizedException.t
| `UnknownTopicOrPartitionException of UnknownTopicOrPartitionException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ClusterConnectivityException of ClusterConnectivityException.t
| `ConflictException of ConflictException.t
| `ControllerMovedException of ControllerMovedException.t
| `ForbiddenException of ForbiddenException.t
| `GroupSubscribedToTopicException of GroupSubscribedToTopicException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `KafkaRequestException of KafkaRequestException.t
| `KafkaTimeoutException of KafkaTimeoutException.t
| `NotControllerException of NotControllerException.t
| `ReassignmentInProgressException of ReassignmentInProgressException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `TopicExistsException of TopicExistsException.t
| `UnauthorizedException of UnauthorizedException.t
| `UnknownTopicOrPartitionException of UnknownTopicOrPartitionException.t
| `Unknown_operation_error of string * string option ]