mocks

package
v0.0.0-...-556d222 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	mock.Mock
}

API is an autogenerated mock type for the API type

func NewAPI

func NewAPI(t mockConstructorTestingTNewAPI) *API

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

func (*API) BatchExecuteStatement

BatchExecuteStatement provides a mock function with given fields: _a0

func (*API) BatchExecuteStatementRequest

func (_m *API) BatchExecuteStatementRequest(_a0 *dynamodb.BatchExecuteStatementInput) (*request.Request, *dynamodb.BatchExecuteStatementOutput)

BatchExecuteStatementRequest provides a mock function with given fields: _a0

func (*API) BatchExecuteStatementWithContext

func (_m *API) 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 (*API) BatchGetItem

func (_m *API) BatchGetItem(_a0 *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)

BatchGetItem provides a mock function with given fields: _a0

func (*API) BatchGetItemPages

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

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

func (*API) BatchGetItemPagesWithContext

func (_m *API) 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 (*API) BatchGetItemRequest

func (_m *API) BatchGetItemRequest(_a0 *dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)

BatchGetItemRequest provides a mock function with given fields: _a0

func (*API) BatchGetItemWithContext

func (_m *API) 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 (*API) BatchWriteItem

func (_m *API) BatchWriteItem(_a0 *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)

BatchWriteItem provides a mock function with given fields: _a0

func (*API) BatchWriteItemRequest

func (_m *API) BatchWriteItemRequest(_a0 *dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)

BatchWriteItemRequest provides a mock function with given fields: _a0

func (*API) BatchWriteItemWithContext

func (_m *API) 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 (*API) CreateBackup

func (_m *API) CreateBackup(_a0 *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)

CreateBackup provides a mock function with given fields: _a0

func (*API) CreateBackupRequest

func (_m *API) CreateBackupRequest(_a0 *dynamodb.CreateBackupInput) (*request.Request, *dynamodb.CreateBackupOutput)

CreateBackupRequest provides a mock function with given fields: _a0

func (*API) CreateBackupWithContext

func (_m *API) 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 (*API) CreateGlobalTable

func (_m *API) CreateGlobalTable(_a0 *dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error)

CreateGlobalTable provides a mock function with given fields: _a0

func (*API) CreateGlobalTableRequest

func (_m *API) CreateGlobalTableRequest(_a0 *dynamodb.CreateGlobalTableInput) (*request.Request, *dynamodb.CreateGlobalTableOutput)

CreateGlobalTableRequest provides a mock function with given fields: _a0

func (*API) CreateGlobalTableWithContext

func (_m *API) 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 (*API) CreateTable

func (_m *API) CreateTable(_a0 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)

CreateTable provides a mock function with given fields: _a0

func (*API) CreateTableRequest

func (_m *API) CreateTableRequest(_a0 *dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)

CreateTableRequest provides a mock function with given fields: _a0

func (*API) CreateTableWithContext

func (_m *API) 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 (*API) DeleteBackup

func (_m *API) DeleteBackup(_a0 *dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error)

DeleteBackup provides a mock function with given fields: _a0

func (*API) DeleteBackupRequest

func (_m *API) DeleteBackupRequest(_a0 *dynamodb.DeleteBackupInput) (*request.Request, *dynamodb.DeleteBackupOutput)

DeleteBackupRequest provides a mock function with given fields: _a0

func (*API) DeleteBackupWithContext

func (_m *API) 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 (*API) DeleteItem

func (_m *API) DeleteItem(_a0 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)

DeleteItem provides a mock function with given fields: _a0

func (*API) DeleteItemRequest

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

DeleteItemRequest provides a mock function with given fields: _a0

func (*API) DeleteItemWithContext

func (_m *API) 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 (*API) DeleteTable

func (_m *API) DeleteTable(_a0 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)

DeleteTable provides a mock function with given fields: _a0

func (*API) DeleteTableRequest

func (_m *API) DeleteTableRequest(_a0 *dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)

DeleteTableRequest provides a mock function with given fields: _a0

func (*API) DeleteTableWithContext

