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 ¶
- type MockBatch
- type MockBatchGet
- func (m *MockBatchGet) All(out interface{}) error
- func (m *MockBatchGet) AllWithContext(ctx aws.Context, out interface{}) error
- func (m *MockBatchGet) And(keys ...dynamo.Keyed) dynamodb.BatchGet
- func (m *MockBatchGet) Consistent(on bool) dynamodb.BatchGet
- func (m *MockBatchGet) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.BatchGet
- func (m *MockBatchGet) EXPECT() *MockBatchGetMockRecorder
- func (m *MockBatchGet) Iter() dynamo.Iter
- type MockBatchGetMockRecorder
- func (mr *MockBatchGetMockRecorder) All(out interface{}) *gomock.Call
- func (mr *MockBatchGetMockRecorder) AllWithContext(ctx, out interface{}) *gomock.Call
- func (mr *MockBatchGetMockRecorder) And(keys ...interface{}) *gomock.Call
- func (mr *MockBatchGetMockRecorder) Consistent(on interface{}) *gomock.Call
- func (mr *MockBatchGetMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call
- func (mr *MockBatchGetMockRecorder) Iter() *gomock.Call
- type MockBatchMockRecorder
- type MockBatchWrite
- func (m *MockBatchWrite) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.BatchWrite
- func (m *MockBatchWrite) Delete(keys ...dynamo.Keyed) dynamodb.BatchWrite
- func (m *MockBatchWrite) EXPECT() *MockBatchWriteMockRecorder
- func (m *MockBatchWrite) Put(items ...interface{}) dynamodb.BatchWrite
- func (m *MockBatchWrite) Run() (int, error)
- func (m *MockBatchWrite) RunWithContext(ctx aws.Context) (int, error)
- type MockBatchWriteMockRecorder
- func (mr *MockBatchWriteMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call
- func (mr *MockBatchWriteMockRecorder) Delete(keys ...interface{}) *gomock.Call
- func (mr *MockBatchWriteMockRecorder) Put(items ...interface{}) *gomock.Call
- func (mr *MockBatchWriteMockRecorder) Run() *gomock.Call
- func (mr *MockBatchWriteMockRecorder) RunWithContext(ctx interface{}) *gomock.Call
- type MockConditionCheck
- func (m *MockConditionCheck) EXPECT() *MockConditionCheckMockRecorder
- func (m *MockConditionCheck) If(expr string, args ...interface{}) dynamodb.ConditionCheck
- func (m *MockConditionCheck) IfExists() dynamodb.ConditionCheck
- func (m *MockConditionCheck) IfNotExists() dynamodb.ConditionCheck
- func (m *MockConditionCheck) Range(rangeKey string, value interface{}) dynamodb.ConditionCheck
- type MockConditionCheckMockRecorder
- func (mr *MockConditionCheckMockRecorder) If(expr interface{}, args ...interface{}) *gomock.Call
- func (mr *MockConditionCheckMockRecorder) IfExists() *gomock.Call
- func (mr *MockConditionCheckMockRecorder) IfNotExists() *gomock.Call
- func (mr *MockConditionCheckMockRecorder) Range(rangeKey, value interface{}) *gomock.Call
- type MockCreateTable
- func (m *MockCreateTable) EXPECT() *MockCreateTableMockRecorder
- func (m *MockCreateTable) Index(index dynamo.Index) dynamodb.CreateTable
- func (m *MockCreateTable) OnDemand(enabled bool) dynamodb.CreateTable
- func (m *MockCreateTable) Project(index string, projection dynamo.IndexProjection, includeAttribs ...string) dynamodb.CreateTable
- func (m *MockCreateTable) Provision(readUnits, writeUnits int64) dynamodb.CreateTable
- func (m *MockCreateTable) ProvisionIndex(index string, readUnits, writeUnits int64) dynamodb.CreateTable
- func (m *MockCreateTable) Run() error
- func (m *MockCreateTable) RunWithContext(ctx aws.Context) error
- func (m *MockCreateTable) Stream(view dynamo.StreamView) dynamodb.CreateTable
- func (m *MockCreateTable) Tag(key, value string) dynamodb.CreateTable
- type MockCreateTableMockRecorder
- func (mr *MockCreateTableMockRecorder) Index(index interface{}) *gomock.Call
- func (mr *MockCreateTableMockRecorder) OnDemand(enabled interface{}) *gomock.Call
- func (mr *MockCreateTableMockRecorder) Project(index, projection interface{}, includeAttribs ...interface{}) *gomock.Call
- func (mr *MockCreateTableMockRecorder) Provision(readUnits, writeUnits interface{}) *gomock.Call
- func (mr *MockCreateTableMockRecorder) ProvisionIndex(index, readUnits, writeUnits interface{}) *gomock.Call
- func (mr *MockCreateTableMockRecorder) Run() *gomock.Call
- func (mr *MockCreateTableMockRecorder) RunWithContext(ctx interface{}) *gomock.Call
- func (mr *MockCreateTableMockRecorder) Stream(view interface{}) *gomock.Call
- func (mr *MockCreateTableMockRecorder) Tag(key, value interface{}) *gomock.Call
- type MockDB
- func (m *MockDB) Client() dynamodbiface.DynamoDBAPI
- func (m *MockDB) CreateTable(name string, from interface{}) dynamodb.CreateTable
- func (m *MockDB) EXPECT() *MockDBMockRecorder
- func (m *MockDB) GetTx() dynamodb.GetTx
- func (m *MockDB) ListTables() dynamodb.ListTables
- func (m *MockDB) Table(name string) dynamodb.Table
- func (m *MockDB) WriteTx() dynamodb.WriteTx
- type MockDBMockRecorder
- func (mr *MockDBMockRecorder) Client() *gomock.Call
- func (mr *MockDBMockRecorder) CreateTable(name, from interface{}) *gomock.Call
- func (mr *MockDBMockRecorder) GetTx() *gomock.Call
- func (mr *MockDBMockRecorder) ListTables() *gomock.Call
- func (mr *MockDBMockRecorder) Table(name interface{}) *gomock.Call
- func (mr *MockDBMockRecorder) WriteTx() *gomock.Call
- type MockDelete
- func (m *MockDelete) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Delete
- func (m *MockDelete) EXPECT() *MockDeleteMockRecorder
- func (m *MockDelete) If(expr string, args ...interface{}) dynamodb.Delete
- func (m *MockDelete) OldValue(out interface{}) error
- func (m *MockDelete) OldValueWithContext(ctx aws.Context, out interface{}) error
- func (m *MockDelete) Range(name string, value interface{}) dynamodb.Delete
- func (m *MockDelete) Run() error
- func (m *MockDelete) RunWithContext(ctx aws.Context) error
- type MockDeleteMockRecorder
- func (mr *MockDeleteMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call
- func (mr *MockDeleteMockRecorder) If(expr interface{}, args ...interface{}) *gomock.Call
- func (mr *MockDeleteMockRecorder) OldValue(out interface{}) *gomock.Call
- func (mr *MockDeleteMockRecorder) OldValueWithContext(ctx, out interface{}) *gomock.Call
- func (mr *MockDeleteMockRecorder) Range(name, value interface{}) *gomock.Call
- func (mr *MockDeleteMockRecorder) Run() *gomock.Call
- func (mr *MockDeleteMockRecorder) RunWithContext(ctx interface{}) *gomock.Call
- type MockDeleteTable
- type MockDeleteTableMockRecorder
- type MockDescribeTTL
- type MockDescribeTTLMockRecorder
- type MockDescribeTable
- type MockDescribeTableMockRecorder
- type MockDynamoDBAPI
- func (m *MockDynamoDBAPI) BatchGetItem(arg0 *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
- func (m *MockDynamoDBAPI) BatchGetItemPages(arg0 *dynamodb.BatchGetItemInput, ...) error
- func (m *MockDynamoDBAPI) BatchGetItemPagesWithContext(arg0 aws.Context, arg1 *dynamodb.BatchGetItemInput, ...) error
- func (m *MockDynamoDBAPI) BatchGetItemRequest(arg0 *dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
- func (m *MockDynamoDBAPI) BatchGetItemWithContext(arg0 aws.Context, arg1 *dynamodb.BatchGetItemInput, arg2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)
- func (m *MockDynamoDBAPI) BatchWriteItem(arg0 *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
- func (m *MockDynamoDBAPI) BatchWriteItemRequest(arg0 *dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
- func (m *MockDynamoDBAPI) BatchWriteItemWithContext(arg0 aws.Context, arg1 *dynamodb.BatchWriteItemInput, arg2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)
- func (m *MockDynamoDBAPI) CreateBackup(arg0 *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
- func (m *MockDynamoDBAPI) CreateBackupRequest(arg0 *dynamodb.CreateBackupInput) (*request.Request, *dynamodb.CreateBackupOutput)
- func (m *MockDynamoDBAPI) CreateBackupWithContext(arg0 aws.Context, arg1 *dynamodb.CreateBackupInput, arg2 ...request.Option) (*dynamodb.CreateBackupOutput, error)
- func (m *MockDynamoDBAPI) CreateGlobalTable(arg0 *dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) CreateGlobalTableRequest(arg0 *dynamodb.CreateGlobalTableInput) (*request.Request, *dynamodb.CreateGlobalTableOutput)
- func (m *MockDynamoDBAPI) CreateGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.CreateGlobalTableInput, ...) (*dynamodb.CreateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) CreateTable(arg0 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
- func (m *MockDynamoDBAPI) CreateTableRequest(arg0 *dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
- func (m *MockDynamoDBAPI) CreateTableWithContext(arg0 aws.Context, arg1 *dynamodb.CreateTableInput, arg2 ...request.Option) (*dynamodb.CreateTableOutput, error)
- func (m *MockDynamoDBAPI) DeleteBackup(arg0 *dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error)
- func (m *MockDynamoDBAPI) DeleteBackupRequest(arg0 *dynamodb.DeleteBackupInput) (*request.Request, *dynamodb.DeleteBackupOutput)
- func (m *MockDynamoDBAPI) DeleteBackupWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteBackupInput, arg2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)
- func (m *MockDynamoDBAPI) DeleteItem(arg0 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
- func (m *MockDynamoDBAPI) DeleteItemRequest(arg0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
- func (m *MockDynamoDBAPI) DeleteItemWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteItemInput, arg2 ...request.Option) (*dynamodb.DeleteItemOutput, error)
- func (m *MockDynamoDBAPI) DeleteTable(arg0 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
- func (m *MockDynamoDBAPI) DeleteTableRequest(arg0 *dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
- func (m *MockDynamoDBAPI) DeleteTableWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteTableInput, arg2 ...request.Option) (*dynamodb.DeleteTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeBackup(arg0 *dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error)
- func (m *MockDynamoDBAPI) DescribeBackupRequest(arg0 *dynamodb.DescribeBackupInput) (*request.Request, *dynamodb.DescribeBackupOutput)
- func (m *MockDynamoDBAPI) DescribeBackupWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeBackupInput, arg2 ...request.Option) (*dynamodb.DescribeBackupOutput, error)
- func (m *MockDynamoDBAPI) DescribeContinuousBackups(arg0 *dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) DescribeContinuousBackupsRequest(arg0 *dynamodb.DescribeContinuousBackupsInput) (*request.Request, *dynamodb.DescribeContinuousBackupsOutput)
- func (m *MockDynamoDBAPI) DescribeContinuousBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeContinuousBackupsInput, ...) (*dynamodb.DescribeContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) DescribeContributorInsights(arg0 *dynamodb.DescribeContributorInsightsInput) (*dynamodb.DescribeContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) DescribeContributorInsightsRequest(arg0 *dynamodb.DescribeContributorInsightsInput) (*request.Request, *dynamodb.DescribeContributorInsightsOutput)
- func (m *MockDynamoDBAPI) DescribeContributorInsightsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeContributorInsightsInput, ...) (*dynamodb.DescribeContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) DescribeEndpoints(arg0 *dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error)
- func (m *MockDynamoDBAPI) DescribeEndpointsRequest(arg0 *dynamodb.DescribeEndpointsInput) (*request.Request, *dynamodb.DescribeEndpointsOutput)
- func (m *MockDynamoDBAPI) DescribeEndpointsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeEndpointsInput, ...) (*dynamodb.DescribeEndpointsOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTable(arg0 *dynamodb.DescribeGlobalTableInput) (*dynamodb.DescribeGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTableRequest(arg0 *dynamodb.DescribeGlobalTableInput) (*request.Request, *dynamodb.DescribeGlobalTableOutput)
- func (m *MockDynamoDBAPI) DescribeGlobalTableSettings(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsRequest(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*request.Request, *dynamodb.DescribeGlobalTableSettingsOutput)
- func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeGlobalTableSettingsInput, ...) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeGlobalTableInput, ...) (*dynamodb.DescribeGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeLimits(arg0 *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
- func (m *MockDynamoDBAPI) DescribeLimitsRequest(arg0 *dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
- func (m *MockDynamoDBAPI) DescribeLimitsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeLimitsInput, arg2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)
- func (m *MockDynamoDBAPI) DescribeTable(arg0 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScaling(arg0 *dynamodb.DescribeTableReplicaAutoScalingInput) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
- func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScalingRequest(arg0 *dynamodb.DescribeTableReplicaAutoScalingInput) (*request.Request, *dynamodb.DescribeTableReplicaAutoScalingOutput)
- func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScalingWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableReplicaAutoScalingInput, ...) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
- func (m *MockDynamoDBAPI) DescribeTableRequest(arg0 *dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
- func (m *MockDynamoDBAPI) DescribeTableWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.Option) (*dynamodb.DescribeTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeTimeToLive(arg0 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) DescribeTimeToLiveRequest(arg0 *dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
- func (m *MockDynamoDBAPI) DescribeTimeToLiveWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTimeToLiveInput, ...) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
- func (m *MockDynamoDBAPI) GetItem(arg0 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
- func (m *MockDynamoDBAPI) GetItemRequest(arg0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
- func (m *MockDynamoDBAPI) GetItemWithContext(arg0 aws.Context, arg1 *dynamodb.GetItemInput, arg2 ...request.Option) (*dynamodb.GetItemOutput, error)
- func (m *MockDynamoDBAPI) ListBackups(arg0 *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
- func (m *MockDynamoDBAPI) ListBackupsRequest(arg0 *dynamodb.ListBackupsInput) (*request.Request, *dynamodb.ListBackupsOutput)
- func (m *MockDynamoDBAPI) ListBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.ListBackupsInput, arg2 ...request.Option) (*dynamodb.ListBackupsOutput, error)
- func (m *MockDynamoDBAPI) ListContributorInsights(arg0 *dynamodb.ListContributorInsightsInput) (*dynamodb.ListContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) ListContributorInsightsPages(arg0 *dynamodb.ListContributorInsightsInput, ...) error
- func (m *MockDynamoDBAPI) ListContributorInsightsPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ListContributorInsightsInput, ...) error
- func (m *MockDynamoDBAPI) ListContributorInsightsRequest(arg0 *dynamodb.ListContributorInsightsInput) (*request.Request, *dynamodb.ListContributorInsightsOutput)
- func (m *MockDynamoDBAPI) ListContributorInsightsWithContext(arg0 aws.Context, arg1 *dynamodb.ListContributorInsightsInput, ...) (*dynamodb.ListContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) ListGlobalTables(arg0 *dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error)
- func (m *MockDynamoDBAPI) ListGlobalTablesRequest(arg0 *dynamodb.ListGlobalTablesInput) (*request.Request, *dynamodb.ListGlobalTablesOutput)
- func (m *MockDynamoDBAPI) ListGlobalTablesWithContext(arg0 aws.Context, arg1 *dynamodb.ListGlobalTablesInput, arg2 ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)
- func (m *MockDynamoDBAPI) ListTables(arg0 *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
- func (m *MockDynamoDBAPI) ListTablesPages(arg0 *dynamodb.ListTablesInput, ...) error
- func (m *MockDynamoDBAPI) ListTablesPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ListTablesInput, ...) error
- func (m *MockDynamoDBAPI) ListTablesRequest(arg0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
- func (m *MockDynamoDBAPI) ListTablesWithContext(arg0 aws.Context, arg1 *dynamodb.ListTablesInput, arg2 ...request.Option) (*dynamodb.ListTablesOutput, error)
- func (m *MockDynamoDBAPI) ListTagsOfResource(arg0 *dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
- func (m *MockDynamoDBAPI) ListTagsOfResourceRequest(arg0 *dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
- func (m *MockDynamoDBAPI) ListTagsOfResourceWithContext(arg0 aws.Context, arg1 *dynamodb.ListTagsOfResourceInput, ...) (*dynamodb.ListTagsOfResourceOutput, error)
- func (m *MockDynamoDBAPI) PutItem(arg0 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
- func (m *MockDynamoDBAPI) PutItemRequest(arg0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
- func (m *MockDynamoDBAPI) PutItemWithContext(arg0 aws.Context, arg1 *dynamodb.PutItemInput, arg2 ...request.Option) (*dynamodb.PutItemOutput, error)
- func (m *MockDynamoDBAPI) Query(arg0 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
- func (m *MockDynamoDBAPI) QueryPages(arg0 *dynamodb.QueryInput, arg1 func(*dynamodb.QueryOutput, bool) bool) error
- func (m *MockDynamoDBAPI) QueryPagesWithContext(arg0 aws.Context, arg1 *dynamodb.QueryInput, ...) error
- func (m *MockDynamoDBAPI) QueryRequest(arg0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
- func (m *MockDynamoDBAPI) QueryWithContext(arg0 aws.Context, arg1 *dynamodb.QueryInput, arg2 ...request.Option) (*dynamodb.QueryOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableFromBackup(arg0 *dynamodb.RestoreTableFromBackupInput) (*dynamodb.RestoreTableFromBackupOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableFromBackupRequest(arg0 *dynamodb.RestoreTableFromBackupInput) (*request.Request, *dynamodb.RestoreTableFromBackupOutput)
- func (m *MockDynamoDBAPI) RestoreTableFromBackupWithContext(arg0 aws.Context, arg1 *dynamodb.RestoreTableFromBackupInput, ...) (*dynamodb.RestoreTableFromBackupOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableToPointInTime(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*dynamodb.RestoreTableToPointInTimeOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableToPointInTimeRequest(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*request.Request, *dynamodb.RestoreTableToPointInTimeOutput)
- func (m *MockDynamoDBAPI) RestoreTableToPointInTimeWithContext(arg0 aws.Context, arg1 *dynamodb.RestoreTableToPointInTimeInput, ...) (*dynamodb.RestoreTableToPointInTimeOutput, error)
- func (m *MockDynamoDBAPI) Scan(arg0 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
- func (m *MockDynamoDBAPI) ScanPages(arg0 *dynamodb.ScanInput, arg1 func(*dynamodb.ScanOutput, bool) bool) error
- func (m *MockDynamoDBAPI) ScanPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ScanInput, ...) error
- func (m *MockDynamoDBAPI) ScanRequest(arg0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)
- func (m *MockDynamoDBAPI) ScanWithContext(arg0 aws.Context, arg1 *dynamodb.ScanInput, arg2 ...request.Option) (*dynamodb.ScanOutput, error)
- func (m *MockDynamoDBAPI) TagResource(arg0 *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
- func (m *MockDynamoDBAPI) TagResourceRequest(arg0 *dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
- func (m *MockDynamoDBAPI) TagResourceWithContext(arg0 aws.Context, arg1 *dynamodb.TagResourceInput, arg2 ...request.Option) (*dynamodb.TagResourceOutput, error)
- func (m *MockDynamoDBAPI) TransactGetItems(arg0 *dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error)
- func (m *MockDynamoDBAPI) TransactGetItemsRequest(arg0 *dynamodb.TransactGetItemsInput) (*request.Request, *dynamodb.TransactGetItemsOutput)
- func (m *MockDynamoDBAPI) TransactGetItemsWithContext(arg0 aws.Context, arg1 *dynamodb.TransactGetItemsInput, arg2 ...request.Option) (*dynamodb.TransactGetItemsOutput, error)
- func (m *MockDynamoDBAPI) TransactWriteItems(arg0 *dynamodb.TransactWriteItemsInput) (*dynamodb.TransactWriteItemsOutput, error)
- func (m *MockDynamoDBAPI) TransactWriteItemsRequest(arg0 *dynamodb.TransactWriteItemsInput) (*request.Request, *dynamodb.TransactWriteItemsOutput)
- func (m *MockDynamoDBAPI) TransactWriteItemsWithContext(arg0 aws.Context, arg1 *dynamodb.TransactWriteItemsInput, ...) (*dynamodb.TransactWriteItemsOutput, error)
- func (m *MockDynamoDBAPI) UntagResource(arg0 *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
- func (m *MockDynamoDBAPI) UntagResourceRequest(arg0 *dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
- func (m *MockDynamoDBAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *dynamodb.UntagResourceInput, arg2 ...request.Option) (*dynamodb.UntagResourceOutput, error)
- func (m *MockDynamoDBAPI) UpdateContinuousBackups(arg0 *dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) UpdateContinuousBackupsRequest(arg0 *dynamodb.UpdateContinuousBackupsInput) (*request.Request, *dynamodb.UpdateContinuousBackupsOutput)
- func (m *MockDynamoDBAPI) UpdateContinuousBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateContinuousBackupsInput, ...) (*dynamodb.UpdateContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) UpdateContributorInsights(arg0 *dynamodb.UpdateContributorInsightsInput) (*dynamodb.UpdateContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) UpdateContributorInsightsRequest(arg0 *dynamodb.UpdateContributorInsightsInput) (*request.Request, *dynamodb.UpdateContributorInsightsOutput)
- func (m *MockDynamoDBAPI) UpdateContributorInsightsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateContributorInsightsInput, ...) (*dynamodb.UpdateContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTable(arg0 *dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTableRequest(arg0 *dynamodb.UpdateGlobalTableInput) (*request.Request, *dynamodb.UpdateGlobalTableOutput)
- func (m *MockDynamoDBAPI) UpdateGlobalTableSettings(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsRequest(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*request.Request, *dynamodb.UpdateGlobalTableSettingsOutput)
- func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateGlobalTableSettingsInput, ...) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateGlobalTableInput, ...) (*dynamodb.UpdateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateItem(arg0 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
- func (m *MockDynamoDBAPI) UpdateItemRequest(arg0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
- func (m *MockDynamoDBAPI) UpdateItemWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateItemInput, arg2 ...request.Option) (*dynamodb.UpdateItemOutput, error)
- func (m *MockDynamoDBAPI) UpdateTable(arg0 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScaling(arg0 *dynamodb.UpdateTableReplicaAutoScalingInput) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
- func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScalingRequest(arg0 *dynamodb.UpdateTableReplicaAutoScalingInput) (*request.Request, *dynamodb.UpdateTableReplicaAutoScalingOutput)
- func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScalingWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTableReplicaAutoScalingInput, ...) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
- func (m *MockDynamoDBAPI) UpdateTableRequest(arg0 *dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
- func (m *MockDynamoDBAPI) UpdateTableWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTableInput, arg2 ...request.Option) (*dynamodb.UpdateTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateTimeToLive(arg0 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) UpdateTimeToLiveRequest(arg0 *dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
- func (m *MockDynamoDBAPI) UpdateTimeToLiveWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTimeToLiveInput, arg2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) WaitUntilTableExists(arg0 *dynamodb.DescribeTableInput) error
- func (m *MockDynamoDBAPI) WaitUntilTableExistsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, ...) error
- func (m *MockDynamoDBAPI) WaitUntilTableNotExists(arg0 *dynamodb.DescribeTableInput) error
- func (m *MockDynamoDBAPI) WaitUntilTableNotExistsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, ...) error
- type MockDynamoDBAPIMockRecorder
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackups(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsights(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpoints(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeLimits(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScaling(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLive(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) GetItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) GetItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) GetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListBackups(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListBackupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsights(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTables(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResource(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) PutItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) PutItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) PutItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) Query(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) Scan(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactGetItems(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItems(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackups(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsights(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScaling(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExists(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockGetTx
- func (m *MockGetTx) All(out interface{}) error
- func (m *MockGetTx) AllWithContext(ctx aws.Context, out interface{}) error
- func (m *MockGetTx) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.GetTx
- func (m *MockGetTx) EXPECT() *MockGetTxMockRecorder
- func (m *MockGetTx) Get(q dynamodb.Query) dynamodb.GetTx
- func (m *MockGetTx) GetOne(q dynamodb.Query, out interface{}) dynamodb.GetTx
- func (m *MockGetTx) Run() error
- func (m *MockGetTx) RunWithContext(ctx aws.Context) error
- type MockGetTxMockRecorder
- func (mr *MockGetTxMockRecorder) All(out interface{}) *gomock.Call
- func (mr *MockGetTxMockRecorder) AllWithContext(ctx, out interface{}) *gomock.Call
- func (mr *MockGetTxMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call
- func (mr *MockGetTxMockRecorder) Get(q interface{}) *gomock.Call
- func (mr *MockGetTxMockRecorder) GetOne(q, out interface{}) *gomock.Call
- func (mr *MockGetTxMockRecorder) Run() *gomock.Call
- func (mr *MockGetTxMockRecorder) RunWithContext(ctx interface{}) *gomock.Call
- type MockListTables
- type MockListTablesMockRecorder
- type MockPut
- func (m *MockPut) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Put
- func (m *MockPut) EXPECT() *MockPutMockRecorder
- func (m *MockPut) If(expr string, args ...interface{}) dynamodb.Put
- func (m *MockPut) OldValue(out interface{}) error
- func (m *MockPut) OldValueWithContext(ctx aws.Context, out interface{}) error
- func (m *MockPut) Run() error
- func (m *MockPut) RunWithContext(ctx aws.Context) error
- type MockPutMockRecorder
- func (mr *MockPutMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call
- func (mr *MockPutMockRecorder) If(expr interface{}, args ...interface{}) *gomock.Call
- func (mr *MockPutMockRecorder) OldValue(out interface{}) *gomock.Call
- func (mr *MockPutMockRecorder) OldValueWithContext(ctx, out interface{}) *gomock.Call
- func (mr *MockPutMockRecorder) Run() *gomock.Call
- func (mr *MockPutMockRecorder) RunWithContext(ctx interface{}) *gomock.Call
- type MockQuery
- func (m *MockQuery) All(out interface{}) error
- func (m *MockQuery) AllWithContext(ctx aws.Context, out interface{}) error
- func (m *MockQuery) AllWithLastEvaluatedKey(out interface{}) (dynamo.PagingKey, error)
- func (m *MockQuery) AllWithLastEvaluatedKeyContext(ctx aws.Context, out interface{}) (dynamo.PagingKey, error)
- func (m *MockQuery) Consistent(on bool) dynamodb.Query
- func (m *MockQuery) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Query
- func (m *MockQuery) Count() (int64, error)
- func (m *MockQuery) CountWithContext(ctx aws.Context) (int64, error)
- func (m *MockQuery) EXPECT() *MockQueryMockRecorder
- func (m *MockQuery) Filter(expr string, args ...interface{}) dynamodb.Query
- func (m *MockQuery) Index(name string) dynamodb.Query
- func (m *MockQuery) Iter() dynamo.PagingIter
- func (m *MockQuery) Limit(limit int64) dynamodb.Query
- func (m *MockQuery) One(out interface{}) error
- func (m *MockQuery) OneWithContext(ctx aws.Context, out interface{}) error
- func (m *MockQuery) Order(order dynamo.Order) dynamodb.Query
- func (m *MockQuery) Project(paths ...string) dynamodb.Query
- func (m *MockQuery) ProjectExpr(expr string, args ...interface{}) dynamodb.Query
- func (m *MockQuery) Range(name string, op dynamo.Operator, values ...interface{}) dynamodb.Query
- func (m *MockQuery) SearchLimit(limit int64) dynamodb.Query
- func (m *MockQuery) StartFrom(key dynamo.PagingKey) dynamodb.Query
- type MockQueryMockRecorder
- func (mr *MockQueryMockRecorder) All(out interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) AllWithContext(ctx, out interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) AllWithLastEvaluatedKey(out interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) AllWithLastEvaluatedKeyContext(ctx, out interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) Consistent(on interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) Count() *gomock.Call
- func (mr *MockQueryMockRecorder) CountWithContext(ctx interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) Filter(expr interface{}, args ...interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) Index(name interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) Iter() *gomock.Call
- func (mr *MockQueryMockRecorder) Limit(limit interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) One(out interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) OneWithContext(ctx, out interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) Order(order interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) Project(paths ...interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) ProjectExpr(expr interface{}, args ...interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) Range(name, op interface{}, values ...interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) SearchLimit(limit interface{}) *gomock.Call
- func (mr *MockQueryMockRecorder) StartFrom(key interface{}) *gomock.Call
- type MockScan
- func (m *MockScan) All(out interface{}) error
- func (m *MockScan) AllWithContext(ctx aws.Context, out interface{}) error
- func (m *MockScan) AllWithLastEvaluatedKey(out interface{}) (dynamo.PagingKey, error)
- func (m *MockScan) AllWithLastEvaluatedKeyContext(ctx aws.Context, out interface{}) (dynamo.PagingKey, error)
- func (m *MockScan) Consistent(on bool) dynamodb.Scan
- func (m *MockScan) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Scan
- func (m *MockScan) Count() (int64, error)
- func (m *MockScan) CountWithContext(ctx aws.Context) (int64, error)
- func (m *MockScan) EXPECT() *MockScanMockRecorder
- func (m *MockScan) Filter(expr string, args ...interface{}) dynamodb.Scan
- func (m *MockScan) Index(name string) dynamodb.Scan
- func (m *MockScan) Iter() dynamo.PagingIter
- func (m *MockScan) Limit(limit int64) dynamodb.Scan
- func (m *MockScan) Project(paths ...string) dynamodb.Scan
- func (m *MockScan) SearchLimit(limit int64) dynamodb.Scan
- func (m *MockScan) StartFrom(key dynamo.PagingKey) dynamodb.Scan
- type MockScanMockRecorder
- func (mr *MockScanMockRecorder) All(out interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) AllWithContext(ctx, out interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) AllWithLastEvaluatedKey(out interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) AllWithLastEvaluatedKeyContext(ctx, out interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) Consistent(on interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) Count() *gomock.Call
- func (mr *MockScanMockRecorder) CountWithContext(ctx interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) Filter(expr interface{}, args ...interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) Index(name interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) Iter() *gomock.Call
- func (mr *MockScanMockRecorder) Limit(limit interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) Project(paths ...interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) SearchLimit(limit interface{}) *gomock.Call
- func (mr *MockScanMockRecorder) StartFrom(key interface{}) *gomock.Call
- type MockTable
- func (m *MockTable) Batch(hashAndRangeKeyName ...string) dynamodb.Batch
- func (m *MockTable) Check(hashKey string, value interface{}) dynamodb.ConditionCheck
- func (m *MockTable) Delete(name string, value interface{}) dynamodb.Delete
- func (m *MockTable) DeleteTable() dynamodb.DeleteTable
- func (m *MockTable) Describe() dynamodb.DescribeTable
- func (m *MockTable) DescribeTTL() dynamodb.DescribeTTL
- func (m *MockTable) EXPECT() *MockTableMockRecorder
- func (m *MockTable) Get(name string, value interface{}) dynamodb.Query
- func (m *MockTable) Name() string
- func (m *MockTable) Put(item interface{}) dynamodb.Put
- func (m *MockTable) Scan() dynamodb.Scan
- func (m *MockTable) Update(hashKey string, value interface{}) dynamodb.Update
- func (m *MockTable) UpdateTTL(attribute string, enabled bool) dynamodb.UpdateTTL
- func (m *MockTable) UpdateTable() dynamodb.UpdateTable
- type MockTableMockRecorder
- func (mr *MockTableMockRecorder) Batch(hashAndRangeKeyName ...interface{}) *gomock.Call
- func (mr *MockTableMockRecorder) Check(hashKey, value interface{}) *gomock.Call
- func (mr *MockTableMockRecorder) Delete(name, value interface{}) *gomock.Call
- func (mr *MockTableMockRecorder) DeleteTable() *gomock.Call
- func (mr *MockTableMockRecorder) Describe() *gomock.Call
- func (mr *MockTableMockRecorder) DescribeTTL() *gomock.Call
- func (mr *MockTableMockRecorder) Get(name, value interface{}) *gomock.Call
- func (mr *MockTableMockRecorder) Name() *gomock.Call
- func (mr *MockTableMockRecorder) Put(item interface{}) *gomock.Call
- func (mr *MockTableMockRecorder) Scan() *gomock.Call
- func (mr *MockTableMockRecorder) Update(hashKey, value interface{}) *gomock.Call
- func (mr *MockTableMockRecorder) UpdateTTL(attribute, enabled interface{}) *gomock.Call
- func (mr *MockTableMockRecorder) UpdateTable() *gomock.Call
- type MockUpdate
- func (m *MockUpdate) Add(path string, value interface{}) dynamodb.Update
- func (m *MockUpdate) AddFloatsToSet(path string, values ...float64) dynamodb.Update
- func (m *MockUpdate) AddIntsToSet(path string, values ...int) dynamodb.Update
- func (m *MockUpdate) AddStringsToSet(path string, values ...string) dynamodb.Update
- func (m *MockUpdate) Append(path string, value interface{}) dynamodb.Update
- func (m *MockUpdate) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Update
- func (m *MockUpdate) DeleteFloatsFromSet(path string, values ...float64) dynamodb.Update
- func (m *MockUpdate) DeleteIntsFromSet(path string, values ...int) dynamodb.Update
- func (m *MockUpdate) DeleteStringsFromSet(path string, values ...string) dynamodb.Update
- func (m *MockUpdate) EXPECT() *MockUpdateMockRecorder
- func (m *MockUpdate) If(expr string, args ...interface{}) dynamodb.Update
- func (m *MockUpdate) OldValue(out interface{}) error
- func (m *MockUpdate) OldValueWithContext(ctx aws.Context, out interface{}) error
- func (m *MockUpdate) Prepend(path string, value interface{}) dynamodb.Update
- func (m *MockUpdate) Range(name string, value interface{}) dynamodb.Update
- func (m *MockUpdate) Remove(paths ...string) dynamodb.Update
- func (m *MockUpdate) RemoveExpr(expr string, args ...interface{}) dynamodb.Update
- func (m *MockUpdate) Run() error
- func (m *MockUpdate) RunWithContext(ctx aws.Context) error
- func (m *MockUpdate) Set(path string, value interface{}) dynamodb.Update
- func (m *MockUpdate) SetExpr(expr string, args ...interface{}) dynamodb.Update
- func (m *MockUpdate) SetIfNotExists(path string, value interface{}) dynamodb.Update
- func (m *MockUpdate) SetNullable(path string, value interface{}) dynamodb.Update
- func (m *MockUpdate) SetSet(path string, value interface{}) dynamodb.Update
- func (m *MockUpdate) Value(out interface{}) error
- func (m *MockUpdate) ValueWithContext(ctx aws.Context, out interface{}) error
- type MockUpdateMockRecorder
- func (mr *MockUpdateMockRecorder) Add(path, value interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) AddFloatsToSet(path interface{}, values ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) AddIntsToSet(path interface{}, values ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) AddStringsToSet(path interface{}, values ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) Append(path, value interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) DeleteFloatsFromSet(path interface{}, values ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) DeleteIntsFromSet(path interface{}, values ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) DeleteStringsFromSet(path interface{}, values ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) If(expr interface{}, args ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) OldValue(out interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) OldValueWithContext(ctx, out interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) Prepend(path, value interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) Range(name, value interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) Remove(paths ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) RemoveExpr(expr interface{}, args ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) Run() *gomock.Call
- func (mr *MockUpdateMockRecorder) RunWithContext(ctx interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) Set(path, value interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) SetExpr(expr interface{}, args ...interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) SetIfNotExists(path, value interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) SetNullable(path, value interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) SetSet(path, value interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) Value(out interface{}) *gomock.Call
- func (mr *MockUpdateMockRecorder) ValueWithContext(ctx, out interface{}) *gomock.Call
- type MockUpdateTTL
- type MockUpdateTTLMockRecorder
- type MockUpdateTable
- func (m *MockUpdateTable) CreateIndex(index dynamo.Index) dynamodb.UpdateTable
- func (m *MockUpdateTable) DeleteIndex(name string) dynamodb.UpdateTable
- func (m *MockUpdateTable) DisableStream() dynamodb.UpdateTable
- func (m *MockUpdateTable) EXPECT() *MockUpdateTableMockRecorder
- func (m *MockUpdateTable) OnDemand(enabled bool) dynamodb.UpdateTable
- func (m *MockUpdateTable) Provision(read, write int64) dynamodb.UpdateTable
- func (m *MockUpdateTable) ProvisionIndex(name string, read, write int64) dynamodb.UpdateTable
- func (m *MockUpdateTable) Run() (dynamo.Description, error)
- func (m *MockUpdateTable) RunWithContext(ctx aws.Context) (dynamo.Description, error)
- func (m *MockUpdateTable) Stream(view dynamo.StreamView) dynamodb.UpdateTable
- type MockUpdateTableMockRecorder
- func (mr *MockUpdateTableMockRecorder) CreateIndex(index interface{}) *gomock.Call
- func (mr *MockUpdateTableMockRecorder) DeleteIndex(name interface{}) *gomock.Call
- func (mr *MockUpdateTableMockRecorder) DisableStream() *gomock.Call
- func (mr *MockUpdateTableMockRecorder) OnDemand(enabled interface{}) *gomock.Call
- func (mr *MockUpdateTableMockRecorder) Provision(read, write interface{}) *gomock.Call
- func (mr *MockUpdateTableMockRecorder) ProvisionIndex(name, read, write interface{}) *gomock.Call
- func (mr *MockUpdateTableMockRecorder) Run() *gomock.Call
- func (mr *MockUpdateTableMockRecorder) RunWithContext(ctx interface{}) *gomock.Call
- func (mr *MockUpdateTableMockRecorder) Stream(view interface{}) *gomock.Call
- type MockWriteTx
- func (m *MockWriteTx) Check(check *dynamo.ConditionCheck) dynamodb.WriteTx
- func (m *MockWriteTx) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.WriteTx
- func (m *MockWriteTx) Delete(d dynamodb.Delete) dynamodb.WriteTx
- func (m *MockWriteTx) EXPECT() *MockWriteTxMockRecorder
- func (m *MockWriteTx) Idempotent(enabled bool) dynamodb.WriteTx
- func (m *MockWriteTx) IdempotentWithToken(token string) dynamodb.WriteTx
- func (m *MockWriteTx) Put(p dynamodb.Put) dynamodb.WriteTx
- func (m *MockWriteTx) Run() error
- func (m *MockWriteTx) RunWithContext(ctx aws.Context) error
- func (m *MockWriteTx) Update(u dynamodb.Update) dynamodb.WriteTx
- type MockWriteTxMockRecorder
- func (mr *MockWriteTxMockRecorder) Check(check interface{}) *gomock.Call
- func (mr *MockWriteTxMockRecorder) ConsumedCapacity(cc interface{}) *gomock.Call
- func (mr *MockWriteTxMockRecorder) Delete(d interface{}) *gomock.Call
- func (mr *MockWriteTxMockRecorder) Idempotent(enabled interface{}) *gomock.Call
- func (mr *MockWriteTxMockRecorder) IdempotentWithToken(token interface{}) *gomock.Call
- func (mr *MockWriteTxMockRecorder) Put(p interface{}) *gomock.Call
- func (mr *MockWriteTxMockRecorder) Run() *gomock.Call
- func (mr *MockWriteTxMockRecorder) RunWithContext(ctx interface{}) *gomock.Call
- func (mr *MockWriteTxMockRecorder) Update(u interface{}) *gomock.Call
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
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) 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 ¶
func (m *MockBatchGet) EXPECT() *MockBatchGetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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 ¶
func (m *MockBatchWrite) EXPECT() *MockBatchWriteMockRecorder
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) 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 ¶
func (mr *MockBatchWriteMockRecorder) Run() *gomock.Call
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 ¶
func (m *MockConditionCheck) EXPECT() *MockConditionCheckMockRecorder
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 ¶
func (m *MockConditionCheck) IfExists() dynamodb.ConditionCheck
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 ¶
func (m *MockCreateTable) EXPECT() *MockCreateTableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCreateTable) Index ¶
func (m *MockCreateTable) Index(index dynamo.Index) dynamodb.CreateTable
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) RunWithContext ¶
func (m *MockCreateTable) RunWithContext(ctx aws.Context) error
RunWithContext mocks base method
func (*MockCreateTable) Stream ¶
func (m *MockCreateTable) Stream(view dynamo.StreamView) dynamodb.CreateTable
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 ¶
func (mr *MockCreateTableMockRecorder) Run() *gomock.Call
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) ListTables ¶
func (m *MockDB) ListTables() dynamodb.ListTables
ListTables 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) 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 ¶
func (m *MockDeleteTable) EXPECT() *MockDeleteTableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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 ¶
func (mr *MockDeleteTableMockRecorder) Run() *gomock.Call
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 ¶
func (m *MockDescribeTTL) EXPECT() *MockDescribeTTLMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDescribeTTL) Run ¶
func (m *MockDescribeTTL) Run() (dynamo.TTLDescription, error)
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 ¶
func (mr *MockDescribeTTLMockRecorder) Run() *gomock.Call
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 ¶
func (m *MockDescribeTable) EXPECT() *MockDescribeTableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDescribeTable) Run ¶
func (m *MockDescribeTable) Run() (dynamo.Description, error)
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 ¶
func (mr *MockDescribeTableMockRecorder) Run() *gomock.Call
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 ¶
func (m *MockDynamoDBAPI) BatchGetItem(arg0 *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
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 ¶
func (m *MockDynamoDBAPI) BatchGetItemRequest(arg0 *dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
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 ¶
func (m *MockDynamoDBAPI) BatchWriteItem(arg0 *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItem mocks base method
func (*MockDynamoDBAPI) BatchWriteItemRequest ¶
func (m *MockDynamoDBAPI) BatchWriteItemRequest(arg0 *dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
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 ¶
func (m *MockDynamoDBAPI) CreateBackup(arg0 *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
CreateBackup mocks base method
func (*MockDynamoDBAPI) CreateBackupRequest ¶
func (m *MockDynamoDBAPI) CreateBackupRequest(arg0 *dynamodb.CreateBackupInput) (*request.Request, *dynamodb.CreateBackupOutput)
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 ¶
func (m *MockDynamoDBAPI) CreateGlobalTable(arg0 *dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error)
CreateGlobalTable mocks base method
func (*MockDynamoDBAPI) CreateGlobalTableRequest ¶
func (m *MockDynamoDBAPI) CreateGlobalTableRequest(arg0 *dynamodb.CreateGlobalTableInput) (*request.Request, *dynamodb.CreateGlobalTableOutput)
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 ¶
func (m *MockDynamoDBAPI) CreateTable(arg0 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
CreateTable mocks base method
func (*MockDynamoDBAPI) CreateTableRequest ¶
func (m *MockDynamoDBAPI) CreateTableRequest(arg0 *dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
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 ¶
func (m *MockDynamoDBAPI) DeleteBackup(arg0 *dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error)
DeleteBackup mocks base method
func (*MockDynamoDBAPI) DeleteBackupRequest ¶
func (m *MockDynamoDBAPI) DeleteBackupRequest(arg0 *dynamodb.DeleteBackupInput) (*request.Request, *dynamodb.DeleteBackupOutput)
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 ¶
func (m *MockDynamoDBAPI) DeleteItem(arg0 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
DeleteItem mocks base method
func (*MockDynamoDBAPI) DeleteItemRequest ¶
func (m *MockDynamoDBAPI) DeleteItemRequest(arg0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
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 ¶
func (m *MockDynamoDBAPI) DeleteTable(arg0 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
DeleteTable mocks base method
func (*MockDynamoDBAPI) DeleteTableRequest ¶
func (m *MockDynamoDBAPI) DeleteTableRequest(arg0 *dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
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 ¶
func (m *MockDynamoDBAPI) DescribeBackup(arg0 *dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error)
DescribeBackup mocks base method
func (*MockDynamoDBAPI) DescribeBackupRequest ¶
func (m *MockDynamoDBAPI) DescribeBackupRequest(arg0 *dynamodb.DescribeBackupInput) (*request.Request, *dynamodb.DescribeBackupOutput)
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 ¶
func (m *MockDynamoDBAPI) DescribeContinuousBackups(arg0 *dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
DescribeContinuousBackups mocks base method
func (*MockDynamoDBAPI) DescribeContinuousBackupsRequest ¶
func (m *MockDynamoDBAPI) DescribeContinuousBackupsRequest(arg0 *dynamodb.DescribeContinuousBackupsInput) (*request.Request, *dynamodb.DescribeContinuousBackupsOutput)
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 ¶
func (m *MockDynamoDBAPI) DescribeContributorInsights(arg0 *dynamodb.DescribeContributorInsightsInput) (*dynamodb.DescribeContributorInsightsOutput, error)
DescribeContributorInsights mocks base method
func (*MockDynamoDBAPI) DescribeContributorInsightsRequest ¶
func (m *MockDynamoDBAPI) DescribeContributorInsightsRequest(arg0 *dynamodb.DescribeContributorInsightsInput) (*request.Request, *dynamodb.DescribeContributorInsightsOutput)
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 ¶
func (m *MockDynamoDBAPI) DescribeEndpoints(arg0 *dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error)
DescribeEndpoints mocks base method
func (*MockDynamoDBAPI) DescribeEndpointsRequest ¶
func (m *MockDynamoDBAPI) DescribeEndpointsRequest(arg0 *dynamodb.DescribeEndpointsInput) (*request.Request, *dynamodb.DescribeEndpointsOutput)
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 ¶
func (m *MockDynamoDBAPI) DescribeGlobalTable(arg0 *dynamodb.DescribeGlobalTableInput) (*dynamodb.DescribeGlobalTableOutput, error)
DescribeGlobalTable mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableRequest ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableRequest(arg0 *dynamodb.DescribeGlobalTableInput) (*request.Request, *dynamodb.DescribeGlobalTableOutput)
DescribeGlobalTableRequest mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableSettings ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableSettings(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
DescribeGlobalTableSettings mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableSettingsRequest ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsRequest(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*request.Request, *dynamodb.DescribeGlobalTableSettingsOutput)
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 ¶
func (m *MockDynamoDBAPI) DescribeLimits(arg0 *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
DescribeLimits mocks base method
func (*MockDynamoDBAPI) DescribeLimitsRequest ¶
func (m *MockDynamoDBAPI) DescribeLimitsRequest(arg0 *dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
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 ¶
func (m *MockDynamoDBAPI) DescribeTable(arg0 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
DescribeTable mocks base method
func (*MockDynamoDBAPI) DescribeTableReplicaAutoScaling ¶
func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScaling(arg0 *dynamodb.DescribeTableReplicaAutoScalingInput) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
DescribeTableReplicaAutoScaling mocks base method
func (*MockDynamoDBAPI) DescribeTableReplicaAutoScalingRequest ¶
func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScalingRequest(arg0 *dynamodb.DescribeTableReplicaAutoScalingInput) (*request.Request, *dynamodb.DescribeTableReplicaAutoScalingOutput)
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 ¶
func (m *MockDynamoDBAPI) DescribeTableRequest(arg0 *dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
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 ¶
func (m *MockDynamoDBAPI) DescribeTimeToLive(arg0 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
DescribeTimeToLive mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLiveRequest ¶
func (m *MockDynamoDBAPI) DescribeTimeToLiveRequest(arg0 *dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
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 ¶
func (m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDynamoDBAPI) GetItem ¶
func (m *MockDynamoDBAPI) GetItem(arg0 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
GetItem mocks base method
func (*MockDynamoDBAPI) GetItemRequest ¶
func (m *MockDynamoDBAPI) GetItemRequest(arg0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
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 ¶
func (m *MockDynamoDBAPI) ListBackups(arg0 *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
ListBackups mocks base method
func (*MockDynamoDBAPI) ListBackupsRequest ¶
func (m *MockDynamoDBAPI) ListBackupsRequest(arg0 *dynamodb.ListBackupsInput) (*request.Request, *dynamodb.ListBackupsOutput)
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 ¶
func (m *MockDynamoDBAPI) ListContributorInsights(arg0 *dynamodb.ListContributorInsightsInput) (*dynamodb.ListContributorInsightsOutput, error)
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 ¶
func (m *MockDynamoDBAPI) ListContributorInsightsRequest(arg0 *dynamodb.ListContributorInsightsInput) (*request.Request, *dynamodb.ListContributorInsightsOutput)
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 ¶
func (m *MockDynamoDBAPI) ListGlobalTables(arg0 *dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error)
ListGlobalTables mocks base method
func (*MockDynamoDBAPI) ListGlobalTablesRequest ¶
func (m *MockDynamoDBAPI) ListGlobalTablesRequest(arg0 *dynamodb.ListGlobalTablesInput) (*request.Request, *dynamodb.ListGlobalTablesOutput)
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 ¶
func (m *MockDynamoDBAPI) ListTables(arg0 *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
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 ¶
func (m *MockDynamoDBAPI) ListTablesRequest(arg0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
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 ¶
func (m *MockDynamoDBAPI) ListTagsOfResource(arg0 *dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResource mocks base method
func (*MockDynamoDBAPI) ListTagsOfResourceRequest ¶
func (m *MockDynamoDBAPI) ListTagsOfResourceRequest(arg0 *dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
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 ¶
func (m *MockDynamoDBAPI) PutItem(arg0 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
PutItem mocks base method
func (*MockDynamoDBAPI) PutItemRequest ¶
func (m *MockDynamoDBAPI) PutItemRequest(arg0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
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 ¶
func (m *MockDynamoDBAPI) Query(arg0 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
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 ¶
func (m *MockDynamoDBAPI) QueryRequest(arg0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
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 ¶
func (m *MockDynamoDBAPI) RestoreTableFromBackup(arg0 *dynamodb.RestoreTableFromBackupInput) (*dynamodb.RestoreTableFromBackupOutput, error)
RestoreTableFromBackup mocks base method
func (*MockDynamoDBAPI) RestoreTableFromBackupRequest ¶
func (m *MockDynamoDBAPI) RestoreTableFromBackupRequest(arg0 *dynamodb.RestoreTableFromBackupInput) (*request.Request, *dynamodb.RestoreTableFromBackupOutput)
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 ¶
func (m *MockDynamoDBAPI) RestoreTableToPointInTime(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*dynamodb.RestoreTableToPointInTimeOutput, error)
RestoreTableToPointInTime mocks base method
func (*MockDynamoDBAPI) RestoreTableToPointInTimeRequest ¶
func (m *MockDynamoDBAPI) RestoreTableToPointInTimeRequest(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*request.Request, *dynamodb.RestoreTableToPointInTimeOutput)
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 ¶
func (m *MockDynamoDBAPI) Scan(arg0 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
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 ¶
func (m *MockDynamoDBAPI) ScanRequest(arg0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)
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 ¶
func (m *MockDynamoDBAPI) TagResource(arg0 *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
TagResource mocks base method
func (*MockDynamoDBAPI) TagResourceRequest ¶
func (m *MockDynamoDBAPI) TagResourceRequest(arg0 *dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
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 ¶
func (m *MockDynamoDBAPI) TransactGetItems(arg0 *dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error)
TransactGetItems mocks base method
func (*MockDynamoDBAPI) TransactGetItemsRequest ¶
func (m *MockDynamoDBAPI) TransactGetItemsRequest(arg0 *dynamodb.TransactGetItemsInput) (*request.Request, *dynamodb.TransactGetItemsOutput)
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 ¶
func (m *MockDynamoDBAPI) TransactWriteItems(arg0 *dynamodb.TransactWriteItemsInput) (*dynamodb.TransactWriteItemsOutput, error)
TransactWriteItems mocks base method
func (*MockDynamoDBAPI) TransactWriteItemsRequest ¶
func (m *MockDynamoDBAPI) TransactWriteItemsRequest(arg0 *dynamodb.TransactWriteItemsInput) (*request.Request, *dynamodb.TransactWriteItemsOutput)
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 ¶
func (m *MockDynamoDBAPI) UntagResource(arg0 *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockDynamoDBAPI) UntagResourceRequest ¶
func (m *MockDynamoDBAPI) UntagResourceRequest(arg0 *dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
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 ¶
func (m *MockDynamoDBAPI) UpdateContinuousBackups(arg0 *dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
UpdateContinuousBackups mocks base method
func (*MockDynamoDBAPI) UpdateContinuousBackupsRequest ¶
func (m *MockDynamoDBAPI) UpdateContinuousBackupsRequest(arg0 *dynamodb.UpdateContinuousBackupsInput) (*request.Request, *dynamodb.UpdateContinuousBackupsOutput)
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 ¶
func (m *MockDynamoDBAPI) UpdateContributorInsights(arg0 *dynamodb.UpdateContributorInsightsInput) (*dynamodb.UpdateContributorInsightsOutput, error)
UpdateContributorInsights mocks base method
func (*MockDynamoDBAPI) UpdateContributorInsightsRequest ¶
func (m *MockDynamoDBAPI) UpdateContributorInsightsRequest(arg0 *dynamodb.UpdateContributorInsightsInput) (*request.Request, *dynamodb.UpdateContributorInsightsOutput)
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 ¶
func (m *MockDynamoDBAPI) UpdateGlobalTable(arg0 *dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error)
UpdateGlobalTable mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableRequest ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableRequest(arg0 *dynamodb.UpdateGlobalTableInput) (*request.Request, *dynamodb.UpdateGlobalTableOutput)
UpdateGlobalTableRequest mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableSettings ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableSettings(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
UpdateGlobalTableSettings mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableSettingsRequest ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsRequest(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*request.Request, *dynamodb.UpdateGlobalTableSettingsOutput)
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 ¶
func (m *MockDynamoDBAPI) UpdateItem(arg0 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
UpdateItem mocks base method
func (*MockDynamoDBAPI) UpdateItemRequest ¶
func (m *MockDynamoDBAPI) UpdateItemRequest(arg0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
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 ¶
func (m *MockDynamoDBAPI) UpdateTable(arg0 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
UpdateTable mocks base method
func (*MockDynamoDBAPI) UpdateTableReplicaAutoScaling ¶
func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScaling(arg0 *dynamodb.UpdateTableReplicaAutoScalingInput) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
UpdateTableReplicaAutoScaling mocks base method
func (*MockDynamoDBAPI) UpdateTableReplicaAutoScalingRequest ¶
func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScalingRequest(arg0 *dynamodb.UpdateTableReplicaAutoScalingInput) (*request.Request, *dynamodb.UpdateTableReplicaAutoScalingOutput)
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 ¶
func (m *MockDynamoDBAPI) UpdateTableRequest(arg0 *dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
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 ¶
func (m *MockDynamoDBAPI) UpdateTimeToLive(arg0 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLive mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLiveRequest ¶
func (m *MockDynamoDBAPI) UpdateTimeToLiveRequest(arg0 *dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
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) AllWithContext ¶
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
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) AllWithContext ¶
func (m *MockListTables) AllWithContext(ctx aws.Context) ([]string, error)
AllWithContext mocks base method
func (*MockListTables) EXPECT ¶
func (m *MockListTables) EXPECT() *MockListTablesMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockListTablesMockRecorder ¶
type MockListTablesMockRecorder struct {
// contains filtered or unexported fields
}
MockListTablesMockRecorder is the mock recorder for MockListTables
func (*MockListTablesMockRecorder) All ¶
func (mr *MockListTablesMockRecorder) All() *gomock.Call
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 ¶
func (mr *MockListTablesMockRecorder) Iter() *gomock.Call
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) OldValueWithContext ¶
OldValueWithContext 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) AllWithContext ¶
AllWithContext mocks base method
func (*MockQuery) AllWithLastEvaluatedKey ¶
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 ¶
Consistent mocks base method
func (*MockQuery) ConsumedCapacity ¶
func (m *MockQuery) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Query
ConsumedCapacity mocks base method
func (*MockQuery) CountWithContext ¶
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) OneWithContext ¶
OneWithContext mocks base method
func (*MockQuery) ProjectExpr ¶
ProjectExpr mocks base method
func (*MockQuery) SearchLimit ¶
SearchLimit 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) AllWithContext ¶
AllWithContext mocks base method
func (*MockScan) AllWithLastEvaluatedKey ¶
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 ¶
Consistent mocks base method
func (*MockScan) ConsumedCapacity ¶
func (m *MockScan) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.Scan
ConsumedCapacity mocks base method
func (*MockScan) CountWithContext ¶
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) SearchLimit ¶
SearchLimit 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) Check ¶
func (m *MockTable) Check(hashKey string, value interface{}) dynamodb.ConditionCheck
Check 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) 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) 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 ¶
func (m *MockUpdateTTL) EXPECT() *MockUpdateTTLMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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 ¶
func (mr *MockUpdateTTLMockRecorder) Run() *gomock.Call
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 ¶
func (m *MockUpdateTable) EXPECT() *MockUpdateTableMockRecorder
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 ¶
func (m *MockUpdateTable) Run() (dynamo.Description, error)
Run mocks base method
func (*MockUpdateTable) RunWithContext ¶
func (m *MockUpdateTable) RunWithContext(ctx aws.Context) (dynamo.Description, error)
RunWithContext mocks base method
func (*MockUpdateTable) Stream ¶
func (m *MockUpdateTable) Stream(view dynamo.StreamView) dynamodb.UpdateTable
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 ¶
func (mr *MockUpdateTableMockRecorder) Run() *gomock.Call
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 ¶
func (m *MockWriteTx) Check(check *dynamo.ConditionCheck) dynamodb.WriteTx
Check mocks base method
func (*MockWriteTx) ConsumedCapacity ¶
func (m *MockWriteTx) ConsumedCapacity(cc *dynamo.ConsumedCapacity) dynamodb.WriteTx
ConsumedCapacity mocks base method
func (*MockWriteTx) Delete ¶
func (m *MockWriteTx) Delete(d dynamodb.Delete) dynamodb.WriteTx
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 ¶
func (m *MockWriteTx) Put(p dynamodb.Put) dynamodb.WriteTx
Put mocks base method
func (*MockWriteTx) RunWithContext ¶
func (m *MockWriteTx) RunWithContext(ctx aws.Context) error
RunWithContext 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