Documentation ¶
Index ¶
- type DynamoDb
- func (db *DynamoDb) BatchExecuteStatement(*dynamodb.BatchExecuteStatementInput) (*dynamodb.BatchExecuteStatementOutput, error)
- func (db *DynamoDb) BatchExecuteStatementRequest(*dynamodb.BatchExecuteStatementInput) (*request.Request, *dynamodb.BatchExecuteStatementOutput)
- func (db *DynamoDb) BatchExecuteStatementWithContext(aws.Context, *dynamodb.BatchExecuteStatementInput, ...request.Option) (*dynamodb.BatchExecuteStatementOutput, error)
- func (db *DynamoDb) BatchGetItem(*dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
- func (db *DynamoDb) BatchGetItemPages(*dynamodb.BatchGetItemInput, func(*dynamodb.BatchGetItemOutput, bool) bool) error
- func (db *DynamoDb) BatchGetItemPagesWithContext(aws.Context, *dynamodb.BatchGetItemInput, ...) error
- func (db *DynamoDb) BatchGetItemRequest(*dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
- func (db *DynamoDb) BatchGetItemWithContext(aws.Context, *dynamodb.BatchGetItemInput, ...request.Option) (*dynamodb.BatchGetItemOutput, error)
- func (db *DynamoDb) BatchWriteItem(*dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
- func (db *DynamoDb) BatchWriteItemRequest(*dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
- func (db *DynamoDb) BatchWriteItemWithContext(aws.Context, *dynamodb.BatchWriteItemInput, ...request.Option) (*dynamodb.BatchWriteItemOutput, error)
- func (db *DynamoDb) CreateBackup(*dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
- func (db *DynamoDb) CreateBackupRequest(*dynamodb.CreateBackupInput) (*request.Request, *dynamodb.CreateBackupOutput)
- func (db *DynamoDb) CreateBackupWithContext(aws.Context, *dynamodb.CreateBackupInput, ...request.Option) (*dynamodb.CreateBackupOutput, error)
- func (db *DynamoDb) CreateGlobalTable(*dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error)
- func (db *DynamoDb) CreateGlobalTableRequest(*dynamodb.CreateGlobalTableInput) (*request.Request, *dynamodb.CreateGlobalTableOutput)
- func (db *DynamoDb) CreateGlobalTableWithContext(aws.Context, *dynamodb.CreateGlobalTableInput, ...request.Option) (*dynamodb.CreateGlobalTableOutput, error)
- func (db *DynamoDb) CreateTable(*dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
- func (db *DynamoDb) CreateTableRequest(*dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
- func (db *DynamoDb) CreateTableWithContext(aws.Context, *dynamodb.CreateTableInput, ...request.Option) (*dynamodb.CreateTableOutput, error)
- func (db *DynamoDb) DeleteBackup(*dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error)
- func (db *DynamoDb) DeleteBackupRequest(*dynamodb.DeleteBackupInput) (*request.Request, *dynamodb.DeleteBackupOutput)
- func (db *DynamoDb) DeleteBackupWithContext(aws.Context, *dynamodb.DeleteBackupInput, ...request.Option) (*dynamodb.DeleteBackupOutput, error)
- func (db *DynamoDb) DeleteItem(*dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
- func (db *DynamoDb) DeleteItemRequest(*dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
- func (db *DynamoDb) DeleteItemWithContext(aws.Context, *dynamodb.DeleteItemInput, ...request.Option) (*dynamodb.DeleteItemOutput, error)
- func (db *DynamoDb) DeleteTable(*dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
- func (db *DynamoDb) DeleteTableRequest(*dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
- func (db *DynamoDb) DeleteTableWithContext(aws.Context, *dynamodb.DeleteTableInput, ...request.Option) (*dynamodb.DeleteTableOutput, error)
- func (db *DynamoDb) DescribeBackup(*dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error)
- func (db *DynamoDb) DescribeBackupRequest(*dynamodb.DescribeBackupInput) (*request.Request, *dynamodb.DescribeBackupOutput)
- func (db *DynamoDb) DescribeBackupWithContext(aws.Context, *dynamodb.DescribeBackupInput, ...request.Option) (*dynamodb.DescribeBackupOutput, error)
- func (db *DynamoDb) DescribeContinuousBackups(*dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
- func (db *DynamoDb) DescribeContinuousBackupsRequest(*dynamodb.DescribeContinuousBackupsInput) (*request.Request, *dynamodb.DescribeContinuousBackupsOutput)
- func (db *DynamoDb) DescribeContinuousBackupsWithContext(aws.Context, *dynamodb.DescribeContinuousBackupsInput, ...request.Option) (*dynamodb.DescribeContinuousBackupsOutput, error)
- func (db *DynamoDb) DescribeContributorInsights(*dynamodb.DescribeContributorInsightsInput) (*dynamodb.DescribeContributorInsightsOutput, error)
- func (db *DynamoDb) DescribeContributorInsightsRequest(*dynamodb.DescribeContributorInsightsInput) (*request.Request, *dynamodb.DescribeContributorInsightsOutput)
- func (db *DynamoDb) DescribeContributorInsightsWithContext(aws.Context, *dynamodb.DescribeContributorInsightsInput, ...request.Option) (*dynamodb.DescribeContributorInsightsOutput, error)
- func (db *DynamoDb) DescribeEndpoints(*dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error)
- func (db *DynamoDb) DescribeEndpointsRequest(*dynamodb.DescribeEndpointsInput) (*request.Request, *dynamodb.DescribeEndpointsOutput)
- func (db *DynamoDb) DescribeEndpointsWithContext(aws.Context, *dynamodb.DescribeEndpointsInput, ...request.Option) (*dynamodb.DescribeEndpointsOutput, error)
- func (db *DynamoDb) DescribeExport(*dynamodb.DescribeExportInput) (*dynamodb.DescribeExportOutput, error)
- func (db *DynamoDb) DescribeExportRequest(*dynamodb.DescribeExportInput) (*request.Request, *dynamodb.DescribeExportOutput)
- func (db *DynamoDb) DescribeExportWithContext(aws.Context, *dynamodb.DescribeExportInput, ...request.Option) (*dynamodb.DescribeExportOutput, error)
- func (db *DynamoDb) DescribeGlobalTable(*dynamodb.DescribeGlobalTableInput) (*dynamodb.DescribeGlobalTableOutput, error)
- func (db *DynamoDb) DescribeGlobalTableRequest(*dynamodb.DescribeGlobalTableInput) (*request.Request, *dynamodb.DescribeGlobalTableOutput)
- func (db *DynamoDb) DescribeGlobalTableSettings(*dynamodb.DescribeGlobalTableSettingsInput) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
- func (db *DynamoDb) DescribeGlobalTableSettingsRequest(*dynamodb.DescribeGlobalTableSettingsInput) (*request.Request, *dynamodb.DescribeGlobalTableSettingsOutput)
- func (db *DynamoDb) DescribeGlobalTableSettingsWithContext(aws.Context, *dynamodb.DescribeGlobalTableSettingsInput, ...request.Option) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
- func (db *DynamoDb) DescribeGlobalTableWithContext(aws.Context, *dynamodb.DescribeGlobalTableInput, ...request.Option) (*dynamodb.DescribeGlobalTableOutput, error)
- func (db *DynamoDb) DescribeKinesisStreamingDestination(*dynamodb.DescribeKinesisStreamingDestinationInput) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)
- func (db *DynamoDb) DescribeKinesisStreamingDestinationRequest(*dynamodb.DescribeKinesisStreamingDestinationInput) (*request.Request, *dynamodb.DescribeKinesisStreamingDestinationOutput)
- func (db *DynamoDb) DescribeKinesisStreamingDestinationWithContext(aws.Context, *dynamodb.DescribeKinesisStreamingDestinationInput, ...) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)
- func (db *DynamoDb) DescribeLimits(*dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
- func (db *DynamoDb) DescribeLimitsRequest(*dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
- func (db *DynamoDb) DescribeLimitsWithContext(aws.Context, *dynamodb.DescribeLimitsInput, ...request.Option) (*dynamodb.DescribeLimitsOutput, error)
- func (db *DynamoDb) DescribeTable(input *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
- func (db *DynamoDb) DescribeTableReplicaAutoScaling(*dynamodb.DescribeTableReplicaAutoScalingInput) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
- func (db *DynamoDb) DescribeTableReplicaAutoScalingRequest(*dynamodb.DescribeTableReplicaAutoScalingInput) (*request.Request, *dynamodb.DescribeTableReplicaAutoScalingOutput)
- func (db *DynamoDb) DescribeTableReplicaAutoScalingWithContext(aws.Context, *dynamodb.DescribeTableReplicaAutoScalingInput, ...request.Option) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
- func (db *DynamoDb) DescribeTableRequest(*dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
- func (db *DynamoDb) DescribeTableWithContext(aws.Context, *dynamodb.DescribeTableInput, ...request.Option) (*dynamodb.DescribeTableOutput, error)
- func (db *DynamoDb) DescribeTimeToLive(*dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (db *DynamoDb) DescribeTimeToLiveRequest(*dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
- func (db *DynamoDb) DescribeTimeToLiveWithContext(aws.Context, *dynamodb.DescribeTimeToLiveInput, ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (db *DynamoDb) DisableKinesisStreamingDestination(*dynamodb.DisableKinesisStreamingDestinationInput) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)
- func (db *DynamoDb) DisableKinesisStreamingDestinationRequest(*dynamodb.DisableKinesisStreamingDestinationInput) (*request.Request, *dynamodb.DisableKinesisStreamingDestinationOutput)
- func (db *DynamoDb) DisableKinesisStreamingDestinationWithContext(aws.Context, *dynamodb.DisableKinesisStreamingDestinationInput, ...) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)
- func (db *DynamoDb) EnableKinesisStreamingDestination(*dynamodb.EnableKinesisStreamingDestinationInput) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)
- func (db *DynamoDb) EnableKinesisStreamingDestinationRequest(*dynamodb.EnableKinesisStreamingDestinationInput) (*request.Request, *dynamodb.EnableKinesisStreamingDestinationOutput)
- func (db *DynamoDb) EnableKinesisStreamingDestinationWithContext(aws.Context, *dynamodb.EnableKinesisStreamingDestinationInput, ...) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)
- func (db *DynamoDb) ExecuteStatement(*dynamodb.ExecuteStatementInput) (*dynamodb.ExecuteStatementOutput, error)
- func (db *DynamoDb) ExecuteStatementRequest(*dynamodb.ExecuteStatementInput) (*request.Request, *dynamodb.ExecuteStatementOutput)
- func (db *DynamoDb) ExecuteStatementWithContext(aws.Context, *dynamodb.ExecuteStatementInput, ...request.Option) (*dynamodb.ExecuteStatementOutput, error)
- func (db *DynamoDb) ExecuteTransaction(*dynamodb.ExecuteTransactionInput) (*dynamodb.ExecuteTransactionOutput, error)
- func (db *DynamoDb) ExecuteTransactionRequest(*dynamodb.ExecuteTransactionInput) (*request.Request, *dynamodb.ExecuteTransactionOutput)
- func (db *DynamoDb) ExecuteTransactionWithContext(aws.Context, *dynamodb.ExecuteTransactionInput, ...request.Option) (*dynamodb.ExecuteTransactionOutput, error)
- func (db *DynamoDb) ExportTableToPointInTime(*dynamodb.ExportTableToPointInTimeInput) (*dynamodb.ExportTableToPointInTimeOutput, error)
- func (db *DynamoDb) ExportTableToPointInTimeRequest(*dynamodb.ExportTableToPointInTimeInput) (*request.Request, *dynamodb.ExportTableToPointInTimeOutput)
- func (db *DynamoDb) ExportTableToPointInTimeWithContext(aws.Context, *dynamodb.ExportTableToPointInTimeInput, ...request.Option) (*dynamodb.ExportTableToPointInTimeOutput, error)
- func (db *DynamoDb) GetItem(*dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
- func (db *DynamoDb) GetItemRequest(*dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
- func (db *DynamoDb) GetItemWithContext(aws.Context, *dynamodb.GetItemInput, ...request.Option) (*dynamodb.GetItemOutput, error)
- func (db *DynamoDb) GetTable(name string) *Table
- func (db *DynamoDb) ListBackups(*dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
- func (db *DynamoDb) ListBackupsRequest(*dynamodb.ListBackupsInput) (*request.Request, *dynamodb.ListBackupsOutput)
- func (db *DynamoDb) ListBackupsWithContext(aws.Context, *dynamodb.ListBackupsInput, ...request.Option) (*dynamodb.ListBackupsOutput, error)
- func (db *DynamoDb) ListContributorInsights(*dynamodb.ListContributorInsightsInput) (*dynamodb.ListContributorInsightsOutput, error)
- func (db *DynamoDb) ListContributorInsightsPages(*dynamodb.ListContributorInsightsInput, ...) error
- func (db *DynamoDb) ListContributorInsightsPagesWithContext(aws.Context, *dynamodb.ListContributorInsightsInput, ...) error
- func (db *DynamoDb) ListContributorInsightsRequest(*dynamodb.ListContributorInsightsInput) (*request.Request, *dynamodb.ListContributorInsightsOutput)
- func (db *DynamoDb) ListContributorInsightsWithContext(aws.Context, *dynamodb.ListContributorInsightsInput, ...request.Option) (*dynamodb.ListContributorInsightsOutput, error)
- func (db *DynamoDb) ListExports(*dynamodb.ListExportsInput) (*dynamodb.ListExportsOutput, error)
- func (db *DynamoDb) ListExportsPages(*dynamodb.ListExportsInput, func(*dynamodb.ListExportsOutput, bool) bool) error
- func (db *DynamoDb) ListExportsPagesWithContext(aws.Context, *dynamodb.ListExportsInput, ...) error
- func (db *DynamoDb) ListExportsRequest(*dynamodb.ListExportsInput) (*request.Request, *dynamodb.ListExportsOutput)
- func (db *DynamoDb) ListExportsWithContext(aws.Context, *dynamodb.ListExportsInput, ...request.Option) (*dynamodb.ListExportsOutput, error)
- func (db *DynamoDb) ListGlobalTables(*dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error)
- func (db *DynamoDb) ListGlobalTablesRequest(*dynamodb.ListGlobalTablesInput) (*request.Request, *dynamodb.ListGlobalTablesOutput)
- func (db *DynamoDb) ListGlobalTablesWithContext(aws.Context, *dynamodb.ListGlobalTablesInput, ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)
- func (db *DynamoDb) ListTables(*dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
- func (db *DynamoDb) ListTablesPages(*dynamodb.ListTablesInput, func(*dynamodb.ListTablesOutput, bool) bool) error
- func (db *DynamoDb) ListTablesPagesWithContext(aws.Context, *dynamodb.ListTablesInput, ...) error
- func (db *DynamoDb) ListTablesRequest(*dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
- func (db *DynamoDb) ListTablesWithContext(aws.Context, *dynamodb.ListTablesInput, ...request.Option) (*dynamodb.ListTablesOutput, error)
- func (db *DynamoDb) ListTagsOfResource(*dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
- func (db *DynamoDb) ListTagsOfResourceRequest(*dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
- func (db *DynamoDb) ListTagsOfResourceWithContext(aws.Context, *dynamodb.ListTagsOfResourceInput, ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)
- func (db *DynamoDb) PutItem(input *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
- func (db *DynamoDb) PutItemRequest(*dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
- func (db *DynamoDb) PutItemWithContext(ctx aws.Context, input *dynamodb.PutItemInput, opts ...request.Option) (*dynamodb.PutItemOutput, error)
- func (db *DynamoDb) Query(input *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
- func (db *DynamoDb) QueryPages(i *dynamodb.QueryInput, fn func(*dynamodb.QueryOutput, bool) bool) error
- func (db *DynamoDb) QueryPagesWithContext(_ aws.Context, i *dynamodb.QueryInput, ...) error
- func (db *DynamoDb) QueryRequest(*dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
- func (db *DynamoDb) QueryWithContext(_ aws.Context, input *dynamodb.QueryInput, _ ...request.Option) (*dynamodb.QueryOutput, error)
- func (db *DynamoDb) RestoreTableFromBackup(*dynamodb.RestoreTableFromBackupInput) (*dynamodb.RestoreTableFromBackupOutput, error)
- func (db *DynamoDb) RestoreTableFromBackupRequest(*dynamodb.RestoreTableFromBackupInput) (*request.Request, *dynamodb.RestoreTableFromBackupOutput)
- func (db *DynamoDb) RestoreTableFromBackupWithContext(aws.Context, *dynamodb.RestoreTableFromBackupInput, ...request.Option) (*dynamodb.RestoreTableFromBackupOutput, error)
- func (db *DynamoDb) RestoreTableToPointInTime(*dynamodb.RestoreTableToPointInTimeInput) (*dynamodb.RestoreTableToPointInTimeOutput, error)
- func (db *DynamoDb) RestoreTableToPointInTimeRequest(*dynamodb.RestoreTableToPointInTimeInput) (*request.Request, *dynamodb.RestoreTableToPointInTimeOutput)
- func (db *DynamoDb) RestoreTableToPointInTimeWithContext(aws.Context, *dynamodb.RestoreTableToPointInTimeInput, ...request.Option) (*dynamodb.RestoreTableToPointInTimeOutput, error)
- func (db *DynamoDb) Scan(input *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
- func (db *DynamoDb) ScanPages(i *dynamodb.ScanInput, fn func(*dynamodb.ScanOutput, bool) bool) error
- func (db *DynamoDb) ScanPagesWithContext(_ aws.Context, i *dynamodb.ScanInput, fn func(*dynamodb.ScanOutput, bool) bool, ...) error
- func (db *DynamoDb) ScanRequest(*dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)
- func (db *DynamoDb) ScanWithContext(_ aws.Context, input *dynamodb.ScanInput, _ ...request.Option) (*dynamodb.ScanOutput, error)
- func (db *DynamoDb) TagResource(*dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
- func (db *DynamoDb) TagResourceRequest(*dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
- func (db *DynamoDb) TagResourceWithContext(aws.Context, *dynamodb.TagResourceInput, ...request.Option) (*dynamodb.TagResourceOutput, error)
- func (db *DynamoDb) TransactGetItems(*dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error)
- func (db *DynamoDb) TransactGetItemsRequest(*dynamodb.TransactGetItemsInput) (*request.Request, *dynamodb.TransactGetItemsOutput)
- func (db *DynamoDb) TransactGetItemsWithContext(aws.Context, *dynamodb.TransactGetItemsInput, ...request.Option) (*dynamodb.TransactGetItemsOutput, error)
- func (db *DynamoDb) TransactWriteItems(*dynamodb.TransactWriteItemsInput) (*dynamodb.TransactWriteItemsOutput, error)
- func (db *DynamoDb) TransactWriteItemsRequest(*dynamodb.TransactWriteItemsInput) (*request.Request, *dynamodb.TransactWriteItemsOutput)
- func (db *DynamoDb) TransactWriteItemsWithContext(aws.Context, *dynamodb.TransactWriteItemsInput, ...request.Option) (*dynamodb.TransactWriteItemsOutput, error)
- func (db *DynamoDb) UntagResource(*dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
- func (db *DynamoDb) UntagResourceRequest(*dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
- func (db *DynamoDb) UntagResourceWithContext(aws.Context, *dynamodb.UntagResourceInput, ...request.Option) (*dynamodb.UntagResourceOutput, error)
- func (db *DynamoDb) UpdateContinuousBackups(*dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
- func (db *DynamoDb) UpdateContinuousBackupsRequest(*dynamodb.UpdateContinuousBackupsInput) (*request.Request, *dynamodb.UpdateContinuousBackupsOutput)
- func (db *DynamoDb) UpdateContinuousBackupsWithContext(aws.Context, *dynamodb.UpdateContinuousBackupsInput, ...request.Option) (*dynamodb.UpdateContinuousBackupsOutput, error)
- func (db *DynamoDb) UpdateContributorInsights(*dynamodb.UpdateContributorInsightsInput) (*dynamodb.UpdateContributorInsightsOutput, error)
- func (db *DynamoDb) UpdateContributorInsightsRequest(*dynamodb.UpdateContributorInsightsInput) (*request.Request, *dynamodb.UpdateContributorInsightsOutput)
- func (db *DynamoDb) UpdateContributorInsightsWithContext(aws.Context, *dynamodb.UpdateContributorInsightsInput, ...request.Option) (*dynamodb.UpdateContributorInsightsOutput, error)
- func (db *DynamoDb) UpdateGlobalTable(*dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error)
- func (db *DynamoDb) UpdateGlobalTableRequest(*dynamodb.UpdateGlobalTableInput) (*request.Request, *dynamodb.UpdateGlobalTableOutput)
- func (db *DynamoDb) UpdateGlobalTableSettings(*dynamodb.UpdateGlobalTableSettingsInput) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
- func (db *DynamoDb) UpdateGlobalTableSettingsRequest(*dynamodb.UpdateGlobalTableSettingsInput) (*request.Request, *dynamodb.UpdateGlobalTableSettingsOutput)
- func (db *DynamoDb) UpdateGlobalTableSettingsWithContext(aws.Context, *dynamodb.UpdateGlobalTableSettingsInput, ...request.Option) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
- func (db *DynamoDb) UpdateGlobalTableWithContext(aws.Context, *dynamodb.UpdateGlobalTableInput, ...request.Option) (*dynamodb.UpdateGlobalTableOutput, error)
- func (db *DynamoDb) UpdateItem(*dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
- func (db *DynamoDb) UpdateItemRequest(*dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
- func (db *DynamoDb) UpdateItemWithContext(aws.Context, *dynamodb.UpdateItemInput, ...request.Option) (*dynamodb.UpdateItemOutput, error)
- func (db *DynamoDb) UpdateTable(*dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
- func (db *DynamoDb) UpdateTableReplicaAutoScaling(*dynamodb.UpdateTableReplicaAutoScalingInput) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
- func (db *DynamoDb) UpdateTableReplicaAutoScalingRequest(*dynamodb.UpdateTableReplicaAutoScalingInput) (*request.Request, *dynamodb.UpdateTableReplicaAutoScalingOutput)
- func (db *DynamoDb) UpdateTableReplicaAutoScalingWithContext(aws.Context, *dynamodb.UpdateTableReplicaAutoScalingInput, ...request.Option) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
- func (db *DynamoDb) UpdateTableRequest(*dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
- func (db *DynamoDb) UpdateTableWithContext(aws.Context, *dynamodb.UpdateTableInput, ...request.Option) (*dynamodb.UpdateTableOutput, error)
- func (db *DynamoDb) UpdateTimeToLive(*dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (db *DynamoDb) UpdateTimeToLiveRequest(*dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
- func (db *DynamoDb) UpdateTimeToLiveWithContext(aws.Context, *dynamodb.UpdateTimeToLiveInput, ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (db *DynamoDb) WaitUntilTableExists(*dynamodb.DescribeTableInput) error
- func (db *DynamoDb) WaitUntilTableExistsWithContext(aws.Context, *dynamodb.DescribeTableInput, ...request.WaiterOption) error
- func (db *DynamoDb) WaitUntilTableNotExists(*dynamodb.DescribeTableInput) error
- func (db *DynamoDb) WaitUntilTableNotExistsWithContext(aws.Context, *dynamodb.DescribeTableInput, ...request.WaiterOption) error
- type Table
- func (t *Table) AddReturnPutItemOutput(outputs ...*dynamodb.PutItemOutput)
- func (t *Table) AddReturnQueryOutput(outputs ...*dynamodb.QueryOutput)
- func (t *Table) AddReturnScanOutput(outputs ...*dynamodb.ScanOutput)
- func (t *Table) ReceivedPutItemInputs() *[]dynamodb.PutItemInput
- func (t *Table) ReceivedQueryInputs() *[]dynamodb.QueryInput
- func (t *Table) ReceivedScanInputs() *[]dynamodb.ScanInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDb ¶
func NewWithTables ¶
NewWithTables creates a new mockdynamodb client with tables
func (*DynamoDb) BatchExecuteStatement ¶
func (db *DynamoDb) BatchExecuteStatement(*dynamodb.BatchExecuteStatementInput) (*dynamodb.BatchExecuteStatementOutput, error)
BatchExecuteStatement is not implemented. It will panic in all cases.
func (*DynamoDb) BatchExecuteStatementRequest ¶
func (db *DynamoDb) BatchExecuteStatementRequest(*dynamodb.BatchExecuteStatementInput) (*request.Request, *dynamodb.BatchExecuteStatementOutput)
BatchExecuteStatementRequest is not implemented. It will panic in all cases.
func (*DynamoDb) BatchExecuteStatementWithContext ¶
func (db *DynamoDb) BatchExecuteStatementWithContext(aws.Context, *dynamodb.BatchExecuteStatementInput, ...request.Option) (*dynamodb.BatchExecuteStatementOutput, error)
BatchExecuteStatementWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) BatchGetItem ¶
func (db *DynamoDb) BatchGetItem(*dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
BatchGetItem is not implemented. It will panic in all cases.
func (*DynamoDb) BatchGetItemPages ¶
func (db *DynamoDb) BatchGetItemPages(*dynamodb.BatchGetItemInput, func(*dynamodb.BatchGetItemOutput, bool) bool) error
BatchGetItemPages is not implemented. It will panic in all cases.
func (*DynamoDb) BatchGetItemPagesWithContext ¶
func (db *DynamoDb) BatchGetItemPagesWithContext(aws.Context, *dynamodb.BatchGetItemInput, func(*dynamodb.BatchGetItemOutput, bool) bool, ...request.Option) error
BatchGetItemPagesWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) BatchGetItemRequest ¶
func (db *DynamoDb) BatchGetItemRequest(*dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
BatchGetItemRequest is not implemented. It will panic in all cases.
func (*DynamoDb) BatchGetItemWithContext ¶
func (db *DynamoDb) BatchGetItemWithContext(aws.Context, *dynamodb.BatchGetItemInput, ...request.Option) (*dynamodb.BatchGetItemOutput, error)
BatchGetItemWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) BatchWriteItem ¶
func (db *DynamoDb) BatchWriteItem(*dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItem is not implemented. It will panic in all cases.
func (*DynamoDb) BatchWriteItemRequest ¶
func (db *DynamoDb) BatchWriteItemRequest(*dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
BatchWriteItemRequest is not implemented. It will panic in all cases.
func (*DynamoDb) BatchWriteItemWithContext ¶
func (db *DynamoDb) BatchWriteItemWithContext(aws.Context, *dynamodb.BatchWriteItemInput, ...request.Option) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItemWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) CreateBackup ¶
func (db *DynamoDb) CreateBackup(*dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
CreateBackup is not implemented. It will panic in all cases.
func (*DynamoDb) CreateBackupRequest ¶
func (db *DynamoDb) CreateBackupRequest(*dynamodb.CreateBackupInput) (*request.Request, *dynamodb.CreateBackupOutput)
CreateBackupRequest is not implemented. It will panic in all cases.
func (*DynamoDb) CreateBackupWithContext ¶
func (db *DynamoDb) CreateBackupWithContext(aws.Context, *dynamodb.CreateBackupInput, ...request.Option) (*dynamodb.CreateBackupOutput, error)
CreateBackupWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) CreateGlobalTable ¶
func (db *DynamoDb) CreateGlobalTable(*dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error)
CreateGlobalTable is not implemented. It will panic in all cases.
func (*DynamoDb) CreateGlobalTableRequest ¶
func (db *DynamoDb) CreateGlobalTableRequest(*dynamodb.CreateGlobalTableInput) (*request.Request, *dynamodb.CreateGlobalTableOutput)
CreateGlobalTableRequest is not implemented. It will panic in all cases.
func (*DynamoDb) CreateGlobalTableWithContext ¶
func (db *DynamoDb) CreateGlobalTableWithContext(aws.Context, *dynamodb.CreateGlobalTableInput, ...request.Option) (*dynamodb.CreateGlobalTableOutput, error)
CreateGlobalTableWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) CreateTable ¶
func (db *DynamoDb) CreateTable(*dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
CreateTable is not implemented. It will panic in all cases.
func (*DynamoDb) CreateTableRequest ¶
func (db *DynamoDb) CreateTableRequest(*dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
CreateTableRequest is not implemented. It will panic in all cases.
func (*DynamoDb) CreateTableWithContext ¶
func (db *DynamoDb) CreateTableWithContext(aws.Context, *dynamodb.CreateTableInput, ...request.Option) (*dynamodb.CreateTableOutput, error)
CreateTableWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DeleteBackup ¶
func (db *DynamoDb) DeleteBackup(*dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error)
DeleteBackup is not implemented. It will panic in all cases.
func (*DynamoDb) DeleteBackupRequest ¶
func (db *DynamoDb) DeleteBackupRequest(*dynamodb.DeleteBackupInput) (*request.Request, *dynamodb.DeleteBackupOutput)
DeleteBackupRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DeleteBackupWithContext ¶
func (db *DynamoDb) DeleteBackupWithContext(aws.Context, *dynamodb.DeleteBackupInput, ...request.Option) (*dynamodb.DeleteBackupOutput, error)
DeleteBackupWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DeleteItem ¶
func (db *DynamoDb) DeleteItem(*dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
DeleteItem is not implemented. It will panic in all cases.
func (*DynamoDb) DeleteItemRequest ¶
func (db *DynamoDb) DeleteItemRequest(*dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
DeleteItemRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DeleteItemWithContext ¶
func (db *DynamoDb) DeleteItemWithContext(aws.Context, *dynamodb.DeleteItemInput, ...request.Option) (*dynamodb.DeleteItemOutput, error)
DeleteItemWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DeleteTable ¶
func (db *DynamoDb) DeleteTable(*dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
DeleteTable is not implemented. It will panic in all cases.
func (*DynamoDb) DeleteTableRequest ¶
func (db *DynamoDb) DeleteTableRequest(*dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
DeleteTableRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DeleteTableWithContext ¶
func (db *DynamoDb) DeleteTableWithContext(aws.Context, *dynamodb.DeleteTableInput, ...request.Option) (*dynamodb.DeleteTableOutput, error)
DeleteTableWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeBackup ¶
func (db *DynamoDb) DescribeBackup(*dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error)
DescribeBackup is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeBackupRequest ¶
func (db *DynamoDb) DescribeBackupRequest(*dynamodb.DescribeBackupInput) (*request.Request, *dynamodb.DescribeBackupOutput)
DescribeBackupRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeBackupWithContext ¶
func (db *DynamoDb) DescribeBackupWithContext(aws.Context, *dynamodb.DescribeBackupInput, ...request.Option) (*dynamodb.DescribeBackupOutput, error)
DescribeBackupWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeContinuousBackups ¶
func (db *DynamoDb) DescribeContinuousBackups(*dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
DescribeContinuousBackups is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeContinuousBackupsRequest ¶
func (db *DynamoDb) DescribeContinuousBackupsRequest(*dynamodb.DescribeContinuousBackupsInput) (*request.Request, *dynamodb.DescribeContinuousBackupsOutput)
DescribeContinuousBackupsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeContinuousBackupsWithContext ¶
func (db *DynamoDb) DescribeContinuousBackupsWithContext(aws.Context, *dynamodb.DescribeContinuousBackupsInput, ...request.Option) (*dynamodb.DescribeContinuousBackupsOutput, error)
DescribeContinuousBackupsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeContributorInsights ¶
func (db *DynamoDb) DescribeContributorInsights(*dynamodb.DescribeContributorInsightsInput) (*dynamodb.DescribeContributorInsightsOutput, error)
DescribeContributorInsights is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeContributorInsightsRequest ¶
func (db *DynamoDb) DescribeContributorInsightsRequest(*dynamodb.DescribeContributorInsightsInput) (*request.Request, *dynamodb.DescribeContributorInsightsOutput)
DescribeContributorInsightsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeContributorInsightsWithContext ¶
func (db *DynamoDb) DescribeContributorInsightsWithContext(aws.Context, *dynamodb.DescribeContributorInsightsInput, ...request.Option) (*dynamodb.DescribeContributorInsightsOutput, error)
DescribeContributorInsightsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeEndpoints ¶
func (db *DynamoDb) DescribeEndpoints(*dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error)
DescribeEndpoints is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeEndpointsRequest ¶
func (db *DynamoDb) DescribeEndpointsRequest(*dynamodb.DescribeEndpointsInput) (*request.Request, *dynamodb.DescribeEndpointsOutput)
DescribeEndpointsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeEndpointsWithContext ¶
func (db *DynamoDb) DescribeEndpointsWithContext(aws.Context, *dynamodb.DescribeEndpointsInput, ...request.Option) (*dynamodb.DescribeEndpointsOutput, error)
DescribeEndpointsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeExport ¶
func (db *DynamoDb) DescribeExport(*dynamodb.DescribeExportInput) (*dynamodb.DescribeExportOutput, error)
DescribeExport is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeExportRequest ¶
func (db *DynamoDb) DescribeExportRequest(*dynamodb.DescribeExportInput) (*request.Request, *dynamodb.DescribeExportOutput)
DescribeExportRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeExportWithContext ¶
func (db *DynamoDb) DescribeExportWithContext(aws.Context, *dynamodb.DescribeExportInput, ...request.Option) (*dynamodb.DescribeExportOutput, error)
DescribeExportWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeGlobalTable ¶
func (db *DynamoDb) DescribeGlobalTable(*dynamodb.DescribeGlobalTableInput) (*dynamodb.DescribeGlobalTableOutput, error)
DescribeGlobalTable is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeGlobalTableRequest ¶
func (db *DynamoDb) DescribeGlobalTableRequest(*dynamodb.DescribeGlobalTableInput) (*request.Request, *dynamodb.DescribeGlobalTableOutput)
DescribeGlobalTableRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeGlobalTableSettings ¶
func (db *DynamoDb) DescribeGlobalTableSettings(*dynamodb.DescribeGlobalTableSettingsInput) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
DescribeGlobalTableSettings is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeGlobalTableSettingsRequest ¶
func (db *DynamoDb) DescribeGlobalTableSettingsRequest(*dynamodb.DescribeGlobalTableSettingsInput) (*request.Request, *dynamodb.DescribeGlobalTableSettingsOutput)
DescribeGlobalTableSettingsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeGlobalTableSettingsWithContext ¶
func (db *DynamoDb) DescribeGlobalTableSettingsWithContext(aws.Context, *dynamodb.DescribeGlobalTableSettingsInput, ...request.Option) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
DescribeGlobalTableSettingsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeGlobalTableWithContext ¶
func (db *DynamoDb) DescribeGlobalTableWithContext(aws.Context, *dynamodb.DescribeGlobalTableInput, ...request.Option) (*dynamodb.DescribeGlobalTableOutput, error)
DescribeGlobalTableWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeKinesisStreamingDestination ¶
func (db *DynamoDb) DescribeKinesisStreamingDestination(*dynamodb.DescribeKinesisStreamingDestinationInput) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)
DescribeKinesisStreamingDestination is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeKinesisStreamingDestinationRequest ¶
func (db *DynamoDb) DescribeKinesisStreamingDestinationRequest(*dynamodb.DescribeKinesisStreamingDestinationInput) (*request.Request, *dynamodb.DescribeKinesisStreamingDestinationOutput)
DescribeKinesisStreamingDestinationRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeKinesisStreamingDestinationWithContext ¶
func (db *DynamoDb) DescribeKinesisStreamingDestinationWithContext(aws.Context, *dynamodb.DescribeKinesisStreamingDestinationInput, ...request.Option) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)
DescribeKinesisStreamingDestinationWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeLimits ¶
func (db *DynamoDb) DescribeLimits(*dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
DescribeLimits is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeLimitsRequest ¶
func (db *DynamoDb) DescribeLimitsRequest(*dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
DescribeLimitsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeLimitsWithContext ¶
func (db *DynamoDb) DescribeLimitsWithContext(aws.Context, *dynamodb.DescribeLimitsInput, ...request.Option) (*dynamodb.DescribeLimitsOutput, error)
DescribeLimitsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeTable ¶
func (db *DynamoDb) DescribeTable(input *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
DescribeTable is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeTableReplicaAutoScaling ¶
func (db *DynamoDb) DescribeTableReplicaAutoScaling(*dynamodb.DescribeTableReplicaAutoScalingInput) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
DescribeTableReplicaAutoScaling is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeTableReplicaAutoScalingRequest ¶
func (db *DynamoDb) DescribeTableReplicaAutoScalingRequest(*dynamodb.DescribeTableReplicaAutoScalingInput) (*request.Request, *dynamodb.DescribeTableReplicaAutoScalingOutput)
DescribeTableReplicaAutoScalingRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeTableReplicaAutoScalingWithContext ¶
func (db *DynamoDb) DescribeTableReplicaAutoScalingWithContext(aws.Context, *dynamodb.DescribeTableReplicaAutoScalingInput, ...request.Option) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
DescribeTableReplicaAutoScalingWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeTableRequest ¶
func (db *DynamoDb) DescribeTableRequest(*dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
DescribeTableRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeTableWithContext ¶
func (db *DynamoDb) DescribeTableWithContext(aws.Context, *dynamodb.DescribeTableInput, ...request.Option) (*dynamodb.DescribeTableOutput, error)
DescribeTableWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeTimeToLive ¶
func (db *DynamoDb) DescribeTimeToLive(*dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
DescribeTimeToLive is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeTimeToLiveRequest ¶
func (db *DynamoDb) DescribeTimeToLiveRequest(*dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
DescribeTimeToLiveRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DescribeTimeToLiveWithContext ¶
func (db *DynamoDb) DescribeTimeToLiveWithContext(aws.Context, *dynamodb.DescribeTimeToLiveInput, ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)
DescribeTimeToLiveWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) DisableKinesisStreamingDestination ¶
func (db *DynamoDb) DisableKinesisStreamingDestination(*dynamodb.DisableKinesisStreamingDestinationInput) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)
DisableKinesisStreamingDestination is not implemented. It will panic in all cases.
func (*DynamoDb) DisableKinesisStreamingDestinationRequest ¶
func (db *DynamoDb) DisableKinesisStreamingDestinationRequest(*dynamodb.DisableKinesisStreamingDestinationInput) (*request.Request, *dynamodb.DisableKinesisStreamingDestinationOutput)
DisableKinesisStreamingDestinationRequest is not implemented. It will panic in all cases.
func (*DynamoDb) DisableKinesisStreamingDestinationWithContext ¶
func (db *DynamoDb) DisableKinesisStreamingDestinationWithContext(aws.Context, *dynamodb.DisableKinesisStreamingDestinationInput, ...request.Option) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)
DisableKinesisStreamingDestinationWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) EnableKinesisStreamingDestination ¶
func (db *DynamoDb) EnableKinesisStreamingDestination(*dynamodb.EnableKinesisStreamingDestinationInput) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)
EnableKinesisStreamingDestination is not implemented. It will panic in all cases.
func (*DynamoDb) EnableKinesisStreamingDestinationRequest ¶
func (db *DynamoDb) EnableKinesisStreamingDestinationRequest(*dynamodb.EnableKinesisStreamingDestinationInput) (*request.Request, *dynamodb.EnableKinesisStreamingDestinationOutput)
EnableKinesisStreamingDestinationRequest is not implemented. It will panic in all cases.
func (*DynamoDb) EnableKinesisStreamingDestinationWithContext ¶
func (db *DynamoDb) EnableKinesisStreamingDestinationWithContext(aws.Context, *dynamodb.EnableKinesisStreamingDestinationInput, ...request.Option) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)
EnableKinesisStreamingDestinationWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ExecuteStatement ¶
func (db *DynamoDb) ExecuteStatement(*dynamodb.ExecuteStatementInput) (*dynamodb.ExecuteStatementOutput, error)
ExecuteStatement is not implemented. It will panic in all cases.
func (*DynamoDb) ExecuteStatementRequest ¶
func (db *DynamoDb) ExecuteStatementRequest(*dynamodb.ExecuteStatementInput) (*request.Request, *dynamodb.ExecuteStatementOutput)
ExecuteStatementRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ExecuteStatementWithContext ¶
func (db *DynamoDb) ExecuteStatementWithContext(aws.Context, *dynamodb.ExecuteStatementInput, ...request.Option) (*dynamodb.ExecuteStatementOutput, error)
ExecuteStatementWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ExecuteTransaction ¶
func (db *DynamoDb) ExecuteTransaction(*dynamodb.ExecuteTransactionInput) (*dynamodb.ExecuteTransactionOutput, error)
ExecuteTransaction is not implemented. It will panic in all cases.
func (*DynamoDb) ExecuteTransactionRequest ¶
func (db *DynamoDb) ExecuteTransactionRequest(*dynamodb.ExecuteTransactionInput) (*request.Request, *dynamodb.ExecuteTransactionOutput)
ExecuteTransactionRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ExecuteTransactionWithContext ¶
func (db *DynamoDb) ExecuteTransactionWithContext(aws.Context, *dynamodb.ExecuteTransactionInput, ...request.Option) (*dynamodb.ExecuteTransactionOutput, error)
ExecuteTransactionWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ExportTableToPointInTime ¶
func (db *DynamoDb) ExportTableToPointInTime(*dynamodb.ExportTableToPointInTimeInput) (*dynamodb.ExportTableToPointInTimeOutput, error)
ExportTableToPointInTime is not implemented. It will panic in all cases.
func (*DynamoDb) ExportTableToPointInTimeRequest ¶
func (db *DynamoDb) ExportTableToPointInTimeRequest(*dynamodb.ExportTableToPointInTimeInput) (*request.Request, *dynamodb.ExportTableToPointInTimeOutput)
ExportTableToPointInTimeRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ExportTableToPointInTimeWithContext ¶
func (db *DynamoDb) ExportTableToPointInTimeWithContext(aws.Context, *dynamodb.ExportTableToPointInTimeInput, ...request.Option) (*dynamodb.ExportTableToPointInTimeOutput, error)
ExportTableToPointInTimeWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) GetItem ¶
func (db *DynamoDb) GetItem(*dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
GetItem is not implemented. It will panic in all cases.
func (*DynamoDb) GetItemRequest ¶
func (db *DynamoDb) GetItemRequest(*dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
GetItemRequest is not implemented. It will panic in all cases.
func (*DynamoDb) GetItemWithContext ¶
func (db *DynamoDb) GetItemWithContext(aws.Context, *dynamodb.GetItemInput, ...request.Option) (*dynamodb.GetItemOutput, error)
GetItemWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) GetTable ¶
GetTable returns the table with the given name. If no table exists with with the given name `nil` is returned
func (*DynamoDb) ListBackups ¶
func (db *DynamoDb) ListBackups(*dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
ListBackups is not implemented. It will panic in all cases.
func (*DynamoDb) ListBackupsRequest ¶
func (db *DynamoDb) ListBackupsRequest(*dynamodb.ListBackupsInput) (*request.Request, *dynamodb.ListBackupsOutput)
ListBackupsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ListBackupsWithContext ¶
func (db *DynamoDb) ListBackupsWithContext(aws.Context, *dynamodb.ListBackupsInput, ...request.Option) (*dynamodb.ListBackupsOutput, error)
ListBackupsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ListContributorInsights ¶
func (db *DynamoDb) ListContributorInsights(*dynamodb.ListContributorInsightsInput) (*dynamodb.ListContributorInsightsOutput, error)
ListContributorInsights is not implemented. It will panic in all cases.
func (*DynamoDb) ListContributorInsightsPages ¶
func (db *DynamoDb) ListContributorInsightsPages(*dynamodb.ListContributorInsightsInput, func(*dynamodb.ListContributorInsightsOutput, bool) bool) error
ListContributorInsightsPages is not implemented. It will panic in all cases.
func (*DynamoDb) ListContributorInsightsPagesWithContext ¶
func (db *DynamoDb) ListContributorInsightsPagesWithContext(aws.Context, *dynamodb.ListContributorInsightsInput, func(*dynamodb.ListContributorInsightsOutput, bool) bool, ...request.Option) error
ListContributorInsightsPagesWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ListContributorInsightsRequest ¶
func (db *DynamoDb) ListContributorInsightsRequest(*dynamodb.ListContributorInsightsInput) (*request.Request, *dynamodb.ListContributorInsightsOutput)
ListContributorInsightsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ListContributorInsightsWithContext ¶
func (db *DynamoDb) ListContributorInsightsWithContext(aws.Context, *dynamodb.ListContributorInsightsInput, ...request.Option) (*dynamodb.ListContributorInsightsOutput, error)
ListContributorInsightsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ListExports ¶
func (db *DynamoDb) ListExports(*dynamodb.ListExportsInput) (*dynamodb.ListExportsOutput, error)
ListExports is not implemented. It will panic in all cases.
func (*DynamoDb) ListExportsPages ¶
func (db *DynamoDb) ListExportsPages(*dynamodb.ListExportsInput, func(*dynamodb.ListExportsOutput, bool) bool) error
ListExportsPages is not implemented. It will panic in all cases.
func (*DynamoDb) ListExportsPagesWithContext ¶
func (db *DynamoDb) ListExportsPagesWithContext(aws.Context, *dynamodb.ListExportsInput, func(*dynamodb.ListExportsOutput, bool) bool, ...request.Option) error
ListExportsPagesWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ListExportsRequest ¶
func (db *DynamoDb) ListExportsRequest(*dynamodb.ListExportsInput) (*request.Request, *dynamodb.ListExportsOutput)
ListExportsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ListExportsWithContext ¶
func (db *DynamoDb) ListExportsWithContext(aws.Context, *dynamodb.ListExportsInput, ...request.Option) (*dynamodb.ListExportsOutput, error)
ListExportsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ListGlobalTables ¶
func (db *DynamoDb) ListGlobalTables(*dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error)
ListGlobalTables is not implemented. It will panic in all cases.
func (*DynamoDb) ListGlobalTablesRequest ¶
func (db *DynamoDb) ListGlobalTablesRequest(*dynamodb.ListGlobalTablesInput) (*request.Request, *dynamodb.ListGlobalTablesOutput)
ListGlobalTablesRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ListGlobalTablesWithContext ¶
func (db *DynamoDb) ListGlobalTablesWithContext(aws.Context, *dynamodb.ListGlobalTablesInput, ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)
ListGlobalTablesWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ListTables ¶
func (db *DynamoDb) ListTables(*dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
ListTables is not implemented. It will panic in all cases.
func (*DynamoDb) ListTablesPages ¶
func (db *DynamoDb) ListTablesPages(*dynamodb.ListTablesInput, func(*dynamodb.ListTablesOutput, bool) bool) error
ListTablesPages is not implemented. It will panic in all cases.
func (*DynamoDb) ListTablesPagesWithContext ¶
func (db *DynamoDb) ListTablesPagesWithContext(aws.Context, *dynamodb.ListTablesInput, func(*dynamodb.ListTablesOutput, bool) bool, ...request.Option) error
ListTablesPagesWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ListTablesRequest ¶
func (db *DynamoDb) ListTablesRequest(*dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
ListTablesRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ListTablesWithContext ¶
func (db *DynamoDb) ListTablesWithContext(aws.Context, *dynamodb.ListTablesInput, ...request.Option) (*dynamodb.ListTablesOutput, error)
ListTablesWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ListTagsOfResource ¶
func (db *DynamoDb) ListTagsOfResource(*dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResource is not implemented. It will panic in all cases.
func (*DynamoDb) ListTagsOfResourceRequest ¶
func (db *DynamoDb) ListTagsOfResourceRequest(*dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
ListTagsOfResourceRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ListTagsOfResourceWithContext ¶
func (db *DynamoDb) ListTagsOfResourceWithContext(aws.Context, *dynamodb.ListTagsOfResourceInput, ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResourceWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) PutItem ¶
func (db *DynamoDb) PutItem(input *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
PutItem is implemented. Use AddReturnPutItemOutput() set PutItemOutput for PutItem() to return. PutItem() will return PutItemOutputs in the same order in which AddReturnPutItemOutput() is called. If a nil value is given to AddReturnPutItemOutput() then PutItem() will return an error. Use ReceivedPutItemInputs() retrieve the inputs given to PutItem(), use for asserting.
func (*DynamoDb) PutItemRequest ¶
func (db *DynamoDb) PutItemRequest(*dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
PutItemRequest is not implemented. It will panic in all cases.
func (*DynamoDb) PutItemWithContext ¶
func (db *DynamoDb) PutItemWithContext(ctx aws.Context, input *dynamodb.PutItemInput, opts ...request.Option) (*dynamodb.PutItemOutput, error)
PutItemWithContext is implemented. Uses same logic as PutItem() and thus does not record context or options
func (*DynamoDb) Query ¶
func (db *DynamoDb) Query(input *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
Query is implemented. Use AddReturnQueryOutput() set QueryOutput for Query() to return. Query() will return QueryOutputs in the same order in which AddReturnQueryOutput() is called. If a nil value is given to AddReturnQueryOutput() then Query() will return an error. Use ReceivedQueryInputs() retrieve the inputs given to Query(), use for asserting.
func (*DynamoDb) QueryPages ¶
func (db *DynamoDb) QueryPages(i *dynamodb.QueryInput, fn func(*dynamodb.QueryOutput, bool) bool) error
QueryPages is implemented. It will panic in all cases. Use AddReturnQueryOutput() set QueryOutput for QueryPages() to return. QueryPages() will return QueryOutputs in the same order in which AddReturnQueryOutput() is called. If a nil value is given to AddReturnQueryOutput() then QueryPages() will return an error. Use ReceivedQueryInputs() retrieve the inputs given to QueryPages(), use for asserting.
func (*DynamoDb) QueryPagesWithContext ¶
func (db *DynamoDb) QueryPagesWithContext(_ aws.Context, i *dynamodb.QueryInput, fn func(*dynamodb.QueryOutput, bool) bool, _ ...request.Option) error
QueryPagesWithContext is implemented. Uses same logic as QueryPages() and thus does not record context or options
func (*DynamoDb) QueryRequest ¶
func (db *DynamoDb) QueryRequest(*dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
QueryRequest is not implemented. It will panic in all cases.
func (*DynamoDb) QueryWithContext ¶
func (db *DynamoDb) QueryWithContext(_ aws.Context, input *dynamodb.QueryInput, _ ...request.Option) (*dynamodb.QueryOutput, error)
QueryWithContext is implemented. Uses same logic as Query() and thus does not record context or options
func (*DynamoDb) RestoreTableFromBackup ¶
func (db *DynamoDb) RestoreTableFromBackup(*dynamodb.RestoreTableFromBackupInput) (*dynamodb.RestoreTableFromBackupOutput, error)
RestoreTableFromBackup is not implemented. It will panic in all cases.
func (*DynamoDb) RestoreTableFromBackupRequest ¶
func (db *DynamoDb) RestoreTableFromBackupRequest(*dynamodb.RestoreTableFromBackupInput) (*request.Request, *dynamodb.RestoreTableFromBackupOutput)
RestoreTableFromBackupRequest is not implemented. It will panic in all cases.
func (*DynamoDb) RestoreTableFromBackupWithContext ¶
func (db *DynamoDb) RestoreTableFromBackupWithContext(aws.Context, *dynamodb.RestoreTableFromBackupInput, ...request.Option) (*dynamodb.RestoreTableFromBackupOutput, error)
RestoreTableFromBackupWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) RestoreTableToPointInTime ¶
func (db *DynamoDb) RestoreTableToPointInTime(*dynamodb.RestoreTableToPointInTimeInput) (*dynamodb.RestoreTableToPointInTimeOutput, error)
RestoreTableToPointInTime is not implemented. It will panic in all cases.
func (*DynamoDb) RestoreTableToPointInTimeRequest ¶
func (db *DynamoDb) RestoreTableToPointInTimeRequest(*dynamodb.RestoreTableToPointInTimeInput) (*request.Request, *dynamodb.RestoreTableToPointInTimeOutput)
RestoreTableToPointInTimeRequest is not implemented. It will panic in all cases.
func (*DynamoDb) RestoreTableToPointInTimeWithContext ¶
func (db *DynamoDb) RestoreTableToPointInTimeWithContext(aws.Context, *dynamodb.RestoreTableToPointInTimeInput, ...request.Option) (*dynamodb.RestoreTableToPointInTimeOutput, error)
RestoreTableToPointInTimeWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ScanPages ¶
func (db *DynamoDb) ScanPages(i *dynamodb.ScanInput, fn func(*dynamodb.ScanOutput, bool) bool) error
ScanPages is not implemented. It will panic in all cases.
func (*DynamoDb) ScanPagesWithContext ¶
func (db *DynamoDb) ScanPagesWithContext(_ aws.Context, i *dynamodb.ScanInput, fn func(*dynamodb.ScanOutput, bool) bool, _ ...request.Option) error
ScanPagesWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) ScanRequest ¶
ScanRequest is not implemented. It will panic in all cases.
func (*DynamoDb) ScanWithContext ¶
func (db *DynamoDb) ScanWithContext(_ aws.Context, input *dynamodb.ScanInput, _ ...request.Option) (*dynamodb.ScanOutput, error)
ScanWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) TagResource ¶
func (db *DynamoDb) TagResource(*dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
TagResource is not implemented. It will panic in all cases.
func (*DynamoDb) TagResourceRequest ¶
func (db *DynamoDb) TagResourceRequest(*dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
TagResourceRequest is not implemented. It will panic in all cases.
func (*DynamoDb) TagResourceWithContext ¶
func (db *DynamoDb) TagResourceWithContext(aws.Context, *dynamodb.TagResourceInput, ...request.Option) (*dynamodb.TagResourceOutput, error)
TagResourceWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) TransactGetItems ¶
func (db *DynamoDb) TransactGetItems(*dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error)
TransactGetItems is not implemented. It will panic in all cases.
func (*DynamoDb) TransactGetItemsRequest ¶
func (db *DynamoDb) TransactGetItemsRequest(*dynamodb.TransactGetItemsInput) (*request.Request, *dynamodb.TransactGetItemsOutput)
TransactGetItemsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) TransactGetItemsWithContext ¶
func (db *DynamoDb) TransactGetItemsWithContext(aws.Context, *dynamodb.TransactGetItemsInput, ...request.Option) (*dynamodb.TransactGetItemsOutput, error)
TransactGetItemsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) TransactWriteItems ¶
func (db *DynamoDb) TransactWriteItems(*dynamodb.TransactWriteItemsInput) (*dynamodb.TransactWriteItemsOutput, error)
TransactWriteItems is not implemented. It will panic in all cases.
func (*DynamoDb) TransactWriteItemsRequest ¶
func (db *DynamoDb) TransactWriteItemsRequest(*dynamodb.TransactWriteItemsInput) (*request.Request, *dynamodb.TransactWriteItemsOutput)
TransactWriteItemsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) TransactWriteItemsWithContext ¶
func (db *DynamoDb) TransactWriteItemsWithContext(aws.Context, *dynamodb.TransactWriteItemsInput, ...request.Option) (*dynamodb.TransactWriteItemsOutput, error)
TransactWriteItemsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) UntagResource ¶
func (db *DynamoDb) UntagResource(*dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
UntagResource is not implemented. It will panic in all cases.
func (*DynamoDb) UntagResourceRequest ¶
func (db *DynamoDb) UntagResourceRequest(*dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
UntagResourceRequest is not implemented. It will panic in all cases.
func (*DynamoDb) UntagResourceWithContext ¶
func (db *DynamoDb) UntagResourceWithContext(aws.Context, *dynamodb.UntagResourceInput, ...request.Option) (*dynamodb.UntagResourceOutput, error)
UntagResourceWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateContinuousBackups ¶
func (db *DynamoDb) UpdateContinuousBackups(*dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
UpdateContinuousBackups is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateContinuousBackupsRequest ¶
func (db *DynamoDb) UpdateContinuousBackupsRequest(*dynamodb.UpdateContinuousBackupsInput) (*request.Request, *dynamodb.UpdateContinuousBackupsOutput)
UpdateContinuousBackupsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateContinuousBackupsWithContext ¶
func (db *DynamoDb) UpdateContinuousBackupsWithContext(aws.Context, *dynamodb.UpdateContinuousBackupsInput, ...request.Option) (*dynamodb.UpdateContinuousBackupsOutput, error)
UpdateContinuousBackupsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateContributorInsights ¶
func (db *DynamoDb) UpdateContributorInsights(*dynamodb.UpdateContributorInsightsInput) (*dynamodb.UpdateContributorInsightsOutput, error)
UpdateContributorInsights is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateContributorInsightsRequest ¶
func (db *DynamoDb) UpdateContributorInsightsRequest(*dynamodb.UpdateContributorInsightsInput) (*request.Request, *dynamodb.UpdateContributorInsightsOutput)
UpdateContributorInsightsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateContributorInsightsWithContext ¶
func (db *DynamoDb) UpdateContributorInsightsWithContext(aws.Context, *dynamodb.UpdateContributorInsightsInput, ...request.Option) (*dynamodb.UpdateContributorInsightsOutput, error)
UpdateContributorInsightsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateGlobalTable ¶
func (db *DynamoDb) UpdateGlobalTable(*dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error)
UpdateGlobalTable is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateGlobalTableRequest ¶
func (db *DynamoDb) UpdateGlobalTableRequest(*dynamodb.UpdateGlobalTableInput) (*request.Request, *dynamodb.UpdateGlobalTableOutput)
UpdateGlobalTableRequest is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateGlobalTableSettings ¶
func (db *DynamoDb) UpdateGlobalTableSettings(*dynamodb.UpdateGlobalTableSettingsInput) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
UpdateGlobalTableSettings is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateGlobalTableSettingsRequest ¶
func (db *DynamoDb) UpdateGlobalTableSettingsRequest(*dynamodb.UpdateGlobalTableSettingsInput) (*request.Request, *dynamodb.UpdateGlobalTableSettingsOutput)
UpdateGlobalTableSettingsRequest is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateGlobalTableSettingsWithContext ¶
func (db *DynamoDb) UpdateGlobalTableSettingsWithContext(aws.Context, *dynamodb.UpdateGlobalTableSettingsInput, ...request.Option) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
UpdateGlobalTableSettingsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateGlobalTableWithContext ¶
func (db *DynamoDb) UpdateGlobalTableWithContext(aws.Context, *dynamodb.UpdateGlobalTableInput, ...request.Option) (*dynamodb.UpdateGlobalTableOutput, error)
UpdateGlobalTableWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateItem ¶
func (db *DynamoDb) UpdateItem(*dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
UpdateItem is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateItemRequest ¶
func (db *DynamoDb) UpdateItemRequest(*dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
UpdateItemRequest is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateItemWithContext ¶
func (db *DynamoDb) UpdateItemWithContext(aws.Context, *dynamodb.UpdateItemInput, ...request.Option) (*dynamodb.UpdateItemOutput, error)
UpdateItemWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateTable ¶
func (db *DynamoDb) UpdateTable(*dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
UpdateTable is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateTableReplicaAutoScaling ¶
func (db *DynamoDb) UpdateTableReplicaAutoScaling(*dynamodb.UpdateTableReplicaAutoScalingInput) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
UpdateTableReplicaAutoScaling is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateTableReplicaAutoScalingRequest ¶
func (db *DynamoDb) UpdateTableReplicaAutoScalingRequest(*dynamodb.UpdateTableReplicaAutoScalingInput) (*request.Request, *dynamodb.UpdateTableReplicaAutoScalingOutput)
UpdateTableReplicaAutoScalingRequest is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateTableReplicaAutoScalingWithContext ¶
func (db *DynamoDb) UpdateTableReplicaAutoScalingWithContext(aws.Context, *dynamodb.UpdateTableReplicaAutoScalingInput, ...request.Option) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
UpdateTableReplicaAutoScalingWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateTableRequest ¶
func (db *DynamoDb) UpdateTableRequest(*dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
UpdateTableRequest is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateTableWithContext ¶
func (db *DynamoDb) UpdateTableWithContext(aws.Context, *dynamodb.UpdateTableInput, ...request.Option) (*dynamodb.UpdateTableOutput, error)
UpdateTableWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateTimeToLive ¶
func (db *DynamoDb) UpdateTimeToLive(*dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLive is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateTimeToLiveRequest ¶
func (db *DynamoDb) UpdateTimeToLiveRequest(*dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
UpdateTimeToLiveRequest is not implemented. It will panic in all cases.
func (*DynamoDb) UpdateTimeToLiveWithContext ¶
func (db *DynamoDb) UpdateTimeToLiveWithContext(aws.Context, *dynamodb.UpdateTimeToLiveInput, ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLiveWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) WaitUntilTableExists ¶
func (db *DynamoDb) WaitUntilTableExists(*dynamodb.DescribeTableInput) error
WaitUntilTableExists is not implemented. It will panic in all cases.
func (*DynamoDb) WaitUntilTableExistsWithContext ¶
func (db *DynamoDb) WaitUntilTableExistsWithContext(aws.Context, *dynamodb.DescribeTableInput, ...request.WaiterOption) error
WaitUntilTableExistsWithContext is not implemented. It will panic in all cases.
func (*DynamoDb) WaitUntilTableNotExists ¶
func (db *DynamoDb) WaitUntilTableNotExists(*dynamodb.DescribeTableInput) error
WaitUntilTableNotExists is not implemented. It will panic in all cases.
func (*DynamoDb) WaitUntilTableNotExistsWithContext ¶
func (db *DynamoDb) WaitUntilTableNotExistsWithContext(aws.Context, *dynamodb.DescribeTableInput, ...request.WaiterOption) error
WaitUntilTableNotExistsWithContext is not implemented. It will panic in all cases.
type Table ¶
func (*Table) AddReturnPutItemOutput ¶
func (t *Table) AddReturnPutItemOutput(outputs ...*dynamodb.PutItemOutput)
AddReturnPutItemOutput pushes a PutItemOutput that will then be returned by calls to PutItem() PutItemOutputs are returned in the same order in which they are pushed If nil is pushed then PutItem() will return an error
func (*Table) AddReturnQueryOutput ¶
func (t *Table) AddReturnQueryOutput(outputs ...*dynamodb.QueryOutput)
AddReturnQueryOutput pushes a QueryOutput that will then be returned by calls to Query() QueryOutputs are returned in the same order in which they are pushed If nil is pushed then Query() will return an error
func (*Table) AddReturnScanOutput ¶
func (t *Table) AddReturnScanOutput(outputs ...*dynamodb.ScanOutput)
AddReturnScanOutput pushes a ScanOutput that will then be returned by calls to Scan() ScanOutputs are returned in the same order in which they are pushed If nil is pushed then Scan() will return an error
func (*Table) ReceivedPutItemInputs ¶
func (t *Table) ReceivedPutItemInputs() *[]dynamodb.PutItemInput
ReceivedPutItemInputs returns the PutItemInputs submitted by all calls to PutItem() The order of the elements returned is the order in which they were received by PutItem()
func (*Table) ReceivedQueryInputs ¶
func (t *Table) ReceivedQueryInputs() *[]dynamodb.QueryInput
ReceivedQueryInputs returns the QueryInputs submitted by all calls to Query() The order of the elements returned is the order in which they were received by Query()
func (*Table) ReceivedScanInputs ¶
ReceivedScanInputs returns the ScanInputs submitted by all calls to Scan() The order of the elements returned is the order in which they were received by Scan()