mock

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBatch

type MockBatch struct {
	// contains filtered or unexported fields
}

MockBatch is a mock of Batch interface

func NewMockBatch

func NewMockBatch(ctrl *gomock.Controller) *MockBatch

NewMockBatch creates a new mock instance

func (*MockBatch) EXPECT

func (m *MockBatch) EXPECT() *MockBatchMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockBatch) Get

func (m *MockBatch) Get(keys ...dynamo.Keyed) dynamodb.BatchGet

Get mocks base method

func (*MockBatch) Write

func (m *MockBatch) Write() dynamodb.BatchWrite

Write mocks base method

type MockBatchGet

type MockBatchGet struct {
	// contains filtered or unexported fields
}

MockBatchGet is a mock of BatchGet interface

func NewMockBatchGet

func NewMockBatchGet(ctrl *gomock.Controller) *MockBatchGet

NewMockBatchGet creates a new mock instance

func (*MockBatchGet) All

func (m *MockBatchGet) All(out interface{}) error

All mocks base method

func (*MockBatchGet) AllWithContext

func (m *MockBatchGet) AllWithContext(ctx aws.Context, out interface{}) error

AllWithContext mocks base method

func (*MockBatchGet) And

func (m *MockBatchGet) And(keys ...dynamo.Keyed) dynamodb.BatchGet

And mocks base method

func (*MockBatchGet) Consistent

func (m *MockBatchGet) Consistent(on bool) dynamodb.BatchGet

Consistent mocks base method

func (*MockBatchGet) ConsumedCapacity

func (m *MockBatchGet) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.BatchGet

ConsumedCapacity mocks base method

func (*MockBatchGet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockBatchGet) Iter

func (m *MockBatchGet) Iter() dynamo.Iter

Iter mocks base method

type MockBatchGetMockRecorder

type MockBatchGetMockRecorder struct {
	// contains filtered or unexported fields
}

MockBatchGetMockRecorder is the mock recorder for MockBatchGet

func (*MockBatchGetMockRecorder) All

func (mr *MockBatchGetMockRecorder) All(out interface{}) *gomock.Call

All indicates an expected call of All

func (*MockBatchGetMockRecorder) AllWithContext

func (mr *MockBatchGetMockRecorder) AllWithContext(ctx, out interface{}) *gomock.Call

AllWithContext indicates an expected call of AllWithContext

func (*MockBatchGetMockRecorder) And

func (mr *MockBatchGetMockRecorder) And(keys ...interface{}) *gomock.Call

And indicates an expected call of And

func (*MockBatchGetMockRecorder) Consistent

func (mr *MockBatchGetMockRecorder) Consistent(on interface{}) *gomock.Call

Consistent indicates an expected call of Consistent

func (*MockBatchGetMockRecorder) ConsumedCapacity

func (mr *MockBatchGetMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call

ConsumedCapacity indicates an expected call of ConsumedCapacity

func (*MockBatchGetMockRecorder) Iter

func (mr *MockBatchGetMockRecorder) Iter() *gomock.Call

Iter indicates an expected call of Iter

type MockBatchMockRecorder

type MockBatchMockRecorder struct {
	// contains filtered or unexported fields
}

MockBatchMockRecorder is the mock recorder for MockBatch

func (*MockBatchMockRecorder) Get

func (mr *MockBatchMockRecorder) Get(keys ...interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockBatchMockRecorder) Write

func (mr *MockBatchMockRecorder) Write() *gomock.Call

Write indicates an expected call of Write

type MockBatchWrite

type MockBatchWrite struct {
	// contains filtered or unexported fields
}

MockBatchWrite is a mock of BatchWrite interface

func NewMockBatchWrite

func NewMockBatchWrite(ctrl *gomock.Controller) *MockBatchWrite

NewMockBatchWrite creates a new mock instance

func (*MockBatchWrite) ConsumedCapacity

func (m *MockBatchWrite) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.BatchWrite

ConsumedCapacity mocks base method

func (*MockBatchWrite) Delete

func (m *MockBatchWrite) Delete(keys ...dynamo.Keyed) dynamodb.BatchWrite

Delete mocks base method

func (*MockBatchWrite) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockBatchWrite) Put

func (m *MockBatchWrite) Put(items ...interface{}) dynamodb.BatchWrite

Put mocks base method

func (*MockBatchWrite) Run

func (m *MockBatchWrite) Run() (int, error)

Run mocks base method

func (*MockBatchWrite) RunWithContext

func (m *MockBatchWrite) RunWithContext(ctx aws.Context) (int, error)

RunWithContext mocks base method

type MockBatchWriteMockRecorder

type MockBatchWriteMockRecorder struct {
	// contains filtered or unexported fields
}

MockBatchWriteMockRecorder is the mock recorder for MockBatchWrite

func (*MockBatchWriteMockRecorder) ConsumedCapacity

func (mr *MockBatchWriteMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call

ConsumedCapacity indicates an expected call of ConsumedCapacity

func (*MockBatchWriteMockRecorder) Delete

func (mr *MockBatchWriteMockRecorder) Delete(keys ...interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockBatchWriteMockRecorder) Put

func (mr *MockBatchWriteMockRecorder) Put(items ...interface{}) *gomock.Call

Put indicates an expected call of Put

func (*MockBatchWriteMockRecorder) Run

Run indicates an expected call of Run

func (*MockBatchWriteMockRecorder) RunWithContext

func (mr *MockBatchWriteMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

type MockConditionCheck

type MockConditionCheck struct {
	// contains filtered or unexported fields
}

MockConditionCheck is a mock of ConditionCheck interface

func NewMockConditionCheck

func NewMockConditionCheck(ctrl *gomock.Controller) *MockConditionCheck

NewMockConditionCheck creates a new mock instance

func (*MockConditionCheck) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockConditionCheck) If

func (m *MockConditionCheck) If(expr string, args ...interface{}) dynamodb.ConditionCheck

If mocks base method

func (*MockConditionCheck) IfExists

IfExists mocks base method

func (*MockConditionCheck) IfNotExists

func (m *MockConditionCheck) IfNotExists() dynamodb.ConditionCheck

IfNotExists mocks base method

func (*MockConditionCheck) Range

func (m *MockConditionCheck) Range(rangeKey string, value interface{}) dynamodb.ConditionCheck

Range mocks base method

type MockConditionCheckMockRecorder

type MockConditionCheckMockRecorder struct {
	// contains filtered or unexported fields
}

MockConditionCheckMockRecorder is the mock recorder for MockConditionCheck

func (*MockConditionCheckMockRecorder) If

func (mr *MockConditionCheckMockRecorder) If(expr interface{}, args ...interface{}) *gomock.Call

If indicates an expected call of If

func (*MockConditionCheckMockRecorder) IfExists

func (mr *MockConditionCheckMockRecorder) IfExists() *gomock.Call

IfExists indicates an expected call of IfExists

func (*MockConditionCheckMockRecorder) IfNotExists

func (mr *MockConditionCheckMockRecorder) IfNotExists() *gomock.Call

IfNotExists indicates an expected call of IfNotExists

func (*MockConditionCheckMockRecorder) Range

func (mr *MockConditionCheckMockRecorder) Range(rangeKey, value interface{}) *gomock.Call

Range indicates an expected call of Range

type MockCreateTable

type MockCreateTable struct {
	// contains filtered or unexported fields
}

MockCreateTable is a mock of CreateTable interface

func NewMockCreateTable

func NewMockCreateTable(ctrl *gomock.Controller) *MockCreateTable

NewMockCreateTable creates a new mock instance

func (*MockCreateTable) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockCreateTable) Index

Index mocks base method

func (*MockCreateTable) OnDemand

func (m *MockCreateTable) OnDemand(enabled bool) dynamodb.CreateTable

OnDemand mocks base method

func (*MockCreateTable) Project

func (m *MockCreateTable) Project(index string, projection dynamo.IndexProjection, includeAttribs ...string) dynamodb.CreateTable

Project mocks base method

func (*MockCreateTable) Provision

func (m *MockCreateTable) Provision(readUnits, writeUnits int64) dynamodb.CreateTable

Provision mocks base method

func (*MockCreateTable) ProvisionIndex

func (m *MockCreateTable) ProvisionIndex(index string, readUnits, writeUnits int64) dynamodb.CreateTable

ProvisionIndex mocks base method

func (*MockCreateTable) Run

func (m *MockCreateTable) Run() error

Run mocks base method

func (*MockCreateTable) RunWithContext

func (m *MockCreateTable) RunWithContext(ctx aws.Context) error

RunWithContext mocks base method

func (*MockCreateTable) Stream

Stream mocks base method

func (*MockCreateTable) Tag

func (m *MockCreateTable) Tag(key, value string) dynamodb.CreateTable

Tag mocks base method

type MockCreateTableMockRecorder

type MockCreateTableMockRecorder struct {
	// contains filtered or unexported fields
}

MockCreateTableMockRecorder is the mock recorder for MockCreateTable

func (*MockCreateTableMockRecorder) Index

func (mr *MockCreateTableMockRecorder) Index(index interface{}) *gomock.Call

Index indicates an expected call of Index

func (*MockCreateTableMockRecorder) OnDemand

func (mr *MockCreateTableMockRecorder) OnDemand(enabled interface{}) *gomock.Call

OnDemand indicates an expected call of OnDemand

func (*MockCreateTableMockRecorder) Project

func (mr *MockCreateTableMockRecorder) Project(index, projection interface{}, includeAttribs ...interface{}) *gomock.Call

Project indicates an expected call of Project

func (*MockCreateTableMockRecorder) Provision

func (mr *MockCreateTableMockRecorder) Provision(readUnits, writeUnits interface{}) *gomock.Call

Provision indicates an expected call of Provision

func (*MockCreateTableMockRecorder) ProvisionIndex

func (mr *MockCreateTableMockRecorder) ProvisionIndex(index, readUnits, writeUnits interface{}) *gomock.Call

ProvisionIndex indicates an expected call of ProvisionIndex

func (*MockCreateTableMockRecorder) Run

Run indicates an expected call of Run

func (*MockCreateTableMockRecorder) RunWithContext

func (mr *MockCreateTableMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

func (*MockCreateTableMockRecorder) Stream

func (mr *MockCreateTableMockRecorder) Stream(view interface{}) *gomock.Call

Stream indicates an expected call of Stream

func (*MockCreateTableMockRecorder) Tag

func (mr *MockCreateTableMockRecorder) Tag(key, value interface{}) *gomock.Call

Tag indicates an expected call of Tag

type MockDB

type MockDB struct {
	// contains filtered or unexported fields
}

MockDB is a mock of DB interface

func NewMockDB

func NewMockDB(ctrl *gomock.Controller) *MockDB

NewMockDB creates a new mock instance

func (*MockDB) Client

func (m *MockDB) Client() dynamodbiface.DynamoDBAPI

Client mocks base method

func (*MockDB) CreateTable

func (m *MockDB) CreateTable(name string, from interface{}) dynamodb.CreateTable

CreateTable mocks base method

func (*MockDB) EXPECT

func (m *MockDB) EXPECT() *MockDBMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockDB) GetTx

func (m *MockDB) GetTx() dynamodb.GetTx

GetTx mocks base method

func (*MockDB) ListTables

func (m *MockDB) ListTables() dynamodb.ListTables

ListTables mocks base method

func (*MockDB) Table

func (m *MockDB) Table(name string) dynamodb.Table

Table mocks base method

func (*MockDB) WriteTx

func (m *MockDB) WriteTx() dynamodb.WriteTx

WriteTx mocks base method

type MockDBMockRecorder

type MockDBMockRecorder struct {
	// contains filtered or unexported fields
}

MockDBMockRecorder is the mock recorder for MockDB

func (*MockDBMockRecorder) Client

func (mr *MockDBMockRecorder) Client() *gomock.Call

Client indicates an expected call of Client

func (*MockDBMockRecorder) CreateTable

func (mr *MockDBMockRecorder) CreateTable(name, from interface{}) *gomock.Call

CreateTable indicates an expected call of CreateTable

func (*MockDBMockRecorder) GetTx

func (mr *MockDBMockRecorder) GetTx() *gomock.Call

GetTx indicates an expected call of GetTx

func (*MockDBMockRecorder) ListTables

func (mr *MockDBMockRecorder) ListTables() *gomock.Call

ListTables indicates an expected call of ListTables

func (*MockDBMockRecorder) Table

func (mr *MockDBMockRecorder) Table(name interface{}) *gomock.Call

Table indicates an expected call of Table

func (*MockDBMockRecorder) WriteTx

func (mr *MockDBMockRecorder) WriteTx() *gomock.Call

WriteTx indicates an expected call of WriteTx

type MockDelete

type MockDelete struct {
	// contains filtered or unexported fields
}

MockDelete is a mock of Delete interface

