Values.CreateTopicResponseSourceResponse from CreateTopic action.
type createTopicResult = {topicArn : TopicARN.t option;The Amazon Resource Name (ARN) assigned to the created topic.
*)}type error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `ConcurrentAccessException of ConcurrentAccessException.t| `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidSecurityException of InvalidSecurityException.t| `StaleTagException of StaleTagException.t| `TagLimitExceededException of TagLimitExceededException.t| `TagPolicyException of TagPolicyException.t| `TopicLimitExceededException of TopicLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `ConcurrentAccessException of ConcurrentAccessException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSecurityException of InvalidSecurityException.t
| `StaleTagException of StaleTagException.t
| `TagLimitExceededException of TagLimitExceededException.t
| `TagPolicyException of TagPolicyException.t
| `TopicLimitExceededException of TopicLimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `ConcurrentAccessException of ConcurrentAccessException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSecurityException of InvalidSecurityException.t
| `StaleTagException of StaleTagException.t
| `TagLimitExceededException of TagLimitExceededException.t
| `TagPolicyException of TagPolicyException.t
| `TopicLimitExceededException of TopicLimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of TopicARN.t ]) list ])
list ]