tencentcloud-sdk-nodejs 4.0.307 → 4.0.310

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 (82) hide show
  1. package/CHANGELOG.md +454 -0
  2. package/SERVICE_CHANGELOG.md +416 -98
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +32 -4
  8. package/src/services/asr/v20190614/asr_models.ts +11 -6
  9. package/src/services/captcha/v20190722/captcha_models.ts +21 -6
  10. package/src/services/cdb/v20170320/cdb_models.ts +6 -6
  11. package/src/services/cdn/v20180606/cdn_models.ts +8 -0
  12. package/src/services/cfw/v20190904/cfw_client.ts +13 -0
  13. package/src/services/cfw/v20190904/cfw_models.ts +50 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  15. package/src/services/cls/v20201016/cls_models.ts +4 -4
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
  17. package/src/services/cvm/v20170312/cvm_models.ts +11 -1
  18. package/src/services/dlc/v20210125/dlc_models.ts +97 -5
  19. package/src/services/ess/v20201111/ess_models.ts +24 -7
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
  21. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  22. package/src/services/iecp/v20210914/iecp_client.ts +560 -474
  23. package/src/services/iecp/v20210914/iecp_models.ts +491 -188
  24. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  25. package/src/services/monitor/v20180724/monitor_models.ts +46 -0
  26. package/src/services/mps/v20190612/mps_client.ts +3 -3
  27. package/src/services/mps/v20190612/mps_models.ts +159 -159
  28. package/src/services/nlp/v20190408/nlp_client.ts +14 -0
  29. package/src/services/nlp/v20190408/nlp_models.ts +31 -0
  30. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  31. package/src/services/redis/v20180412/redis_models.ts +1 -1
  32. package/src/services/scf/v20180416/scf_models.ts +12 -0
  33. package/src/services/ses/v20201002/ses_models.ts +5 -0
  34. package/src/services/smh/v20210712/smh_models.ts +35 -0
  35. package/src/services/tiia/v20190529/tiia_models.ts +7 -5
  36. package/src/services/tke/v20180525/tke_models.ts +27 -21
  37. package/src/services/vpc/v20170312/vpc_client.ts +108 -15
  38. package/src/services/vpc/v20170312/vpc_models.ts +119 -29
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  43. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -4
  44. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
  45. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +18 -6
  46. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
  47. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
  48. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  50. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -0
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
  53. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -6
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -5
  58. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  59. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
  60. package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
  61. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
  62. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
  63. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
  64. package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
  65. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
  66. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
  67. package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
  68. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
  69. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  70. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  71. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -0
  72. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  73. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
  74. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +7 -5
  75. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +26 -21
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +103 -25
  79. package/test/cfw.v20190904.test.js +10 -0
  80. package/test/iecp.v20210914.test.js +226 -156
  81. package/test/nlp.v20190408.test.js +10 -0
  82. package/test/vpc.v20170312.test.js +64 -4