func (_m *API) 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 (*API) DescribeBackup

func (_m *API) DescribeBackup(_a0 *dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error)

DescribeBackup provides a mock function with given fields: _a0

func (*API) DescribeBackupRequest

func (_m *API) DescribeBackupRequest(_a0 *dynamodb.DescribeBackupInput) (*request.Request, *dynamodb.DescribeBackupOutput)

DescribeBackupRequest provides a mock function with given fields: _a0

func (*API) DescribeBackupWithContext

func (_m *API) 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 (*API) DescribeContinuousBackups

DescribeContinuousBackups provides a mock function with given fields: _a0

func (*API) DescribeContinuousBackupsRequest

func (_m *API) DescribeContinuousBackupsRequest(_a0 *dynamodb.DescribeContinuousBackupsInput) (*request.Request, *dynamodb.DescribeContinuousBackupsOutput)

DescribeContinuousBackupsRequest provides a mock function with given fields: _a0

func (*API) DescribeContinuousBackupsWithContext

func (_m *API) 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 (*API) DescribeContributorInsights

DescribeContributorInsights provides a mock function with given fields: _a0

func (*API) DescribeContributorInsightsRequest

DescribeContributorInsightsRequest provides a mock function with given fields: _a0

func (*API) DescribeContributorInsightsWithContext

func (_m *API) 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 (*API) DescribeEndpoints

func (_m *API) DescribeEndpoints(_a0 *dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error)

DescribeEndpoints provides a mock function with given fields: _a0

func (*API) DescribeEndpointsRequest

func (_m *API) DescribeEndpointsRequest(_a0 *dynamodb.DescribeEndpointsInput) (*request.Request, *dynamodb.DescribeEndpointsOutput)

DescribeEndpointsRequest provides a mock function with given fields: _a0

func (*API) DescribeEndpointsWithContext

func (_m *API) 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 (*API) DescribeExport

func (_m *API) DescribeExport(_a0 *dynamodb.DescribeExportInput) (*dynamodb.DescribeExportOutput, error)

DescribeExport provides a mock function with given fields: _a0

func (*API) DescribeExportRequest

func (_m *API) DescribeExportRequest(_a0 *dynamodb.DescribeExportInput) (*request.Request, *dynamodb.DescribeExportOutput)

DescribeExportRequest provides a mock function with given fields: _a0

func (*API) DescribeExportWithContext

func (_m *API) 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 (*API) DescribeGlobalTable

DescribeGlobalTable provides a mock function with given fields: _a0

func (*API) DescribeGlobalTableRequest

func (_m *API) DescribeGlobalTableRequest(_a0 *dynamodb.DescribeGlobalTableInput) (*request.Request, *dynamodb.DescribeGlobalTableOutput)

DescribeGlobalTableRequest provides a mock function with given fields: _a0

func (*API) DescribeGlobalTableSettings

DescribeGlobalTableSettings provides a mock function with given fields: _a0

func (*API) DescribeGlobalTableSettingsRequest

DescribeGlobalTableSettingsRequest provides a mock function with given fields: _a0

func (*API) DescribeGlobalTableSettingsWithContext

func (_m *API) 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 (*API) DescribeGlobalTableWithContext

func (_m *API) 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 (*API) DescribeImport

func (_m *API) DescribeImport(_a0 *dynamodb.DescribeImportInput) (*dynamodb.DescribeImportOutput, error)

DescribeImport provides a mock function with given fields: _a0

func (*API) DescribeImportRequest

func (_m *API) DescribeImportRequest(_a0 *dynamodb.DescribeImportInput) (*request.Request, *dynamodb.DescribeImportOutput)

DescribeImportRequest provides a mock function with given fields: _a0

func (*API) DescribeImportWithContext

func (_m *API) 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 (*API) DescribeKinesisStreamingDestination

DescribeKinesisStreamingDestination provides a mock function with given fields: _a0

func (*API) DescribeKinesisStreamingDestinationRequest

DescribeKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*API) DescribeKinesisStreamingDestinationWithContext

