Module Values_1.CreateTopicRequestSource

Creates a new Q topic.

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

    The ID of the Amazon Web Services account that you want to create a topic in.

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

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

    *)
  3. topic : TopicDetails.t;
    (*

    The definition of a topic to create.

    *)
  4. tags : TagList.t option;
    (*

    Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.

    *)
  5. folderArns : FolderArnList.t option;
    (*

    The Folder ARN of the folder that you want the topic to reside in.

    *)
  6. customInstructions : CustomInstructions.t option;
    (*

    Custom instructions for the topic.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?folderArns:??? -> ?customInstructions:??? -> awsAccountId:AwsAccountId.t -> topicId:TopicId.t -> topic:TopicDetails.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.Arn.t | `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of AwsAccountId.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Enum of string | `String of Values_0.LimitedString.t | `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.String_.t ] list | `String of Values_0.LimitedString.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of string ] * [> `String of string ]) list ]) list ]) list ] list | `String of Values_0.LimitedString.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `String of Values_0.String_.t ] list | `Map of ([> `String of Values_0.LimitedString.t ] * [> `String of Values_0.LimitedString.t ]) list | `String of Values_0.LimitedString.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `String of Values_0.LimitedString.t | `Structure of (string * [> `List of [> `String of Values_0.String_.t ] list | `String of Values_0.LimitedString.t ]) list ]) list ]) list ]) list ] list | `String of Values_0.Arn.t | `Structure of (string * [> `Enum of string | `String of Values_0.LimitedString.t ]) list ]) list ] list | `String of ResourceName.t | `Structure of (string * [> `Boolean of NullableBoolean.t ]) list ]) list ]) 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