update_table

package
v0.0.0-...-93ed684 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2014 License: BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Overview

Support for the DynamoDB UpdateTable endpoint.

example use:

tests/update_table-livestest.go

Index

Constants

View Source
const (
	ENDPOINT_NAME        = "UpdateTable"
	UPDATETABLE_ENDPOINT = aws_const.ENDPOINT_PREFIX + ENDPOINT_NAME
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request UpdateTable

func (*Request) EndpointReq

func (req *Request) EndpointReq() (string, int, error)

type Response

type Response create_table.Response

func NewResponse

func NewResponse() *Response

type Update

type Update UpdateTable

Update is an alias for backwards compatibility

func NewUpdate

func NewUpdate() *Update

func (*Update) EndpointReq

func (update *Update) EndpointReq() (string, int, error)

type UpdateTable

type UpdateTable struct {
	GlobalSecondaryIndexUpdates *globalsecondaryindex.GlobalSecondaryIndexUpdates `json:",omitempty"`
	TableName                   string
	ProvisionedThroughput       *provisionedthroughput.ProvisionedThroughput `json:",omitempty"`
}

func NewUpdateTable

func NewUpdateTable() *UpdateTable

func (*UpdateTable) EndpointReq

func (update_table *UpdateTable) EndpointReq() (string, int, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL