Types:
from cloudflare.types.hyperdrive import Configuration, HyperdriveMethods:
client.hyperdrive.configs.create(*, account_id, **params) -> Hyperdriveclient.hyperdrive.configs.update(hyperdrive_id, *, account_id, **params) -> Hyperdriveclient.hyperdrive.configs.list(*, account_id) -> SyncSinglePage[Hyperdrive]client.hyperdrive.configs.delete(hyperdrive_id, *, account_id) -> objectclient.hyperdrive.configs.edit(hyperdrive_id, *, account_id, **params) -> Hyperdriveclient.hyperdrive.configs.get(hyperdrive_id, *, account_id) -> Hyperdrive