We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0005f2 commit fc1a8c6Copy full SHA for fc1a8c6
interface.go
@@ -29,7 +29,7 @@ type WriteAPI interface {
29
30
type TransactionAPI interface {
31
TransactPutItems(ctx context.Context, items []*TransactPutItemsInput) error
32
- TransactItems(ctx context.Context, items []*TransactPutItemsInput) error
+ TransactItems(ctx context.Context, input []types.TransactWriteItem) error
33
}
34
35
type ReadAPI interface {
0 commit comments