Values.StartReferenceImportJobSourceItemSourceA source for a reference import job.
type nonrec t = {sourceFile : S3Uri.t;The source file's location in Amazon S3.
*)name : ReferenceName.t;The source's name.
*)description : ReferenceDescription.t option;The source's description.
*)}val make :
?description:??? ->
?tags:??? ->
sourceFile:S3Uri.t ->
name:ReferenceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of S3Uri.t ])
list ]