huawei_cloud_api_definitions_BCS/
lib.rs

1#[cfg(feature = "BatchAddPeersToChannel")]
2pub mod BatchAddPeersToChannel;
3#[cfg(feature = "BatchCreateChannels")]
4pub mod BatchCreateChannels;
5#[cfg(feature = "BatchInviteMembersToChannel")]
6pub mod BatchInviteMembersToChannel;
7#[cfg(feature = "BatchRemoveOrgsFromChannel")]
8pub mod BatchRemoveOrgsFromChannel;
9#[cfg(feature = "BatchRemovePeersFromChannel")]
10pub mod BatchRemovePeersFromChannel;
11#[cfg(feature = "CreateBlockchainCertByUserName")]
12pub mod CreateBlockchainCertByUserName;
13#[cfg(feature = "CreateNewBlockchain")]
14pub mod CreateNewBlockchain;
15#[cfg(feature = "DeleteBlockchain")]
16pub mod DeleteBlockchain;
17#[cfg(feature = "DeleteChannel")]
18pub mod DeleteChannel;
19#[cfg(feature = "DeleteMemberInvite")]
20pub mod DeleteMemberInvite;
21#[cfg(feature = "DownloadBlockchainCert")]
22pub mod DownloadBlockchainCert;
23#[cfg(feature = "DownloadBlockchainSdkConfig")]
24pub mod DownloadBlockchainSdkConfig;
25#[cfg(feature = "FreezeCert")]
26pub mod FreezeCert;
27#[cfg(feature = "HandleNotification")]
28pub mod HandleNotification;
29#[cfg(feature = "HandleUnionMemberQuitList")]
30pub mod HandleUnionMemberQuitList;
31#[cfg(feature = "ListBcsEvents")]
32pub mod ListBcsEvents;
33#[cfg(feature = "ListBcsEventsStatistic")]
34pub mod ListBcsEventsStatistic;
35#[cfg(feature = "ListBcsMetric")]
36pub mod ListBcsMetric;
37#[cfg(feature = "ListBlockchainChannels")]
38pub mod ListBlockchainChannels;
39#[cfg(feature = "ListBlockchains")]
40pub mod ListBlockchains;
41#[cfg(feature = "ListEntityMetric")]
42pub mod ListEntityMetric;
43#[cfg(feature = "ListInstanceMetric")]
44pub mod ListInstanceMetric;
45#[cfg(feature = "ListMembers")]
46pub mod ListMembers;
47#[cfg(feature = "ListNotifications")]
48pub mod ListNotifications;
49#[cfg(feature = "ListOpRecord")]
50pub mod ListOpRecord;
51#[cfg(feature = "ListQuotas")]
52pub mod ListQuotas;
53#[cfg(feature = "ShowBlockchainDetail")]
54pub mod ShowBlockchainDetail;
55#[cfg(feature = "ShowBlockchainFlavors")]
56pub mod ShowBlockchainFlavors;
57#[cfg(feature = "ShowBlockchainNodes")]
58pub mod ShowBlockchainNodes;
59#[cfg(feature = "ShowBlockchainStatus")]
60pub mod ShowBlockchainStatus;
61#[cfg(feature = "UnfreezeCert")]
62pub mod UnfreezeCert;
63#[cfg(feature = "UpdateInstance")]
64pub mod UpdateInstance;