Module Values.AudioLogDestinationSource

The location of audio log files collected when conversation logging is enabled for a bot.

Sourcetype nonrec t = {
  1. s3Bucket : S3BucketLogDestination.t;
    (*

    The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the roleArn parameter of the CreateBot operation must have permission to write to this bucket.

    *)
}
Sourceval context_ : string
Sourceval make : s3Bucket:S3BucketLogDestination.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of KmsKeyArn.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