Documentation ¶
Overview ¶
Package dynamodbmock is a generated GoMock package.
Index ¶
- type MockDynamoDBAPI
- func (m *MockDynamoDBAPI) BatchExecuteStatement(arg0 *dynamodb.BatchExecuteStatementInput) (*dynamodb.BatchExecuteStatementOutput, error)
- func (m *MockDynamoDBAPI) BatchExecuteStatementRequest(arg0 *dynamodb.BatchExecuteStatementInput) (*request.Request, *dynamodb.BatchExecuteStatementOutput)
- func (m *MockDynamoDBAPI) BatchExecuteStatementWithContext(arg0 context.Context, arg1 *dynamodb.BatchExecuteStatementInput, ...) (*dynamodb.BatchExecuteStatementOutput, error)
- func (m *MockDynamoDBAPI) BatchGetItem(arg0 *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
- func (m *MockDynamoDBAPI) BatchGetItemPages(arg0 *dynamodb.BatchGetItemInput, ...) error
- func (m *MockDynamoDBAPI) BatchGetItemPagesWithContext(arg0 context.Context, arg1 *dynamodb.BatchGetItemInput, ...) error
- func (m *MockDynamoDBAPI) BatchGetItemRequest(arg0 *dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
- func (m *MockDynamoDBAPI) BatchGetItemWithContext(arg0 context.Context, arg1 *dynamodb.BatchGetItemInput, arg2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)
- func (m *MockDynamoDBAPI) BatchWriteItem(arg0 *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
- func (m *MockDynamoDBAPI) BatchWriteItemRequest(arg0 *dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
- func (m *MockDynamoDBAPI) BatchWriteItemWithContext(arg0 context.Context, arg1 *dynamodb.BatchWriteItemInput, ...) (*dynamodb.BatchWriteItemOutput, error)
- func (m *MockDynamoDBAPI) CreateBackup(arg0 *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
- func (m *MockDynamoDBAPI) CreateBackupRequest(arg0 *dynamodb.CreateBackupInput) (*request.Request, *dynamodb.CreateBackupOutput)
- func (m *MockDynamoDBAPI) CreateBackupWithContext(arg0 context.Context, arg1 *dynamodb.CreateBackupInput, arg2 ...request.Option) (*dynamodb.CreateBackupOutput, error)
- func (m *MockDynamoDBAPI) CreateGlobalTable(arg0 *dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) CreateGlobalTableRequest(arg0 *dynamodb.CreateGlobalTableInput) (*request.Request, *dynamodb.CreateGlobalTableOutput)
- func (m *MockDynamoDBAPI) CreateGlobalTableWithContext(arg0 context.Context, arg1 *dynamodb.CreateGlobalTableInput, ...) (*dynamodb.CreateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) CreateTable(arg0 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
- func (m *MockDynamoDBAPI) CreateTableRequest(arg0 *dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
- func (m *MockDynamoDBAPI) CreateTableWithContext(arg0 context.Context, arg1 *dynamodb.CreateTableInput, arg2 ...request.Option) (*dynamodb.CreateTableOutput, error)
- func (m *MockDynamoDBAPI) DeleteBackup(arg0 *dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error)
- func (m *MockDynamoDBAPI) DeleteBackupRequest(arg0 *dynamodb.DeleteBackupInput) (*request.Request, *dynamodb.DeleteBackupOutput)
- func (m *MockDynamoDBAPI) DeleteBackupWithContext(arg0 context.Context, arg1 *dynamodb.DeleteBackupInput, arg2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)
- func (m *MockDynamoDBAPI) DeleteItem(arg0 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
- func (m *MockDynamoDBAPI) DeleteItemRequest(arg0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
- func (m *MockDynamoDBAPI) DeleteItemWithContext(arg0 context.Context, arg1 *dynamodb.DeleteItemInput, arg2 ...request.Option) (*dynamodb.DeleteItemOutput, error)
- func (m *MockDynamoDBAPI) DeleteTable(arg0 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
- func (m *MockDynamoDBAPI) DeleteTableRequest(arg0 *dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
- func (m *MockDynamoDBAPI) DeleteTableWithContext(arg0 context.Context, arg1 *dynamodb.DeleteTableInput, arg2 ...request.Option) (*dynamodb.DeleteTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeBackup(arg0 *dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error)
- func (m *MockDynamoDBAPI) DescribeBackupRequest(arg0 *dynamodb.DescribeBackupInput) (*request.Request, *dynamodb.DescribeBackupOutput)
- func (m *MockDynamoDBAPI) DescribeBackupWithContext(arg0 context.Context, arg1 *dynamodb.DescribeBackupInput, ...) (*dynamodb.DescribeBackupOutput, error)
- func (m *MockDynamoDBAPI) DescribeContinuousBackups(arg0 *dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) DescribeContinuousBackupsRequest(arg0 *dynamodb.DescribeContinuousBackupsInput) (*request.Request, *dynamodb.DescribeContinuousBackupsOutput)
- func (m *MockDynamoDBAPI) DescribeContinuousBackupsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeContinuousBackupsInput, ...) (*dynamodb.DescribeContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) DescribeContributorInsights(arg0 *dynamodb.DescribeContributorInsightsInput) (*dynamodb.DescribeContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) DescribeContributorInsightsRequest(arg0 *dynamodb.DescribeContributorInsightsInput) (*request.Request, *dynamodb.DescribeContributorInsightsOutput)
- func (m *MockDynamoDBAPI) DescribeContributorInsightsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeContributorInsightsInput, ...) (*dynamodb.DescribeContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) DescribeEndpoints(arg0 *dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error)
- func (m *MockDynamoDBAPI) DescribeEndpointsRequest(arg0 *dynamodb.DescribeEndpointsInput) (*request.Request, *dynamodb.DescribeEndpointsOutput)
- func (m *MockDynamoDBAPI) DescribeEndpointsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeEndpointsInput, ...) (*dynamodb.DescribeEndpointsOutput, error)
- func (m *MockDynamoDBAPI) DescribeExport(arg0 *dynamodb.DescribeExportInput) (*dynamodb.DescribeExportOutput, error)
- func (m *MockDynamoDBAPI) DescribeExportRequest(arg0 *dynamodb.DescribeExportInput) (*request.Request, *dynamodb.DescribeExportOutput)
- func (m *MockDynamoDBAPI) DescribeExportWithContext(arg0 context.Context, arg1 *dynamodb.DescribeExportInput, ...) (*dynamodb.DescribeExportOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTable(arg0 *dynamodb.DescribeGlobalTableInput) (*dynamodb.DescribeGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTableRequest(arg0 *dynamodb.DescribeGlobalTableInput) (*request.Request, *dynamodb.DescribeGlobalTableOutput)
- func (m *MockDynamoDBAPI) DescribeGlobalTableSettings(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsRequest(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*request.Request, *dynamodb.DescribeGlobalTableSettingsOutput)
- func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeGlobalTableSettingsInput, ...) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTableWithContext(arg0 context.Context, arg1 *dynamodb.DescribeGlobalTableInput, ...) (*dynamodb.DescribeGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeKinesisStreamingDestination(arg0 *dynamodb.DescribeKinesisStreamingDestinationInput) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)
- func (m *MockDynamoDBAPI) DescribeKinesisStreamingDestinationRequest(arg0 *dynamodb.DescribeKinesisStreamingDestinationInput) (*request.Request, *dynamodb.DescribeKinesisStreamingDestinationOutput)
- func (m *MockDynamoDBAPI) DescribeKinesisStreamingDestinationWithContext(arg0 context.Context, arg1 *dynamodb.DescribeKinesisStreamingDestinationInput, ...) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)
- func (m *MockDynamoDBAPI) DescribeLimits(arg0 *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
- func (m *MockDynamoDBAPI) DescribeLimitsRequest(arg0 *dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
- func (m *MockDynamoDBAPI) DescribeLimitsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeLimitsInput, ...) (*dynamodb.DescribeLimitsOutput, error)
- func (m *MockDynamoDBAPI) DescribeTable(arg0 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScaling(arg0 *dynamodb.DescribeTableReplicaAutoScalingInput) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
- func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScalingRequest(arg0 *dynamodb.DescribeTableReplicaAutoScalingInput) (*request.Request, *dynamodb.DescribeTableReplicaAutoScalingOutput)
- func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScalingWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableReplicaAutoScalingInput, ...) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
- func (m *MockDynamoDBAPI) DescribeTableRequest(arg0 *dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
- func (m *MockDynamoDBAPI) DescribeTableWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, ...) (*dynamodb.DescribeTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeTimeToLive(arg0 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) DescribeTimeToLiveRequest(arg0 *dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
- func (m *MockDynamoDBAPI) DescribeTimeToLiveWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTimeToLiveInput, ...) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) DisableKinesisStreamingDestination(arg0 *dynamodb.DisableKinesisStreamingDestinationInput) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)
- func (m *MockDynamoDBAPI) DisableKinesisStreamingDestinationRequest(arg0 *dynamodb.DisableKinesisStreamingDestinationInput) (*request.Request, *dynamodb.DisableKinesisStreamingDestinationOutput)
- func (m *MockDynamoDBAPI) DisableKinesisStreamingDestinationWithContext(arg0 context.Context, arg1 *dynamodb.DisableKinesisStreamingDestinationInput, ...) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)
- func (m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
- func (m *MockDynamoDBAPI) EnableKinesisStreamingDestination(arg0 *dynamodb.EnableKinesisStreamingDestinationInput) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)
- func (m *MockDynamoDBAPI) EnableKinesisStreamingDestinationRequest(arg0 *dynamodb.EnableKinesisStreamingDestinationInput) (*request.Request, *dynamodb.EnableKinesisStreamingDestinationOutput)
- func (m *MockDynamoDBAPI) EnableKinesisStreamingDestinationWithContext(arg0 context.Context, arg1 *dynamodb.EnableKinesisStreamingDestinationInput, ...) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)
- func (m *MockDynamoDBAPI) ExecuteStatement(arg0 *dynamodb.ExecuteStatementInput) (*dynamodb.ExecuteStatementOutput, error)
- func (m *MockDynamoDBAPI) ExecuteStatementRequest(arg0 *dynamodb.ExecuteStatementInput) (*request.Request, *dynamodb.ExecuteStatementOutput)
- func (m *MockDynamoDBAPI) ExecuteStatementWithContext(arg0 context.Context, arg1 *dynamodb.ExecuteStatementInput, ...) (*dynamodb.ExecuteStatementOutput, error)
- func (m *MockDynamoDBAPI) ExecuteTransaction(arg0 *dynamodb.ExecuteTransactionInput) (*dynamodb.ExecuteTransactionOutput, error)
- func (m *MockDynamoDBAPI) ExecuteTransactionRequest(arg0 *dynamodb.ExecuteTransactionInput) (*request.Request, *dynamodb.ExecuteTransactionOutput)
- func (m *MockDynamoDBAPI) ExecuteTransactionWithContext(arg0 context.Context, arg1 *dynamodb.ExecuteTransactionInput, ...) (*dynamodb.ExecuteTransactionOutput, error)
- func (m *MockDynamoDBAPI) ExportTableToPointInTime(arg0 *dynamodb.ExportTableToPointInTimeInput) (*dynamodb.ExportTableToPointInTimeOutput, error)
- func (m *MockDynamoDBAPI) ExportTableToPointInTimeRequest(arg0 *dynamodb.ExportTableToPointInTimeInput) (*request.Request, *dynamodb.ExportTableToPointInTimeOutput)
- func (m *MockDynamoDBAPI) ExportTableToPointInTimeWithContext(arg0 context.Context, arg1 *dynamodb.ExportTableToPointInTimeInput, ...) (*dynamodb.ExportTableToPointInTimeOutput, error)
- func (m *MockDynamoDBAPI) GetItem(arg0 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
- func (m *MockDynamoDBAPI) GetItemRequest(arg0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
- func (m *MockDynamoDBAPI) GetItemWithContext(arg0 context.Context, arg1 *dynamodb.GetItemInput, arg2 ...request.Option) (*dynamodb.GetItemOutput, error)
- func (m *MockDynamoDBAPI) ListBackups(arg0 *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
- func (m *MockDynamoDBAPI) ListBackupsRequest(arg0 *dynamodb.ListBackupsInput) (*request.Request, *dynamodb.ListBackupsOutput)
- func (m *MockDynamoDBAPI) ListBackupsWithContext(arg0 context.Context, arg1 *dynamodb.ListBackupsInput, arg2 ...request.Option) (*dynamodb.ListBackupsOutput, error)
- func (m *MockDynamoDBAPI) ListContributorInsights(arg0 *dynamodb.ListContributorInsightsInput) (*dynamodb.ListContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) ListContributorInsightsPages(arg0 *dynamodb.ListContributorInsightsInput, ...) error
- func (m *MockDynamoDBAPI) ListContributorInsightsPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListContributorInsightsInput, ...) error
- func (m *MockDynamoDBAPI) ListContributorInsightsRequest(arg0 *dynamodb.ListContributorInsightsInput) (*request.Request, *dynamodb.ListContributorInsightsOutput)
- func (m *MockDynamoDBAPI) ListContributorInsightsWithContext(arg0 context.Context, arg1 *dynamodb.ListContributorInsightsInput, ...) (*dynamodb.ListContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) ListExports(arg0 *dynamodb.ListExportsInput) (*dynamodb.ListExportsOutput, error)
- func (m *MockDynamoDBAPI) ListExportsPages(arg0 *dynamodb.ListExportsInput, ...) error
- func (m *MockDynamoDBAPI) ListExportsPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListExportsInput, ...) error
- func (m *MockDynamoDBAPI) ListExportsRequest(arg0 *dynamodb.ListExportsInput) (*request.Request, *dynamodb.ListExportsOutput)
- func (m *MockDynamoDBAPI) ListExportsWithContext(arg0 context.Context, arg1 *dynamodb.ListExportsInput, arg2 ...request.Option) (*dynamodb.ListExportsOutput, error)
- func (m *MockDynamoDBAPI) ListGlobalTables(arg0 *dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error)
- func (m *MockDynamoDBAPI) ListGlobalTablesRequest(arg0 *dynamodb.ListGlobalTablesInput) (*request.Request, *dynamodb.ListGlobalTablesOutput)
- func (m *MockDynamoDBAPI) ListGlobalTablesWithContext(arg0 context.Context, arg1 *dynamodb.ListGlobalTablesInput, ...) (*dynamodb.ListGlobalTablesOutput, error)
- func (m *MockDynamoDBAPI) ListTables(arg0 *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
- func (m *MockDynamoDBAPI) ListTablesPages(arg0 *dynamodb.ListTablesInput, ...) error
- func (m *MockDynamoDBAPI) ListTablesPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListTablesInput, ...) error
- func (m *MockDynamoDBAPI) ListTablesRequest(arg0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
- func (m *MockDynamoDBAPI) ListTablesWithContext(arg0 context.Context, arg1 *dynamodb.ListTablesInput, arg2 ...request.Option) (*dynamodb.ListTablesOutput, error)
- func (m *MockDynamoDBAPI) ListTagsOfResource(arg0 *dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
- func (m *MockDynamoDBAPI) ListTagsOfResourceRequest(arg0 *dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
- func (m *MockDynamoDBAPI) ListTagsOfResourceWithContext(arg0 context.Context, arg1 *dynamodb.ListTagsOfResourceInput, ...) (*dynamodb.ListTagsOfResourceOutput, error)
- func (m *MockDynamoDBAPI) PutItem(arg0 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
- func (m *MockDynamoDBAPI) PutItemRequest(arg0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
- func (m *MockDynamoDBAPI) PutItemWithContext(arg0 context.Context, arg1 *dynamodb.PutItemInput, arg2 ...request.Option) (*dynamodb.PutItemOutput, error)
- func (m *MockDynamoDBAPI) Query(arg0 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
- func (m *MockDynamoDBAPI) QueryPages(arg0 *dynamodb.QueryInput, arg1 func(*dynamodb.QueryOutput, bool) bool) error
- func (m *MockDynamoDBAPI) QueryPagesWithContext(arg0 context.Context, arg1 *dynamodb.QueryInput, ...) error
- func (m *MockDynamoDBAPI) QueryRequest(arg0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
- func (m *MockDynamoDBAPI) QueryWithContext(arg0 context.Context, arg1 *dynamodb.QueryInput, arg2 ...request.Option) (*dynamodb.QueryOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableFromBackup(arg0 *dynamodb.RestoreTableFromBackupInput) (*dynamodb.RestoreTableFromBackupOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableFromBackupRequest(arg0 *dynamodb.RestoreTableFromBackupInput) (*request.Request, *dynamodb.RestoreTableFromBackupOutput)
- func (m *MockDynamoDBAPI) RestoreTableFromBackupWithContext(arg0 context.Context, arg1 *dynamodb.RestoreTableFromBackupInput, ...) (*dynamodb.RestoreTableFromBackupOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableToPointInTime(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*dynamodb.RestoreTableToPointInTimeOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableToPointInTimeRequest(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*request.Request, *dynamodb.RestoreTableToPointInTimeOutput)
- func (m *MockDynamoDBAPI) RestoreTableToPointInTimeWithContext(arg0 context.Context, arg1 *dynamodb.RestoreTableToPointInTimeInput, ...) (*dynamodb.RestoreTableToPointInTimeOutput, error)
- func (m *MockDynamoDBAPI) Scan(arg0 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
- func (m *MockDynamoDBAPI) ScanPages(arg0 *dynamodb.ScanInput, arg1 func(*dynamodb.ScanOutput, bool) bool) error
- func (m *MockDynamoDBAPI) ScanPagesWithContext(arg0 context.Context, arg1 *dynamodb.ScanInput, ...) error
- func (m *MockDynamoDBAPI) ScanRequest(arg0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)
- func (m *MockDynamoDBAPI) ScanWithContext(arg0 context.Context, arg1 *dynamodb.ScanInput, arg2 ...request.Option) (*dynamodb.ScanOutput, error)
- func (m *MockDynamoDBAPI) TagResource(arg0 *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
- func (m *MockDynamoDBAPI) TagResourceRequest(arg0 *dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
- func (m *MockDynamoDBAPI) TagResourceWithContext(arg0 context.Context, arg1 *dynamodb.TagResourceInput, arg2 ...request.Option) (*dynamodb.TagResourceOutput, error)
- func (m *MockDynamoDBAPI) TransactGetItems(arg0 *dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error)
- func (m *MockDynamoDBAPI) TransactGetItemsRequest(arg0 *dynamodb.TransactGetItemsInput) (*request.Request, *dynamodb.TransactGetItemsOutput)
- func (m *MockDynamoDBAPI) TransactGetItemsWithContext(arg0 context.Context, arg1 *dynamodb.TransactGetItemsInput, ...) (*dynamodb.TransactGetItemsOutput, error)
- func (m *MockDynamoDBAPI) TransactWriteItems(arg0 *dynamodb.TransactWriteItemsInput) (*dynamodb.TransactWriteItemsOutput, error)
- func (m *MockDynamoDBAPI) TransactWriteItemsRequest(arg0 *dynamodb.TransactWriteItemsInput) (*request.Request, *dynamodb.TransactWriteItemsOutput)
- func (m *MockDynamoDBAPI) TransactWriteItemsWithContext(arg0 context.Context, arg1 *dynamodb.TransactWriteItemsInput, ...) (*dynamodb.TransactWriteItemsOutput, error)
- func (m *MockDynamoDBAPI) UntagResource(arg0 *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
- func (m *MockDynamoDBAPI) UntagResourceRequest(arg0 *dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
- func (m *MockDynamoDBAPI) UntagResourceWithContext(arg0 context.Context, arg1 *dynamodb.UntagResourceInput, ...) (*dynamodb.UntagResourceOutput, error)
- func (m *MockDynamoDBAPI) UpdateContinuousBackups(arg0 *dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) UpdateContinuousBackupsRequest(arg0 *dynamodb.UpdateContinuousBackupsInput) (*request.Request, *dynamodb.UpdateContinuousBackupsOutput)
- func (m *MockDynamoDBAPI) UpdateContinuousBackupsWithContext(arg0 context.Context, arg1 *dynamodb.UpdateContinuousBackupsInput, ...) (*dynamodb.UpdateContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) UpdateContributorInsights(arg0 *dynamodb.UpdateContributorInsightsInput) (*dynamodb.UpdateContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) UpdateContributorInsightsRequest(arg0 *dynamodb.UpdateContributorInsightsInput) (*request.Request, *dynamodb.UpdateContributorInsightsOutput)
- func (m *MockDynamoDBAPI) UpdateContributorInsightsWithContext(arg0 context.Context, arg1 *dynamodb.UpdateContributorInsightsInput, ...) (*dynamodb.UpdateContributorInsightsOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTable(arg0 *dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTableRequest(arg0 *dynamodb.UpdateGlobalTableInput) (*request.Request, *dynamodb.UpdateGlobalTableOutput)
- func (m *MockDynamoDBAPI) UpdateGlobalTableSettings(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsRequest(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*request.Request, *dynamodb.UpdateGlobalTableSettingsOutput)
- func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext(arg0 context.Context, arg1 *dynamodb.UpdateGlobalTableSettingsInput, ...) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTableWithContext(arg0 context.Context, arg1 *dynamodb.UpdateGlobalTableInput, ...) (*dynamodb.UpdateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateItem(arg0 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
- func (m *MockDynamoDBAPI) UpdateItemRequest(arg0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
- func (m *MockDynamoDBAPI) UpdateItemWithContext(arg0 context.Context, arg1 *dynamodb.UpdateItemInput, arg2 ...request.Option) (*dynamodb.UpdateItemOutput, error)
- func (m *MockDynamoDBAPI) UpdateTable(arg0 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScaling(arg0 *dynamodb.UpdateTableReplicaAutoScalingInput) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
- func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScalingRequest(arg0 *dynamodb.UpdateTableReplicaAutoScalingInput) (*request.Request, *dynamodb.UpdateTableReplicaAutoScalingOutput)
- func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScalingWithContext(arg0 context.Context, arg1 *dynamodb.UpdateTableReplicaAutoScalingInput, ...) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
- func (m *MockDynamoDBAPI) UpdateTableRequest(arg0 *dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
- func (m *MockDynamoDBAPI) UpdateTableWithContext(arg0 context.Context, arg1 *dynamodb.UpdateTableInput, arg2 ...request.Option) (*dynamodb.UpdateTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateTimeToLive(arg0 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) UpdateTimeToLiveRequest(arg0 *dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
- func (m *MockDynamoDBAPI) UpdateTimeToLiveWithContext(arg0 context.Context, arg1 *dynamodb.UpdateTimeToLiveInput, ...) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) WaitUntilTableExists(arg0 *dynamodb.DescribeTableInput) error
- func (m *MockDynamoDBAPI) WaitUntilTableExistsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, ...) error
- func (m *MockDynamoDBAPI) WaitUntilTableNotExists(arg0 *dynamodb.DescribeTableInput) error
- func (m *MockDynamoDBAPI) WaitUntilTableNotExistsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, ...) error
- type MockDynamoDBAPIMockRecorder
- func (mr *MockDynamoDBAPIMockRecorder) BatchExecuteStatement(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchExecuteStatementRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchExecuteStatementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackups(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsights(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpoints(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeExport(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeExportRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeExportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestination(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeLimits(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScaling(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLive(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestination(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestination(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ExecuteStatement(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ExecuteStatementRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ExecuteStatementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ExecuteTransaction(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ExecuteTransactionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ExecuteTransactionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ExportTableToPointInTime(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) GetItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) GetItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) GetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListBackups(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListBackupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsights(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListExports(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListExportsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListExportsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListExportsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListExportsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTables(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResource(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) PutItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) PutItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) PutItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) Query(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) Scan(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactGetItems(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItems(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackups(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsights(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScaling(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExists(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDynamoDBAPI ¶
type MockDynamoDBAPI struct {
// contains filtered or unexported fields
}
MockDynamoDBAPI is a mock of DynamoDBAPI interface
func NewMockDynamoDBAPI ¶
func NewMockDynamoDBAPI(ctrl *gomock.Controller) *MockDynamoDBAPI
NewMockDynamoDBAPI creates a new mock instance
func (*MockDynamoDBAPI) BatchExecuteStatement ¶
func (m *MockDynamoDBAPI) BatchExecuteStatement(arg0 *dynamodb.BatchExecuteStatementInput) (*dynamodb.BatchExecuteStatementOutput, error)
BatchExecuteStatement mocks base method
func (*MockDynamoDBAPI) BatchExecuteStatementRequest ¶
func (m *MockDynamoDBAPI) BatchExecuteStatementRequest(arg0 *dynamodb.BatchExecuteStatementInput) (*request.Request, *dynamodb.BatchExecuteStatementOutput)
BatchExecuteStatementRequest mocks base method
func (*MockDynamoDBAPI) BatchExecuteStatementWithContext ¶
func (m *MockDynamoDBAPI) BatchExecuteStatementWithContext(arg0 context.Context, arg1 *dynamodb.BatchExecuteStatementInput, arg2 ...request.Option) (*dynamodb.BatchExecuteStatementOutput, error)
BatchExecuteStatementWithContext mocks base method
func (*MockDynamoDBAPI) BatchGetItem ¶
func (m *MockDynamoDBAPI) BatchGetItem(arg0 *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
BatchGetItem mocks base method
func (*MockDynamoDBAPI) BatchGetItemPages ¶
func (m *MockDynamoDBAPI) BatchGetItemPages(arg0 *dynamodb.BatchGetItemInput, arg1 func(*dynamodb.BatchGetItemOutput, bool) bool) error
BatchGetItemPages mocks base method
func (*MockDynamoDBAPI) BatchGetItemPagesWithContext ¶
func (m *MockDynamoDBAPI) BatchGetItemPagesWithContext(arg0 context.Context, arg1 *dynamodb.BatchGetItemInput, arg2 func(*dynamodb.BatchGetItemOutput, bool) bool, arg3 ...request.Option) error
BatchGetItemPagesWithContext mocks base method
func (*MockDynamoDBAPI) BatchGetItemRequest ¶
func (m *MockDynamoDBAPI) BatchGetItemRequest(arg0 *dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
BatchGetItemRequest mocks base method
func (*MockDynamoDBAPI) BatchGetItemWithContext ¶
func (m *MockDynamoDBAPI) BatchGetItemWithContext(arg0 context.Context, arg1 *dynamodb.BatchGetItemInput, arg2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)
BatchGetItemWithContext mocks base method
func (*MockDynamoDBAPI) BatchWriteItem ¶
func (m *MockDynamoDBAPI) BatchWriteItem(arg0 *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItem mocks base method
func (*MockDynamoDBAPI) BatchWriteItemRequest ¶
func (m *MockDynamoDBAPI) BatchWriteItemRequest(arg0 *dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
BatchWriteItemRequest mocks base method
func (*MockDynamoDBAPI) BatchWriteItemWithContext ¶
func (m *MockDynamoDBAPI) BatchWriteItemWithContext(arg0 context.Context, arg1 *dynamodb.BatchWriteItemInput, arg2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItemWithContext mocks base method
func (*MockDynamoDBAPI) CreateBackup ¶
func (m *MockDynamoDBAPI) CreateBackup(arg0 *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
CreateBackup mocks base method
func (*MockDynamoDBAPI) CreateBackupRequest ¶
func (m *MockDynamoDBAPI) CreateBackupRequest(arg0 *dynamodb.CreateBackupInput) (*request.Request, *dynamodb.CreateBackupOutput)
CreateBackupRequest mocks base method
func (*MockDynamoDBAPI) CreateBackupWithContext ¶
func (m *MockDynamoDBAPI) CreateBackupWithContext(arg0 context.Context, arg1 *dynamodb.CreateBackupInput, arg2 ...request.Option) (*dynamodb.CreateBackupOutput, error)
CreateBackupWithContext mocks base method
func (*MockDynamoDBAPI) CreateGlobalTable ¶
func (m *MockDynamoDBAPI) CreateGlobalTable(arg0 *dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error)
CreateGlobalTable mocks base method
func (*MockDynamoDBAPI) CreateGlobalTableRequest ¶
func (m *MockDynamoDBAPI) CreateGlobalTableRequest(arg0 *dynamodb.CreateGlobalTableInput) (*request.Request, *dynamodb.CreateGlobalTableOutput)
CreateGlobalTableRequest mocks base method
func (*MockDynamoDBAPI) CreateGlobalTableWithContext ¶
func (m *MockDynamoDBAPI) CreateGlobalTableWithContext(arg0 context.Context, arg1 *dynamodb.CreateGlobalTableInput, arg2 ...request.Option) (*dynamodb.CreateGlobalTableOutput, error)
CreateGlobalTableWithContext mocks base method
func (*MockDynamoDBAPI) CreateTable ¶
func (m *MockDynamoDBAPI) CreateTable(arg0 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
CreateTable mocks base method
func (*MockDynamoDBAPI) CreateTableRequest ¶
func (m *MockDynamoDBAPI) CreateTableRequest(arg0 *dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
CreateTableRequest mocks base method
func (*MockDynamoDBAPI) CreateTableWithContext ¶
func (m *MockDynamoDBAPI) CreateTableWithContext(arg0 context.Context, arg1 *dynamodb.CreateTableInput, arg2 ...request.Option) (*dynamodb.CreateTableOutput, error)
CreateTableWithContext mocks base method
func (*MockDynamoDBAPI) DeleteBackup ¶
func (m *MockDynamoDBAPI) DeleteBackup(arg0 *dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error)
DeleteBackup mocks base method
func (*MockDynamoDBAPI) DeleteBackupRequest ¶
func (m *MockDynamoDBAPI) DeleteBackupRequest(arg0 *dynamodb.DeleteBackupInput) (*request.Request, *dynamodb.DeleteBackupOutput)
DeleteBackupRequest mocks base method
func (*MockDynamoDBAPI) DeleteBackupWithContext ¶
func (m *MockDynamoDBAPI) DeleteBackupWithContext(arg0 context.Context, arg1 *dynamodb.DeleteBackupInput, arg2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)
DeleteBackupWithContext mocks base method
func (*MockDynamoDBAPI) DeleteItem ¶
func (m *MockDynamoDBAPI) DeleteItem(arg0 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
DeleteItem mocks base method
func (*MockDynamoDBAPI) DeleteItemRequest ¶
func (m *MockDynamoDBAPI) DeleteItemRequest(arg0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
DeleteItemRequest mocks base method
func (*MockDynamoDBAPI) DeleteItemWithContext ¶
func (m *MockDynamoDBAPI) DeleteItemWithContext(arg0 context.Context, arg1 *dynamodb.DeleteItemInput, arg2 ...request.Option) (*dynamodb.DeleteItemOutput, error)
DeleteItemWithContext mocks base method
func (*MockDynamoDBAPI) DeleteTable ¶
func (m *MockDynamoDBAPI) DeleteTable(arg0 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
DeleteTable mocks base method
func (*MockDynamoDBAPI) DeleteTableRequest ¶
func (m *MockDynamoDBAPI) DeleteTableRequest(arg0 *dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
DeleteTableRequest mocks base method
func (*MockDynamoDBAPI) DeleteTableWithContext ¶
func (m *MockDynamoDBAPI) DeleteTableWithContext(arg0 context.Context, arg1 *dynamodb.DeleteTableInput, arg2 ...request.Option) (*dynamodb.DeleteTableOutput, error)
DeleteTableWithContext mocks base method
func (*MockDynamoDBAPI) DescribeBackup ¶
func (m *MockDynamoDBAPI) DescribeBackup(arg0 *dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error)
DescribeBackup mocks base method
func (*MockDynamoDBAPI) DescribeBackupRequest ¶
func (m *MockDynamoDBAPI) DescribeBackupRequest(arg0 *dynamodb.DescribeBackupInput) (*request.Request, *dynamodb.DescribeBackupOutput)
DescribeBackupRequest mocks base method
func (*MockDynamoDBAPI) DescribeBackupWithContext ¶
func (m *MockDynamoDBAPI) DescribeBackupWithContext(arg0 context.Context, arg1 *dynamodb.DescribeBackupInput, arg2 ...request.Option) (*dynamodb.DescribeBackupOutput, error)
DescribeBackupWithContext mocks base method
func (*MockDynamoDBAPI) DescribeContinuousBackups ¶
func (m *MockDynamoDBAPI) DescribeContinuousBackups(arg0 *dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
DescribeContinuousBackups mocks base method
func (*MockDynamoDBAPI) DescribeContinuousBackupsRequest ¶
func (m *MockDynamoDBAPI) DescribeContinuousBackupsRequest(arg0 *dynamodb.DescribeContinuousBackupsInput) (*request.Request, *dynamodb.DescribeContinuousBackupsOutput)
DescribeContinuousBackupsRequest mocks base method
func (*MockDynamoDBAPI) DescribeContinuousBackupsWithContext ¶
func (m *MockDynamoDBAPI) DescribeContinuousBackupsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeContinuousBackupsInput, arg2 ...request.Option) (*dynamodb.DescribeContinuousBackupsOutput, error)
DescribeContinuousBackupsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeContributorInsights ¶
func (m *MockDynamoDBAPI) DescribeContributorInsights(arg0 *dynamodb.DescribeContributorInsightsInput) (*dynamodb.DescribeContributorInsightsOutput, error)
DescribeContributorInsights mocks base method
func (*MockDynamoDBAPI) DescribeContributorInsightsRequest ¶
func (m *MockDynamoDBAPI) DescribeContributorInsightsRequest(arg0 *dynamodb.DescribeContributorInsightsInput) (*request.Request, *dynamodb.DescribeContributorInsightsOutput)
DescribeContributorInsightsRequest mocks base method
func (*MockDynamoDBAPI) DescribeContributorInsightsWithContext ¶
func (m *MockDynamoDBAPI) DescribeContributorInsightsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeContributorInsightsInput, arg2 ...request.Option) (*dynamodb.DescribeContributorInsightsOutput, error)
DescribeContributorInsightsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeEndpoints ¶
func (m *MockDynamoDBAPI) DescribeEndpoints(arg0 *dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error)
DescribeEndpoints mocks base method
func (*MockDynamoDBAPI) DescribeEndpointsRequest ¶
func (m *MockDynamoDBAPI) DescribeEndpointsRequest(arg0 *dynamodb.DescribeEndpointsInput) (*request.Request, *dynamodb.DescribeEndpointsOutput)
DescribeEndpointsRequest mocks base method
func (*MockDynamoDBAPI) DescribeEndpointsWithContext ¶
func (m *MockDynamoDBAPI) DescribeEndpointsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeEndpointsInput, arg2 ...request.Option) (*dynamodb.DescribeEndpointsOutput, error)
DescribeEndpointsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeExport ¶
func (m *MockDynamoDBAPI) DescribeExport(arg0 *dynamodb.DescribeExportInput) (*dynamodb.DescribeExportOutput, error)
DescribeExport mocks base method
func (*MockDynamoDBAPI) DescribeExportRequest ¶
func (m *MockDynamoDBAPI) DescribeExportRequest(arg0 *dynamodb.DescribeExportInput) (*request.Request, *dynamodb.DescribeExportOutput)
DescribeExportRequest mocks base method
func (*MockDynamoDBAPI) DescribeExportWithContext ¶
func (m *MockDynamoDBAPI) DescribeExportWithContext(arg0 context.Context, arg1 *dynamodb.DescribeExportInput, arg2 ...request.Option) (*dynamodb.DescribeExportOutput, error)
DescribeExportWithContext mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTable ¶
func (m *MockDynamoDBAPI) DescribeGlobalTable(arg0 *dynamodb.DescribeGlobalTableInput) (*dynamodb.DescribeGlobalTableOutput, error)
DescribeGlobalTable mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableRequest ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableRequest(arg0 *dynamodb.DescribeGlobalTableInput) (*request.Request, *dynamodb.DescribeGlobalTableOutput)
DescribeGlobalTableRequest mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableSettings ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableSettings(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
DescribeGlobalTableSettings mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableSettingsRequest ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsRequest(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*request.Request, *dynamodb.DescribeGlobalTableSettingsOutput)
DescribeGlobalTableSettingsRequest mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeGlobalTableSettingsInput, arg2 ...request.Option) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
DescribeGlobalTableSettingsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableWithContext ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableWithContext(arg0 context.Context, arg1 *dynamodb.DescribeGlobalTableInput, arg2 ...request.Option) (*dynamodb.DescribeGlobalTableOutput, error)
DescribeGlobalTableWithContext mocks base method
func (*MockDynamoDBAPI) DescribeKinesisStreamingDestination ¶
func (m *MockDynamoDBAPI) DescribeKinesisStreamingDestination(arg0 *dynamodb.DescribeKinesisStreamingDestinationInput) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)
DescribeKinesisStreamingDestination mocks base method
func (*MockDynamoDBAPI) DescribeKinesisStreamingDestinationRequest ¶
func (m *MockDynamoDBAPI) DescribeKinesisStreamingDestinationRequest(arg0 *dynamodb.DescribeKinesisStreamingDestinationInput) (*request.Request, *dynamodb.DescribeKinesisStreamingDestinationOutput)
DescribeKinesisStreamingDestinationRequest mocks base method
func (*MockDynamoDBAPI) DescribeKinesisStreamingDestinationWithContext ¶
func (m *MockDynamoDBAPI) DescribeKinesisStreamingDestinationWithContext(arg0 context.Context, arg1 *dynamodb.DescribeKinesisStreamingDestinationInput, arg2 ...request.Option) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)
DescribeKinesisStreamingDestinationWithContext mocks base method
func (*MockDynamoDBAPI) DescribeLimits ¶
func (m *MockDynamoDBAPI) DescribeLimits(arg0 *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
DescribeLimits mocks base method
func (*MockDynamoDBAPI) DescribeLimitsRequest ¶
func (m *MockDynamoDBAPI) DescribeLimitsRequest(arg0 *dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
DescribeLimitsRequest mocks base method
func (*MockDynamoDBAPI) DescribeLimitsWithContext ¶
func (m *MockDynamoDBAPI) DescribeLimitsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeLimitsInput, arg2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)
DescribeLimitsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeTable ¶
func (m *MockDynamoDBAPI) DescribeTable(arg0 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
DescribeTable mocks base method
func (*MockDynamoDBAPI) DescribeTableReplicaAutoScaling ¶
func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScaling(arg0 *dynamodb.DescribeTableReplicaAutoScalingInput) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
DescribeTableReplicaAutoScaling mocks base method
func (*MockDynamoDBAPI) DescribeTableReplicaAutoScalingRequest ¶
func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScalingRequest(arg0 *dynamodb.DescribeTableReplicaAutoScalingInput) (*request.Request, *dynamodb.DescribeTableReplicaAutoScalingOutput)
DescribeTableReplicaAutoScalingRequest mocks base method
func (*MockDynamoDBAPI) DescribeTableReplicaAutoScalingWithContext ¶
func (m *MockDynamoDBAPI) DescribeTableReplicaAutoScalingWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableReplicaAutoScalingInput, arg2 ...request.Option) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
DescribeTableReplicaAutoScalingWithContext mocks base method
func (*MockDynamoDBAPI) DescribeTableRequest ¶
func (m *MockDynamoDBAPI) DescribeTableRequest(arg0 *dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
DescribeTableRequest mocks base method
func (*MockDynamoDBAPI) DescribeTableWithContext ¶
func (m *MockDynamoDBAPI) DescribeTableWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.Option) (*dynamodb.DescribeTableOutput, error)
DescribeTableWithContext mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLive ¶
func (m *MockDynamoDBAPI) DescribeTimeToLive(arg0 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
DescribeTimeToLive mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLiveRequest ¶
func (m *MockDynamoDBAPI) DescribeTimeToLiveRequest(arg0 *dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
DescribeTimeToLiveRequest mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLiveWithContext ¶
func (m *MockDynamoDBAPI) DescribeTimeToLiveWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTimeToLiveInput, arg2 ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)
DescribeTimeToLiveWithContext mocks base method
func (*MockDynamoDBAPI) DisableKinesisStreamingDestination ¶
func (m *MockDynamoDBAPI) DisableKinesisStreamingDestination(arg0 *dynamodb.DisableKinesisStreamingDestinationInput) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)
DisableKinesisStreamingDestination mocks base method
func (*MockDynamoDBAPI) DisableKinesisStreamingDestinationRequest ¶
func (m *MockDynamoDBAPI) DisableKinesisStreamingDestinationRequest(arg0 *dynamodb.DisableKinesisStreamingDestinationInput) (*request.Request, *dynamodb.DisableKinesisStreamingDestinationOutput)
DisableKinesisStreamingDestinationRequest mocks base method
func (*MockDynamoDBAPI) DisableKinesisStreamingDestinationWithContext ¶
func (m *MockDynamoDBAPI) DisableKinesisStreamingDestinationWithContext(arg0 context.Context, arg1 *dynamodb.DisableKinesisStreamingDestinationInput, arg2 ...request.Option) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)
DisableKinesisStreamingDestinationWithContext mocks base method
func (*MockDynamoDBAPI) EXPECT ¶
func (m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDynamoDBAPI) EnableKinesisStreamingDestination ¶
func (m *MockDynamoDBAPI) EnableKinesisStreamingDestination(arg0 *dynamodb.EnableKinesisStreamingDestinationInput) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)
EnableKinesisStreamingDestination mocks base method
func (*MockDynamoDBAPI) EnableKinesisStreamingDestinationRequest ¶
func (m *MockDynamoDBAPI) EnableKinesisStreamingDestinationRequest(arg0 *dynamodb.EnableKinesisStreamingDestinationInput) (*request.Request, *dynamodb.EnableKinesisStreamingDestinationOutput)
EnableKinesisStreamingDestinationRequest mocks base method
func (*MockDynamoDBAPI) EnableKinesisStreamingDestinationWithContext ¶
func (m *MockDynamoDBAPI) EnableKinesisStreamingDestinationWithContext(arg0 context.Context, arg1 *dynamodb.EnableKinesisStreamingDestinationInput, arg2 ...request.Option) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)
EnableKinesisStreamingDestinationWithContext mocks base method
func (*MockDynamoDBAPI) ExecuteStatement ¶
func (m *MockDynamoDBAPI) ExecuteStatement(arg0 *dynamodb.ExecuteStatementInput) (*dynamodb.ExecuteStatementOutput, error)
ExecuteStatement mocks base method
func (*MockDynamoDBAPI) ExecuteStatementRequest ¶
func (m *MockDynamoDBAPI) ExecuteStatementRequest(arg0 *dynamodb.ExecuteStatementInput) (*request.Request, *dynamodb.ExecuteStatementOutput)
ExecuteStatementRequest mocks base method
func (*MockDynamoDBAPI) ExecuteStatementWithContext ¶
func (m *MockDynamoDBAPI) ExecuteStatementWithContext(arg0 context.Context, arg1 *dynamodb.ExecuteStatementInput, arg2 ...request.Option) (*dynamodb.ExecuteStatementOutput, error)
ExecuteStatementWithContext mocks base method
func (*MockDynamoDBAPI) ExecuteTransaction ¶
func (m *MockDynamoDBAPI) ExecuteTransaction(arg0 *dynamodb.ExecuteTransactionInput) (*dynamodb.ExecuteTransactionOutput, error)
ExecuteTransaction mocks base method
func (*MockDynamoDBAPI) ExecuteTransactionRequest ¶
func (m *MockDynamoDBAPI) ExecuteTransactionRequest(arg0 *dynamodb.ExecuteTransactionInput) (*request.Request, *dynamodb.ExecuteTransactionOutput)
ExecuteTransactionRequest mocks base method
func (*MockDynamoDBAPI) ExecuteTransactionWithContext ¶
func (m *MockDynamoDBAPI) ExecuteTransactionWithContext(arg0 context.Context, arg1 *dynamodb.ExecuteTransactionInput, arg2 ...request.Option) (*dynamodb.ExecuteTransactionOutput, error)
ExecuteTransactionWithContext mocks base method
func (*MockDynamoDBAPI) ExportTableToPointInTime ¶
func (m *MockDynamoDBAPI) ExportTableToPointInTime(arg0 *dynamodb.ExportTableToPointInTimeInput) (*dynamodb.ExportTableToPointInTimeOutput, error)
ExportTableToPointInTime mocks base method
func (*MockDynamoDBAPI) ExportTableToPointInTimeRequest ¶
func (m *MockDynamoDBAPI) ExportTableToPointInTimeRequest(arg0 *dynamodb.ExportTableToPointInTimeInput) (*request.Request, *dynamodb.ExportTableToPointInTimeOutput)
ExportTableToPointInTimeRequest mocks base method
func (*MockDynamoDBAPI) ExportTableToPointInTimeWithContext ¶
func (m *MockDynamoDBAPI) ExportTableToPointInTimeWithContext(arg0 context.Context, arg1 *dynamodb.ExportTableToPointInTimeInput, arg2 ...request.Option) (*dynamodb.ExportTableToPointInTimeOutput, error)
ExportTableToPointInTimeWithContext mocks base method
func (*MockDynamoDBAPI) GetItem ¶
func (m *MockDynamoDBAPI) GetItem(arg0 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
GetItem mocks base method
func (*MockDynamoDBAPI) GetItemRequest ¶
func (m *MockDynamoDBAPI) GetItemRequest(arg0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
GetItemRequest mocks base method
func (*MockDynamoDBAPI) GetItemWithContext ¶
func (m *MockDynamoDBAPI) GetItemWithContext(arg0 context.Context, arg1 *dynamodb.GetItemInput, arg2 ...request.Option) (*dynamodb.GetItemOutput, error)
GetItemWithContext mocks base method
func (*MockDynamoDBAPI) ListBackups ¶
func (m *MockDynamoDBAPI) ListBackups(arg0 *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
ListBackups mocks base method
func (*MockDynamoDBAPI) ListBackupsRequest ¶
func (m *MockDynamoDBAPI) ListBackupsRequest(arg0 *dynamodb.ListBackupsInput) (*request.Request, *dynamodb.ListBackupsOutput)
ListBackupsRequest mocks base method
func (*MockDynamoDBAPI) ListBackupsWithContext ¶
func (m *MockDynamoDBAPI) ListBackupsWithContext(arg0 context.Context, arg1 *dynamodb.ListBackupsInput, arg2 ...request.Option) (*dynamodb.ListBackupsOutput, error)
ListBackupsWithContext mocks base method
func (*MockDynamoDBAPI) ListContributorInsights ¶
func (m *MockDynamoDBAPI) ListContributorInsights(arg0 *dynamodb.ListContributorInsightsInput) (*dynamodb.ListContributorInsightsOutput, error)
ListContributorInsights mocks base method
func (*MockDynamoDBAPI) ListContributorInsightsPages ¶
func (m *MockDynamoDBAPI) ListContributorInsightsPages(arg0 *dynamodb.ListContributorInsightsInput, arg1 func(*dynamodb.ListContributorInsightsOutput, bool) bool) error
ListContributorInsightsPages mocks base method
func (*MockDynamoDBAPI) ListContributorInsightsPagesWithContext ¶
func (m *MockDynamoDBAPI) ListContributorInsightsPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListContributorInsightsInput, arg2 func(*dynamodb.ListContributorInsightsOutput, bool) bool, arg3 ...request.Option) error
ListContributorInsightsPagesWithContext mocks base method
func (*MockDynamoDBAPI) ListContributorInsightsRequest ¶
func (m *MockDynamoDBAPI) ListContributorInsightsRequest(arg0 *dynamodb.ListContributorInsightsInput) (*request.Request, *dynamodb.ListContributorInsightsOutput)
ListContributorInsightsRequest mocks base method
func (*MockDynamoDBAPI) ListContributorInsightsWithContext ¶
func (m *MockDynamoDBAPI) ListContributorInsightsWithContext(arg0 context.Context, arg1 *dynamodb.ListContributorInsightsInput, arg2 ...request.Option) (*dynamodb.ListContributorInsightsOutput, error)
ListContributorInsightsWithContext mocks base method
func (*MockDynamoDBAPI) ListExports ¶
func (m *MockDynamoDBAPI) ListExports(arg0 *dynamodb.ListExportsInput) (*dynamodb.ListExportsOutput, error)
ListExports mocks base method
func (*MockDynamoDBAPI) ListExportsPages ¶
func (m *MockDynamoDBAPI) ListExportsPages(arg0 *dynamodb.ListExportsInput, arg1 func(*dynamodb.ListExportsOutput, bool) bool) error
ListExportsPages mocks base method
func (*MockDynamoDBAPI) ListExportsPagesWithContext ¶
func (m *MockDynamoDBAPI) ListExportsPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListExportsInput, arg2 func(*dynamodb.ListExportsOutput, bool) bool, arg3 ...request.Option) error
ListExportsPagesWithContext mocks base method
func (*MockDynamoDBAPI) ListExportsRequest ¶
func (m *MockDynamoDBAPI) ListExportsRequest(arg0 *dynamodb.ListExportsInput) (*request.Request, *dynamodb.ListExportsOutput)
ListExportsRequest mocks base method
func (*MockDynamoDBAPI) ListExportsWithContext ¶
func (m *MockDynamoDBAPI) ListExportsWithContext(arg0 context.Context, arg1 *dynamodb.ListExportsInput, arg2 ...request.Option) (*dynamodb.ListExportsOutput, error)
ListExportsWithContext mocks base method
func (*MockDynamoDBAPI) ListGlobalTables ¶
func (m *MockDynamoDBAPI) ListGlobalTables(arg0 *dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error)
ListGlobalTables mocks base method
func (*MockDynamoDBAPI) ListGlobalTablesRequest ¶
func (m *MockDynamoDBAPI) ListGlobalTablesRequest(arg0 *dynamodb.ListGlobalTablesInput) (*request.Request, *dynamodb.ListGlobalTablesOutput)
ListGlobalTablesRequest mocks base method
func (*MockDynamoDBAPI) ListGlobalTablesWithContext ¶
func (m *MockDynamoDBAPI) ListGlobalTablesWithContext(arg0 context.Context, arg1 *dynamodb.ListGlobalTablesInput, arg2 ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)
ListGlobalTablesWithContext mocks base method
func (*MockDynamoDBAPI) ListTables ¶
func (m *MockDynamoDBAPI) ListTables(arg0 *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
ListTables mocks base method
func (*MockDynamoDBAPI) ListTablesPages ¶
func (m *MockDynamoDBAPI) ListTablesPages(arg0 *dynamodb.ListTablesInput, arg1 func(*dynamodb.ListTablesOutput, bool) bool) error
ListTablesPages mocks base method
func (*MockDynamoDBAPI) ListTablesPagesWithContext ¶
func (m *MockDynamoDBAPI) ListTablesPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListTablesInput, arg2 func(*dynamodb.ListTablesOutput, bool) bool, arg3 ...request.Option) error
ListTablesPagesWithContext mocks base method
func (*MockDynamoDBAPI) ListTablesRequest ¶
func (m *MockDynamoDBAPI) ListTablesRequest(arg0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
ListTablesRequest mocks base method
func (*MockDynamoDBAPI) ListTablesWithContext ¶
func (m *MockDynamoDBAPI) ListTablesWithContext(arg0 context.Context, arg1 *dynamodb.ListTablesInput, arg2 ...request.Option) (*dynamodb.ListTablesOutput, error)
ListTablesWithContext mocks base method
func (*MockDynamoDBAPI) ListTagsOfResource ¶
func (m *MockDynamoDBAPI) ListTagsOfResource(arg0 *dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResource mocks base method
func (*MockDynamoDBAPI) ListTagsOfResourceRequest ¶
func (m *MockDynamoDBAPI) ListTagsOfResourceRequest(arg0 *dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
ListTagsOfResourceRequest mocks base method
func (*MockDynamoDBAPI) ListTagsOfResourceWithContext ¶
func (m *MockDynamoDBAPI) ListTagsOfResourceWithContext(arg0 context.Context, arg1 *dynamodb.ListTagsOfResourceInput, arg2 ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResourceWithContext mocks base method
func (*MockDynamoDBAPI) PutItem ¶
func (m *MockDynamoDBAPI) PutItem(arg0 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
PutItem mocks base method
func (*MockDynamoDBAPI) PutItemRequest ¶
func (m *MockDynamoDBAPI) PutItemRequest(arg0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
PutItemRequest mocks base method
func (*MockDynamoDBAPI) PutItemWithContext ¶
func (m *MockDynamoDBAPI) PutItemWithContext(arg0 context.Context, arg1 *dynamodb.PutItemInput, arg2 ...request.Option) (*dynamodb.PutItemOutput, error)
PutItemWithContext mocks base method
func (*MockDynamoDBAPI) Query ¶
func (m *MockDynamoDBAPI) Query(arg0 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
Query mocks base method
func (*MockDynamoDBAPI) QueryPages ¶
func (m *MockDynamoDBAPI) QueryPages(arg0 *dynamodb.QueryInput, arg1 func(*dynamodb.QueryOutput, bool) bool) error
QueryPages mocks base method
func (*MockDynamoDBAPI) QueryPagesWithContext ¶
func (m *MockDynamoDBAPI) QueryPagesWithContext(arg0 context.Context, arg1 *dynamodb.QueryInput, arg2 func(*dynamodb.QueryOutput, bool) bool, arg3 ...request.Option) error
QueryPagesWithContext mocks base method
func (*MockDynamoDBAPI) QueryRequest ¶
func (m *MockDynamoDBAPI) QueryRequest(arg0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
QueryRequest mocks base method
func (*MockDynamoDBAPI) QueryWithContext ¶
func (m *MockDynamoDBAPI) QueryWithContext(arg0 context.Context, arg1 *dynamodb.QueryInput, arg2 ...request.Option) (*dynamodb.QueryOutput, error)
QueryWithContext mocks base method
func (*MockDynamoDBAPI) RestoreTableFromBackup ¶
func (m *MockDynamoDBAPI) RestoreTableFromBackup(arg0 *dynamodb.RestoreTableFromBackupInput) (*dynamodb.RestoreTableFromBackupOutput, error)
RestoreTableFromBackup mocks base method
func (*MockDynamoDBAPI) RestoreTableFromBackupRequest ¶
func (m *MockDynamoDBAPI) RestoreTableFromBackupRequest(arg0 *dynamodb.RestoreTableFromBackupInput) (*request.Request, *dynamodb.RestoreTableFromBackupOutput)
RestoreTableFromBackupRequest mocks base method
func (*MockDynamoDBAPI) RestoreTableFromBackupWithContext ¶
func (m *MockDynamoDBAPI) RestoreTableFromBackupWithContext(arg0 context.Context, arg1 *dynamodb.RestoreTableFromBackupInput, arg2 ...request.Option) (*dynamodb.RestoreTableFromBackupOutput, error)
RestoreTableFromBackupWithContext mocks base method
func (*MockDynamoDBAPI) RestoreTableToPointInTime ¶
func (m *MockDynamoDBAPI) RestoreTableToPointInTime(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*dynamodb.RestoreTableToPointInTimeOutput, error)
RestoreTableToPointInTime mocks base method
func (*MockDynamoDBAPI) RestoreTableToPointInTimeRequest ¶
func (m *MockDynamoDBAPI) RestoreTableToPointInTimeRequest(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*request.Request, *dynamodb.RestoreTableToPointInTimeOutput)
RestoreTableToPointInTimeRequest mocks base method
func (*MockDynamoDBAPI) RestoreTableToPointInTimeWithContext ¶
func (m *MockDynamoDBAPI) RestoreTableToPointInTimeWithContext(arg0 context.Context, arg1 *dynamodb.RestoreTableToPointInTimeInput, arg2 ...request.Option) (*dynamodb.RestoreTableToPointInTimeOutput, error)
RestoreTableToPointInTimeWithContext mocks base method
func (*MockDynamoDBAPI) Scan ¶
func (m *MockDynamoDBAPI) Scan(arg0 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
Scan mocks base method
func (*MockDynamoDBAPI) ScanPages ¶
func (m *MockDynamoDBAPI) ScanPages(arg0 *dynamodb.ScanInput, arg1 func(*dynamodb.ScanOutput, bool) bool) error
ScanPages mocks base method
func (*MockDynamoDBAPI) ScanPagesWithContext ¶
func (m *MockDynamoDBAPI) ScanPagesWithContext(arg0 context.Context, arg1 *dynamodb.ScanInput, arg2 func(*dynamodb.ScanOutput, bool) bool, arg3 ...request.Option) error
ScanPagesWithContext mocks base method
func (*MockDynamoDBAPI) ScanRequest ¶
func (m *MockDynamoDBAPI) ScanRequest(arg0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)
ScanRequest mocks base method
func (*MockDynamoDBAPI) ScanWithContext ¶
func (m *MockDynamoDBAPI) ScanWithContext(arg0 context.Context, arg1 *dynamodb.ScanInput, arg2 ...request.Option) (*dynamodb.ScanOutput, error)
ScanWithContext mocks base method
func (*MockDynamoDBAPI) TagResource ¶
func (m *MockDynamoDBAPI) TagResource(arg0 *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
TagResource mocks base method
func (*MockDynamoDBAPI) TagResourceRequest ¶
func (m *MockDynamoDBAPI) TagResourceRequest(arg0 *dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockDynamoDBAPI) TagResourceWithContext ¶
func (m *MockDynamoDBAPI) TagResourceWithContext(arg0 context.Context, arg1 *dynamodb.TagResourceInput, arg2 ...request.Option) (*dynamodb.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockDynamoDBAPI) TransactGetItems ¶
func (m *MockDynamoDBAPI) TransactGetItems(arg0 *dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error)
TransactGetItems mocks base method
func (*MockDynamoDBAPI) TransactGetItemsRequest ¶
func (m *MockDynamoDBAPI) TransactGetItemsRequest(arg0 *dynamodb.TransactGetItemsInput) (*request.Request, *dynamodb.TransactGetItemsOutput)
TransactGetItemsRequest mocks base method
func (*MockDynamoDBAPI) TransactGetItemsWithContext ¶
func (m *MockDynamoDBAPI) TransactGetItemsWithContext(arg0 context.Context, arg1 *dynamodb.TransactGetItemsInput, arg2 ...request.Option) (*dynamodb.TransactGetItemsOutput, error)
TransactGetItemsWithContext mocks base method
func (*MockDynamoDBAPI) TransactWriteItems ¶
func (m *MockDynamoDBAPI) TransactWriteItems(arg0 *dynamodb.TransactWriteItemsInput) (*dynamodb.TransactWriteItemsOutput, error)
TransactWriteItems mocks base method
func (*MockDynamoDBAPI) TransactWriteItemsRequest ¶
func (m *MockDynamoDBAPI) TransactWriteItemsRequest(arg0 *dynamodb.TransactWriteItemsInput) (*request.Request, *dynamodb.TransactWriteItemsOutput)
TransactWriteItemsRequest mocks base method
func (*MockDynamoDBAPI) TransactWriteItemsWithContext ¶
func (m *MockDynamoDBAPI) TransactWriteItemsWithContext(arg0 context.Context, arg1 *dynamodb.TransactWriteItemsInput, arg2 ...request.Option) (*dynamodb.TransactWriteItemsOutput, error)
TransactWriteItemsWithContext mocks base method
func (*MockDynamoDBAPI) UntagResource ¶
func (m *MockDynamoDBAPI) UntagResource(arg0 *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockDynamoDBAPI) UntagResourceRequest ¶
func (m *MockDynamoDBAPI) UntagResourceRequest(arg0 *dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockDynamoDBAPI) UntagResourceWithContext ¶
func (m *MockDynamoDBAPI) UntagResourceWithContext(arg0 context.Context, arg1 *dynamodb.UntagResourceInput, arg2 ...request.Option) (*dynamodb.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockDynamoDBAPI) UpdateContinuousBackups ¶
func (m *MockDynamoDBAPI) UpdateContinuousBackups(arg0 *dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
UpdateContinuousBackups mocks base method
func (*MockDynamoDBAPI) UpdateContinuousBackupsRequest ¶
func (m *MockDynamoDBAPI) UpdateContinuousBackupsRequest(arg0 *dynamodb.UpdateContinuousBackupsInput) (*request.Request, *dynamodb.UpdateContinuousBackupsOutput)
UpdateContinuousBackupsRequest mocks base method
func (*MockDynamoDBAPI) UpdateContinuousBackupsWithContext ¶
func (m *MockDynamoDBAPI) UpdateContinuousBackupsWithContext(arg0 context.Context, arg1 *dynamodb.UpdateContinuousBackupsInput, arg2 ...request.Option) (*dynamodb.UpdateContinuousBackupsOutput, error)
UpdateContinuousBackupsWithContext mocks base method
func (*MockDynamoDBAPI) UpdateContributorInsights ¶
func (m *MockDynamoDBAPI) UpdateContributorInsights(arg0 *dynamodb.UpdateContributorInsightsInput) (*dynamodb.UpdateContributorInsightsOutput, error)
UpdateContributorInsights mocks base method
func (*MockDynamoDBAPI) UpdateContributorInsightsRequest ¶
func (m *MockDynamoDBAPI) UpdateContributorInsightsRequest(arg0 *dynamodb.UpdateContributorInsightsInput) (*request.Request, *dynamodb.UpdateContributorInsightsOutput)
UpdateContributorInsightsRequest mocks base method
func (*MockDynamoDBAPI) UpdateContributorInsightsWithContext ¶
func (m *MockDynamoDBAPI) UpdateContributorInsightsWithContext(arg0 context.Context, arg1 *dynamodb.UpdateContributorInsightsInput, arg2 ...request.Option) (*dynamodb.UpdateContributorInsightsOutput, error)
UpdateContributorInsightsWithContext mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTable ¶
func (m *MockDynamoDBAPI) UpdateGlobalTable(arg0 *dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error)
UpdateGlobalTable mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableRequest ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableRequest(arg0 *dynamodb.UpdateGlobalTableInput) (*request.Request, *dynamodb.UpdateGlobalTableOutput)
UpdateGlobalTableRequest mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableSettings ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableSettings(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
UpdateGlobalTableSettings mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableSettingsRequest ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsRequest(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*request.Request, *dynamodb.UpdateGlobalTableSettingsOutput)
UpdateGlobalTableSettingsRequest mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext(arg0 context.Context, arg1 *dynamodb.UpdateGlobalTableSettingsInput, arg2 ...request.Option) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
UpdateGlobalTableSettingsWithContext mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableWithContext ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableWithContext(arg0 context.Context, arg1 *dynamodb.UpdateGlobalTableInput, arg2 ...request.Option) (*dynamodb.UpdateGlobalTableOutput, error)
UpdateGlobalTableWithContext mocks base method
func (*MockDynamoDBAPI) UpdateItem ¶
func (m *MockDynamoDBAPI) UpdateItem(arg0 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
UpdateItem mocks base method
func (*MockDynamoDBAPI) UpdateItemRequest ¶
func (m *MockDynamoDBAPI) UpdateItemRequest(arg0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
UpdateItemRequest mocks base method
func (*MockDynamoDBAPI) UpdateItemWithContext ¶
func (m *MockDynamoDBAPI) UpdateItemWithContext(arg0 context.Context, arg1 *dynamodb.UpdateItemInput, arg2 ...request.Option) (*dynamodb.UpdateItemOutput, error)
UpdateItemWithContext mocks base method
func (*MockDynamoDBAPI) UpdateTable ¶
func (m *MockDynamoDBAPI) UpdateTable(arg0 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
UpdateTable mocks base method
func (*MockDynamoDBAPI) UpdateTableReplicaAutoScaling ¶
func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScaling(arg0 *dynamodb.UpdateTableReplicaAutoScalingInput) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
UpdateTableReplicaAutoScaling mocks base method
func (*MockDynamoDBAPI) UpdateTableReplicaAutoScalingRequest ¶
func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScalingRequest(arg0 *dynamodb.UpdateTableReplicaAutoScalingInput) (*request.Request, *dynamodb.UpdateTableReplicaAutoScalingOutput)
UpdateTableReplicaAutoScalingRequest mocks base method
func (*MockDynamoDBAPI) UpdateTableReplicaAutoScalingWithContext ¶
func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScalingWithContext(arg0 context.Context, arg1 *dynamodb.UpdateTableReplicaAutoScalingInput, arg2 ...request.Option) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
UpdateTableReplicaAutoScalingWithContext mocks base method
func (*MockDynamoDBAPI) UpdateTableRequest ¶
func (m *MockDynamoDBAPI) UpdateTableRequest(arg0 *dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
UpdateTableRequest mocks base method
func (*MockDynamoDBAPI) UpdateTableWithContext ¶
func (m *MockDynamoDBAPI) UpdateTableWithContext(arg0 context.Context, arg1 *dynamodb.UpdateTableInput, arg2 ...request.Option) (*dynamodb.UpdateTableOutput, error)
UpdateTableWithContext mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLive ¶
func (m *MockDynamoDBAPI) UpdateTimeToLive(arg0 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLive mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLiveRequest ¶
func (m *MockDynamoDBAPI) UpdateTimeToLiveRequest(arg0 *dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
UpdateTimeToLiveRequest mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLiveWithContext ¶
func (m *MockDynamoDBAPI) UpdateTimeToLiveWithContext(arg0 context.Context, arg1 *dynamodb.UpdateTimeToLiveInput, arg2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLiveWithContext mocks base method
func (*MockDynamoDBAPI) WaitUntilTableExists ¶
func (m *MockDynamoDBAPI) WaitUntilTableExists(arg0 *dynamodb.DescribeTableInput) error
WaitUntilTableExists mocks base method
func (*MockDynamoDBAPI) WaitUntilTableExistsWithContext ¶
func (m *MockDynamoDBAPI) WaitUntilTableExistsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.WaiterOption) error
WaitUntilTableExistsWithContext mocks base method
func (*MockDynamoDBAPI) WaitUntilTableNotExists ¶
func (m *MockDynamoDBAPI) WaitUntilTableNotExists(arg0 *dynamodb.DescribeTableInput) error
WaitUntilTableNotExists mocks base method
func (*MockDynamoDBAPI) WaitUntilTableNotExistsWithContext ¶
func (m *MockDynamoDBAPI) WaitUntilTableNotExistsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.WaiterOption) error
WaitUntilTableNotExistsWithContext mocks base method
type MockDynamoDBAPIMockRecorder ¶
type MockDynamoDBAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockDynamoDBAPIMockRecorder is the mock recorder for MockDynamoDBAPI
func (*MockDynamoDBAPIMockRecorder) BatchExecuteStatement ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchExecuteStatement(arg0 interface{}) *gomock.Call
BatchExecuteStatement indicates an expected call of BatchExecuteStatement
func (*MockDynamoDBAPIMockRecorder) BatchExecuteStatementRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchExecuteStatementRequest(arg0 interface{}) *gomock.Call
BatchExecuteStatementRequest indicates an expected call of BatchExecuteStatementRequest
func (*MockDynamoDBAPIMockRecorder) BatchExecuteStatementWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchExecuteStatementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchExecuteStatementWithContext indicates an expected call of BatchExecuteStatementWithContext
func (*MockDynamoDBAPIMockRecorder) BatchGetItem ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItem(arg0 interface{}) *gomock.Call
BatchGetItem indicates an expected call of BatchGetItem
func (*MockDynamoDBAPIMockRecorder) BatchGetItemPages ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPages(arg0, arg1 interface{}) *gomock.Call
BatchGetItemPages indicates an expected call of BatchGetItemPages
func (*MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
BatchGetItemPagesWithContext indicates an expected call of BatchGetItemPagesWithContext
func (*MockDynamoDBAPIMockRecorder) BatchGetItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemRequest(arg0 interface{}) *gomock.Call
BatchGetItemRequest indicates an expected call of BatchGetItemRequest
func (*MockDynamoDBAPIMockRecorder) BatchGetItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchGetItemWithContext indicates an expected call of BatchGetItemWithContext
func (*MockDynamoDBAPIMockRecorder) BatchWriteItem ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItem(arg0 interface{}) *gomock.Call
BatchWriteItem indicates an expected call of BatchWriteItem
func (*MockDynamoDBAPIMockRecorder) BatchWriteItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemRequest(arg0 interface{}) *gomock.Call
BatchWriteItemRequest indicates an expected call of BatchWriteItemRequest
func (*MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchWriteItemWithContext indicates an expected call of BatchWriteItemWithContext
func (*MockDynamoDBAPIMockRecorder) CreateBackup ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateBackup(arg0 interface{}) *gomock.Call
CreateBackup indicates an expected call of CreateBackup
func (*MockDynamoDBAPIMockRecorder) CreateBackupRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateBackupRequest(arg0 interface{}) *gomock.Call
CreateBackupRequest indicates an expected call of CreateBackupRequest
func (*MockDynamoDBAPIMockRecorder) CreateBackupWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateBackupWithContext indicates an expected call of CreateBackupWithContext
func (*MockDynamoDBAPIMockRecorder) CreateGlobalTable ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTable(arg0 interface{}) *gomock.Call
CreateGlobalTable indicates an expected call of CreateGlobalTable
func (*MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest(arg0 interface{}) *gomock.Call
CreateGlobalTableRequest indicates an expected call of CreateGlobalTableRequest
func (*MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateGlobalTableWithContext indicates an expected call of CreateGlobalTableWithContext
func (*MockDynamoDBAPIMockRecorder) CreateTable ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call
CreateTable indicates an expected call of CreateTable
func (*MockDynamoDBAPIMockRecorder) CreateTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call
CreateTableRequest indicates an expected call of CreateTableRequest
func (*MockDynamoDBAPIMockRecorder) CreateTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateTableWithContext indicates an expected call of CreateTableWithContext
func (*MockDynamoDBAPIMockRecorder) DeleteBackup ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteBackup(arg0 interface{}) *gomock.Call
DeleteBackup indicates an expected call of DeleteBackup
func (*MockDynamoDBAPIMockRecorder) DeleteBackupRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupRequest(arg0 interface{}) *gomock.Call
DeleteBackupRequest indicates an expected call of DeleteBackupRequest
func (*MockDynamoDBAPIMockRecorder) DeleteBackupWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBackupWithContext indicates an expected call of DeleteBackupWithContext
func (*MockDynamoDBAPIMockRecorder) DeleteItem ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteItem(arg0 interface{}) *gomock.Call
DeleteItem indicates an expected call of DeleteItem
func (*MockDynamoDBAPIMockRecorder) DeleteItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteItemRequest(arg0 interface{}) *gomock.Call
DeleteItemRequest indicates an expected call of DeleteItemRequest
func (*MockDynamoDBAPIMockRecorder) DeleteItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteItemWithContext indicates an expected call of DeleteItemWithContext
func (*MockDynamoDBAPIMockRecorder) DeleteTable ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call
DeleteTable indicates an expected call of DeleteTable
func (*MockDynamoDBAPIMockRecorder) DeleteTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call
DeleteTableRequest indicates an expected call of DeleteTableRequest
func (*MockDynamoDBAPIMockRecorder) DeleteTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteTableWithContext indicates an expected call of DeleteTableWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeBackup ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeBackup(arg0 interface{}) *gomock.Call
DescribeBackup indicates an expected call of DescribeBackup
func (*MockDynamoDBAPIMockRecorder) DescribeBackupRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupRequest(arg0 interface{}) *gomock.Call
DescribeBackupRequest indicates an expected call of DescribeBackupRequest
func (*MockDynamoDBAPIMockRecorder) DescribeBackupWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeBackupWithContext indicates an expected call of DescribeBackupWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackups ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackups(arg0 interface{}) *gomock.Call
DescribeContinuousBackups indicates an expected call of DescribeContinuousBackups
func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest(arg0 interface{}) *gomock.Call
DescribeContinuousBackupsRequest indicates an expected call of DescribeContinuousBackupsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeContinuousBackupsWithContext indicates an expected call of DescribeContinuousBackupsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeContributorInsights ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsights(arg0 interface{}) *gomock.Call
DescribeContributorInsights indicates an expected call of DescribeContributorInsights
func (*MockDynamoDBAPIMockRecorder) DescribeContributorInsightsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsRequest(arg0 interface{}) *gomock.Call
DescribeContributorInsightsRequest indicates an expected call of DescribeContributorInsightsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeContributorInsightsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeContributorInsightsWithContext indicates an expected call of DescribeContributorInsightsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeEndpoints ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpoints(arg0 interface{}) *gomock.Call
DescribeEndpoints indicates an expected call of DescribeEndpoints
func (*MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest(arg0 interface{}) *gomock.Call
DescribeEndpointsRequest indicates an expected call of DescribeEndpointsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeEndpointsWithContext indicates an expected call of DescribeEndpointsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeExport ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeExport(arg0 interface{}) *gomock.Call
DescribeExport indicates an expected call of DescribeExport
func (*MockDynamoDBAPIMockRecorder) DescribeExportRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeExportRequest(arg0 interface{}) *gomock.Call
DescribeExportRequest indicates an expected call of DescribeExportRequest
func (*MockDynamoDBAPIMockRecorder) DescribeExportWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeExportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeExportWithContext indicates an expected call of DescribeExportWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTable ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTable(arg0 interface{}) *gomock.Call
DescribeGlobalTable indicates an expected call of DescribeGlobalTable
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest(arg0 interface{}) *gomock.Call
DescribeGlobalTableRequest indicates an expected call of DescribeGlobalTableRequest
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings(arg0 interface{}) *gomock.Call
DescribeGlobalTableSettings indicates an expected call of DescribeGlobalTableSettings
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
DescribeGlobalTableSettingsRequest indicates an expected call of DescribeGlobalTableSettingsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeGlobalTableSettingsWithContext indicates an expected call of DescribeGlobalTableSettingsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeGlobalTableWithContext indicates an expected call of DescribeGlobalTableWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestination ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestination(arg0 interface{}) *gomock.Call
DescribeKinesisStreamingDestination indicates an expected call of DescribeKinesisStreamingDestination
func (*MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationRequest(arg0 interface{}) *gomock.Call
DescribeKinesisStreamingDestinationRequest indicates an expected call of DescribeKinesisStreamingDestinationRequest
func (*MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeKinesisStreamingDestinationWithContext indicates an expected call of DescribeKinesisStreamingDestinationWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeLimits ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeLimits(arg0 interface{}) *gomock.Call
DescribeLimits indicates an expected call of DescribeLimits
func (*MockDynamoDBAPIMockRecorder) DescribeLimitsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsRequest(arg0 interface{}) *gomock.Call
DescribeLimitsRequest indicates an expected call of DescribeLimitsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeLimitsWithContext indicates an expected call of DescribeLimitsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeTable ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call
DescribeTable indicates an expected call of DescribeTable
func (*MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScaling ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScaling(arg0 interface{}) *gomock.Call
DescribeTableReplicaAutoScaling indicates an expected call of DescribeTableReplicaAutoScaling
func (*MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call
DescribeTableReplicaAutoScalingRequest indicates an expected call of DescribeTableReplicaAutoScalingRequest
func (*MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTableReplicaAutoScalingWithContext indicates an expected call of DescribeTableReplicaAutoScalingWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTableRequest(arg0 interface{}) *gomock.Call
DescribeTableRequest indicates an expected call of DescribeTableRequest
func (*MockDynamoDBAPIMockRecorder) DescribeTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTableWithContext indicates an expected call of DescribeTableWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLive ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLive(arg0 interface{}) *gomock.Call
DescribeTimeToLive indicates an expected call of DescribeTimeToLive
func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest(arg0 interface{}) *gomock.Call
DescribeTimeToLiveRequest indicates an expected call of DescribeTimeToLiveRequest
func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTimeToLiveWithContext indicates an expected call of DescribeTimeToLiveWithContext
func (*MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestination ¶
func (mr *MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestination(arg0 interface{}) *gomock.Call
DisableKinesisStreamingDestination indicates an expected call of DisableKinesisStreamingDestination
func (*MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationRequest(arg0 interface{}) *gomock.Call
DisableKinesisStreamingDestinationRequest indicates an expected call of DisableKinesisStreamingDestinationRequest
func (*MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisableKinesisStreamingDestinationWithContext indicates an expected call of DisableKinesisStreamingDestinationWithContext
func (*MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestination ¶
func (mr *MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestination(arg0 interface{}) *gomock.Call
EnableKinesisStreamingDestination indicates an expected call of EnableKinesisStreamingDestination
func (*MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationRequest(arg0 interface{}) *gomock.Call
EnableKinesisStreamingDestinationRequest indicates an expected call of EnableKinesisStreamingDestinationRequest
func (*MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
EnableKinesisStreamingDestinationWithContext indicates an expected call of EnableKinesisStreamingDestinationWithContext
func (*MockDynamoDBAPIMockRecorder) ExecuteStatement ¶
func (mr *MockDynamoDBAPIMockRecorder) ExecuteStatement(arg0 interface{}) *gomock.Call
ExecuteStatement indicates an expected call of ExecuteStatement
func (*MockDynamoDBAPIMockRecorder) ExecuteStatementRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ExecuteStatementRequest(arg0 interface{}) *gomock.Call
ExecuteStatementRequest indicates an expected call of ExecuteStatementRequest
func (*MockDynamoDBAPIMockRecorder) ExecuteStatementWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ExecuteStatementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ExecuteStatementWithContext indicates an expected call of ExecuteStatementWithContext
func (*MockDynamoDBAPIMockRecorder) ExecuteTransaction ¶
func (mr *MockDynamoDBAPIMockRecorder) ExecuteTransaction(arg0 interface{}) *gomock.Call
ExecuteTransaction indicates an expected call of ExecuteTransaction
func (*MockDynamoDBAPIMockRecorder) ExecuteTransactionRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ExecuteTransactionRequest(arg0 interface{}) *gomock.Call
ExecuteTransactionRequest indicates an expected call of ExecuteTransactionRequest
func (*MockDynamoDBAPIMockRecorder) ExecuteTransactionWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ExecuteTransactionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ExecuteTransactionWithContext indicates an expected call of ExecuteTransactionWithContext
func (*MockDynamoDBAPIMockRecorder) ExportTableToPointInTime ¶
func (mr *MockDynamoDBAPIMockRecorder) ExportTableToPointInTime(arg0 interface{}) *gomock.Call
ExportTableToPointInTime indicates an expected call of ExportTableToPointInTime
func (*MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeRequest(arg0 interface{}) *gomock.Call
ExportTableToPointInTimeRequest indicates an expected call of ExportTableToPointInTimeRequest
func (*MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ExportTableToPointInTimeWithContext indicates an expected call of ExportTableToPointInTimeWithContext
func (*MockDynamoDBAPIMockRecorder) GetItem ¶
func (mr *MockDynamoDBAPIMockRecorder) GetItem(arg0 interface{}) *gomock.Call
GetItem indicates an expected call of GetItem
func (*MockDynamoDBAPIMockRecorder) GetItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) GetItemRequest(arg0 interface{}) *gomock.Call
GetItemRequest indicates an expected call of GetItemRequest
func (*MockDynamoDBAPIMockRecorder) GetItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) GetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetItemWithContext indicates an expected call of GetItemWithContext
func (*MockDynamoDBAPIMockRecorder) ListBackups ¶
func (mr *MockDynamoDBAPIMockRecorder) ListBackups(arg0 interface{}) *gomock.Call
ListBackups indicates an expected call of ListBackups
func (*MockDynamoDBAPIMockRecorder) ListBackupsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListBackupsRequest(arg0 interface{}) *gomock.Call
ListBackupsRequest indicates an expected call of ListBackupsRequest
func (*MockDynamoDBAPIMockRecorder) ListBackupsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBackupsWithContext indicates an expected call of ListBackupsWithContext
func (*MockDynamoDBAPIMockRecorder) ListContributorInsights ¶
func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsights(arg0 interface{}) *gomock.Call
ListContributorInsights indicates an expected call of ListContributorInsights
func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsPages ¶
func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPages(arg0, arg1 interface{}) *gomock.Call
ListContributorInsightsPages indicates an expected call of ListContributorInsightsPages
func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListContributorInsightsPagesWithContext indicates an expected call of ListContributorInsightsPagesWithContext
func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsRequest(arg0 interface{}) *gomock.Call
ListContributorInsightsRequest indicates an expected call of ListContributorInsightsRequest
func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListContributorInsightsWithContext indicates an expected call of ListContributorInsightsWithContext
func (*MockDynamoDBAPIMockRecorder) ListExports ¶
func (mr *MockDynamoDBAPIMockRecorder) ListExports(arg0 interface{}) *gomock.Call
ListExports indicates an expected call of ListExports
func (*MockDynamoDBAPIMockRecorder) ListExportsPages ¶
func (mr *MockDynamoDBAPIMockRecorder) ListExportsPages(arg0, arg1 interface{}) *gomock.Call
ListExportsPages indicates an expected call of ListExportsPages
func (*MockDynamoDBAPIMockRecorder) ListExportsPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListExportsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListExportsPagesWithContext indicates an expected call of ListExportsPagesWithContext
func (*MockDynamoDBAPIMockRecorder) ListExportsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListExportsRequest(arg0 interface{}) *gomock.Call
ListExportsRequest indicates an expected call of ListExportsRequest
func (*MockDynamoDBAPIMockRecorder) ListExportsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListExportsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListExportsWithContext indicates an expected call of ListExportsWithContext
func (*MockDynamoDBAPIMockRecorder) ListGlobalTables ¶
func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTables(arg0 interface{}) *gomock.Call
ListGlobalTables indicates an expected call of ListGlobalTables
func (*MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest(arg0 interface{}) *gomock.Call
ListGlobalTablesRequest indicates an expected call of ListGlobalTablesRequest
func (*MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListGlobalTablesWithContext indicates an expected call of ListGlobalTablesWithContext
func (*MockDynamoDBAPIMockRecorder) ListTables ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call
ListTables indicates an expected call of ListTables
func (*MockDynamoDBAPIMockRecorder) ListTablesPages ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call
ListTablesPages indicates an expected call of ListTablesPages
func (*MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListTablesPagesWithContext indicates an expected call of ListTablesPagesWithContext
func (*MockDynamoDBAPIMockRecorder) ListTablesRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call
ListTablesRequest indicates an expected call of ListTablesRequest
func (*MockDynamoDBAPIMockRecorder) ListTablesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTablesWithContext indicates an expected call of ListTablesWithContext
func (*MockDynamoDBAPIMockRecorder) ListTagsOfResource ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResource(arg0 interface{}) *gomock.Call
ListTagsOfResource indicates an expected call of ListTagsOfResource
func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest(arg0 interface{}) *gomock.Call
ListTagsOfResourceRequest indicates an expected call of ListTagsOfResourceRequest
func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsOfResourceWithContext indicates an expected call of ListTagsOfResourceWithContext
func (*MockDynamoDBAPIMockRecorder) PutItem ¶
func (mr *MockDynamoDBAPIMockRecorder) PutItem(arg0 interface{}) *gomock.Call
PutItem indicates an expected call of PutItem
func (*MockDynamoDBAPIMockRecorder) PutItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) PutItemRequest(arg0 interface{}) *gomock.Call
PutItemRequest indicates an expected call of PutItemRequest
func (*MockDynamoDBAPIMockRecorder) PutItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) PutItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutItemWithContext indicates an expected call of PutItemWithContext
func (*MockDynamoDBAPIMockRecorder) Query ¶
func (mr *MockDynamoDBAPIMockRecorder) Query(arg0 interface{}) *gomock.Call
Query indicates an expected call of Query
func (*MockDynamoDBAPIMockRecorder) QueryPages ¶
func (mr *MockDynamoDBAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call
QueryPages indicates an expected call of QueryPages
func (*MockDynamoDBAPIMockRecorder) QueryPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
QueryPagesWithContext indicates an expected call of QueryPagesWithContext
func (*MockDynamoDBAPIMockRecorder) QueryRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call
QueryRequest indicates an expected call of QueryRequest
func (*MockDynamoDBAPIMockRecorder) QueryWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
QueryWithContext indicates an expected call of QueryWithContext
func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackup ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackup(arg0 interface{}) *gomock.Call
RestoreTableFromBackup indicates an expected call of RestoreTableFromBackup
func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest(arg0 interface{}) *gomock.Call
RestoreTableFromBackupRequest indicates an expected call of RestoreTableFromBackupRequest
func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RestoreTableFromBackupWithContext indicates an expected call of RestoreTableFromBackupWithContext
func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime(arg0 interface{}) *gomock.Call
RestoreTableToPointInTime indicates an expected call of RestoreTableToPointInTime
func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest(arg0 interface{}) *gomock.Call
RestoreTableToPointInTimeRequest indicates an expected call of RestoreTableToPointInTimeRequest
func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RestoreTableToPointInTimeWithContext indicates an expected call of RestoreTableToPointInTimeWithContext
func (*MockDynamoDBAPIMockRecorder) Scan ¶
func (mr *MockDynamoDBAPIMockRecorder) Scan(arg0 interface{}) *gomock.Call
Scan indicates an expected call of Scan
func (*MockDynamoDBAPIMockRecorder) ScanPages ¶
func (mr *MockDynamoDBAPIMockRecorder) ScanPages(arg0, arg1 interface{}) *gomock.Call
ScanPages indicates an expected call of ScanPages
func (*MockDynamoDBAPIMockRecorder) ScanPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ScanPagesWithContext indicates an expected call of ScanPagesWithContext
func (*MockDynamoDBAPIMockRecorder) ScanRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ScanRequest(arg0 interface{}) *gomock.Call
ScanRequest indicates an expected call of ScanRequest
func (*MockDynamoDBAPIMockRecorder) ScanWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ScanWithContext indicates an expected call of ScanWithContext
func (*MockDynamoDBAPIMockRecorder) TagResource ¶
func (mr *MockDynamoDBAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockDynamoDBAPIMockRecorder) TagResourceRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockDynamoDBAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockDynamoDBAPIMockRecorder) TransactGetItems ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactGetItems(arg0 interface{}) *gomock.Call
TransactGetItems indicates an expected call of TransactGetItems
func (*MockDynamoDBAPIMockRecorder) TransactGetItemsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsRequest(arg0 interface{}) *gomock.Call
TransactGetItemsRequest indicates an expected call of TransactGetItemsRequest
func (*MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TransactGetItemsWithContext indicates an expected call of TransactGetItemsWithContext
func (*MockDynamoDBAPIMockRecorder) TransactWriteItems ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItems(arg0 interface{}) *gomock.Call
TransactWriteItems indicates an expected call of TransactWriteItems
func (*MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest(arg0 interface{}) *gomock.Call
TransactWriteItemsRequest indicates an expected call of TransactWriteItemsRequest
func (*MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TransactWriteItemsWithContext indicates an expected call of TransactWriteItemsWithContext
func (*MockDynamoDBAPIMockRecorder) UntagResource ¶
func (mr *MockDynamoDBAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockDynamoDBAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockDynamoDBAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackups ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackups(arg0 interface{}) *gomock.Call
UpdateContinuousBackups indicates an expected call of UpdateContinuousBackups
func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest(arg0 interface{}) *gomock.Call
UpdateContinuousBackupsRequest indicates an expected call of UpdateContinuousBackupsRequest
func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateContinuousBackupsWithContext indicates an expected call of UpdateContinuousBackupsWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateContributorInsights ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsights(arg0 interface{}) *gomock.Call
UpdateContributorInsights indicates an expected call of UpdateContributorInsights
func (*MockDynamoDBAPIMockRecorder) UpdateContributorInsightsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsRequest(arg0 interface{}) *gomock.Call
UpdateContributorInsightsRequest indicates an expected call of UpdateContributorInsightsRequest
func (*MockDynamoDBAPIMockRecorder) UpdateContributorInsightsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateContributorInsightsWithContext indicates an expected call of UpdateContributorInsightsWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTable ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTable(arg0 interface{}) *gomock.Call
UpdateGlobalTable indicates an expected call of UpdateGlobalTable
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest(arg0 interface{}) *gomock.Call
UpdateGlobalTableRequest indicates an expected call of UpdateGlobalTableRequest
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings(arg0 interface{}) *gomock.Call
UpdateGlobalTableSettings indicates an expected call of UpdateGlobalTableSettings
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
UpdateGlobalTableSettingsRequest indicates an expected call of UpdateGlobalTableSettingsRequest
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateGlobalTableSettingsWithContext indicates an expected call of UpdateGlobalTableSettingsWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateGlobalTableWithContext indicates an expected call of UpdateGlobalTableWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateItem ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateItem(arg0 interface{}) *gomock.Call
UpdateItem indicates an expected call of UpdateItem
func (*MockDynamoDBAPIMockRecorder) UpdateItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateItemRequest(arg0 interface{}) *gomock.Call
UpdateItemRequest indicates an expected call of UpdateItemRequest
func (*MockDynamoDBAPIMockRecorder) UpdateItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateItemWithContext indicates an expected call of UpdateItemWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateTable ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call
UpdateTable indicates an expected call of UpdateTable
func (*MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScaling ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScaling(arg0 interface{}) *gomock.Call
UpdateTableReplicaAutoScaling indicates an expected call of UpdateTableReplicaAutoScaling
func (*MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call
UpdateTableReplicaAutoScalingRequest indicates an expected call of UpdateTableReplicaAutoScalingRequest
func (*MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateTableReplicaAutoScalingWithContext indicates an expected call of UpdateTableReplicaAutoScalingWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call
UpdateTableRequest indicates an expected call of UpdateTableRequest
func (*MockDynamoDBAPIMockRecorder) UpdateTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateTableWithContext indicates an expected call of UpdateTableWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLive ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call
UpdateTimeToLive indicates an expected call of UpdateTimeToLive
func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest(arg0 interface{}) *gomock.Call
UpdateTimeToLiveRequest indicates an expected call of UpdateTimeToLiveRequest
func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateTimeToLiveWithContext indicates an expected call of UpdateTimeToLiveWithContext
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExists ¶
func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExists(arg0 interface{}) *gomock.Call
WaitUntilTableExists indicates an expected call of WaitUntilTableExists
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilTableExistsWithContext indicates an expected call of WaitUntilTableExistsWithContext
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists ¶
func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call
WaitUntilTableNotExists indicates an expected call of WaitUntilTableNotExists
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilTableNotExistsWithContext indicates an expected call of WaitUntilTableNotExistsWithContext