func NewMockDelete

func NewMockDelete(ctrl *gomock.Controller) *MockDelete

NewMockDelete creates a new mock instance

func (*MockDelete) ConsumedCapacity

func (m *MockDelete) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Delete

ConsumedCapacity mocks base method

func (*MockDelete) EXPECT

func (m *MockDelete) EXPECT() *MockDeleteMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockDelete) If

func (m *MockDelete) If(expr string, args ...interface{}) dynamodb.Delete

If mocks base method

func (*MockDelete) OldValue

func (m *MockDelete) OldValue(out interface{}) error

OldValue mocks base method

func (*MockDelete) OldValueWithContext

func (m *MockDelete) OldValueWithContext(ctx aws.Context, out interface{}) error

OldValueWithContext mocks base method

func (*MockDelete) Range

func (m *MockDelete) Range(name string, value interface{}) dynamodb.Delete

Range mocks base method

func (*MockDelete) Run

func (m *MockDelete) Run() error

Run mocks base method

func (*MockDelete) RunWithContext

func (m *MockDelete) RunWithContext(ctx aws.Context) error

RunWithContext mocks base method

type MockDeleteMockRecorder

type MockDeleteMockRecorder struct {
	// contains filtered or unexported fields
}

MockDeleteMockRecorder is the mock recorder for MockDelete

func (*MockDeleteMockRecorder) ConsumedCapacity

func (mr *MockDeleteMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call

ConsumedCapacity indicates an expected call of ConsumedCapacity

func (*MockDeleteMockRecorder) If

func (mr *MockDeleteMockRecorder) If(expr interface{}, args ...interface{}) *gomock.Call

If indicates an expected call of If

func (*MockDeleteMockRecorder) OldValue

func (mr *MockDeleteMockRecorder) OldValue(out interface{}) *gomock.Call

OldValue indicates an expected call of OldValue

func (*MockDeleteMockRecorder) OldValueWithContext

func (mr *MockDeleteMockRecorder) OldValueWithContext(ctx, out interface{}) *gomock.Call

OldValueWithContext indicates an expected call of OldValueWithContext

func (*MockDeleteMockRecorder) Range

func (mr *MockDeleteMockRecorder) Range(name, value interface{}) *gomock.Call

Range indicates an expected call of Range

func (*MockDeleteMockRecorder) Run

func (mr *MockDeleteMockRecorder) Run() *gomock.Call

Run indicates an expected call of Run

func (*MockDeleteMockRecorder) RunWithContext

func (mr *MockDeleteMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

type MockDeleteTable

type MockDeleteTable struct {
	// contains filtered or unexported fields
}

MockDeleteTable is a mock of DeleteTable interface

func NewMockDeleteTable

func NewMockDeleteTable(ctrl *gomock.Controller) *MockDeleteTable

NewMockDeleteTable creates a new mock instance

func (*MockDeleteTable) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockDeleteTable) Run

func (m *MockDeleteTable) Run() error

Run mocks base method

func (*MockDeleteTable) RunWithContext

func (m *MockDeleteTable) RunWithContext(ctx aws.Context) error

RunWithContext mocks base method

type MockDeleteTableMockRecorder

type MockDeleteTableMockRecorder struct {
	// contains filtered or unexported fields
}

MockDeleteTableMockRecorder is the mock recorder for MockDeleteTable

func (*MockDeleteTableMockRecorder) Run

Run indicates an expected call of Run

func (*MockDeleteTableMockRecorder) RunWithContext

func (mr *MockDeleteTableMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

type MockDescribeTTL

type MockDescribeTTL struct {
	// contains filtered or unexported fields
}

MockDescribeTTL is a mock of DescribeTTL interface

func NewMockDescribeTTL

func NewMockDescribeTTL(ctrl *gomock.Controller) *MockDescribeTTL

NewMockDescribeTTL creates a new mock instance

func (*MockDescribeTTL) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockDescribeTTL) Run

Run mocks base method

func (*MockDescribeTTL) RunWithContext

func (m *MockDescribeTTL) RunWithContext(ctx aws.Context) (dynamo.TTLDescription, error)

RunWithContext mocks base method

type MockDescribeTTLMockRecorder

type MockDescribeTTLMockRecorder struct {
	// contains filtered or unexported fields
}

MockDescribeTTLMockRecorder is the mock recorder for MockDescribeTTL

func (*MockDescribeTTLMockRecorder) Run

Run indicates an expected call of Run

func (*MockDescribeTTLMockRecorder) RunWithContext

func (mr *MockDescribeTTLMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

type MockDescribeTable

type MockDescribeTable struct {
	// contains filtered or unexported fields
}

MockDescribeTable is a mock of DescribeTable interface

func NewMockDescribeTable

func NewMockDescribeTable(ctrl *gomock.Controller) *MockDescribeTable

NewMockDescribeTable creates a new mock instance

func (*MockDescribeTable) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockDescribeTable) Run

Run mocks base method

func (*MockDescribeTable) RunWithContext

func (m *MockDescribeTable) RunWithContext(ctx aws.Context) (dynamo.Description, error)

RunWithContext mocks base method

type MockDescribeTableMockRecorder

type MockDescribeTableMockRecorder struct {
	// contains filtered or unexported fields
}

MockDescribeTableMockRecorder is the mock recorder for MockDescribeTable

func (*MockDescribeTableMockRecorder) Run

Run indicates an expected call of Run

func (*MockDescribeTableMockRecorder) RunWithContext

func (mr *MockDescribeTableMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

type MockDynamoDBAPI

type MockDynamoDBAPI struct {
	// contains filtered or unexported fields
}

MockDynamoDBAPI is a mock of DynamoDBAPI interface

func NewMockDynamoDBAPI

func NewMockDynamoDBAPI(ctrl *gomock.Controller) *MockDynamoDBAPI

NewMockDynamoDBAPI creates a new mock instance

func (*MockDynamoDBAPI) BatchGetItem

BatchGetItem mocks base method

func (*MockDynamoDBAPI) BatchGetItemPages

func (m *MockDynamoDBAPI) BatchGetItemPages(arg0 *dynamodb.BatchGetItemInput, arg1 func(*dynamodb.BatchGetItemOutput, bool) bool) error

BatchGetItemPages mocks base method

func (*MockDynamoDBAPI) BatchGetItemPagesWithContext

func (m *MockDynamoDBAPI) BatchGetItemPagesWithContext(arg0 aws.Context, arg1 *dynamodb.BatchGetItemInput, arg2 func(*dynamodb.BatchGetItemOutput, bool) bool, arg3 ...request.Option) error

BatchGetItemPagesWithContext mocks base method

func (*MockDynamoDBAPI) BatchGetItemRequest

BatchGetItemRequest mocks base method

func (*MockDynamoDBAPI) BatchGetItemWithContext

func (m *MockDynamoDBAPI) BatchGetItemWithContext(arg0 aws.Context, arg1 *dynamodb.BatchGetItemInput, arg2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)

BatchGetItemWithContext mocks base method

func (*MockDynamoDBAPI) BatchWriteItem

BatchWriteItem mocks base method

func (*MockDynamoDBAPI) BatchWriteItemRequest

BatchWriteItemRequest mocks base method

func (*MockDynamoDBAPI) BatchWriteItemWithContext

func (m *MockDynamoDBAPI) BatchWriteItemWithContext(arg0 aws.Context, arg1 *dynamodb.BatchWriteItemInput, arg2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)

BatchWriteItemWithContext mocks base method

func (*MockDynamoDBAPI) CreateBackup

CreateBackup mocks base method

func (*MockDynamoDBAPI) CreateBackupRequest

CreateBackupRequest mocks base method

func (*MockDynamoDBAPI) CreateBackupWithContext

func (m *MockDynamoDBAPI) CreateBackupWithContext(arg0 aws.Context, arg1 *dynamodb.CreateBackupInput, arg2 ...request.Option) (*dynamodb.CreateBackupOutput, error)

CreateBackupWithContext mocks base method

func (*MockDynamoDBAPI) CreateGlobalTable

CreateGlobalTable mocks base method

func (*MockDynamoDBAPI) CreateGlobalTableRequest

CreateGlobalTableRequest mocks base method

func (*MockDynamoDBAPI) CreateGlobalTableWithContext

func (m *MockDynamoDBAPI) CreateGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.CreateGlobalTableInput, arg2 ...request.Option) (*dynamodb.CreateGlobalTableOutput, error)

CreateGlobalTableWithContext mocks base method

func (*MockDynamoDBAPI) CreateTable

CreateTable mocks base method

func (*MockDynamoDBAPI) CreateTableRequest

CreateTableRequest mocks base method

func (*MockDynamoDBAPI) CreateTableWithContext

func (m *MockDynamoDBAPI) CreateTableWithContext(arg0 aws.Context, arg1 *dynamodb.CreateTableInput, arg2 ...request.Option) (*dynamodb.CreateTableOutput, error)

CreateTableWithContext mocks base method

func (*MockDynamoDBAPI) DeleteBackup

DeleteBackup mocks base method

func (*MockDynamoDBAPI) DeleteBackupRequest

DeleteBackupRequest mocks base method

func (*MockDynamoDBAPI) DeleteBackupWithContext

func (m *MockDynamoDBAPI) DeleteBackupWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteBackupInput, arg2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)

DeleteBackupWithContext mocks base method

func (*MockDynamoDBAPI) DeleteItem

DeleteItem mocks base method

func (*MockDynamoDBAPI) DeleteItemRequest

DeleteItemRequest mocks base method

func (*MockDynamoDBAPI) DeleteItemWithContext

func (m *MockDynamoDBAPI) DeleteItemWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteItemInput, arg2 ...request.Option) (*dynamodb.DeleteItemOutput, error)

DeleteItemWithContext mocks base method

func (*MockDynamoDBAPI) DeleteTable

DeleteTable mocks base method

func (*MockDynamoDBAPI) DeleteTableRequest

DeleteTableRequest mocks base method

func (*MockDynamoDBAPI) DeleteTableWithContext

func (m *MockDynamoDBAPI) DeleteTableWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteTableInput, arg2 ...request.Option) (*dynamodb.DeleteTableOutput, error)

DeleteTableWithContext mocks base method

func (*MockDynamoDBAPI) DescribeBackup

DescribeBackup mocks base method

func (*MockDynamoDBAPI) DescribeBackupRequest

DescribeBackupRequest mocks base method

func (*MockDynamoDBAPI) DescribeBackupWithContext

func (m *MockDynamoDBAPI) DescribeBackupWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeBackupInput, arg2 ...request.Option) (*dynamodb.DescribeBackupOutput, error)

DescribeBackupWithContext mocks base method

func (*MockDynamoDBAPI) DescribeContinuousBackups

DescribeContinuousBackups mocks base method

func (*MockDynamoDBAPI) DescribeContinuousBackupsRequest

DescribeContinuousBackupsRequest mocks base method

func (*MockDynamoDBAPI) DescribeContinuousBackupsWithContext

func (m *MockDynamoDBAPI) DescribeContinuousBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeContinuousBackupsInput, arg2 ...request.Option) (*dynamodb.DescribeContinuousBackupsOutput, error)

DescribeContinuousBackupsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeContributorInsights

DescribeContributorInsights mocks base method

func (*MockDynamoDBAPI) DescribeContributorInsightsRequest

DescribeContributorInsightsRequest mocks base method

func (*MockDynamoDBAPI) DescribeContributorInsightsWithContext

func (m *MockDynamoDBAPI) DescribeContributorInsightsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeContributorInsightsInput, arg2 ...request.Option) (*dynamodb.DescribeContributorInsightsOutput, error)

DescribeContributorInsightsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeEndpoints

DescribeEndpoints mocks base method

func (*MockDynamoDBAPI) DescribeEndpointsRequest

DescribeEndpointsRequest mocks base method

func (*MockDynamoDBAPI) DescribeEndpointsWithContext

func (m *MockDynamoDBAPI) DescribeEndpointsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeEndpointsInput, arg2 ...request.Option) (*dynamodb.DescribeEndpointsOutput, error)

DescribeEndpointsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTable

DescribeGlobalTable mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableRequest

DescribeGlobalTableRequest mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableSettings

DescribeGlobalTableSettings mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableSettingsRequest

DescribeGlobalTableSettingsRequest mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext

func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeGlobalTableSettingsInput, arg2 ...request.Option) (*dynamodb.DescribeGlobalTableSettingsOutput, error)

DescribeGlobalTableSettingsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableWithContext

func (m *MockDynamoDBAPI) DescribeGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeGlobalTableInput, arg2 ...request.Option) (*dynamodb.DescribeGlobalTableOutput, error)

DescribeGlobalTableWithContext mocks base method

func (*MockDynamoDBAPI) DescribeLimits

DescribeLimits mocks base method

func (*MockDynamoDBAPI) DescribeLimitsRequest

