huawei_cloud_api_definitions_IoTDM/
lib.rs

1#[cfg(feature = "BindInstanceTags")]
2pub mod BindInstanceTags;
3#[cfg(feature = "ChangeInstanceChargeMode")]
4pub mod ChangeInstanceChargeMode;
5#[cfg(feature = "CreateInstance")]
6pub mod CreateInstance;
7#[cfg(feature = "DeleteInstance")]
8pub mod DeleteInstance;
9#[cfg(feature = "ListInstanceFlavors")]
10pub mod ListInstanceFlavors;
11#[cfg(feature = "ListInstances")]
12pub mod ListInstances;
13#[cfg(feature = "ListInstanceTasks")]
14pub mod ListInstanceTasks;
15#[cfg(feature = "ResizeInstance")]
16pub mod ResizeInstance;
17#[cfg(feature = "RetryInstanceTask")]
18pub mod RetryInstanceTask;
19#[cfg(feature = "ShowInstance")]
20pub mod ShowInstance;
21#[cfg(feature = "ShowInstanceTask")]
22pub mod ShowInstanceTask;
23#[cfg(feature = "UnbindInstanceTags")]
24pub mod UnbindInstanceTags;
25#[cfg(feature = "UpdateInstance")]
26pub mod UpdateInstance;