Module Values.PutActionsRequestSource

Adds one or more actions to an Actions dataset. For more information see Importing actions individually.

Sourcetype nonrec t = {
  1. datasetArn : Arn.t;
    (*

    The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.

    *)
  2. actions : ActionList.t;
    (*

    A list of action data.

    *)
}
Sourceval context_ : string
Sourceval make : datasetArn:Arn.t -> actions:ActionList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of StringType.t ]) list ] list | `String of Arn.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