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

Usage

import * as mod from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";

§Classes

SimpleDB

§Interfaces

Attribute
BatchDeleteAttributesRequest
BatchPutAttributesRequest
CreateDomainRequest
DeletableAttribute
DeletableItem
DeleteAttributesRequest
DeleteDomainRequest
DomainMetadataRequest
DomainMetadataResult
GetAttributesRequest
GetAttributesResult
Item
ListDomainsRequest
ListDomainsResult
PutAttributesRequest
ReplaceableAttribute
ReplaceableItem
SelectRequest
SelectResult
UpdateCondition

Specifies the conditions under which data should be updated. If an update condition is specified for a request, the data will only be updated if the condition is satisfied. For example, if an attribute with a specific name and value exists, or if a specific attribute doesn't exist.