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

BatchDeleteAttributesRequest

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

§Properties

§
DomainName: string
[src]

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

§

A list of items on which to perform the operation.