huawei_cloud_api_definitions_IEF/
lib.rs

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