func (_m *API) DescribeKinesisStreamingDestinationWithContext(_a0 context.Context, _a1 *dynamodb.DescribeKinesisStreamingDestinationInput, _a2 ...request.Option) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)

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

func (*API) DescribeLimits

func (_m *API) DescribeLimits(_a0 *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)

DescribeLimits provides a mock function with given fields: _a0

func (*API) DescribeLimitsRequest

func (_m *API) DescribeLimitsRequest(_a0 *dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)

DescribeLimitsRequest provides a mock function with given fields: _a0

func (*API) DescribeLimitsWithContext

func (_m *API) 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 (*API) DescribeTable

func (_m *API) DescribeTable(_a0 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)

DescribeTable provides a mock function with given fields: _a0

func (*API) DescribeTableReplicaAutoScaling

DescribeTableReplicaAutoScaling provides a mock function with given fields: _a0

func (*API) DescribeTableReplicaAutoScalingRequest

DescribeTableReplicaAutoScalingRequest provides a mock function with given fields: _a0

func (*API) DescribeTableReplicaAutoScalingWithContext

func (_m *API) 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 (*API) DescribeTableRequest

func (_m *API) DescribeTableRequest(_a0 *dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)

DescribeTableRequest provides a mock function with given fields: _a0

func (*API) DescribeTableWithContext

func (_m *API) 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 (*API) DescribeTimeToLive

DescribeTimeToLive provides a mock function with given fields: _a0

func (*API) DescribeTimeToLiveRequest

func (_m *API) DescribeTimeToLiveRequest(_a0 *dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)

DescribeTimeToLiveRequest provides a mock function with given fields: _a0

func (*API) DescribeTimeToLiveWithContext

func (_m *API) 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 (*API) DisableKinesisStreamingDestination

DisableKinesisStreamingDestination provides a mock function with given fields: _a0

func (*API) DisableKinesisStreamingDestinationRequest

DisableKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*API) DisableKinesisStreamingDestinationWithContext

func (_m *API) DisableKinesisStreamingDestinationWithContext(_a0 context.Context, _a1 *dynamodb.DisableKinesisStreamingDestinationInput, _a2 ...request.Option) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)

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

func (*API) EnableKinesisStreamingDestination

EnableKinesisStreamingDestination provides a mock function with given fields: _a0

func (*API) EnableKinesisStreamingDestinationRequest

EnableKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*API) EnableKinesisStreamingDestinationWithContext

func (_m *API) EnableKinesisStreamingDestinationWithContext(_a0 context.Context, _a1 *dynamodb.EnableKinesisStreamingDestinationInput, _a2 ...request.Option) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)

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

func (*API) ExecuteStatement

func (_m *API) ExecuteStatement(_a0 *dynamodb.ExecuteStatementInput) (*dynamodb.ExecuteStatementOutput, error)

ExecuteStatement provides a mock function with given fields: _a0

func (*API) ExecuteStatementRequest

func (_m *API) ExecuteStatementRequest(_a0 *dynamodb.ExecuteStatementInput) (*request.Request, *dynamodb.ExecuteStatementOutput)

ExecuteStatementRequest provides a mock function with given fields: _a0

func (*API) ExecuteStatementWithContext

func (_m *API) 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 (*API) ExecuteTransaction

ExecuteTransaction provides a mock function with given fields: _a0

func (*API) ExecuteTransactionRequest

func (_m *API) ExecuteTransactionRequest(_a0 *dynamodb.ExecuteTransactionInput) (*request.Request, *dynamodb.ExecuteTransactionOutput)

ExecuteTransactionRequest provides a mock function with given fields: _a0

func (*API) ExecuteTransactionWithContext

func (_m *API) 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 (*API) ExportTableToPointInTime

ExportTableToPointInTime provides a mock function with given fields: _a0

func (*API) ExportTableToPointInTimeRequest

func (_m *API) ExportTableToPointInTimeRequest(_a0 *dynamodb.ExportTableToPointInTimeInput) (*request.Request, *dynamodb.ExportTableToPointInTimeOutput)

