Module Values.FileContentSource

An object that represents a content of an Amazon Connect file object.

Sourcetype nonrec t = {
  1. fileArn : FileArn.t;
    (*

    The Amazon Resource Name (ARN) of a File in Amazon Connect.

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