We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad7ade commit f14d461Copy full SHA for f14d461
src/taoensso/faraday.clj
@@ -436,7 +436,7 @@
436
:item-count (.getItemCount d)
437
:size (.getTableSizeBytes d)
438
:throughput (as-map (.getProvisionedThroughput d))
439
- :billing-mode (as-map (.getBillingModeSummary d))
+ :billing-mode (as-map (or (.getBillingModeSummary d) (.. (BillingModeSummary.) (withBillingMode "PROVISIONED"))))
440
:indexes (as-map (.getLocalSecondaryIndexes d)) ; DEPRECATED
441
:lsindexes (as-map (.getLocalSecondaryIndexes d))
442
:gsindexes (as-map (.getGlobalSecondaryIndexes d))
0 commit comments