Values_1.BatchDeleteTopicReviewedAnswerResponseSourceDeletes reviewed answers for Q Topic.
type nonrec t = {topicId : TopicId.t option;The ID of the topic reviewed answer that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)topicArn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the topic.
*)succeededAnswers : SucceededTopicReviewedAnswers.t option;The definition of Answers that are successfully deleted.
*)invalidAnswers : InvalidTopicReviewedAnswers.t option;The definition of Answers that are invalid and not deleted.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)status : StatusCode.t option;The HTTP status of the request.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalFailureException of InternalFailureException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StatusCode.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of AnswerId.t ]) list ]
list
| `String of TopicId.t ])
list ]