DescribeLimitsRequest mocks base method

func (*MockDynamoDBAPI) DescribeLimitsWithContext

func (m *MockDynamoDBAPI) DescribeLimitsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeLimitsInput, arg2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)

DescribeLimitsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeTable

DescribeTable mocks base method

func (*MockDynamoDBAPI) DescribeTableReplicaAutoScaling

DescribeTableReplicaAutoScaling mocks base method

func (*MockDynamoDBAPI) DescribeTableReplicaAutoScalingRequest

DescribeTableReplicaAutoScalingRequest mocks base method

func (*MockDynamoDBAPI) DescribeTableReplicaAutoScalingWithContext

func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScalingWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableReplicaAutoScalingInput, arg2 ...request.Option) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)

DescribeTableReplicaAutoScalingWithContext mocks base method

func (*MockDynamoDBAPI) DescribeTableRequest

DescribeTableRequest mocks base method

func (*MockDynamoDBAPI) DescribeTableWithContext

func (m *MockDynamoDBAPI) DescribeTableWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.Option) (*dynamodb.DescribeTableOutput, error)

DescribeTableWithContext mocks base method

func (*MockDynamoDBAPI) DescribeTimeToLive

DescribeTimeToLive mocks base method

func (*MockDynamoDBAPI) DescribeTimeToLiveRequest

DescribeTimeToLiveRequest mocks base method

func (*MockDynamoDBAPI) DescribeTimeToLiveWithContext

func (m *MockDynamoDBAPI) DescribeTimeToLiveWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTimeToLiveInput, arg2 ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)

DescribeTimeToLiveWithContext mocks base method

func (*MockDynamoDBAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockDynamoDBAPI) GetItem

GetItem mocks base method

func (*MockDynamoDBAPI) GetItemRequest

GetItemRequest mocks base method

func (*MockDynamoDBAPI) GetItemWithContext

func (m *MockDynamoDBAPI) GetItemWithContext(arg0 aws.Context, arg1 *dynamodb.GetItemInput, arg2 ...request.Option) (*dynamodb.GetItemOutput, error)

GetItemWithContext mocks base method

func (*MockDynamoDBAPI) ListBackups

ListBackups mocks base method

func (*MockDynamoDBAPI) ListBackupsRequest

ListBackupsRequest mocks base method

func (*MockDynamoDBAPI) ListBackupsWithContext

func (m *MockDynamoDBAPI) ListBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.ListBackupsInput, arg2 ...request.Option) (*dynamodb.ListBackupsOutput, error)

ListBackupsWithContext mocks base method

func (*MockDynamoDBAPI) ListContributorInsights

ListContributorInsights mocks base method

func (*MockDynamoDBAPI) ListContributorInsightsPages

func (m *MockDynamoDBAPI) ListContributorInsightsPages(arg0 *dynamodb.ListContributorInsightsInput, arg1 func(*dynamodb.ListContributorInsightsOutput, bool) bool) error

ListContributorInsightsPages mocks base method

func (*MockDynamoDBAPI) ListContributorInsightsPagesWithContext

func (m *MockDynamoDBAPI) ListContributorInsightsPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ListContributorInsightsInput, arg2 func(*dynamodb.ListContributorInsightsOutput, bool) bool, arg3 ...request.Option) error

ListContributorInsightsPagesWithContext mocks base method

func (*MockDynamoDBAPI) ListContributorInsightsRequest

ListContributorInsightsRequest mocks base method

func (*MockDynamoDBAPI) ListContributorInsightsWithContext

func (m *MockDynamoDBAPI) ListContributorInsightsWithContext(arg0 aws.Context, arg1 *dynamodb.ListContributorInsightsInput, arg2 ...request.Option) (*dynamodb.ListContributorInsightsOutput, error)

ListContributorInsightsWithContext mocks base method

func (*MockDynamoDBAPI) ListGlobalTables

ListGlobalTables mocks base method

func (*MockDynamoDBAPI) ListGlobalTablesRequest

ListGlobalTablesRequest mocks base method

func (*MockDynamoDBAPI) ListGlobalTablesWithContext

func (m *MockDynamoDBAPI) ListGlobalTablesWithContext(arg0 aws.Context, arg1 *dynamodb.ListGlobalTablesInput, arg2 ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)

ListGlobalTablesWithContext mocks base method

func (*MockDynamoDBAPI) ListTables

ListTables mocks base method

func (*MockDynamoDBAPI) ListTablesPages

func (m *MockDynamoDBAPI) ListTablesPages(arg0 *dynamodb.ListTablesInput, arg1 func(*dynamodb.ListTablesOutput, bool) bool) error

ListTablesPages mocks base method

func (*MockDynamoDBAPI) ListTablesPagesWithContext

func (m *MockDynamoDBAPI) ListTablesPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ListTablesInput, arg2 func(*dynamodb.ListTablesOutput, bool) bool, arg3 ...request.Option) error

ListTablesPagesWithContext mocks base method

func (*MockDynamoDBAPI) ListTablesRequest

ListTablesRequest mocks base method

func (*MockDynamoDBAPI) ListTablesWithContext

func (m *MockDynamoDBAPI) ListTablesWithContext(arg0 aws.Context, arg1 *dynamodb.ListTablesInput, arg2 ...request.Option) (*dynamodb.ListTablesOutput, error)

ListTablesWithContext mocks base method

func (*MockDynamoDBAPI) ListTagsOfResource

ListTagsOfResource mocks base method

func (*MockDynamoDBAPI) ListTagsOfResourceRequest

ListTagsOfResourceRequest mocks base method

func (*MockDynamoDBAPI) ListTagsOfResourceWithContext

func (m *MockDynamoDBAPI) ListTagsOfResourceWithContext(arg0 aws.Context, arg1 *dynamodb.ListTagsOfResourceInput, arg2 ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)

ListTagsOfResourceWithContext mocks base method

func (*MockDynamoDBAPI) PutItem

PutItem mocks base method

func (*MockDynamoDBAPI) PutItemRequest

PutItemRequest mocks base method

func (*MockDynamoDBAPI) PutItemWithContext

func (m *MockDynamoDBAPI) PutItemWithContext(arg0 aws.Context, arg1 *dynamodb.PutItemInput, arg2 ...request.Option) (*dynamodb.PutItemOutput, error)

PutItemWithContext mocks base method

func (*MockDynamoDBAPI) Query

Query mocks base method

func (*MockDynamoDBAPI) QueryPages

func (m *MockDynamoDBAPI) QueryPages(arg0 *dynamodb.QueryInput, arg1 func(*dynamodb.QueryOutput, bool) bool) error

QueryPages mocks base method

func (*MockDynamoDBAPI) QueryPagesWithContext

func (m *MockDynamoDBAPI) QueryPagesWithContext(arg0 aws.Context, arg1 *dynamodb.QueryInput, arg2 func(*dynamodb.QueryOutput, bool) bool, arg3 ...request.Option) error

QueryPagesWithContext mocks base method

func (*MockDynamoDBAPI) QueryRequest

QueryRequest mocks base method

func (*MockDynamoDBAPI) QueryWithContext

func (m *MockDynamoDBAPI) QueryWithContext(arg0 aws.Context, arg1 *dynamodb.QueryInput, arg2 ...request.Option) (*dynamodb.QueryOutput, error)

QueryWithContext mocks base method

func (*MockDynamoDBAPI) RestoreTableFromBackup

RestoreTableFromBackup mocks base method

func (*MockDynamoDBAPI) RestoreTableFromBackupRequest

RestoreTableFromBackupRequest mocks base method

func (*MockDynamoDBAPI) RestoreTableFromBackupWithContext

func (m *MockDynamoDBAPI) RestoreTableFromBackupWithContext(arg0 aws.Context, arg1 *dynamodb.RestoreTableFromBackupInput, arg2 ...request.Option) (*dynamodb.RestoreTableFromBackupOutput, error)

RestoreTableFromBackupWithContext mocks base method

func (*MockDynamoDBAPI) RestoreTableToPointInTime

RestoreTableToPointInTime mocks base method

func (*MockDynamoDBAPI) RestoreTableToPointInTimeRequest

RestoreTableToPointInTimeRequest mocks base method

func (*MockDynamoDBAPI) RestoreTableToPointInTimeWithContext

func (m *MockDynamoDBAPI) RestoreTableToPointInTimeWithContext(arg0 aws.Context, arg1 *dynamodb.RestoreTableToPointInTimeInput, arg2 ...request.Option) (*dynamodb.RestoreTableToPointInTimeOutput, error)

RestoreTableToPointInTimeWithContext mocks base method

func (*MockDynamoDBAPI) Scan

Scan mocks base method

func (*MockDynamoDBAPI) ScanPages

func (m *MockDynamoDBAPI) ScanPages(arg0 *dynamodb.ScanInput, arg1 func(*dynamodb.ScanOutput, bool) bool) error

ScanPages mocks base method

func (*MockDynamoDBAPI) ScanPagesWithContext

func (m *MockDynamoDBAPI) ScanPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ScanInput, arg2 func(*dynamodb.ScanOutput, bool) bool, arg3 ...request.Option) error

ScanPagesWithContext mocks base method

func (*MockDynamoDBAPI) ScanRequest

ScanRequest mocks base method

func (*MockDynamoDBAPI) ScanWithContext

func (m *MockDynamoDBAPI) ScanWithContext(arg0 aws.Context, arg1 *dynamodb.ScanInput, arg2 ...request.Option) (*dynamodb.ScanOutput, error)

ScanWithContext mocks base method

func (*MockDynamoDBAPI) TagResource

TagResource mocks base method

func (*MockDynamoDBAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockDynamoDBAPI) TagResourceWithContext

func (m *MockDynamoDBAPI) TagResourceWithContext(arg0 aws.Context, arg1 *dynamodb.TagResourceInput, arg2 ...request.Option) (*dynamodb.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockDynamoDBAPI) TransactGetItems

TransactGetItems mocks base method

func (*MockDynamoDBAPI) TransactGetItemsRequest

TransactGetItemsRequest mocks base method

func (*MockDynamoDBAPI) TransactGetItemsWithContext

func (m *MockDynamoDBAPI) TransactGetItemsWithContext(arg0 aws.Context, arg1 *dynamodb.TransactGetItemsInput, arg2 ...request.Option) (*dynamodb.TransactGetItemsOutput, error)

TransactGetItemsWithContext mocks base method

func (*MockDynamoDBAPI) TransactWriteItems

TransactWriteItems mocks base method

func (*MockDynamoDBAPI) TransactWriteItemsRequest

TransactWriteItemsRequest mocks base method

func (*MockDynamoDBAPI) TransactWriteItemsWithContext

func (m *MockDynamoDBAPI) TransactWriteItemsWithContext(arg0 aws.Context, arg1 *dynamodb.TransactWriteItemsInput, arg2 ...request.Option) (*dynamodb.TransactWriteItemsOutput, error)

TransactWriteItemsWithContext mocks base method

func (*MockDynamoDBAPI) UntagResource

UntagResource mocks base method

func (*MockDynamoDBAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockDynamoDBAPI) UntagResourceWithContext

func (m *MockDynamoDBAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *dynamodb.UntagResourceInput, arg2 ...request.Option) (*dynamodb.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockDynamoDBAPI) UpdateContinuousBackups

UpdateContinuousBackups mocks base method

func (*MockDynamoDBAPI) UpdateContinuousBackupsRequest

UpdateContinuousBackupsRequest mocks base method

func (*MockDynamoDBAPI) UpdateContinuousBackupsWithContext

func (m *MockDynamoDBAPI) UpdateContinuousBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateContinuousBackupsInput, arg2 ...request.Option) (*dynamodb.UpdateContinuousBackupsOutput, error)

UpdateContinuousBackupsWithContext mocks base method

func (*MockDynamoDBAPI) UpdateContributorInsights

UpdateContributorInsights mocks base method

func (*MockDynamoDBAPI) UpdateContributorInsightsRequest

UpdateContributorInsightsRequest mocks base method

func (*MockDynamoDBAPI) UpdateContributorInsightsWithContext

func (m *MockDynamoDBAPI) UpdateContributorInsightsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateContributorInsightsInput, arg2 ...request.Option) (*dynamodb.UpdateContributorInsightsOutput, error)

UpdateContributorInsightsWithContext mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTable

UpdateGlobalTable mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableRequest

UpdateGlobalTableRequest mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableSettings

UpdateGlobalTableSettings mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableSettingsRequest

UpdateGlobalTableSettingsRequest mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext

func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateGlobalTableSettingsInput, arg2 ...request.Option) (*dynamodb.UpdateGlobalTableSettingsOutput, error)

UpdateGlobalTableSettingsWithContext mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableWithContext

