Module Values.MediaAnalysisOutputConfigSource

Output configuration provided in the job creation request.

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

    Specifies the Amazon S3 bucket to contain the output of the media analysis job.

    *)
  2. s3KeyPrefix : MediaAnalysisS3KeyPrefix.t option;
    (*

    Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.

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