mocks

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DynamoDBAPI

type DynamoDBAPI struct {
	mock.Mock
}

DynamoDBAPI is an autogenerated mock type for the DynamoDBAPI type

func NewDynamoDBAPI

func NewDynamoDBAPI(t mockConstructorTestingTNewDynamoDBAPI) *DynamoDBAPI

NewDynamoDBAPI creates a new instance of DynamoDBAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*DynamoDBAPI) BatchExecuteStatement

BatchExecuteStatement provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchExecuteStatementRequest

BatchExecuteStatementRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchExecuteStatementWithContext

func (_m *DynamoDBAPI) BatchExecuteStatementWithContext(_a0 context.Context, _a1 *dynamodb.BatchExecuteStatementInput, _a2 ...request.Option) (*dynamodb.BatchExecuteStatementOutput, error)

BatchExecuteStatementWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) BatchGetItem

BatchGetItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchGetItemPages

func (_m *DynamoDBAPI) BatchGetItemPages(_a0 *dynamodb.BatchGetItemInput, _a1 func(*dynamodb.BatchGetItemOutput, bool) bool) error

BatchGetItemPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) BatchGetItemPagesWithContext

func (_m *DynamoDBAPI) BatchGetItemPagesWithContext(_a0 context.Context, _a1 *dynamodb.BatchGetItemInput, _a2 func(*dynamodb.BatchGetItemOutput, bool) bool, _a3 ...request.Option) error

BatchGetItemPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) BatchGetItemRequest

BatchGetItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchGetItemWithContext

func (_m *DynamoDBAPI) BatchGetItemWithContext(_a0 context.Context, _a1 *dynamodb.BatchGetItemInput, _a2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)

BatchGetItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) BatchWriteItem

BatchWriteItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchWriteItemRequest

BatchWriteItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchWriteItemWithContext

func (_m *DynamoDBAPI) BatchWriteItemWithContext(_a0 context.Context, _a1 *dynamodb.BatchWriteItemInput, _a2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)

BatchWriteItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) CreateBackup

CreateBackup provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateBackupRequest

CreateBackupRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateBackupWithContext

func (_m *DynamoDBAPI) CreateBackupWithContext(_a0 context.Context, _a1 *dynamodb.CreateBackupInput, _a2 ...request.Option) (*dynamodb.CreateBackupOutput, error)

CreateBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) CreateGlobalTable

CreateGlobalTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateGlobalTableRequest

CreateGlobalTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateGlobalTableWithContext

func (_m *DynamoDBAPI) CreateGlobalTableWithContext(_a0 context.Context, _a1 *dynamodb.CreateGlobalTableInput, _a2 ...request.Option) (*dynamodb.CreateGlobalTableOutput, error)

CreateGlobalTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) CreateTable

CreateTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateTableRequest

CreateTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateTableWithContext

func (_m *DynamoDBAPI) CreateTableWithContext(_a0 context.Context, _a1 *dynamodb.CreateTableInput, _a2 ...request.Option) (*dynamodb.CreateTableOutput, error)

CreateTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DeleteBackup

DeleteBackup provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteBackupRequest

DeleteBackupRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteBackupWithContext

func (_m *DynamoDBAPI) DeleteBackupWithContext(_a0 context.Context, _a1 *dynamodb.DeleteBackupInput, _a2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)

DeleteBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DeleteItem

DeleteItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteItemRequest

func (_m *DynamoDBAPI) DeleteItemRequest(_a0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)

DeleteItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteItemWithContext

func (_m *DynamoDBAPI) DeleteItemWithContext(_a0 context.Context, _a1 *dynamodb.DeleteItemInput, _a2 ...request.Option) (*dynamodb.DeleteItemOutput, error)

DeleteItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DeleteTable

DeleteTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteTableRequest

DeleteTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteTableWithContext

func (_m *DynamoDBAPI) DeleteTableWithContext(_a0 context.Context, _a1 *dynamodb.DeleteTableInput, _a2 ...request.Option) (*dynamodb.DeleteTableOutput, error)

DeleteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeBackup

DescribeBackup provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeBackupRequest

DescribeBackupRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeBackupWithContext

func (_m *DynamoDBAPI) DescribeBackupWithContext(_a0 context.Context, _a1 *dynamodb.DescribeBackupInput, _a2 ...request.Option) (*dynamodb.DescribeBackupOutput, error)

DescribeBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeContinuousBackups

DescribeContinuousBackups provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeContinuousBackupsRequest

DescribeContinuousBackupsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeContinuousBackupsWithContext

func (_m *DynamoDBAPI) DescribeContinuousBackupsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeContinuousBackupsInput, _a2 ...request.Option) (*dynamodb.DescribeContinuousBackupsOutput, error)

DescribeContinuousBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeContributorInsights

DescribeContributorInsights provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeContributorInsightsRequest

DescribeContributorInsightsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeContributorInsightsWithContext

func (_m *DynamoDBAPI) DescribeContributorInsightsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeContributorInsightsInput, _a2 ...request.Option) (*dynamodb.DescribeContributorInsightsOutput, error)

DescribeContributorInsightsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeEndpoints

DescribeEndpoints provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeEndpointsRequest

DescribeEndpointsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeEndpointsWithContext

func (_m *DynamoDBAPI) DescribeEndpointsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeEndpointsInput, _a2 ...request.Option) (*dynamodb.DescribeEndpointsOutput, error)

DescribeEndpointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeExport

DescribeExport provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeExportRequest

DescribeExportRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeExportWithContext

func (_m *DynamoDBAPI) DescribeExportWithContext(_a0 context.Context, _a1 *dynamodb.DescribeExportInput, _a2 ...request.Option) (*dynamodb.DescribeExportOutput, error)

DescribeExportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeGlobalTable

DescribeGlobalTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeGlobalTableRequest

DescribeGlobalTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeGlobalTableSettings

DescribeGlobalTableSettings provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeGlobalTableSettingsRequest

DescribeGlobalTableSettingsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeGlobalTableSettingsWithContext

func (_m *DynamoDBAPI) DescribeGlobalTableSettingsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeGlobalTableSettingsInput, _a2 ...request.Option) (*dynamodb.DescribeGlobalTableSettingsOutput, error)

DescribeGlobalTableSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeGlobalTableWithContext

func (_m *DynamoDBAPI) DescribeGlobalTableWithContext(_a0 context.Context, _a1 *dynamodb.DescribeGlobalTableInput, _a2 ...request.Option) (*dynamodb.DescribeGlobalTableOutput, error)

DescribeGlobalTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeImport

DescribeImport provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeImportRequest

DescribeImportRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeImportWithContext

func (_m *DynamoDBAPI) DescribeImportWithContext(_a0 context.Context, _a1 *dynamodb.DescribeImportInput, _a2 ...request.Option) (*dynamodb.DescribeImportOutput, error)

DescribeImportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeKinesisStreamingDestination

DescribeKinesisStreamingDestination provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeKinesisStreamingDestinationRequest

DescribeKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeKinesisStreamingDestinationWithContext

DescribeKinesisStreamingDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeLimits

DescribeLimits provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeLimitsRequest

DescribeLimitsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeLimitsWithContext

func (_m *DynamoDBAPI) DescribeLimitsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeLimitsInput, _a2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)

DescribeLimitsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeTable

DescribeTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTableReplicaAutoScaling

DescribeTableReplicaAutoScaling provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTableReplicaAutoScalingRequest

DescribeTableReplicaAutoScalingRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTableReplicaAutoScalingWithContext

func (_m *DynamoDBAPI) DescribeTableReplicaAutoScalingWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableReplicaAutoScalingInput, _a2 ...request.Option) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)

DescribeTableReplicaAutoScalingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeTableRequest

DescribeTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTableWithContext

func (_m *DynamoDBAPI) DescribeTableWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableInput, _a2 ...request.Option) (*dynamodb.DescribeTableOutput, error)

DescribeTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeTimeToLive

DescribeTimeToLive provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTimeToLiveRequest

DescribeTimeToLiveRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTimeToLiveWithContext

func (_m *DynamoDBAPI) DescribeTimeToLiveWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTimeToLiveInput, _a2 ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)

DescribeTimeToLiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DisableKinesisStreamingDestination

DisableKinesisStreamingDestination provides a mock function with given fields: _a0

func (*DynamoDBAPI) DisableKinesisStreamingDestinationRequest

DisableKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DisableKinesisStreamingDestinationWithContext

DisableKinesisStreamingDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) EnableKinesisStreamingDestination

EnableKinesisStreamingDestination provides a mock function with given fields: _a0

func (*DynamoDBAPI) EnableKinesisStreamingDestinationRequest

EnableKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) EnableKinesisStreamingDestinationWithContext

EnableKinesisStreamingDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ExecuteStatement

ExecuteStatement provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExecuteStatementRequest

ExecuteStatementRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExecuteStatementWithContext

func (_m *DynamoDBAPI) ExecuteStatementWithContext(_a0 context.Context, _a1 *dynamodb.ExecuteStatementInput, _a2 ...request.Option) (*dynamodb.ExecuteStatementOutput, error)

ExecuteStatementWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ExecuteTransaction

ExecuteTransaction provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExecuteTransactionRequest

ExecuteTransactionRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExecuteTransactionWithContext

func (_m *DynamoDBAPI) ExecuteTransactionWithContext(_a0 context.Context, _a1 *dynamodb.ExecuteTransactionInput, _a2 ...request.Option) (*dynamodb.ExecuteTransactionOutput, error)

ExecuteTransactionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ExportTableToPointInTime

ExportTableToPointInTime provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExportTableToPointInTimeRequest

ExportTableToPointInTimeRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExportTableToPointInTimeWithContext

func (_m *DynamoDBAPI) ExportTableToPointInTimeWithContext(_a0 context.Context, _a1 *dynamodb.ExportTableToPointInTimeInput, _a2 ...request.Option) (*dynamodb.ExportTableToPointInTimeOutput, error)

ExportTableToPointInTimeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) GetItem

GetItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) GetItemRequest

func (_m *DynamoDBAPI) GetItemRequest(_a0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)

GetItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) GetItemWithContext

func (_m *DynamoDBAPI) GetItemWithContext(_a0 context.Context, _a1 *dynamodb.GetItemInput, _a2 ...request.Option) (*dynamodb.GetItemOutput, error)

GetItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ImportTable

ImportTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) ImportTableRequest

ImportTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ImportTableWithContext

func (_m *DynamoDBAPI) ImportTableWithContext(_a0 context.Context, _a1 *dynamodb.ImportTableInput, _a2 ...request.Option) (*dynamodb.ImportTableOutput, error)

ImportTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListBackups

ListBackups provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListBackupsRequest

ListBackupsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListBackupsWithContext

func (_m *DynamoDBAPI) ListBackupsWithContext(_a0 context.Context, _a1 *dynamodb.ListBackupsInput, _a2 ...request.Option) (*dynamodb.ListBackupsOutput, error)

ListBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListContributorInsights

ListContributorInsights provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListContributorInsightsPages

func (_m *DynamoDBAPI) ListContributorInsightsPages(_a0 *dynamodb.ListContributorInsightsInput, _a1 func(*dynamodb.ListContributorInsightsOutput, bool) bool) error

ListContributorInsightsPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ListContributorInsightsPagesWithContext

func (_m *DynamoDBAPI) ListContributorInsightsPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListContributorInsightsInput, _a2 func(*dynamodb.ListContributorInsightsOutput, bool) bool, _a3 ...request.Option) error

ListContributorInsightsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ListContributorInsightsRequest

ListContributorInsightsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListContributorInsightsWithContext

func (_m *DynamoDBAPI) ListContributorInsightsWithContext(_a0 context.Context, _a1 *dynamodb.ListContributorInsightsInput, _a2 ...request.Option) (*dynamodb.ListContributorInsightsOutput, error)

ListContributorInsightsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListExports

ListExports provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListExportsPages

func (_m *DynamoDBAPI) ListExportsPages(_a0 *dynamodb.ListExportsInput, _a1 func(*dynamodb.ListExportsOutput, bool) bool) error

ListExportsPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ListExportsPagesWithContext

func (_m *DynamoDBAPI) ListExportsPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListExportsInput, _a2 func(*dynamodb.ListExportsOutput, bool) bool, _a3 ...request.Option) error

ListExportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ListExportsRequest

ListExportsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListExportsWithContext

func (_m *DynamoDBAPI) ListExportsWithContext(_a0 context.Context, _a1 *dynamodb.ListExportsInput, _a2 ...request.Option) (*dynamodb.ListExportsOutput, error)

ListExportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListGlobalTables

ListGlobalTables provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListGlobalTablesRequest

ListGlobalTablesRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListGlobalTablesWithContext

func (_m *DynamoDBAPI) ListGlobalTablesWithContext(_a0 context.Context, _a1 *dynamodb.ListGlobalTablesInput, _a2 ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)

ListGlobalTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListImports

ListImports provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListImportsPages

func (_m *DynamoDBAPI) ListImportsPages(_a0 *dynamodb.ListImportsInput, _a1 func(*dynamodb.ListImportsOutput, bool) bool) error

ListImportsPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ListImportsPagesWithContext

func (_m *DynamoDBAPI) ListImportsPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListImportsInput, _a2 func(*dynamodb.ListImportsOutput, bool) bool, _a3 ...request.Option) error

ListImportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ListImportsRequest

ListImportsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListImportsWithContext

func (_m *DynamoDBAPI) ListImportsWithContext(_a0 context.Context, _a1 *dynamodb.ListImportsInput, _a2 ...request.Option) (*dynamodb.ListImportsOutput, error)

ListImportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListTables

ListTables provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListTablesPages

func (_m *DynamoDBAPI) ListTablesPages(_a0 *dynamodb.ListTablesInput, _a1 func(*dynamodb.ListTablesOutput, bool) bool) error

ListTablesPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ListTablesPagesWithContext

func (_m *DynamoDBAPI) ListTablesPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListTablesInput, _a2 func(*dynamodb.ListTablesOutput, bool) bool, _a3 ...request.Option) error

ListTablesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ListTablesRequest

func (_m *DynamoDBAPI) ListTablesRequest(_a0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)

ListTablesRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListTablesWithContext

func (_m *DynamoDBAPI) ListTablesWithContext(_a0 context.Context, _a1 *dynamodb.ListTablesInput, _a2 ...request.Option) (*dynamodb.ListTablesOutput, error)

ListTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListTagsOfResource

ListTagsOfResource provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListTagsOfResourceRequest

ListTagsOfResourceRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListTagsOfResourceWithContext

func (_m *DynamoDBAPI) ListTagsOfResourceWithContext(_a0 context.Context, _a1 *dynamodb.ListTagsOfResourceInput, _a2 ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)

ListTagsOfResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) PutItem

PutItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) PutItemRequest

func (_m *DynamoDBAPI) PutItemRequest(_a0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)

PutItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) PutItemWithContext

func (_m *DynamoDBAPI) PutItemWithContext(_a0 context.Context, _a1 *dynamodb.PutItemInput, _a2 ...request.Option) (*dynamodb.PutItemOutput, error)

PutItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) Query

Query provides a mock function with given fields: _a0

func (*DynamoDBAPI) QueryPages

func (_m *DynamoDBAPI) QueryPages(_a0 *dynamodb.QueryInput, _a1 func(*dynamodb.QueryOutput, bool) bool) error

QueryPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) QueryPagesWithContext

func (_m *DynamoDBAPI) QueryPagesWithContext(_a0 context.Context, _a1 *dynamodb.QueryInput, _a2 func(*dynamodb.QueryOutput, bool) bool, _a3 ...request.Option) error

QueryPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) QueryRequest

func (_m *DynamoDBAPI) QueryRequest(_a0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)

QueryRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) QueryWithContext

func (_m *DynamoDBAPI) QueryWithContext(_a0 context.Context, _a1 *dynamodb.QueryInput, _a2 ...request.Option) (*dynamodb.QueryOutput, error)

QueryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) RestoreTableFromBackup

