update_table

package
v0.0.0-...-1f046af Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2015 License: BSD-2-Clause Imports: 8 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() ([]byte, int, error)

func (*Request) EndpointReqWithConf

func (req *Request) EndpointReqWithConf(c *conf.AWS_Conf) ([]byte, 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() ([]byte, int, error)

func (*Update) EndpointReqWithConf

func (update *Update) EndpointReqWithConf(c *conf.AWS_Conf) ([]byte, 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() ([]byte, int, error)

func (*UpdateTable) EndpointReqWithConf

func (update_table *UpdateTable) EndpointReqWithConf(c *conf.AWS_Conf) ([]byte, int, error)

Jump to

Keyboard shortcuts

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