tencentcloud-sdk-nodejs 4.0.943 → 4.0.945

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/CHANGELOG.md +509 -0
  2. package/SERVICE_CHANGELOG.md +713 -24
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +30 -18
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +56 -41
  8. package/src/services/ccc/v20200210/ccc_client.ts +18 -6
  9. package/src/services/ccc/v20200210/ccc_models.ts +145 -0
  10. package/src/services/clb/v20180317/clb_models.ts +9 -1
  11. package/src/services/cme/v20191029/cme_models.ts +10 -6
  12. package/src/services/cvm/v20170312/cvm_models.ts +11 -11
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
  15. package/src/services/emr/v20190103/emr_client.ts +43 -16
  16. package/src/services/emr/v20190103/emr_models.ts +198 -41
  17. package/src/services/ess/v20201111/ess_client.ts +1 -1
  18. package/src/services/ess/v20201111/ess_models.ts +8 -0
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
  20. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  21. package/src/services/iecp/v20210914/iecp_client.ts +521 -806
  22. package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
  23. package/src/services/ims/v20201229/ims_client.ts +8 -3
  24. package/src/services/ims/v20201229/ims_models.ts +2 -2
  25. package/src/services/monitor/v20180724/monitor_client.ts +16 -44
  26. package/src/services/monitor/v20180724/monitor_models.ts +54 -103
  27. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  28. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  29. package/src/services/postgres/v20170312/postgres_client.ts +40 -2
  30. package/src/services/postgres/v20170312/postgres_models.ts +247 -33
  31. package/src/services/rce/v20201103/rce_models.ts +18 -15
  32. package/src/services/sms/v20190711/sms_models.ts +3 -3
  33. package/src/services/sms/v20210111/sms_models.ts +9 -8
  34. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  35. package/src/services/tcss/v20201101/tcss_models.ts +91 -3
  36. package/src/services/teo/v20220901/teo_client.ts +3 -2
  37. package/src/services/teo/v20220901/teo_models.ts +67 -34
  38. package/src/services/tke/v20180525/tke_models.ts +5 -5
  39. package/src/services/tke/v20220501/tke_models.ts +5 -5
  40. package/src/services/tse/v20201207/tse_models.ts +10 -0
  41. package/src/services/tsf/v20180326/tsf_client.ts +8 -22
  42. package/src/services/tsf/v20180326/tsf_models.ts +9 -29
  43. package/src/services/vod/v20180717/vod_client.ts +10 -2
  44. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +11 -7
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +14 -8
  49. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +54 -41
  50. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
  51. package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  54. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -11
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
  59. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +13 -5
  60. package/tencentcloud/services/emr/v20190103/emr_client.js +18 -6
  61. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +191 -41
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
  66. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
  67. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
  68. package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
  69. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
  70. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
  71. package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
  72. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  73. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
  75. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
  76. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  77. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  78. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  79. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +13 -1
  80. package/tencentcloud/services/postgres/v20170312/postgres_client.js +18 -0
  81. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +239 -33
  82. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
  83. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +3 -3
  84. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -8
  85. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
  86. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +66 -34
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  88. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
  89. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  90. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
  91. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
  92. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
  93. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +9 -1
  94. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -1
  95. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  96. package/test/apigateway.v20180808.test.js +14 -4
  97. package/test/ccc.v20200210.test.js +12 -2
  98. package/test/cynosdb.v20190107.test.js +0 -10
  99. package/test/emr.v20190103.test.js +24 -4
  100. package/test/iecp.v20210914.test.js +156 -356
  101. package/test/monitor.v20180724.test.js +4 -24
  102. package/test/postgres.v20170312.test.js +30 -0
  103. package/test/tsf.v20180326.test.js +2 -12
@@ -18,70 +18,51 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
- DescribeApplicationYamlResponse,
22
21
  OperationLogsCondition,
23
22
  RedeployEdgeUnitApplicationResponse,
24
23
  CreateEdgeUnitCloudResponse,
25
24
  ModifyEdgeUnitApplicationBasicInfoRequest,
26
25
  CreateEdgeNodeGroupRequest,
27
- CreateEdgeUnitApplicationVisualizationRequest,
26
+ DescribeNodeUnitTemplateOnNodeGroupResponse,
28
27
  GridPodInfo,
29
28
  CreateSecretRequest,
30
- DescribeEdgeUnitApplicationYamlRequest,
31
- CreateEdgeUnitApplicationVisualizationResponse,
32
29
  CreateEdgeNodeBatchResponse,
33
30
  DescribeNamespacesResponse,
34
- DescribeSecretResponse,
35
31
  NodeUnitTemplate,
36
- DescribeSecretYamlErrorResponse,
37
32
  ModifyEdgeUnitDeployGridItemRequest,
38
33
  NodeGroupNodeUnitTemplateInfo,
39
34
  DescribeEdgeUnitMonitorStatusRequest,
40
35
  GetMarketComponentResponse,
41
- CreateApplicationVisualizationRequest,
42
36
  NodeUnitNodeInfo,
43
37
  DeleteNodeUnitResponse,
44
38
  VolumeNFS,
45
39
  Service,
46
40
  DescribeEdgeUnitApplicationsResponse,
47
- DescribeNodeUnitTemplateOnNodeGroupResponse,
48
41
  ApplicationStatusInfo,
49
42
  DescribeEdgeUnitGridEventsResponse,
50
43
  IotDevicesInfo,
51
- DescribeEdgeUnitApplicationYamlErrorResponse,
52
44
  DeleteEdgeUnitCloudResponse,
53
45
  ModifyConfigMapRequest,
54
46
  ApplicationBasicConfig,
55
47
  VolumeMount,
56
- ModifyApplicationBasicInfoResponse,
57
48
  DeleteEdgeUnitDeployGridItemResponse,
58
- DescribeApplicationVisualizationRequest,
59
49
  DescribeEdgeSnNodesResponse,
60
50
  DescribeEdgeUnitApplicationsRequest,
61
- DescribeEdgeUnitApplicationYamlResponse,
51
+ EdgeDracoNodeInfo,
62
52
  DescribeConfigMapYamlErrorResponse,
63
53
  DescribeConfigMapResponse,
64
- GetMarketComponentListRequest,
65
- DescribeApplicationYamlRequest,
66
- ModifyApplicationVisualizationRequest,
54
+ ModifyEdgeUnitApplicationYamlResponse,
67
55
  DescribeEdgeUnitNodeUnitTemplatesRequest,
68
- DeleteEdgeUnitApplicationsRequest,
69
- DeleteApplicationsRequest,
70
- DescribeEdgeUnitApplicationPodContainersRequest,
71
- TcpProbe,
56
+ DescribeSecretYamlErrorResponse,
72
57
  VolumeConfigMapKeyToPath,
73
58
  DescribeDracoEdgeNodeInstallerResponse,
74
59
  ModifyEdgeUnitCloudApiRequest,
75
60
  DescribeEdgeUnitDeployGridItemRequest,
76
61
  ModifyEdgeUnitRequest,
77
- ContainerStatus,
78
- DescribeEdgeUnitCloudResponse,
79
- PodStatus,
80
62
  RedeployEdgeUnitApplicationRequest,
81
63
  DescribeEdgeNodeRemarkListRequest,
82
64
  DeleteSecretResponse,
83
65
  DeleteConfigMapResponse,
84
- DescribeApplicationsResponse,
85
66
  DeleteConfigMapRequest,
86
67
  DescribeEdgeUnitDeployGridItemResponse,
87
68
  CreateMessageRouteRequest,
