huawei_cloud_api_definitions_TICS/
lib.rs

1#[cfg(feature = "ListAgents")]
2pub mod ListAgents;
3#[cfg(feature = "ListAuditInfo")]
4pub mod ListAuditInfo;
5#[cfg(feature = "ListFlJob")]
6pub mod ListFlJob;
7#[cfg(feature = "ListInstanceHistory")]
8pub mod ListInstanceHistory;
9#[cfg(feature = "ListLeagueDatasets")]
10pub mod ListLeagueDatasets;
11#[cfg(feature = "ListLeagues")]
12pub mod ListLeagues;
13#[cfg(feature = "ListNodes")]
14pub mod ListNodes;
15#[cfg(feature = "ListNotices")]
16pub mod ListNotices;
17#[cfg(feature = "ListPartners")]
18pub mod ListPartners;
19#[cfg(feature = "ListSqlJob")]
20pub mod ListSqlJob;
21#[cfg(feature = "ShowAgentDetail")]
22pub mod ShowAgentDetail;
23#[cfg(feature = "ShowDatasetStatistics")]
24pub mod ShowDatasetStatistics;
25#[cfg(feature = "ShowInstanceReport")]
26pub mod ShowInstanceReport;
27#[cfg(feature = "ShowJobInstanceDag")]
28pub mod ShowJobInstanceDag;
29#[cfg(feature = "ShowJobStatistics")]
30pub mod ShowJobStatistics;
31#[cfg(feature = "ShowLeague")]
32pub mod ShowLeague;
33#[cfg(feature = "ShowOverview")]
34pub mod ShowOverview;
35#[cfg(feature = "ShowPartnerStatistics")]
36pub mod ShowPartnerStatistics;
37#[cfg(feature = "UpdateLeague")]
38pub mod UpdateLeague;