Module Values.BatchDeleteAttributesRequestSource

Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. This enables Amazon SimpleDB to optimize requests, which generally yields better throughput. The following limitations are enforced for this operation: 1 MB request size 25 item limit per BatchDeleteAttributes operation

Sourcetype nonrec t = {
  1. domainName : String_.t;
    (*

    The name of the domain in which the attributes are being deleted.

    *)
  2. items : DeletableItemList.t;
    (*

    A list of items on which to perform the operation.

    *)
}
Sourceval context_ : string
Sourceval make : domainName:String_.t -> items:DeletableItemList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.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