ExportTableToPointInTimeRequest provides a mock function with given fields: _a0

func (*API) ExportTableToPointInTimeWithContext

func (_m *API) 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 (*API) GetItem

func (_m *API) GetItem(_a0 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)

GetItem provides a mock function with given fields: _a0

func (*API) GetItemRequest

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

GetItemRequest provides a mock function with given fields: _a0

func (*API) GetItemWithContext

func (_m *API) 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 (*API) ImportTable

func (_m *API) ImportTable(_a0 *dynamodb.ImportTableInput) (*dynamodb.ImportTableOutput, error)

ImportTable provides a mock function with given fields: _a0

func (*API) ImportTableRequest

func (_m *API) ImportTableRequest(_a0 *dynamodb.ImportTableInput) (*request.Request, *dynamodb.ImportTableOutput)

ImportTableRequest provides a mock function with given fields: _a0

func (*API) ImportTableWithContext

func (_m *API) 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 (*API) ListBackups

func (_m *API) ListBackups(_a0 *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)

ListBackups provides a mock function with given fields: _a0

func (*API) ListBackupsRequest

func (_m *API) ListBackupsRequest(_a0 *dynamodb.ListBackupsInput) (*request.Request, *dynamodb.ListBackupsOutput)

ListBackupsRequest provides a mock function with given fields: _a0

func (*API) ListBackupsWithContext

func (_m *API) 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 (*API) ListContributorInsights

ListContributorInsights provides a mock function with given fields: _a0

func (*API) ListContributorInsightsPages

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

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

func (*API) ListContributorInsightsPagesWithContext

func (_m *API) 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 (*API) ListContributorInsightsRequest

func (_m *API) ListContributorInsightsRequest(_a0 *dynamodb.ListContributorInsightsInput) (*request.Request, *dynamodb.ListContributorInsightsOutput)

ListContributorInsightsRequest provides a mock function with given fields: _a0

func (*API) ListContributorInsightsWithContext

func (_m *API) 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 (*API) ListExports

func (_m *API) ListExports(_a0 *dynamodb.ListExportsInput) (*dynamodb.ListExportsOutput, error)

ListExports provides a mock function with given fields: _a0

func (*API) ListExportsPages

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

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

func (*API) ListExportsPagesWithContext

func (_m *API) 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 (*API) ListExportsRequest

func (_m *API) ListExportsRequest(_a0 *dynamodb.ListExportsInput) (*request.Request, *dynamodb.ListExportsOutput)

ListExportsRequest provides a mock function with given fields: _a0

func (*API) ListExportsWithContext

func (_m *API) 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 (*API) ListGlobalTables

func (_m *API) ListGlobalTables(_a0 *dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error)

ListGlobalTables provides a mock function with given fields: _a0

func (*API) ListGlobalTablesRequest

func (_m *API) ListGlobalTablesRequest(_a0 *dynamodb.ListGlobalTablesInput) (*request.Request, *dynamodb.ListGlobalTablesOutput)

ListGlobalTablesRequest provides a mock function with given fields: _a0

func (*API) ListGlobalTablesWithContext

func (_m *API) 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 (*API) ListImports

func (_m *API) ListImports(_a0 *dynamodb.ListImportsInput) (*dynamodb.ListImportsOutput, error)

ListImports provides a mock function with given fields: _a0

func (*API) ListImportsPages

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

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

func (*API) ListImportsPagesWithContext

func (_m *API) 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 (*API) ListImportsRequest

func (_m *API) ListImportsRequest(_a0 *dynamodb.ListImportsInput) (*request.Request, *dynamodb.ListImportsOutput)

ListImportsRequest provides a mock function with given fields: _a0

func (*API) ListImportsWithContext

func (_m *API) 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 (*API) ListTables

func (_m *API) ListTables(_a0 *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)

ListTables provides a mock function with given fields: _a0

func (*API) ListTablesPages

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

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

func (*API) ListTablesPagesWithContext

func (_m *API) 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 (*API) ListTablesRequest

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

ListTablesRequest provides a mock function with given fields: _a0