@@ -29,7 +29,7 @@ import {
29
29
  CreateSecretRequest,
30
30
  DescribeEdgeUnitApplicationYamlRequest,
31
31
  CreateEdgeUnitApplicationVisualizationResponse,
32
- DescribeEdgeUnitApplicationYamlErrorRequest,
32
+ CreateEdgeNodeBatchResponse,
33
33
  DescribeNamespacesResponse,
34
34
  DescribeSecretResponse,
35
35
  NodeUnitTemplate,
@@ -39,11 +39,12 @@ import {
39
39
  DescribeEdgeUnitMonitorStatusRequest,
40
40
  GetMarketComponentResponse,
41
41
  CreateApplicationVisualizationRequest,
42
- Service,
42
+ NodeUnitNodeInfo,
43
43
  DeleteNodeUnitResponse,
44
44
  VolumeNFS,
45
+ Service,
45
46
  DescribeNodeUnitTemplateOnNodeGroupResponse,
46
- ApplicationStatusInfo,
47
+ CreateUserTokenRequest,
47
48
  DescribeEdgeUnitGridEventsResponse,
48
49
  ModifyApplicationVisualizationResponse,
49
50
  DescribeEdgeUnitApplicationYamlErrorResponse,
@@ -52,10 +53,9 @@ import {
52
53
  ApplicationBasicConfig,
53
54
  VolumeMount,
54
55
  ModifyApplicationBasicInfoResponse,
55
- DeleteEdgeNodeGroupRequest,
56
56
  DeleteEdgeUnitDeployGridItemResponse,
57
57
  DescribeApplicationVisualizationRequest,
58
- SecurityContext,
58
+ DescribeEdgeSnNodesResponse,
59
59
  DescribeEdgeUnitApplicationsRequest,
60
60
  DescribeEdgeUnitApplicationYamlResponse,
61
61
  DescribeConfigMapYamlErrorResponse,
@@ -69,12 +69,14 @@ import {
69
69
  TcpProbe,
70
70
  VolumeConfigMapKeyToPath,
71
71
  DescribeEdgeUnitApplicationsResponse,
72
+ ModifyEdgeUnitCloudApiRequest,
72
73
  DescribeEdgeUnitDeployGridItemRequest,
73
74
  ModifyEdgeUnitRequest,
74
75
  ContainerStatus,
75
76
  DescribeEdgeUnitCloudResponse,
76
77
  PodStatus,
77
78
  RedeployEdgeUnitApplicationRequest,
79
+ DescribeEdgeNodeRemarkListRequest,
78
80
  DeleteSecretResponse,
79
81
  DeleteConfigMapResponse,
80
82
  DescribeApplicationsResponse,
@@ -91,7 +93,7 @@ import {
91
93
  DescribeEdgeDefaultVpcRequest,
92
94
  DescribeSecretsResponse,
93
95
  DescribeEdgeAgentNodeInstallerRequest,
94
- EnvValueSelector,
96
+ DescribeEdgeUnitApplicationYamlErrorRequest,
95
97
  DescribeEdgeNodePodsResponse,
96
98
  DescribeEdgePodResponse,
97
99
  CreateEdgeNodeUnitTemplateResponse,
@@ -130,8 +132,10 @@ import {
130
132
  DeleteEdgeUnitApplicationsResponse,
131
133
  DescribeEdgeUnitApplicationEventsResponse,
132
134
  DeleteApplicationsResponse,
135
+ DracoNodeInfo,
133
136
  DockerConfig,
134
137
  DescribeEdgeUnitDeployGridItemYamlRequest,
138
+ CreateEdgeNodeBatchRequest,
135
139
  DescribeNamespaceRequest,
136
140
  DescribeNamespaceResponse,
137
141
  MarketComponentInfo,
@@ -146,16 +150,20 @@ import {
146
150
  DescribeSecretYamlErrorRequest,
147
151
  FieldSort,
148
152
  EdgeCloudCluster,
153
+ CreateUserTokenResponse,
149
154
  DeleteSecretRequest,
150
155
  DescribeEdgeUnitApplicationPodsResponse,
156
+ EdgeDracoNodeInfo,
151
157
  DescribeEdgeUnitApplicationVisualizationRequest,
152
158
  DescribeEdgeNodesResponse,
159
+ NodeSimpleInfo,
153
160
  DescribeEdgeUnitGridPodsRequest,
154
161
  VolumeConfigMap,
155
162
  CreateEdgeUnitApplicationYamlRequest,
156
163
  DescribeSecretRequest,
157
164
  DescribeEdgeNodesRequest,
158
165
  DescribeEdgeUnitApplicationLogsRequest,
166
+ ApplicationStatusInfo,
159
167
  DescribeEdgeAgentNodeInstallerResponse,
160
168
  ModifyEdgeUnitApplicationVisualizationRequest,
161
169
  ModifyConfigMapResponse,
@@ -164,19 +172,22 @@ import {
164
172
  DescribeApplicationVisualizationResponse,
165
173
  CreateNamespaceRequest,
166
174
  VolumeHostPath,
167
- DescribeEdgeOperationLogsRequest,
175
+ ApplyMarketComponentRequest,
176
+ EnvValueSelector,
168
177
  DescribeNamespaceResourcesResponse,
169
178
  DescribeEdgeUnitGridEventsRequest,
170
179
  SecretItem,
180
+ ModifyEdgeDracoNodeRequest,
171
181
  DescribeNodeUnitResponse,
172
182
  DeleteEdgeNodeGroupResponse,
173
183
  KeyValueObj,
174
184
  Label,
175
185
  ModifyEdgeUnitResponse,
176
- NodeUnitNodeInfo,
186
+ DescribeYeheResourceLimitResponse,
177
187
  DescribeEdgeUnitsCloudResponse,
178
188
  CreateConfigMapRequest,
179
189
  DescribeEdgeUnitDeployGridResponse,
190
+ ModifyEdgeUnitCloudApiResponse,
180
191
  CreateUpdateNodeUnitResponse,
181
192
  ModifyEdgeUnitApplicationVisualizationResponse,
182
193
  DeleteEdgeNodesResponse,
@@ -184,22 +195,24 @@ import {
184
195
  GridEventInfo,
185
196
  ResourceMetricTarget,
186
197
  DescribeEdgeNodePodContainersRequest,
187
- ApplyMarketComponentRequest,
198
+ DeleteEdgeNodeGroupRequest,
188
199
  ModifySecretRequest,
189
200
  DeleteEdgeUnitPodResponse,
190
201
  Probe,
191
202
  Container,
192
203
  DescribeEdgeUnitApplicationEventsRequest,
193
204
  DescribeNamespacesRequest,
205
+ DescribeEdgeNodeRemarkListResponse,
194
206
  HorizontalPodAutoscaler,
195
- NodeSimpleInfo,
196
207
  NamespaceResource,
197
208
  EdgeNodeInstallerOnline,
198
209
  DescribeEdgeUnitApplicationPodContainersResponse,
199
210
  ModifyApplicationBasicInfoRequest,
200
211
  DescribeEdgeUnitNodeGroupResponse,
201
212
  DescribeEdgeOperationLogsResponse,
213
+ DescribeEdgeSnNodesRequest,
202
214
  DeleteEdgeUnitDeployGridItemRequest,
215
+ SecurityContext,
203
216
  ApplicationDeployMode,
204
217
  ModifySecretResponse,
205
218
  Sort,
@@ -211,6 +224,7 @@ import {
211
224
  ModifyNodeUnitTemplateResponse,
212
225
  Volume,
213
226
  DescribeApplicationsRequest,
227
+ DescribeEdgeOperationLogsRequest,
214
228
  GridItemInfo,
215
229
  EdgeNodeLabel,
216
230
  DeleteNamespaceRequest,
@@ -224,6 +238,7 @@ import {
224
238
  DeleteEdgeNodesRequest,
225
239
  DescribeApplicationYamlErrorRequest,
226
240
  PortConfig,
241
+ DescribeYeheResourceLimitRequest,
227
242
  DescribeSecretsRequest,
228
243
  DescribeNodeUnitTemplateOnNodeGroupRequest,
229
244
  MonitorMetricsColumn,
@@ -234,6 +249,7 @@ import {
234
249
  EdgeNodeResourceInfo,
235
250
  SecurityCapabilities,
236
251
  DeleteEdgeNodeUnitTemplatesResponse,
252
+ ModifyEdgeDracoNodeResponse,
237
253
  DescribeEdgeNodeResponse,
238
254
  ModifyEdgeUnitApplicationYamlRequest,
239
255
  DeleteEdgeUnitCloudRequest,
@@ -253,53 +269,23 @@ export class Client extends AbstractClient {
253
269
  }
254
270
 
255
271
  /**
256
- * 获取应用下Pod状态
257
- */
258
- async DescribeEdgeUnitApplicationPods(
259
- req: DescribeEdgeUnitApplicationPodsRequest,
260
- cb?: (error: string, rep: DescribeEdgeUnitApplicationPodsResponse) => void
261
- ): Promise<DescribeEdgeUnitApplicationPodsResponse> {
262
- return this.request("DescribeEdgeUnitApplicationPods", req, cb)
263
- }
264
-
265
- /**
266
- * 删除边缘单元NodeGroup
267
- */
268
- async DeleteEdgeNodeGroup(
269
- req: DeleteEdgeNodeGroupRequest,
270
- cb?: (error: string, rep: DeleteEdgeNodeGroupResponse) => void
271
- ): Promise<DeleteEdgeNodeGroupResponse> {
272
- return this.request("DeleteEdgeNodeGroup", req, cb)
273
- }
274
-
275
- /**
276
- * 删除Secret
277
- */
278
- async DeleteSecret(
279
- req: DeleteSecretRequest,
280
- cb?: (error: string, rep: DeleteSecretResponse) => void
281
- ): Promise<DeleteSecretResponse> {
282
- return this.request("DeleteSecret", req, cb)
283
- }
284
-
285
- /**
286
- * 获取节点安装信息
272
+ * 获取命名空间
287
273
  */
288
- async DescribeEdgeAgentNodeInstaller(
289
- req: DescribeEdgeAgentNodeInstallerRequest,
290
- cb?: (error: string, rep: DescribeEdgeAgentNodeInstallerResponse) => void
291
- ): Promise<DescribeEdgeAgentNodeInstallerResponse> {
292
- return this.request("DescribeEdgeAgentNodeInstaller", req, cb)
274
+ async DescribeNamespace(
275
+ req: DescribeNamespaceRequest,
276
+ cb?: (error: string, rep: DescribeNamespaceResponse) => void
277
+ ): Promise<DescribeNamespaceResponse> {
278
+ return this.request("DescribeNamespace", req, cb)
293
279
  }
294
280
 
295
281
  /**
296
- * 检查应用模板的Yaml配置
282
+ * 获取单元可视化配置信息
297
283
  */
298
- async DescribeApplicationYamlError(
299
- req: DescribeApplicationYamlErrorRequest,
300
- cb?: (error: string, rep: DescribeApplicationYamlErrorResponse) => void
301
- ): Promise<DescribeApplicationYamlErrorResponse> {
302
- return this.request("DescribeApplicationYamlError", req, cb)
284
+ async DescribeEdgeUnitApplicationVisualization(
285
+ req: DescribeEdgeUnitApplicationVisualizationRequest,
286
+ cb?: (error: string, rep: DescribeEdgeUnitApplicationVisualizationResponse) => void
287
+ ): Promise<DescribeEdgeUnitApplicationVisualizationResponse> {
288
+ return this.request("DescribeEdgeUnitApplicationVisualization", req, cb)
303
289
  }
304
290
 
305
291
  /**
@@ -312,36 +298,6 @@ export class Client extends AbstractClient {
312
298
  return this.request("DescribeEdgeUnitExtra", req, cb)
313
299
  }
314
300
 
315
- /**
316
- * 获取命名空间下的资源信息
317
- */
318
- async DescribeNamespaceResources(
319
- req: DescribeNamespaceResourcesRequest,
320
- cb?: (error: string, rep: DescribeNamespaceResourcesResponse) => void
321
- ): Promise<DescribeNamespaceResourcesResponse> {
322
- return this.request("DescribeNamespaceResources", req, cb)
323
- }
324
-
325
- /**
326
- * 查询边缘集群监控状态
327
- */
328
- async DescribeEdgeUnitMonitorStatus(
329
- req: DescribeEdgeUnitMonitorStatusRequest,
330
- cb?: (error: string, rep: DescribeEdgeUnitMonitorStatusResponse) => void
331
- ): Promise<DescribeEdgeUnitMonitorStatusResponse> {
332
- return this.request("DescribeEdgeUnitMonitorStatus", req, cb)
333
- }
334
-
335
- /**
336
- * 批量删除边缘节点
337
- */
338
- async DeleteEdgeNodes(
339
- req: DeleteEdgeNodesRequest,
340
- cb?: (error: string, rep: DeleteEdgeNodesResponse) => void
341
- ): Promise<DeleteEdgeNodesResponse> {
342
- return this.request("DeleteEdgeNodes", req, cb)
343
- }
344
-
345
301
  /**
346
302
  * 创建或更新边缘单元NodeUnit
347
303
  */
@@ -362,16 +318,6 @@ export class Client extends AbstractClient {
362
318
  return this.request("ModifyNodeUnitTemplate", req, cb)
363
319
  }
364
320
 
365
- /**
366
- * 查询边缘单元EdgeUnit模板列表
367
- */
368
- async DescribeEdgeUnitNodeUnitTemplates(
369
- req: DescribeEdgeUnitNodeUnitTemplatesRequest,
370
- cb?: (error: string, rep: DescribeEdgeUnitNodeUnitTemplatesResponse) => void
371
- ): Promise<DescribeEdgeUnitNodeUnitTemplatesResponse> {
372
- return this.request("DescribeEdgeUnitNodeUnitTemplates", req, cb)
373
- }
374
-
375
321
  /**
376
322
  * 创建命名空间
377
323
  */
@@ -383,263 +329,273 @@ export class Client extends AbstractClient {
383
329
  }
384
330
 
385
331
  /**
386
- * 获取应用容器状态
332
+ * 修改边缘单元Grid部署应用副本数
387
333
  */
388
- async DescribeEdgeUnitApplicationPodContainers(
389
- req: DescribeEdgeUnitApplicationPodContainersRequest,
390
- cb?: (error: string, rep: DescribeEdgeUnitApplicationPodContainersResponse) => void
391
- ): Promise<DescribeEdgeUnitApplicationPodContainersResponse> {
392
- return this.request("DescribeEdgeUnitApplicationPodContainers", req, cb)
334
+ async ModifyEdgeUnitDeployGridItem(
335
+ req: ModifyEdgeUnitDeployGridItemRequest,
336
+ cb?: (error: string, rep: ModifyEdgeUnitDeployGridItemResponse) => void
337
+ ): Promise<ModifyEdgeUnitDeployGridItemResponse> {
338
+ return this.request("ModifyEdgeUnitDeployGridItem", req, cb)
393
339
  }
394
340
 
395
341
  /**
396
- * 单元应用重部署
342
+ * 获取Secrets列表
397
343
  */
398
- async RedeployEdgeUnitApplication(
399
- req: RedeployEdgeUnitApplicationRequest,
400
- cb?: (error: string, rep: RedeployEdgeUnitApplicationResponse) => void
401
- ): Promise<RedeployEdgeUnitApplicationResponse> {
402
- return this.request("RedeployEdgeUnitApplication", req, cb)
344
+ async DescribeSecrets(
345
+ req: DescribeSecretsRequest,
346
+ cb?: (error: string, rep: DescribeSecretsResponse) => void
347
+ ): Promise<DescribeSecretsResponse> {
348
+ return this.request("DescribeSecrets", req, cb)
403
349
  }
404
350
 
405
351
  /**
406
- * 获取边缘节点信息
352
+ * 查询指定Grid下应用的Yaml
407
353
  */
408
- async DescribeEdgeNode(
409
- req: DescribeEdgeNodeRequest,
410
- cb?: (error: string, rep: DescribeEdgeNodeResponse) => void
411
- ): Promise<DescribeEdgeNodeResponse> {
412
- return this.request("DescribeEdgeNode", req, cb)
354
+ async DescribeEdgeUnitDeployGridItemYaml(
355
+ req: DescribeEdgeUnitDeployGridItemYamlRequest,
356
+ cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemYamlResponse) => void
357
+ ): Promise<DescribeEdgeUnitDeployGridItemYamlResponse> {
358
+ return this.request("DescribeEdgeUnitDeployGridItemYaml", req, cb)
413
359
  }
414
360
 
415
361
  /**
416
- * 查询边缘单元列表
362
+ * yaml方式创建应用
417
363
  */
418
- async DescribeEdgeUnitsCloud(
419
- req: DescribeEdgeUnitsCloudRequest,
420
- cb?: (error: string, rep: DescribeEdgeUnitsCloudResponse) => void
421
- ): Promise<DescribeEdgeUnitsCloudResponse> {
422
- return this.request("DescribeEdgeUnitsCloud", req, cb)
364
+ async CreateEdgeUnitApplicationYaml(
365
+ req: CreateEdgeUnitApplicationYamlRequest,
366
+ cb?: (error: string, rep: CreateEdgeUnitApplicationYamlResponse) => void
367
+ ): Promise<CreateEdgeUnitApplicationYamlResponse> {
368
+ return this.request("CreateEdgeUnitApplicationYaml", req, cb)
423
369
  }
424
370
 
425
371
  /**
426
- * 创建边缘单元
372
+ * 修改ConfigMap
427
373
  */
428
- async CreateEdgeUnitCloud(
429
- req: CreateEdgeUnitCloudRequest,
430
- cb?: (error: string, rep: CreateEdgeUnitCloudResponse) => void
431
- ): Promise<CreateEdgeUnitCloudResponse> {
432
- return this.request("CreateEdgeUnitCloud", req, cb)
374
+ async ModifyConfigMap(
375
+ req: ModifyConfigMapRequest,
376
+ cb?: (error: string, rep: ModifyConfigMapResponse) => void
377
+ ): Promise<ModifyConfigMapResponse> {
378
+ return this.request("ModifyConfigMap", req, cb)
433
379
  }
434
380
 
435
381
  /**
436
- * 查询边缘集群详情
382
+ * 获取应用事件列表
437
383
  */
438
- async DescribeEdgeUnitCloud(
439
- req: DescribeEdgeUnitCloudRequest,
440
- cb?: (error: string, rep: DescribeEdgeUnitCloudResponse) => void
441
- ): Promise<DescribeEdgeUnitCloudResponse> {
442
- return this.request("DescribeEdgeUnitCloud", req, cb)
384
+ async DescribeEdgeUnitApplicationEvents(
385
+ req: DescribeEdgeUnitApplicationEventsRequest,
386
+ cb?: (error: string, rep: DescribeEdgeUnitApplicationEventsResponse) => void
387
+ ): Promise<DescribeEdgeUnitApplicationEventsResponse> {
388
+ return this.request("DescribeEdgeUnitApplicationEvents", req, cb)
443
389
  }
444
390
 
445
391
  /**
446
- * 删除命名空间
392
+ * 获取组件市场组件列表
447
393
  */
448
- async DeleteNamespace(
449
- req: DeleteNamespaceRequest,
450
- cb?: (error: string, rep: DeleteNamespaceResponse) => void
451
- ): Promise<DeleteNamespaceResponse> {
452
- return this.request("DeleteNamespace", req, cb)
394
+ async GetMarketComponentList(
395
+ req: GetMarketComponentListRequest,
396
+ cb?: (error: string, rep: GetMarketComponentListResponse) => void
397
+ ): Promise<GetMarketComponentListResponse> {
398
+ return this.request("GetMarketComponentList", req, cb)
453
399
  }
454
400
 
455
401
  /**
456
- * 获取命名空间
402
+ * 删除ConfigMap
457
403
  */
458
- async DescribeNamespace(
459
- req: DescribeNamespaceRequest,
460
- cb?: (error: string, rep: DescribeNamespaceResponse) => void
461
- ): Promise<DescribeNamespaceResponse> {
462
- return this.request("DescribeNamespace", req, cb)
404
+ async DeleteConfigMap(
405
+ req: DeleteConfigMapRequest,
406
+ cb?: (error: string, rep: DeleteConfigMapResponse) => void
407
+ ): Promise<DeleteConfigMapResponse> {
408
+ return this.request("DeleteConfigMap", req, cb)
463
409
  }
464
410
 
465
411
  /**
466
- * 可视化创建应用
412
+ * 创建边缘单元NodeUnit模板
467
413
  */
468
- async CreateEdgeUnitApplicationVisualization(
469
- req: CreateEdgeUnitApplicationVisualizationRequest,
470
- cb?: (error: string, rep: CreateEdgeUnitApplicationVisualizationResponse) => void
471
- ): Promise<CreateEdgeUnitApplicationVisualizationResponse> {
472
- return this.request("CreateEdgeUnitApplicationVisualization", req, cb)
414
+ async CreateEdgeNodeUnitTemplate(
415
+ req: CreateEdgeNodeUnitTemplateRequest,
416
+ cb?: (error: string, rep: CreateEdgeNodeUnitTemplateResponse) => void
417
+ ): Promise<CreateEdgeNodeUnitTemplateResponse> {
418
+ return this.request("CreateEdgeNodeUnitTemplate", req, cb)
473
419
  }
474
420
 
475
421
  /**
476
- * 获取单元可视化配置信息
422
+ * 查询指定NodeGroup下NodeUnit模板列表
477
423
  */
478
- async DescribeEdgeUnitApplicationVisualization(
479
- req: DescribeEdgeUnitApplicationVisualizationRequest,
480
- cb?: (error: string, rep: DescribeEdgeUnitApplicationVisualizationResponse) => void
481
- ): Promise<DescribeEdgeUnitApplicationVisualizationResponse> {
482
- return this.request("DescribeEdgeUnitApplicationVisualization", req, cb)
424
+ async DescribeNodeUnitTemplateOnNodeGroup(
425
+ req: DescribeNodeUnitTemplateOnNodeGroupRequest,
426
+ cb?: (error: string, rep: DescribeNodeUnitTemplateOnNodeGroupResponse) => void
427
+ ): Promise<DescribeNodeUnitTemplateOnNodeGroupResponse> {
428
+ return this.request("DescribeNodeUnitTemplateOnNodeGroup", req, cb)
483
429
  }
484
430
 
485
431
  /**
486
- * 创建ConfigMap
432
+ * 编辑draco设备信息
487
433
  */
488
- async CreateConfigMap(
489
- req: CreateConfigMapRequest,
490
- cb?: (error: string, rep: CreateConfigMapResponse) => void
491
- ): Promise<CreateConfigMapResponse> {
492
- return this.request("CreateConfigMap", req, cb)
434
+ async ModifyEdgeDracoNode(
435
+ req: ModifyEdgeDracoNodeRequest,
436
+ cb?: (error: string, rep: ModifyEdgeDracoNodeResponse) => void
437
+ ): Promise<ModifyEdgeDracoNodeResponse> {
438
+ return this.request("ModifyEdgeDracoNode", req, cb)
493
439
  }
494
440
 
495
441
  /**
496
- * 创建边缘节点
442
+ * 获取单元下应用列表
497
443
  */
498
- async CreateEdgeNode(
499
- req: CreateEdgeNodeRequest,
500
- cb?: (error: string, rep: CreateEdgeNodeResponse) => void
501
- ): Promise<CreateEdgeNodeResponse> {
502
- return this.request("CreateEdgeNode", req, cb)
444
+ async DescribeEdgeUnitApplications(
445
+ req: DescribeEdgeUnitApplicationsRequest,
446
+ cb?: (error: string, rep: DescribeEdgeUnitApplicationsResponse) => void
447
+ ): Promise<DescribeEdgeUnitApplicationsResponse> {
448
+ return this.request("DescribeEdgeUnitApplications", req, cb)
503
449
  }
504
450
 
505
451
  /**
506
- * 删除边缘单元NodeUnit模板
452
+ * 查询边缘节点列表
507
453
  */
508
- async DeleteEdgeNodeUnitTemplates(
509
- req: DeleteEdgeNodeUnitTemplatesRequest,
510
- cb?: (error: string, rep: DeleteEdgeNodeUnitTemplatesResponse) => void
511
- ): Promise<DeleteEdgeNodeUnitTemplatesResponse> {
512
- return this.request("DeleteEdgeNodeUnitTemplates", req, cb)
454
+ async DescribeEdgeNodes(
455
+ req: DescribeEdgeNodesRequest,
456
+ cb?: (error: string, rep: DescribeEdgeNodesResponse) => void
457
+ ): Promise<DescribeEdgeNodesResponse> {
458
+ return this.request("DescribeEdgeNodes", req, cb)
513
459
  }
514
460
 
515
461
  /**
516
- * 编辑边缘节点标签
462
+ * 获取应用模板列表
517
463
  */
518
- async ModifyEdgeNodeLabels(
519
- req: ModifyEdgeNodeLabelsRequest,
520
- cb?: (error: string, rep: ModifyEdgeNodeLabelsResponse) => void
521
- ): Promise<ModifyEdgeNodeLabelsResponse> {
522
- return this.request("ModifyEdgeNodeLabels", req, cb)
464
+ async DescribeApplications(
465
+ req: DescribeApplicationsRequest,
466
+ cb?: (error: string, rep: DescribeApplicationsResponse) => void
467
+ ): Promise<DescribeApplicationsResponse> {
468
+ return this.request("DescribeApplications", req, cb)
523
469
  }
524
470
 
525
471
  /**
526
- * 查询指定Grid下应用的Yaml
472
+ * 删除指定pod
527
473
  */
528
- async DescribeEdgeUnitDeployGridItemYaml(
529
- req: DescribeEdgeUnitDeployGridItemYamlRequest,
530
- cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemYamlResponse) => void
531
- ): Promise<DescribeEdgeUnitDeployGridItemYamlResponse> {
532
- return this.request("DescribeEdgeUnitDeployGridItemYaml", req, cb)
474
+ async DeleteEdgeUnitPod(
475
+ req: DeleteEdgeUnitPodRequest,
476
+ cb?: (error: string, rep: DeleteEdgeUnitPodResponse) => void
477
+ ): Promise<DeleteEdgeUnitPodResponse> {
478
+ return this.request("DeleteEdgeUnitPod", req, cb)
533
479
  }
534
480
 
535
481
  /**
536
- * 获取ConfigMap列表
482
+ * 查询边缘单元Grid事件列表
537
483
  */
538
- async DescribeConfigMaps(
539
- req: DescribeConfigMapsRequest,
540
- cb?: (error: string, rep: DescribeConfigMapsResponse) => void
541
- ): Promise<DescribeConfigMapsResponse> {
542
- return this.request("DescribeConfigMaps", req, cb)
484
+ async DescribeEdgeUnitGridEvents(
485
+ req: DescribeEdgeUnitGridEventsRequest,
486
+ cb?: (error: string, rep: DescribeEdgeUnitGridEventsResponse) => void
487
+ ): Promise<DescribeEdgeUnitGridEventsResponse> {
488
+ return this.request("DescribeEdgeUnitGridEvents", req, cb)
543
489
  }
544
490
 
545
491
  /**
546
- * 获取组件市场组件列表
492
+ * 查询边缘集群监控状态
547
493
  */
548
- async GetMarketComponentList(
549
- req: GetMarketComponentListRequest,
550
- cb?: (error: string, rep: GetMarketComponentListResponse) => void
551
- ): Promise<GetMarketComponentListResponse> {
552
- return this.request("GetMarketComponentList", req, cb)
494
+ async DescribeEdgeUnitMonitorStatus(
495
+ req: DescribeEdgeUnitMonitorStatusRequest,
496
+ cb?: (error: string, rep: DescribeEdgeUnitMonitorStatusResponse) => void
497
+ ): Promise<DescribeEdgeUnitMonitorStatusResponse> {
498
+ return this.request("DescribeEdgeUnitMonitorStatus", req, cb)
553
499
  }
554
500
 
555
501
  /**
556
- * 重新部署边缘单元指定Grid下应用
502
+ * 删除边缘单元NodeGroup
557
503
  */
558
- async DeleteEdgeUnitDeployGridItem(
559
- req: DeleteEdgeUnitDeployGridItemRequest,
560
- cb?: (error: string, rep: DeleteEdgeUnitDeployGridItemResponse) => void
561
- ): Promise<DeleteEdgeUnitDeployGridItemResponse> {
562
- return this.request("DeleteEdgeUnitDeployGridItem", req, cb)
504
+ async DeleteEdgeNodeGroup(
505
+ req: DeleteEdgeNodeGroupRequest,
506
+ cb?: (error: string, rep: DeleteEdgeNodeGroupResponse) => void
507
+ ): Promise<DeleteEdgeNodeGroupResponse> {
508
+ return this.request("DeleteEdgeNodeGroup", req, cb)
563
509
  }
564
510
 
565
511
  /**
566
- * 获取应用的Yaml配置
512
+ * 获取节点安装信息
567
513
  */
568
- async DescribeEdgeUnitApplicationYaml(
569
- req: DescribeEdgeUnitApplicationYamlRequest,
570
- cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlResponse) => void
571
- ): Promise<DescribeEdgeUnitApplicationYamlResponse> {
572
- return this.request("DescribeEdgeUnitApplicationYaml", req, cb)
514
+ async DescribeEdgeAgentNodeInstaller(
515
+ req: DescribeEdgeAgentNodeInstallerRequest,
516
+ cb?: (error: string, rep: DescribeEdgeAgentNodeInstallerResponse) => void
517
+ ): Promise<DescribeEdgeAgentNodeInstallerResponse> {
518
+ return this.request("DescribeEdgeAgentNodeInstaller", req, cb)
573
519
  }
574
520
 
575
521
  /**
576
- * yaml方式创建应用
522
+ * 单元应用重部署
577
523
  */
578
- async CreateEdgeUnitApplicationYaml(
579
- req: CreateEdgeUnitApplicationYamlRequest,
580
- cb?: (error: string, rep: CreateEdgeUnitApplicationYamlResponse) => void
581
- ): Promise<CreateEdgeUnitApplicationYamlResponse> {
582
- return this.request("CreateEdgeUnitApplicationYaml", req, cb)
524
+ async RedeployEdgeUnitApplication(
525
+ req: RedeployEdgeUnitApplicationRequest,
526
+ cb?: (error: string, rep: RedeployEdgeUnitApplicationResponse) => void
527
+ ): Promise<RedeployEdgeUnitApplicationResponse> {
528
+ return this.request("RedeployEdgeUnitApplication", req, cb)
583
529
  }
584
530
 
585
531
  /**
586
- * 可视化修改应用配置
532
+ * 修改边缘集群
587
533
  */
588
- async ModifyEdgeUnitApplicationVisualization(
589
- req: ModifyEdgeUnitApplicationVisualizationRequest,
590
- cb?: (error: string, rep: ModifyEdgeUnitApplicationVisualizationResponse) => void
591
- ): Promise<ModifyEdgeUnitApplicationVisualizationResponse> {
592
- return this.request("ModifyEdgeUnitApplicationVisualization", req, cb)
534
+ async ModifyEdgeUnit(
535
+ req: ModifyEdgeUnitRequest,
536
+ cb?: (error: string, rep: ModifyEdgeUnitResponse) => void
537
+ ): Promise<ModifyEdgeUnitResponse> {
538
+ return this.request("ModifyEdgeUnit", req, cb)
593
539
  }
594
540
 
595
541
  /**
596
- * 修改应用模板基本信息
542
+ * 获取节点备注信息列表
597
543
  */
598
- async ModifyApplicationBasicInfo(
599
- req: ModifyApplicationBasicInfoRequest,
600
- cb?: (error: string, rep: ModifyApplicationBasicInfoResponse) => void
601
- ): Promise<ModifyApplicationBasicInfoResponse> {
602
- return this.request("ModifyApplicationBasicInfo", req, cb)
544
+ async DescribeEdgeNodeRemarkList(
545
+ req: DescribeEdgeNodeRemarkListRequest,
546
+ cb?: (error: string, rep: DescribeEdgeNodeRemarkListResponse) => void
547
+ ): Promise<DescribeEdgeNodeRemarkListResponse> {
548
+ return this.request("DescribeEdgeNodeRemarkList", req, cb)
603
549
  }
604
550
 
605
551
  /**
606
- * 从组件市场选中组件并添加到应用模板列表
552
+ * 创建边缘节点
607
553
  */
608
- async ApplyMarketComponent(
609
- req: ApplyMarketComponentRequest,
610
- cb?: (error: string, rep: ApplyMarketComponentResponse) => void
611
- ): Promise<ApplyMarketComponentResponse> {
612
- return this.request("ApplyMarketComponent", req, cb)
554
+ async CreateEdgeNode(
555
+ req: CreateEdgeNodeRequest,
556
+ cb?: (error: string, rep: CreateEdgeNodeResponse) => void
557
+ ): Promise<CreateEdgeNodeResponse> {
558
+ return this.request("CreateEdgeNode", req, cb)
613
559
  }
614
560
 
615
561
  /**
616
- * 查询边缘单元NodeUnit列表
562
+ * 删除边缘单元NodeUnit模板
617
563
  */
618
- async DescribeNodeUnit(
619
- req: DescribeNodeUnitRequest,
620
- cb?: (error: string, rep: DescribeNodeUnitResponse) => void
621
- ): Promise<DescribeNodeUnitResponse> {
622
- return this.request("DescribeNodeUnit", req, cb)
564
+ async DeleteEdgeNodeUnitTemplates(
565
+ req: DeleteEdgeNodeUnitTemplatesRequest,
566
+ cb?: (error: string, rep: DeleteEdgeNodeUnitTemplatesResponse) => void
567
+ ): Promise<DeleteEdgeNodeUnitTemplatesResponse> {
568
+ return this.request("DeleteEdgeNodeUnitTemplates", req, cb)
623
569
  }
624
570
 
625
571
  /**
626
- * 查询边缘单元指定Grid下的部署应用列表
572
+ * 重新部署边缘单元指定Grid下应用
627
573
  */
628
- async DescribeEdgeUnitDeployGridItem(
629
- req: DescribeEdgeUnitDeployGridItemRequest,
630
- cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemResponse) => void
631
- ): Promise<DescribeEdgeUnitDeployGridItemResponse> {
632
- return this.request("DescribeEdgeUnitDeployGridItem", req, cb)
574
+ async DeleteEdgeUnitDeployGridItem(
575
+ req: DeleteEdgeUnitDeployGridItemRequest,
576
+ cb?: (error: string, rep: DeleteEdgeUnitDeployGridItemResponse) => void
577
+ ): Promise<DeleteEdgeUnitDeployGridItemResponse> {
578
+ return this.request("DeleteEdgeUnitDeployGridItem", req, cb)
633
579
  }
634
580
 
635
581
  /**
636
- * 查询应用模板Yaml
582
+ * 获取应用的Yaml配置
637
583
  */
638
- async DescribeApplicationYaml(
639
- req: DescribeApplicationYamlRequest,
640
- cb?: (error: string, rep: DescribeApplicationYamlResponse) => void
641
- ): Promise<DescribeApplicationYamlResponse> {
642
- return this.request("DescribeApplicationYaml", req, cb)
584
+ async DescribeEdgeUnitApplicationYaml(
585
+ req: DescribeEdgeUnitApplicationYamlRequest,
586
+ cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlResponse) => void
587
+ ): Promise<DescribeEdgeUnitApplicationYamlResponse> {
588
+ return this.request("DescribeEdgeUnitApplicationYaml", req, cb)
589
+ }
590
+
591
+ /**
592
+ * 可视化修改应用配置
593
+ */
594
+ async ModifyEdgeUnitApplicationVisualization(
595
+ req: ModifyEdgeUnitApplicationVisualizationRequest,
596
+ cb?: (error: string, rep: ModifyEdgeUnitApplicationVisualizationResponse) => void
597
+ ): Promise<ModifyEdgeUnitApplicationVisualizationResponse> {
598
+ return this.request("ModifyEdgeUnitApplicationVisualization", req, cb)
643
599
  }
644
600
 
645
601
  /**
@@ -653,43 +609,13 @@ export class Client extends AbstractClient {
653
609
  }
654
610
 
655
611
  /**
656
- * 修改单元应用基本信息
657
- */
658
- async ModifyEdgeUnitApplicationBasicInfo(
659
- req: ModifyEdgeUnitApplicationBasicInfoRequest,
660
- cb?: (error: string, rep: ModifyEdgeUnitApplicationBasicInfoResponse) => void
661
- ): Promise<ModifyEdgeUnitApplicationBasicInfoResponse> {
662
- return this.request("ModifyEdgeUnitApplicationBasicInfo", req, cb)
663
- }
664
-
665
- /**
666
- * 获取应用事件列表
667
- */
668
- async DescribeEdgeUnitApplicationEvents(
669
- req: DescribeEdgeUnitApplicationEventsRequest,
670
- cb?: (error: string, rep: DescribeEdgeUnitApplicationEventsResponse) => void
671
- ): Promise<DescribeEdgeUnitApplicationEventsResponse> {
672
- return this.request("DescribeEdgeUnitApplicationEvents", req, cb)
673
- }
674
-
675
- /**
676
- * 修改ConfigMap
677
- */
678
- async ModifyConfigMap(
679
- req: ModifyConfigMapRequest,
680
- cb?: (error: string, rep: ModifyConfigMapResponse) => void
681
- ): Promise<ModifyConfigMapResponse> {
682
- return this.request("ModifyConfigMap", req, cb)
683
- }
684
-
685
- /**
686
- * 获取应用模板可视化配置信息
612
+ * 修改应用模板配置
687
613
  */
688
- async DescribeApplicationVisualization(
689
- req: DescribeApplicationVisualizationRequest,
690
- cb?: (error: string, rep: DescribeApplicationVisualizationResponse) => void
691
- ): Promise<DescribeApplicationVisualizationResponse> {
692
- return this.request("DescribeApplicationVisualization", req, cb)
614
+ async ModifyApplicationVisualization(
615
+ req: ModifyApplicationVisualizationRequest,
616
+ cb?: (error: string, rep: ModifyApplicationVisualizationResponse) => void
617
+ ): Promise<ModifyApplicationVisualizationResponse> {
618
+ return this.request("ModifyApplicationVisualization", req, cb)
693
619
  }
694
620
 
695
621
  /**
@@ -702,16 +628,6 @@ export class Client extends AbstractClient {
702
628
  return this.request("DescribeEdgeUnitGridPods", req, cb)
703
629
  }
704
630
 
705
- /**
706
- * 创建可视化创建应用模板
707
- */
708
- async CreateApplicationVisualization(
709
- req: CreateApplicationVisualizationRequest,
710
- cb?: (error: string, rep: CreateApplicationVisualizationResponse) => void
711
- ): Promise<CreateApplicationVisualizationResponse> {
712
- return this.request("CreateApplicationVisualization", req, cb)
713
- }
714
-
715
631
  /**
716
632
  * 获取边缘集群默认VPC信息
717
633
  */
@@ -723,123 +639,203 @@ export class Client extends AbstractClient {
723
639
  }
724
640
 
725
641
  /**
726
- * 校验Secret的Yaml语法
642
+ * 查询节点Pod列表
727
643
  */
728
- async DescribeSecretYamlError(
729
- req: DescribeSecretYamlErrorRequest,
730
- cb?: (error: string, rep: DescribeSecretYamlErrorResponse) => void
731
- ): Promise<DescribeSecretYamlErrorResponse> {
732
- return this.request("DescribeSecretYamlError", req, cb)
644
+ async DescribeEdgeNodePods(
645
+ req: DescribeEdgeNodePodsRequest,
646
+ cb?: (error: string, rep: DescribeEdgeNodePodsResponse) => void
647
+ ): Promise<DescribeEdgeNodePodsResponse> {
648
+ return this.request("DescribeEdgeNodePods", req, cb)
733
649
  }
734
650
 
735
651
  /**
736
- * 删除ConfigMap
652
+ * 查询边缘单元NodeUnit列表
737
653
  */
738
- async DeleteConfigMap(
739
- req: DeleteConfigMapRequest,
740
- cb?: (error: string, rep: DeleteConfigMapResponse) => void
741
- ): Promise<DeleteConfigMapResponse> {
742
- return this.request("DeleteConfigMap", req, cb)
654
+ async DescribeNodeUnit(
655
+ req: DescribeNodeUnitRequest,
656
+ cb?: (error: string, rep: DescribeNodeUnitResponse) => void
657
+ ): Promise<DescribeNodeUnitResponse> {
658
+ return this.request("DescribeNodeUnit", req, cb)
743
659
  }
744
660
 
745
661
  /**
746
- * 创建边缘单元NodeUnit模板
662
+ * 检查单元应用的Yaml配置
747
663
  */
748
- async CreateEdgeNodeUnitTemplate(
749
- req: CreateEdgeNodeUnitTemplateRequest,
750
- cb?: (error: string, rep: CreateEdgeNodeUnitTemplateResponse) => void
751
- ): Promise<CreateEdgeNodeUnitTemplateResponse> {
752
- return this.request("CreateEdgeNodeUnitTemplate", req, cb)
664
+ async DescribeEdgeUnitApplicationYamlError(
665
+ req: DescribeEdgeUnitApplicationYamlErrorRequest,
666
+ cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlErrorResponse) => void
667
+ ): Promise<DescribeEdgeUnitApplicationYamlErrorResponse> {
668
+ return this.request("DescribeEdgeUnitApplicationYamlError", req, cb)
753
669
  }
754
670
 
755
671
  /**
756
- * Yaml方式修改应用配置
672
+ * 修改Secret
757
673
  */
758
- async ModifyEdgeUnitApplicationYaml(
759
- req: ModifyEdgeUnitApplicationYamlRequest,
760
- cb?: (error: string, rep: ModifyEdgeUnitApplicationYamlResponse) => void
761
- ): Promise<ModifyEdgeUnitApplicationYamlResponse> {
762
- return this.request("ModifyEdgeUnitApplicationYaml", req, cb)
674
+ async ModifySecret(
675
+ req: ModifySecretRequest,
676
+ cb?: (error: string, rep: ModifySecretResponse) => void
677
+ ): Promise<ModifySecretResponse> {
678
+ return this.request("ModifySecret", req, cb)
763
679
  }
764
680
 
765
681
  /**
766
- * 检查单元应用的Yaml配置
682
+ * 获取Secret详情
767
683
  */
768
- async DescribeEdgeUnitApplicationYamlError(
769
- req: DescribeEdgeUnitApplicationYamlErrorRequest,
770
- cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlErrorResponse) => void
771
- ): Promise<DescribeEdgeUnitApplicationYamlErrorResponse> {
772
- return this.request("DescribeEdgeUnitApplicationYamlError", req, cb)
684
+ async DescribeSecret(
685
+ req: DescribeSecretRequest,
686
+ cb?: (error: string, rep: DescribeSecretResponse) => void
687
+ ): Promise<DescribeSecretResponse> {
688
+ return this.request("DescribeSecret", req, cb)
773
689
  }
774
690
 
775
691
  /**
776
- * 修改Secret
692
+ * 获取命名空间下的资源信息
777
693
  */
778
- async ModifySecret(
779
- req: ModifySecretRequest,
780
- cb?: (error: string, rep: ModifySecretResponse) => void
781
- ): Promise<ModifySecretResponse> {
782
- return this.request("ModifySecret", req, cb)
694
+ async DescribeNamespaceResources(
695
+ req: DescribeNamespaceResourcesRequest,
696
+ cb?: (error: string, rep: DescribeNamespaceResourcesResponse) => void
697
+ ): Promise<DescribeNamespaceResourcesResponse> {
698
+ return this.request("DescribeNamespaceResources", req, cb)
783
699
  }
784
700
 
785
701
  /**
786
- * 删除边缘单元
702
+ * 校验ConfigMap的Yaml语法
787
703
  */
788
- async DeleteEdgeUnitCloud(
789
- req: DeleteEdgeUnitCloudRequest,
790
- cb?: (error: string, rep: DeleteEdgeUnitCloudResponse) => void
791
- ): Promise<DeleteEdgeUnitCloudResponse> {
792
- return this.request("DeleteEdgeUnitCloud", req, cb)
704
+ async DescribeConfigMapYamlError(
705
+ req: DescribeConfigMapYamlErrorRequest,
706
+ cb?: (error: string, rep: DescribeConfigMapYamlErrorResponse) => void
707
+ ): Promise<DescribeConfigMapYamlErrorResponse> {
708
+ return this.request("DescribeConfigMapYamlError", req, cb)
793
709
  }
794
710
 
795
711
  /**
796
- * 查询指定NodeGroup下NodeUnit模板列表
712
+ * 创建边缘单元NodeGroup
797
713
  */
798
- async DescribeNodeUnitTemplateOnNodeGroup(
799
- req: DescribeNodeUnitTemplateOnNodeGroupRequest,
800
- cb?: (error: string, rep: DescribeNodeUnitTemplateOnNodeGroupResponse) => void
801
- ): Promise<DescribeNodeUnitTemplateOnNodeGroupResponse> {
802
- return this.request("DescribeNodeUnitTemplateOnNodeGroup", req, cb)
714
+ async CreateEdgeNodeGroup(
715
+ req: CreateEdgeNodeGroupRequest,
716
+ cb?: (error: string, rep: CreateEdgeNodeGroupResponse) => void
717
+ ): Promise<CreateEdgeNodeGroupResponse> {
718
+ return this.request("CreateEdgeNodeGroup", req, cb)
803
719
  }
804
720
 
805
721
  /**
806
- * 查询节点Pod内的容器列表
722
+ * 删除边缘单元NodeUnit
807
723
  */
808
- async DescribeEdgeNodePodContainers(
809
- req: DescribeEdgeNodePodContainersRequest,
810
- cb?: (error: string, rep: DescribeEdgeNodePodContainersResponse) => void
811
- ): Promise<DescribeEdgeNodePodContainersResponse> {
812
- return this.request("DescribeEdgeNodePodContainers", req, cb)
724
+ async DeleteNodeUnit(
725
+ req: DeleteNodeUnitRequest,
726
+ cb?: (error: string, rep: DeleteNodeUnitResponse) => void
727
+ ): Promise<DeleteNodeUnitResponse> {
728
+ return this.request("DeleteNodeUnit", req, cb)
813
729
  }
814
730
 
815
731
  /**
816
- * 获取Secrets列表
732
+ * 获取应用日志
817
733
  */
818
- async DescribeSecrets(
819
- req: DescribeSecretsRequest,
820
- cb?: (error: string, rep: DescribeSecretsResponse) => void
821
- ): Promise<DescribeSecretsResponse> {
822
- return this.request("DescribeSecrets", req, cb)
734
+ async DescribeEdgeUnitApplicationLogs(
735
+ req: DescribeEdgeUnitApplicationLogsRequest,
736
+ cb?: (error: string, rep: DescribeEdgeUnitApplicationLogsResponse) => void
737
+ ): Promise<DescribeEdgeUnitApplicationLogsResponse> {
738
+ return this.request("DescribeEdgeUnitApplicationLogs", req, cb)
823
739
  }
824
740
 
825
741
  /**
826
- * 修改边缘集群
742
+ * 获取边缘节点信息
827
743
  */
828
- async ModifyEdgeUnit(
829
- req: ModifyEdgeUnitRequest,
830
- cb?: (error: string, rep: ModifyEdgeUnitResponse) => void
831
- ): Promise<ModifyEdgeUnitResponse> {
832
- return this.request("ModifyEdgeUnit", req, cb)
744
+ async DescribeEdgeNode(
745
+ req: DescribeEdgeNodeRequest,
746
+ cb?: (error: string, rep: DescribeEdgeNodeResponse) => void
747
+ ): Promise<DescribeEdgeNodeResponse> {
748
+ return this.request("DescribeEdgeNode", req, cb)
833
749
  }
834
750
 
835
751
  /**
836
- * 校验ConfigMap的Yaml语法
752
+ * 检查应用模板的Yaml配置
837
753
  */
838
- async DescribeConfigMapYamlError(
839
- req: DescribeConfigMapYamlErrorRequest,
840
- cb?: (error: string, rep: DescribeConfigMapYamlErrorResponse) => void
841
- ): Promise<DescribeConfigMapYamlErrorResponse> {
842
- return this.request("DescribeConfigMapYamlError", req, cb)
754
+ async DescribeApplicationYamlError(
755
+ req: DescribeApplicationYamlErrorRequest,
756
+ cb?: (error: string, rep: DescribeApplicationYamlErrorResponse) => void
757
+ ): Promise<DescribeApplicationYamlErrorResponse> {
758
+ return this.request("DescribeApplicationYamlError", req, cb)
759
+ }
760
+
761
+ /**
762
+ * 创建token
763
+ */
764
+ async CreateUserToken(
765
+ req: CreateUserTokenRequest,
766
+ cb?: (error: string, rep: CreateUserTokenResponse) => void
767
+ ): Promise<CreateUserTokenResponse> {
768
+ return this.request("CreateUserToken", req, cb)
769
+ }
770
+
771
+ /**
772
+ * 查询边缘单元列表
773
+ */
774
+ async DescribeEdgeUnitsCloud(
775
+ req: DescribeEdgeUnitsCloudRequest,
776
+ cb?: (error: string, rep: DescribeEdgeUnitsCloudResponse) => void
777
+ ): Promise<DescribeEdgeUnitsCloudResponse> {
778
+ return this.request("DescribeEdgeUnitsCloud", req, cb)
779
+ }
780
+
781
+ /**
782
+ * 创建边缘单元
783
+ */
784
+ async CreateEdgeUnitCloud(
785
+ req: CreateEdgeUnitCloudRequest,
786
+ cb?: (error: string, rep: CreateEdgeUnitCloudResponse) => void
787
+ ): Promise<CreateEdgeUnitCloudResponse> {
788
+ return this.request("CreateEdgeUnitCloud", req, cb)
789
+ }
790
+
791
+ /**
792
+ * 可视化创建应用
793
+ */
794
+ async CreateEdgeUnitApplicationVisualization(
795
+ req: CreateEdgeUnitApplicationVisualizationRequest,
796
+ cb?: (error: string, rep: CreateEdgeUnitApplicationVisualizationResponse) => void
797
+ ): Promise<CreateEdgeUnitApplicationVisualizationResponse> {
798
+ return this.request("CreateEdgeUnitApplicationVisualization", req, cb)
799
+ }
800
+
801
+ /**
802
+ * 查询边缘集群NodeGroup
803
+ */
804
+ async DescribeEdgeUnitNodeGroup(
805
+ req: DescribeEdgeUnitNodeGroupRequest,
806
+ cb?: (error: string, rep: DescribeEdgeUnitNodeGroupResponse) => void
807
+ ): Promise<DescribeEdgeUnitNodeGroupResponse> {
808
+ return this.request("DescribeEdgeUnitNodeGroup", req, cb)
809
+ }
810
+
811
+ /**
812
+ * 从组件市场选中组件并添加到应用模板列表
813
+ */
814
+ async ApplyMarketComponent(
815
+ req: ApplyMarketComponentRequest,
816
+ cb?: (error: string, rep: ApplyMarketComponentResponse) => void
817
+ ): Promise<ApplyMarketComponentResponse> {
818
+ return this.request("ApplyMarketComponent", req, cb)
819
+ }
820
+
821
+ /**
822
+ * 获取应用模板可视化配置信息
823
+ */
824
+ async DescribeApplicationVisualization(
825
+ req: DescribeApplicationVisualizationRequest,
826
+ cb?: (error: string, rep: DescribeApplicationVisualizationResponse) => void
827
+ ): Promise<DescribeApplicationVisualizationResponse> {
828
+ return this.request("DescribeApplicationVisualization", req, cb)
829
+ }
830
+
831
+ /**
832
+ * 查询边缘单元EdgeUnit模板列表
833
+ */
834
+ async DescribeEdgeUnitNodeUnitTemplates(
835
+ req: DescribeEdgeUnitNodeUnitTemplatesRequest,
836
+ cb?: (error: string, rep: DescribeEdgeUnitNodeUnitTemplatesResponse) => void
837
+ ): Promise<DescribeEdgeUnitNodeUnitTemplatesResponse> {
838
+ return this.request("DescribeEdgeUnitNodeUnitTemplates", req, cb)
843
839
  }
844
840
 
845
841
  /**
@@ -852,16 +848,6 @@ export class Client extends AbstractClient {
852
848
  return this.request("GetMarketComponent", req, cb)
853
849
  }
854
850
 
855
- /**
856
- * 获取单元下应用列表
857
- */
858
- async DescribeEdgeUnitApplications(
859
- req: DescribeEdgeUnitApplicationsRequest,
860
- cb?: (error: string, rep: DescribeEdgeUnitApplicationsResponse) => void
861
- ): Promise<DescribeEdgeUnitApplicationsResponse> {
862
- return this.request("DescribeEdgeUnitApplications", req, cb)
863
- }
864
-
865
851
  /**
866
852
  * 获取命名空间列表信息
867
853
  */
@@ -872,16 +858,6 @@ export class Client extends AbstractClient {
872
858
  return this.request("DescribeNamespaces", req, cb)
873
859
  }
874
860
 
875
- /**
876
- * 查询边缘节点列表
877
- */
878
- async DescribeEdgeNodes(
879
- req: DescribeEdgeNodesRequest,
880
- cb?: (error: string, rep: DescribeEdgeNodesResponse) => void
881
- ): Promise<DescribeEdgeNodesResponse> {
882
- return this.request("DescribeEdgeNodes", req, cb)
883
- }
884
-
885
861
  /**
886
862
  * 查询边缘操作日志
887
863
  */
@@ -913,63 +889,183 @@ export class Client extends AbstractClient {
913
889
  }
914
890
 
915
891
  /**
916
- * 获取应用模板列表
892
+ * 获取应用下Pod状态
917
893
  */
918
- async DescribeApplications(
919
- req: DescribeApplicationsRequest,
920
- cb?: (error: string, rep: DescribeApplicationsResponse) => void
921
- ): Promise<DescribeApplicationsResponse> {
922
- return this.request("DescribeApplications", req, cb)
894
+ async DescribeEdgeUnitApplicationPods(
895
+ req: DescribeEdgeUnitApplicationPodsRequest,
896
+ cb?: (error: string, rep: DescribeEdgeUnitApplicationPodsResponse) => void
897
+ ): Promise<DescribeEdgeUnitApplicationPodsResponse> {
898
+ return this.request("DescribeEdgeUnitApplicationPods", req, cb)
923
899
  }
924
900
 
925
901
  /**
926
- * 获取Secret详情
902
+ * 删除应用列表
927
903
  */
928
- async DescribeSecret(
929
- req: DescribeSecretRequest,
930
- cb?: (error: string, rep: DescribeSecretResponse) => void
931
- ): Promise<DescribeSecretResponse> {
932
- return this.request("DescribeSecret", req, cb)
904
+ async DeleteEdgeUnitApplications(
905
+ req: DeleteEdgeUnitApplicationsRequest,
906
+ cb?: (error: string, rep: DeleteEdgeUnitApplicationsResponse) => void
907
+ ): Promise<DeleteEdgeUnitApplicationsResponse> {
908
+ return this.request("DeleteEdgeUnitApplications", req, cb)
933
909
  }
934
910
 
935
911
  /**
936
- * 创建边缘单元NodeGroup
912
+ * 查询边缘单元Grid列表
937
913
  */
938
- async CreateEdgeNodeGroup(
939
- req: CreateEdgeNodeGroupRequest,
940
- cb?: (error: string, rep: CreateEdgeNodeGroupResponse) => void
941
- ): Promise<CreateEdgeNodeGroupResponse> {
942
- return this.request("CreateEdgeNodeGroup", req, cb)
914
+ async DescribeEdgeUnitDeployGrid(
915
+ req: DescribeEdgeUnitDeployGridRequest,
916
+ cb?: (error: string, rep: DescribeEdgeUnitDeployGridResponse) => void
917
+ ): Promise<DescribeEdgeUnitDeployGridResponse> {
918
+ return this.request("DescribeEdgeUnitDeployGrid", req, cb)
943
919
  }
944
920
 
945
921
  /**
946
- * 查询节点Pod列表
922
+ * 删除Secret
947
923
  */
948
- async DescribeEdgeNodePods(
949
- req: DescribeEdgeNodePodsRequest,
950
- cb?: (error: string, rep: DescribeEdgeNodePodsResponse) => void
951
- ): Promise<DescribeEdgeNodePodsResponse> {
952
- return this.request("DescribeEdgeNodePods", req, cb)
924
+ async DeleteSecret(
925
+ req: DeleteSecretRequest,
926
+ cb?: (error: string, rep: DeleteSecretResponse) => void
927
+ ): Promise<DeleteSecretResponse> {
928
+ return this.request("DeleteSecret", req, cb)
953
929
  }
954
930
 
955
931
  /**
956
- * 修改边缘单元Grid部署应用副本数
932
+ * 批量删除边缘节点
957
933
  */
958
- async ModifyEdgeUnitDeployGridItem(
959
- req: ModifyEdgeUnitDeployGridItemRequest,
960
- cb?: (error: string, rep: ModifyEdgeUnitDeployGridItemResponse) => void
961
- ): Promise<ModifyEdgeUnitDeployGridItemResponse> {
962
- return this.request("ModifyEdgeUnitDeployGridItem", req, cb)
934
+ async DeleteEdgeNodes(
935
+ req: DeleteEdgeNodesRequest,
936
+ cb?: (error: string, rep: DeleteEdgeNodesResponse) => void
937
+ ): Promise<DeleteEdgeNodesResponse> {
938
+ return this.request("DeleteEdgeNodes", req, cb)
963
939
  }
964
940
 
965
941
  /**
966
- * 查询边缘集群NodeGroup
942
+ * 创建ConfigMap
967
943
  */
968
- async DescribeEdgeUnitNodeGroup(
969
- req: DescribeEdgeUnitNodeGroupRequest,
970
- cb?: (error: string, rep: DescribeEdgeUnitNodeGroupResponse) => void
971
- ): Promise<DescribeEdgeUnitNodeGroupResponse> {
972
- return this.request("DescribeEdgeUnitNodeGroup", req, cb)
944
+ async CreateConfigMap(
945
+ req: CreateConfigMapRequest,
946
+ cb?: (error: string, rep: CreateConfigMapResponse) => void
947
+ ): Promise<CreateConfigMapResponse> {
948
+ return this.request("CreateConfigMap", req, cb)
949
+ }
950
+
951
+ /**
952
+ * 查询边缘集群详情
953
+ */
954
+ async DescribeEdgeUnitCloud(
955
+ req: DescribeEdgeUnitCloudRequest,
956
+ cb?: (error: string, rep: DescribeEdgeUnitCloudResponse) => void
957
+ ): Promise<DescribeEdgeUnitCloudResponse> {
958
+ return this.request("DescribeEdgeUnitCloud", req, cb)
959
+ }
960
+
961
+ /**
962
+ * 删除命名空间
963
+ */
964
+ async DeleteNamespace(
965
+ req: DeleteNamespaceRequest,
966
+ cb?: (error: string, rep: DeleteNamespaceResponse) => void
967
+ ): Promise<DeleteNamespaceResponse> {
968
+ return this.request("DeleteNamespace", req, cb)
969
+ }
970
+
971
+ /**
972
+ * 编辑边缘节点标签
973
+ */
974
+ async ModifyEdgeNodeLabels(
975
+ req: ModifyEdgeNodeLabelsRequest,
976
+ cb?: (error: string, rep: ModifyEdgeNodeLabelsResponse) => void
977
+ ): Promise<ModifyEdgeNodeLabelsResponse> {
978
+ return this.request("ModifyEdgeNodeLabels", req, cb)
979
+ }
980
+
981
+ /**
982
+ * 查询边缘单元监控数据
983
+ */
984
+ async DescribeMonitorMetrics(
985
+ req: DescribeMonitorMetricsRequest,
986
+ cb?: (error: string, rep: DescribeMonitorMetricsResponse) => void
987
+ ): Promise<DescribeMonitorMetricsResponse> {
988
+ return this.request("DescribeMonitorMetrics", req, cb)
989
+ }
990
+
991
+ /**
992
+ * 获取ConfigMap列表
993
+ */
994
+ async DescribeConfigMaps(
995
+ req: DescribeConfigMapsRequest,
996
+ cb?: (error: string, rep: DescribeConfigMapsResponse) => void
997
+ ): Promise<DescribeConfigMapsResponse> {
998
+ return this.request("DescribeConfigMaps", req, cb)
999
+ }
1000
+
1001
+ /**
1002
+ * 校验Secret的Yaml语法
1003
+ */
1004
+ async DescribeSecretYamlError(
1005
+ req: DescribeSecretYamlErrorRequest,
1006
+ cb?: (error: string, rep: DescribeSecretYamlErrorResponse) => void
1007
+ ): Promise<DescribeSecretYamlErrorResponse> {
1008
+ return this.request("DescribeSecretYamlError", req, cb)
1009
+ }
1010
+
1011
+ /**
1012
+ * 更新边缘单元信息
1013
+ */
1014
+ async ModifyEdgeUnitCloudApi(
1015
+ req: ModifyEdgeUnitCloudApiRequest,
1016
+ cb?: (error: string, rep: ModifyEdgeUnitCloudApiResponse) => void
1017
+ ): Promise<ModifyEdgeUnitCloudApiResponse> {
1018
+ return this.request("ModifyEdgeUnitCloudApi", req, cb)
1019
+ }
1020
+
1021
+ /**
1022
+ * 修改应用模板基本信息
1023
+ */
1024
+ async ModifyApplicationBasicInfo(
1025
+ req: ModifyApplicationBasicInfoRequest,
1026
+ cb?: (error: string, rep: ModifyApplicationBasicInfoResponse) => void
1027
+ ): Promise<ModifyApplicationBasicInfoResponse> {
1028
+ return this.request("ModifyApplicationBasicInfo", req, cb)
1029
+ }
1030
+
1031
+ /**
1032
+ * 查询边缘单元指定Grid下的部署应用列表
1033
+ */
1034
+ async DescribeEdgeUnitDeployGridItem(
1035
+ req: DescribeEdgeUnitDeployGridItemRequest,
1036
+ cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemResponse) => void
1037
+ ): Promise<DescribeEdgeUnitDeployGridItemResponse> {
1038
+ return this.request("DescribeEdgeUnitDeployGridItem", req, cb)
1039
+ }
1040
+
1041
+ /**
1042
+ * 查询应用模板Yaml
1043
+ */
1044
+ async DescribeApplicationYaml(
1045
+ req: DescribeApplicationYamlRequest,
1046
+ cb?: (error: string, rep: DescribeApplicationYamlResponse) => void
1047
+ ): Promise<DescribeApplicationYamlResponse> {
1048
+ return this.request("DescribeApplicationYaml", req, cb)
1049
+ }
1050
+
1051
+ /**
1052
+ * 修改单元应用基本信息
1053
+ */
1054
+ async ModifyEdgeUnitApplicationBasicInfo(
1055
+ req: ModifyEdgeUnitApplicationBasicInfoRequest,
1056
+ cb?: (error: string, rep: ModifyEdgeUnitApplicationBasicInfoResponse) => void
1057
+ ): Promise<ModifyEdgeUnitApplicationBasicInfoResponse> {
1058
+ return this.request("ModifyEdgeUnitApplicationBasicInfo", req, cb)
1059
+ }
1060
+
1061
+ /**
1062
+ * 创建可视化创建应用模板
1063
+ */
1064
+ async CreateApplicationVisualization(
1065
+ req: CreateApplicationVisualizationRequest,
1066
+ cb?: (error: string, rep: CreateApplicationVisualizationResponse) => void
1067
+ ): Promise<CreateApplicationVisualizationResponse> {
1068
+ return this.request("CreateApplicationVisualization", req, cb)
973
1069
  }
974
1070
 
975
1071
  /**
@@ -983,82 +1079,72 @@ export class Client extends AbstractClient {
983
1079
  }
984
1080
 
985
1081
  /**
986
- * 删除边缘单元NodeUnit
987
- */
988
- async DeleteNodeUnit(
989
- req: DeleteNodeUnitRequest,
990
- cb?: (error: string, rep: DeleteNodeUnitResponse) => void
991
- ): Promise<DeleteNodeUnitResponse> {
992
- return this.request("DeleteNodeUnit", req, cb)
993
- }
994
-
995
- /**
996
- * 删除应用列表
1082
+ * 查询节点Pod内的容器列表
997
1083
  */
998
- async DeleteEdgeUnitApplications(
999
- req: DeleteEdgeUnitApplicationsRequest,
1000
- cb?: (error: string, rep: DeleteEdgeUnitApplicationsResponse) => void
1001
- ): Promise<DeleteEdgeUnitApplicationsResponse> {
1002
- return this.request("DeleteEdgeUnitApplications", req, cb)
1084
+ async DescribeEdgeNodePodContainers(
1085
+ req: DescribeEdgeNodePodContainersRequest,
1086
+ cb?: (error: string, rep: DescribeEdgeNodePodContainersResponse) => void
1087
+ ): Promise<DescribeEdgeNodePodContainersResponse> {
1088
+ return this.request("DescribeEdgeNodePodContainers", req, cb)
1003
1089
  }
1004
1090
 
1005
1091
  /**
1006
- * 删除指定pod
1092
+ * 获取应用容器状态
1007
1093
  */
1008
- async DeleteEdgeUnitPod(
1009
- req: DeleteEdgeUnitPodRequest,
1010
- cb?: (error: string, rep: DeleteEdgeUnitPodResponse) => void
1011
- ): Promise<DeleteEdgeUnitPodResponse> {
1012
- return this.request("DeleteEdgeUnitPod", req, cb)
1094
+ async DescribeEdgeUnitApplicationPodContainers(
1095
+ req: DescribeEdgeUnitApplicationPodContainersRequest,
1096
+ cb?: (error: string, rep: DescribeEdgeUnitApplicationPodContainersResponse) => void
1097
+ ): Promise<DescribeEdgeUnitApplicationPodContainersResponse> {
1098
+ return this.request("DescribeEdgeUnitApplicationPodContainers", req, cb)
1013
1099
  }
1014
1100
 
1015
1101
  /**
1016
- * 查询边缘单元Grid列表
1102
+ * 批量预注册节点
1017
1103
  */
1018
- async DescribeEdgeUnitDeployGrid(
1019
- req: DescribeEdgeUnitDeployGridRequest,
1020
- cb?: (error: string, rep: DescribeEdgeUnitDeployGridResponse) => void
1021
- ): Promise<DescribeEdgeUnitDeployGridResponse> {
1022
- return this.request("DescribeEdgeUnitDeployGrid", req, cb)
1104
+ async CreateEdgeNodeBatch(
1105
+ req: CreateEdgeNodeBatchRequest,
1106
+ cb?: (error: string, rep: CreateEdgeNodeBatchResponse) => void
1107
+ ): Promise<CreateEdgeNodeBatchResponse> {
1108
+ return this.request("CreateEdgeNodeBatch", req, cb)
1023
1109
  }
1024
1110
 
1025
1111
  /**
1026
- * 获取应用日志
1112
+ * 查询用户的资源限制
1027
1113
  */
1028
- async DescribeEdgeUnitApplicationLogs(
1029
- req: DescribeEdgeUnitApplicationLogsRequest,
1030
- cb?: (error: string, rep: DescribeEdgeUnitApplicationLogsResponse) => void
1031
- ): Promise<DescribeEdgeUnitApplicationLogsResponse> {
1032
- return this.request("DescribeEdgeUnitApplicationLogs", req, cb)
1114
+ async DescribeYeheResourceLimit(
1115
+ req?: DescribeYeheResourceLimitRequest,
1116
+ cb?: (error: string, rep: DescribeYeheResourceLimitResponse) => void
1117
+ ): Promise<DescribeYeheResourceLimitResponse> {
1118
+ return this.request("DescribeYeheResourceLimit", req, cb)
1033
1119
  }
1034
1120
 
1035
1121
  /**
1036
- * 查询边缘单元Grid事件列表
1122
+ * Yaml方式修改应用配置
1037
1123
  */
1038
- async DescribeEdgeUnitGridEvents(
1039
- req: DescribeEdgeUnitGridEventsRequest,
1040
- cb?: (error: string, rep: DescribeEdgeUnitGridEventsResponse) => void
1041
- ): Promise<DescribeEdgeUnitGridEventsResponse> {
1042
- return this.request("DescribeEdgeUnitGridEvents", req, cb)
1124
+ async ModifyEdgeUnitApplicationYaml(
1125
+ req: ModifyEdgeUnitApplicationYamlRequest,
1126
+ cb?: (error: string, rep: ModifyEdgeUnitApplicationYamlResponse) => void
1127
+ ): Promise<ModifyEdgeUnitApplicationYamlResponse> {
1128
+ return this.request("ModifyEdgeUnitApplicationYaml", req, cb)
1043
1129
  }
1044
1130
 
1045
1131
  /**
1046
- * 查询边缘单元监控数据
1132
+ * 删除边缘单元
1047
1133
  */
1048
- async DescribeMonitorMetrics(
1049
- req: DescribeMonitorMetricsRequest,
1050
- cb?: (error: string, rep: DescribeMonitorMetricsResponse) => void
1051
- ): Promise<DescribeMonitorMetricsResponse> {
1052
- return this.request("DescribeMonitorMetrics", req, cb)
1134
+ async DeleteEdgeUnitCloud(
1135
+ req: DeleteEdgeUnitCloudRequest,
1136
+ cb?: (error: string, rep: DeleteEdgeUnitCloudResponse) => void
1137
+ ): Promise<DeleteEdgeUnitCloudResponse> {
1138
+ return this.request("DeleteEdgeUnitCloud", req, cb)
1053
1139
  }
1054
1140
 
1055
1141
  /**
1056
- * 修改应用模板配置
1142
+ * 查询预注册节点列表
1057
1143
  */
1058
- async ModifyApplicationVisualization(
1059
- req: ModifyApplicationVisualizationRequest,
1060
- cb?: (error: string, rep: ModifyApplicationVisualizationResponse) => void
1061
- ): Promise<ModifyApplicationVisualizationResponse> {
1062
- return this.request("ModifyApplicationVisualization", req, cb)
1144
+ async DescribeEdgeSnNodes(
1145
+ req: DescribeEdgeSnNodesRequest,
1146
+ cb?: (error: string, rep: DescribeEdgeSnNodesResponse) => void
1147
+ ): Promise<DescribeEdgeSnNodesResponse> {
1148
+ return this.request("DescribeEdgeSnNodes", req, cb)
1063
1149
  }
1064
1150
  }