dynamodbmocks

package
v0.0.0-...-ae8e89f Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package dynamodbmocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDynamoAPI

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

MockDynamoAPI is a mock of DynamoAPI interface.

func NewMockDynamoAPI

func NewMockDynamoAPI(ctrl *gomock.Controller) *MockDynamoAPI

NewMockDynamoAPI creates a new mock instance.

func (*MockDynamoAPI) BatchExecuteStatement

BatchExecuteStatement mocks base method.

func (*MockDynamoAPI) BatchExecuteStatementRequest

BatchExecuteStatementRequest mocks base method.

func (*MockDynamoAPI) BatchExecuteStatementWithContext

func (m *MockDynamoAPI) BatchExecuteStatementWithContext(arg0 context.Context, arg1 *dynamodb.BatchExecuteStatementInput, arg2 ...request.Option) (*dynamodb.BatchExecuteStatementOutput, error)

BatchExecuteStatementWithContext mocks base method.

func (*MockDynamoAPI) BatchGetItem

BatchGetItem mocks base method.

func (*MockDynamoAPI) BatchGetItemPages

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

BatchGetItemPages mocks base method.

func (*MockDynamoAPI) BatchGetItemPagesWithContext

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

BatchGetItemPagesWithContext mocks base method.

func (*MockDynamoAPI) BatchGetItemRequest

BatchGetItemRequest mocks base method.

func (*MockDynamoAPI) BatchGetItemWithContext

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

BatchGetItemWithContext mocks base method.

func (*MockDynamoAPI) BatchWriteItem

BatchWriteItem mocks base method.

func (*MockDynamoAPI) BatchWriteItemRequest

BatchWriteItemRequest mocks base method.

func (*MockDynamoAPI) BatchWriteItemWithContext

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

BatchWriteItemWithContext mocks base method.

func (*MockDynamoAPI) CreateBackup

CreateBackup mocks base method.

func (*MockDynamoAPI) CreateBackupRequest

CreateBackupRequest mocks base method.

func (*MockDynamoAPI) CreateBackupWithContext

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

CreateBackupWithContext mocks base method.

func (*MockDynamoAPI) CreateGlobalTable

CreateGlobalTable mocks base method.

func (*MockDynamoAPI) CreateGlobalTableRequest

CreateGlobalTableRequest mocks base method.

func (*MockDynamoAPI) CreateGlobalTableWithContext

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

CreateGlobalTableWithContext mocks base method.

func (*MockDynamoAPI) CreateTable

CreateTable mocks base method.

func (*MockDynamoAPI) CreateTableRequest

CreateTableRequest mocks base method.

func (*MockDynamoAPI) CreateTableWithContext

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

CreateTableWithContext mocks base method.

func (*MockDynamoAPI) DeleteBackup

DeleteBackup mocks base method.

func (*MockDynamoAPI) DeleteBackupRequest

DeleteBackupRequest mocks base method.

func (*MockDynamoAPI) DeleteBackupWithContext

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

DeleteBackupWithContext mocks base method.

func (*MockDynamoAPI) DeleteItem

DeleteItem mocks base method.

func (*MockDynamoAPI) DeleteItemRequest

DeleteItemRequest mocks base method.

func (*MockDynamoAPI) DeleteItemWithContext

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

DeleteItemWithContext mocks base method.

func (*MockDynamoAPI) DeleteTable

DeleteTable mocks base method.

func (*MockDynamoAPI) DeleteTableRequest

DeleteTableRequest mocks base method.

func (*MockDynamoAPI) DeleteTableWithContext

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

DeleteTableWithContext mocks base method.

func (*MockDynamoAPI) DescribeBackup

DescribeBackup mocks base method.

func (*MockDynamoAPI) DescribeBackupRequest

DescribeBackupRequest mocks base method.

func (*MockDynamoAPI) DescribeBackupWithContext

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

DescribeBackupWithContext mocks base method.

func (*MockDynamoAPI) DescribeContinuousBackups

DescribeContinuousBackups mocks base method.

func (*MockDynamoAPI) DescribeContinuousBackupsRequest

DescribeContinuousBackupsRequest mocks base method.

func (*MockDynamoAPI) DescribeContinuousBackupsWithContext

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

DescribeContinuousBackupsWithContext mocks base method.

func (*MockDynamoAPI) DescribeContributorInsights

DescribeContributorInsights mocks base method.

func (*MockDynamoAPI) DescribeContributorInsightsRequest

DescribeContributorInsightsRequest mocks base method.

func (*MockDynamoAPI) DescribeContributorInsightsWithContext

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

DescribeContributorInsightsWithContext mocks base method.

func (*MockDynamoAPI) DescribeEndpoints

DescribeEndpoints mocks base method.

func (*MockDynamoAPI) DescribeEndpointsRequest

DescribeEndpointsRequest mocks base method.

func (*MockDynamoAPI) DescribeEndpointsWithContext

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

DescribeEndpointsWithContext mocks base method.

func (*MockDynamoAPI) DescribeExport

DescribeExport mocks base method.

func (*MockDynamoAPI) DescribeExportRequest

DescribeExportRequest mocks base method.

func (*MockDynamoAPI) DescribeExportWithContext

func (m *MockDynamoAPI) DescribeExportWithContext(arg0 context.Context, arg1 *dynamodb.DescribeExportInput, arg2 ...request.Option) (*dynamodb.DescribeExportOutput, error)

DescribeExportWithContext mocks base method.

func (*MockDynamoAPI) DescribeGlobalTable

DescribeGlobalTable mocks base method.

func (*MockDynamoAPI) DescribeGlobalTableRequest

DescribeGlobalTableRequest mocks base method.

func (*MockDynamoAPI) DescribeGlobalTableSettings

DescribeGlobalTableSettings mocks base method.

func (*MockDynamoAPI) DescribeGlobalTableSettingsRequest

DescribeGlobalTableSettingsRequest mocks base method.

func (*MockDynamoAPI) DescribeGlobalTableSettingsWithContext

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

DescribeGlobalTableSettingsWithContext mocks base method.

func (*MockDynamoAPI) DescribeGlobalTableWithContext

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

DescribeGlobalTableWithContext mocks base method.

func (*MockDynamoAPI) DescribeImport

DescribeImport mocks base method.

func (*MockDynamoAPI) DescribeImportRequest

DescribeImportRequest mocks base method.

func (*MockDynamoAPI) DescribeImportWithContext

func (m *MockDynamoAPI) DescribeImportWithContext(arg0 context.Context, arg1 *dynamodb.DescribeImportInput, arg2 ...request.Option) (*dynamodb.DescribeImportOutput, error)

DescribeImportWithContext mocks base method.

func (*MockDynamoAPI) DescribeKinesisStreamingDestination

DescribeKinesisStreamingDestination mocks base method.

func (*MockDynamoAPI) DescribeKinesisStreamingDestinationRequest

DescribeKinesisStreamingDestinationRequest mocks base method.

func (*MockDynamoAPI) DescribeKinesisStreamingDestinationWithContext

DescribeKinesisStreamingDestinationWithContext mocks base method.

func (*MockDynamoAPI) DescribeLimits

DescribeLimits mocks base method.

func (*MockDynamoAPI) DescribeLimitsRequest

DescribeLimitsRequest mocks base method.

func (*MockDynamoAPI) DescribeLimitsWithContext

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

DescribeLimitsWithContext mocks base method.

func (*MockDynamoAPI) DescribeTable

DescribeTable mocks base method.

func (*MockDynamoAPI) DescribeTableReplicaAutoScaling

DescribeTableReplicaAutoScaling mocks base method.

func (*MockDynamoAPI) DescribeTableReplicaAutoScalingRequest

DescribeTableReplicaAutoScalingRequest mocks base method.

func (*MockDynamoAPI) DescribeTableReplicaAutoScalingWithContext

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

DescribeTableReplicaAutoScalingWithContext mocks base method.

func (*MockDynamoAPI) DescribeTableRequest

DescribeTableRequest mocks base method.

func (*MockDynamoAPI) DescribeTableWithContext

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

DescribeTableWithContext mocks base method.

func (*MockDynamoAPI) DescribeTimeToLive

DescribeTimeToLive mocks base method.

func (*MockDynamoAPI) DescribeTimeToLiveRequest

DescribeTimeToLiveRequest mocks base method.

func (*MockDynamoAPI) DescribeTimeToLiveWithContext

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

DescribeTimeToLiveWithContext mocks base method.

