Module Values_1.BatchCreateTopicReviewedAnswerResponseSource

Creates new reviewed answers for a Q Topic.

Sourcetype nonrec t = {
  1. topicId : TopicId.t option;
    (*

    The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

    *)
  2. topicArn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the topic.

    *)
  3. succeededAnswers : SucceededTopicReviewedAnswers.t option;
    (*

    The definition of Answers that are successfully created.

    *)
  4. invalidAnswers : InvalidTopicReviewedAnswers.t option;
    (*

    The definition of Answers that are invalid and not created.

    *)
  5. status : StatusCode.t option;
    (*

    The HTTP status of the request.

    *)
  6. requestId : Values_0.String_.t option;
    (*

    The Amazon Web Services request ID for this operation.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `InternalFailureException of InternalFailureException.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?topicId:??? -> ?topicArn:??? -> ?succeededAnswers:??? -> ?invalidAnswers:??? -> ?status:??? -> ?requestId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalFailureException of InternalFailureException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalFailureException of InternalFailureException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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