RestoreTableFromBackup provides a mock function with given fields: _a0

func (*DynamoDBAPI) RestoreTableFromBackupRequest

RestoreTableFromBackupRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) RestoreTableFromBackupWithContext

func (_m *DynamoDBAPI) RestoreTableFromBackupWithContext(_a0 context.Context, _a1 *dynamodb.RestoreTableFromBackupInput, _a2 ...request.Option) (*dynamodb.RestoreTableFromBackupOutput, error)

RestoreTableFromBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) RestoreTableToPointInTime

RestoreTableToPointInTime provides a mock function with given fields: _a0

func (*DynamoDBAPI) RestoreTableToPointInTimeRequest

RestoreTableToPointInTimeRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) RestoreTableToPointInTimeWithContext

func (_m *DynamoDBAPI) RestoreTableToPointInTimeWithContext(_a0 context.Context, _a1 *dynamodb.RestoreTableToPointInTimeInput, _a2 ...request.Option) (*dynamodb.RestoreTableToPointInTimeOutput, error)

RestoreTableToPointInTimeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) Scan

Scan provides a mock function with given fields: _a0

func (*DynamoDBAPI) ScanPages

func (_m *DynamoDBAPI) ScanPages(_a0 *dynamodb.ScanInput, _a1 func(*dynamodb.ScanOutput, bool) bool) error

ScanPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ScanPagesWithContext

func (_m *DynamoDBAPI) ScanPagesWithContext(_a0 context.Context, _a1 *dynamodb.ScanInput, _a2 func(*dynamodb.ScanOutput, bool) bool, _a3 ...request.Option) error

ScanPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ScanRequest

func (_m *DynamoDBAPI) ScanRequest(_a0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)

ScanRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ScanWithContext

func (_m *DynamoDBAPI) ScanWithContext(_a0 context.Context, _a1 *dynamodb.ScanInput, _a2 ...request.Option) (*dynamodb.ScanOutput, error)

ScanWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) TagResource

TagResource provides a mock function with given fields: _a0

func (*DynamoDBAPI) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) TagResourceWithContext

func (_m *DynamoDBAPI) TagResourceWithContext(_a0 context.Context, _a1 *dynamodb.TagResourceInput, _a2 ...request.Option) (*dynamodb.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) TransactGetItems

TransactGetItems provides a mock function with given fields: _a0

func (*DynamoDBAPI) TransactGetItemsRequest

TransactGetItemsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) TransactGetItemsWithContext

func (_m *DynamoDBAPI) TransactGetItemsWithContext(_a0 context.Context, _a1 *dynamodb.TransactGetItemsInput, _a2 ...request.Option) (*dynamodb.TransactGetItemsOutput, error)

TransactGetItemsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) TransactWriteItems

TransactWriteItems provides a mock function with given fields: _a0

func (*DynamoDBAPI) TransactWriteItemsRequest

TransactWriteItemsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) TransactWriteItemsWithContext

func (_m *DynamoDBAPI) TransactWriteItemsWithContext(_a0 context.Context, _a1 *dynamodb.TransactWriteItemsInput, _a2 ...request.Option) (*dynamodb.TransactWriteItemsOutput, error)

TransactWriteItemsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*DynamoDBAPI) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UntagResourceWithContext