func (*MockDynamoAPI) DisableKinesisStreamingDestination

DisableKinesisStreamingDestination mocks base method.

func (*MockDynamoAPI) DisableKinesisStreamingDestinationRequest

DisableKinesisStreamingDestinationRequest mocks base method.

func (*MockDynamoAPI) DisableKinesisStreamingDestinationWithContext

DisableKinesisStreamingDestinationWithContext mocks base method.

func (*MockDynamoAPI) EXPECT

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

func (*MockDynamoAPI) EnableKinesisStreamingDestination

EnableKinesisStreamingDestination mocks base method.

func (*MockDynamoAPI) EnableKinesisStreamingDestinationRequest

EnableKinesisStreamingDestinationRequest mocks base method.

func (*MockDynamoAPI) EnableKinesisStreamingDestinationWithContext

func (m *MockDynamoAPI) EnableKinesisStreamingDestinationWithContext(arg0 context.Context, arg1 *dynamodb.EnableKinesisStreamingDestinationInput, arg2 ...request.Option) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)

EnableKinesisStreamingDestinationWithContext mocks base method.

func (*MockDynamoAPI) ExecuteStatement

ExecuteStatement mocks base method.

func (*MockDynamoAPI) ExecuteStatementRequest

ExecuteStatementRequest mocks base method.

func (*MockDynamoAPI) ExecuteStatementWithContext

func (m *MockDynamoAPI) ExecuteStatementWithContext(arg0 context.Context, arg1 *dynamodb.ExecuteStatementInput, arg2 ...request.Option) (*dynamodb.ExecuteStatementOutput, error)

ExecuteStatementWithContext mocks base method.

func (*MockDynamoAPI) ExecuteTransaction

ExecuteTransaction mocks base method.

func (*MockDynamoAPI) ExecuteTransactionRequest

ExecuteTransactionRequest mocks base method.

func (*MockDynamoAPI) ExecuteTransactionWithContext

func (m *MockDynamoAPI) ExecuteTransactionWithContext(arg0 context.Context, arg1 *dynamodb.ExecuteTransactionInput, arg2 ...request.Option) (*dynamodb.ExecuteTransactionOutput, error)

ExecuteTransactionWithContext mocks base method.

func (*MockDynamoAPI) ExportTableToPointInTime

ExportTableToPointInTime mocks base method.

func (*MockDynamoAPI) ExportTableToPointInTimeRequest

ExportTableToPointInTimeRequest mocks base method.

func (*MockDynamoAPI) ExportTableToPointInTimeWithContext

func (m *MockDynamoAPI) ExportTableToPointInTimeWithContext(arg0 context.Context, arg1 *dynamodb.ExportTableToPointInTimeInput, arg2 ...request.Option) (*dynamodb.ExportTableToPointInTimeOutput, error)

ExportTableToPointInTimeWithContext mocks base method.

func (*MockDynamoAPI) GetItem

GetItem mocks base method.

func (*MockDynamoAPI) GetItemRequest

GetItemRequest mocks base method.

func (*MockDynamoAPI) GetItemWithContext

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

GetItemWithContext mocks base method.

func (*MockDynamoAPI) ImportTable

ImportTable mocks base method.

func (*MockDynamoAPI) ImportTableRequest

ImportTableRequest mocks base method.

func (*MockDynamoAPI) ImportTableWithContext

func (m *MockDynamoAPI) ImportTableWithContext(arg0 context.Context, arg1 *dynamodb.ImportTableInput, arg2 ...request.Option) (*dynamodb.ImportTableOutput, error)

ImportTableWithContext mocks base method.

func (*MockDynamoAPI) ListBackups

ListBackups mocks base method.

func (*MockDynamoAPI) ListBackupsRequest

ListBackupsRequest mocks base method.

func (*MockDynamoAPI) ListBackupsWithContext

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

ListBackupsWithContext mocks base method.

func (*MockDynamoAPI) ListContributorInsights

ListContributorInsights mocks base method.

func (*MockDynamoAPI) ListContributorInsightsPages

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

ListContributorInsightsPages mocks base method.

func (*MockDynamoAPI) ListContributorInsightsPagesWithContext

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

ListContributorInsightsPagesWithContext mocks base method.

func (*MockDynamoAPI) ListContributorInsightsRequest

ListContributorInsightsRequest mocks base method.

func (*MockDynamoAPI) ListContributorInsightsWithContext

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

ListContributorInsightsWithContext mocks base method.

func (*MockDynamoAPI) ListExports

ListExports mocks base method.

func (*MockDynamoAPI) ListExportsPages

func (m *MockDynamoAPI) ListExportsPages(arg0 *dynamodb.ListExportsInput, arg1 func(*dynamodb.ListExportsOutput, bool) bool) error

ListExportsPages mocks base method.

func (*MockDynamoAPI) ListExportsPagesWithContext

func (m *MockDynamoAPI) ListExportsPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListExportsInput, arg2 func(*dynamodb.ListExportsOutput, bool) bool, arg3 ...request.Option) error

ListExportsPagesWithContext mocks base method.

func (*MockDynamoAPI) ListExportsRequest

ListExportsRequest mocks base method.

func (*MockDynamoAPI) ListExportsWithContext

func (m *MockDynamoAPI) ListExportsWithContext(arg0 context.Context, arg1 *dynamodb.ListExportsInput, arg2 ...request.Option) (*dynamodb.ListExportsOutput, error)

ListExportsWithContext mocks base method.

func (*MockDynamoAPI) ListGlobalTables

ListGlobalTables mocks base method.

func (*MockDynamoAPI) ListGlobalTablesRequest

ListGlobalTablesRequest mocks base method.

func (*MockDynamoAPI) ListGlobalTablesWithContext

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

ListGlobalTablesWithContext mocks base method.

func (*MockDynamoAPI) ListImports

ListImports mocks base method.

func (*MockDynamoAPI) ListImportsPages

func (m *MockDynamoAPI) ListImportsPages(arg0 *dynamodb.ListImportsInput, arg1 func(*dynamodb.ListImportsOutput, bool) bool) error

ListImportsPages mocks base method.

func (*MockDynamoAPI) ListImportsPagesWithContext

func (m *MockDynamoAPI) ListImportsPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListImportsInput, arg2 func(*dynamodb.ListImportsOutput, bool) bool, arg3 ...request.Option) error

ListImportsPagesWithContext mocks base method.

func (*MockDynamoAPI) ListImportsRequest

ListImportsRequest mocks base method.

func (*MockDynamoAPI) ListImportsWithContext

func (m *MockDynamoAPI) ListImportsWithContext(arg0 context.Context, arg1 *dynamodb.ListImportsInput, arg2 ...request.Option) (*dynamodb.ListImportsOutput, error)

ListImportsWithContext mocks base method.

func (*MockDynamoAPI) ListTables

ListTables mocks base method.

func (*MockDynamoAPI) ListTablesPages

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

ListTablesPages mocks base method.

func (*MockDynamoAPI) ListTablesPagesWithContext

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

ListTablesPagesWithContext mocks base method.

func (*MockDynamoAPI) ListTablesRequest

ListTablesRequest mocks base method.

func (*MockDynamoAPI) ListTablesWithContext

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

ListTablesWithContext mocks base method.

func (*MockDynamoAPI) ListTagsOfResource

ListTagsOfResource mocks base method.

func (*MockDynamoAPI) ListTagsOfResourceRequest

ListTagsOfResourceRequest mocks base method.

func (*MockDynamoAPI) ListTagsOfResourceWithContext

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

ListTagsOfResourceWithContext mocks base method.

func (*MockDynamoAPI) PutItem

PutItem mocks base method.

func (*MockDynamoAPI) PutItemRequest

PutItemRequest mocks base method.

func (*MockDynamoAPI) PutItemWithContext

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

PutItemWithContext mocks base method.

func (*MockDynamoAPI) Query

Query mocks base method.

func (*MockDynamoAPI) QueryPages

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

QueryPages mocks base method.

func (*MockDynamoAPI) QueryPagesWithContext

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

QueryPagesWithContext mocks base method.

func (*MockDynamoAPI) QueryRequest

func (m *MockDynamoAPI) QueryRequest(arg0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)

QueryRequest mocks base method.

func (*MockDynamoAPI) QueryWithContext

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

QueryWithContext mocks base method.

func (*MockDynamoAPI) RestoreTableFromBackup

RestoreTableFromBackup mocks base method.

