huawei_cloud_api_definitions_IoTDM/
lib.rs1#[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 = "ListInstances")]
10pub mod ListInstances;
11#[cfg(feature = "ResizeInstance")]
12pub mod ResizeInstance;
13#[cfg(feature = "ShowInstance")]
14pub mod ShowInstance;
15#[cfg(feature = "UnbindInstanceTags")]
16pub mod UnbindInstanceTags;
17#[cfg(feature = "UpdateInstance")]
18pub mod UpdateInstance;