vibe.aws.dynamodb

DynamoDB client routines

Members

Aliases

StringSet
alias StringSet = RedBlackTree!string
Undocumented in source.
stringSet
alias stringSet = redBlackTree!(false, string)
Undocumented in source.

Classes

DynamoDB
class DynamoDB

Base DynamoDB client instance

ItemNotFoundException
class ItemNotFoundException
Undocumented in source.
ProvisionedThroughputExceededException
class ProvisionedThroughputExceededException

Throttled by Data Plane API

Table
class Table

A DynamoDB table

ThrottlingException
class ThrottlingException

Throttled by Control Plane API

Structs

CreateTableParams
struct CreateTableParams
Item
struct Item

A DynamoDB item

Meta