package simpledb

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. simpledb
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Attribute extends Object

    Annotations
    @RawJSType() @native()
  2. trait AttributeDoesNotExistException extends Object

    The specified attribute does not exist.

    The specified attribute does not exist.

    Annotations
    @RawJSType() @native()
  3. type AttributeList = Array[Attribute]
  4. type AttributeNameList = Array[String]
  5. trait BatchDeleteAttributesRequest extends Object
    Annotations
    @RawJSType() @native()
  6. trait BatchPutAttributesRequest extends Object
    Annotations
    @RawJSType() @native()
  7. trait CreateDomainRequest extends Object
    Annotations
    @RawJSType() @native()
  8. trait DeletableAttribute extends Object

    Annotations
    @RawJSType() @native()
  9. type DeletableAttributeList = Array[DeletableAttribute]
  10. trait DeletableItem extends Object
    Annotations
    @RawJSType() @native()
  11. type DeletableItemList = Array[DeletableItem]
  12. trait DeleteAttributesRequest extends Object
    Annotations
    @RawJSType() @native()
  13. trait DeleteDomainRequest extends Object
    Annotations
    @RawJSType() @native()
  14. trait DomainMetadataRequest extends Object
    Annotations
    @RawJSType() @native()
  15. trait DomainMetadataResult extends Object
    Annotations
    @RawJSType() @native()
  16. type DomainNameList = Array[String]
  17. trait DuplicateItemNameException extends Object

    The item name was specified more than once.

    The item name was specified more than once.

    Annotations
    @RawJSType() @native()
  18. trait GetAttributesRequest extends Object
    Annotations
    @RawJSType() @native()
  19. trait GetAttributesResult extends Object
    Annotations
    @RawJSType() @native()
  20. trait InvalidNextTokenException extends Object

    The specified NextToken is not valid.

    The specified NextToken is not valid.

    Annotations
    @RawJSType() @native()
  21. trait InvalidNumberPredicatesException extends Object

    Too many predicates exist in the query expression.

    Too many predicates exist in the query expression.

    Annotations
    @RawJSType() @native()
  22. trait InvalidNumberValueTestsException extends Object

    Too many predicates exist in the query expression.

    Too many predicates exist in the query expression.

    Annotations
    @RawJSType() @native()
  23. trait InvalidParameterValueException extends Object

    The value for a parameter is invalid.

    The value for a parameter is invalid.

    Annotations
    @RawJSType() @native()
  24. trait InvalidQueryExpressionException extends Object

    The specified query expression syntax is not valid.

    The specified query expression syntax is not valid.

    Annotations
    @RawJSType() @native()
  25. trait Item extends Object

    Annotations
    @RawJSType() @native()
  26. type ItemList = Array[Item]
  27. trait ListDomainsRequest extends Object
    Annotations
    @RawJSType() @native()
  28. trait ListDomainsResult extends Object
    Annotations
    @RawJSType() @native()
  29. trait MissingParameterException extends Object

    The request must contain the specified missing parameter.

    The request must contain the specified missing parameter.

    Annotations
    @RawJSType() @native()
  30. trait NoSuchDomainException extends Object

    The specified domain does not exist.

    The specified domain does not exist.

    Annotations
    @RawJSType() @native()
  31. trait NumberDomainAttributesExceededException extends Object

    Too many attributes in this domain.

    Too many attributes in this domain.

    Annotations
    @RawJSType() @native()
  32. trait NumberDomainBytesExceededException extends Object

    Too many bytes in this domain.

    Too many bytes in this domain.

    Annotations
    @RawJSType() @native()
  33. trait NumberDomainsExceededException extends Object

    Too many domains exist per this account.

    Too many domains exist per this account.

    Annotations
    @RawJSType() @native()
  34. trait NumberItemAttributesExceededException extends Object

    Too many attributes in this item.

    Too many attributes in this item.

    Annotations
    @RawJSType() @native()
  35. trait NumberSubmittedAttributesExceededException extends Object

    Too many attributes exist in a single call.

    Too many attributes exist in a single call.

    Annotations
    @RawJSType() @native()
  36. trait NumberSubmittedItemsExceededException extends Object

    Too many items exist in a single call.

    Too many items exist in a single call.

    Annotations
    @RawJSType() @native()
  37. trait PutAttributesRequest extends Object
    Annotations
    @RawJSType() @native()
  38. trait ReplaceableAttribute extends Object

    Annotations
    @RawJSType() @native()
  39. type ReplaceableAttributeList = Array[ReplaceableAttribute]
  40. trait ReplaceableItem extends Object

    Annotations
    @RawJSType() @native()
  41. type ReplaceableItemList = Array[ReplaceableItem]
  42. 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()
  43. trait SelectRequest extends Object
    Annotations
    @RawJSType() @native()
  44. trait SelectResult extends Object
    Annotations
    @RawJSType() @native()
  45. class SimpleDB extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "SimpleDB" )
  46. implicit final class SimpleDBOps extends AnyVal
  47. trait TooManyRequestedAttributesException extends Object

    Too many attributes requested.

    Too many attributes requested.

    Annotations
    @RawJSType() @native()
  48. 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()

Inherited from AnyRef

Inherited from Any

Ungrouped