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

PutAttributesRequest

import type { PutAttributesRequest } from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";
interface PutAttributesRequest {
Attributes: ReplaceableAttribute[];
DomainName: string;
Expected?: UpdateCondition | null;
ItemName: string;
}

§Properties

§

The list of attributes.

§
DomainName: string
[src]

The name of the domain in which to perform the operation.

§
Expected?: UpdateCondition | null
[src]

The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.

§
ItemName: string
[src]

The name of the item.