Module Values.TranscriptSourceSettingSource

Indicates the setting of the location where the transcript is stored.

Sourcetype nonrec t = {
  1. s3BucketTranscriptSource : S3BucketTranscriptSource.t option;
    (*

    Indicates the setting of the Amazon S3 bucket where the transcript is stored.

    *)
}
Sourceval make : ?s3BucketTranscriptSource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of S3BucketName.t | `Structure of (string * [> `List of [> `String of ObjectPrefix.t ] list | `Structure of (string * [> `Structure of (string * [> `Timestamp of Timestamp.t ]) list ]) 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