Module Values.StartReferenceImportJobSourceItemSource

A source for a reference import job.

Sourcetype nonrec t = {
  1. sourceFile : S3Uri.t;
    (*

    The source file's location in Amazon S3.

    *)
  2. name : ReferenceName.t;
    (*

    The source's name.

    *)
  3. description : ReferenceDescription.t option;
    (*

    The source's description.

    *)
  4. tags : TagMap.t option;
    (*

    The source's tags.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?tags:??? -> sourceFile:S3Uri.t -> name:ReferenceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of S3Uri.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