func (*MockDynamoAPI) RestoreTableFromBackupRequest

RestoreTableFromBackupRequest mocks base method.

func (*MockDynamoAPI) RestoreTableFromBackupWithContext

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

RestoreTableFromBackupWithContext mocks base method.

func (*MockDynamoAPI) RestoreTableToPointInTime

RestoreTableToPointInTime mocks base method.

func (*MockDynamoAPI) RestoreTableToPointInTimeRequest

RestoreTableToPointInTimeRequest mocks base method.

func (*MockDynamoAPI) RestoreTableToPointInTimeWithContext

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

RestoreTableToPointInTimeWithContext mocks base method.

func (*MockDynamoAPI) Scan

Scan mocks base method.

func (*MockDynamoAPI) ScanPages

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

ScanPages mocks base method.

func (*MockDynamoAPI) ScanPagesWithContext

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

ScanPagesWithContext mocks base method.

func (*MockDynamoAPI) ScanRequest

func (m *MockDynamoAPI) ScanRequest(arg0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)

ScanRequest mocks base method.

func (*MockDynamoAPI) ScanWithContext

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

ScanWithContext mocks base method.

func (*MockDynamoAPI) TagResource

TagResource mocks base method.

func (*MockDynamoAPI) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockDynamoAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method.

func (*MockDynamoAPI) TransactGetItems

TransactGetItems mocks base method.

func (*MockDynamoAPI) TransactGetItemsRequest

TransactGetItemsRequest mocks base method.

func (*MockDynamoAPI) TransactGetItemsWithContext

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

TransactGetItemsWithContext mocks base method.

func (*MockDynamoAPI) TransactWriteItems

TransactWriteItems mocks base method.

func (*MockDynamoAPI) TransactWriteItemsRequest

TransactWriteItemsRequest mocks base method.

func (*MockDynamoAPI) TransactWriteItemsWithContext

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

TransactWriteItemsWithContext mocks base method.

func (*MockDynamoAPI) UntagResource

UntagResource mocks base method.

func (*MockDynamoAPI) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockDynamoAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method.

func (*MockDynamoAPI) UpdateContinuousBackups

UpdateContinuousBackups mocks base method.

func (*MockDynamoAPI) UpdateContinuousBackupsRequest

UpdateContinuousBackupsRequest mocks base method.

func (*MockDynamoAPI) UpdateContinuousBackupsWithContext

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

UpdateContinuousBackupsWithContext mocks base method.

func (*MockDynamoAPI) UpdateContributorInsights

UpdateContributorInsights mocks base method.

func (*MockDynamoAPI) UpdateContributorInsightsRequest

UpdateContributorInsightsRequest mocks base method.

func (*MockDynamoAPI) UpdateContributorInsightsWithContext

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

UpdateContributorInsightsWithContext mocks base method.

func (*MockDynamoAPI) UpdateGlobalTable

UpdateGlobalTable mocks base method.

func (*MockDynamoAPI) UpdateGlobalTableRequest

UpdateGlobalTableRequest mocks base method.

func (*MockDynamoAPI) UpdateGlobalTableSettings

UpdateGlobalTableSettings mocks base method.

func (*MockDynamoAPI) UpdateGlobalTableSettingsRequest

UpdateGlobalTableSettingsRequest mocks base method.

func (*MockDynamoAPI) UpdateGlobalTableSettingsWithContext

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

UpdateGlobalTableSettingsWithContext mocks base method.

func (*MockDynamoAPI) UpdateGlobalTableWithContext

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

UpdateGlobalTableWithContext mocks base method.

func (*MockDynamoAPI) UpdateItem

UpdateItem mocks base method.

func (*MockDynamoAPI) UpdateItemRequest

UpdateItemRequest mocks base method.

func (*MockDynamoAPI) UpdateItemWithContext

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

UpdateItemWithContext mocks base method.

func (*MockDynamoAPI) UpdateKinesisStreamingDestination

UpdateKinesisStreamingDestination mocks base method.

func (*MockDynamoAPI) UpdateKinesisStreamingDestinationRequest

UpdateKinesisStreamingDestinationRequest mocks base method.

func (*MockDynamoAPI) UpdateKinesisStreamingDestinationWithContext

func (m *MockDynamoAPI) UpdateKinesisStreamingDestinationWithContext(arg0 context.Context, arg1 *dynamodb.UpdateKinesisStreamingDestinationInput, arg2 ...request.Option) (*dynamodb.UpdateKinesisStreamingDestinationOutput, error)

UpdateKinesisStreamingDestinationWithContext mocks base method.

func (*MockDynamoAPI) UpdateTable

UpdateTable mocks base method.

func (*MockDynamoAPI) UpdateTableReplicaAutoScaling

UpdateTableReplicaAutoScaling mocks base method.

func (*MockDynamoAPI) UpdateTableReplicaAutoScalingRequest

UpdateTableReplicaAutoScalingRequest mocks base method.

func (*MockDynamoAPI) UpdateTableReplicaAutoScalingWithContext

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

UpdateTableReplicaAutoScalingWithContext mocks base method.

func (*MockDynamoAPI) UpdateTableRequest

UpdateTableRequest mocks base method.

func (*MockDynamoAPI) UpdateTableWithContext

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

UpdateTableWithContext mocks base method.

func (*MockDynamoAPI) UpdateTimeToLive

UpdateTimeToLive mocks base method.

func (*MockDynamoAPI) UpdateTimeToLiveRequest

UpdateTimeToLiveRequest mocks base method.

func (*MockDynamoAPI) UpdateTimeToLiveWithContext

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

UpdateTimeToLiveWithContext mocks base method.

func (*MockDynamoAPI) WaitUntilTableExists

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

WaitUntilTableExists mocks base method.

func (*MockDynamoAPI) WaitUntilTableExistsWithContext

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

WaitUntilTableExistsWithContext mocks base method.

func (*MockDynamoAPI) WaitUntilTableNotExists

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

WaitUntilTableNotExists mocks base method.

func (*MockDynamoAPI) WaitUntilTableNotExistsWithContext

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

WaitUntilTableNotExistsWithContext mocks base method.

type MockDynamoAPIMockRecorder

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

MockDynamoAPIMockRecorder is the mock recorder for MockDynamoAPI.

func (*MockDynamoAPIMockRecorder) BatchExecuteStatement

func (mr *MockDynamoAPIMockRecorder) BatchExecuteStatement(arg0 any) *gomock.Call

BatchExecuteStatement indicates an expected call of BatchExecuteStatement.

func (*MockDynamoAPIMockRecorder) BatchExecuteStatementRequest

func (mr *MockDynamoAPIMockRecorder) BatchExecuteStatementRequest(arg0 any) *gomock.Call

BatchExecuteStatementRequest indicates an expected call of BatchExecuteStatementRequest.

func (*MockDynamoAPIMockRecorder) BatchExecuteStatementWithContext

func (mr *MockDynamoAPIMockRecorder) BatchExecuteStatementWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

BatchExecuteStatementWithContext indicates an expected call of BatchExecuteStatementWithContext.

func (*MockDynamoAPIMockRecorder) BatchGetItem

func (mr *MockDynamoAPIMockRecorder) BatchGetItem(arg0 any) *gomock.Call

BatchGetItem indicates an expected call of BatchGetItem.

func (*MockDynamoAPIMockRecorder) BatchGetItemPages

func (mr *MockDynamoAPIMockRecorder) BatchGetItemPages(arg0, arg1 any) *gomock.Call

BatchGetItemPages indicates an expected call of BatchGetItemPages.

func (*MockDynamoAPIMockRecorder) BatchGetItemPagesWithContext

