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