Module Values.CreateSegmentDefinitionRequestSource

Creates a segment definition associated to the given domain.

Sourcetype nonrec t = {
  1. domainName : Name.t;
    (*

    The unique name of the domain.

    *)
  2. segmentDefinitionName : Name.t;
    (*

    The unique name of the segment definition.

    *)
  3. displayName : String1To255.t;
    (*

    The display name of the segment definition.

    *)
  4. description : SensitiveString1To4000.t option;
    (*

    The description of the segment definition.

    *)
  5. segmentGroups : SegmentGroup.t option;
    (*

    Specifies the base segments and dimensions for a segment definition along with their respective relationship.

    *)
  6. segmentSqlQuery : SensitiveString1To50000.t option;
    (*

    The segment SQL query.

    *)
  7. segmentSort : SegmentSort.t option;
    (*

    The segment sort.

    *)
  8. tags : TagMap.t option;
    (*

    The tags used to organize, track, or control access for this resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?segmentGroups:??? -> ?segmentSqlQuery:??? -> ?segmentSort:??? -> ?tags:??? -> domainName:Name.t -> segmentDefinitionName:Name.t -> displayName:String1To255.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of Name.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Map of ([> `String of TypeName.t ] * [> `Structure of (string * [> `Enum of string | `List of [> `String of String1To255.t ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of Start.t ]) list ]) list ]) list ]) list | `String of Name.t | `Structure of (string * [> `Map of ([> `String of String1To255.t ] * [> `Structure of (string * [> `Enum of string | `List of [> `String of String1To255.t ] list ]) list ]) list | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of String1To255.t ] list | `Structure of (string * [> `Enum of string | `List of [> `String of String1To255.t ] list ]) list ]) list ]) list ]) list ] list | `String of FieldName.t ]) list ] 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