UpdateKxVolume
Source:
src/AWS/FinSpace/UpdateKxVolume.ts
Runtime binding for finspace:UpdateKxVolume — changes a volume’s description or NAS_1 size/throughput in the bound environment.
Provide the implementation with
Effect.provide(AWS.FinSpace.UpdateKxVolumeHttp).
Managing Volumes
Section titled “Managing Volumes”const updateVolume = yield* AWS.FinSpace.UpdateKxVolume(kdb);
yield* updateVolume({ volumeName: "tp-logs", nas1Configuration: { type: "SSD_250", size: 2400 }, clientToken: crypto.randomUUID(),});