huawei_cloud_api_definitions_MSSI/
lib.rs1#[cfg(feature = "CreateConnectionInfo")]
2pub mod CreateConnectionInfo;
3#[cfg(feature = "CreateCustomConnectorFromOpenapi")]
4pub mod CreateCustomConnectorFromOpenapi;
5#[cfg(feature = "CreateFlow")]
6pub mod CreateFlow;
7#[cfg(feature = "CreateFlowTemplateFromFlow")]
8pub mod CreateFlowTemplateFromFlow;
9#[cfg(feature = "DeleteConnectionInfo")]
10pub mod DeleteConnectionInfo;
11#[cfg(feature = "DeleteCustomConnector")]
12pub mod DeleteCustomConnector;
13#[cfg(feature = "DeleteFlow")]
14pub mod DeleteFlow;
15#[cfg(feature = "SearchFlowById")]
16pub mod SearchFlowById;
17#[cfg(feature = "ShowAllConnections")]
18pub mod ShowAllConnections;
19#[cfg(feature = "ShowAllFlows")]
20pub mod ShowAllFlows;
21#[cfg(feature = "ShowConnectors")]
22pub mod ShowConnectors;
23#[cfg(feature = "ShowCustomConnector")]
24pub mod ShowCustomConnector;
25#[cfg(feature = "ShowCustomConnectors")]
26pub mod ShowCustomConnectors;
27#[cfg(feature = "ShowSingleConnection")]
28pub mod ShowSingleConnection;
29#[cfg(feature = "UpdateConnectionInfo")]
30pub mod UpdateConnectionInfo;
31#[cfg(feature = "UpdateFlow")]
32pub mod UpdateFlow;