Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchPutAttributesRequest

import type { BatchPutAttributesRequest } from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";
interface BatchPutAttributesRequest {
DomainName: string;
Items: ReplaceableItem[];
}

§Properties

§
DomainName: string
[src]

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

§

A list of items on which to perform the operation.