@infra-blocks/aws-dynamodb 0.60.0 → 0.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/client.d.ts +3 -4
- package/lib/cjs/client.js +4 -5
- package/lib/cjs/client.js.map +1 -1
- package/lib/cjs/commands/{command/base.d.ts → base.d.ts} +3 -3
- package/lib/cjs/commands/base.js.map +1 -0
- package/lib/cjs/commands/codec.js.map +1 -0
- package/lib/cjs/commands/{command/command.d.ts → command.d.ts} +2 -1
- package/lib/cjs/commands/command.js.map +1 -0
- package/lib/{esm/commands/command → cjs/commands}/create-table.d.ts +3 -3
- package/lib/cjs/commands/{command/create-table.js → create-table.js} +6 -2
- package/lib/cjs/commands/create-table.js.map +1 -0
- package/lib/{esm/commands/command → cjs/commands}/delete-item.d.ts +3 -3
- package/lib/cjs/commands/{command/delete-item.js → delete-item.js} +6 -2
- package/lib/cjs/commands/delete-item.js.map +1 -0
- package/lib/cjs/commands/{command/delete-table.d.ts → delete-table.d.ts} +2 -2
- package/lib/cjs/commands/{command/delete-table.js → delete-table.js} +6 -2
- package/lib/cjs/commands/delete-table.js.map +1 -0
- package/lib/cjs/commands/expressions/index.js +0 -6
- package/lib/cjs/commands/expressions/index.js.map +1 -1
- package/lib/cjs/commands/{command/get-item.d.ts → get-item.d.ts} +3 -3
- package/lib/cjs/commands/{command/get-item.js → get-item.js} +6 -2
- package/lib/cjs/commands/get-item.js.map +1 -0
- package/lib/cjs/commands/index.d.ts +14 -2
- package/lib/cjs/commands/index.js +20 -1
- package/lib/cjs/commands/index.js.map +1 -1
- package/lib/cjs/commands/inputs/condition-check.d.ts +15 -0
- package/lib/cjs/commands/inputs/condition-check.js +19 -0
- package/lib/cjs/commands/inputs/condition-check.js.map +1 -0
- package/lib/{esm/commands/command → cjs/commands}/inputs/create-table.d.ts +6 -2
- package/lib/cjs/commands/{command/inputs → inputs}/create-table.js +4 -1
- package/lib/cjs/commands/inputs/create-table.js.map +1 -0
- package/lib/cjs/commands/{command/inputs → inputs}/delete-item.d.ts +7 -3
- package/lib/cjs/commands/{command/inputs → inputs}/delete-item.js +4 -1
- package/lib/cjs/commands/inputs/delete-item.js.map +1 -0
- package/lib/cjs/commands/inputs/delete-table.d.ts +9 -0
- package/lib/cjs/commands/{command/inputs → inputs}/delete-table.js +4 -1
- package/lib/cjs/commands/inputs/delete-table.js.map +1 -0
- package/lib/{esm/commands/command → cjs/commands}/inputs/get-item.d.ts +6 -2
- package/lib/cjs/commands/{command/inputs → inputs}/get-item.js +4 -1
- package/lib/cjs/commands/inputs/get-item.js.map +1 -0
- package/lib/cjs/commands/inputs/index.d.ts +10 -0
- package/lib/cjs/commands/inputs/index.js +27 -0
- package/lib/cjs/commands/inputs/index.js.map +1 -0
- package/lib/cjs/commands/{command/inputs → inputs}/lib.d.ts +3 -3
- package/lib/cjs/commands/{command/inputs → inputs}/lib.js +2 -2
- package/lib/cjs/commands/inputs/lib.js.map +1 -0
- package/lib/{esm/commands/command → cjs/commands}/inputs/put-item.d.ts +7 -3
- package/lib/cjs/commands/{command/inputs → inputs}/put-item.js +4 -1
- package/lib/cjs/commands/inputs/put-item.js.map +1 -0
- package/lib/{esm/commands/command → cjs/commands}/inputs/query.d.ts +7 -3
- package/lib/cjs/commands/{command/inputs → inputs}/query.js +4 -1
- package/lib/cjs/commands/inputs/query.js.map +1 -0
- package/lib/{esm/commands/command → cjs/commands}/inputs/update-item.d.ts +6 -3
- package/lib/cjs/commands/{command/inputs → inputs}/update-item.js +7 -4
- package/lib/cjs/commands/inputs/update-item.js.map +1 -0
- package/lib/cjs/commands/{command/inputs → inputs}/update-time-to-live.d.ts +5 -1
- package/lib/cjs/commands/{command/inputs → inputs}/update-time-to-live.js +4 -1
- package/lib/cjs/commands/inputs/update-time-to-live.js.map +1 -0
- package/lib/cjs/commands/inputs/write-transaction.d.ts +20 -0
- package/lib/cjs/commands/inputs/write-transaction.js +41 -0
- package/lib/cjs/commands/inputs/write-transaction.js.map +1 -0
- package/lib/cjs/commands/outputs/create-table.d.ts +7 -0
- package/lib/cjs/commands/outputs/create-table.js +10 -0
- package/lib/cjs/commands/outputs/create-table.js.map +1 -0
- package/lib/cjs/commands/outputs/delete-item.d.ts +10 -0
- package/lib/cjs/commands/{command/outputs → outputs}/delete-item.js +4 -1
- package/lib/cjs/commands/outputs/delete-item.js.map +1 -0
- package/lib/cjs/commands/outputs/delete-table.d.ts +7 -0
- package/lib/cjs/commands/outputs/delete-table.js +10 -0
- package/lib/cjs/commands/outputs/delete-table.js.map +1 -0
- package/lib/cjs/commands/outputs/get-item.d.ts +10 -0
- package/lib/cjs/commands/outputs/get-item.js +11 -0
- package/lib/cjs/commands/outputs/get-item.js.map +1 -0
- package/lib/cjs/commands/outputs/index.d.ts +9 -0
- package/lib/cjs/commands/outputs/index.js +26 -0
- package/lib/cjs/commands/outputs/index.js.map +1 -0
- package/lib/cjs/commands/outputs/lib.js.map +1 -0
- package/lib/cjs/commands/outputs/put-item.d.ts +10 -0
- package/lib/cjs/commands/outputs/put-item.js +11 -0
- package/lib/cjs/commands/outputs/put-item.js.map +1 -0
- package/lib/cjs/commands/outputs/query.d.ts +13 -0
- package/lib/cjs/commands/{command/outputs → outputs}/query.js +4 -1
- package/lib/cjs/commands/outputs/query.js.map +1 -0
- package/lib/cjs/commands/outputs/update-item.d.ts +7 -0
- package/lib/cjs/commands/outputs/update-item.js +10 -0
- package/lib/cjs/commands/outputs/update-item.js.map +1 -0
- package/lib/cjs/commands/outputs/update-time-to-live.d.ts +7 -0
- package/lib/cjs/commands/outputs/update-time-to-live.js +10 -0
- package/lib/cjs/commands/outputs/update-time-to-live.js.map +1 -0
- package/lib/cjs/commands/outputs/write-transaction.d.ts +7 -0
- package/lib/cjs/commands/outputs/write-transaction.js +10 -0
- package/lib/cjs/commands/outputs/write-transaction.js.map +1 -0
- package/lib/{esm/commands/command → cjs/commands}/put-item.d.ts +3 -3
- package/lib/cjs/commands/{command/put-item.js → put-item.js} +6 -2
- package/lib/cjs/commands/put-item.js.map +1 -0
- package/lib/cjs/commands/{command/query.d.ts → query.d.ts} +3 -3
- package/lib/cjs/commands/{command/query.js → query.js} +6 -2
- package/lib/cjs/commands/query.js.map +1 -0
- package/lib/{esm/commands/command → cjs/commands}/update-item.d.ts +3 -3
- package/lib/cjs/commands/{command/update-item.js → update-item.js} +6 -2
- package/lib/cjs/commands/update-item.js.map +1 -0
- package/lib/cjs/commands/{command/update-time-to-live.d.ts → update-time-to-live.d.ts} +2 -2
- package/lib/cjs/commands/{command/update-time-to-live.js → update-time-to-live.js} +6 -2
- package/lib/cjs/commands/update-time-to-live.js.map +1 -0
- package/lib/cjs/commands/write-transaction.d.ts +6 -28
- package/lib/cjs/commands/write-transaction.js +12 -67
- package/lib/cjs/commands/write-transaction.js.map +1 -1
- package/lib/cjs/index.d.ts +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/{utils.js → lib.js} +1 -1
- package/lib/cjs/lib.js.map +1 -0
- package/lib/esm/client.d.ts +3 -4
- package/lib/esm/client.js +5 -6
- package/lib/esm/client.js.map +1 -1
- package/lib/esm/commands/{command/base.d.ts → base.d.ts} +3 -3
- package/lib/esm/commands/base.js.map +1 -0
- package/lib/esm/commands/codec.js.map +1 -0
- package/lib/esm/commands/{command/command.d.ts → command.d.ts} +2 -1
- package/lib/esm/commands/command.js.map +1 -0
- package/lib/{cjs/commands/command → esm/commands}/create-table.d.ts +3 -3
- package/lib/esm/commands/create-table.js +17 -0
- package/lib/esm/commands/create-table.js.map +1 -0
- package/lib/{cjs/commands/command → esm/commands}/delete-item.d.ts +3 -3
- package/lib/esm/commands/delete-item.js +17 -0
- package/lib/esm/commands/delete-item.js.map +1 -0
- package/lib/esm/commands/{command/delete-table.d.ts → delete-table.d.ts} +2 -2
- package/lib/esm/commands/delete-table.js +17 -0
- package/lib/esm/commands/delete-table.js.map +1 -0
- package/lib/esm/commands/expressions/index.js +0 -6
- package/lib/esm/commands/expressions/index.js.map +1 -1
- package/lib/esm/commands/{command/get-item.d.ts → get-item.d.ts} +3 -3
- package/lib/esm/commands/get-item.js +17 -0
- package/lib/esm/commands/get-item.js.map +1 -0
- package/lib/esm/commands/index.d.ts +14 -2
- package/lib/esm/commands/index.js +10 -1
- package/lib/esm/commands/index.js.map +1 -1
- package/lib/esm/commands/inputs/condition-check.d.ts +15 -0
- package/lib/esm/commands/inputs/condition-check.js +16 -0
- package/lib/esm/commands/inputs/condition-check.js.map +1 -0
- package/lib/{cjs/commands/command → esm/commands}/inputs/create-table.d.ts +6 -2
- package/lib/esm/commands/{command/inputs → inputs}/create-table.js +4 -1
- package/lib/esm/commands/inputs/create-table.js.map +1 -0
- package/lib/esm/commands/{command/inputs → inputs}/delete-item.d.ts +7 -3
- package/lib/esm/commands/{command/inputs → inputs}/delete-item.js +4 -1
- package/lib/esm/commands/inputs/delete-item.js.map +1 -0
- package/lib/esm/commands/inputs/delete-table.d.ts +9 -0
- package/lib/esm/commands/inputs/delete-table.js +9 -0
- package/lib/esm/commands/inputs/delete-table.js.map +1 -0
- package/lib/{cjs/commands/command → esm/commands}/inputs/get-item.d.ts +6 -2
- package/lib/esm/commands/inputs/get-item.js +11 -0
- package/lib/esm/commands/inputs/get-item.js.map +1 -0
- package/lib/esm/commands/inputs/index.d.ts +10 -0
- package/lib/esm/commands/inputs/index.js +11 -0
- package/lib/esm/commands/inputs/index.js.map +1 -0
- package/lib/esm/commands/{command/inputs → inputs}/lib.d.ts +3 -3
- package/lib/esm/commands/{command/inputs → inputs}/lib.js +2 -2
- package/lib/esm/commands/inputs/lib.js.map +1 -0
- package/lib/{cjs/commands/command → esm/commands}/inputs/put-item.d.ts +7 -3
- package/lib/esm/commands/{command/inputs → inputs}/put-item.js +4 -1
- package/lib/esm/commands/inputs/put-item.js.map +1 -0
- package/lib/{cjs/commands/command → esm/commands}/inputs/query.d.ts +7 -3
- package/lib/esm/commands/{command/inputs → inputs}/query.js +4 -1
- package/lib/esm/commands/inputs/query.js.map +1 -0
- package/lib/{cjs/commands/command → esm/commands}/inputs/update-item.d.ts +6 -3
- package/lib/esm/commands/{command/inputs → inputs}/update-item.js +7 -4
- package/lib/esm/commands/inputs/update-item.js.map +1 -0
- package/lib/esm/commands/{command/inputs → inputs}/update-time-to-live.d.ts +5 -1
- package/lib/esm/commands/{command/inputs → inputs}/update-time-to-live.js +4 -1
- package/lib/esm/commands/inputs/update-time-to-live.js.map +1 -0
- package/lib/esm/commands/inputs/write-transaction.d.ts +20 -0
- package/lib/esm/commands/inputs/write-transaction.js +38 -0
- package/lib/esm/commands/inputs/write-transaction.js.map +1 -0
- package/lib/esm/commands/outputs/create-table.d.ts +7 -0
- package/lib/esm/commands/outputs/create-table.js +7 -0
- package/lib/esm/commands/outputs/create-table.js.map +1 -0
- package/lib/esm/commands/outputs/delete-item.d.ts +10 -0
- package/lib/esm/commands/{command/outputs → outputs}/delete-item.js +4 -1
- package/lib/esm/commands/outputs/delete-item.js.map +1 -0
- package/lib/esm/commands/outputs/delete-table.d.ts +7 -0
- package/lib/esm/commands/outputs/delete-table.js +7 -0
- package/lib/esm/commands/outputs/delete-table.js.map +1 -0
- package/lib/esm/commands/outputs/get-item.d.ts +10 -0
- package/lib/esm/commands/outputs/get-item.js +8 -0
- package/lib/esm/commands/outputs/get-item.js.map +1 -0
- package/lib/esm/commands/outputs/index.d.ts +9 -0
- package/lib/esm/commands/outputs/index.js +10 -0
- package/lib/esm/commands/outputs/index.js.map +1 -0
- package/lib/esm/commands/outputs/lib.js.map +1 -0
- package/lib/esm/commands/outputs/put-item.d.ts +10 -0
- package/lib/esm/commands/outputs/put-item.js +8 -0
- package/lib/esm/commands/outputs/put-item.js.map +1 -0
- package/lib/esm/commands/outputs/query.d.ts +13 -0
- package/lib/esm/commands/{command/outputs → outputs}/query.js +4 -1
- package/lib/esm/commands/outputs/query.js.map +1 -0
- package/lib/esm/commands/outputs/update-item.d.ts +7 -0
- package/lib/esm/commands/outputs/update-item.js +7 -0
- package/lib/esm/commands/outputs/update-item.js.map +1 -0
- package/lib/esm/commands/outputs/update-time-to-live.d.ts +7 -0
- package/lib/esm/commands/outputs/update-time-to-live.js +7 -0
- package/lib/esm/commands/outputs/update-time-to-live.js.map +1 -0
- package/lib/esm/commands/outputs/write-transaction.d.ts +7 -0
- package/lib/esm/commands/outputs/write-transaction.js +7 -0
- package/lib/esm/commands/outputs/write-transaction.js.map +1 -0
- package/lib/{cjs/commands/command → esm/commands}/put-item.d.ts +3 -3
- package/lib/esm/commands/put-item.js +17 -0
- package/lib/esm/commands/put-item.js.map +1 -0
- package/lib/esm/commands/{command/query.d.ts → query.d.ts} +3 -3
- package/lib/esm/commands/{command/query.js → query.js} +6 -2
- package/lib/esm/commands/query.js.map +1 -0
- package/lib/{cjs/commands/command → esm/commands}/update-item.d.ts +3 -3
- package/lib/esm/commands/update-item.js +17 -0
- package/lib/esm/commands/update-item.js.map +1 -0
- package/lib/esm/commands/{command/update-time-to-live.d.ts → update-time-to-live.d.ts} +2 -2
- package/lib/esm/commands/update-time-to-live.js +17 -0
- package/lib/esm/commands/update-time-to-live.js.map +1 -0
- package/lib/esm/commands/write-transaction.d.ts +6 -28
- package/lib/esm/commands/write-transaction.js +13 -68
- package/lib/esm/commands/write-transaction.js.map +1 -1
- package/lib/esm/index.d.ts +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/{utils.js → lib.js} +1 -1
- package/lib/esm/lib.js.map +1 -0
- package/package.json +1 -1
- package/lib/cjs/commands/command/base.js.map +0 -1
- package/lib/cjs/commands/command/codecs/codec.js.map +0 -1
- package/lib/cjs/commands/command/codecs/create-table.d.ts +0 -6
- package/lib/cjs/commands/command/codecs/create-table.js +0 -10
- package/lib/cjs/commands/command/codecs/create-table.js.map +0 -1
- package/lib/cjs/commands/command/codecs/delete-item.d.ts +0 -6
- package/lib/cjs/commands/command/codecs/delete-item.js +0 -10
- package/lib/cjs/commands/command/codecs/delete-item.js.map +0 -1
- package/lib/cjs/commands/command/codecs/delete-table.d.ts +0 -6
- package/lib/cjs/commands/command/codecs/delete-table.js +0 -10
- package/lib/cjs/commands/command/codecs/delete-table.js.map +0 -1
- package/lib/cjs/commands/command/codecs/get-item.d.ts +0 -5
- package/lib/cjs/commands/command/codecs/get-item.js +0 -10
- package/lib/cjs/commands/command/codecs/get-item.js.map +0 -1
- package/lib/cjs/commands/command/codecs/put-item.d.ts +0 -5
- package/lib/cjs/commands/command/codecs/put-item.js +0 -10
- package/lib/cjs/commands/command/codecs/put-item.js.map +0 -1
- package/lib/cjs/commands/command/codecs/query.d.ts +0 -6
- package/lib/cjs/commands/command/codecs/query.js +0 -10
- package/lib/cjs/commands/command/codecs/query.js.map +0 -1
- package/lib/cjs/commands/command/codecs/update-item.d.ts +0 -6
- package/lib/cjs/commands/command/codecs/update-item.js +0 -10
- package/lib/cjs/commands/command/codecs/update-item.js.map +0 -1
- package/lib/cjs/commands/command/codecs/update-time-to-live.d.ts +0 -6
- package/lib/cjs/commands/command/codecs/update-time-to-live.js +0 -10
- package/lib/cjs/commands/command/codecs/update-time-to-live.js.map +0 -1
- package/lib/cjs/commands/command/command.js.map +0 -1
- package/lib/cjs/commands/command/create-table.js.map +0 -1
- package/lib/cjs/commands/command/delete-item.js.map +0 -1
- package/lib/cjs/commands/command/delete-table.js.map +0 -1
- package/lib/cjs/commands/command/get-item.js.map +0 -1
- package/lib/cjs/commands/command/index.d.ts +0 -12
- package/lib/cjs/commands/command/index.js +0 -37
- package/lib/cjs/commands/command/index.js.map +0 -1
- package/lib/cjs/commands/command/inputs/create-table.js.map +0 -1
- package/lib/cjs/commands/command/inputs/delete-item.js.map +0 -1
- package/lib/cjs/commands/command/inputs/delete-table.d.ts +0 -5
- package/lib/cjs/commands/command/inputs/delete-table.js.map +0 -1
- package/lib/cjs/commands/command/inputs/get-item.js.map +0 -1
- package/lib/cjs/commands/command/inputs/index.d.ts +0 -8
- package/lib/cjs/commands/command/inputs/index.js +0 -3
- package/lib/cjs/commands/command/inputs/index.js.map +0 -1
- package/lib/cjs/commands/command/inputs/lib.js.map +0 -1
- package/lib/cjs/commands/command/inputs/put-item.js.map +0 -1
- package/lib/cjs/commands/command/inputs/query.js.map +0 -1
- package/lib/cjs/commands/command/inputs/update-item.js.map +0 -1
- package/lib/cjs/commands/command/inputs/update-time-to-live.js.map +0 -1
- package/lib/cjs/commands/command/outputs/create-table.d.ts +0 -3
- package/lib/cjs/commands/command/outputs/create-table.js +0 -7
- package/lib/cjs/commands/command/outputs/create-table.js.map +0 -1
- package/lib/cjs/commands/command/outputs/delete-item.d.ts +0 -6
- package/lib/cjs/commands/command/outputs/delete-item.js.map +0 -1
- package/lib/cjs/commands/command/outputs/delete-table.d.ts +0 -3
- package/lib/cjs/commands/command/outputs/delete-table.js +0 -7
- package/lib/cjs/commands/command/outputs/delete-table.js.map +0 -1
- package/lib/cjs/commands/command/outputs/get-item.d.ts +0 -6
- package/lib/cjs/commands/command/outputs/get-item.js +0 -7
- package/lib/cjs/commands/command/outputs/get-item.js.map +0 -1
- package/lib/cjs/commands/command/outputs/index.d.ts +0 -8
- package/lib/cjs/commands/command/outputs/index.js +0 -3
- package/lib/cjs/commands/command/outputs/index.js.map +0 -1
- package/lib/cjs/commands/command/outputs/lib.js.map +0 -1
- package/lib/cjs/commands/command/outputs/put-item.d.ts +0 -6
- package/lib/cjs/commands/command/outputs/put-item.js +0 -7
- package/lib/cjs/commands/command/outputs/put-item.js.map +0 -1
- package/lib/cjs/commands/command/outputs/query.d.ts +0 -9
- package/lib/cjs/commands/command/outputs/query.js.map +0 -1
- package/lib/cjs/commands/command/outputs/update-item.d.ts +0 -3
- package/lib/cjs/commands/command/outputs/update-item.js +0 -7
- package/lib/cjs/commands/command/outputs/update-item.js.map +0 -1
- package/lib/cjs/commands/command/outputs/update-time-to-live.d.ts +0 -3
- package/lib/cjs/commands/command/outputs/update-time-to-live.js +0 -7
- package/lib/cjs/commands/command/outputs/update-time-to-live.js.map +0 -1
- package/lib/cjs/commands/command/put-item.js.map +0 -1
- package/lib/cjs/commands/command/query.js.map +0 -1
- package/lib/cjs/commands/command/update-item.js.map +0 -1
- package/lib/cjs/commands/command/update-time-to-live.js.map +0 -1
- package/lib/cjs/commands/types.d.ts +0 -4
- package/lib/cjs/commands/types.js +0 -3
- package/lib/cjs/commands/types.js.map +0 -1
- package/lib/cjs/utils.js.map +0 -1
- package/lib/esm/commands/command/base.js.map +0 -1
- package/lib/esm/commands/command/codecs/codec.js.map +0 -1
- package/lib/esm/commands/command/codecs/create-table.d.ts +0 -6
- package/lib/esm/commands/command/codecs/create-table.js +0 -7
- package/lib/esm/commands/command/codecs/create-table.js.map +0 -1
- package/lib/esm/commands/command/codecs/delete-item.d.ts +0 -6
- package/lib/esm/commands/command/codecs/delete-item.js +0 -7
- package/lib/esm/commands/command/codecs/delete-item.js.map +0 -1
- package/lib/esm/commands/command/codecs/delete-table.d.ts +0 -6
- package/lib/esm/commands/command/codecs/delete-table.js +0 -7
- package/lib/esm/commands/command/codecs/delete-table.js.map +0 -1
- package/lib/esm/commands/command/codecs/get-item.d.ts +0 -5
- package/lib/esm/commands/command/codecs/get-item.js +0 -7
- package/lib/esm/commands/command/codecs/get-item.js.map +0 -1
- package/lib/esm/commands/command/codecs/put-item.d.ts +0 -5
- package/lib/esm/commands/command/codecs/put-item.js +0 -7
- package/lib/esm/commands/command/codecs/put-item.js.map +0 -1
- package/lib/esm/commands/command/codecs/query.d.ts +0 -6
- package/lib/esm/commands/command/codecs/query.js +0 -7
- package/lib/esm/commands/command/codecs/query.js.map +0 -1
- package/lib/esm/commands/command/codecs/update-item.d.ts +0 -6
- package/lib/esm/commands/command/codecs/update-item.js +0 -7
- package/lib/esm/commands/command/codecs/update-item.js.map +0 -1
- package/lib/esm/commands/command/codecs/update-time-to-live.d.ts +0 -6
- package/lib/esm/commands/command/codecs/update-time-to-live.js +0 -7
- package/lib/esm/commands/command/codecs/update-time-to-live.js.map +0 -1
- package/lib/esm/commands/command/command.js.map +0 -1
- package/lib/esm/commands/command/create-table.js +0 -13
- package/lib/esm/commands/command/create-table.js.map +0 -1
- package/lib/esm/commands/command/delete-item.js +0 -13
- package/lib/esm/commands/command/delete-item.js.map +0 -1
- package/lib/esm/commands/command/delete-table.js +0 -13
- package/lib/esm/commands/command/delete-table.js.map +0 -1
- package/lib/esm/commands/command/get-item.js +0 -13
- package/lib/esm/commands/command/get-item.js.map +0 -1
- package/lib/esm/commands/command/index.d.ts +0 -12
- package/lib/esm/commands/command/index.js +0 -12
- package/lib/esm/commands/command/index.js.map +0 -1
- package/lib/esm/commands/command/inputs/create-table.js.map +0 -1
- package/lib/esm/commands/command/inputs/delete-item.js.map +0 -1
- package/lib/esm/commands/command/inputs/delete-table.d.ts +0 -5
- package/lib/esm/commands/command/inputs/delete-table.js +0 -6
- package/lib/esm/commands/command/inputs/delete-table.js.map +0 -1
- package/lib/esm/commands/command/inputs/get-item.js +0 -8
- package/lib/esm/commands/command/inputs/get-item.js.map +0 -1
- package/lib/esm/commands/command/inputs/index.d.ts +0 -8
- package/lib/esm/commands/command/inputs/index.js +0 -2
- package/lib/esm/commands/command/inputs/index.js.map +0 -1
- package/lib/esm/commands/command/inputs/lib.js.map +0 -1
- package/lib/esm/commands/command/inputs/put-item.js.map +0 -1
- package/lib/esm/commands/command/inputs/query.js.map +0 -1
- package/lib/esm/commands/command/inputs/update-item.js.map +0 -1
- package/lib/esm/commands/command/inputs/update-time-to-live.js.map +0 -1
- package/lib/esm/commands/command/outputs/create-table.d.ts +0 -3
- package/lib/esm/commands/command/outputs/create-table.js +0 -4
- package/lib/esm/commands/command/outputs/create-table.js.map +0 -1
- package/lib/esm/commands/command/outputs/delete-item.d.ts +0 -6
- package/lib/esm/commands/command/outputs/delete-item.js.map +0 -1
- package/lib/esm/commands/command/outputs/delete-table.d.ts +0 -3
- package/lib/esm/commands/command/outputs/delete-table.js +0 -4
- package/lib/esm/commands/command/outputs/delete-table.js.map +0 -1
- package/lib/esm/commands/command/outputs/get-item.d.ts +0 -6
- package/lib/esm/commands/command/outputs/get-item.js +0 -3
- package/lib/esm/commands/command/outputs/get-item.js.map +0 -1
- package/lib/esm/commands/command/outputs/index.d.ts +0 -8
- package/lib/esm/commands/command/outputs/index.js +0 -2
- package/lib/esm/commands/command/outputs/index.js.map +0 -1
- package/lib/esm/commands/command/outputs/lib.js.map +0 -1
- package/lib/esm/commands/command/outputs/put-item.d.ts +0 -6
- package/lib/esm/commands/command/outputs/put-item.js +0 -3
- package/lib/esm/commands/command/outputs/put-item.js.map +0 -1
- package/lib/esm/commands/command/outputs/query.d.ts +0 -9
- package/lib/esm/commands/command/outputs/query.js.map +0 -1
- package/lib/esm/commands/command/outputs/update-item.d.ts +0 -3
- package/lib/esm/commands/command/outputs/update-item.js +0 -4
- package/lib/esm/commands/command/outputs/update-item.js.map +0 -1
- package/lib/esm/commands/command/outputs/update-time-to-live.d.ts +0 -3
- package/lib/esm/commands/command/outputs/update-time-to-live.js +0 -4
- package/lib/esm/commands/command/outputs/update-time-to-live.js.map +0 -1
- package/lib/esm/commands/command/put-item.js +0 -13
- package/lib/esm/commands/command/put-item.js.map +0 -1
- package/lib/esm/commands/command/query.js.map +0 -1
- package/lib/esm/commands/command/update-item.js +0 -13
- package/lib/esm/commands/command/update-item.js.map +0 -1
- package/lib/esm/commands/command/update-time-to-live.js +0 -13
- package/lib/esm/commands/command/update-time-to-live.js.map +0 -1
- package/lib/esm/commands/types.d.ts +0 -4
- package/lib/esm/commands/types.js +0 -2
- package/lib/esm/commands/types.js.map +0 -1
- package/lib/esm/utils.js.map +0 -1
- /package/lib/cjs/commands/{command/base.js → base.js} +0 -0
- /package/lib/cjs/commands/{command/codecs/codec.d.ts → codec.d.ts} +0 -0
- /package/lib/cjs/commands/{command/codecs/codec.js → codec.js} +0 -0
- /package/lib/cjs/commands/{command/command.js → command.js} +0 -0
- /package/lib/cjs/commands/{command/outputs → outputs}/lib.d.ts +0 -0
- /package/lib/cjs/commands/{command/outputs → outputs}/lib.js +0 -0
- /package/lib/cjs/{utils.d.ts → lib.d.ts} +0 -0
- /package/lib/esm/commands/{command/base.js → base.js} +0 -0
- /package/lib/esm/commands/{command/codecs/codec.d.ts → codec.d.ts} +0 -0
- /package/lib/esm/commands/{command/codecs/codec.js → codec.js} +0 -0
- /package/lib/esm/commands/{command/command.js → command.js} +0 -0
- /package/lib/esm/commands/{command/outputs → outputs}/lib.d.ts +0 -0
- /package/lib/esm/commands/{command/outputs → outputs}/lib.js +0 -0
- /package/lib/esm/{utils.d.ts → lib.d.ts} +0 -0
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.PutItemInput = void 0;
|
|
4
4
|
const lib_js_1 = require("./lib.js");
|
|
5
|
+
exports.PutItemInput = {
|
|
6
|
+
encode,
|
|
7
|
+
};
|
|
5
8
|
function encode(input) {
|
|
6
9
|
const result = {
|
|
7
10
|
TableName: input.table,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-item.js","sourceRoot":"","sources":["../../../../src/commands/inputs/put-item.ts"],"names":[],"mappings":";;;AAGA,qCAAoD;AAgBvC,QAAA,YAAY,GAAG;IAC1B,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CACb,KAAsB;IAEtB,MAAM,MAAM,GAAoB;QAC9B,SAAS,EAAE,KAAK,CAAC,KAAK;QACtB,IAAI,EAAE,KAAK,CAAC,IAAI;KACjB,CAAC;IAEF,IAAI,KAAK,CAAC,YAAY,IAAI,IAAI,EAAE,CAAC;QAC/B,MAAM,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;IAC3C,CAAC;IAED,IAAI,KAAK,CAAC,mCAAmC,IAAI,IAAI,EAAE,CAAC;QACtD,MAAM,CAAC,mCAAmC;YACxC,KAAK,CAAC,mCAAmC,CAAC;IAC9C,CAAC;IAED,4FAA4F;IAC5F,qBAAqB;IACrB,IAAI,KAAK,CAAC,SAAS,IAAI,IAAI,EAAE,CAAC;QAC5B,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,IAAA,iCAAwB,EAC5D,KAAK,CAAC,SAAS,CAChB,CAAC;IAEF,OAAO;QACL,GAAG,MAAM;QACT,mBAAmB,EAAE,UAAU;QAC/B,wBAAwB,EAAE,KAAK;QAC/B,yBAAyB,EAAE,MAAM;KAClC,CAAC;AACJ,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { QueryCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import type { KeyAttributes } from "
|
|
3
|
-
import type { KeyConditionExpression } from "
|
|
2
|
+
import type { KeyAttributes } from "../../types.js";
|
|
3
|
+
import type { KeyConditionExpression } from "../expressions/index.js";
|
|
4
4
|
export type QueryInput<K extends KeyAttributes = KeyAttributes> = {
|
|
5
5
|
table: string;
|
|
6
6
|
index?: string;
|
|
@@ -10,4 +10,8 @@ export type QueryInput<K extends KeyAttributes = KeyAttributes> = {
|
|
|
10
10
|
limit?: number;
|
|
11
11
|
scanIndexForward?: boolean;
|
|
12
12
|
};
|
|
13
|
-
export declare
|
|
13
|
+
export declare const QueryInput: {
|
|
14
|
+
encode: typeof encode;
|
|
15
|
+
};
|
|
16
|
+
declare function encode<K extends KeyAttributes = KeyAttributes>(input: QueryInput<K>): QueryCommandInput;
|
|
17
|
+
export {};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.QueryInput = void 0;
|
|
4
4
|
const lib_js_1 = require("./lib.js");
|
|
5
|
+
exports.QueryInput = {
|
|
6
|
+
encode,
|
|
7
|
+
};
|
|
5
8
|
function encode(input) {
|
|
6
9
|
const { table, index, condition, consistentRead, exclusiveStartKey, limit, scanIndexForward, } = input;
|
|
7
10
|
const { expression, names, values } = (0, lib_js_1.intoExpressionComponents)(condition);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../src/commands/inputs/query.ts"],"names":[],"mappings":";;;AAGA,qCAAoD;AAYvC,QAAA,UAAU,GAAG;IACxB,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CACb,KAAoB;IAEpB,MAAM,EACJ,KAAK,EACL,KAAK,EACL,SAAS,EACT,cAAc,EACd,iBAAiB,EACjB,KAAK,EACL,gBAAgB,GACjB,GAAG,KAAK,CAAC;IAEV,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,IAAA,iCAAwB,EAAC,SAAS,CAAC,CAAC;IAC1E,OAAO;QACL,SAAS,EAAE,KAAK;QAChB,SAAS,EAAE,KAAK;QAChB,cAAc,EAAE,cAAc;QAC9B,sBAAsB,EAAE,UAAU;QAClC,wBAAwB,EAAE,KAAK;QAC/B,yBAAyB,EAAE,MAAM;QACjC,iBAAiB,EAAE,iBAAiB;QACpC,KAAK,EAAE,KAAK;QACZ,gBAAgB,EAAE,gBAAgB;KACnC,CAAC;AACJ,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UpdateCommandInput as NativeUpdateCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
2
2
|
import type { WithRequired } from "@infra-blocks/types";
|
|
3
|
-
import type { KeyAttributes } from "
|
|
4
|
-
import { type ConditionParams, type UpdateExpressionParams } from "
|
|
3
|
+
import type { KeyAttributes } from "../../types.js";
|
|
4
|
+
import { type ConditionParams, type UpdateExpressionParams } from "../expressions/index.js";
|
|
5
5
|
type UpdateCommandInput = WithRequired<NativeUpdateCommandInput, "UpdateExpression">;
|
|
6
6
|
export interface UpdateItemInput<K extends KeyAttributes = KeyAttributes> {
|
|
7
7
|
table: string;
|
|
@@ -9,5 +9,8 @@ export interface UpdateItemInput<K extends KeyAttributes = KeyAttributes> {
|
|
|
9
9
|
update: UpdateExpressionParams;
|
|
10
10
|
condition?: ConditionParams;
|
|
11
11
|
}
|
|
12
|
-
export declare
|
|
12
|
+
export declare const UpdateItemInput: {
|
|
13
|
+
encode: typeof encode;
|
|
14
|
+
};
|
|
15
|
+
declare function encode<K extends KeyAttributes = KeyAttributes>(input: UpdateItemInput<K>): UpdateCommandInput;
|
|
13
16
|
export {};
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
const index_js_1 = require("
|
|
5
|
-
const expression_js_1 = require("
|
|
6
|
-
const index_js_2 = require("
|
|
3
|
+
exports.UpdateItemInput = void 0;
|
|
4
|
+
const index_js_1 = require("../attributes/index.js");
|
|
5
|
+
const expression_js_1 = require("../expressions/condition/expression.js");
|
|
6
|
+
const index_js_2 = require("../expressions/index.js");
|
|
7
|
+
exports.UpdateItemInput = {
|
|
8
|
+
encode,
|
|
9
|
+
};
|
|
7
10
|
function encode(input) {
|
|
8
11
|
const { table, key, condition, update } = input;
|
|
9
12
|
const names = index_js_1.AttributeNames.create();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-item.js","sourceRoot":"","sources":["../../../../src/commands/inputs/update-item.ts"],"names":[],"mappings":";;;AAGA,qDAAyE;AACzE,0EAA6E;AAC7E,sDAIiC;AAuBpB,QAAA,eAAe,GAAG;IAC7B,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CACb,KAAyB;IAEzB,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,KAAK,CAAC;IAEhD,MAAM,KAAK,GAAG,yBAAc,CAAC,MAAM,EAAE,CAAC;IACtC,MAAM,MAAM,GAAG,0BAAe,CAAC,MAAM,EAAE,CAAC;IACxC,MAAM,MAAM,GAAuB;QACjC,SAAS,EAAE,KAAK;QAChB,GAAG,EAAE,GAAG;QACR,gBAAgB,EAAE,2BAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC;YACxD,KAAK;YACL,MAAM;SACP,CAAC;KACH,CAAC;IAEF,gFAAgF;IAChF,sCAAsC;IACtC,IAAI,SAAS,IAAI,IAAI,EAAE,CAAC;QACtB,MAAM,CAAC,wBAAwB,GAAG,KAAK,CAAC,gBAAgB,EAAE,CAAC;QAC3D,MAAM,CAAC,yBAAyB,GAAG,MAAM,CAAC,gBAAgB,EAAE,CAAC;QAC7D,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,mFAAmF;IACnF,aAAa;IACb,MAAM,CAAC,mBAAmB,GAAG,IAAA,mCAAmB,EAAC,SAAS,CAAC,CAAC,SAAS,CAAC;QACpE,KAAK;QACL,MAAM;KACP,CAAC,CAAC;IACH,MAAM,CAAC,wBAAwB,GAAG,KAAK,CAAC,gBAAgB,EAAE,CAAC;IAC3D,MAAM,CAAC,yBAAyB,GAAG,MAAM,CAAC,gBAAgB,EAAE,CAAC;IAC7D,OAAO,MAAM,CAAC;AAChB,CAAC"}
|
|
@@ -4,4 +4,8 @@ export interface UpdateTimeToLiveInput {
|
|
|
4
4
|
attribute: string;
|
|
5
5
|
enabled: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare
|
|
7
|
+
export declare const UpdateTimeToLiveInput: {
|
|
8
|
+
encode: typeof encode;
|
|
9
|
+
};
|
|
10
|
+
declare function encode(input: UpdateTimeToLiveInput): UpdateTimeToLiveCommandInput;
|
|
11
|
+
export {};
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UpdateTimeToLiveInput = void 0;
|
|
4
|
+
exports.UpdateTimeToLiveInput = {
|
|
5
|
+
encode,
|
|
6
|
+
};
|
|
4
7
|
function encode(input) {
|
|
5
8
|
return {
|
|
6
9
|
TableName: input.table,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-time-to-live.js","sourceRoot":"","sources":["../../../../src/commands/inputs/update-time-to-live.ts"],"names":[],"mappings":";;;AAQa,QAAA,qBAAqB,GAAG;IACnC,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CAAC,KAA4B;IAC1C,OAAO;QACL,SAAS,EAAE,KAAK,CAAC,KAAK;QACtB,uBAAuB,EAAE;YACvB,aAAa,EAAE,KAAK,CAAC,SAAS;YAC9B,OAAO,EAAE,KAAK,CAAC,OAAO;SACvB;KACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { TransactWriteCommandInput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
+
import { ConditionCheckInput } from "./condition-check.js";
|
|
3
|
+
import { DeleteItemInput } from "./delete-item.js";
|
|
4
|
+
import { PutItemInput } from "./put-item.js";
|
|
5
|
+
import { UpdateItemInput } from "./update-item.js";
|
|
6
|
+
export type WriteTransactionWrite = {
|
|
7
|
+
put: PutItemInput;
|
|
8
|
+
} | {
|
|
9
|
+
update: UpdateItemInput;
|
|
10
|
+
} | {
|
|
11
|
+
delete: DeleteItemInput;
|
|
12
|
+
} | {
|
|
13
|
+
conditionCheck: ConditionCheckInput;
|
|
14
|
+
};
|
|
15
|
+
export type WriteTransactionInput = {
|
|
16
|
+
writes: WriteTransactionWrite[];
|
|
17
|
+
};
|
|
18
|
+
export declare const WriteTransactionInput: {
|
|
19
|
+
encode(input: WriteTransactionInput): TransactWriteCommandInput;
|
|
20
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WriteTransactionInput = void 0;
|
|
4
|
+
const types_1 = require("@infra-blocks/types");
|
|
5
|
+
const condition_check_js_1 = require("./condition-check.js");
|
|
6
|
+
const delete_item_js_1 = require("./delete-item.js");
|
|
7
|
+
const put_item_js_1 = require("./put-item.js");
|
|
8
|
+
const update_item_js_1 = require("./update-item.js");
|
|
9
|
+
exports.WriteTransactionInput = {
|
|
10
|
+
encode(input) {
|
|
11
|
+
return {
|
|
12
|
+
TransactItems: input.writes.map(WriteTransactionWrite.encode),
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
};
|
|
16
|
+
const WriteTransactionWrite = {
|
|
17
|
+
encode(write) {
|
|
18
|
+
if ("put" in write) {
|
|
19
|
+
return {
|
|
20
|
+
Put: put_item_js_1.PutItemInput.encode(write.put),
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
if ("update" in write) {
|
|
24
|
+
return {
|
|
25
|
+
Update: update_item_js_1.UpdateItemInput.encode(write.update),
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
if ("delete" in write) {
|
|
29
|
+
return {
|
|
30
|
+
Delete: delete_item_js_1.DeleteItemInput.encode(write.delete),
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
if ("conditionCheck" in write) {
|
|
34
|
+
return {
|
|
35
|
+
ConditionCheck: condition_check_js_1.ConditionCheckInput.encode(write.conditionCheck),
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
(0, types_1.unreachable)(write);
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=write-transaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"write-transaction.js","sourceRoot":"","sources":["../../../../src/commands/inputs/write-transaction.ts"],"names":[],"mappings":";;;AACA,+CAAsE;AACtE,6DAA2D;AAC3D,qDAAmD;AACnD,+CAA6C;AAC7C,qDAAmD;AAatC,QAAA,qBAAqB,GAAG;IACnC,MAAM,CAAC,KAA4B;QACjC,OAAO;YACL,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,qBAAqB,CAAC,MAAM,CAAC;SAC9D,CAAC;IACJ,CAAC;CACF,CAAC;AAMF,MAAM,qBAAqB,GAAG;IAC5B,MAAM,CAAC,KAA4B;QACjC,IAAI,KAAK,IAAI,KAAK,EAAE,CAAC;YACnB,OAAO;gBACL,GAAG,EAAE,0BAAY,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC;aACpC,CAAC;QACJ,CAAC;QACD,IAAI,QAAQ,IAAI,KAAK,EAAE,CAAC;YACtB,OAAO;gBACL,MAAM,EAAE,gCAAe,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC;aAC7C,CAAC;QACJ,CAAC;QACD,IAAI,QAAQ,IAAI,KAAK,EAAE,CAAC;YACtB,OAAO;gBACL,MAAM,EAAE,gCAAe,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC;aAC7C,CAAC;QACJ,CAAC;QACD,IAAI,gBAAgB,IAAI,KAAK,EAAE,CAAC;YAC9B,OAAO;gBACL,cAAc,EAAE,wCAAmB,CAAC,MAAM,CAAC,KAAK,CAAC,cAAc,CAAC;aACjE,CAAC;QACJ,CAAC;QACD,IAAA,mBAAW,EAAC,KAAK,CAAC,CAAC;IACrB,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { CreateTableCommandOutput } from "@aws-sdk/client-dynamodb";
|
|
2
|
+
export type CreateTableOutput = Record<string, never>;
|
|
3
|
+
export declare const CreateTableOutput: {
|
|
4
|
+
decode: typeof decode;
|
|
5
|
+
};
|
|
6
|
+
declare function decode(_: CreateTableCommandOutput): CreateTableOutput;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-table.js","sourceRoot":"","sources":["../../../../src/commands/outputs/create-table.ts"],"names":[],"mappings":";;;AAIa,QAAA,iBAAiB,GAAG;IAC/B,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CAAC,CAA2B;IACzC,OAAO,EAAE,CAAC;AACZ,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { DeleteCommandOutput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
+
import type { Attributes } from "../../types.js";
|
|
3
|
+
export type DeleteItemOutput<T extends Attributes = Attributes> = {
|
|
4
|
+
item?: T;
|
|
5
|
+
};
|
|
6
|
+
export declare const DeleteItemOutput: {
|
|
7
|
+
decode: typeof decode;
|
|
8
|
+
};
|
|
9
|
+
declare function decode<T extends Attributes = Attributes>(output: DeleteCommandOutput): DeleteItemOutput<T>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-item.js","sourceRoot":"","sources":["../../../../src/commands/outputs/delete-item.ts"],"names":[],"mappings":";;;AAKa,QAAA,gBAAgB,GAAG;IAC9B,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CACb,MAA2B;IAE3B,qBAAqB;IACrB,MAAM,MAAM,GAAiC,EAAE,CAAC;IAChD,IAAI,MAAM,CAAC,UAAU,IAAI,IAAI,EAAE,CAAC;QAC9B,MAAM,CAAC,IAAI,GAAG,MAAM,CAAC,UAAe,CAAC;IACvC,CAAC;IACD,OAAO,MAAM,CAAC;AAChB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { DeleteTableCommandOutput } from "@aws-sdk/client-dynamodb";
|
|
2
|
+
export type DeleteTableOutput = Record<string, never>;
|
|
3
|
+
export declare const DeleteTableOutput: {
|
|
4
|
+
decode: typeof decode;
|
|
5
|
+
};
|
|
6
|
+
declare function decode(_: DeleteTableCommandOutput): DeleteTableOutput;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-table.js","sourceRoot":"","sources":["../../../../src/commands/outputs/delete-table.ts"],"names":[],"mappings":";;;AAIa,QAAA,iBAAiB,GAAG;IAC/B,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CAAC,CAA2B;IACzC,OAAO,EAAE,CAAC;AACZ,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { GetCommandOutput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
+
import type { Attributes } from "../../types.js";
|
|
3
|
+
export type GetItemOutput<T extends Attributes = Attributes> = {
|
|
4
|
+
item?: T;
|
|
5
|
+
};
|
|
6
|
+
export declare const GetItemOutput: {
|
|
7
|
+
decode: typeof decode;
|
|
8
|
+
};
|
|
9
|
+
declare function decode<T extends Attributes = Attributes>(output: GetCommandOutput): GetItemOutput<T>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetItemOutput = void 0;
|
|
4
|
+
const lib_js_1 = require("./lib.js");
|
|
5
|
+
exports.GetItemOutput = {
|
|
6
|
+
decode,
|
|
7
|
+
};
|
|
8
|
+
function decode(output) {
|
|
9
|
+
return (0, lib_js_1.maybeSet)({}, "item", output, "Item");
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=get-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-item.js","sourceRoot":"","sources":["../../../../src/commands/outputs/get-item.ts"],"names":[],"mappings":";;;AAEA,qCAAoC;AAIvB,QAAA,aAAa,GAAG;IAC3B,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CACb,MAAwB;IAExB,OAAO,IAAA,iBAAQ,EAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;AAC9C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./create-table.js";
|
|
2
|
+
export * from "./delete-item.js";
|
|
3
|
+
export * from "./delete-table.js";
|
|
4
|
+
export * from "./get-item.js";
|
|
5
|
+
export * from "./put-item.js";
|
|
6
|
+
export * from "./query.js";
|
|
7
|
+
export * from "./update-item.js";
|
|
8
|
+
export * from "./update-time-to-live.js";
|
|
9
|
+
export * from "./write-transaction.js";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./create-table.js"), exports);
|
|
18
|
+
__exportStar(require("./delete-item.js"), exports);
|
|
19
|
+
__exportStar(require("./delete-table.js"), exports);
|
|
20
|
+
__exportStar(require("./get-item.js"), exports);
|
|
21
|
+
__exportStar(require("./put-item.js"), exports);
|
|
22
|
+
__exportStar(require("./query.js"), exports);
|
|
23
|
+
__exportStar(require("./update-item.js"), exports);
|
|
24
|
+
__exportStar(require("./update-time-to-live.js"), exports);
|
|
25
|
+
__exportStar(require("./write-transaction.js"), exports);
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/commands/outputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,oDAAkC;AAClC,gDAA8B;AAC9B,gDAA8B;AAC9B,6CAA2B;AAC3B,mDAAiC;AACjC,2DAAyC;AACzC,yDAAuC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib.js","sourceRoot":"","sources":["../../../../src/commands/outputs/lib.ts"],"names":[],"mappings":";;AAEA,4BAmBC;AArBD,+CAA8C;AAE9C,SAAgB,QAAQ,CAOtB,GAAM,EACN,MAAU,EACV,MAAS,EACT,SAAa,EACb,SAA+B;IAE/B,IAAI,MAAM,CAAC,SAAS,CAAC,IAAI,IAAI,EAAE,CAAC;QAC9B,MAAM,QAAQ,GACZ,SAAS,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;QACvE,GAAG,CAAC,MAAM,CAAC,GAAG,IAAA,eAAO,EAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,OAAO,IAAA,eAAO,EAAC,GAAG,CAAC,CAAC;AACtB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { PutCommandOutput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
+
import type { Attributes } from "../../types.js";
|
|
3
|
+
export type PutItemOutput<T extends Attributes = Attributes> = {
|
|
4
|
+
item?: T;
|
|
5
|
+
};
|
|
6
|
+
export declare const PutItemOutput: {
|
|
7
|
+
decode: typeof decode;
|
|
8
|
+
};
|
|
9
|
+
declare function decode<T extends Attributes = Attributes>(output: PutCommandOutput): PutItemOutput<T>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PutItemOutput = void 0;
|
|
4
|
+
const lib_js_1 = require("./lib.js");
|
|
5
|
+
exports.PutItemOutput = {
|
|
6
|
+
decode,
|
|
7
|
+
};
|
|
8
|
+
function decode(output) {
|
|
9
|
+
return (0, lib_js_1.maybeSet)({}, "item", output, "Attributes");
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=put-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-item.js","sourceRoot":"","sources":["../../../../src/commands/outputs/put-item.ts"],"names":[],"mappings":";;;AAEA,qCAAoC;AAKvB,QAAA,aAAa,GAAG;IAC3B,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CACb,MAAwB;IAExB,OAAO,IAAA,iBAAQ,EAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;AACpD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QueryCommandOutput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
+
import type { Attributes, KeyAttributes } from "../../index.js";
|
|
3
|
+
export type QueryOutput<T extends Attributes = Attributes, K extends KeyAttributes = KeyAttributes> = {
|
|
4
|
+
count: number;
|
|
5
|
+
items: Array<T>;
|
|
6
|
+
scannedCount: number;
|
|
7
|
+
lastEvaluatedKey?: K;
|
|
8
|
+
};
|
|
9
|
+
export declare const QueryOutput: {
|
|
10
|
+
decode: typeof decode;
|
|
11
|
+
};
|
|
12
|
+
declare function decode<T extends Attributes = Attributes, K extends KeyAttributes = KeyAttributes>(output: QueryCommandOutput): QueryOutput<T, K>;
|
|
13
|
+
export {};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.QueryOutput = void 0;
|
|
4
4
|
const types_1 = require("@infra-blocks/types");
|
|
5
|
+
exports.QueryOutput = {
|
|
6
|
+
decode,
|
|
7
|
+
};
|
|
5
8
|
function decode(output) {
|
|
6
9
|
const items = (output.Items ?? []);
|
|
7
10
|
return (0, types_1.trusted)({
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../src/commands/outputs/query.ts"],"names":[],"mappings":";;;AACA,+CAA8C;AAajC,QAAA,WAAW,GAAG;IACzB,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CAGb,MAA0B;IAC1B,MAAM,KAAK,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,EAAE,CAAa,CAAC;IAC/C,OAAO,IAAA,eAAO,EAAC;QACb,KAAK;QACL,gBAAgB,EAAE,MAAM,CAAC,gBAAgB;QACzC,KAAK,EAAE,MAAM,CAAC,KAAK;QACnB,YAAY,EAAE,MAAM,CAAC,YAAY;KAClC,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { UpdateItemCommandOutput } from "@aws-sdk/client-dynamodb";
|
|
2
|
+
export type UpdateItemOutput = Record<string, never>;
|
|
3
|
+
export declare const UpdateItemOutput: {
|
|
4
|
+
decode: typeof decode;
|
|
5
|
+
};
|
|
6
|
+
declare function decode(_: UpdateItemCommandOutput): UpdateItemOutput;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-item.js","sourceRoot":"","sources":["../../../../src/commands/outputs/update-item.ts"],"names":[],"mappings":";;;AAIa,QAAA,gBAAgB,GAAG;IAC9B,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CAAC,CAA0B;IACxC,OAAO,EAAE,CAAC;AACZ,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { UpdateTimeToLiveCommandOutput } from "@aws-sdk/client-dynamodb";
|
|
2
|
+
export type UpdateTimeToLiveOutput = Record<string, never>;
|
|
3
|
+
export declare const UpdateTimeToLiveOutput: {
|
|
4
|
+
decode: typeof decode;
|
|
5
|
+
};
|
|
6
|
+
declare function decode(_: UpdateTimeToLiveCommandOutput): UpdateTimeToLiveOutput;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateTimeToLiveOutput = void 0;
|
|
4
|
+
exports.UpdateTimeToLiveOutput = {
|
|
5
|
+
decode,
|
|
6
|
+
};
|
|
7
|
+
function decode(_) {
|
|
8
|
+
return {};
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=update-time-to-live.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-time-to-live.js","sourceRoot":"","sources":["../../../../src/commands/outputs/update-time-to-live.ts"],"names":[],"mappings":";;;AAIa,QAAA,sBAAsB,GAAG;IACpC,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CAAC,CAAgC;IAC9C,OAAO,EAAE,CAAC;AACZ,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { TransactWriteCommandOutput } from "@aws-sdk/lib-dynamodb";
|
|
2
|
+
export type WriteTransactionOutput = Record<string, never>;
|
|
3
|
+
export declare const WriteTransactionOutput: {
|
|
4
|
+
decode: typeof decode;
|
|
5
|
+
};
|
|
6
|
+
declare function decode(_: TransactWriteCommandOutput): WriteTransactionOutput;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WriteTransactionOutput = void 0;
|
|
4
|
+
exports.WriteTransactionOutput = {
|
|
5
|
+
decode,
|
|
6
|
+
};
|
|
7
|
+
function decode(_) {
|
|
8
|
+
return {};
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=write-transaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"write-transaction.js","sourceRoot":"","sources":["../../../../src/commands/outputs/write-transaction.ts"],"names":[],"mappings":";;;AAIa,QAAA,sBAAsB,GAAG;IACpC,MAAM;CACP,CAAC;AAEF,SAAS,MAAM,CAAC,CAA6B;IAC3C,OAAO,EAAE,CAAC;AACZ,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PutCommand } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import type { Attributes } from "
|
|
2
|
+
import type { Attributes } from "../types.js";
|
|
3
3
|
import { AbstractCommand } from "./base.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { PutItemInput } from "./inputs/index.js";
|
|
5
|
+
import { PutItemOutput } from "./outputs/index.js";
|
|
6
6
|
export declare class PutItem<T extends Attributes = Attributes> extends AbstractCommand<PutItemInput<T>, PutItemOutput<T>, PutCommand> {
|
|
7
7
|
constructor(input: PutItemInput<T>);
|
|
8
8
|
}
|
|
@@ -3,12 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PutItem = void 0;
|
|
4
4
|
const lib_dynamodb_1 = require("@aws-sdk/lib-dynamodb");
|
|
5
5
|
const base_js_1 = require("./base.js");
|
|
6
|
-
const
|
|
6
|
+
const index_js_1 = require("./inputs/index.js");
|
|
7
|
+
const index_js_2 = require("./outputs/index.js");
|
|
7
8
|
class PutItem extends base_js_1.AbstractCommand {
|
|
8
9
|
constructor(input) {
|
|
9
10
|
super({
|
|
10
11
|
input,
|
|
11
|
-
codec:
|
|
12
|
+
codec: {
|
|
13
|
+
encode: index_js_1.PutItemInput.encode,
|
|
14
|
+
decode: index_js_2.PutItemOutput.decode,
|
|
15
|
+
},
|
|
12
16
|
command: lib_dynamodb_1.PutCommand,
|
|
13
17
|
});
|
|
14
18
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-item.js","sourceRoot":"","sources":["../../../src/commands/put-item.ts"],"names":[],"mappings":";;;AAAA,wDAAmD;AAEnD,uCAA4C;AAC5C,gDAAiD;AACjD,iDAAmD;AAEnD,MAAa,OAA2C,SAAQ,yBAI/D;IACC,YAAY,KAAsB;QAChC,KAAK,CAAC;YACJ,KAAK;YACL,KAAK,EAAE;gBACL,MAAM,EAAE,uBAAY,CAAC,MAAM;gBAC3B,MAAM,EAAE,wBAAa,CAAC,MAAM;aAC7B;YACD,OAAO,EAAE,yBAAU;SACpB,CAAC,CAAC;IACL,CAAC;CACF;AAfD,0BAeC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { QueryCommand } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import type { Attributes, KeyAttributes } from "
|
|
2
|
+
import type { Attributes, KeyAttributes } from "../types.js";
|
|
3
3
|
import { AbstractCommand } from "./base.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { QueryInput } from "./inputs/index.js";
|
|
5
|
+
import { QueryOutput } from "./outputs/index.js";
|
|
6
6
|
export declare class Query<T extends Attributes = Attributes, K extends KeyAttributes = KeyAttributes> extends AbstractCommand<QueryInput<K>, QueryOutput<T, K>, QueryCommand> {
|
|
7
7
|
constructor(input: QueryInput<K>);
|
|
8
8
|
}
|
|
@@ -3,12 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Query = void 0;
|
|
4
4
|
const lib_dynamodb_1 = require("@aws-sdk/lib-dynamodb");
|
|
5
5
|
const base_js_1 = require("./base.js");
|
|
6
|
-
const
|
|
6
|
+
const index_js_1 = require("./inputs/index.js");
|
|
7
|
+
const index_js_2 = require("./outputs/index.js");
|
|
7
8
|
class Query extends base_js_1.AbstractCommand {
|
|
8
9
|
constructor(input) {
|
|
9
10
|
super({
|
|
10
11
|
input,
|
|
11
|
-
codec:
|
|
12
|
+
codec: {
|
|
13
|
+
encode: index_js_1.QueryInput.encode,
|
|
14
|
+
decode: index_js_2.QueryOutput.decode,
|
|
15
|
+
},
|
|
12
16
|
command: lib_dynamodb_1.QueryCommand,
|
|
13
17
|
});
|
|
14
18
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/commands/query.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AAErD,uCAA4C;AAC5C,gDAA+C;AAC/C,iDAAiD;AAEjD,MAAa,KAGX,SAAQ,yBAA+D;IACvE,YAAY,KAAoB;QAC9B,KAAK,CAAC;YACJ,KAAK;YACL,KAAK,EAAE;gBACL,MAAM,EAAE,qBAAU,CAAC,MAAM;gBACzB,MAAM,EAAE,sBAAW,CAAC,MAAM;aAC3B;YACD,OAAO,EAAE,2BAAY;SACtB,CAAC,CAAC;IACL,CAAC;CACF;AAdD,sBAcC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { UpdateCommand } from "@aws-sdk/lib-dynamodb";
|
|
2
|
-
import type { KeyAttributes } from "
|
|
2
|
+
import type { KeyAttributes } from "../types.js";
|
|
3
3
|
import { AbstractCommand } from "./base.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { UpdateItemInput } from "./inputs/index.js";
|
|
5
|
+
import { UpdateItemOutput } from "./outputs/index.js";
|
|
6
6
|
export declare class UpdateItem<K extends KeyAttributes = KeyAttributes> extends AbstractCommand<UpdateItemInput<K>, UpdateItemOutput, UpdateCommand> {
|
|
7
7
|
constructor(input: UpdateItemInput<K>);
|
|
8
8
|
}
|
|
@@ -3,12 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateItem = void 0;
|
|
4
4
|
const lib_dynamodb_1 = require("@aws-sdk/lib-dynamodb");
|
|
5
5
|
const base_js_1 = require("./base.js");
|
|
6
|
-
const
|
|
6
|
+
const index_js_1 = require("./inputs/index.js");
|
|
7
|
+
const index_js_2 = require("./outputs/index.js");
|
|
7
8
|
class UpdateItem extends base_js_1.AbstractCommand {
|
|
8
9
|
constructor(input) {
|
|
9
10
|
super({
|
|
10
11
|
input,
|
|
11
|
-
codec:
|
|
12
|
+
codec: {
|
|
13
|
+
encode: index_js_1.UpdateItemInput.encode,
|
|
14
|
+
decode: index_js_2.UpdateItemOutput.decode,
|
|
15
|
+
},
|
|
12
16
|
command: lib_dynamodb_1.UpdateCommand,
|
|
13
17
|
});
|
|
14
18
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-item.js","sourceRoot":"","sources":["../../../src/commands/update-item.ts"],"names":[],"mappings":";;;AAAA,wDAAsD;AAEtD,uCAA4C;AAC5C,gDAAoD;AACpD,iDAAsD;AAEtD,MAAa,UAEX,SAAQ,yBAAoE;IAC5E,YAAY,KAAyB;QACnC,KAAK,CAAC;YACJ,KAAK;YACL,KAAK,EAAE;gBACL,MAAM,EAAE,0BAAe,CAAC,MAAM;gBAC9B,MAAM,EAAE,2BAAgB,CAAC,MAAM;aAChC;YACD,OAAO,EAAE,4BAAa;SACvB,CAAC,CAAC;IACL,CAAC;CACF;AAbD,gCAaC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UpdateTimeToLiveCommand } from "@aws-sdk/client-dynamodb";
|
|
2
2
|
import { AbstractCommand } from "./base.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import { UpdateTimeToLiveInput } from "./inputs/index.js";
|
|
4
|
+
import { UpdateTimeToLiveOutput } from "./outputs/index.js";
|
|
5
5
|
export declare class UpdateTimeToLive extends AbstractCommand<UpdateTimeToLiveInput, UpdateTimeToLiveOutput, UpdateTimeToLiveCommand> {
|
|
6
6
|
constructor(input: UpdateTimeToLiveInput);
|
|
7
7
|
}
|