@@ -90,12 +71,11 @@ import {
90
71
  DescribeIotDeviceRequest,
91
72
  CreateConfigMapResponse,
92
73
  DescribeEdgeUnitsCloudRequest,
93
- ApplicationTemplate,
94
74
  ApplicationBasicInfo,
95
75
  DescribeEdgeDefaultVpcRequest,
96
76
  DescribeSecretsResponse,
97
77
  DeleteEdgeNodeGroupRequest,
98
- DescribeEdgeUnitApplicationYamlErrorRequest,
78
+ EnvValueSelector,
99
79
  DescribeEdgeNodePodsResponse,
100
80
  DescribeEdgePodResponse,
101
81
  CreateEdgeNodeUnitTemplateResponse,
@@ -115,18 +95,14 @@ import {
115
95
  DeleteEdgeNodeUnitTemplatesRequest,
116
96
  ModifyEdgeNodeLabelsResponse,
117
97
  DescribeEdgeUnitNodeGroupRequest,
118
- EdgeUnitStatisticItem,
119
- DescribeEdgeUnitApplicationPodsRequest,
120
98
  Job,
121
- DescribeEdgeUnitApplicationLogsResponse,
122
99
  ModifyEdgeUnitDeployGridItemResponse,
123
100
  CreateEdgeNodeRequest,
124
101
  BuildMessageRouteResponse,
125
102
  DescribeEdgeUnitMonitorStatusResponse,
126
103
  DeleteNamespaceResponse,
127
- DescribeEdgeUnitExtraResponse,
104
+ SecurityCapabilities,
128
105
  DescribeConfigMapsRequest,
129
- DescribeEdgeUnitNodeUnitTemplatesResponse,
130
106
  GridDetail,
131
107
  ModifyIotDeviceResponse,
132
108
  ModifyEdgeNodeLabelsRequest,
@@ -134,11 +110,9 @@ import {
134
110
  CreateEdgeNodeGroupResponse,
135
111
  EdgeNodePodInfo,
136
112
  RouteInfo,
137
- CreateEdgeUnitApplicationYamlRequest,
113
+ DescribeEdgeDefaultVpcResponse,
138
114
  HttpHeader,
139
- DeleteEdgeUnitApplicationsResponse,
140
- DescribeSecretRequest,
141
- DeleteApplicationsResponse,
115
+ DeleteEdgeNodesResponse,
142
116
  DracoNodeInfo,
143
117
  NodeUnitInfo,
144
118
  DockerConfig,
@@ -149,53 +123,44 @@ import {
149
123
  MarketComponentInfo,
150
124
  DescribeConfigMapRequest,
151
125
  ConfigMapBasicInfo,
152
- NamespaceInfo,
126
+ NodeSimpleInfo,
153
127
  CreateEdgeNodeUnitTemplateRequest,
154
128
  GridInfo,
155
- CreateApplicationVisualizationResponse,
156
- Event,
157
- DescribeEdgeUnitCloudRequest,
158
- CreateEdgeUnitApplicationYamlResponse,
129
+ DescribeSecretResponse,
159
130
  DescribeSecretYamlErrorRequest,
160
131
  DescribeMessageRouteListResponse,
161
132
  FieldSort,
162
133
  EdgeCloudCluster,
163
134
  CreateUserTokenResponse,
164
135
  DeleteSecretRequest,
165
- DescribeEdgeUnitApplicationPodsResponse,
166
- EdgeDracoNodeInfo,
167
- DescribeEdgeUnitApplicationVisualizationRequest,
136
+ TcpProbe,
168
137
  DescribeEdgeNodesResponse,
169
138
  ModifyIotDeviceRequest,
170
139
  DescribeEdgeUnitGridPodsRequest,
171
140
  VolumeConfigMap,
172
141
  DeleteEdgeUnitDevicesDevice,
173
142
  DeleteIotDeviceResponse,
174
- DescribeEdgeDefaultVpcResponse,
175
143
  ModifyNodeUnitTemplateRequest,
176
144
  DescribeEdgeNodesRequest,
177
- DescribeEdgeUnitApplicationLogsRequest,
178
145
  CreateUserTokenRequest,
179
146
  DescribeEdgeAgentNodeInstallerResponse,
180
147
  ModifyEdgeUnitApplicationVisualizationRequest,
181
148
  ModifyConfigMapResponse,
182
- ModifyApplicationVisualizationResponse,
149
+ SetRouteOnOffRequest,
183
150
  DescribeEdgeNodePodsRequest,
184
151
  DeleteIotDeviceBatchRequest,
185
152
  DescribeEdgeAgentNodeInstallerRequest,
186
- DescribeApplicationVisualizationResponse,
153
+ GetMarketComponentListRequest,
187
154
  DescribeDracoEdgeNodeInstallerRequest,
188
155
  CreateNamespaceRequest,
189
156
  VolumeHostPath,
190
157
  DeleteMessageRouteRequest,
191
- ApplyMarketComponentRequest,
192
- NodeSimpleInfo,
193
- EnvValueSelector,
158
+ DescribeEdgeOperationLogsRequest,
159
+ ModifyEdgeDracoNodeRequest,
194
160
  DescribeNamespaceResourcesResponse,
195
161
  DescribeEdgeUnitGridEventsRequest,
196
162
  CreateEdgeUnitDevicesResponse,
197
163
  SecretItem,
198
- ModifyEdgeDracoNodeRequest,
199
164
  CreateMessageRouteResponse,
200
165
  DescribeNodeUnitResponse,
201
166
  DeleteEdgeNodeGroupResponse,
@@ -208,29 +173,26 @@ import {
208
173
  DescribeIotDevicesRequest,
209
174
  CreateConfigMapRequest,
210
175
  DescribeEdgeUnitDeployGridResponse,
211
- ModifyEdgeUnitCloudApiResponse,
212
176
  CreateUpdateNodeUnitResponse,
213
177
  ModifyEdgeUnitApplicationVisualizationResponse,
214
- DeleteEdgeNodesResponse,
178
+ MonitorMetricsColumn,
215
179
  EdgeNodePodContainerInfo,
216
180
  BuildMessageRouteRequest,
217
181
  GridEventInfo,
218
182
  ResourceMetricTarget,
219
183
  DescribeEdgeNodePodContainersRequest,
220
- DescribeEdgeUnitApplicationEventsResponse,
184
+ DescribeSecretRequest,
221
185
  ModifySecretRequest,
222
186
  DeleteEdgeUnitPodResponse,
223
187
  Probe,
224
188
  Container,
225
- DescribeEdgeUnitApplicationEventsRequest,
226
189
  DescribeNamespacesRequest,
227
190
  DeleteIotDeviceRequest,
228
191
  DescribeEdgeNodeRemarkListResponse,
229
192
  HorizontalPodAutoscaler,
230
193
  NamespaceResource,
231
194
  EdgeNodeInstallerOnline,
232
- DescribeEdgeUnitApplicationPodContainersResponse,
233
- ModifyApplicationBasicInfoRequest,
195
+ ModifyEdgeUnitCloudApiResponse,
234
196
  DescribeEdgeUnitNodeGroupResponse,
235
197
  DescribeEdgeOperationLogsResponse,
236
198
  DescribeEdgeSnNodesRequest,
@@ -242,15 +204,12 @@ import {
242
204
  ModifySecretResponse,
243
205
  Sort,
244
206
  DescribeEdgeUnitDeployGridItemYamlResponse,
245
- DescribeEdgeUnitApplicationVisualizationResponse,
246
207
  DescribeIotDeviceResponse,
247
208
  DescribeEdgePodRequest,
248
209
  DescribeNamespaceResourcesRequest,
249
210
  DescribeMonitorMetricsRequest,
250
211
  ModifyNodeUnitTemplateResponse,
251
212
  Volume,
252
- DescribeApplicationsRequest,
253
- DescribeEdgeOperationLogsRequest,
254
213
  GridItemInfo,
255
214
  SetRouteOnOffResponse,
256
215
  EdgeNodeLabel,
@@ -260,24 +219,21 @@ import {
260
219
  HttpProbe,
261
220
  DeleteMessageRouteResponse,
262
221
  DescribeEdgeUnitDeployGridRequest,
263
- ApplyMarketComponentResponse,
264
- DescribeApplicationYamlErrorResponse,
222
+ DescribeEdgeUnitExtraResponse,
223
+ DescribeEdgeUnitNodeUnitTemplatesResponse,
265
224
  DeleteIotDeviceBatchResponse,
266
225
  CreateEdgeNodeResponse,
267
226
  DeleteEdgeNodesRequest,
268
- DescribeApplicationYamlErrorRequest,
227
+ NamespaceInfo,
269
228
  PortConfig,
270
229
  DescribeYeheResourceLimitRequest,
271
230
  DescribeIotDevicesResponse,
272
231
  DescribeSecretsRequest,
273
232
  DescribeNodeUnitTemplateOnNodeGroupRequest,
274
- MonitorMetricsColumn,
275
233
  DescribeEdgeNodeRequest,
276
234
  DescribeNodeUnitRequest,
277
235
  DeleteNodeUnitRequest,
278
- ModifyEdgeUnitApplicationYamlResponse,
279
236
  EdgeNodeResourceInfo,
280
- SecurityCapabilities,
281
237
  DeleteEdgeNodeUnitTemplatesResponse,
282
238
  ModifyEdgeDracoNodeResponse,
283
239
  DescribeEdgeNodeResponse,
@@ -287,7 +243,6 @@ import {
287
243
  DescribeEdgeUnitGridPodsResponse,
288
244
  DescribeConfigMapYamlErrorRequest,
289
245
  ModifyEdgeUnitApplicationBasicInfoResponse,
290
- SetRouteOnOffRequest,
291
246
  } from "./iecp_models"
292
247
 
293
248
  /**
@@ -300,25 +255,53 @@ export class Client extends AbstractClient {
300
255
  }
301
256
 
302
257
  /**
303
- * 获取命名空间
258
+ * 查询边缘集群监控状态
304
259
  */
305
- async DescribeNamespace(
306
- req: DescribeNamespaceRequest,
307
- cb?: (error: string, rep: DescribeNamespaceResponse) => void
308
- ): Promise<DescribeNamespaceResponse> {
309
- return this.request("DescribeNamespace", req, cb)
260
+ async DescribeEdgeUnitMonitorStatus(
261
+ req: DescribeEdgeUnitMonitorStatusRequest,
262
+ cb?: (error: string, rep: DescribeEdgeUnitMonitorStatusResponse) => void
263
+ ): Promise<DescribeEdgeUnitMonitorStatusResponse> {
264
+ return this.request("DescribeEdgeUnitMonitorStatus", req, cb)
265
+ }
266
+
267
+ /**
268
+ * 删除边缘单元NodeGroup
269
+ */
270
+ async DeleteEdgeNodeGroup(
271
+ req: DeleteEdgeNodeGroupRequest,
272
+ cb?: (error: string, rep: DeleteEdgeNodeGroupResponse) => void
273
+ ): Promise<DeleteEdgeNodeGroupResponse> {
274
+ return this.request("DeleteEdgeNodeGroup", req, cb)
310
275
  }
311
276
 
312
277
  /**
313
- * 产品停售,预下线
278
+ * 创建子设备
279
+ */
280
+ async CreateIotDevice(
281
+ req: CreateIotDeviceRequest,
282
+ cb?: (error: string, rep: CreateIotDeviceResponse) => void
283
+ ): Promise<CreateIotDeviceResponse> {
284
+ return this.request("CreateIotDevice", req, cb)
285
+ }
286
+
287
+ /**
288
+ * 删除设备
289
+ */
290
+ async DeleteIotDevice(
291
+ req: DeleteIotDeviceRequest,
292
+ cb?: (error: string, rep: DeleteIotDeviceResponse) => void
293
+ ): Promise<DeleteIotDeviceResponse> {
294
+ return this.request("DeleteIotDevice", req, cb)
295
+ }
314
296
 
315
- 获取单元可视化配置信息
316
- */
317
- async DescribeEdgeUnitApplicationVisualization(
318
- req: DescribeEdgeUnitApplicationVisualizationRequest,
319
- cb?: (error: string, rep: DescribeEdgeUnitApplicationVisualizationResponse) => void
320
- ): Promise<DescribeEdgeUnitApplicationVisualizationResponse> {
321
- return this.request("DescribeEdgeUnitApplicationVisualization", req, cb)
297
+ /**
298
+ * 获取节点安装信息
299
+ */
300
+ async DescribeEdgeAgentNodeInstaller(
301
+ req: DescribeEdgeAgentNodeInstallerRequest,
302
+ cb?: (error: string, rep: DescribeEdgeAgentNodeInstallerResponse) => void
303
+ ): Promise<DescribeEdgeAgentNodeInstallerResponse> {
304
+ return this.request("DescribeEdgeAgentNodeInstaller", req, cb)
322
305
  }
323
306
 
324
307
  /**
@@ -331,6 +314,36 @@ export class Client extends AbstractClient {
331
314
  return this.request("DescribeEdgeUnitExtra", req, cb)
332
315
  }
333
316
 
317
+ /**
318
+ * 获取命名空间下的资源信息
319
+ */
320
+ async DescribeNamespaceResources(
321
+ req: DescribeNamespaceResourcesRequest,
322
+ cb?: (error: string, rep: DescribeNamespaceResourcesResponse) => void
323
+ ): Promise<DescribeNamespaceResourcesResponse> {
324
+ return this.request("DescribeNamespaceResources", req, cb)
325
+ }
326
+
327
+ /**
328
+ * 创建token
329
+ */
330
+ async CreateUserToken(
331
+ req: CreateUserTokenRequest,
332
+ cb?: (error: string, rep: CreateUserTokenResponse) => void
333
+ ): Promise<CreateUserTokenResponse> {
334
+ return this.request("CreateUserToken", req, cb)
335
+ }
336
+
337
+ /**
338
+ * 批量删除边缘节点
339
+ */
340
+ async DeleteEdgeNodes(
341
+ req: DeleteEdgeNodesRequest,
342
+ cb?: (error: string, rep: DeleteEdgeNodesResponse) => void
343
+ ): Promise<DeleteEdgeNodesResponse> {
344
+ return this.request("DeleteEdgeNodes", req, cb)
345
+ }
346
+
334
347
  /**
335
348
  * 创建或更新边缘单元NodeUnit
336
349
  */
@@ -351,6 +364,16 @@ export class Client extends AbstractClient {
351
364
  return this.request("ModifyNodeUnitTemplate", req, cb)
352
365
  }
353
366
 
367
+ /**
368
+ * 查询边缘单元EdgeUnit模板列表
369
+ */
370
+ async DescribeEdgeUnitNodeUnitTemplates(
371
+ req: DescribeEdgeUnitNodeUnitTemplatesRequest,
372
+ cb?: (error: string, rep: DescribeEdgeUnitNodeUnitTemplatesResponse) => void
373
+ ): Promise<DescribeEdgeUnitNodeUnitTemplatesResponse> {
374
+ return this.request("DescribeEdgeUnitNodeUnitTemplates", req, cb)
375
+ }
376
+
354
377
  /**
355
378
  * 创建命名空间
356
379
  */
@@ -362,293 +385,117 @@ export class Client extends AbstractClient {
362
385
  }
363
386
 
364
387
  /**
365
- * 修改边缘单元Grid部署应用副本数
388
+ * 自动获取Draco设备的安装包
366
389
  */
367
- async ModifyEdgeUnitDeployGridItem(
368
- req: ModifyEdgeUnitDeployGridItemRequest,
369
- cb?: (error: string, rep: ModifyEdgeUnitDeployGridItemResponse) => void
370
- ): Promise<ModifyEdgeUnitDeployGridItemResponse> {
371
- return this.request("ModifyEdgeUnitDeployGridItem", req, cb)
390
+ async DescribeDracoEdgeNodeInstaller(
391
+ req: DescribeDracoEdgeNodeInstallerRequest,
392
+ cb?: (error: string, rep: DescribeDracoEdgeNodeInstallerResponse) => void
393
+ ): Promise<DescribeDracoEdgeNodeInstallerResponse> {
394
+ return this.request("DescribeDracoEdgeNodeInstaller", req, cb)
372
395
  }
373
396
 
374
397
  /**
375
- * 获取Secrets列表
398
+ * 单元应用重部署
376
399
  */
377
- async DescribeSecrets(
378
- req: DescribeSecretsRequest,
379
- cb?: (error: string, rep: DescribeSecretsResponse) => void
380
- ): Promise<DescribeSecretsResponse> {
381
- return this.request("DescribeSecrets", req, cb)
400
+ async RedeployEdgeUnitApplication(
401
+ req: RedeployEdgeUnitApplicationRequest,
402
+ cb?: (error: string, rep: RedeployEdgeUnitApplicationResponse) => void
403
+ ): Promise<RedeployEdgeUnitApplicationResponse> {
404
+ return this.request("RedeployEdgeUnitApplication", req, cb)
382
405
  }
383
406
 
384
407
  /**
385
- * 查询指定Grid下应用的Yaml
408
+ * 获取边缘节点信息
386
409
  */
387
- async DescribeEdgeUnitDeployGridItemYaml(
388
- req: DescribeEdgeUnitDeployGridItemYamlRequest,
389
- cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemYamlResponse) => void
390
- ): Promise<DescribeEdgeUnitDeployGridItemYamlResponse> {
391
- return this.request("DescribeEdgeUnitDeployGridItemYaml", req, cb)
410
+ async DescribeEdgeNode(
411
+ req: DescribeEdgeNodeRequest,
412
+ cb?: (error: string, rep: DescribeEdgeNodeResponse) => void
413
+ ): Promise<DescribeEdgeNodeResponse> {
414
+ return this.request("DescribeEdgeNode", req, cb)
392
415
  }
393
416
 
394
417
  /**
395
- * 产品停售,预下线
396
-
397
- yaml方式创建应用
398
- */
399
- async CreateEdgeUnitApplicationYaml(
400
- req: CreateEdgeUnitApplicationYamlRequest,
401
- cb?: (error: string, rep: CreateEdgeUnitApplicationYamlResponse) => void
402
- ): Promise<CreateEdgeUnitApplicationYamlResponse> {
403
- return this.request("CreateEdgeUnitApplicationYaml", req, cb)
418
+ * 获取节点备注信息列表
419
+ */
420
+ async DescribeEdgeNodeRemarkList(
421
+ req: DescribeEdgeNodeRemarkListRequest,
422
+ cb?: (error: string, rep: DescribeEdgeNodeRemarkListResponse) => void
423
+ ): Promise<DescribeEdgeNodeRemarkListResponse> {
424
+ return this.request("DescribeEdgeNodeRemarkList", req, cb)
404
425
  }
405
426
 
406
427
  /**
407
- * 修改ConfigMap
428
+ * 创建边缘单元
408
429
  */
409
- async ModifyConfigMap(
410
- req: ModifyConfigMapRequest,
411
- cb?: (error: string, rep: ModifyConfigMapResponse) => void
412
- ): Promise<ModifyConfigMapResponse> {
413
- return this.request("ModifyConfigMap", req, cb)
430
+ async CreateEdgeUnitCloud(
431
+ req: CreateEdgeUnitCloudRequest,
432
+ cb?: (error: string, rep: CreateEdgeUnitCloudResponse) => void
433
+ ): Promise<CreateEdgeUnitCloudResponse> {
434
+ return this.request("CreateEdgeUnitCloud", req, cb)
414
435
  }
415
436
 
416
437
  /**
417
- * 产品停售,预下线
418
-
419
- 获取应用事件列表
420
- */
421
- async DescribeEdgeUnitApplicationEvents(
422
- req: DescribeEdgeUnitApplicationEventsRequest,
423
- cb?: (error: string, rep: DescribeEdgeUnitApplicationEventsResponse) => void
424
- ): Promise<DescribeEdgeUnitApplicationEventsResponse> {
425
- return this.request("DescribeEdgeUnitApplicationEvents", req, cb)
438
+ * 查询边缘单元监控数据
439
+ */
440
+ async DescribeMonitorMetrics(
441
+ req: DescribeMonitorMetricsRequest,
442
+ cb?: (error: string, rep: DescribeMonitorMetricsResponse) => void
443
+ ): Promise<DescribeMonitorMetricsResponse> {
444
+ return this.request("DescribeMonitorMetrics", req, cb)
426
445
  }
427
446
 
428
447
  /**
429
- * 获取组件市场组件列表
448
+ * 删除命名空间
430
449
  */
431
- async GetMarketComponentList(
432
- req: GetMarketComponentListRequest,
433
- cb?: (error: string, rep: GetMarketComponentListResponse) => void
434
- ): Promise<GetMarketComponentListResponse> {
435
- return this.request("GetMarketComponentList", req, cb)
450
+ async DeleteNamespace(
451
+ req: DeleteNamespaceRequest,
452
+ cb?: (error: string, rep: DeleteNamespaceResponse) => void
453
+ ): Promise<DeleteNamespaceResponse> {
454
+ return this.request("DeleteNamespace", req, cb)
436
455
  }
437
456
 
438
457
  /**
439
- * 删除ConfigMap
458
+ * 建立消息路由
440
459
  */
441
- async DeleteConfigMap(
442
- req: DeleteConfigMapRequest,
443
- cb?: (error: string, rep: DeleteConfigMapResponse) => void
444
- ): Promise<DeleteConfigMapResponse> {
445
- return this.request("DeleteConfigMap", req, cb)
460
+ async BuildMessageRoute(
461
+ req: BuildMessageRouteRequest,
462
+ cb?: (error: string, rep: BuildMessageRouteResponse) => void
463
+ ): Promise<BuildMessageRouteResponse> {
464
+ return this.request("BuildMessageRoute", req, cb)
446
465
  }
447
466
 
448
467
  /**
449
- * 创建边缘单元NodeUnit模板
468
+ * 获取Secrets列表
450
469
  */
451
- async CreateEdgeNodeUnitTemplate(
452
- req: CreateEdgeNodeUnitTemplateRequest,
453
- cb?: (error: string, rep: CreateEdgeNodeUnitTemplateResponse) => void
454
- ): Promise<CreateEdgeNodeUnitTemplateResponse> {
455
- return this.request("CreateEdgeNodeUnitTemplate", req, cb)
470
+ async DescribeSecrets(
471
+ req: DescribeSecretsRequest,
472
+ cb?: (error: string, rep: DescribeSecretsResponse) => void
473
+ ): Promise<DescribeSecretsResponse> {
474
+ return this.request("DescribeSecrets", req, cb)
456
475
  }
457
476
 
458
477
  /**
459
- * 批量解绑单元设备
478
+ * 开关消息路由
460
479
  */
461
- async DeleteEdgeUnitDevices(
462
- req: DeleteEdgeUnitDevicesRequest,
463
- cb?: (error: string, rep: DeleteEdgeUnitDevicesResponse) => void
464
- ): Promise<DeleteEdgeUnitDevicesResponse> {
465
- return this.request("DeleteEdgeUnitDevices", req, cb)
480
+ async SetRouteOnOff(
481
+ req: SetRouteOnOffRequest,
482
+ cb?: (error: string, rep: SetRouteOnOffResponse) => void
483
+ ): Promise<SetRouteOnOffResponse> {
484
+ return this.request("SetRouteOnOff", req, cb)
466
485
  }
467
486
 
468
487
  /**
469
- * 批量绑定设备到单元
488
+ * 创建ConfigMap
470
489
  */
471
- async CreateEdgeUnitDevices(
472
- req: CreateEdgeUnitDevicesRequest,
473
- cb?: (error: string, rep: CreateEdgeUnitDevicesResponse) => void
474
- ): Promise<CreateEdgeUnitDevicesResponse> {
475
- return this.request("CreateEdgeUnitDevices", req, cb)
490
+ async CreateConfigMap(
491
+ req: CreateConfigMapRequest,
492
+ cb?: (error: string, rep: CreateConfigMapResponse) => void
493
+ ): Promise<CreateConfigMapResponse> {
494
+ return this.request("CreateConfigMap", req, cb)
476
495
  }
477
496
 
478
497
  /**
479
- * 获取设备列表信息
480
- */
481
- async DescribeIotDevices(
482
- req: DescribeIotDevicesRequest,
483
- cb?: (error: string, rep: DescribeIotDevicesResponse) => void
484
- ): Promise<DescribeIotDevicesResponse> {
485
- return this.request("DescribeIotDevices", req, cb)
486
- }
487
-
488
- /**
489
- * 查询指定NodeGroup下NodeUnit模板列表
490
- */
491
- async DescribeNodeUnitTemplateOnNodeGroup(
492
- req: DescribeNodeUnitTemplateOnNodeGroupRequest,
493
- cb?: (error: string, rep: DescribeNodeUnitTemplateOnNodeGroupResponse) => void
494
- ): Promise<DescribeNodeUnitTemplateOnNodeGroupResponse> {
495
- return this.request("DescribeNodeUnitTemplateOnNodeGroup", req, cb)
496
- }
497
-
498
- /**
499
- * 编辑draco设备信息
500
- */
501
- async ModifyEdgeDracoNode(
502
- req: ModifyEdgeDracoNodeRequest,
503
- cb?: (error: string, rep: ModifyEdgeDracoNodeResponse) => void
504
- ): Promise<ModifyEdgeDracoNodeResponse> {
505
- return this.request("ModifyEdgeDracoNode", req, cb)
506
- }
507
-
508
- /**
509
- * 获取单元下应用列表
510
- */
511
- async DescribeEdgeUnitApplications(
512
- req: DescribeEdgeUnitApplicationsRequest,
513
- cb?: (error: string, rep: DescribeEdgeUnitApplicationsResponse) => void
514
- ): Promise<DescribeEdgeUnitApplicationsResponse> {
515
- return this.request("DescribeEdgeUnitApplications", req, cb)
516
- }
517
-
518
- /**
519
- * 查询边缘节点列表
520
- */
521
- async DescribeEdgeNodes(
522
- req: DescribeEdgeNodesRequest,
523
- cb?: (error: string, rep: DescribeEdgeNodesResponse) => void
524
- ): Promise<DescribeEdgeNodesResponse> {
525
- return this.request("DescribeEdgeNodes", req, cb)
526
- }
527
-
528
- /**
529
- * 产品停售,预下线
530
-
531
- 获取应用模板列表
532
- */
533
- async DescribeApplications(
534
- req: DescribeApplicationsRequest,
535
- cb?: (error: string, rep: DescribeApplicationsResponse) => void
536
- ): Promise<DescribeApplicationsResponse> {
537
- return this.request("DescribeApplications", req, cb)
538
- }
539
-
540
- /**
541
- * 获取设备信息
542
- */
543
- async DescribeIotDevice(
544
- req: DescribeIotDeviceRequest,
545
- cb?: (error: string, rep: DescribeIotDeviceResponse) => void
546
- ): Promise<DescribeIotDeviceResponse> {
547
- return this.request("DescribeIotDevice", req, cb)
548
- }
549
-
550
- /**
551
- * 删除指定pod
552
- */
553
- async DeleteEdgeUnitPod(
554
- req: DeleteEdgeUnitPodRequest,
555
- cb?: (error: string, rep: DeleteEdgeUnitPodResponse) => void
556
- ): Promise<DeleteEdgeUnitPodResponse> {
557
- return this.request("DeleteEdgeUnitPod", req, cb)
558
- }
559
-
560
- /**
561
- * 查询边缘单元Grid事件列表
562
- */
563
- async DescribeEdgeUnitGridEvents(
564
- req: DescribeEdgeUnitGridEventsRequest,
565
- cb?: (error: string, rep: DescribeEdgeUnitGridEventsResponse) => void
566
- ): Promise<DescribeEdgeUnitGridEventsResponse> {
567
- return this.request("DescribeEdgeUnitGridEvents", req, cb)
568
- }
569
-
570
- /**
571
- * 查询边缘集群监控状态
572
- */
573
- async DescribeEdgeUnitMonitorStatus(
574
- req: DescribeEdgeUnitMonitorStatusRequest,
575
- cb?: (error: string, rep: DescribeEdgeUnitMonitorStatusResponse) => void
576
- ): Promise<DescribeEdgeUnitMonitorStatusResponse> {
577
- return this.request("DescribeEdgeUnitMonitorStatus", req, cb)
578
- }
579
-
580
- /**
581
- * 删除边缘单元NodeGroup
582
- */
583
- async DeleteEdgeNodeGroup(
584
- req: DeleteEdgeNodeGroupRequest,
585
- cb?: (error: string, rep: DeleteEdgeNodeGroupResponse) => void
586
- ): Promise<DeleteEdgeNodeGroupResponse> {
587
- return this.request("DeleteEdgeNodeGroup", req, cb)
588
- }
589
-
590
- /**
591
- * 创建子设备
592
- */
593
- async CreateIotDevice(
594
- req: CreateIotDeviceRequest,
595
- cb?: (error: string, rep: CreateIotDeviceResponse) => void
596
- ): Promise<CreateIotDeviceResponse> {
597
- return this.request("CreateIotDevice", req, cb)
598
- }
599
-
600
- /**
601
- * 获取节点安装信息
602
- */
603
- async DescribeEdgeAgentNodeInstaller(
604
- req: DescribeEdgeAgentNodeInstallerRequest,
605
- cb?: (error: string, rep: DescribeEdgeAgentNodeInstallerResponse) => void
606
- ): Promise<DescribeEdgeAgentNodeInstallerResponse> {
607
- return this.request("DescribeEdgeAgentNodeInstaller", req, cb)
608
- }
609
-
610
- /**
611
- * 批量删除设备
612
- */
613
- async DeleteIotDeviceBatch(
614
- req: DeleteIotDeviceBatchRequest,
615
- cb?: (error: string, rep: DeleteIotDeviceBatchResponse) => void
616
- ): Promise<DeleteIotDeviceBatchResponse> {
617
- return this.request("DeleteIotDeviceBatch", req, cb)
618
- }
619
-
620
- /**
621
- * 单元应用重部署
622
- */
623
- async RedeployEdgeUnitApplication(
624
- req: RedeployEdgeUnitApplicationRequest,
625
- cb?: (error: string, rep: RedeployEdgeUnitApplicationResponse) => void
626
- ): Promise<RedeployEdgeUnitApplicationResponse> {
627
- return this.request("RedeployEdgeUnitApplication", req, cb)
628
- }
629
-
630
- /**
631
- * 修改边缘集群
632
- */
633
- async ModifyEdgeUnit(
634
- req: ModifyEdgeUnitRequest,
635
- cb?: (error: string, rep: ModifyEdgeUnitResponse) => void
636
- ): Promise<ModifyEdgeUnitResponse> {
637
- return this.request("ModifyEdgeUnit", req, cb)
638
- }
639
-
640
- /**
641
- * 获取节点备注信息列表
642
- */
643
- async DescribeEdgeNodeRemarkList(
644
- req: DescribeEdgeNodeRemarkListRequest,
645
- cb?: (error: string, rep: DescribeEdgeNodeRemarkListResponse) => void
646
- ): Promise<DescribeEdgeNodeRemarkListResponse> {
647
- return this.request("DescribeEdgeNodeRemarkList", req, cb)
648
- }
649
-
650
- /**
651
- * 创建边缘节点
498
+ * 创建边缘节点
652
499
  */
653
500
  async CreateEdgeNode(
654
501
  req: CreateEdgeNodeRequest,
@@ -659,306 +506,72 @@ yaml方式创建应用
659
506
 
660
507
  /**
661
508
  * 删除边缘单元NodeUnit模板
662
- */
663
- async DeleteEdgeNodeUnitTemplates(
664
- req: DeleteEdgeNodeUnitTemplatesRequest,
665
- cb?: (error: string, rep: DeleteEdgeNodeUnitTemplatesResponse) => void
666
- ): Promise<DeleteEdgeNodeUnitTemplatesResponse> {
667
- return this.request("DeleteEdgeNodeUnitTemplates", req, cb)
668
- }
669
-
670
- /**
671
- * 重新部署边缘单元指定Grid下应用
672
- */
673
- async DeleteEdgeUnitDeployGridItem(
674
- req: DeleteEdgeUnitDeployGridItemRequest,
675
- cb?: (error: string, rep: DeleteEdgeUnitDeployGridItemResponse) => void
676
- ): Promise<DeleteEdgeUnitDeployGridItemResponse> {
677
- return this.request("DeleteEdgeUnitDeployGridItem", req, cb)
678
- }
679
-
680
- /**
681
- * 产品停售,预下线
682
-
683
- 获取应用的Yaml配置
684
- */
685
- async DescribeEdgeUnitApplicationYaml(
686
- req: DescribeEdgeUnitApplicationYamlRequest,
687
- cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlResponse) => void
688
- ): Promise<DescribeEdgeUnitApplicationYamlResponse> {
689
- return this.request("DescribeEdgeUnitApplicationYaml", req, cb)
690
- }
691
-
692
- /**
693
- * 可视化修改应用配置
694
- */
695
- async ModifyEdgeUnitApplicationVisualization(
696
- req: ModifyEdgeUnitApplicationVisualizationRequest,
697
- cb?: (error: string, rep: ModifyEdgeUnitApplicationVisualizationResponse) => void
698
- ): Promise<ModifyEdgeUnitApplicationVisualizationResponse> {
699
- return this.request("ModifyEdgeUnitApplicationVisualization", req, cb)
700
- }
701
-
702
- /**
703
- * 产品停售,预下线
704
-
705
- 删除应用模板
706
- */
707
- async DeleteApplications(
708
- req: DeleteApplicationsRequest,
709
- cb?: (error: string, rep: DeleteApplicationsResponse) => void
710
- ): Promise<DeleteApplicationsResponse> {
711
- return this.request("DeleteApplications", req, cb)
712
- }
713
-
714
- /**
715
- * 产品停售,预下线
716
-
717
- 修改应用模板配置
718
- */
719
- async ModifyApplicationVisualization(
720
- req: ModifyApplicationVisualizationRequest,
721
- cb?: (error: string, rep: ModifyApplicationVisualizationResponse) => void
722
- ): Promise<ModifyApplicationVisualizationResponse> {
723
- return this.request("ModifyApplicationVisualization", req, cb)
724
- }
725
-
726
- /**
727
- * 查询边缘单元Grid的Pod列表
728
- */
729
- async DescribeEdgeUnitGridPods(
730
- req: DescribeEdgeUnitGridPodsRequest,
731
- cb?: (error: string, rep: DescribeEdgeUnitGridPodsResponse) => void
732
- ): Promise<DescribeEdgeUnitGridPodsResponse> {
733
- return this.request("DescribeEdgeUnitGridPods", req, cb)
734
- }
735
-
736
- /**
737
- * 获取边缘集群默认VPC信息
738
- */
739
- async DescribeEdgeDefaultVpc(
740
- req?: DescribeEdgeDefaultVpcRequest,
741
- cb?: (error: string, rep: DescribeEdgeDefaultVpcResponse) => void
742
- ): Promise<DescribeEdgeDefaultVpcResponse> {
743
- return this.request("DescribeEdgeDefaultVpc", req, cb)
744
- }
745
-
746
- /**
747
- * 查询节点Pod列表
748
- */
749
- async DescribeEdgeNodePods(
750
- req: DescribeEdgeNodePodsRequest,
751
- cb?: (error: string, rep: DescribeEdgeNodePodsResponse) => void
752
- ): Promise<DescribeEdgeNodePodsResponse> {
753
- return this.request("DescribeEdgeNodePods", req, cb)
754
- }
755
-
756
- /**
757
- * 查询边缘单元NodeUnit列表
758
- */
759
- async DescribeNodeUnit(
760
- req: DescribeNodeUnitRequest,
761
- cb?: (error: string, rep: DescribeNodeUnitResponse) => void
762
- ): Promise<DescribeNodeUnitResponse> {
763
- return this.request("DescribeNodeUnit", req, cb)
764
- }
765
-
766
- /**
767
- * 产品停售,预下线
768
-
769
- 检查单元应用的Yaml配置
770
- */
771
- async DescribeEdgeUnitApplicationYamlError(
772
- req: DescribeEdgeUnitApplicationYamlErrorRequest,
773
- cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlErrorResponse) => void
774
- ): Promise<DescribeEdgeUnitApplicationYamlErrorResponse> {
775
- return this.request("DescribeEdgeUnitApplicationYamlError", req, cb)
776
- }
777
-
778
- /**
779
- * 修改Secret
780
- */
781
- async ModifySecret(
782
- req: ModifySecretRequest,
783
- cb?: (error: string, rep: ModifySecretResponse) => void
784
- ): Promise<ModifySecretResponse> {
785
- return this.request("ModifySecret", req, cb)
786
- }
787
-
788
- /**
789
- * 获取Secret详情
790
- */
791
- async DescribeSecret(
792
- req: DescribeSecretRequest,
793
- cb?: (error: string, rep: DescribeSecretResponse) => void
794
- ): Promise<DescribeSecretResponse> {
795
- return this.request("DescribeSecret", req, cb)
796
- }
797
-
798
- /**
799
- * 获取命名空间下的资源信息
800
- */
801
- async DescribeNamespaceResources(
802
- req: DescribeNamespaceResourcesRequest,
803
- cb?: (error: string, rep: DescribeNamespaceResourcesResponse) => void
804
- ): Promise<DescribeNamespaceResourcesResponse> {
805
- return this.request("DescribeNamespaceResources", req, cb)
806
- }
807
-
808
- /**
809
- * 修改设备信息
810
- */
811
- async ModifyIotDevice(
812
- req: ModifyIotDeviceRequest,
813
- cb?: (error: string, rep: ModifyIotDeviceResponse) => void
814
- ): Promise<ModifyIotDeviceResponse> {
815
- return this.request("ModifyIotDevice", req, cb)
816
- }
817
-
818
- /**
819
- * 校验ConfigMap的Yaml语法
820
- */
821
- async DescribeConfigMapYamlError(
822
- req: DescribeConfigMapYamlErrorRequest,
823
- cb?: (error: string, rep: DescribeConfigMapYamlErrorResponse) => void
824
- ): Promise<DescribeConfigMapYamlErrorResponse> {
825
- return this.request("DescribeConfigMapYamlError", req, cb)
826
- }
827
-
828
- /**
829
- * 创建边缘单元NodeGroup
830
- */
831
- async CreateEdgeNodeGroup(
832
- req: CreateEdgeNodeGroupRequest,
833
- cb?: (error: string, rep: CreateEdgeNodeGroupResponse) => void
834
- ): Promise<CreateEdgeNodeGroupResponse> {
835
- return this.request("CreateEdgeNodeGroup", req, cb)
836
- }
837
-
838
- /**
839
- * 删除边缘单元NodeUnit
840
- */
841
- async DeleteNodeUnit(
842
- req: DeleteNodeUnitRequest,
843
- cb?: (error: string, rep: DeleteNodeUnitResponse) => void
844
- ): Promise<DeleteNodeUnitResponse> {
845
- return this.request("DeleteNodeUnit", req, cb)
846
- }
847
-
848
- /**
849
- * 产品停售,预下线
850
-
851
- 获取应用日志
852
- */
853
- async DescribeEdgeUnitApplicationLogs(
854
- req: DescribeEdgeUnitApplicationLogsRequest,
855
- cb?: (error: string, rep: DescribeEdgeUnitApplicationLogsResponse) => void
856
- ): Promise<DescribeEdgeUnitApplicationLogsResponse> {
857
- return this.request("DescribeEdgeUnitApplicationLogs", req, cb)
858
- }
859
-
860
- /**
861
- * 获取边缘节点信息
862
- */
863
- async DescribeEdgeNode(
864
- req: DescribeEdgeNodeRequest,
865
- cb?: (error: string, rep: DescribeEdgeNodeResponse) => void
866
- ): Promise<DescribeEdgeNodeResponse> {
867
- return this.request("DescribeEdgeNode", req, cb)
868
- }
869
-
870
- /**
871
- * 删除设备
872
- */
873
- async DeleteIotDevice(
874
- req: DeleteIotDeviceRequest,
875
- cb?: (error: string, rep: DeleteIotDeviceResponse) => void
876
- ): Promise<DeleteIotDeviceResponse> {
877
- return this.request("DeleteIotDevice", req, cb)
878
- }
879
-
880
- /**
881
- * 产品停售,预下线
882
-
883
- 检查应用模板的Yaml配置
884
- */
885
- async DescribeApplicationYamlError(
886
- req: DescribeApplicationYamlErrorRequest,
887
- cb?: (error: string, rep: DescribeApplicationYamlErrorResponse) => void
888
- ): Promise<DescribeApplicationYamlErrorResponse> {
889
- return this.request("DescribeApplicationYamlError", req, cb)
890
- }
891
-
892
- /**
893
- * 创建token
894
- */
895
- async CreateUserToken(
896
- req: CreateUserTokenRequest,
897
- cb?: (error: string, rep: CreateUserTokenResponse) => void
898
- ): Promise<CreateUserTokenResponse> {
899
- return this.request("CreateUserToken", req, cb)
509
+ */
510
+ async DeleteEdgeNodeUnitTemplates(
511
+ req: DeleteEdgeNodeUnitTemplatesRequest,
512
+ cb?: (error: string, rep: DeleteEdgeNodeUnitTemplatesResponse) => void
513
+ ): Promise<DeleteEdgeNodeUnitTemplatesResponse> {
514
+ return this.request("DeleteEdgeNodeUnitTemplates", req, cb)
900
515
  }
901
516
 
902
517
  /**
903
- * 查询边缘单元列表
518
+ * 编辑边缘节点标签
904
519
  */
905
- async DescribeEdgeUnitsCloud(
906
- req: DescribeEdgeUnitsCloudRequest,
907
- cb?: (error: string, rep: DescribeEdgeUnitsCloudResponse) => void
908
- ): Promise<DescribeEdgeUnitsCloudResponse> {
909
- return this.request("DescribeEdgeUnitsCloud", req, cb)
520
+ async ModifyEdgeNodeLabels(
521
+ req: ModifyEdgeNodeLabelsRequest,
522
+ cb?: (error: string, rep: ModifyEdgeNodeLabelsResponse) => void
523
+ ): Promise<ModifyEdgeNodeLabelsResponse> {
524
+ return this.request("ModifyEdgeNodeLabels", req, cb)
910
525
  }
911
526
 
912
527
  /**
913
- * 创建边缘单元
528
+ * 查询指定Grid下应用的Yaml
914
529
  */
915
- async CreateEdgeUnitCloud(
916
- req: CreateEdgeUnitCloudRequest,
917
- cb?: (error: string, rep: CreateEdgeUnitCloudResponse) => void
918
- ): Promise<CreateEdgeUnitCloudResponse> {
919
- return this.request("CreateEdgeUnitCloud", req, cb)
530
+ async DescribeEdgeUnitDeployGridItemYaml(
531
+ req: DescribeEdgeUnitDeployGridItemYamlRequest,
532
+ cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemYamlResponse) => void
533
+ ): Promise<DescribeEdgeUnitDeployGridItemYamlResponse> {
534
+ return this.request("DescribeEdgeUnitDeployGridItemYaml", req, cb)
920
535
  }
921
536
 
922
537
  /**
923
- * 删除Secret
538
+ * 获取ConfigMap列表
924
539
  */
925
- async DeleteSecret(
926
- req: DeleteSecretRequest,
927
- cb?: (error: string, rep: DeleteSecretResponse) => void
928
- ): Promise<DeleteSecretResponse> {
929
- return this.request("DeleteSecret", req, cb)
540
+ async DescribeConfigMaps(
541
+ req: DescribeConfigMapsRequest,
542
+ cb?: (error: string, rep: DescribeConfigMapsResponse) => void
543
+ ): Promise<DescribeConfigMapsResponse> {
544
+ return this.request("DescribeConfigMaps", req, cb)
930
545
  }
931
546
 
932
547
  /**
933
- * 产品停售,预下线
934
-
935
- 可视化创建应用
936
- */
937
- async CreateEdgeUnitApplicationVisualization(
938
- req: CreateEdgeUnitApplicationVisualizationRequest,
939
- cb?: (error: string, rep: CreateEdgeUnitApplicationVisualizationResponse) => void
940
- ): Promise<CreateEdgeUnitApplicationVisualizationResponse> {
941
- return this.request("CreateEdgeUnitApplicationVisualization", req, cb)
548
+ * 获取组件市场组件列表
549
+ */
550
+ async GetMarketComponentList(
551
+ req: GetMarketComponentListRequest,
552
+ cb?: (error: string, rep: GetMarketComponentListResponse) => void
553
+ ): Promise<GetMarketComponentListResponse> {
554
+ return this.request("GetMarketComponentList", req, cb)
942
555
  }
943
556
 
944
557
  /**
945
- * 开关消息路由
558
+ * 重新部署边缘单元指定Grid下应用
946
559
  */
947
- async SetRouteOnOff(
948
- req: SetRouteOnOffRequest,
949
- cb?: (error: string, rep: SetRouteOnOffResponse) => void
950
- ): Promise<SetRouteOnOffResponse> {
951
- return this.request("SetRouteOnOff", req, cb)
560
+ async DeleteEdgeUnitDeployGridItem(
561
+ req: DeleteEdgeUnitDeployGridItemRequest,
562
+ cb?: (error: string, rep: DeleteEdgeUnitDeployGridItemResponse) => void
563
+ ): Promise<DeleteEdgeUnitDeployGridItemResponse> {
564
+ return this.request("DeleteEdgeUnitDeployGridItem", req, cb)
952
565
  }
953
566
 
954
567
  /**
955
- * 查询边缘集群NodeGroup
568
+ * 获取ConfigMap详情
956
569
  */
957
- async DescribeEdgeUnitNodeGroup(
958
- req: DescribeEdgeUnitNodeGroupRequest,
959
- cb?: (error: string, rep: DescribeEdgeUnitNodeGroupResponse) => void
960
- ): Promise<DescribeEdgeUnitNodeGroupResponse> {
961
- return this.request("DescribeEdgeUnitNodeGroup", req, cb)
570
+ async DescribeConfigMap(
571
+ req: DescribeConfigMapRequest,
572
+ cb?: (error: string, rep: DescribeConfigMapResponse) => void
573
+ ): Promise<DescribeConfigMapResponse> {
574
+ return this.request("DescribeConfigMap", req, cb)
962
575
  }
963
576
 
964
577
  /**
@@ -972,37 +585,73 @@ yaml方式创建应用
972
585
  }
973
586
 
974
587
  /**
975
- * 产品停售,预下线
588
+ * 修改边缘集群
589
+ */
590
+ async ModifyEdgeUnit(
591
+ req: ModifyEdgeUnitRequest,
592
+ cb?: (error: string, rep: ModifyEdgeUnitResponse) => void
593
+ ): Promise<ModifyEdgeUnitResponse> {
594
+ return this.request("ModifyEdgeUnit", req, cb)
595
+ }
596
+
597
+ /**
598
+ * 修改ConfigMap
599
+ */
600
+ async ModifyConfigMap(
601
+ req: ModifyConfigMapRequest,
602
+ cb?: (error: string, rep: ModifyConfigMapResponse) => void
603
+ ): Promise<ModifyConfigMapResponse> {
604
+ return this.request("ModifyConfigMap", req, cb)
605
+ }
976
606
 
977
- 从组件市场选中组件并添加到应用模板列表
978
- */
979
- async ApplyMarketComponent(
980
- req: ApplyMarketComponentRequest,
981
- cb?: (error: string, rep: ApplyMarketComponentResponse) => void
982
- ): Promise<ApplyMarketComponentResponse> {
983
- return this.request("ApplyMarketComponent", req, cb)
607
+ /**
608
+ * 查询边缘单元NodeUnit列表
609
+ */
610
+ async DescribeNodeUnit(
611
+ req: DescribeNodeUnitRequest,
612
+ cb?: (error: string, rep: DescribeNodeUnitResponse) => void
613
+ ): Promise<DescribeNodeUnitResponse> {
614
+ return this.request("DescribeNodeUnit", req, cb)
984
615
  }
985
616
 
986
617
  /**
987
- * 产品停售,预下线
618
+ * 查询边缘单元指定Grid下的部署应用列表
619
+ */
620
+ async DescribeEdgeUnitDeployGridItem(
621
+ req: DescribeEdgeUnitDeployGridItemRequest,
622
+ cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemResponse) => void
623
+ ): Promise<DescribeEdgeUnitDeployGridItemResponse> {
624
+ return this.request("DescribeEdgeUnitDeployGridItem", req, cb)
625
+ }
988
626
 
989
- 获取应用模板可视化配置信息
990
- */
991
- async DescribeApplicationVisualization(
992
- req: DescribeApplicationVisualizationRequest,
993
- cb?: (error: string, rep: DescribeApplicationVisualizationResponse) => void
994
- ): Promise<DescribeApplicationVisualizationResponse> {
995
- return this.request("DescribeApplicationVisualization", req, cb)
627
+ /**
628
+ * 编辑draco设备信息
629
+ */
630
+ async ModifyEdgeDracoNode(
631
+ req: ModifyEdgeDracoNodeRequest,
632
+ cb?: (error: string, rep: ModifyEdgeDracoNodeResponse) => void
633
+ ): Promise<ModifyEdgeDracoNodeResponse> {
634
+ return this.request("ModifyEdgeDracoNode", req, cb)
996
635
  }
997
636
 
998
637
  /**
999
- * 查询边缘单元EdgeUnit模板列表
638
+ * 修改设备信息
1000
639
  */
1001
- async DescribeEdgeUnitNodeUnitTemplates(
1002
- req: DescribeEdgeUnitNodeUnitTemplatesRequest,
1003
- cb?: (error: string, rep: DescribeEdgeUnitNodeUnitTemplatesResponse) => void
1004
- ): Promise<DescribeEdgeUnitNodeUnitTemplatesResponse> {
1005
- return this.request("DescribeEdgeUnitNodeUnitTemplates", req, cb)
640
+ async ModifyIotDevice(
641
+ req: ModifyIotDeviceRequest,
642
+ cb?: (error: string, rep: ModifyIotDeviceResponse) => void
643
+ ): Promise<ModifyIotDeviceResponse> {
644
+ return this.request("ModifyIotDevice", req, cb)
645
+ }
646
+
647
+ /**
648
+ * 修改单元应用基本信息
649
+ */
650
+ async ModifyEdgeUnitApplicationBasicInfo(
651
+ req: ModifyEdgeUnitApplicationBasicInfoRequest,
652
+ cb?: (error: string, rep: ModifyEdgeUnitApplicationBasicInfoResponse) => void
653
+ ): Promise<ModifyEdgeUnitApplicationBasicInfoResponse> {
654
+ return this.request("ModifyEdgeUnitApplicationBasicInfo", req, cb)
1006
655
  }
1007
656
 
1008
657
  /**
@@ -1016,139 +665,143 @@ yaml方式创建应用
1016
665
  }
1017
666
 
1018
667
  /**
1019
- * 获取命名空间列表信息
668
+ * 查询边缘单元Grid的Pod列表
1020
669
  */
1021
- async DescribeNamespaces(
1022
- req: DescribeNamespacesRequest,
1023
- cb?: (error: string, rep: DescribeNamespacesResponse) => void
1024
- ): Promise<DescribeNamespacesResponse> {
1025
- return this.request("DescribeNamespaces", req, cb)
670
+ async DescribeEdgeUnitGridPods(
671
+ req: DescribeEdgeUnitGridPodsRequest,
672
+ cb?: (error: string, rep: DescribeEdgeUnitGridPodsResponse) => void
673
+ ): Promise<DescribeEdgeUnitGridPodsResponse> {
674
+ return this.request("DescribeEdgeUnitGridPods", req, cb)
1026
675
  }
1027
676
 
1028
677
  /**
1029
- * 查询边缘操作日志
678
+ * 批量删除设备
1030
679
  */
1031
- async DescribeEdgeOperationLogs(
1032
- req: DescribeEdgeOperationLogsRequest,
1033
- cb?: (error: string, rep: DescribeEdgeOperationLogsResponse) => void
1034
- ): Promise<DescribeEdgeOperationLogsResponse> {
1035
- return this.request("DescribeEdgeOperationLogs", req, cb)
680
+ async DeleteIotDeviceBatch(
681
+ req: DeleteIotDeviceBatchRequest,
682
+ cb?: (error: string, rep: DeleteIotDeviceBatchResponse) => void
683
+ ): Promise<DeleteIotDeviceBatchResponse> {
684
+ return this.request("DeleteIotDeviceBatch", req, cb)
1036
685
  }
1037
686
 
1038
687
  /**
1039
- * 创建Secret
688
+ * 获取命名空间
1040
689
  */
1041
- async CreateSecret(
1042
- req: CreateSecretRequest,
1043
- cb?: (error: string, rep: CreateSecretResponse) => void
1044
- ): Promise<CreateSecretResponse> {
1045
- return this.request("CreateSecret", req, cb)
690
+ async DescribeNamespace(
691
+ req: DescribeNamespaceRequest,
692
+ cb?: (error: string, rep: DescribeNamespaceResponse) => void
693
+ ): Promise<DescribeNamespaceResponse> {
694
+ return this.request("DescribeNamespace", req, cb)
1046
695
  }
1047
696
 
1048
697
  /**
1049
- * 查询边缘单元Pod
698
+ * 获取边缘集群默认VPC信息
1050
699
  */
1051
- async DescribeEdgePod(
1052
- req: DescribeEdgePodRequest,
1053
- cb?: (error: string, rep: DescribeEdgePodResponse) => void
1054
- ): Promise<DescribeEdgePodResponse> {
1055
- return this.request("DescribeEdgePod", req, cb)
700
+ async DescribeEdgeDefaultVpc(
701
+ req?: DescribeEdgeDefaultVpcRequest,
702
+ cb?: (error: string, rep: DescribeEdgeDefaultVpcResponse) => void
703
+ ): Promise<DescribeEdgeDefaultVpcResponse> {
704
+ return this.request("DescribeEdgeDefaultVpc", req, cb)
1056
705
  }
1057
706
 
1058
707
  /**
1059
- * 产品停售,预下线
1060
-
1061
- 获取应用下Pod状态
1062
- */
1063
- async DescribeEdgeUnitApplicationPods(
1064
- req: DescribeEdgeUnitApplicationPodsRequest,
1065
- cb?: (error: string, rep: DescribeEdgeUnitApplicationPodsResponse) => void
1066
- ): Promise<DescribeEdgeUnitApplicationPodsResponse> {
1067
- return this.request("DescribeEdgeUnitApplicationPods", req, cb)
708
+ * 校验Secret的Yaml语法
709
+ */
710
+ async DescribeSecretYamlError(
711
+ req: DescribeSecretYamlErrorRequest,
712
+ cb?: (error: string, rep: DescribeSecretYamlErrorResponse) => void
713
+ ): Promise<DescribeSecretYamlErrorResponse> {
714
+ return this.request("DescribeSecretYamlError", req, cb)
1068
715
  }
1069
716
 
1070
717
  /**
1071
- * 产品停售,预下线
718
+ * 删除ConfigMap
719
+ */
720
+ async DeleteConfigMap(
721
+ req: DeleteConfigMapRequest,
722
+ cb?: (error: string, rep: DeleteConfigMapResponse) => void
723
+ ): Promise<DeleteConfigMapResponse> {
724
+ return this.request("DeleteConfigMap", req, cb)
725
+ }
1072
726
 
1073
- 删除应用列表
1074
- */
1075
- async DeleteEdgeUnitApplications(
1076
- req: DeleteEdgeUnitApplicationsRequest,
1077
- cb?: (error: string, rep: DeleteEdgeUnitApplicationsResponse) => void
1078
- ): Promise<DeleteEdgeUnitApplicationsResponse> {
1079
- return this.request("DeleteEdgeUnitApplications", req, cb)
727
+ /**
728
+ * 创建边缘单元NodeUnit模板
729
+ */
730
+ async CreateEdgeNodeUnitTemplate(
731
+ req: CreateEdgeNodeUnitTemplateRequest,
732
+ cb?: (error: string, rep: CreateEdgeNodeUnitTemplateResponse) => void
733
+ ): Promise<CreateEdgeNodeUnitTemplateResponse> {
734
+ return this.request("CreateEdgeNodeUnitTemplate", req, cb)
1080
735
  }
1081
736
 
1082
737
  /**
1083
- * 查询边缘单元Grid列表
738
+ * 批量解绑单元设备
1084
739
  */
1085
- async DescribeEdgeUnitDeployGrid(
1086
- req: DescribeEdgeUnitDeployGridRequest,
1087
- cb?: (error: string, rep: DescribeEdgeUnitDeployGridResponse) => void
1088
- ): Promise<DescribeEdgeUnitDeployGridResponse> {
1089
- return this.request("DescribeEdgeUnitDeployGrid", req, cb)
740
+ async DeleteEdgeUnitDevices(
741
+ req: DeleteEdgeUnitDevicesRequest,
742
+ cb?: (error: string, rep: DeleteEdgeUnitDevicesResponse) => void
743
+ ): Promise<DeleteEdgeUnitDevicesResponse> {
744
+ return this.request("DeleteEdgeUnitDevices", req, cb)
1090
745
  }
1091
746
 
1092
747
  /**
1093
- * 建立消息路由
748
+ * 修改Secret
1094
749
  */
1095
- async BuildMessageRoute(
1096
- req: BuildMessageRouteRequest,
1097
- cb?: (error: string, rep: BuildMessageRouteResponse) => void
1098
- ): Promise<BuildMessageRouteResponse> {
1099
- return this.request("BuildMessageRoute", req, cb)
750
+ async ModifySecret(
751
+ req: ModifySecretRequest,
752
+ cb?: (error: string, rep: ModifySecretResponse) => void
753
+ ): Promise<ModifySecretResponse> {
754
+ return this.request("ModifySecret", req, cb)
1100
755
  }
1101
756
 
1102
757
  /**
1103
- * 批量删除边缘节点
758
+ * 批量绑定设备到单元
1104
759
  */
1105
- async DeleteEdgeNodes(
1106
- req: DeleteEdgeNodesRequest,
1107
- cb?: (error: string, rep: DeleteEdgeNodesResponse) => void
1108
- ): Promise<DeleteEdgeNodesResponse> {
1109
- return this.request("DeleteEdgeNodes", req, cb)
760
+ async CreateEdgeUnitDevices(
761
+ req: CreateEdgeUnitDevicesRequest,
762
+ cb?: (error: string, rep: CreateEdgeUnitDevicesResponse) => void
763
+ ): Promise<CreateEdgeUnitDevicesResponse> {
764
+ return this.request("CreateEdgeUnitDevices", req, cb)
1110
765
  }
1111
766
 
1112
767
  /**
1113
- * 自动获取Draco设备的安装包
768
+ * 获取设备列表信息
1114
769
  */
1115
- async DescribeDracoEdgeNodeInstaller(
1116
- req: DescribeDracoEdgeNodeInstallerRequest,
1117
- cb?: (error: string, rep: DescribeDracoEdgeNodeInstallerResponse) => void
1118
- ): Promise<DescribeDracoEdgeNodeInstallerResponse> {
1119
- return this.request("DescribeDracoEdgeNodeInstaller", req, cb)
770
+ async DescribeIotDevices(
771
+ req: DescribeIotDevicesRequest,
772
+ cb?: (error: string, rep: DescribeIotDevicesResponse) => void
773
+ ): Promise<DescribeIotDevicesResponse> {
774
+ return this.request("DescribeIotDevices", req, cb)
1120
775
  }
1121
776
 
1122
777
  /**
1123
- * 创建ConfigMap
778
+ * 删除边缘单元
1124
779
  */
1125
- async CreateConfigMap(
1126
- req: CreateConfigMapRequest,
1127
- cb?: (error: string, rep: CreateConfigMapResponse) => void
1128
- ): Promise<CreateConfigMapResponse> {
1129
- return this.request("CreateConfigMap", req, cb)
780
+ async DeleteEdgeUnitCloud(
781
+ req: DeleteEdgeUnitCloudRequest,
782
+ cb?: (error: string, rep: DeleteEdgeUnitCloudResponse) => void
783
+ ): Promise<DeleteEdgeUnitCloudResponse> {
784
+ return this.request("DeleteEdgeUnitCloud", req, cb)
1130
785
  }
1131
786
 
1132
787
  /**
1133
- * 产品停售,预下线
1134
-
1135
- 查询边缘集群详情
1136
- */
1137
- async DescribeEdgeUnitCloud(
1138
- req: DescribeEdgeUnitCloudRequest,
1139
- cb?: (error: string, rep: DescribeEdgeUnitCloudResponse) => void
1140
- ): Promise<DescribeEdgeUnitCloudResponse> {
1141
- return this.request("DescribeEdgeUnitCloud", req, cb)
788
+ * 查询指定NodeGroup下NodeUnit模板列表
789
+ */
790
+ async DescribeNodeUnitTemplateOnNodeGroup(
791
+ req: DescribeNodeUnitTemplateOnNodeGroupRequest,
792
+ cb?: (error: string, rep: DescribeNodeUnitTemplateOnNodeGroupResponse) => void
793
+ ): Promise<DescribeNodeUnitTemplateOnNodeGroupResponse> {
794
+ return this.request("DescribeNodeUnitTemplateOnNodeGroup", req, cb)
1142
795
  }
1143
796
 
1144
797
  /**
1145
- * 删除命名空间
798
+ * 查询节点Pod内的容器列表
1146
799
  */
1147
- async DeleteNamespace(
1148
- req: DeleteNamespaceRequest,
1149
- cb?: (error: string, rep: DeleteNamespaceResponse) => void
1150
- ): Promise<DeleteNamespaceResponse> {
1151
- return this.request("DeleteNamespace", req, cb)
800
+ async DescribeEdgeNodePodContainers(
801
+ req: DescribeEdgeNodePodContainersRequest,
802
+ cb?: (error: string, rep: DescribeEdgeNodePodContainersResponse) => void
803
+ ): Promise<DescribeEdgeNodePodContainersResponse> {
804
+ return this.request("DescribeEdgeNodePodContainers", req, cb)
1152
805
  }
1153
806
 
1154
807
  /**
@@ -1162,141 +815,133 @@ yaml方式创建应用
1162
815
  }
1163
816
 
1164
817
  /**
1165
- * 编辑边缘节点标签
818
+ * 校验ConfigMap的Yaml语法
1166
819
  */
1167
- async ModifyEdgeNodeLabels(
1168
- req: ModifyEdgeNodeLabelsRequest,
1169
- cb?: (error: string, rep: ModifyEdgeNodeLabelsResponse) => void
1170
- ): Promise<ModifyEdgeNodeLabelsResponse> {
1171
- return this.request("ModifyEdgeNodeLabels", req, cb)
820
+ async DescribeConfigMapYamlError(
821
+ req: DescribeConfigMapYamlErrorRequest,
822
+ cb?: (error: string, rep: DescribeConfigMapYamlErrorResponse) => void
823
+ ): Promise<DescribeConfigMapYamlErrorResponse> {
824
+ return this.request("DescribeConfigMapYamlError", req, cb)
1172
825
  }
1173
826
 
1174
827
  /**
1175
- * 查询边缘单元监控数据
828
+ * 获取单元下应用列表
1176
829
  */
1177
- async DescribeMonitorMetrics(
1178
- req: DescribeMonitorMetricsRequest,
1179
- cb?: (error: string, rep: DescribeMonitorMetricsResponse) => void
1180
- ): Promise<DescribeMonitorMetricsResponse> {
1181
- return this.request("DescribeMonitorMetrics", req, cb)
830
+ async DescribeEdgeUnitApplications(
831
+ req: DescribeEdgeUnitApplicationsRequest,
832
+ cb?: (error: string, rep: DescribeEdgeUnitApplicationsResponse) => void
833
+ ): Promise<DescribeEdgeUnitApplicationsResponse> {
834
+ return this.request("DescribeEdgeUnitApplications", req, cb)
1182
835
  }
1183
836
 
1184
837
  /**
1185
- * 获取ConfigMap列表
838
+ * 获取命名空间列表信息
1186
839
  */
1187
- async DescribeConfigMaps(
1188
- req: DescribeConfigMapsRequest,
1189
- cb?: (error: string, rep: DescribeConfigMapsResponse) => void
1190
- ): Promise<DescribeConfigMapsResponse> {
1191
- return this.request("DescribeConfigMaps", req, cb)
840
+ async DescribeNamespaces(
841
+ req: DescribeNamespacesRequest,
842
+ cb?: (error: string, rep: DescribeNamespacesResponse) => void
843
+ ): Promise<DescribeNamespacesResponse> {
844
+ return this.request("DescribeNamespaces", req, cb)
1192
845
  }
1193
846
 
1194
847
  /**
1195
- * 校验Secret的Yaml语法
848
+ * 查询边缘节点列表
1196
849
  */
1197
- async DescribeSecretYamlError(
1198
- req: DescribeSecretYamlErrorRequest,
1199
- cb?: (error: string, rep: DescribeSecretYamlErrorResponse) => void
1200
- ): Promise<DescribeSecretYamlErrorResponse> {
1201
- return this.request("DescribeSecretYamlError", req, cb)
850
+ async DescribeEdgeNodes(
851
+ req: DescribeEdgeNodesRequest,
852
+ cb?: (error: string, rep: DescribeEdgeNodesResponse) => void
853
+ ): Promise<DescribeEdgeNodesResponse> {
854
+ return this.request("DescribeEdgeNodes", req, cb)
1202
855
  }
1203
856
 
1204
857
  /**
1205
- * 更新边缘单元信息
858
+ * 查询边缘操作日志
1206
859
  */
1207
- async ModifyEdgeUnitCloudApi(
1208
- req: ModifyEdgeUnitCloudApiRequest,
1209
- cb?: (error: string, rep: ModifyEdgeUnitCloudApiResponse) => void
1210
- ): Promise<ModifyEdgeUnitCloudApiResponse> {
1211
- return this.request("ModifyEdgeUnitCloudApi", req, cb)
860
+ async DescribeEdgeOperationLogs(
861
+ req: DescribeEdgeOperationLogsRequest,
862
+ cb?: (error: string, rep: DescribeEdgeOperationLogsResponse) => void
863
+ ): Promise<DescribeEdgeOperationLogsResponse> {
864
+ return this.request("DescribeEdgeOperationLogs", req, cb)
1212
865
  }
1213
866
 
1214
867
  /**
1215
- * 产品停售,预下线
1216
-
1217
- 修改应用模板基本信息
1218
- */
1219
- async ModifyApplicationBasicInfo(
1220
- req: ModifyApplicationBasicInfoRequest,
1221
- cb?: (error: string, rep: ModifyApplicationBasicInfoResponse) => void
1222
- ): Promise<ModifyApplicationBasicInfoResponse> {
1223
- return this.request("ModifyApplicationBasicInfo", req, cb)
868
+ * 创建Secret
869
+ */
870
+ async CreateSecret(
871
+ req: CreateSecretRequest,
872
+ cb?: (error: string, rep: CreateSecretResponse) => void
873
+ ): Promise<CreateSecretResponse> {
874
+ return this.request("CreateSecret", req, cb)
1224
875
  }
1225
876
 
1226
877
  /**
1227
- * 查询边缘单元指定Grid下的部署应用列表
878
+ * 查询边缘集群NodeGroup
1228
879
  */
1229
- async DescribeEdgeUnitDeployGridItem(
1230
- req: DescribeEdgeUnitDeployGridItemRequest,
1231
- cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemResponse) => void
1232
- ): Promise<DescribeEdgeUnitDeployGridItemResponse> {
1233
- return this.request("DescribeEdgeUnitDeployGridItem", req, cb)
880
+ async DescribeEdgeUnitNodeGroup(
881
+ req: DescribeEdgeUnitNodeGroupRequest,
882
+ cb?: (error: string, rep: DescribeEdgeUnitNodeGroupResponse) => void
883
+ ): Promise<DescribeEdgeUnitNodeGroupResponse> {
884
+ return this.request("DescribeEdgeUnitNodeGroup", req, cb)
1234
885
  }
1235
886
 
1236
887
  /**
1237
- * 产品停售,预下线
1238
-
1239
- 查询应用模板Yaml
1240
- */
1241
- async DescribeApplicationYaml(
1242
- req: DescribeApplicationYamlRequest,
1243
- cb?: (error: string, rep: DescribeApplicationYamlResponse) => void
1244
- ): Promise<DescribeApplicationYamlResponse> {
1245
- return this.request("DescribeApplicationYaml", req, cb)
888
+ * 查询边缘单元Pod
889
+ */
890
+ async DescribeEdgePod(
891
+ req: DescribeEdgePodRequest,
892
+ cb?: (error: string, rep: DescribeEdgePodResponse) => void
893
+ ): Promise<DescribeEdgePodResponse> {
894
+ return this.request("DescribeEdgePod", req, cb)
1246
895
  }
1247
896
 
1248
897
  /**
1249
- * 修改单元应用基本信息
898
+ * 获取Secret详情
1250
899
  */
1251
- async ModifyEdgeUnitApplicationBasicInfo(
1252
- req: ModifyEdgeUnitApplicationBasicInfoRequest,
1253
- cb?: (error: string, rep: ModifyEdgeUnitApplicationBasicInfoResponse) => void
1254
- ): Promise<ModifyEdgeUnitApplicationBasicInfoResponse> {
1255
- return this.request("ModifyEdgeUnitApplicationBasicInfo", req, cb)
900
+ async DescribeSecret(
901
+ req: DescribeSecretRequest,
902
+ cb?: (error: string, rep: DescribeSecretResponse) => void
903
+ ): Promise<DescribeSecretResponse> {
904
+ return this.request("DescribeSecret", req, cb)
1256
905
  }
1257
906
 
1258
907
  /**
1259
- * 产品停售,预下线
1260
-
1261
- 创建可视化创建应用模板
1262
- */
1263
- async CreateApplicationVisualization(
1264
- req: CreateApplicationVisualizationRequest,
1265
- cb?: (error: string, rep: CreateApplicationVisualizationResponse) => void
1266
- ): Promise<CreateApplicationVisualizationResponse> {
1267
- return this.request("CreateApplicationVisualization", req, cb)
908
+ * 更新边缘单元信息
909
+ */
910
+ async ModifyEdgeUnitCloudApi(
911
+ req: ModifyEdgeUnitCloudApiRequest,
912
+ cb?: (error: string, rep: ModifyEdgeUnitCloudApiResponse) => void
913
+ ): Promise<ModifyEdgeUnitCloudApiResponse> {
914
+ return this.request("ModifyEdgeUnitCloudApi", req, cb)
1268
915
  }
1269
916
 
1270
917
  /**
1271
- * 获取ConfigMap详情
918
+ * 获取设备信息
1272
919
  */
1273
- async DescribeConfigMap(
1274
- req: DescribeConfigMapRequest,
1275
- cb?: (error: string, rep: DescribeConfigMapResponse) => void
1276
- ): Promise<DescribeConfigMapResponse> {
1277
- return this.request("DescribeConfigMap", req, cb)
920
+ async DescribeIotDevice(
921
+ req: DescribeIotDeviceRequest,
922
+ cb?: (error: string, rep: DescribeIotDeviceResponse) => void
923
+ ): Promise<DescribeIotDeviceResponse> {
924
+ return this.request("DescribeIotDevice", req, cb)
1278
925
  }
1279
926
 
1280
927
  /**
1281
- * 查询节点Pod内的容器列表
928
+ * 创建边缘单元NodeGroup
1282
929
  */
1283
- async DescribeEdgeNodePodContainers(
1284
- req: DescribeEdgeNodePodContainersRequest,
1285
- cb?: (error: string, rep: DescribeEdgeNodePodContainersResponse) => void
1286
- ): Promise<DescribeEdgeNodePodContainersResponse> {
1287
- return this.request("DescribeEdgeNodePodContainers", req, cb)
930
+ async CreateEdgeNodeGroup(
931
+ req: CreateEdgeNodeGroupRequest,
932
+ cb?: (error: string, rep: CreateEdgeNodeGroupResponse) => void
933
+ ): Promise<CreateEdgeNodeGroupResponse> {
934
+ return this.request("CreateEdgeNodeGroup", req, cb)
1288
935
  }
1289
936
 
1290
937
  /**
1291
- * 产品停售,预下线
1292
-
1293
- 获取应用容器状态
1294
- */
1295
- async DescribeEdgeUnitApplicationPodContainers(
1296
- req: DescribeEdgeUnitApplicationPodContainersRequest,
1297
- cb?: (error: string, rep: DescribeEdgeUnitApplicationPodContainersResponse) => void
1298
- ): Promise<DescribeEdgeUnitApplicationPodContainersResponse> {
1299
- return this.request("DescribeEdgeUnitApplicationPodContainers", req, cb)
938
+ * 查询节点Pod列表
939
+ */
940
+ async DescribeEdgeNodePods(
941
+ req: DescribeEdgeNodePodsRequest,
942
+ cb?: (error: string, rep: DescribeEdgeNodePodsResponse) => void
943
+ ): Promise<DescribeEdgeNodePodsResponse> {
944
+ return this.request("DescribeEdgeNodePods", req, cb)
1300
945
  }
1301
946
 
1302
947
  /**
@@ -1309,6 +954,16 @@ yaml方式创建应用
1309
954
  return this.request("CreateEdgeNodeBatch", req, cb)
1310
955
  }
1311
956
 
957
+ /**
958
+ * 修改边缘单元Grid部署应用副本数
959
+ */
960
+ async ModifyEdgeUnitDeployGridItem(
961
+ req: ModifyEdgeUnitDeployGridItemRequest,
962
+ cb?: (error: string, rep: ModifyEdgeUnitDeployGridItemResponse) => void
963
+ ): Promise<ModifyEdgeUnitDeployGridItemResponse> {
964
+ return this.request("ModifyEdgeUnitDeployGridItem", req, cb)
965
+ }
966
+
1312
967
  /**
1313
968
  * 创建消息路由
1314
969
  */
@@ -1329,6 +984,16 @@ yaml方式创建应用
1329
984
  return this.request("DescribeYeheResourceLimit", req, cb)
1330
985
  }
1331
986
 
987
+ /**
988
+ * 删除边缘单元NodeUnit
989
+ */
990
+ async DeleteNodeUnit(
991
+ req: DeleteNodeUnitRequest,
992
+ cb?: (error: string, rep: DeleteNodeUnitResponse) => void
993
+ ): Promise<DeleteNodeUnitResponse> {
994
+ return this.request("DeleteNodeUnit", req, cb)
995
+ }
996
+
1332
997
  /**
1333
998
  * Yaml方式修改应用配置
1334
999
  */
@@ -1340,13 +1005,43 @@ yaml方式创建应用
1340
1005
  }
1341
1006
 
1342
1007
  /**
1343
- * 删除边缘单元
1008
+ * 删除指定pod
1344
1009
  */
1345
- async DeleteEdgeUnitCloud(
1346
- req: DeleteEdgeUnitCloudRequest,
1347
- cb?: (error: string, rep: DeleteEdgeUnitCloudResponse) => void
1348
- ): Promise<DeleteEdgeUnitCloudResponse> {
1349
- return this.request("DeleteEdgeUnitCloud", req, cb)
1010
+ async DeleteEdgeUnitPod(
1011
+ req: DeleteEdgeUnitPodRequest,
1012
+ cb?: (error: string, rep: DeleteEdgeUnitPodResponse) => void
1013
+ ): Promise<DeleteEdgeUnitPodResponse> {
1014
+ return this.request("DeleteEdgeUnitPod", req, cb)
1015
+ }
1016
+
1017
+ /**
1018
+ * 查询边缘单元Grid列表
1019
+ */
1020
+ async DescribeEdgeUnitDeployGrid(
1021
+ req: DescribeEdgeUnitDeployGridRequest,
1022
+ cb?: (error: string, rep: DescribeEdgeUnitDeployGridResponse) => void
1023
+ ): Promise<DescribeEdgeUnitDeployGridResponse> {
1024
+ return this.request("DescribeEdgeUnitDeployGrid", req, cb)
1025
+ }
1026
+
1027
+ /**
1028
+ * 查询边缘单元Grid事件列表
1029
+ */
1030
+ async DescribeEdgeUnitGridEvents(
1031
+ req: DescribeEdgeUnitGridEventsRequest,
1032
+ cb?: (error: string, rep: DescribeEdgeUnitGridEventsResponse) => void
1033
+ ): Promise<DescribeEdgeUnitGridEventsResponse> {
1034
+ return this.request("DescribeEdgeUnitGridEvents", req, cb)
1035
+ }
1036
+
1037
+ /**
1038
+ * 可视化修改应用配置
1039
+ */
1040
+ async ModifyEdgeUnitApplicationVisualization(
1041
+ req: ModifyEdgeUnitApplicationVisualizationRequest,
1042
+ cb?: (error: string, rep: ModifyEdgeUnitApplicationVisualizationResponse) => void
1043
+ ): Promise<ModifyEdgeUnitApplicationVisualizationResponse> {
1044
+ return this.request("ModifyEdgeUnitApplicationVisualization", req, cb)
1350
1045
  }
1351
1046
 
1352
1047
  /**
@@ -1358,4 +1053,24 @@ yaml方式创建应用
1358
1053
  ): Promise<DescribeEdgeSnNodesResponse> {
1359
1054
  return this.request("DescribeEdgeSnNodes", req, cb)
1360
1055
  }
1056
+
1057
+ /**
1058
+ * 删除Secret
1059
+ */
1060
+ async DeleteSecret(
1061
+ req: DeleteSecretRequest,
1062
+ cb?: (error: string, rep: DeleteSecretResponse) => void
1063
+ ): Promise<DeleteSecretResponse> {
1064
+ return this.request("DeleteSecret", req, cb)
1065
+ }
1066
+
1067
+ /**
1068
+ * 查询边缘单元列表
1069
+ */
1070
+ async DescribeEdgeUnitsCloud(
1071
+ req: DescribeEdgeUnitsCloudRequest,
1072
+ cb?: (error: string, rep: DescribeEdgeUnitsCloudResponse) => void
1073
+ ): Promise<DescribeEdgeUnitsCloudResponse> {
1074
+ return this.request("DescribeEdgeUnitsCloud", req, cb)
1075
+ }
1361
1076
  }