Module Values.TextLogSettingSource

Defines settings to enable text conversation logs.

Sourcetype nonrec t = {
  1. enabled : Boolean.t;
    (*

    Determines whether conversation logs should be stored for an alias.

    *)
  2. destination : TextLogDestination.t;
  3. selectiveLoggingEnabled : BoxedBoolean.t option;
    (*

    The option to enable selective conversation log capture for text.

    *)
}
Sourceval context_ : string
Sourceval make : ?selectiveLoggingEnabled:??? -> enabled:Boolean.t -> destination:TextLogDestination.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Structure of (string * [> `String of CloudWatchLogGroupArn.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