Values_1.CreateTopicRuleDestinationResponseSourceCreates a topic rule destination. The destination must be confirmed prior to use. Requires permission to access the CreateTopicRuleDestination action.
type nonrec t = {topicRuleDestination : Values_0.TopicRuleDestination.t option;The topic rule destination.
*)}type nonrec error = [ | `ConflictingResourceUpdateException of
Values_0.ConflictingResourceUpdateException.t| `InternalException of Values_0.InternalException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceAlreadyExistsException of Values_0.ResourceAlreadyExistsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictingResourceUpdateException of
Values_0.ConflictingResourceUpdateException.t
| `InternalException of Values_0.InternalException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceAlreadyExistsException of
Values_0.ResourceAlreadyExistsException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictingResourceUpdateException of
Values_0.ConflictingResourceUpdateException.t
| `InternalException of Values_0.InternalException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceAlreadyExistsException of
Values_0.ResourceAlreadyExistsException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]