Values.AudioLogDestinationSourceThe location of audio log files collected when conversation logging is enabled for a bot.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of KmsKeyArn.t ]) list ])
list ]