func (m *MockDynamoDBAPI) UpdateGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateGlobalTableInput, arg2 ...request.Option) (*dynamodb.UpdateGlobalTableOutput, error)

UpdateGlobalTableWithContext mocks base method

func (*MockDynamoDBAPI) UpdateItem

UpdateItem mocks base method

func (*MockDynamoDBAPI) UpdateItemRequest

UpdateItemRequest mocks base method

func (*MockDynamoDBAPI) UpdateItemWithContext

func (m *MockDynamoDBAPI) UpdateItemWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateItemInput, arg2 ...request.Option) (*dynamodb.UpdateItemOutput, error)

UpdateItemWithContext mocks base method

func (*MockDynamoDBAPI) UpdateTable

UpdateTable mocks base method

func (*MockDynamoDBAPI) UpdateTableReplicaAutoScaling

UpdateTableReplicaAutoScaling mocks base method

func (*MockDynamoDBAPI) UpdateTableReplicaAutoScalingRequest

UpdateTableReplicaAutoScalingRequest mocks base method

func (*MockDynamoDBAPI) UpdateTableReplicaAutoScalingWithContext

func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScalingWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTableReplicaAutoScalingInput, arg2 ...request.Option) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)

UpdateTableReplicaAutoScalingWithContext mocks base method

func (*MockDynamoDBAPI) UpdateTableRequest

UpdateTableRequest mocks base method

func (*MockDynamoDBAPI) UpdateTableWithContext

func (m *MockDynamoDBAPI) UpdateTableWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTableInput, arg2 ...request.Option) (*dynamodb.UpdateTableOutput, error)

UpdateTableWithContext mocks base method

func (*MockDynamoDBAPI) UpdateTimeToLive

UpdateTimeToLive mocks base method

func (*MockDynamoDBAPI) UpdateTimeToLiveRequest

UpdateTimeToLiveRequest mocks base method

func (*MockDynamoDBAPI) UpdateTimeToLiveWithContext

func (m *MockDynamoDBAPI) UpdateTimeToLiveWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTimeToLiveInput, arg2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)

UpdateTimeToLiveWithContext mocks base method

func (*MockDynamoDBAPI) WaitUntilTableExists

func (m *MockDynamoDBAPI) WaitUntilTableExists(arg0 *dynamodb.DescribeTableInput) error

WaitUntilTableExists mocks base method

func (*MockDynamoDBAPI) WaitUntilTableExistsWithContext

func (m *MockDynamoDBAPI) WaitUntilTableExistsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.WaiterOption) error

WaitUntilTableExistsWithContext mocks base method

func (*MockDynamoDBAPI) WaitUntilTableNotExists

func (m *MockDynamoDBAPI) WaitUntilTableNotExists(arg0 *dynamodb.DescribeTableInput) error

WaitUntilTableNotExists mocks base method

func (*MockDynamoDBAPI) WaitUntilTableNotExistsWithContext

func (m *MockDynamoDBAPI) WaitUntilTableNotExistsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.WaiterOption) error

WaitUntilTableNotExistsWithContext mocks base method

type MockDynamoDBAPIMockRecorder

type MockDynamoDBAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockDynamoDBAPIMockRecorder is the mock recorder for MockDynamoDBAPI

func (*MockDynamoDBAPIMockRecorder) BatchGetItem

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItem(arg0 interface{}) *gomock.Call

BatchGetItem indicates an expected call of BatchGetItem

func (*MockDynamoDBAPIMockRecorder) BatchGetItemPages

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPages(arg0, arg1 interface{}) *gomock.Call

BatchGetItemPages indicates an expected call of BatchGetItemPages

