package simpledb
- Alphabetic
- By Inheritance
- simpledb
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
Attribute extends Object
- Annotations
- @RawJSType() @native()
-
trait
AttributeDoesNotExistException extends Object
The specified attribute does not exist.
The specified attribute does not exist.
- Annotations
- @RawJSType() @native()
- type AttributeList = Array[Attribute]
- type AttributeNameList = Array[String]
-
trait
BatchDeleteAttributesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
BatchPutAttributesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateDomainRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeletableAttribute extends Object
- Annotations
- @RawJSType() @native()
- type DeletableAttributeList = Array[DeletableAttribute]
-
trait
DeletableItem extends Object
- Annotations
- @RawJSType() @native()
- type DeletableItemList = Array[DeletableItem]
-
trait
DeleteAttributesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteDomainRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DomainMetadataRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DomainMetadataResult extends Object
- Annotations
- @RawJSType() @native()
- type DomainNameList = Array[String]
-
trait
DuplicateItemNameException extends Object
The item name was specified more than once.
The item name was specified more than once.
- Annotations
- @RawJSType() @native()
-
trait
GetAttributesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetAttributesResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
InvalidNextTokenException extends Object
The specified NextToken is not valid.
The specified NextToken is not valid.
- Annotations
- @RawJSType() @native()
-
trait
InvalidNumberPredicatesException extends Object
Too many predicates exist in the query expression.
Too many predicates exist in the query expression.
- Annotations
- @RawJSType() @native()
-
trait
InvalidNumberValueTestsException extends Object
Too many predicates exist in the query expression.
Too many predicates exist in the query expression.
- Annotations
- @RawJSType() @native()
-
trait
InvalidParameterValueException extends Object
The value for a parameter is invalid.
The value for a parameter is invalid.
- Annotations
- @RawJSType() @native()
-
trait
InvalidQueryExpressionException extends Object
The specified query expression syntax is not valid.
The specified query expression syntax is not valid.
- Annotations
- @RawJSType() @native()
-
trait
Item extends Object
- Annotations
- @RawJSType() @native()
- type ItemList = Array[Item]
-
trait
ListDomainsRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListDomainsResult extends Object
- Annotations
- @RawJSType() @native()
-
trait
MissingParameterException extends Object
The request must contain the specified missing parameter.
The request must contain the specified missing parameter.
- Annotations
- @RawJSType() @native()
-
trait
NoSuchDomainException extends Object
The specified domain does not exist.
The specified domain does not exist.
- Annotations
- @RawJSType() @native()
-
trait
NumberDomainAttributesExceededException extends Object
Too many attributes in this domain.
Too many attributes in this domain.
- Annotations
- @RawJSType() @native()
-
trait
NumberDomainBytesExceededException extends Object
Too many bytes in this domain.
Too many bytes in this domain.
- Annotations
- @RawJSType() @native()
-
trait
NumberDomainsExceededException extends Object
Too many domains exist per this account.
Too many domains exist per this account.
- Annotations
- @RawJSType() @native()
-
trait
NumberItemAttributesExceededException extends Object
Too many attributes in this item.
Too many attributes in this item.
- Annotations
- @RawJSType() @native()
-
trait
NumberSubmittedAttributesExceededException extends Object
Too many attributes exist in a single call.
Too many attributes exist in a single call.
- Annotations
- @RawJSType() @native()
-
trait
NumberSubmittedItemsExceededException extends Object
Too many items exist in a single call.
Too many items exist in a single call.
- Annotations
- @RawJSType() @native()
-
trait
PutAttributesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ReplaceableAttribute extends Object
- Annotations
- @RawJSType() @native()
- type ReplaceableAttributeList = Array[ReplaceableAttribute]
-
trait
ReplaceableItem extends Object
- Annotations
- @RawJSType() @native()
- type ReplaceableItemList = Array[ReplaceableItem]
-
trait
RequestTimeoutException extends Object
A timeout occurred when attempting to query the specified domain with specified query expression.
A timeout occurred when attempting to query the specified domain with specified query expression.
- Annotations
- @RawJSType() @native()
-
trait
SelectRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
SelectResult extends Object
- Annotations
- @RawJSType() @native()
-
class
SimpleDB extends Object
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "SimpleDB" )
- implicit final class SimpleDBOps extends AnyVal
-
trait
TooManyRequestedAttributesException extends Object
Too many attributes requested.
Too many attributes requested.
- Annotations
- @RawJSType() @native()
-
trait
UpdateCondition extends Object
Specifies the conditions under which data should be updated.
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.
- Annotations
- @RawJSType() @native()
Value Members
- object Attribute
- object BatchDeleteAttributesRequest
- object BatchPutAttributesRequest
- object CreateDomainRequest
- object DeletableAttribute
- object DeletableItem
- object DeleteAttributesRequest
- object DeleteDomainRequest
- object DomainMetadataRequest
- object DomainMetadataResult
- object GetAttributesRequest
- object GetAttributesResult
- object Item
- object ListDomainsRequest
- object ListDomainsResult
- object PutAttributesRequest
- object ReplaceableAttribute
- object ReplaceableItem
- object SelectRequest
- object SelectResult
- object UpdateCondition