func (*API) ListTablesWithContext

func (_m *API) 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 (*API) ListTagsOfResource

ListTagsOfResource provides a mock function with given fields: _a0

func (*API) ListTagsOfResourceRequest

func (_m *API) ListTagsOfResourceRequest(_a0 *dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)

ListTagsOfResourceRequest provides a mock function with given fields: _a0

func (*API) ListTagsOfResourceWithContext

func (_m *API) 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 (*API) PutItem

func (_m *API) PutItem(_a0 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)

PutItem provides a mock function with given fields: _a0

func (*API) PutItemRequest

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

PutItemRequest provides a mock function with given fields: _a0

func (*API) PutItemWithContext

func (_m *API) 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 (*API) Query

func (_m *API) Query(_a0 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)

Query provides a mock function with given fields: _a0

func (*API) QueryPages

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

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

func (*API) QueryPagesWithContext

func (_m *API) 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 (*API) QueryRequest

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

QueryRequest provides a mock function with given fields: _a0

func (*API) QueryWithContext

func (_m *API) 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 (*API) RestoreTableFromBackup

RestoreTableFromBackup provides a mock function with given fields: _a0

func (*API) RestoreTableFromBackupRequest

func (_m *API) RestoreTableFromBackupRequest(_a0 *dynamodb.RestoreTableFromBackupInput) (*request.Request, *dynamodb.RestoreTableFromBackupOutput)

RestoreTableFromBackupRequest provides a mock function with given fields: _a0

func (*API) RestoreTableFromBackupWithContext

func (_m *API) 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 (*API) RestoreTableToPointInTime

RestoreTableToPointInTime provides a mock function with given fields: _a0

func (*API) RestoreTableToPointInTimeRequest

func (_m *API) RestoreTableToPointInTimeRequest(_a0 *dynamodb.RestoreTableToPointInTimeInput) (*request.Request, *dynamodb.RestoreTableToPointInTimeOutput)

RestoreTableToPointInTimeRequest provides a mock function with given fields: _a0

func (*API) RestoreTableToPointInTimeWithContext

func (_m *API) 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 (*API) Scan

func (_m *API) Scan(_a0 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)

Scan provides a mock function with given fields: _a0

func (*API) ScanPages

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

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

func (*API) ScanPagesWithContext

func (_m *API) 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 (*API) ScanRequest

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

ScanRequest provides a mock function with given fields: _a0

func (*API) ScanWithContext

func (_m *API) 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 (*API) TagResource

func (_m *API) TagResource(_a0 *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)

TagResource provides a mock function with given fields: _a0

func (*API) TagResourceRequest

func (_m *API) TagResourceRequest(_a0 *dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)

TagResourceRequest provides a mock function with given fields: _a0

func (*API) TagResourceWithContext

func (_m *API) 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 (*API) TransactGetItems

func (_m *API) TransactGetItems(_a0 *dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error)

TransactGetItems provides a mock function with given fields: _a0

func (*API) TransactGetItemsRequest

func (_m *API) TransactGetItemsRequest(_a0 *dynamodb.TransactGetItemsInput) (*request.Request, *dynamodb.TransactGetItemsOutput)

TransactGetItemsRequest provides a mock function with given fields: _a0

func (*API) TransactGetItemsWithContext

func (_m *API) 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 (*API) TransactWriteItems

TransactWriteItems provides a mock function with given fields: _a0

func (*API) TransactWriteItemsRequest

func (_m *API) TransactWriteItemsRequest(_a0 *dynamodb.TransactWriteItemsInput) (*request.Request, *dynamodb.TransactWriteItemsOutput)

TransactWriteItemsRequest provides a mock function with given fields: _a0

func (*API) TransactWriteItemsWithContext

func (_m *API) 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 (*API) UntagResource

