ListKxVolumes
Source:
src/AWS/FinSpace/ListKxVolumes.ts
Runtime binding for finspace:ListKxVolumes — lists the volumes of the bound environment, optionally filtered by volume type.
Provide the implementation with
Effect.provide(AWS.FinSpace.ListKxVolumesHttp).
Managing Volumes
Section titled “Managing Volumes”const listVolumes = yield* AWS.FinSpace.ListKxVolumes(kdb);
const { kxVolumeSummaries } = yield* listVolumes({ volumeType: "NAS_1" });