huawei_cloud_api_definitions_KVS/
lib.rs

1#[cfg(feature = "BatchGetKv")]
2pub mod BatchGetKv;
3#[cfg(feature = "BatchWriteKv")]
4pub mod BatchWriteKv;
5#[cfg(feature = "CheckHealth")]
6pub mod CheckHealth;
7#[cfg(feature = "CreateTable")]
8pub mod CreateTable;
9#[cfg(feature = "DeleteKv")]
10pub mod DeleteKv;
11#[cfg(feature = "DeleteTable")]
12pub mod DeleteTable;
13#[cfg(feature = "DescribeTable")]
14pub mod DescribeTable;
15#[cfg(feature = "GetKv")]
16pub mod GetKv;
17#[cfg(feature = "ListStore")]
18pub mod ListStore;
19#[cfg(feature = "ListTable")]
20pub mod ListTable;
21#[cfg(feature = "PutKv")]
22pub mod PutKv;
23#[cfg(feature = "ScanKv")]
24pub mod ScanKv;
25#[cfg(feature = "ScanSkeyKv")]
26pub mod ScanSkeyKv;
27#[cfg(feature = "UpdateKv")]
28pub mod UpdateKv;