func (*MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

BatchGetItemPagesWithContext indicates an expected call of BatchGetItemPagesWithContext

func (*MockDynamoDBAPIMockRecorder) BatchGetItemRequest

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemRequest(arg0 interface{}) *gomock.Call

BatchGetItemRequest indicates an expected call of BatchGetItemRequest

func (*MockDynamoDBAPIMockRecorder) BatchGetItemWithContext

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetItemWithContext indicates an expected call of BatchGetItemWithContext

func (*MockDynamoDBAPIMockRecorder) BatchWriteItem

func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItem(arg0 interface{}) *gomock.Call

BatchWriteItem indicates an expected call of BatchWriteItem

func (*MockDynamoDBAPIMockRecorder) BatchWriteItemRequest

func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemRequest(arg0 interface{}) *gomock.Call

BatchWriteItemRequest indicates an expected call of BatchWriteItemRequest

func (*MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext

func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchWriteItemWithContext indicates an expected call of BatchWriteItemWithContext

func (*MockDynamoDBAPIMockRecorder) CreateBackup

func (mr *MockDynamoDBAPIMockRecorder) CreateBackup(arg0 interface{}) *gomock.Call

CreateBackup indicates an expected call of CreateBackup

func (*MockDynamoDBAPIMockRecorder) CreateBackupRequest

func (mr *MockDynamoDBAPIMockRecorder) CreateBackupRequest(arg0 interface{}) *gomock.Call

CreateBackupRequest indicates an expected call of CreateBackupRequest

func (*MockDynamoDBAPIMockRecorder) CreateBackupWithContext

func (mr *MockDynamoDBAPIMockRecorder) CreateBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateBackupWithContext indicates an expected call of CreateBackupWithContext

func (*MockDynamoDBAPIMockRecorder) CreateGlobalTable

func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTable(arg0 interface{}) *gomock.Call

CreateGlobalTable indicates an expected call of CreateGlobalTable

func (*MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest

func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest(arg0 interface{}) *gomock.Call

CreateGlobalTableRequest indicates an expected call of CreateGlobalTableRequest

func (*MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext

func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGlobalTableWithContext indicates an expected call of CreateGlobalTableWithContext

func (*MockDynamoDBAPIMockRecorder) CreateTable

func (mr *MockDynamoDBAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call

CreateTable indicates an expected call of CreateTable

func (*MockDynamoDBAPIMockRecorder) CreateTableRequest

func (mr *MockDynamoDBAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call

CreateTableRequest indicates an expected call of CreateTableRequest

func (*MockDynamoDBAPIMockRecorder) CreateTableWithContext

func (mr *MockDynamoDBAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTableWithContext indicates an expected call of CreateTableWithContext

func (*MockDynamoDBAPIMockRecorder) DeleteBackup

func (mr *MockDynamoDBAPIMockRecorder) DeleteBackup(arg0 interface{}) *gomock.Call

DeleteBackup indicates an expected call of DeleteBackup

func (*MockDynamoDBAPIMockRecorder) DeleteBackupRequest

func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupRequest(arg0 interface{}) *gomock.Call

DeleteBackupRequest indicates an expected call of DeleteBackupRequest

func (*MockDynamoDBAPIMockRecorder) DeleteBackupWithContext

func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBackupWithContext indicates an expected call of DeleteBackupWithContext

func (*MockDynamoDBAPIMockRecorder) DeleteItem

func (mr *MockDynamoDBAPIMockRecorder) DeleteItem(arg0 interface{}) *gomock.Call

DeleteItem indicates an expected call of DeleteItem

func (*MockDynamoDBAPIMockRecorder) DeleteItemRequest

func (mr *MockDynamoDBAPIMockRecorder) DeleteItemRequest(arg0 interface{}) *gomock.Call

DeleteItemRequest indicates an expected call of DeleteItemRequest

func (*MockDynamoDBAPIMockRecorder) DeleteItemWithContext

func (mr *MockDynamoDBAPIMockRecorder) DeleteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteItemWithContext indicates an expected call of DeleteItemWithContext

func (*MockDynamoDBAPIMockRecorder) DeleteTable

func (mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call

DeleteTable indicates an expected call of DeleteTable

func (*MockDynamoDBAPIMockRecorder) DeleteTableRequest

func (mr *MockDynamoDBAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call

DeleteTableRequest indicates an expected call of DeleteTableRequest

func (*MockDynamoDBAPIMockRecorder) DeleteTableWithContext

func (mr *MockDynamoDBAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTableWithContext indicates an expected call of DeleteTableWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeBackup

func (mr *MockDynamoDBAPIMockRecorder) DescribeBackup(arg0 interface{}) *gomock.Call

DescribeBackup indicates an expected call of DescribeBackup

func (*MockDynamoDBAPIMockRecorder) DescribeBackupRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupRequest(arg0 interface{}) *gomock.Call

DescribeBackupRequest indicates an expected call of DescribeBackupRequest

func (*MockDynamoDBAPIMockRecorder) DescribeBackupWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBackupWithContext indicates an expected call of DescribeBackupWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackups

func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackups(arg0 interface{}) *gomock.Call

DescribeContinuousBackups indicates an expected call of DescribeContinuousBackups

func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest(arg0 interface{}) *gomock.Call

DescribeContinuousBackupsRequest indicates an expected call of DescribeContinuousBackupsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeContinuousBackupsWithContext indicates an expected call of DescribeContinuousBackupsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeContributorInsights

func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsights(arg0 interface{}) *gomock.Call

DescribeContributorInsights indicates an expected call of DescribeContributorInsights

func (*MockDynamoDBAPIMockRecorder) DescribeContributorInsightsRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsRequest(arg0 interface{}) *gomock.Call

DescribeContributorInsightsRequest indicates an expected call of DescribeContributorInsightsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeContributorInsightsWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeContributorInsightsWithContext indicates an expected call of DescribeContributorInsightsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeEndpoints

func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpoints(arg0 interface{}) *gomock.Call

DescribeEndpoints indicates an expected call of DescribeEndpoints

func (*MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeEndpointsRequest indicates an expected call of DescribeEndpointsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEndpointsWithContext indicates an expected call of DescribeEndpointsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTable

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTable(arg0 interface{}) *gomock.Call

DescribeGlobalTable indicates an expected call of DescribeGlobalTable

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest(arg0 interface{}) *gomock.Call

DescribeGlobalTableRequest indicates an expected call of DescribeGlobalTableRequest

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings(arg0 interface{}) *gomock.Call

DescribeGlobalTableSettings indicates an expected call of DescribeGlobalTableSettings

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call

DescribeGlobalTableSettingsRequest indicates an expected call of DescribeGlobalTableSettingsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGlobalTableSettingsWithContext indicates an expected call of DescribeGlobalTableSettingsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGlobalTableWithContext indicates an expected call of DescribeGlobalTableWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeLimits

func (mr *MockDynamoDBAPIMockRecorder) DescribeLimits(arg0 interface{}) *gomock.Call

DescribeLimits indicates an expected call of DescribeLimits

func (*MockDynamoDBAPIMockRecorder) DescribeLimitsRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsRequest(arg0 interface{}) *gomock.Call

DescribeLimitsRequest indicates an expected call of DescribeLimitsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLimitsWithContext indicates an expected call of DescribeLimitsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeTable

func (mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call

DescribeTable indicates an expected call of DescribeTable

func (*MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScaling

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScaling(arg0 interface{}) *gomock.Call

DescribeTableReplicaAutoScaling indicates an expected call of DescribeTableReplicaAutoScaling

func (*MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call

DescribeTableReplicaAutoScalingRequest indicates an expected call of DescribeTableReplicaAutoScalingRequest

func (*MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTableReplicaAutoScalingWithContext indicates an expected call of DescribeTableReplicaAutoScalingWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeTableRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableRequest(arg0 interface{}) *gomock.Call

DescribeTableRequest indicates an expected call of DescribeTableRequest

func (*MockDynamoDBAPIMockRecorder) DescribeTableWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTableWithContext indicates an expected call of DescribeTableWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLive

func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLive(arg0 interface{}) *gomock.Call

DescribeTimeToLive indicates an expected call of DescribeTimeToLive

func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest

func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest(arg0 interface{}) *gomock.Call

DescribeTimeToLiveRequest indicates an expected call of DescribeTimeToLiveRequest

func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext

func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTimeToLiveWithContext indicates an expected call of DescribeTimeToLiveWithContext

func (*MockDynamoDBAPIMockRecorder) GetItem

func (mr *MockDynamoDBAPIMockRecorder) GetItem(arg0 interface{}) *gomock.Call

GetItem indicates an expected call of GetItem

func (*MockDynamoDBAPIMockRecorder) GetItemRequest

func (mr *MockDynamoDBAPIMockRecorder) GetItemRequest(arg0 interface{}) *gomock.Call

GetItemRequest indicates an expected call of GetItemRequest

func (*MockDynamoDBAPIMockRecorder) GetItemWithContext

func (mr *MockDynamoDBAPIMockRecorder) GetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetItemWithContext indicates an expected call of GetItemWithContext

func (*MockDynamoDBAPIMockRecorder) ListBackups

func (mr *MockDynamoDBAPIMockRecorder) ListBackups(arg0 interface{}) *gomock.Call

ListBackups indicates an expected call of ListBackups

func (*MockDynamoDBAPIMockRecorder) ListBackupsRequest

func (mr *MockDynamoDBAPIMockRecorder) ListBackupsRequest(arg0 interface{}) *gomock.Call

ListBackupsRequest indicates an expected call of ListBackupsRequest

func (*MockDynamoDBAPIMockRecorder) ListBackupsWithContext

func (mr *MockDynamoDBAPIMockRecorder) ListBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupsWithContext indicates an expected call of ListBackupsWithContext

func (*MockDynamoDBAPIMockRecorder) ListContributorInsights

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsights(arg0 interface{}) *gomock.Call

ListContributorInsights indicates an expected call of ListContributorInsights

func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsPages

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPages(arg0, arg1 interface{}) *gomock.Call

ListContributorInsightsPages indicates an expected call of ListContributorInsightsPages

func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsPagesWithContext

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListContributorInsightsPagesWithContext indicates an expected call of ListContributorInsightsPagesWithContext

func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsRequest

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsRequest(arg0 interface{}) *gomock.Call

ListContributorInsightsRequest indicates an expected call of ListContributorInsightsRequest

func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsWithContext

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListContributorInsightsWithContext indicates an expected call of ListContributorInsightsWithContext

func (*MockDynamoDBAPIMockRecorder) ListGlobalTables

func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTables(arg0 interface{}) *gomock.Call

ListGlobalTables indicates an expected call of ListGlobalTables

func (*MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest

func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest(arg0 interface{}) *gomock.Call

ListGlobalTablesRequest indicates an expected call of ListGlobalTablesRequest

func (*MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext

func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGlobalTablesWithContext indicates an expected call of ListGlobalTablesWithContext

func (*MockDynamoDBAPIMockRecorder) ListTables

func (mr *MockDynamoDBAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call

ListTables indicates an expected call of ListTables

func (*MockDynamoDBAPIMockRecorder) ListTablesPages

func (mr *MockDynamoDBAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call

ListTablesPages indicates an expected call of ListTablesPages

func (*MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext

func (mr *MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTablesPagesWithContext indicates an expected call of ListTablesPagesWithContext

func (*MockDynamoDBAPIMockRecorder) ListTablesRequest

func (mr *MockDynamoDBAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call

ListTablesRequest indicates an expected call of ListTablesRequest

func (*MockDynamoDBAPIMockRecorder) ListTablesWithContext

func (mr *MockDynamoDBAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTablesWithContext indicates an expected call of ListTablesWithContext

func (*MockDynamoDBAPIMockRecorder) ListTagsOfResource

func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResource(arg0 interface{}) *gomock.Call

ListTagsOfResource indicates an expected call of ListTagsOfResource

func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest

func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest(arg0 interface{}) *gomock.Call

ListTagsOfResourceRequest indicates an expected call of ListTagsOfResourceRequest

func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext

func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsOfResourceWithContext indicates an expected call of ListTagsOfResourceWithContext

func (*MockDynamoDBAPIMockRecorder) PutItem

func (mr *MockDynamoDBAPIMockRecorder) PutItem(arg0 interface{}) *gomock.Call

PutItem indicates an expected call of PutItem

func (*MockDynamoDBAPIMockRecorder) PutItemRequest

func (mr *MockDynamoDBAPIMockRecorder) PutItemRequest(arg0 interface{}) *gomock.Call

PutItemRequest indicates an expected call of PutItemRequest

func (*MockDynamoDBAPIMockRecorder) PutItemWithContext

func (mr *MockDynamoDBAPIMockRecorder) PutItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutItemWithContext indicates an expected call of PutItemWithContext

func (*MockDynamoDBAPIMockRecorder) Query

func (mr *MockDynamoDBAPIMockRecorder) Query(arg0 interface{}) *gomock.Call

Query indicates an expected call of Query

func (*MockDynamoDBAPIMockRecorder) QueryPages

func (mr *MockDynamoDBAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call

QueryPages indicates an expected call of QueryPages

func (*MockDynamoDBAPIMockRecorder) QueryPagesWithContext

func (mr *MockDynamoDBAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

QueryPagesWithContext indicates an expected call of QueryPagesWithContext

func (*MockDynamoDBAPIMockRecorder) QueryRequest

func (mr *MockDynamoDBAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call

QueryRequest indicates an expected call of QueryRequest

func (*MockDynamoDBAPIMockRecorder) QueryWithContext

func (mr *MockDynamoDBAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

QueryWithContext indicates an expected call of QueryWithContext

func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackup

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackup(arg0 interface{}) *gomock.Call

RestoreTableFromBackup indicates an expected call of RestoreTableFromBackup

func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest(arg0 interface{}) *gomock.Call

RestoreTableFromBackupRequest indicates an expected call of RestoreTableFromBackupRequest

func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreTableFromBackupWithContext indicates an expected call of RestoreTableFromBackupWithContext

func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime(arg0 interface{}) *gomock.Call

RestoreTableToPointInTime indicates an expected call of RestoreTableToPointInTime

func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest(arg0 interface{}) *gomock.Call

RestoreTableToPointInTimeRequest indicates an expected call of RestoreTableToPointInTimeRequest

func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreTableToPointInTimeWithContext indicates an expected call of RestoreTableToPointInTimeWithContext

func (*MockDynamoDBAPIMockRecorder) Scan

func (mr *MockDynamoDBAPIMockRecorder) Scan(arg0 interface{}) *gomock.Call

Scan indicates an expected call of Scan

func (*MockDynamoDBAPIMockRecorder) ScanPages

func (mr *MockDynamoDBAPIMockRecorder) ScanPages(arg0, arg1 interface{}) *gomock.Call

ScanPages indicates an expected call of ScanPages

func (*MockDynamoDBAPIMockRecorder) ScanPagesWithContext

func (mr *MockDynamoDBAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ScanPagesWithContext indicates an expected call of ScanPagesWithContext

func (*MockDynamoDBAPIMockRecorder) ScanRequest

func (mr *MockDynamoDBAPIMockRecorder) ScanRequest(arg0 interface{}) *gomock.Call

ScanRequest indicates an expected call of ScanRequest

func (*MockDynamoDBAPIMockRecorder) ScanWithContext

func (mr *MockDynamoDBAPIMockRecorder) ScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ScanWithContext indicates an expected call of ScanWithContext

func (*MockDynamoDBAPIMockRecorder) TagResource

func (mr *MockDynamoDBAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockDynamoDBAPIMockRecorder) TagResourceRequest

func (mr *MockDynamoDBAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockDynamoDBAPIMockRecorder) TagResourceWithContext

func (mr *MockDynamoDBAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockDynamoDBAPIMockRecorder) TransactGetItems

func (mr *MockDynamoDBAPIMockRecorder) TransactGetItems(arg0 interface{}) *gomock.Call

TransactGetItems indicates an expected call of TransactGetItems

func (*MockDynamoDBAPIMockRecorder) TransactGetItemsRequest

func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsRequest(arg0 interface{}) *gomock.Call

TransactGetItemsRequest indicates an expected call of TransactGetItemsRequest

func (*MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext

func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TransactGetItemsWithContext indicates an expected call of TransactGetItemsWithContext

func (*MockDynamoDBAPIMockRecorder) TransactWriteItems

func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItems(arg0 interface{}) *gomock.Call

TransactWriteItems indicates an expected call of TransactWriteItems

func (*MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest

func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest(arg0 interface{}) *gomock.Call

TransactWriteItemsRequest indicates an expected call of TransactWriteItemsRequest

func (*MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext

func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TransactWriteItemsWithContext indicates an expected call of TransactWriteItemsWithContext

func (*MockDynamoDBAPIMockRecorder) UntagResource

func (mr *MockDynamoDBAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockDynamoDBAPIMockRecorder) UntagResourceRequest

func (mr *MockDynamoDBAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockDynamoDBAPIMockRecorder) UntagResourceWithContext

func (mr *MockDynamoDBAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackups

func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackups(arg0 interface{}) *gomock.Call

UpdateContinuousBackups indicates an expected call of UpdateContinuousBackups

func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest

func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest(arg0 interface{}) *gomock.Call

UpdateContinuousBackupsRequest indicates an expected call of UpdateContinuousBackupsRequest

func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext

func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContinuousBackupsWithContext indicates an expected call of UpdateContinuousBackupsWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateContributorInsights

func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsights(arg0 interface{}) *gomock.Call

UpdateContributorInsights indicates an expected call of UpdateContributorInsights

func (*MockDynamoDBAPIMockRecorder) UpdateContributorInsightsRequest

func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsRequest(arg0 interface{}) *gomock.Call

UpdateContributorInsightsRequest indicates an expected call of UpdateContributorInsightsRequest

func (*MockDynamoDBAPIMockRecorder) UpdateContributorInsightsWithContext

func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContributorInsightsWithContext indicates an expected call of UpdateContributorInsightsWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTable

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTable(arg0 interface{}) *gomock.Call

UpdateGlobalTable indicates an expected call of UpdateGlobalTable

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest(arg0 interface{}) *gomock.Call

UpdateGlobalTableRequest indicates an expected call of UpdateGlobalTableRequest

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings(arg0 interface{}) *gomock.Call

UpdateGlobalTableSettings indicates an expected call of UpdateGlobalTableSettings

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call

UpdateGlobalTableSettingsRequest indicates an expected call of UpdateGlobalTableSettingsRequest

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGlobalTableSettingsWithContext indicates an expected call of UpdateGlobalTableSettingsWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGlobalTableWithContext indicates an expected call of UpdateGlobalTableWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateItem

func (mr *MockDynamoDBAPIMockRecorder) UpdateItem(arg0 interface{}) *gomock.Call

UpdateItem indicates an expected call of UpdateItem

func (*MockDynamoDBAPIMockRecorder) UpdateItemRequest

func (mr *MockDynamoDBAPIMockRecorder) UpdateItemRequest(arg0 interface{}) *gomock.Call

UpdateItemRequest indicates an expected call of UpdateItemRequest

func (*MockDynamoDBAPIMockRecorder) UpdateItemWithContext

func (mr *MockDynamoDBAPIMockRecorder) UpdateItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateItemWithContext indicates an expected call of UpdateItemWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateTable

func (mr *MockDynamoDBAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call

UpdateTable indicates an expected call of UpdateTable

func (*MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScaling

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScaling(arg0 interface{}) *gomock.Call

UpdateTableReplicaAutoScaling indicates an expected call of UpdateTableReplicaAutoScaling

func (*MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingRequest

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call

UpdateTableReplicaAutoScalingRequest indicates an expected call of UpdateTableReplicaAutoScalingRequest

func (*MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTableReplicaAutoScalingWithContext indicates an expected call of UpdateTableReplicaAutoScalingWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateTableRequest

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call

UpdateTableRequest indicates an expected call of UpdateTableRequest

func (*MockDynamoDBAPIMockRecorder) UpdateTableWithContext

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTableWithContext indicates an expected call of UpdateTableWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLive

func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call

UpdateTimeToLive indicates an expected call of UpdateTimeToLive

func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest

func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest(arg0 interface{}) *gomock.Call

UpdateTimeToLiveRequest indicates an expected call of UpdateTimeToLiveRequest

func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext

func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTimeToLiveWithContext indicates an expected call of UpdateTimeToLiveWithContext

func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExists

func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExists(arg0 interface{}) *gomock.Call

WaitUntilTableExists indicates an expected call of WaitUntilTableExists

func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext

func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTableExistsWithContext indicates an expected call of WaitUntilTableExistsWithContext

func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists

func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call

WaitUntilTableNotExists indicates an expected call of WaitUntilTableNotExists

func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext

func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTableNotExistsWithContext indicates an expected call of WaitUntilTableNotExistsWithContext

type MockGetTx

type MockGetTx struct {
	// contains filtered or unexported fields
}

MockGetTx is a mock of GetTx interface

func NewMockGetTx

func NewMockGetTx(ctrl *gomock.Controller) *MockGetTx

NewMockGetTx creates a new mock instance

func (*MockGetTx) All

func (m *MockGetTx) All(out interface{}) error

All mocks base method

func (*MockGetTx) AllWithContext

func (m *MockGetTx) AllWithContext(ctx aws.Context, out interface{}) error

AllWithContext mocks base method

func (*MockGetTx) ConsumedCapacity

func (m *MockGetTx) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.GetTx

ConsumedCapacity mocks base method

func (*MockGetTx) EXPECT

func (m *MockGetTx) EXPECT() *MockGetTxMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockGetTx) Get

Get mocks base method

func (*MockGetTx) GetOne

func (m *MockGetTx) GetOne(q dynamodb.Query, out interface{}) dynamodb.GetTx

GetOne mocks base method

func (*MockGetTx) Run

func (m *MockGetTx) Run() error

Run mocks base method

func (*MockGetTx) RunWithContext

func (m *MockGetTx) RunWithContext(ctx aws.Context) error

RunWithContext mocks base method

type MockGetTxMockRecorder

type MockGetTxMockRecorder struct {
	// contains filtered or unexported fields
}

MockGetTxMockRecorder is the mock recorder for MockGetTx

func (*MockGetTxMockRecorder) All

func (mr *MockGetTxMockRecorder) All(out interface{}) *gomock.Call

All indicates an expected call of All

func (*MockGetTxMockRecorder) AllWithContext

func (mr *MockGetTxMockRecorder) AllWithContext(ctx, out interface{}) *gomock.Call

AllWithContext indicates an expected call of AllWithContext

func (*MockGetTxMockRecorder) ConsumedCapacity

func (mr *MockGetTxMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call

ConsumedCapacity indicates an expected call of ConsumedCapacity

func (*MockGetTxMockRecorder) Get

func (mr *MockGetTxMockRecorder) Get(q interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockGetTxMockRecorder) GetOne

func (mr *MockGetTxMockRecorder) GetOne(q, out interface{}) *gomock.Call

GetOne indicates an expected call of GetOne

func (*MockGetTxMockRecorder) Run

func (mr *MockGetTxMockRecorder) Run() *gomock.Call

Run indicates an expected call of Run

func (*MockGetTxMockRecorder) RunWithContext

func (mr *MockGetTxMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

type MockListTables

type MockListTables struct {
	// contains filtered or unexported fields
}

MockListTables is a mock of ListTables interface

func NewMockListTables

func NewMockListTables(ctrl *gomock.Controller) *MockListTables

NewMockListTables creates a new mock instance

func (*MockListTables) All

func (m *MockListTables) All() ([]string, error)

All mocks base method

func (*MockListTables) AllWithContext

func (m *MockListTables) AllWithContext(ctx aws.Context) ([]string, error)

AllWithContext mocks base method

func (*MockListTables) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockListTables) Iter

func (m *MockListTables) Iter() dynamo.Iter

Iter mocks base method

type MockListTablesMockRecorder

type MockListTablesMockRecorder struct {
	// contains filtered or unexported fields
}

MockListTablesMockRecorder is the mock recorder for MockListTables

func (*MockListTablesMockRecorder) All

All indicates an expected call of All

func (*MockListTablesMockRecorder) AllWithContext

func (mr *MockListTablesMockRecorder) AllWithContext(ctx interface{}) *gomock.Call

AllWithContext indicates an expected call of AllWithContext

func (*MockListTablesMockRecorder) Iter

Iter indicates an expected call of Iter

type MockPut

type MockPut struct {
	// contains filtered or unexported fields
}

MockPut is a mock of Put interface

func NewMockPut

func NewMockPut(ctrl *gomock.Controller) *MockPut

NewMockPut creates a new mock instance

func (*MockPut) ConsumedCapacity

func (m *MockPut) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Put

ConsumedCapacity mocks base method

func (*MockPut) EXPECT

func (m *MockPut) EXPECT() *MockPutMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockPut) If

func (m *MockPut) If(expr string, args ...interface{}) dynamodb.Put

If mocks base method

func (*MockPut) OldValue

func (m *MockPut) OldValue(out interface{}) error

OldValue mocks base method

func (*MockPut) OldValueWithContext

func (m *MockPut) OldValueWithContext(ctx aws.Context, out interface{}) error

OldValueWithContext mocks base method

func (*MockPut) Run

func (m *MockPut) Run() error

Run mocks base method

func (*MockPut) RunWithContext

func (m *MockPut) RunWithContext(ctx aws.Context) error

RunWithContext mocks base method

type MockPutMockRecorder

type MockPutMockRecorder struct {
	// contains filtered or unexported fields
}

MockPutMockRecorder is the mock recorder for MockPut

func (*MockPutMockRecorder) ConsumedCapacity

func (mr *MockPutMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call

ConsumedCapacity indicates an expected call of ConsumedCapacity

func (*MockPutMockRecorder) If

func (mr *MockPutMockRecorder) If(expr interface{}, args ...interface{}) *gomock.Call

If indicates an expected call of If

func (*MockPutMockRecorder) OldValue

func (mr *MockPutMockRecorder) OldValue(out interface{}) *gomock.Call

OldValue indicates an expected call of OldValue

func (*MockPutMockRecorder) OldValueWithContext

func (mr *MockPutMockRecorder) OldValueWithContext(ctx, out interface{}) *gomock.Call

OldValueWithContext indicates an expected call of OldValueWithContext

func (*MockPutMockRecorder) Run

func (mr *MockPutMockRecorder) Run() *gomock.Call

Run indicates an expected call of Run

func (*MockPutMockRecorder) RunWithContext

func (mr *MockPutMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

type MockQuery

type MockQuery struct {
	// contains filtered or unexported fields
}

MockQuery is a mock of Query interface

func NewMockQuery

func NewMockQuery(ctrl *gomock.Controller) *MockQuery

NewMockQuery creates a new mock instance

func (*MockQuery) All

func (m *MockQuery) All(out interface{}) error

All mocks base method

func (*MockQuery) AllWithContext

func (m *MockQuery) AllWithContext(ctx aws.Context, out interface{}) error

AllWithContext mocks base method

func (*MockQuery) AllWithLastEvaluatedKey

func (m *MockQuery) AllWithLastEvaluatedKey(out interface{}) (dynamo.PagingKey, error)

AllWithLastEvaluatedKey mocks base method

func (*MockQuery) AllWithLastEvaluatedKeyContext

func (m *MockQuery) AllWithLastEvaluatedKeyContext(ctx aws.Context, out interface{}) (dynamo.PagingKey, error)

AllWithLastEvaluatedKeyContext mocks base method

func (*MockQuery) Consistent

func (m *MockQuery) Consistent(on bool) dynamodb.Query

Consistent mocks base method

func (*MockQuery) ConsumedCapacity

func (m *MockQuery) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Query

ConsumedCapacity mocks base method

func (*MockQuery) Count

func (m *MockQuery) Count() (int64, error)

Count mocks base method

func (*MockQuery) CountWithContext

func (m *MockQuery) CountWithContext(ctx aws.Context) (int64, error)

CountWithContext mocks base method

func (*MockQuery) EXPECT

func (m *MockQuery) EXPECT() *MockQueryMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockQuery) Filter

func (m *MockQuery) Filter(expr string, args ...interface{}) dynamodb.Query

Filter mocks base method

func (*MockQuery) Index

func (m *MockQuery) Index(name string) dynamodb.Query

Index mocks base method

func (*MockQuery) Iter

func (m *MockQuery) Iter() dynamo.PagingIter

Iter mocks base method

func (*MockQuery) Limit

func (m *MockQuery) Limit(limit int64) dynamodb.Query

Limit mocks base method

func (*MockQuery) One

func (m *MockQuery) One(out interface{}) error

One mocks base method

func (*MockQuery) OneWithContext

func (m *MockQuery) OneWithContext(ctx aws.Context, out interface{}) error

OneWithContext mocks base method

func (*MockQuery) Order

func (m *MockQuery) Order(order dynamo.Order) dynamodb.Query

Order mocks base method

func (*MockQuery) Project

func (m *MockQuery) Project(paths ...string) dynamodb.Query

Project mocks base method

func (*MockQuery) ProjectExpr

func (m *MockQuery) ProjectExpr(expr string, args ...interface{}) dynamodb.Query

ProjectExpr mocks base method

func (*MockQuery) Range

func (m *MockQuery) Range(name string, op dynamo.Operator, values ...interface{}) dynamodb.Query

Range mocks base method

func (*MockQuery) SearchLimit

func (m *MockQuery) SearchLimit(limit int64) dynamodb.Query

SearchLimit mocks base method

func (*MockQuery) StartFrom

func (m *MockQuery) StartFrom(key dynamo.PagingKey) dynamodb.Query

StartFrom mocks base method

type MockQueryMockRecorder

type MockQueryMockRecorder struct {
	// contains filtered or unexported fields
}

MockQueryMockRecorder is the mock recorder for MockQuery

func (*MockQueryMockRecorder) All

func (mr *MockQueryMockRecorder) All(out interface{}) *gomock.Call

All indicates an expected call of All

func (*MockQueryMockRecorder) AllWithContext

func (mr *MockQueryMockRecorder) AllWithContext(ctx, out interface{}) *gomock.Call

AllWithContext indicates an expected call of AllWithContext

func (*MockQueryMockRecorder) AllWithLastEvaluatedKey

func (mr *MockQueryMockRecorder) AllWithLastEvaluatedKey(out interface{}) *gomock.Call

AllWithLastEvaluatedKey indicates an expected call of AllWithLastEvaluatedKey

func (*MockQueryMockRecorder) AllWithLastEvaluatedKeyContext

func (mr *MockQueryMockRecorder) AllWithLastEvaluatedKeyContext(ctx, out interface{}) *gomock.Call

AllWithLastEvaluatedKeyContext indicates an expected call of AllWithLastEvaluatedKeyContext

func (*MockQueryMockRecorder) Consistent

func (mr *MockQueryMockRecorder) Consistent(on interface{}) *gomock.Call

Consistent indicates an expected call of Consistent

func (*MockQueryMockRecorder) ConsumedCapacity

func (mr *MockQueryMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call

ConsumedCapacity indicates an expected call of ConsumedCapacity

func (*MockQueryMockRecorder) Count

func (mr *MockQueryMockRecorder) Count() *gomock.Call

Count indicates an expected call of Count

func (*MockQueryMockRecorder) CountWithContext

func (mr *MockQueryMockRecorder) CountWithContext(ctx interface{}) *gomock.Call

CountWithContext indicates an expected call of CountWithContext

func (*MockQueryMockRecorder) Filter

func (mr *MockQueryMockRecorder) Filter(expr interface{}, args ...interface{}) *gomock.Call

Filter indicates an expected call of Filter

func (*MockQueryMockRecorder) Index

func (mr *MockQueryMockRecorder) Index(name interface{}) *gomock.Call

Index indicates an expected call of Index

func (*MockQueryMockRecorder) Iter

func (mr *MockQueryMockRecorder) Iter() *gomock.Call

Iter indicates an expected call of Iter

func (*MockQueryMockRecorder) Limit

func (mr *MockQueryMockRecorder) Limit(limit interface{}) *gomock.Call

Limit indicates an expected call of Limit

func (*MockQueryMockRecorder) One

func (mr *MockQueryMockRecorder) One(out interface{}) *gomock.Call

One indicates an expected call of One

func (*MockQueryMockRecorder) OneWithContext

func (mr *MockQueryMockRecorder) OneWithContext(ctx, out interface{}) *gomock.Call

OneWithContext indicates an expected call of OneWithContext

func (*MockQueryMockRecorder) Order

func (mr *MockQueryMockRecorder) Order(order interface{}) *gomock.Call

Order indicates an expected call of Order

func (*MockQueryMockRecorder) Project

func (mr *MockQueryMockRecorder) Project(paths ...interface{}) *gomock.Call

Project indicates an expected call of Project

func (*MockQueryMockRecorder) ProjectExpr

func (mr *MockQueryMockRecorder) ProjectExpr(expr interface{}, args ...interface{}) *gomock.Call

ProjectExpr indicates an expected call of ProjectExpr

func (*MockQueryMockRecorder) Range

func (mr *MockQueryMockRecorder) Range(name, op interface{}, values ...interface{}) *gomock.Call

Range indicates an expected call of Range

func (*MockQueryMockRecorder) SearchLimit

func (mr *MockQueryMockRecorder) SearchLimit(limit interface{}) *gomock.Call

SearchLimit indicates an expected call of SearchLimit

func (*MockQueryMockRecorder) StartFrom

func (mr *MockQueryMockRecorder) StartFrom(key interface{}) *gomock.Call

StartFrom indicates an expected call of StartFrom

type MockScan

type MockScan struct {
	// contains filtered or unexported fields
}

MockScan is a mock of Scan interface

func NewMockScan

func NewMockScan(ctrl *gomock.Controller) *MockScan

NewMockScan creates a new mock instance

func (*MockScan) All

func (m *MockScan) All(out interface{}) error

All mocks base method

func (*MockScan) AllWithContext

func (m *MockScan) AllWithContext(ctx aws.Context, out interface{}) error

AllWithContext mocks base method

func (*MockScan) AllWithLastEvaluatedKey

func (m *MockScan) AllWithLastEvaluatedKey(out interface{}) (dynamo.PagingKey, error)

AllWithLastEvaluatedKey mocks base method

func (*MockScan) AllWithLastEvaluatedKeyContext

func (m *MockScan) AllWithLastEvaluatedKeyContext(ctx aws.Context, out interface{}) (dynamo.PagingKey, error)

AllWithLastEvaluatedKeyContext mocks base method

func (*MockScan) Consistent

func (m *MockScan) Consistent(on bool) dynamodb.Scan

Consistent mocks base method

func (*MockScan) ConsumedCapacity

func (m *MockScan) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Scan

ConsumedCapacity mocks base method

func (*MockScan) Count

func (m *MockScan) Count() (int64, error)

Count mocks base method

func (*MockScan) CountWithContext

func (m *MockScan) CountWithContext(ctx aws.Context) (int64, error)

CountWithContext mocks base method

func (*MockScan) EXPECT

func (m *MockScan) EXPECT() *MockScanMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockScan) Filter

func (m *MockScan) Filter(expr string, args ...interface{}) dynamodb.Scan

Filter mocks base method

func (*MockScan) Index

func (m *MockScan) Index(name string) dynamodb.Scan

Index mocks base method

func (*MockScan) Iter

func (m *MockScan) Iter() dynamo.PagingIter

Iter mocks base method

func (*MockScan) Limit

func (m *MockScan) Limit(limit int64) dynamodb.Scan

Limit mocks base method

func (*MockScan) Project

func (m *MockScan) Project(paths ...string) dynamodb.Scan

Project mocks base method

func (*MockScan) SearchLimit

func (m *MockScan) SearchLimit(limit int64) dynamodb.Scan

SearchLimit mocks base method

func (*MockScan) StartFrom

func (m *MockScan) StartFrom(key dynamo.PagingKey) dynamodb.Scan

StartFrom mocks base method

type MockScanMockRecorder

type MockScanMockRecorder struct {
	// contains filtered or unexported fields
}

MockScanMockRecorder is the mock recorder for MockScan

func (*MockScanMockRecorder) All

func (mr *MockScanMockRecorder) All(out interface{}) *gomock.Call

All indicates an expected call of All

func (*MockScanMockRecorder) AllWithContext

func (mr *MockScanMockRecorder) AllWithContext(ctx, out interface{}) *gomock.Call

AllWithContext indicates an expected call of AllWithContext

func (*MockScanMockRecorder) AllWithLastEvaluatedKey

func (mr *MockScanMockRecorder) AllWithLastEvaluatedKey(out interface{}) *gomock.Call

AllWithLastEvaluatedKey indicates an expected call of AllWithLastEvaluatedKey

func (*MockScanMockRecorder) AllWithLastEvaluatedKeyContext

func (mr *MockScanMockRecorder) AllWithLastEvaluatedKeyContext(ctx, out interface{}) *gomock.Call

AllWithLastEvaluatedKeyContext indicates an expected call of AllWithLastEvaluatedKeyContext

func (*MockScanMockRecorder) Consistent

func (mr *MockScanMockRecorder) Consistent(on interface{}) *gomock.Call

Consistent indicates an expected call of Consistent

func (*MockScanMockRecorder) ConsumedCapacity

func (mr *MockScanMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call

ConsumedCapacity indicates an expected call of ConsumedCapacity

func (*MockScanMockRecorder) Count

func (mr *MockScanMockRecorder) Count() *gomock.Call

Count indicates an expected call of Count

func (*MockScanMockRecorder) CountWithContext

func (mr *MockScanMockRecorder) CountWithContext(ctx interface{}) *gomock.Call

CountWithContext indicates an expected call of CountWithContext

func (*MockScanMockRecorder) Filter

func (mr *MockScanMockRecorder) Filter(expr interface{}, args ...interface{}) *gomock.Call

Filter indicates an expected call of Filter

func (*MockScanMockRecorder) Index

func (mr *MockScanMockRecorder) Index(name interface{}) *gomock.Call

Index indicates an expected call of Index

func (*MockScanMockRecorder) Iter

func (mr *MockScanMockRecorder) Iter() *gomock.Call

Iter indicates an expected call of Iter

func (*MockScanMockRecorder) Limit

func (mr *MockScanMockRecorder) Limit(limit interface{}) *gomock.Call

Limit indicates an expected call of Limit

func (*MockScanMockRecorder) Project

func (mr *MockScanMockRecorder) Project(paths ...interface{}) *gomock.Call

Project indicates an expected call of Project

func (*MockScanMockRecorder) SearchLimit

func (mr *MockScanMockRecorder) SearchLimit(limit interface{}) *gomock.Call

SearchLimit indicates an expected call of SearchLimit

func (*MockScanMockRecorder) StartFrom

func (mr *MockScanMockRecorder) StartFrom(key interface{}) *gomock.Call

StartFrom indicates an expected call of StartFrom

type MockTable

type MockTable struct {
	// contains filtered or unexported fields
}

MockTable is a mock of Table interface

func NewMockTable

func NewMockTable(ctrl *gomock.Controller) *MockTable

NewMockTable creates a new mock instance

func (*MockTable) Batch

func (m *MockTable) Batch(hashAndRangeKeyName ...string) dynamodb.Batch

Batch mocks base method

func (*MockTable) Check

func (m *MockTable) Check(hashKey string, value interface{}) dynamodb.ConditionCheck

Check mocks base method

func (*MockTable) Delete

func (m *MockTable) Delete(name string, value interface{}) dynamodb.Delete

Delete mocks base method

func (*MockTable) DeleteTable

func (m *MockTable) DeleteTable() dynamodb.DeleteTable

DeleteTable mocks base method

func (*MockTable) Describe

func (m *MockTable) Describe() dynamodb.DescribeTable

Describe mocks base method

func (*MockTable) DescribeTTL

func (m *MockTable) DescribeTTL() dynamodb.DescribeTTL

DescribeTTL mocks base method

func (*MockTable) EXPECT

func (m *MockTable) EXPECT() *MockTableMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockTable) Get

func (m *MockTable) Get(name string, value interface{}) dynamodb.Query

Get mocks base method

func (*MockTable) Name

func (m *MockTable) Name() string

Name mocks base method

func (*MockTable) Put

func (m *MockTable) Put(item interface{}) dynamodb.Put

Put mocks base method

func (*MockTable) Scan

func (m *MockTable) Scan() dynamodb.Scan

Scan mocks base method

func (*MockTable) Update

func (m *MockTable) Update(hashKey string, value interface{}) dynamodb.Update

Update mocks base method

func (*MockTable) UpdateTTL

func (m *MockTable) UpdateTTL(attribute string, enabled bool) dynamodb.UpdateTTL

UpdateTTL mocks base method

func (*MockTable) UpdateTable

func (m *MockTable) UpdateTable() dynamodb.UpdateTable

UpdateTable mocks base method

type MockTableMockRecorder

type MockTableMockRecorder struct {
	// contains filtered or unexported fields
}

MockTableMockRecorder is the mock recorder for MockTable

func (*MockTableMockRecorder) Batch

func (mr *MockTableMockRecorder) Batch(hashAndRangeKeyName ...interface{}) *gomock.Call

Batch indicates an expected call of Batch

func (*MockTableMockRecorder) Check

func (mr *MockTableMockRecorder) Check(hashKey, value interface{}) *gomock.Call

Check indicates an expected call of Check

func (*MockTableMockRecorder) Delete

func (mr *MockTableMockRecorder) Delete(name, value interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockTableMockRecorder) DeleteTable

func (mr *MockTableMockRecorder) DeleteTable() *gomock.Call

DeleteTable indicates an expected call of DeleteTable

func (*MockTableMockRecorder) Describe

func (mr *MockTableMockRecorder) Describe() *gomock.Call

Describe indicates an expected call of Describe

func (*MockTableMockRecorder) DescribeTTL

func (mr *MockTableMockRecorder) DescribeTTL() *gomock.Call

DescribeTTL indicates an expected call of DescribeTTL

func (*MockTableMockRecorder) Get

func (mr *MockTableMockRecorder) Get(name, value interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockTableMockRecorder) Name

func (mr *MockTableMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name

func (*MockTableMockRecorder) Put

func (mr *MockTableMockRecorder) Put(item interface{}) *gomock.Call

Put indicates an expected call of Put

func (*MockTableMockRecorder) Scan

func (mr *MockTableMockRecorder) Scan() *gomock.Call

Scan indicates an expected call of Scan

func (*MockTableMockRecorder) Update

func (mr *MockTableMockRecorder) Update(hashKey, value interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockTableMockRecorder) UpdateTTL

func (mr *MockTableMockRecorder) UpdateTTL(attribute, enabled interface{}) *gomock.Call

UpdateTTL indicates an expected call of UpdateTTL

func (*MockTableMockRecorder) UpdateTable

func (mr *MockTableMockRecorder) UpdateTable() *gomock.Call

UpdateTable indicates an expected call of UpdateTable

type MockUpdate

type MockUpdate struct {
	// contains filtered or unexported fields
}

MockUpdate is a mock of Update interface

func NewMockUpdate

func NewMockUpdate(ctrl *gomock.Controller) *MockUpdate

NewMockUpdate creates a new mock instance

func (*MockUpdate) Add

func (m *MockUpdate) Add(path string, value interface{}) dynamodb.Update

Add mocks base method

func (*MockUpdate) AddFloatsToSet

func (m *MockUpdate) AddFloatsToSet(path string, values ...float64) dynamodb.Update

AddFloatsToSet mocks base method

func (*MockUpdate) AddIntsToSet

func (m *MockUpdate) AddIntsToSet(path string, values ...int) dynamodb.Update

AddIntsToSet mocks base method

func (*MockUpdate) AddStringsToSet

func (m *MockUpdate) AddStringsToSet(path string, values ...string) dynamodb.Update

AddStringsToSet mocks base method

func (*MockUpdate) Append

func (m *MockUpdate) Append(path string, value interface{}) dynamodb.Update

Append mocks base method

func (*MockUpdate) ConsumedCapacity

func (m *MockUpdate) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Update

ConsumedCapacity mocks base method

func (*MockUpdate) DeleteFloatsFromSet

func (m *MockUpdate) DeleteFloatsFromSet(path string, values ...float64) dynamodb.Update

DeleteFloatsFromSet mocks base method

func (*MockUpdate) DeleteIntsFromSet

func (m *MockUpdate) DeleteIntsFromSet(path string, values ...int) dynamodb.Update

DeleteIntsFromSet mocks base method

func (*MockUpdate) DeleteStringsFromSet

func (m *MockUpdate) DeleteStringsFromSet(path string, values ...string) dynamodb.Update

DeleteStringsFromSet mocks base method

func (*MockUpdate) EXPECT

func (m *MockUpdate) EXPECT() *MockUpdateMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockUpdate) If

func (m *MockUpdate) If(expr string, args ...interface{}) dynamodb.Update

If mocks base method

func (*MockUpdate) OldValue

func (m *MockUpdate) OldValue(out interface{}) error

OldValue mocks base method

func (*MockUpdate) OldValueWithContext

func (m *MockUpdate) OldValueWithContext(ctx aws.Context, out interface{}) error

OldValueWithContext mocks base method

func (*MockUpdate) Prepend

func (m *MockUpdate) Prepend(path string, value interface{}) dynamodb.Update

Prepend mocks base method

func (*MockUpdate) Range

func (m *MockUpdate) Range(name string, value interface{}) dynamodb.Update

Range mocks base method

func (*MockUpdate) Remove

func (m *MockUpdate) Remove(paths ...string) dynamodb.Update

Remove mocks base method

func (*MockUpdate) RemoveExpr

func (m *MockUpdate) RemoveExpr(expr string, args ...interface{}) dynamodb.Update

RemoveExpr mocks base method

func (*MockUpdate) Run

func (m *MockUpdate) Run() error

Run mocks base method

func (*MockUpdate) RunWithContext

func (m *MockUpdate) RunWithContext(ctx aws.Context) error

RunWithContext mocks base method

func (*MockUpdate) Set

func (m *MockUpdate) Set(path string, value interface{}) dynamodb.Update

Set mocks base method

func (*MockUpdate) SetExpr

func (m *MockUpdate) SetExpr(expr string, args ...interface{}) dynamodb.Update

SetExpr mocks base method

func (*MockUpdate) SetIfNotExists

func (m *MockUpdate) SetIfNotExists(path string, value interface{}) dynamodb.Update

SetIfNotExists mocks base method

func (*MockUpdate) SetNullable

func (m *MockUpdate) SetNullable(path string, value interface{}) dynamodb.Update

SetNullable mocks base method

func (*MockUpdate) SetSet

func (m *MockUpdate) SetSet(path string, value interface{}) dynamodb.Update

SetSet mocks base method

func (*MockUpdate) Value

func (m *MockUpdate) Value(out interface{}) error

Value mocks base method

func (*MockUpdate) ValueWithContext

func (m *MockUpdate) ValueWithContext(ctx aws.Context, out interface{}) error

ValueWithContext mocks base method

type MockUpdateMockRecorder

type MockUpdateMockRecorder struct {
	// contains filtered or unexported fields
}

MockUpdateMockRecorder is the mock recorder for MockUpdate

func (*MockUpdateMockRecorder) Add

func (mr *MockUpdateMockRecorder) Add(path, value interface{}) *gomock.Call

Add indicates an expected call of Add

func (*MockUpdateMockRecorder) AddFloatsToSet

func (mr *MockUpdateMockRecorder) AddFloatsToSet(path interface{}, values ...interface{}) *gomock.Call

AddFloatsToSet indicates an expected call of AddFloatsToSet

func (*MockUpdateMockRecorder) AddIntsToSet

func (mr *MockUpdateMockRecorder) AddIntsToSet(path interface{}, values ...interface{}) *gomock.Call

AddIntsToSet indicates an expected call of AddIntsToSet

func (*MockUpdateMockRecorder) AddStringsToSet

func (mr *MockUpdateMockRecorder) AddStringsToSet(path interface{}, values ...interface{}) *gomock.Call

AddStringsToSet indicates an expected call of AddStringsToSet

func (*MockUpdateMockRecorder) Append

func (mr *MockUpdateMockRecorder) Append(path, value interface{}) *gomock.Call

Append indicates an expected call of Append

func (*MockUpdateMockRecorder) ConsumedCapacity

func (mr *MockUpdateMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call

ConsumedCapacity indicates an expected call of ConsumedCapacity

func (*MockUpdateMockRecorder) DeleteFloatsFromSet

func (mr *MockUpdateMockRecorder) DeleteFloatsFromSet(path interface{}, values ...interface{}) *gomock.Call

DeleteFloatsFromSet indicates an expected call of DeleteFloatsFromSet

func (*MockUpdateMockRecorder) DeleteIntsFromSet

func (mr *MockUpdateMockRecorder) DeleteIntsFromSet(path interface{}, values ...interface{}) *gomock.Call

DeleteIntsFromSet indicates an expected call of DeleteIntsFromSet

func (*MockUpdateMockRecorder) DeleteStringsFromSet

func (mr *MockUpdateMockRecorder) DeleteStringsFromSet(path interface{}, values ...interface{}) *gomock.Call

DeleteStringsFromSet indicates an expected call of DeleteStringsFromSet

func (*MockUpdateMockRecorder) If

func (mr *MockUpdateMockRecorder) If(expr interface{}, args ...interface{}) *gomock.Call

If indicates an expected call of If

func (*MockUpdateMockRecorder) OldValue

func (mr *MockUpdateMockRecorder) OldValue(out interface{}) *gomock.Call

OldValue indicates an expected call of OldValue

func (*MockUpdateMockRecorder) OldValueWithContext

func (mr *MockUpdateMockRecorder) OldValueWithContext(ctx, out interface{}) *gomock.Call

OldValueWithContext indicates an expected call of OldValueWithContext

func (*MockUpdateMockRecorder) Prepend

func (mr *MockUpdateMockRecorder) Prepend(path, value interface{}) *gomock.Call

Prepend indicates an expected call of Prepend

func (*MockUpdateMockRecorder) Range

func (mr *MockUpdateMockRecorder) Range(name, value interface{}) *gomock.Call

Range indicates an expected call of Range

func (*MockUpdateMockRecorder) Remove

func (mr *MockUpdateMockRecorder) Remove(paths ...interface{}) *gomock.Call

Remove indicates an expected call of Remove

func (*MockUpdateMockRecorder) RemoveExpr

func (mr *MockUpdateMockRecorder) RemoveExpr(expr interface{}, args ...interface{}) *gomock.Call

RemoveExpr indicates an expected call of RemoveExpr

func (*MockUpdateMockRecorder) Run

func (mr *MockUpdateMockRecorder) Run() *gomock.Call

Run indicates an expected call of Run

func (*MockUpdateMockRecorder) RunWithContext

func (mr *MockUpdateMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

func (*MockUpdateMockRecorder) Set

func (mr *MockUpdateMockRecorder) Set(path, value interface{}) *gomock.Call

Set indicates an expected call of Set

func (*MockUpdateMockRecorder) SetExpr

func (mr *MockUpdateMockRecorder) SetExpr(expr interface{}, args ...interface{}) *gomock.Call

SetExpr indicates an expected call of SetExpr

func (*MockUpdateMockRecorder) SetIfNotExists

func (mr *MockUpdateMockRecorder) SetIfNotExists(path, value interface{}) *gomock.Call

SetIfNotExists indicates an expected call of SetIfNotExists

func (*MockUpdateMockRecorder) SetNullable

func (mr *MockUpdateMockRecorder) SetNullable(path, value interface{}) *gomock.Call

SetNullable indicates an expected call of SetNullable

func (*MockUpdateMockRecorder) SetSet

func (mr *MockUpdateMockRecorder) SetSet(path, value interface{}) *gomock.Call

SetSet indicates an expected call of SetSet

func (*MockUpdateMockRecorder) Value

func (mr *MockUpdateMockRecorder) Value(out interface{}) *gomock.Call

Value indicates an expected call of Value

func (*MockUpdateMockRecorder) ValueWithContext

func (mr *MockUpdateMockRecorder) ValueWithContext(ctx, out interface{}) *gomock.Call

ValueWithContext indicates an expected call of ValueWithContext

type MockUpdateTTL

type MockUpdateTTL struct {
	// contains filtered or unexported fields
}

MockUpdateTTL is a mock of UpdateTTL interface

func NewMockUpdateTTL

func NewMockUpdateTTL(ctrl *gomock.Controller) *MockUpdateTTL

NewMockUpdateTTL creates a new mock instance

func (*MockUpdateTTL) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockUpdateTTL) Run

func (m *MockUpdateTTL) Run() error

Run mocks base method

func (*MockUpdateTTL) RunWithContext

func (m *MockUpdateTTL) RunWithContext(ctx aws.Context) error

RunWithContext mocks base method

type MockUpdateTTLMockRecorder

type MockUpdateTTLMockRecorder struct {
	// contains filtered or unexported fields
}

MockUpdateTTLMockRecorder is the mock recorder for MockUpdateTTL

func (*MockUpdateTTLMockRecorder) Run

Run indicates an expected call of Run

func (*MockUpdateTTLMockRecorder) RunWithContext

func (mr *MockUpdateTTLMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

type MockUpdateTable

type MockUpdateTable struct {
	// contains filtered or unexported fields
}

MockUpdateTable is a mock of UpdateTable interface

func NewMockUpdateTable

func NewMockUpdateTable(ctrl *gomock.Controller) *MockUpdateTable

NewMockUpdateTable creates a new mock instance

func (*MockUpdateTable) CreateIndex

func (m *MockUpdateTable) CreateIndex(index dynamo.Index) dynamodb.UpdateTable

CreateIndex mocks base method

func (*MockUpdateTable) DeleteIndex

func (m *MockUpdateTable) DeleteIndex(name string) dynamodb.UpdateTable

DeleteIndex mocks base method

func (*MockUpdateTable) DisableStream

func (m *MockUpdateTable) DisableStream() dynamodb.UpdateTable

DisableStream mocks base method

func (*MockUpdateTable) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockUpdateTable) OnDemand

func (m *MockUpdateTable) OnDemand(enabled bool) dynamodb.UpdateTable

OnDemand mocks base method

func (*MockUpdateTable) Provision

func (m *MockUpdateTable) Provision(read, write int64) dynamodb.UpdateTable

Provision mocks base method

func (*MockUpdateTable) ProvisionIndex

func (m *MockUpdateTable) ProvisionIndex(name string, read, write int64) dynamodb.UpdateTable

ProvisionIndex mocks base method

func (*MockUpdateTable) Run

Run mocks base method

func (*MockUpdateTable) RunWithContext

func (m *MockUpdateTable) RunWithContext(ctx aws.Context) (dynamo.Description, error)

RunWithContext mocks base method

func (*MockUpdateTable) Stream

Stream mocks base method

type MockUpdateTableMockRecorder

type MockUpdateTableMockRecorder struct {
	// contains filtered or unexported fields
}

MockUpdateTableMockRecorder is the mock recorder for MockUpdateTable

func (*MockUpdateTableMockRecorder) CreateIndex

func (mr *MockUpdateTableMockRecorder) CreateIndex(index interface{}) *gomock.Call

CreateIndex indicates an expected call of CreateIndex

func (*MockUpdateTableMockRecorder) DeleteIndex

func (mr *MockUpdateTableMockRecorder) DeleteIndex(name interface{}) *gomock.Call

DeleteIndex indicates an expected call of DeleteIndex

func (*MockUpdateTableMockRecorder) DisableStream

func (mr *MockUpdateTableMockRecorder) DisableStream() *gomock.Call

DisableStream indicates an expected call of DisableStream

func (*MockUpdateTableMockRecorder) OnDemand

func (mr *MockUpdateTableMockRecorder) OnDemand(enabled interface{}) *gomock.Call

OnDemand indicates an expected call of OnDemand

func (*MockUpdateTableMockRecorder) Provision

func (mr *MockUpdateTableMockRecorder) Provision(read, write interface{}) *gomock.Call

Provision indicates an expected call of Provision

func (*MockUpdateTableMockRecorder) ProvisionIndex

func (mr *MockUpdateTableMockRecorder) ProvisionIndex(name, read, write interface{}) *gomock.Call

ProvisionIndex indicates an expected call of ProvisionIndex

func (*MockUpdateTableMockRecorder) Run

Run indicates an expected call of Run

func (*MockUpdateTableMockRecorder) RunWithContext

func (mr *MockUpdateTableMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

func (*MockUpdateTableMockRecorder) Stream

func (mr *MockUpdateTableMockRecorder) Stream(view interface{}) *gomock.Call

Stream indicates an expected call of Stream

type MockWriteTx

type MockWriteTx struct {
	// contains filtered or unexported fields
}

MockWriteTx is a mock of WriteTx interface

func NewMockWriteTx

func NewMockWriteTx(ctrl *gomock.Controller) *MockWriteTx

NewMockWriteTx creates a new mock instance

func (*MockWriteTx) Check

Check mocks base method

func (*MockWriteTx) ConsumedCapacity

func (m *MockWriteTx) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.WriteTx

ConsumedCapacity mocks base method

func (*MockWriteTx) Delete

Delete mocks base method

func (*MockWriteTx) EXPECT

func (m *MockWriteTx) EXPECT() *MockWriteTxMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockWriteTx) Idempotent

func (m *MockWriteTx) Idempotent(enabled bool) dynamodb.WriteTx

Idempotent mocks base method

func (*MockWriteTx) IdempotentWithToken

func (m *MockWriteTx) IdempotentWithToken(token string) dynamodb.WriteTx

IdempotentWithToken mocks base method

func (*MockWriteTx) Put

Put mocks base method

func (*MockWriteTx) Run

func (m *MockWriteTx) Run() error

Run mocks base method

func (*MockWriteTx) RunWithContext

func (m *MockWriteTx) RunWithContext(ctx aws.Context) error

RunWithContext mocks base method

func (*MockWriteTx) Update

Update mocks base method

type MockWriteTxMockRecorder

type MockWriteTxMockRecorder struct {
	// contains filtered or unexported fields
}

MockWriteTxMockRecorder is the mock recorder for MockWriteTx

func (*MockWriteTxMockRecorder) Check

func (mr *MockWriteTxMockRecorder) Check(check interface{}) *gomock.Call

Check indicates an expected call of Check

func (*MockWriteTxMockRecorder) ConsumedCapacity

func (mr *MockWriteTxMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call

ConsumedCapacity indicates an expected call of ConsumedCapacity

func (*MockWriteTxMockRecorder) Delete

func (mr *MockWriteTxMockRecorder) Delete(d interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockWriteTxMockRecorder) Idempotent

func (mr *MockWriteTxMockRecorder) Idempotent(enabled interface{}) *gomock.Call

Idempotent indicates an expected call of Idempotent

func (*MockWriteTxMockRecorder) IdempotentWithToken

func (mr *MockWriteTxMockRecorder) IdempotentWithToken(token interface{}) *gomock.Call

IdempotentWithToken indicates an expected call of IdempotentWithToken

func (*MockWriteTxMockRecorder) Put

func (mr *MockWriteTxMockRecorder) Put(p interface{}) *gomock.Call

Put indicates an expected call of Put

func (*MockWriteTxMockRecorder) Run

func (mr *MockWriteTxMockRecorder) Run() *gomock.Call

Run indicates an expected call of Run

func (*MockWriteTxMockRecorder) RunWithContext

func (mr *MockWriteTxMockRecorder) RunWithContext(ctx interface{}) *gomock.Call

RunWithContext indicates an expected call of RunWithContext

func (*MockWriteTxMockRecorder) Update

func (mr *MockWriteTxMockRecorder) Update(u interface{}) *gomock.Call

Update indicates an expected call of Update

Jump to

Keyboard shortcuts

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