Module Values_1.TopicDetailsSource

A structure that describes the details of a topic, such as its name, description, and associated data sets.

Sourcetype nonrec t = {
  1. name : ResourceName.t option;
    (*

    The name of the topic.

    *)
  2. description : Values_0.LimitedString.t option;
    (*

    The description of the topic.

    *)
  3. userExperienceVersion : TopicUserExperienceVersion.t option;
    (*

    The user experience version of a topic.

    *)
  4. dataSets : Datasets.t option;
    (*

    The data sets that the topic is associated with.

    *)
  5. configOptions : TopicConfigOptions.t option;
    (*

    Configuration options for a Topic.

    *)
}
Sourceval make : ?name:??? -> ?description:??? -> ?userExperienceVersion:??? -> ?dataSets:??? -> ?configOptions:??? -> unit -> t
Sourceval to_value : 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 ]
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