Module Values_0.PutItemInputSource

The input for the DynamoActionVS action that specifies the DynamoDB table to which the message data will be written.

Sourcetype nonrec t = {
  1. tableName : TableName.t;
    (*

    The table where the message data will be written.

    *)
}
Sourceval context_ : string
Sourceval make : tableName:TableName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TableName.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