func (_m *DynamoDBAPI) UntagResourceWithContext(_a0 context.Context, _a1 *dynamodb.UntagResourceInput, _a2 ...request.Option) (*dynamodb.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateContinuousBackups

UpdateContinuousBackups provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateContinuousBackupsRequest

UpdateContinuousBackupsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateContinuousBackupsWithContext

func (_m *DynamoDBAPI) UpdateContinuousBackupsWithContext(_a0 context.Context, _a1 *dynamodb.UpdateContinuousBackupsInput, _a2 ...request.Option) (*dynamodb.UpdateContinuousBackupsOutput, error)

UpdateContinuousBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateContributorInsights

UpdateContributorInsights provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateContributorInsightsRequest

UpdateContributorInsightsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateContributorInsightsWithContext

func (_m *DynamoDBAPI) UpdateContributorInsightsWithContext(_a0 context.Context, _a1 *dynamodb.UpdateContributorInsightsInput, _a2 ...request.Option) (*dynamodb.UpdateContributorInsightsOutput, error)

UpdateContributorInsightsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateGlobalTable

UpdateGlobalTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateGlobalTableRequest

UpdateGlobalTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateGlobalTableSettings

UpdateGlobalTableSettings provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateGlobalTableSettingsRequest

UpdateGlobalTableSettingsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateGlobalTableSettingsWithContext

func (_m *DynamoDBAPI) UpdateGlobalTableSettingsWithContext(_a0 context.Context, _a1 *dynamodb.UpdateGlobalTableSettingsInput, _a2 ...request.Option) (*dynamodb.UpdateGlobalTableSettingsOutput, error)

UpdateGlobalTableSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateGlobalTableWithContext

func (_m *DynamoDBAPI) UpdateGlobalTableWithContext(_a0 context.Context, _a1 *dynamodb.UpdateGlobalTableInput, _a2 ...request.Option) (*dynamodb.UpdateGlobalTableOutput, error)

UpdateGlobalTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateItem

UpdateItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateItemRequest

func (_m *DynamoDBAPI) UpdateItemRequest(_a0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)

UpdateItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateItemWithContext

func (_m *DynamoDBAPI) UpdateItemWithContext(_a0 context.Context, _a1 *dynamodb.UpdateItemInput, _a2 ...request.Option) (*dynamodb.UpdateItemOutput, error)

UpdateItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateTable

UpdateTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTableReplicaAutoScaling

UpdateTableReplicaAutoScaling provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTableReplicaAutoScalingRequest

UpdateTableReplicaAutoScalingRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTableReplicaAutoScalingWithContext

func (_m *DynamoDBAPI) UpdateTableReplicaAutoScalingWithContext(_a0 context.Context, _a1 *dynamodb.UpdateTableReplicaAutoScalingInput, _a2 ...request.Option) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)

UpdateTableReplicaAutoScalingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateTableRequest

UpdateTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTableWithContext

func (_m *DynamoDBAPI) UpdateTableWithContext(_a0 context.Context, _a1 *dynamodb.UpdateTableInput, _a2 ...request.Option) (*dynamodb.UpdateTableOutput, error)

UpdateTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateTimeToLive

UpdateTimeToLive provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTimeToLiveRequest

UpdateTimeToLiveRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTimeToLiveWithContext

func (_m *DynamoDBAPI) UpdateTimeToLiveWithContext(_a0 context.Context, _a1 *dynamodb.UpdateTimeToLiveInput, _a2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)

UpdateTimeToLiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) WaitUntilTableExists

func (_m *DynamoDBAPI) WaitUntilTableExists(_a0 *dynamodb.DescribeTableInput) error

WaitUntilTableExists provides a mock function with given fields: _a0

func (*DynamoDBAPI) WaitUntilTableExistsWithContext

func (_m *DynamoDBAPI) WaitUntilTableExistsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableInput, _a2 ...request.WaiterOption) error

WaitUntilTableExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) WaitUntilTableNotExists

func (_m *DynamoDBAPI) WaitUntilTableNotExists(_a0 *dynamodb.DescribeTableInput) error

WaitUntilTableNotExists provides a mock function with given fields: _a0

func (*DynamoDBAPI) WaitUntilTableNotExistsWithContext

func (_m *DynamoDBAPI) WaitUntilTableNotExistsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableInput, _a2 ...request.WaiterOption) error

WaitUntilTableNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

type Storage

type Storage struct {
	mock.Mock
}

Storage is an autogenerated mock type for the Storage type

func NewStorage

func NewStorage(t mockConstructorTestingTNewStorage) *Storage

NewStorage creates a new instance of Storage. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Storage) Exists

func (_m *Storage) Exists(ctx context.Context, deduplicationID string) (bool, error)

Exists provides a mock function with given fields: ctx, deduplicationID

func (*Storage) Save

func (_m *Storage) Save(ctx context.Context, deduplicationID string) error

Save provides a mock function with given fields: ctx, deduplicationID

Jump to

Keyboard shortcuts

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