Module Values_0.BatchCreateDataTableValueRequestSource

Creates values for attributes in a data table. The value may be a default or it may be associated with a primary value. The value must pass all customer defined validation as well as the default validation for the value type. The operation must conform to Batch Operation API Standards. Although the standard specifies that successful and failed entities are listed separately in the response, authorization fails if any primary values or attributes are unauthorized. The combination of primary values and the attribute name serve as the identifier for the individual item request.

Sourcetype nonrec t = {
  1. instanceId : InstanceId.t;
    (*

    The unique identifier for the Amazon Connect instance.

    *)
  2. dataTableId : DataTableId.t;
    (*

    The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If no alias is provided, the default behavior is identical to providing the $LATEST alias.

    *)
  3. values : DataTableValueList.t;
    (*

    A list of values to create. Each value must specify the attribute name and optionally primary values if the table has primary attributes.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:InstanceId.t -> dataTableId:DataTableId.t -> values:DataTableValueList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of DataTableName.t ]) list ] list | `String of DataTableName.t | `Structure of (string * [> `String of String_.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of InstanceId.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