func (_m *API) UntagResource(_a0 *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: _a0

func (*API) UntagResourceRequest

func (_m *API) UntagResourceRequest(_a0 *dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)

UntagResourceRequest provides a mock function with given fields: _a0

func (*API) UntagResourceWithContext

func (_m *API) 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 (*API) UpdateContinuousBackups

UpdateContinuousBackups provides a mock function with given fields: _a0

func (*API) UpdateContinuousBackupsRequest

func (_m *API) UpdateContinuousBackupsRequest(_a0 *dynamodb.UpdateContinuousBackupsInput) (*request.Request, *dynamodb.UpdateContinuousBackupsOutput)

UpdateContinuousBackupsRequest provides a mock function with given fields: _a0

func (*API) UpdateContinuousBackupsWithContext

func (_m *API) 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 (*API) UpdateContributorInsights

UpdateContributorInsights provides a mock function with given fields: _a0

func (*API) UpdateContributorInsightsRequest

func (_m *API) UpdateContributorInsightsRequest(_a0 *dynamodb.UpdateContributorInsightsInput) (*request.Request, *dynamodb.UpdateContributorInsightsOutput)

UpdateContributorInsightsRequest provides a mock function with given fields: _a0

func (*API) UpdateContributorInsightsWithContext

func (_m *API) 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 (*API) UpdateGlobalTable

func (_m *API) UpdateGlobalTable(_a0 *dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error)

UpdateGlobalTable provides a mock function with given fields: _a0

func (*API) UpdateGlobalTableRequest

func (_m *API) UpdateGlobalTableRequest(_a0 *dynamodb.UpdateGlobalTableInput) (*request.Request, *dynamodb.UpdateGlobalTableOutput)

UpdateGlobalTableRequest provides a mock function with given fields: _a0

func (*API) UpdateGlobalTableSettings

UpdateGlobalTableSettings provides a mock function with given fields: _a0

func (*API) UpdateGlobalTableSettingsRequest

func (_m *API) UpdateGlobalTableSettingsRequest(_a0 *dynamodb.UpdateGlobalTableSettingsInput) (*request.Request, *dynamodb.UpdateGlobalTableSettingsOutput)

UpdateGlobalTableSettingsRequest provides a mock function with given fields: _a0

func (*API) UpdateGlobalTableSettingsWithContext

func (_m *API) 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 (*API) UpdateGlobalTableWithContext

func (_m *API) 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 (*API) UpdateItem

func (_m *API) UpdateItem(_a0 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)

UpdateItem provides a mock function with given fields: _a0

func (*API) UpdateItemRequest

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

UpdateItemRequest provides a mock function with given fields: _a0

func (*API) UpdateItemWithContext

func (_m *API) 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 (*API) UpdateTable

func (_m *API) UpdateTable(_a0 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)

UpdateTable provides a mock function with given fields: _a0

func (*API) UpdateTableReplicaAutoScaling

UpdateTableReplicaAutoScaling provides a mock function with given fields: _a0

func (*API) UpdateTableReplicaAutoScalingRequest

UpdateTableReplicaAutoScalingRequest provides a mock function with given fields: _a0

func (*API) UpdateTableReplicaAutoScalingWithContext

func (_m *API) 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 (*API) UpdateTableRequest

func (_m *API) UpdateTableRequest(_a0 *dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)

UpdateTableRequest provides a mock function with given fields: _a0

func (*API) UpdateTableWithContext

func (_m *API) 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 (*API) UpdateTimeToLive

func (_m *API) UpdateTimeToLive(_a0 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)

UpdateTimeToLive provides a mock function with given fields: _a0

func (*API) UpdateTimeToLiveRequest

func (_m *API) UpdateTimeToLiveRequest(_a0 *dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)

UpdateTimeToLiveRequest provides a mock function with given fields: _a0

func (*API) UpdateTimeToLiveWithContext

func (_m *API) 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 (*API) WaitUntilTableExists

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

WaitUntilTableExists provides a mock function with given fields: _a0

func (*API) WaitUntilTableExistsWithContext

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

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

func (*API) WaitUntilTableNotExists

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

WaitUntilTableNotExists provides a mock function with given fields: _a0

func (*API) WaitUntilTableNotExistsWithContext

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

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

Jump to

Keyboard shortcuts

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