Module Values_1.BatchDeleteTopicReviewedAnswerRequestSource

Deletes reviewed answers for Q Topic.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that you want to delete a reviewed answers in.

    *)
  2. topicId : TopicId.t;
    (*

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

    *)
  3. answerIds : AnswerIds.t option;
    (*

    The Answer IDs of the Answers to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : ?answerIds:??? -> awsAccountId:AwsAccountId.t -> topicId:TopicId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AnswerId.t ] list | `String of AwsAccountId.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