Module Values.CreateTopicResponseSource

Creates a topic in the specified MSK cluster.

Sourcetype nonrec t = {
  1. topicArn : string option;
    (*

    The Amazon Resource Name (ARN) of the topic.

    *)
  2. topicName : string option;
    (*

    The name of the topic that was created.

    *)
  3. status : TopicState.t option;
    (*

    The status of the topic creation.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `ClusterConnectivityException of ClusterConnectivityException.t
  3. | `ConflictException of ConflictException.t
  4. | `ControllerMovedException of ControllerMovedException.t
  5. | `ForbiddenException of ForbiddenException.t
  6. | `GroupSubscribedToTopicException of GroupSubscribedToTopicException.t
  7. | `InternalServerErrorException of InternalServerErrorException.t
  8. | `KafkaRequestException of KafkaRequestException.t
  9. | `KafkaTimeoutException of KafkaTimeoutException.t
  10. | `NotControllerException of NotControllerException.t
  11. | `ReassignmentInProgressException of ReassignmentInProgressException.t
  12. | `ServiceUnavailableException of ServiceUnavailableException.t
  13. | `TooManyRequestsException of TooManyRequestsException.t
  14. | `TopicExistsException of TopicExistsException.t
  15. | `UnauthorizedException of UnauthorizedException.t
  16. | `UnknownTopicOrPartitionException of UnknownTopicOrPartitionException.t
  17. | `Unknown_operation_error of string * string option
]
Sourceval make : ?topicArn:??? -> ?topicName:??? -> ?status:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t