Values.SampleDocumentsSourceDescribes a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
type nonrec t = {bucketName : BucketName.t;Contains the Amazon S3 bucket that is used to hold your sample documents.
*)keys : KeyList.t;Contains an array of the Amazon S3 keys used to identify the location for your sample documents.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of S3Key.t ]) list ] list
| `String of BucketName.t ])
list ]