huawei_cloud_api_definitions_IEF/
lib.rs

1#[cfg(feature = "BatchAddDeleteTags")]
2pub mod BatchAddDeleteTags;
3#[cfg(feature = "CreateApp")]
4pub mod CreateApp;
5#[cfg(feature = "CreateAppVersions")]
6pub mod CreateAppVersions;
7#[cfg(feature = "CreateBatchJob")]
8pub mod CreateBatchJob;
9#[cfg(feature = "CreateConfigMap")]
10pub mod CreateConfigMap;
11#[cfg(feature = "CreateDeployments")]
12pub mod CreateDeployments;
13#[cfg(feature = "CreateDevice")]
14pub mod CreateDevice;
15#[cfg(feature = "CreateDeviceTemplate")]
16pub mod CreateDeviceTemplate;
17#[cfg(feature = "CreateEdgeGroup")]
18pub mod CreateEdgeGroup;
19#[cfg(feature = "CreateEdgeGroupCert")]
20pub mod CreateEdgeGroupCert;
21#[cfg(feature = "CreateEdgeNode")]
22pub mod CreateEdgeNode;
23#[cfg(feature = "CreateEdgeNodeCerts")]
24pub mod CreateEdgeNodeCerts;
25#[cfg(feature = "CreateEncryptdatas")]
26pub mod CreateEncryptdatas;
27#[cfg(feature = "CreateEndpoint")]
28pub mod CreateEndpoint;
29#[cfg(feature = "CreateNodeEncryptdatas")]
30pub mod CreateNodeEncryptdatas;
31#[cfg(feature = "CreateProduct")]
32pub mod CreateProduct;
33#[cfg(feature = "CreateRule")]
34pub mod CreateRule;
35#[cfg(feature = "CreateSecret")]
36pub mod CreateSecret;
37#[cfg(feature = "CreateService")]
38pub mod CreateService;
39#[cfg(feature = "CreateSystemEvent")]
40pub mod CreateSystemEvent;
41#[cfg(feature = "CreateTag")]
42pub mod CreateTag;
43#[cfg(feature = "DeleteApp")]
44pub mod DeleteApp;
45#[cfg(feature = "DeleteAppVersion")]
46pub mod DeleteAppVersion;
47#[cfg(feature = "DeleteBatchJob")]
48pub mod DeleteBatchJob;
49#[cfg(feature = "DeleteConfigMap")]
50pub mod DeleteConfigMap;
51#[cfg(feature = "DeleteDeployment")]
52pub mod DeleteDeployment;
53#[cfg(feature = "DeleteDevice")]
54pub mod DeleteDevice;
55#[cfg(feature = "DeleteDeviceTemplate")]
56pub mod DeleteDeviceTemplate;
57#[cfg(feature = "DeleteEdgeGroup")]
58pub mod DeleteEdgeGroup;
59#[cfg(feature = "DeleteEdgeGroupCert")]
60pub mod DeleteEdgeGroupCert;
61#[cfg(feature = "DeleteEdgeNode")]
62pub mod DeleteEdgeNode;
63#[cfg(feature = "DeleteEdgeNodeCerts")]
64pub mod DeleteEdgeNodeCerts;
65#[cfg(feature = "DeleteEncryptdatas")]
66pub mod DeleteEncryptdatas;
67#[cfg(feature = "DeleteEndPoint")]
68pub mod DeleteEndPoint;
69#[cfg(feature = "DeleteNodeEncryptdatas")]
70pub mod DeleteNodeEncryptdatas;
71#[cfg(feature = "DeletePod")]
72pub mod DeletePod;
73#[cfg(feature = "DeleteProduct")]
74pub mod DeleteProduct;
75#[cfg(feature = "DeleteResourceTag")]
76pub mod DeleteResourceTag;
77#[cfg(feature = "DeleteRule")]
78pub mod DeleteRule;
79#[cfg(feature = "DeleteSecret")]
80pub mod DeleteSecret;
81#[cfg(feature = "DeleteService")]
82pub mod DeleteService;
83#[cfg(feature = "DeleteSystemEvent")]
84pub mod DeleteSystemEvent;
85#[cfg(feature = "EnableDisableEdgeNodes")]
86pub mod EnableDisableEdgeNodes;
87#[cfg(feature = "ListApps")]
88pub mod ListApps;
89#[cfg(feature = "ListAppVersions")]
90pub mod ListAppVersions;
91#[cfg(feature = "ListBatchJob")]
92pub mod ListBatchJob;
93#[cfg(feature = "ListConfigMaps")]
94pub mod ListConfigMaps;
95#[cfg(feature = "ListDeployments")]
96pub mod ListDeployments;
97#[cfg(feature = "ListDevices")]
98pub mod ListDevices;
99#[cfg(feature = "ListDeviceTemplates")]
100pub mod ListDeviceTemplates;
101#[cfg(feature = "ListEdgeGroupCerts")]
102pub mod ListEdgeGroupCerts;
103#[cfg(feature = "ListEdgeGroups")]
104pub mod ListEdgeGroups;
105#[cfg(feature = "ListEdgeNodeCerts")]
106pub mod ListEdgeNodeCerts;
107#[cfg(feature = "ListEdgeNodes")]
108pub mod ListEdgeNodes;
109#[cfg(feature = "ListEncryptdataNodes")]
110pub mod ListEncryptdataNodes;
111#[cfg(feature = "ListEncryptdatas")]
112pub mod ListEncryptdatas;
113#[cfg(feature = "ListEndpoints")]
114pub mod ListEndpoints;
115#[cfg(feature = "ListNodeEncryptdatas")]
116pub mod ListNodeEncryptdatas;
117#[cfg(feature = "ListPods")]
118pub mod ListPods;
119#[cfg(feature = "ListProducts")]
120pub mod ListProducts;
121#[cfg(feature = "ListResourceByTags")]
122pub mod ListResourceByTags;
123#[cfg(feature = "ListRuleErrors")]
124pub mod ListRuleErrors;
125#[cfg(feature = "ListRules")]
126pub mod ListRules;
127#[cfg(feature = "ListSecrets")]
128pub mod ListSecrets;
129#[cfg(feature = "ListServices")]
130pub mod ListServices;
131#[cfg(feature = "ListSystemEvents")]
132pub mod ListSystemEvents;
133#[cfg(feature = "ListTags")]
134pub mod ListTags;
135#[cfg(feature = "ListTagsByResourceType")]
136pub mod ListTagsByResourceType;
137#[cfg(feature = "RestartDeploymentsPod")]
138pub mod RestartDeploymentsPod;
139#[cfg(feature = "RestoreBatchJob")]
140pub mod RestoreBatchJob;
141#[cfg(feature = "RetryBatchJob")]
142pub mod RetryBatchJob;
143#[cfg(feature = "ShowAppDetail")]
144pub mod ShowAppDetail;
145#[cfg(feature = "ShowAppVersionDetail")]
146pub mod ShowAppVersionDetail;
147#[cfg(feature = "ShowBatchJob")]
148pub mod ShowBatchJob;
149#[cfg(feature = "ShowConfigMap")]
150pub mod ShowConfigMap;
151#[cfg(feature = "ShowDeployment")]
152pub mod ShowDeployment;
153#[cfg(feature = "ShowDevice")]
154pub mod ShowDevice;
155#[cfg(feature = "ShowDeviceTemplate")]
156pub mod ShowDeviceTemplate;
157#[cfg(feature = "ShowDeviceTwin")]
158pub mod ShowDeviceTwin;
159#[cfg(feature = "ShowEdgeGroupCertDetail")]
160pub mod ShowEdgeGroupCertDetail;
161#[cfg(feature = "ShowEdgeGroupDetail")]
162pub mod ShowEdgeGroupDetail;
163#[cfg(feature = "ShowEdgeNodeDetail")]
164pub mod ShowEdgeNodeDetail;
165#[cfg(feature = "ShowEncryptdatas")]
166pub mod ShowEncryptdatas;
167#[cfg(feature = "ShowEndPointDetail")]
168pub mod ShowEndPointDetail;
169#[cfg(feature = "ShowProductDetail")]
170pub mod ShowProductDetail;
171#[cfg(feature = "ShowQuota")]
172pub mod ShowQuota;
173#[cfg(feature = "ShowRuleDetail")]
174pub mod ShowRuleDetail;
175#[cfg(feature = "ShowSecret")]
176pub mod ShowSecret;
177#[cfg(feature = "ShowServiceDetail")]
178pub mod ShowServiceDetail;
179#[cfg(feature = "ShowSystemEventDetail")]
180pub mod ShowSystemEventDetail;
181#[cfg(feature = "StartRule")]
182pub mod StartRule;
183#[cfg(feature = "StartSystemEvent")]
184pub mod StartSystemEvent;
185#[cfg(feature = "StopBatchJob")]
186pub mod StopBatchJob;
187#[cfg(feature = "StopRule")]
188pub mod StopRule;
189#[cfg(feature = "StopSystemEvent")]
190pub mod StopSystemEvent;
191#[cfg(feature = "UpdateApp")]
192pub mod UpdateApp;
193#[cfg(feature = "UpdateAppVersion")]
194pub mod UpdateAppVersion;
195#[cfg(feature = "UpdateConfigMap")]
196pub mod UpdateConfigMap;
197#[cfg(feature = "UpdateDeployment")]
198pub mod UpdateDeployment;
199#[cfg(feature = "UpdateDevice")]
200pub mod UpdateDevice;