Values.UpdateTopicResponseSourceUpdates the configuration of the specified topic.
type nonrec t = {topicArn : string option;The Amazon Resource Name (ARN) of the topic.
*)topicName : string option;The name of the topic whose configuration was updated.
*)status : TopicState.t option;The status of the topic update.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ClusterConnectivityException of ClusterConnectivityException.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| `NotFoundException of NotFoundException.t| `ReassignmentInProgressException of ReassignmentInProgressException.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
| `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
| `NotFoundException of NotFoundException.t
| `ReassignmentInProgressException of ReassignmentInProgressException.t
| `ServiceUnavailableException of ServiceUnavailableException.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
| `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
| `NotFoundException of NotFoundException.t
| `ReassignmentInProgressException of ReassignmentInProgressException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnauthorizedException of UnauthorizedException.t
| `UnknownTopicOrPartitionException of UnknownTopicOrPartitionException.t
| `Unknown_operation_error of string * string option ]