func (mr *MockDynamoAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

BatchGetItemPagesWithContext indicates an expected call of BatchGetItemPagesWithContext.

func (*MockDynamoAPIMockRecorder) BatchGetItemRequest

func (mr *MockDynamoAPIMockRecorder) BatchGetItemRequest(arg0 any) *gomock.Call

BatchGetItemRequest indicates an expected call of BatchGetItemRequest.

func (*MockDynamoAPIMockRecorder) BatchGetItemWithContext

func (mr *MockDynamoAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

BatchGetItemWithContext indicates an expected call of BatchGetItemWithContext.

func (*MockDynamoAPIMockRecorder) BatchWriteItem

func (mr *MockDynamoAPIMockRecorder) BatchWriteItem(arg0 any) *gomock.Call

BatchWriteItem indicates an expected call of BatchWriteItem.

func (*MockDynamoAPIMockRecorder) BatchWriteItemRequest

func (mr *MockDynamoAPIMockRecorder) BatchWriteItemRequest(arg0 any) *gomock.Call

BatchWriteItemRequest indicates an expected call of BatchWriteItemRequest.

func (*MockDynamoAPIMockRecorder) BatchWriteItemWithContext

func (mr *MockDynamoAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

BatchWriteItemWithContext indicates an expected call of BatchWriteItemWithContext.

func (*MockDynamoAPIMockRecorder) CreateBackup

func (mr *MockDynamoAPIMockRecorder) CreateBackup(arg0 any) *gomock.Call

CreateBackup indicates an expected call of CreateBackup.

func (*MockDynamoAPIMockRecorder) CreateBackupRequest

func (mr *MockDynamoAPIMockRecorder) CreateBackupRequest(arg0 any) *gomock.Call

CreateBackupRequest indicates an expected call of CreateBackupRequest.

func (*MockDynamoAPIMockRecorder) CreateBackupWithContext

func (mr *MockDynamoAPIMockRecorder) CreateBackupWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateBackupWithContext indicates an expected call of CreateBackupWithContext.

func (*MockDynamoAPIMockRecorder) CreateGlobalTable

func (mr *MockDynamoAPIMockRecorder) CreateGlobalTable(arg0 any) *gomock.Call

CreateGlobalTable indicates an expected call of CreateGlobalTable.

func (*MockDynamoAPIMockRecorder) CreateGlobalTableRequest

func (mr *MockDynamoAPIMockRecorder) CreateGlobalTableRequest(arg0 any) *gomock.Call

CreateGlobalTableRequest indicates an expected call of CreateGlobalTableRequest.

func (*MockDynamoAPIMockRecorder) CreateGlobalTableWithContext

func (mr *MockDynamoAPIMockRecorder) CreateGlobalTableWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateGlobalTableWithContext indicates an expected call of CreateGlobalTableWithContext.

func (*MockDynamoAPIMockRecorder) CreateTable

func (mr *MockDynamoAPIMockRecorder) CreateTable(arg0 any) *gomock.Call

CreateTable indicates an expected call of CreateTable.

func (*MockDynamoAPIMockRecorder) CreateTableRequest

func (mr *MockDynamoAPIMockRecorder) CreateTableRequest(arg0 any) *gomock.Call

CreateTableRequest indicates an expected call of CreateTableRequest.

func (*MockDynamoAPIMockRecorder) CreateTableWithContext

func (mr *MockDynamoAPIMockRecorder) CreateTableWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateTableWithContext indicates an expected call of CreateTableWithContext.

func (*MockDynamoAPIMockRecorder) DeleteBackup

func (mr *MockDynamoAPIMockRecorder) DeleteBackup(arg0 any) *gomock.Call

DeleteBackup indicates an expected call of DeleteBackup.

func (*MockDynamoAPIMockRecorder) DeleteBackupRequest

func (mr *MockDynamoAPIMockRecorder) DeleteBackupRequest(arg0 any) *gomock.Call

DeleteBackupRequest indicates an expected call of DeleteBackupRequest.

func (*MockDynamoAPIMockRecorder) DeleteBackupWithContext

func (mr *MockDynamoAPIMockRecorder) DeleteBackupWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DeleteBackupWithContext indicates an expected call of DeleteBackupWithContext.

func (*MockDynamoAPIMockRecorder) DeleteItem

func (mr *MockDynamoAPIMockRecorder) DeleteItem(arg0 any) *gomock.Call

DeleteItem indicates an expected call of DeleteItem.

func (*MockDynamoAPIMockRecorder) DeleteItemRequest

func (mr *MockDynamoAPIMockRecorder) DeleteItemRequest(arg0 any) *gomock.Call

DeleteItemRequest indicates an expected call of DeleteItemRequest.

func (*MockDynamoAPIMockRecorder) DeleteItemWithContext

func (mr *MockDynamoAPIMockRecorder) DeleteItemWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DeleteItemWithContext indicates an expected call of DeleteItemWithContext.

func (*MockDynamoAPIMockRecorder) DeleteTable

func (mr *MockDynamoAPIMockRecorder) DeleteTable(arg0 any) *gomock.Call

DeleteTable indicates an expected call of DeleteTable.

func (*MockDynamoAPIMockRecorder) DeleteTableRequest

func (mr *MockDynamoAPIMockRecorder) DeleteTableRequest(arg0 any) *gomock.Call

DeleteTableRequest indicates an expected call of DeleteTableRequest.

func (*MockDynamoAPIMockRecorder) DeleteTableWithContext

func (mr *MockDynamoAPIMockRecorder) DeleteTableWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DeleteTableWithContext indicates an expected call of DeleteTableWithContext.

func (*MockDynamoAPIMockRecorder) DescribeBackup

func (mr *MockDynamoAPIMockRecorder) DescribeBackup(arg0 any) *gomock.Call

DescribeBackup indicates an expected call of DescribeBackup.

func (*MockDynamoAPIMockRecorder) DescribeBackupRequest

func (mr *MockDynamoAPIMockRecorder) DescribeBackupRequest(arg0 any) *gomock.Call

DescribeBackupRequest indicates an expected call of DescribeBackupRequest.

func (*MockDynamoAPIMockRecorder) DescribeBackupWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeBackupWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeBackupWithContext indicates an expected call of DescribeBackupWithContext.

func (*MockDynamoAPIMockRecorder) DescribeContinuousBackups

func (mr *MockDynamoAPIMockRecorder) DescribeContinuousBackups(arg0 any) *gomock.Call

DescribeContinuousBackups indicates an expected call of DescribeContinuousBackups.

func (*MockDynamoAPIMockRecorder) DescribeContinuousBackupsRequest

func (mr *MockDynamoAPIMockRecorder) DescribeContinuousBackupsRequest(arg0 any) *gomock.Call

DescribeContinuousBackupsRequest indicates an expected call of DescribeContinuousBackupsRequest.

func (*MockDynamoAPIMockRecorder) DescribeContinuousBackupsWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeContinuousBackupsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeContinuousBackupsWithContext indicates an expected call of DescribeContinuousBackupsWithContext.

func (*MockDynamoAPIMockRecorder) DescribeContributorInsights

func (mr *MockDynamoAPIMockRecorder) DescribeContributorInsights(arg0 any) *gomock.Call

DescribeContributorInsights indicates an expected call of DescribeContributorInsights.

func (*MockDynamoAPIMockRecorder) DescribeContributorInsightsRequest

func (mr *MockDynamoAPIMockRecorder) DescribeContributorInsightsRequest(arg0 any) *gomock.Call

DescribeContributorInsightsRequest indicates an expected call of DescribeContributorInsightsRequest.

func (*MockDynamoAPIMockRecorder) DescribeContributorInsightsWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeContributorInsightsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeContributorInsightsWithContext indicates an expected call of DescribeContributorInsightsWithContext.

func (*MockDynamoAPIMockRecorder) DescribeEndpoints

func (mr *MockDynamoAPIMockRecorder) DescribeEndpoints(arg0 any) *gomock.Call

DescribeEndpoints indicates an expected call of DescribeEndpoints.

func (*MockDynamoAPIMockRecorder) DescribeEndpointsRequest

func (mr *MockDynamoAPIMockRecorder) DescribeEndpointsRequest(arg0 any) *gomock.Call

DescribeEndpointsRequest indicates an expected call of DescribeEndpointsRequest.

func (*MockDynamoAPIMockRecorder) DescribeEndpointsWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeEndpointsWithContext indicates an expected call of DescribeEndpointsWithContext.

func (*MockDynamoAPIMockRecorder) DescribeExport

func (mr *MockDynamoAPIMockRecorder) DescribeExport(arg0 any) *gomock.Call

DescribeExport indicates an expected call of DescribeExport.

func (*MockDynamoAPIMockRecorder) DescribeExportRequest

func (mr *MockDynamoAPIMockRecorder) DescribeExportRequest(arg0 any) *gomock.Call

DescribeExportRequest indicates an expected call of DescribeExportRequest.

func (*MockDynamoAPIMockRecorder) DescribeExportWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeExportWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeExportWithContext indicates an expected call of DescribeExportWithContext.

func (*MockDynamoAPIMockRecorder) DescribeGlobalTable

func (mr *MockDynamoAPIMockRecorder) DescribeGlobalTable(arg0 any) *gomock.Call

DescribeGlobalTable indicates an expected call of DescribeGlobalTable.

func (*MockDynamoAPIMockRecorder) DescribeGlobalTableRequest

func (mr *MockDynamoAPIMockRecorder) DescribeGlobalTableRequest(arg0 any) *gomock.Call

DescribeGlobalTableRequest indicates an expected call of DescribeGlobalTableRequest.

func (*MockDynamoAPIMockRecorder) DescribeGlobalTableSettings

func (mr *MockDynamoAPIMockRecorder) DescribeGlobalTableSettings(arg0 any) *gomock.Call

DescribeGlobalTableSettings indicates an expected call of DescribeGlobalTableSettings.

func (*MockDynamoAPIMockRecorder) DescribeGlobalTableSettingsRequest

func (mr *MockDynamoAPIMockRecorder) DescribeGlobalTableSettingsRequest(arg0 any) *gomock.Call

DescribeGlobalTableSettingsRequest indicates an expected call of DescribeGlobalTableSettingsRequest.

func (*MockDynamoAPIMockRecorder) DescribeGlobalTableSettingsWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeGlobalTableSettingsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeGlobalTableSettingsWithContext indicates an expected call of DescribeGlobalTableSettingsWithContext.

func (*MockDynamoAPIMockRecorder) DescribeGlobalTableWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeGlobalTableWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeGlobalTableWithContext indicates an expected call of DescribeGlobalTableWithContext.

func (*MockDynamoAPIMockRecorder) DescribeImport

func (mr *MockDynamoAPIMockRecorder) DescribeImport(arg0 any) *gomock.Call

DescribeImport indicates an expected call of DescribeImport.

func (*MockDynamoAPIMockRecorder) DescribeImportRequest

func (mr *MockDynamoAPIMockRecorder) DescribeImportRequest(arg0 any) *gomock.Call

DescribeImportRequest indicates an expected call of DescribeImportRequest.

func (*MockDynamoAPIMockRecorder) DescribeImportWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeImportWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeImportWithContext indicates an expected call of DescribeImportWithContext.

func (*MockDynamoAPIMockRecorder) DescribeKinesisStreamingDestination

func (mr *MockDynamoAPIMockRecorder) DescribeKinesisStreamingDestination(arg0 any) *gomock.Call

DescribeKinesisStreamingDestination indicates an expected call of DescribeKinesisStreamingDestination.

func (*MockDynamoAPIMockRecorder) DescribeKinesisStreamingDestinationRequest

func (mr *MockDynamoAPIMockRecorder) DescribeKinesisStreamingDestinationRequest(arg0 any) *gomock.Call

DescribeKinesisStreamingDestinationRequest indicates an expected call of DescribeKinesisStreamingDestinationRequest.

func (*MockDynamoAPIMockRecorder) DescribeKinesisStreamingDestinationWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeKinesisStreamingDestinationWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeKinesisStreamingDestinationWithContext indicates an expected call of DescribeKinesisStreamingDestinationWithContext.

func (*MockDynamoAPIMockRecorder) DescribeLimits

func (mr *MockDynamoAPIMockRecorder) DescribeLimits(arg0 any) *gomock.Call

DescribeLimits indicates an expected call of DescribeLimits.

func (*MockDynamoAPIMockRecorder) DescribeLimitsRequest

func (mr *MockDynamoAPIMockRecorder) DescribeLimitsRequest(arg0 any) *gomock.Call

DescribeLimitsRequest indicates an expected call of DescribeLimitsRequest.

func (*MockDynamoAPIMockRecorder) DescribeLimitsWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeLimitsWithContext indicates an expected call of DescribeLimitsWithContext.

func (*MockDynamoAPIMockRecorder) DescribeTable

func (mr *MockDynamoAPIMockRecorder) DescribeTable(arg0 any) *gomock.Call

DescribeTable indicates an expected call of DescribeTable.

func (*MockDynamoAPIMockRecorder) DescribeTableReplicaAutoScaling

func (mr *MockDynamoAPIMockRecorder) DescribeTableReplicaAutoScaling(arg0 any) *gomock.Call

DescribeTableReplicaAutoScaling indicates an expected call of DescribeTableReplicaAutoScaling.

func (*MockDynamoAPIMockRecorder) DescribeTableReplicaAutoScalingRequest

func (mr *MockDynamoAPIMockRecorder) DescribeTableReplicaAutoScalingRequest(arg0 any) *gomock.Call

DescribeTableReplicaAutoScalingRequest indicates an expected call of DescribeTableReplicaAutoScalingRequest.

func (*MockDynamoAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeTableReplicaAutoScalingWithContext indicates an expected call of DescribeTableReplicaAutoScalingWithContext.

func (*MockDynamoAPIMockRecorder) DescribeTableRequest

func (mr *MockDynamoAPIMockRecorder) DescribeTableRequest(arg0 any) *gomock.Call

DescribeTableRequest indicates an expected call of DescribeTableRequest.

func (*MockDynamoAPIMockRecorder) DescribeTableWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeTableWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeTableWithContext indicates an expected call of DescribeTableWithContext.

func (*MockDynamoAPIMockRecorder) DescribeTimeToLive

func (mr *MockDynamoAPIMockRecorder) DescribeTimeToLive(arg0 any) *gomock.Call

DescribeTimeToLive indicates an expected call of DescribeTimeToLive.

func (*MockDynamoAPIMockRecorder) DescribeTimeToLiveRequest

func (mr *MockDynamoAPIMockRecorder) DescribeTimeToLiveRequest(arg0 any) *gomock.Call

DescribeTimeToLiveRequest indicates an expected call of DescribeTimeToLiveRequest.

func (*MockDynamoAPIMockRecorder) DescribeTimeToLiveWithContext

func (mr *MockDynamoAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeTimeToLiveWithContext indicates an expected call of DescribeTimeToLiveWithContext.

func (*MockDynamoAPIMockRecorder) DisableKinesisStreamingDestination

func (mr *MockDynamoAPIMockRecorder) DisableKinesisStreamingDestination(arg0 any) *gomock.Call

DisableKinesisStreamingDestination indicates an expected call of DisableKinesisStreamingDestination.

func (*MockDynamoAPIMockRecorder) DisableKinesisStreamingDestinationRequest

func (mr *MockDynamoAPIMockRecorder) DisableKinesisStreamingDestinationRequest(arg0 any) *gomock.Call

DisableKinesisStreamingDestinationRequest indicates an expected call of DisableKinesisStreamingDestinationRequest.

func (*MockDynamoAPIMockRecorder) DisableKinesisStreamingDestinationWithContext

func (mr *MockDynamoAPIMockRecorder) DisableKinesisStreamingDestinationWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

DisableKinesisStreamingDestinationWithContext indicates an expected call of DisableKinesisStreamingDestinationWithContext.

func (*MockDynamoAPIMockRecorder) EnableKinesisStreamingDestination

func (mr *MockDynamoAPIMockRecorder) EnableKinesisStreamingDestination(arg0 any) *gomock.Call

EnableKinesisStreamingDestination indicates an expected call of EnableKinesisStreamingDestination.

func (*MockDynamoAPIMockRecorder) EnableKinesisStreamingDestinationRequest

func (mr *MockDynamoAPIMockRecorder) EnableKinesisStreamingDestinationRequest(arg0 any) *gomock.Call

EnableKinesisStreamingDestinationRequest indicates an expected call of EnableKinesisStreamingDestinationRequest.

func (*MockDynamoAPIMockRecorder) EnableKinesisStreamingDestinationWithContext

func (mr *MockDynamoAPIMockRecorder) EnableKinesisStreamingDestinationWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

EnableKinesisStreamingDestinationWithContext indicates an expected call of EnableKinesisStreamingDestinationWithContext.

func (*MockDynamoAPIMockRecorder) ExecuteStatement

func (mr *MockDynamoAPIMockRecorder) ExecuteStatement(arg0 any) *gomock.Call

ExecuteStatement indicates an expected call of ExecuteStatement.

func (*MockDynamoAPIMockRecorder) ExecuteStatementRequest

func (mr *MockDynamoAPIMockRecorder) ExecuteStatementRequest(arg0 any) *gomock.Call

ExecuteStatementRequest indicates an expected call of ExecuteStatementRequest.

func (*MockDynamoAPIMockRecorder) ExecuteStatementWithContext

func (mr *MockDynamoAPIMockRecorder) ExecuteStatementWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ExecuteStatementWithContext indicates an expected call of ExecuteStatementWithContext.

func (*MockDynamoAPIMockRecorder) ExecuteTransaction

func (mr *MockDynamoAPIMockRecorder) ExecuteTransaction(arg0 any) *gomock.Call

ExecuteTransaction indicates an expected call of ExecuteTransaction.

func (*MockDynamoAPIMockRecorder) ExecuteTransactionRequest

func (mr *MockDynamoAPIMockRecorder) ExecuteTransactionRequest(arg0 any) *gomock.Call

ExecuteTransactionRequest indicates an expected call of ExecuteTransactionRequest.

func (*MockDynamoAPIMockRecorder) ExecuteTransactionWithContext

func (mr *MockDynamoAPIMockRecorder) ExecuteTransactionWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ExecuteTransactionWithContext indicates an expected call of ExecuteTransactionWithContext.

func (*MockDynamoAPIMockRecorder) ExportTableToPointInTime

func (mr *MockDynamoAPIMockRecorder) ExportTableToPointInTime(arg0 any) *gomock.Call

ExportTableToPointInTime indicates an expected call of ExportTableToPointInTime.

func (*MockDynamoAPIMockRecorder) ExportTableToPointInTimeRequest

func (mr *MockDynamoAPIMockRecorder) ExportTableToPointInTimeRequest(arg0 any) *gomock.Call

ExportTableToPointInTimeRequest indicates an expected call of ExportTableToPointInTimeRequest.

func (*MockDynamoAPIMockRecorder) ExportTableToPointInTimeWithContext

func (mr *MockDynamoAPIMockRecorder) ExportTableToPointInTimeWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ExportTableToPointInTimeWithContext indicates an expected call of ExportTableToPointInTimeWithContext.

func (*MockDynamoAPIMockRecorder) GetItem

func (mr *MockDynamoAPIMockRecorder) GetItem(arg0 any) *gomock.Call

GetItem indicates an expected call of GetItem.

func (*MockDynamoAPIMockRecorder) GetItemRequest

func (mr *MockDynamoAPIMockRecorder) GetItemRequest(arg0 any) *gomock.Call

GetItemRequest indicates an expected call of GetItemRequest.

func (*MockDynamoAPIMockRecorder) GetItemWithContext

func (mr *MockDynamoAPIMockRecorder) GetItemWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

GetItemWithContext indicates an expected call of GetItemWithContext.

func (*MockDynamoAPIMockRecorder) ImportTable

func (mr *MockDynamoAPIMockRecorder) ImportTable(arg0 any) *gomock.Call

ImportTable indicates an expected call of ImportTable.

func (*MockDynamoAPIMockRecorder) ImportTableRequest

func (mr *MockDynamoAPIMockRecorder) ImportTableRequest(arg0 any) *gomock.Call

ImportTableRequest indicates an expected call of ImportTableRequest.

func (*MockDynamoAPIMockRecorder) ImportTableWithContext

func (mr *MockDynamoAPIMockRecorder) ImportTableWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ImportTableWithContext indicates an expected call of ImportTableWithContext.

func (*MockDynamoAPIMockRecorder) ListBackups

func (mr *MockDynamoAPIMockRecorder) ListBackups(arg0 any) *gomock.Call

ListBackups indicates an expected call of ListBackups.

func (*MockDynamoAPIMockRecorder) ListBackupsRequest

func (mr *MockDynamoAPIMockRecorder) ListBackupsRequest(arg0 any) *gomock.Call

ListBackupsRequest indicates an expected call of ListBackupsRequest.

func (*MockDynamoAPIMockRecorder) ListBackupsWithContext

func (mr *MockDynamoAPIMockRecorder) ListBackupsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ListBackupsWithContext indicates an expected call of ListBackupsWithContext.

func (*MockDynamoAPIMockRecorder) ListContributorInsights

func (mr *MockDynamoAPIMockRecorder) ListContributorInsights(arg0 any) *gomock.Call

ListContributorInsights indicates an expected call of ListContributorInsights.

func (*MockDynamoAPIMockRecorder) ListContributorInsightsPages

func (mr *MockDynamoAPIMockRecorder) ListContributorInsightsPages(arg0, arg1 any) *gomock.Call

ListContributorInsightsPages indicates an expected call of ListContributorInsightsPages.

func (*MockDynamoAPIMockRecorder) ListContributorInsightsPagesWithContext

func (mr *MockDynamoAPIMockRecorder) ListContributorInsightsPagesWithContext(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ListContributorInsightsPagesWithContext indicates an expected call of ListContributorInsightsPagesWithContext.

func (*MockDynamoAPIMockRecorder) ListContributorInsightsRequest

func (mr *MockDynamoAPIMockRecorder) ListContributorInsightsRequest(arg0 any) *gomock.Call

ListContributorInsightsRequest indicates an expected call of ListContributorInsightsRequest.

func (*MockDynamoAPIMockRecorder) ListContributorInsightsWithContext

func (mr *MockDynamoAPIMockRecorder) ListContributorInsightsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ListContributorInsightsWithContext indicates an expected call of ListContributorInsightsWithContext.

func (*MockDynamoAPIMockRecorder) ListExports

func (mr *MockDynamoAPIMockRecorder) ListExports(arg0 any) *gomock.Call

ListExports indicates an expected call of ListExports.

func (*MockDynamoAPIMockRecorder) ListExportsPages

func (mr *MockDynamoAPIMockRecorder) ListExportsPages(arg0, arg1 any) *gomock.Call

ListExportsPages indicates an expected call of ListExportsPages.

func (*MockDynamoAPIMockRecorder) ListExportsPagesWithContext

func (mr *MockDynamoAPIMockRecorder) ListExportsPagesWithContext(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ListExportsPagesWithContext indicates an expected call of ListExportsPagesWithContext.

func (*MockDynamoAPIMockRecorder) ListExportsRequest

func (mr *MockDynamoAPIMockRecorder) ListExportsRequest(arg0 any) *gomock.Call

ListExportsRequest indicates an expected call of ListExportsRequest.

func (*MockDynamoAPIMockRecorder) ListExportsWithContext

func (mr *MockDynamoAPIMockRecorder) ListExportsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ListExportsWithContext indicates an expected call of ListExportsWithContext.

func (*MockDynamoAPIMockRecorder) ListGlobalTables

func (mr *MockDynamoAPIMockRecorder) ListGlobalTables(arg0 any) *gomock.Call

ListGlobalTables indicates an expected call of ListGlobalTables.

func (*MockDynamoAPIMockRecorder) ListGlobalTablesRequest

func (mr *MockDynamoAPIMockRecorder) ListGlobalTablesRequest(arg0 any) *gomock.Call

ListGlobalTablesRequest indicates an expected call of ListGlobalTablesRequest.

func (*MockDynamoAPIMockRecorder) ListGlobalTablesWithContext

func (mr *MockDynamoAPIMockRecorder) ListGlobalTablesWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ListGlobalTablesWithContext indicates an expected call of ListGlobalTablesWithContext.

func (*MockDynamoAPIMockRecorder) ListImports

func (mr *MockDynamoAPIMockRecorder) ListImports(arg0 any) *gomock.Call

ListImports indicates an expected call of ListImports.

func (*MockDynamoAPIMockRecorder) ListImportsPages

func (mr *MockDynamoAPIMockRecorder) ListImportsPages(arg0, arg1 any) *gomock.Call

ListImportsPages indicates an expected call of ListImportsPages.

func (*MockDynamoAPIMockRecorder) ListImportsPagesWithContext

func (mr *MockDynamoAPIMockRecorder) ListImportsPagesWithContext(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ListImportsPagesWithContext indicates an expected call of ListImportsPagesWithContext.

func (*MockDynamoAPIMockRecorder) ListImportsRequest

func (mr *MockDynamoAPIMockRecorder) ListImportsRequest(arg0 any) *gomock.Call

ListImportsRequest indicates an expected call of ListImportsRequest.

func (*MockDynamoAPIMockRecorder) ListImportsWithContext

func (mr *MockDynamoAPIMockRecorder) ListImportsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ListImportsWithContext indicates an expected call of ListImportsWithContext.

func (*MockDynamoAPIMockRecorder) ListTables

func (mr *MockDynamoAPIMockRecorder) ListTables(arg0 any) *gomock.Call

ListTables indicates an expected call of ListTables.

func (*MockDynamoAPIMockRecorder) ListTablesPages

func (mr *MockDynamoAPIMockRecorder) ListTablesPages(arg0, arg1 any) *gomock.Call

ListTablesPages indicates an expected call of ListTablesPages.

func (*MockDynamoAPIMockRecorder) ListTablesPagesWithContext

func (mr *MockDynamoAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ListTablesPagesWithContext indicates an expected call of ListTablesPagesWithContext.

func (*MockDynamoAPIMockRecorder) ListTablesRequest

func (mr *MockDynamoAPIMockRecorder) ListTablesRequest(arg0 any) *gomock.Call

ListTablesRequest indicates an expected call of ListTablesRequest.

func (*MockDynamoAPIMockRecorder) ListTablesWithContext

func (mr *MockDynamoAPIMockRecorder) ListTablesWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ListTablesWithContext indicates an expected call of ListTablesWithContext.

func (*MockDynamoAPIMockRecorder) ListTagsOfResource

func (mr *MockDynamoAPIMockRecorder) ListTagsOfResource(arg0 any) *gomock.Call

ListTagsOfResource indicates an expected call of ListTagsOfResource.

func (*MockDynamoAPIMockRecorder) ListTagsOfResourceRequest

func (mr *MockDynamoAPIMockRecorder) ListTagsOfResourceRequest(arg0 any) *gomock.Call

ListTagsOfResourceRequest indicates an expected call of ListTagsOfResourceRequest.

func (*MockDynamoAPIMockRecorder) ListTagsOfResourceWithContext

func (mr *MockDynamoAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ListTagsOfResourceWithContext indicates an expected call of ListTagsOfResourceWithContext.

func (*MockDynamoAPIMockRecorder) PutItem

func (mr *MockDynamoAPIMockRecorder) PutItem(arg0 any) *gomock.Call

PutItem indicates an expected call of PutItem.

func (*MockDynamoAPIMockRecorder) PutItemRequest

func (mr *MockDynamoAPIMockRecorder) PutItemRequest(arg0 any) *gomock.Call

PutItemRequest indicates an expected call of PutItemRequest.

func (*MockDynamoAPIMockRecorder) PutItemWithContext

func (mr *MockDynamoAPIMockRecorder) PutItemWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

PutItemWithContext indicates an expected call of PutItemWithContext.

func (*MockDynamoAPIMockRecorder) Query

func (mr *MockDynamoAPIMockRecorder) Query(arg0 any) *gomock.Call

Query indicates an expected call of Query.

func (*MockDynamoAPIMockRecorder) QueryPages

func (mr *MockDynamoAPIMockRecorder) QueryPages(arg0, arg1 any) *gomock.Call

QueryPages indicates an expected call of QueryPages.

func (*MockDynamoAPIMockRecorder) QueryPagesWithContext

func (mr *MockDynamoAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

QueryPagesWithContext indicates an expected call of QueryPagesWithContext.

func (*MockDynamoAPIMockRecorder) QueryRequest

func (mr *MockDynamoAPIMockRecorder) QueryRequest(arg0 any) *gomock.Call

QueryRequest indicates an expected call of QueryRequest.

func (*MockDynamoAPIMockRecorder) QueryWithContext

func (mr *MockDynamoAPIMockRecorder) QueryWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

QueryWithContext indicates an expected call of QueryWithContext.

func (*MockDynamoAPIMockRecorder) RestoreTableFromBackup

func (mr *MockDynamoAPIMockRecorder) RestoreTableFromBackup(arg0 any) *gomock.Call

RestoreTableFromBackup indicates an expected call of RestoreTableFromBackup.

func (*MockDynamoAPIMockRecorder) RestoreTableFromBackupRequest

func (mr *MockDynamoAPIMockRecorder) RestoreTableFromBackupRequest(arg0 any) *gomock.Call

RestoreTableFromBackupRequest indicates an expected call of RestoreTableFromBackupRequest.

func (*MockDynamoAPIMockRecorder) RestoreTableFromBackupWithContext

func (mr *MockDynamoAPIMockRecorder) RestoreTableFromBackupWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

RestoreTableFromBackupWithContext indicates an expected call of RestoreTableFromBackupWithContext.

func (*MockDynamoAPIMockRecorder) RestoreTableToPointInTime

func (mr *MockDynamoAPIMockRecorder) RestoreTableToPointInTime(arg0 any) *gomock.Call

RestoreTableToPointInTime indicates an expected call of RestoreTableToPointInTime.

func (*MockDynamoAPIMockRecorder) RestoreTableToPointInTimeRequest

func (mr *MockDynamoAPIMockRecorder) RestoreTableToPointInTimeRequest(arg0 any) *gomock.Call

RestoreTableToPointInTimeRequest indicates an expected call of RestoreTableToPointInTimeRequest.

func (*MockDynamoAPIMockRecorder) RestoreTableToPointInTimeWithContext

func (mr *MockDynamoAPIMockRecorder) RestoreTableToPointInTimeWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

RestoreTableToPointInTimeWithContext indicates an expected call of RestoreTableToPointInTimeWithContext.

func (*MockDynamoAPIMockRecorder) Scan

func (mr *MockDynamoAPIMockRecorder) Scan(arg0 any) *gomock.Call

Scan indicates an expected call of Scan.

func (*MockDynamoAPIMockRecorder) ScanPages

func (mr *MockDynamoAPIMockRecorder) ScanPages(arg0, arg1 any) *gomock.Call

ScanPages indicates an expected call of ScanPages.

func (*MockDynamoAPIMockRecorder) ScanPagesWithContext

func (mr *MockDynamoAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ScanPagesWithContext indicates an expected call of ScanPagesWithContext.

func (*MockDynamoAPIMockRecorder) ScanRequest

func (mr *MockDynamoAPIMockRecorder) ScanRequest(arg0 any) *gomock.Call

ScanRequest indicates an expected call of ScanRequest.

func (*MockDynamoAPIMockRecorder) ScanWithContext

func (mr *MockDynamoAPIMockRecorder) ScanWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

ScanWithContext indicates an expected call of ScanWithContext.

func (*MockDynamoAPIMockRecorder) TagResource

func (mr *MockDynamoAPIMockRecorder) TagResource(arg0 any) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockDynamoAPIMockRecorder) TagResourceRequest

func (mr *MockDynamoAPIMockRecorder) TagResourceRequest(arg0 any) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockDynamoAPIMockRecorder) TagResourceWithContext

func (mr *MockDynamoAPIMockRecorder) TagResourceWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockDynamoAPIMockRecorder) TransactGetItems

func (mr *MockDynamoAPIMockRecorder) TransactGetItems(arg0 any) *gomock.Call

TransactGetItems indicates an expected call of TransactGetItems.

func (*MockDynamoAPIMockRecorder) TransactGetItemsRequest

func (mr *MockDynamoAPIMockRecorder) TransactGetItemsRequest(arg0 any) *gomock.Call

TransactGetItemsRequest indicates an expected call of TransactGetItemsRequest.

func (*MockDynamoAPIMockRecorder) TransactGetItemsWithContext

func (mr *MockDynamoAPIMockRecorder) TransactGetItemsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

TransactGetItemsWithContext indicates an expected call of TransactGetItemsWithContext.

func (*MockDynamoAPIMockRecorder) TransactWriteItems

func (mr *MockDynamoAPIMockRecorder) TransactWriteItems(arg0 any) *gomock.Call

TransactWriteItems indicates an expected call of TransactWriteItems.

func (*MockDynamoAPIMockRecorder) TransactWriteItemsRequest

func (mr *MockDynamoAPIMockRecorder) TransactWriteItemsRequest(arg0 any) *gomock.Call

TransactWriteItemsRequest indicates an expected call of TransactWriteItemsRequest.

func (*MockDynamoAPIMockRecorder) TransactWriteItemsWithContext

func (mr *MockDynamoAPIMockRecorder) TransactWriteItemsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

TransactWriteItemsWithContext indicates an expected call of TransactWriteItemsWithContext.

func (*MockDynamoAPIMockRecorder) UntagResource

func (mr *MockDynamoAPIMockRecorder) UntagResource(arg0 any) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockDynamoAPIMockRecorder) UntagResourceRequest

func (mr *MockDynamoAPIMockRecorder) UntagResourceRequest(arg0 any) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockDynamoAPIMockRecorder) UntagResourceWithContext

func (mr *MockDynamoAPIMockRecorder) UntagResourceWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockDynamoAPIMockRecorder) UpdateContinuousBackups

func (mr *MockDynamoAPIMockRecorder) UpdateContinuousBackups(arg0 any) *gomock.Call

UpdateContinuousBackups indicates an expected call of UpdateContinuousBackups.

func (*MockDynamoAPIMockRecorder) UpdateContinuousBackupsRequest

func (mr *MockDynamoAPIMockRecorder) UpdateContinuousBackupsRequest(arg0 any) *gomock.Call

UpdateContinuousBackupsRequest indicates an expected call of UpdateContinuousBackupsRequest.

func (*MockDynamoAPIMockRecorder) UpdateContinuousBackupsWithContext

func (mr *MockDynamoAPIMockRecorder) UpdateContinuousBackupsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateContinuousBackupsWithContext indicates an expected call of UpdateContinuousBackupsWithContext.

func (*MockDynamoAPIMockRecorder) UpdateContributorInsights

func (mr *MockDynamoAPIMockRecorder) UpdateContributorInsights(arg0 any) *gomock.Call

UpdateContributorInsights indicates an expected call of UpdateContributorInsights.

func (*MockDynamoAPIMockRecorder) UpdateContributorInsightsRequest

func (mr *MockDynamoAPIMockRecorder) UpdateContributorInsightsRequest(arg0 any) *gomock.Call

UpdateContributorInsightsRequest indicates an expected call of UpdateContributorInsightsRequest.

func (*MockDynamoAPIMockRecorder) UpdateContributorInsightsWithContext

func (mr *MockDynamoAPIMockRecorder) UpdateContributorInsightsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateContributorInsightsWithContext indicates an expected call of UpdateContributorInsightsWithContext.

func (*MockDynamoAPIMockRecorder) UpdateGlobalTable

func (mr *MockDynamoAPIMockRecorder) UpdateGlobalTable(arg0 any) *gomock.Call

UpdateGlobalTable indicates an expected call of UpdateGlobalTable.

func (*MockDynamoAPIMockRecorder) UpdateGlobalTableRequest

func (mr *MockDynamoAPIMockRecorder) UpdateGlobalTableRequest(arg0 any) *gomock.Call

UpdateGlobalTableRequest indicates an expected call of UpdateGlobalTableRequest.

func (*MockDynamoAPIMockRecorder) UpdateGlobalTableSettings

func (mr *MockDynamoAPIMockRecorder) UpdateGlobalTableSettings(arg0 any) *gomock.Call

UpdateGlobalTableSettings indicates an expected call of UpdateGlobalTableSettings.

func (*MockDynamoAPIMockRecorder) UpdateGlobalTableSettingsRequest

func (mr *MockDynamoAPIMockRecorder) UpdateGlobalTableSettingsRequest(arg0 any) *gomock.Call

UpdateGlobalTableSettingsRequest indicates an expected call of UpdateGlobalTableSettingsRequest.

func (*MockDynamoAPIMockRecorder) UpdateGlobalTableSettingsWithContext

func (mr *MockDynamoAPIMockRecorder) UpdateGlobalTableSettingsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateGlobalTableSettingsWithContext indicates an expected call of UpdateGlobalTableSettingsWithContext.

func (*MockDynamoAPIMockRecorder) UpdateGlobalTableWithContext

func (mr *MockDynamoAPIMockRecorder) UpdateGlobalTableWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateGlobalTableWithContext indicates an expected call of UpdateGlobalTableWithContext.

func (*MockDynamoAPIMockRecorder) UpdateItem

func (mr *MockDynamoAPIMockRecorder) UpdateItem(arg0 any) *gomock.Call

UpdateItem indicates an expected call of UpdateItem.

func (*MockDynamoAPIMockRecorder) UpdateItemRequest

func (mr *MockDynamoAPIMockRecorder) UpdateItemRequest(arg0 any) *gomock.Call

UpdateItemRequest indicates an expected call of UpdateItemRequest.

func (*MockDynamoAPIMockRecorder) UpdateItemWithContext

func (mr *MockDynamoAPIMockRecorder) UpdateItemWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateItemWithContext indicates an expected call of UpdateItemWithContext.

func (*MockDynamoAPIMockRecorder) UpdateKinesisStreamingDestination

func (mr *MockDynamoAPIMockRecorder) UpdateKinesisStreamingDestination(arg0 any) *gomock.Call

UpdateKinesisStreamingDestination indicates an expected call of UpdateKinesisStreamingDestination.

func (*MockDynamoAPIMockRecorder) UpdateKinesisStreamingDestinationRequest

func (mr *MockDynamoAPIMockRecorder) UpdateKinesisStreamingDestinationRequest(arg0 any) *gomock.Call

UpdateKinesisStreamingDestinationRequest indicates an expected call of UpdateKinesisStreamingDestinationRequest.

func (*MockDynamoAPIMockRecorder) UpdateKinesisStreamingDestinationWithContext

func (mr *MockDynamoAPIMockRecorder) UpdateKinesisStreamingDestinationWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateKinesisStreamingDestinationWithContext indicates an expected call of UpdateKinesisStreamingDestinationWithContext.

func (*MockDynamoAPIMockRecorder) UpdateTable

func (mr *MockDynamoAPIMockRecorder) UpdateTable(arg0 any) *gomock.Call

UpdateTable indicates an expected call of UpdateTable.

func (*MockDynamoAPIMockRecorder) UpdateTableReplicaAutoScaling

func (mr *MockDynamoAPIMockRecorder) UpdateTableReplicaAutoScaling(arg0 any) *gomock.Call

UpdateTableReplicaAutoScaling indicates an expected call of UpdateTableReplicaAutoScaling.

func (*MockDynamoAPIMockRecorder) UpdateTableReplicaAutoScalingRequest

func (mr *MockDynamoAPIMockRecorder) UpdateTableReplicaAutoScalingRequest(arg0 any) *gomock.Call

UpdateTableReplicaAutoScalingRequest indicates an expected call of UpdateTableReplicaAutoScalingRequest.

func (*MockDynamoAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext

func (mr *MockDynamoAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateTableReplicaAutoScalingWithContext indicates an expected call of UpdateTableReplicaAutoScalingWithContext.

func (*MockDynamoAPIMockRecorder) UpdateTableRequest

func (mr *MockDynamoAPIMockRecorder) UpdateTableRequest(arg0 any) *gomock.Call

UpdateTableRequest indicates an expected call of UpdateTableRequest.

func (*MockDynamoAPIMockRecorder) UpdateTableWithContext

func (mr *MockDynamoAPIMockRecorder) UpdateTableWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateTableWithContext indicates an expected call of UpdateTableWithContext.

func (*MockDynamoAPIMockRecorder) UpdateTimeToLive

func (mr *MockDynamoAPIMockRecorder) UpdateTimeToLive(arg0 any) *gomock.Call

UpdateTimeToLive indicates an expected call of UpdateTimeToLive.

func (*MockDynamoAPIMockRecorder) UpdateTimeToLiveRequest

func (mr *MockDynamoAPIMockRecorder) UpdateTimeToLiveRequest(arg0 any) *gomock.Call

UpdateTimeToLiveRequest indicates an expected call of UpdateTimeToLiveRequest.

func (*MockDynamoAPIMockRecorder) UpdateTimeToLiveWithContext

func (mr *MockDynamoAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateTimeToLiveWithContext indicates an expected call of UpdateTimeToLiveWithContext.

func (*MockDynamoAPIMockRecorder) WaitUntilTableExists

func (mr *MockDynamoAPIMockRecorder) WaitUntilTableExists(arg0 any) *gomock.Call

WaitUntilTableExists indicates an expected call of WaitUntilTableExists.

func (*MockDynamoAPIMockRecorder) WaitUntilTableExistsWithContext

func (mr *MockDynamoAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

WaitUntilTableExistsWithContext indicates an expected call of WaitUntilTableExistsWithContext.

func (*MockDynamoAPIMockRecorder) WaitUntilTableNotExists

func (mr *MockDynamoAPIMockRecorder) WaitUntilTableNotExists(arg0 any) *gomock.Call

WaitUntilTableNotExists indicates an expected call of WaitUntilTableNotExists.

func (*MockDynamoAPIMockRecorder) WaitUntilTableNotExistsWithContext

func (mr *MockDynamoAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 any, arg2 ...any) *gomock.Call

WaitUntilTableNotExistsWithContext indicates an expected call of WaitUntilTableNotExistsWithContext.

Jump to

Keyboard shortcuts

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