Values.PutItemsRequestSourceAdds one or more items to an Items dataset. For more information see Importing items individually.
type nonrec t = {datasetArn : Arn.t;The Amazon Resource Name (ARN) of the Items dataset you are adding the item or items to.
*)items : ItemList.t;A list of item data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of StringType.t ]) list ]
list
| `String of Arn.t ])
list ]