Versions in this module Expand all Collapse all v0 v0.11.1 Oct 5, 2016 v0.11.0 Oct 2, 2016 Changes in this version + func Svc(opts config.Options) *dynamodb.DynamoDB + type DynamoDB struct + func (db DynamoDB) ConfigState(opts config.Options) (string, error) + func (db DynamoDB) CreateConfig(opts config.Options, settings map[string]interface{}) (interface{}, error) + func (db DynamoDB) Delete(opts config.Options) (config.Item, error) + func (db DynamoDB) DeleteConfig(opts config.Options) (interface{}, error) + func (db DynamoDB) Get(opts config.Options) (config.Item, error) + func (db DynamoDB) Name(opts config.Options) string + func (db DynamoDB) Options(opts config.Options) map[string]interface{} + func (db DynamoDB) Update(opts config.Options) (config.Item, error) + func (db DynamoDB) UpdateConfig(opts config.Options, settings map[string]interface{}) (interface{}, error) + func (db DynamoDB) UpdateConfigVersion(opts config.Options) error