tencentcloud-sdk-nodejs 4.0.260 → 4.0.264
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.
- package/CHANGELOG.md +615 -0
- package/SERVICE_CHANGELOG.md +68144 -0
- package/package.json +1 -1
- package/products.md +42 -41
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +6 -4
- package/src/services/asr/v20190614/asr_models.ts +5 -0
- package/src/services/cam/v20190116/cam_client.ts +32 -8
- package/src/services/cam/v20190116/cam_models.ts +118 -18
- package/src/services/cat/v20180409/cat_client.ts +4 -2
- package/src/services/cat/v20180409/cat_models.ts +54 -8
- package/src/services/cdb/v20170320/cdb_client.ts +27 -39
- package/src/services/cdb/v20170320/cdb_models.ts +172 -174
- package/src/services/ckafka/v20190819/ckafka_client.ts +14 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +90 -0
- package/src/services/clb/v20180317/clb_client.ts +14 -2
- package/src/services/clb/v20180317/clb_models.ts +13 -13
- package/src/services/cme/v20191029/cme_client.ts +2 -1
- package/src/services/cme/v20191029/cme_models.ts +31 -14
- package/src/services/cvm/v20170312/cvm_models.ts +139 -1
- package/src/services/dlc/v20210125/dlc_client.ts +15 -2
- package/src/services/dlc/v20210125/dlc_models.ts +163 -28
- package/src/services/ecdn/v20191012/ecdn_client.ts +5 -4
- package/src/services/ecdn/v20191012/ecdn_models.ts +127 -77
- package/src/services/es/v20180416/es_client.ts +17 -2
- package/src/services/es/v20180416/es_models.ts +291 -18
- package/src/services/essbasic/v20210526/essbasic_client.ts +29 -14
- package/src/services/essbasic/v20210526/essbasic_models.ts +266 -85
- package/src/services/gme/v20180711/gme_client.ts +1 -3
- package/src/services/gme/v20180711/gme_models.ts +8 -3
- package/src/services/iecp/index.ts +5 -0
- package/src/services/iecp/v20210914/iecp_client.ts +1064 -0
- package/src/services/iecp/v20210914/iecp_models.ts +5727 -0
- package/src/services/iecp/v20210914/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/kms/v20190118/kms_client.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +63 -41
- package/src/services/monitor/v20180724/monitor_models.ts +6 -0
- package/src/services/nlp/v20190408/nlp_client.ts +3 -3
- package/src/services/nlp/v20190408/nlp_models.ts +2 -2
- package/src/services/ocr/v20181119/ocr_models.ts +8 -2
- package/src/services/organization/v20210331/organization_client.ts +14 -1
- package/src/services/organization/v20210331/organization_models.ts +124 -17
- package/src/services/postgres/v20170312/postgres_models.ts +56 -12
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/rce/v20201103/rce_client.ts +38 -10
- package/src/services/rce/v20201103/rce_models.ts +367 -235
- package/src/services/scf/v20180416/scf_models.ts +12 -12
- package/src/services/ssl/v20191205/ssl_models.ts +2 -2
- package/src/services/taf/v20200210/taf_client.ts +1 -0
- package/src/services/taf/v20200210/taf_models.ts +20 -0
- package/src/services/tcss/v20201101/tcss_models.ts +24 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +0 -129
- package/src/services/tem/v20210701/tem_client.ts +136 -97
- package/src/services/tem/v20210701/tem_models.ts +116 -6
- package/src/services/thpc/v20211109/thpc_client.ts +25 -10
- package/src/services/thpc/v20211109/thpc_models.ts +258 -141
- package/src/services/tiia/v20190529/tiia_client.ts +1 -6
- package/src/services/tiia/v20190529/tiia_models.ts +1 -1
- package/src/services/tiw/v20190919/tiw_models.ts +13 -2
- package/src/services/tke/v20180525/tke_models.ts +19 -4
- package/src/services/tms/v20201229/tms_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_client.ts +2 -0
- package/src/services/tsf/v20180326/tsf_models.ts +61 -1
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +11 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +15 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +102 -16
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +2 -2
- package/tencentcloud/services/cat/v20180409/cat_client.js +2 -2
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +47 -8
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +10 -14
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +13 -19
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +144 -147
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +77 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +13 -13
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +28 -13
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +117 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +136 -24
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +113 -70
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +242 -18
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +220 -69
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -3
- package/tencentcloud/services/gme/v20180711/gme_client.js +1 -3
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -3
- package/tencentcloud/services/iecp/index.d.ts +6 -0
- package/tencentcloud/services/iecp/index.js +7 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +334 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +517 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +4845 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.js +18 -0
- package/tencentcloud/services/iecp/v20210914/index.d.ts +6 -0
- package/tencentcloud/services/iecp/v20210914/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +57 -39
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -0
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +3 -3
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +3 -3
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -2
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +107 -16
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +46 -10
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +9 -1
- package/tencentcloud/services/rce/v20201103/rce_client.js +12 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +322 -208
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +12 -12
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +17 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +20 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -5
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -109
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +52 -37
- package/tencentcloud/services/tem/v20210701/tem_client.js +75 -54
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +100 -6
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +233 -134
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +0 -5
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +0 -5
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +12 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +51 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/cam.v20190116.test.js +22 -2
- package/test/cdb.v20170320.test.js +20 -30
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/es.v20180416.test.js +10 -0
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/iecp.v20210914.test.js +831 -0
- package/test/organization.v20210331.test.js +10 -0
- package/test/rce.v20201103.test.js +20 -0
- package/test/tdmq.v20200217.test.js +0 -10
- package/test/tem.v20210701.test.js +66 -36
- package/test/thpc.v20211109.test.js +10 -0
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
import { ClientConfig } from "../../../common/interface";
|
|
3
|
+
import { DescribeApplicationYamlResponse, RedeployEdgeUnitApplicationResponse, CreateEdgeUnitCloudResponse, ModifyEdgeUnitApplicationBasicInfoRequest, CreateEdgeNodeGroupRequest, CreateEdgeUnitApplicationVisualizationRequest, CreateSecretRequest, DescribeEdgeUnitApplicationYamlRequest, CreateEdgeUnitApplicationVisualizationResponse, DescribeEdgeUnitApplicationYamlErrorRequest, DescribeNamespacesResponse, DescribeSecretResponse, DescribeSecretYamlErrorResponse, ModifyEdgeUnitDeployGridItemRequest, DescribeEdgeUnitMonitorStatusRequest, GetMarketComponentResponse, CreateApplicationVisualizationRequest, DeleteNodeUnitResponse, DescribeNodeUnitTemplateOnNodeGroupResponse, DescribeEdgeUnitGridEventsResponse, ModifyApplicationVisualizationResponse, DescribeEdgeUnitApplicationYamlErrorResponse, DeleteEdgeUnitCloudResponse, ModifyConfigMapRequest, ModifyApplicationBasicInfoResponse, DeleteEdgeNodeGroupRequest, DeleteEdgeUnitDeployGridItemResponse, DescribeApplicationVisualizationRequest, DescribeEdgeUnitApplicationsRequest, DescribeEdgeUnitApplicationYamlResponse, DescribeConfigMapYamlErrorResponse, DescribeConfigMapResponse, DescribeApplicationYamlRequest, ModifyApplicationVisualizationRequest, DescribeEdgeUnitNodeUnitTemplatesRequest, DeleteEdgeUnitApplicationsRequest, DeleteApplicationsRequest, DescribeEdgeUnitApplicationPodContainersRequest, DescribeEdgeUnitApplicationsResponse, DescribeEdgeUnitDeployGridItemRequest, ModifyEdgeUnitRequest, DescribeEdgeUnitCloudResponse, RedeployEdgeUnitApplicationRequest, DeleteSecretResponse, DeleteConfigMapResponse, DescribeApplicationsResponse, DeleteConfigMapRequest, DescribeEdgeUnitDeployGridItemResponse, DescribeEdgeUnitExtraRequest, CreateUpdateNodeUnitRequest, CreateConfigMapResponse, DescribeEdgeUnitsCloudRequest, DescribeEdgeDefaultVpcRequest, DescribeSecretsResponse, DescribeEdgeAgentNodeInstallerRequest, DescribeEdgeNodePodsResponse, DescribeEdgePodResponse, CreateEdgeNodeUnitTemplateResponse, DescribeMonitorMetricsResponse, DescribeConfigMapsResponse, GetMarketComponentListResponse, DescribeEdgeNodePodContainersResponse, CreateNamespaceResponse, DeleteEdgeUnitPodRequest, CreateSecretResponse, DeleteEdgeNodeUnitTemplatesRequest, ModifyEdgeNodeLabelsResponse, DescribeEdgeUnitNodeGroupRequest, DescribeEdgeUnitApplicationPodsRequest, DescribeEdgeUnitApplicationLogsResponse, ModifyEdgeUnitDeployGridItemResponse, CreateEdgeNodeRequest, DescribeEdgeUnitMonitorStatusResponse, DeleteNamespaceResponse, DescribeEdgeUnitExtraResponse, DescribeConfigMapsRequest, DescribeEdgeUnitNodeUnitTemplatesResponse, ModifyEdgeNodeLabelsRequest, CreateEdgeNodeGroupResponse, ModifyNodeUnitTemplateRequest, DescribeEdgeDefaultVpcResponse, DeleteEdgeUnitApplicationsResponse, DescribeEdgeUnitApplicationEventsResponse, DeleteApplicationsResponse, DescribeEdgeUnitDeployGridItemYamlRequest, DescribeNamespaceRequest, DescribeNamespaceResponse, DescribeConfigMapRequest, CreateEdgeNodeUnitTemplateRequest, CreateApplicationVisualizationResponse, DescribeEdgeUnitCloudRequest, CreateEdgeUnitApplicationYamlResponse, DescribeSecretYamlErrorRequest, DeleteSecretRequest, DescribeEdgeUnitApplicationPodsResponse, DescribeEdgeUnitApplicationVisualizationRequest, DescribeEdgeNodesResponse, DescribeEdgeUnitGridPodsRequest, CreateEdgeUnitApplicationYamlRequest, DescribeSecretRequest, DescribeEdgeNodesRequest, DescribeEdgeUnitApplicationLogsRequest, DescribeEdgeAgentNodeInstallerResponse, ModifyEdgeUnitApplicationVisualizationRequest, ModifyConfigMapResponse, DescribeEdgeNodePodsRequest, GetMarketComponentListRequest, DescribeApplicationVisualizationResponse, CreateNamespaceRequest, DescribeEdgeOperationLogsRequest, DescribeNamespaceResourcesResponse, DescribeEdgeUnitGridEventsRequest, DescribeNodeUnitResponse, DeleteEdgeNodeGroupResponse, ModifyEdgeUnitResponse, DescribeEdgeUnitsCloudResponse, CreateConfigMapRequest, DescribeEdgeUnitDeployGridResponse, CreateUpdateNodeUnitResponse, ModifyEdgeUnitApplicationVisualizationResponse, DeleteEdgeNodesResponse, DescribeEdgeNodePodContainersRequest, ApplyMarketComponentRequest, ModifySecretRequest, DeleteEdgeUnitPodResponse, DescribeEdgeUnitApplicationEventsRequest, DescribeNamespacesRequest, DescribeEdgeUnitApplicationPodContainersResponse, ModifyApplicationBasicInfoRequest, DescribeEdgeUnitNodeGroupResponse, DescribeEdgeOperationLogsResponse, DeleteEdgeUnitDeployGridItemRequest, ModifySecretResponse, DescribeEdgeUnitDeployGridItemYamlResponse, DescribeEdgeUnitApplicationVisualizationResponse, DescribeEdgePodRequest, DescribeNamespaceResourcesRequest, DescribeMonitorMetricsRequest, ModifyNodeUnitTemplateResponse, DescribeApplicationsRequest, DeleteNamespaceRequest, GetMarketComponentRequest, DescribeEdgeUnitDeployGridRequest, ApplyMarketComponentResponse, DescribeApplicationYamlErrorResponse, CreateEdgeNodeResponse, DeleteEdgeNodesRequest, DescribeApplicationYamlErrorRequest, DescribeSecretsRequest, DescribeNodeUnitTemplateOnNodeGroupRequest, DescribeEdgeNodeRequest, DescribeNodeUnitRequest, DeleteNodeUnitRequest, ModifyEdgeUnitApplicationYamlResponse, DeleteEdgeNodeUnitTemplatesResponse, DescribeEdgeNodeResponse, ModifyEdgeUnitApplicationYamlRequest, DeleteEdgeUnitCloudRequest, CreateEdgeUnitCloudRequest, DescribeEdgeUnitGridPodsResponse, DescribeConfigMapYamlErrorRequest, ModifyEdgeUnitApplicationBasicInfoResponse } from "./iecp_models";
|
|
4
|
+
/**
|
|
5
|
+
* iecp client
|
|
6
|
+
* @class
|
|
7
|
+
*/
|
|
8
|
+
export declare class Client extends AbstractClient {
|
|
9
|
+
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 获取应用下Pod状态
|
|
12
|
+
*/
|
|
13
|
+
DescribeEdgeUnitApplicationPods(req: DescribeEdgeUnitApplicationPodsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationPodsResponse) => void): Promise<DescribeEdgeUnitApplicationPodsResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 删除边缘单元NodeGroup
|
|
16
|
+
*/
|
|
17
|
+
DeleteEdgeNodeGroup(req: DeleteEdgeNodeGroupRequest, cb?: (error: string, rep: DeleteEdgeNodeGroupResponse) => void): Promise<DeleteEdgeNodeGroupResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* 删除Secret
|
|
20
|
+
*/
|
|
21
|
+
DeleteSecret(req: DeleteSecretRequest, cb?: (error: string, rep: DeleteSecretResponse) => void): Promise<DeleteSecretResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* 获取节点安装信息
|
|
24
|
+
*/
|
|
25
|
+
DescribeEdgeAgentNodeInstaller(req: DescribeEdgeAgentNodeInstallerRequest, cb?: (error: string, rep: DescribeEdgeAgentNodeInstallerResponse) => void): Promise<DescribeEdgeAgentNodeInstallerResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 检查应用模板的Yaml配置
|
|
28
|
+
*/
|
|
29
|
+
DescribeApplicationYamlError(req: DescribeApplicationYamlErrorRequest, cb?: (error: string, rep: DescribeApplicationYamlErrorResponse) => void): Promise<DescribeApplicationYamlErrorResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* 查询边缘单元额外信息
|
|
32
|
+
*/
|
|
33
|
+
DescribeEdgeUnitExtra(req: DescribeEdgeUnitExtraRequest, cb?: (error: string, rep: DescribeEdgeUnitExtraResponse) => void): Promise<DescribeEdgeUnitExtraResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* 获取命名空间下的资源信息
|
|
36
|
+
*/
|
|
37
|
+
DescribeNamespaceResources(req: DescribeNamespaceResourcesRequest, cb?: (error: string, rep: DescribeNamespaceResourcesResponse) => void): Promise<DescribeNamespaceResourcesResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 查询边缘集群监控状态
|
|
40
|
+
*/
|
|
41
|
+
DescribeEdgeUnitMonitorStatus(req: DescribeEdgeUnitMonitorStatusRequest, cb?: (error: string, rep: DescribeEdgeUnitMonitorStatusResponse) => void): Promise<DescribeEdgeUnitMonitorStatusResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* 批量删除边缘节点
|
|
44
|
+
*/
|
|
45
|
+
DeleteEdgeNodes(req: DeleteEdgeNodesRequest, cb?: (error: string, rep: DeleteEdgeNodesResponse) => void): Promise<DeleteEdgeNodesResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* 创建或更新边缘单元NodeUnit
|
|
48
|
+
*/
|
|
49
|
+
CreateUpdateNodeUnit(req: CreateUpdateNodeUnitRequest, cb?: (error: string, rep: CreateUpdateNodeUnitResponse) => void): Promise<CreateUpdateNodeUnitResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* 修改边缘单元NodeUnit模版
|
|
52
|
+
*/
|
|
53
|
+
ModifyNodeUnitTemplate(req: ModifyNodeUnitTemplateRequest, cb?: (error: string, rep: ModifyNodeUnitTemplateResponse) => void): Promise<ModifyNodeUnitTemplateResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* 查询边缘单元EdgeUnit模版列表
|
|
56
|
+
*/
|
|
57
|
+
DescribeEdgeUnitNodeUnitTemplates(req: DescribeEdgeUnitNodeUnitTemplatesRequest, cb?: (error: string, rep: DescribeEdgeUnitNodeUnitTemplatesResponse) => void): Promise<DescribeEdgeUnitNodeUnitTemplatesResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* 创建命名空间
|
|
60
|
+
*/
|
|
61
|
+
CreateNamespace(req: CreateNamespaceRequest, cb?: (error: string, rep: CreateNamespaceResponse) => void): Promise<CreateNamespaceResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* 获取应用容器状态
|
|
64
|
+
*/
|
|
65
|
+
DescribeEdgeUnitApplicationPodContainers(req: DescribeEdgeUnitApplicationPodContainersRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationPodContainersResponse) => void): Promise<DescribeEdgeUnitApplicationPodContainersResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* 单元应用重部署
|
|
68
|
+
*/
|
|
69
|
+
RedeployEdgeUnitApplication(req: RedeployEdgeUnitApplicationRequest, cb?: (error: string, rep: RedeployEdgeUnitApplicationResponse) => void): Promise<RedeployEdgeUnitApplicationResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* 获取边缘节点信息
|
|
72
|
+
*/
|
|
73
|
+
DescribeEdgeNode(req: DescribeEdgeNodeRequest, cb?: (error: string, rep: DescribeEdgeNodeResponse) => void): Promise<DescribeEdgeNodeResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* 查询边缘单元列表
|
|
76
|
+
*/
|
|
77
|
+
DescribeEdgeUnitsCloud(req: DescribeEdgeUnitsCloudRequest, cb?: (error: string, rep: DescribeEdgeUnitsCloudResponse) => void): Promise<DescribeEdgeUnitsCloudResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* 创建边缘单元
|
|
80
|
+
*/
|
|
81
|
+
CreateEdgeUnitCloud(req: CreateEdgeUnitCloudRequest, cb?: (error: string, rep: CreateEdgeUnitCloudResponse) => void): Promise<CreateEdgeUnitCloudResponse>;
|
|
82
|
+
/**
|
|
83
|
+
* 查询边缘集群详情
|
|
84
|
+
*/
|
|
85
|
+
DescribeEdgeUnitCloud(req: DescribeEdgeUnitCloudRequest, cb?: (error: string, rep: DescribeEdgeUnitCloudResponse) => void): Promise<DescribeEdgeUnitCloudResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* 删除命名空间
|
|
88
|
+
*/
|
|
89
|
+
DeleteNamespace(req: DeleteNamespaceRequest, cb?: (error: string, rep: DeleteNamespaceResponse) => void): Promise<DeleteNamespaceResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* 获取命名空间
|
|
92
|
+
*/
|
|
93
|
+
DescribeNamespace(req: DescribeNamespaceRequest, cb?: (error: string, rep: DescribeNamespaceResponse) => void): Promise<DescribeNamespaceResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* 可视化创建应用
|
|
96
|
+
*/
|
|
97
|
+
CreateEdgeUnitApplicationVisualization(req: CreateEdgeUnitApplicationVisualizationRequest, cb?: (error: string, rep: CreateEdgeUnitApplicationVisualizationResponse) => void): Promise<CreateEdgeUnitApplicationVisualizationResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* 获取单元可视化配置信息
|
|
100
|
+
*/
|
|
101
|
+
DescribeEdgeUnitApplicationVisualization(req: DescribeEdgeUnitApplicationVisualizationRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationVisualizationResponse) => void): Promise<DescribeEdgeUnitApplicationVisualizationResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* 创建ConfigMap
|
|
104
|
+
*/
|
|
105
|
+
CreateConfigMap(req: CreateConfigMapRequest, cb?: (error: string, rep: CreateConfigMapResponse) => void): Promise<CreateConfigMapResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* 创建边缘节点
|
|
108
|
+
*/
|
|
109
|
+
CreateEdgeNode(req: CreateEdgeNodeRequest, cb?: (error: string, rep: CreateEdgeNodeResponse) => void): Promise<CreateEdgeNodeResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* 删除边缘单元NodeUnit模版
|
|
112
|
+
*/
|
|
113
|
+
DeleteEdgeNodeUnitTemplates(req: DeleteEdgeNodeUnitTemplatesRequest, cb?: (error: string, rep: DeleteEdgeNodeUnitTemplatesResponse) => void): Promise<DeleteEdgeNodeUnitTemplatesResponse>;
|
|
114
|
+
/**
|
|
115
|
+
* 编辑边缘节点标签
|
|
116
|
+
*/
|
|
117
|
+
ModifyEdgeNodeLabels(req: ModifyEdgeNodeLabelsRequest, cb?: (error: string, rep: ModifyEdgeNodeLabelsResponse) => void): Promise<ModifyEdgeNodeLabelsResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* 查询指定Grid下应用的Yaml
|
|
120
|
+
*/
|
|
121
|
+
DescribeEdgeUnitDeployGridItemYaml(req: DescribeEdgeUnitDeployGridItemYamlRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemYamlResponse) => void): Promise<DescribeEdgeUnitDeployGridItemYamlResponse>;
|
|
122
|
+
/**
|
|
123
|
+
* 获取ConfigMap列表
|
|
124
|
+
*/
|
|
125
|
+
DescribeConfigMaps(req: DescribeConfigMapsRequest, cb?: (error: string, rep: DescribeConfigMapsResponse) => void): Promise<DescribeConfigMapsResponse>;
|
|
126
|
+
/**
|
|
127
|
+
* 获取组件市场组件列表
|
|
128
|
+
*/
|
|
129
|
+
GetMarketComponentList(req: GetMarketComponentListRequest, cb?: (error: string, rep: GetMarketComponentListResponse) => void): Promise<GetMarketComponentListResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* 重新部署边缘单元指定Grid下应用
|
|
132
|
+
*/
|
|
133
|
+
DeleteEdgeUnitDeployGridItem(req: DeleteEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: DeleteEdgeUnitDeployGridItemResponse) => void): Promise<DeleteEdgeUnitDeployGridItemResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* 获取应用的Yaml配置
|
|
136
|
+
*/
|
|
137
|
+
DescribeEdgeUnitApplicationYaml(req: DescribeEdgeUnitApplicationYamlRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlResponse) => void): Promise<DescribeEdgeUnitApplicationYamlResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* yaml方式创建应用
|
|
140
|
+
*/
|
|
141
|
+
CreateEdgeUnitApplicationYaml(req: CreateEdgeUnitApplicationYamlRequest, cb?: (error: string, rep: CreateEdgeUnitApplicationYamlResponse) => void): Promise<CreateEdgeUnitApplicationYamlResponse>;
|
|
142
|
+
/**
|
|
143
|
+
* 可视化修改应用配置
|
|
144
|
+
*/
|
|
145
|
+
ModifyEdgeUnitApplicationVisualization(req: ModifyEdgeUnitApplicationVisualizationRequest, cb?: (error: string, rep: ModifyEdgeUnitApplicationVisualizationResponse) => void): Promise<ModifyEdgeUnitApplicationVisualizationResponse>;
|
|
146
|
+
/**
|
|
147
|
+
* 修改应用模板基本信息
|
|
148
|
+
*/
|
|
149
|
+
ModifyApplicationBasicInfo(req: ModifyApplicationBasicInfoRequest, cb?: (error: string, rep: ModifyApplicationBasicInfoResponse) => void): Promise<ModifyApplicationBasicInfoResponse>;
|
|
150
|
+
/**
|
|
151
|
+
* 从组件市场选中组件并添加到应用模板列表
|
|
152
|
+
*/
|
|
153
|
+
ApplyMarketComponent(req: ApplyMarketComponentRequest, cb?: (error: string, rep: ApplyMarketComponentResponse) => void): Promise<ApplyMarketComponentResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* 查询边缘单元NodeUnit列表
|
|
156
|
+
*/
|
|
157
|
+
DescribeNodeUnit(req: DescribeNodeUnitRequest, cb?: (error: string, rep: DescribeNodeUnitResponse) => void): Promise<DescribeNodeUnitResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* 查询边缘单元指定Grid下的部署应用列表
|
|
160
|
+
*/
|
|
161
|
+
DescribeEdgeUnitDeployGridItem(req: DescribeEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemResponse) => void): Promise<DescribeEdgeUnitDeployGridItemResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* 查询应用模板Yaml
|
|
164
|
+
*/
|
|
165
|
+
DescribeApplicationYaml(req: DescribeApplicationYamlRequest, cb?: (error: string, rep: DescribeApplicationYamlResponse) => void): Promise<DescribeApplicationYamlResponse>;
|
|
166
|
+
/**
|
|
167
|
+
* 删除应用模板
|
|
168
|
+
*/
|
|
169
|
+
DeleteApplications(req: DeleteApplicationsRequest, cb?: (error: string, rep: DeleteApplicationsResponse) => void): Promise<DeleteApplicationsResponse>;
|
|
170
|
+
/**
|
|
171
|
+
* 修改单元应用基本信息
|
|
172
|
+
*/
|
|
173
|
+
ModifyEdgeUnitApplicationBasicInfo(req: ModifyEdgeUnitApplicationBasicInfoRequest, cb?: (error: string, rep: ModifyEdgeUnitApplicationBasicInfoResponse) => void): Promise<ModifyEdgeUnitApplicationBasicInfoResponse>;
|
|
174
|
+
/**
|
|
175
|
+
* 获取应用事件列表
|
|
176
|
+
*/
|
|
177
|
+
DescribeEdgeUnitApplicationEvents(req: DescribeEdgeUnitApplicationEventsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationEventsResponse) => void): Promise<DescribeEdgeUnitApplicationEventsResponse>;
|
|
178
|
+
/**
|
|
179
|
+
* 修改ConfigMap
|
|
180
|
+
*/
|
|
181
|
+
ModifyConfigMap(req: ModifyConfigMapRequest, cb?: (error: string, rep: ModifyConfigMapResponse) => void): Promise<ModifyConfigMapResponse>;
|
|
182
|
+
/**
|
|
183
|
+
* 获取应用模板可视化配置信息
|
|
184
|
+
*/
|
|
185
|
+
DescribeApplicationVisualization(req: DescribeApplicationVisualizationRequest, cb?: (error: string, rep: DescribeApplicationVisualizationResponse) => void): Promise<DescribeApplicationVisualizationResponse>;
|
|
186
|
+
/**
|
|
187
|
+
* 查询边缘单元Grid的Pod列表
|
|
188
|
+
*/
|
|
189
|
+
DescribeEdgeUnitGridPods(req: DescribeEdgeUnitGridPodsRequest, cb?: (error: string, rep: DescribeEdgeUnitGridPodsResponse) => void): Promise<DescribeEdgeUnitGridPodsResponse>;
|
|
190
|
+
/**
|
|
191
|
+
* 创建可视化创建应用模板
|
|
192
|
+
*/
|
|
193
|
+
CreateApplicationVisualization(req: CreateApplicationVisualizationRequest, cb?: (error: string, rep: CreateApplicationVisualizationResponse) => void): Promise<CreateApplicationVisualizationResponse>;
|
|
194
|
+
/**
|
|
195
|
+
* 获取边缘集群默认VPC信息
|
|
196
|
+
*/
|
|
197
|
+
DescribeEdgeDefaultVpc(req?: DescribeEdgeDefaultVpcRequest, cb?: (error: string, rep: DescribeEdgeDefaultVpcResponse) => void): Promise<DescribeEdgeDefaultVpcResponse>;
|
|
198
|
+
/**
|
|
199
|
+
* 校验Secret的Yaml语法
|
|
200
|
+
*/
|
|
201
|
+
DescribeSecretYamlError(req: DescribeSecretYamlErrorRequest, cb?: (error: string, rep: DescribeSecretYamlErrorResponse) => void): Promise<DescribeSecretYamlErrorResponse>;
|
|
202
|
+
/**
|
|
203
|
+
* 删除ConfigMap
|
|
204
|
+
*/
|
|
205
|
+
DeleteConfigMap(req: DeleteConfigMapRequest, cb?: (error: string, rep: DeleteConfigMapResponse) => void): Promise<DeleteConfigMapResponse>;
|
|
206
|
+
/**
|
|
207
|
+
* 创建边缘单元NodeUnit模版
|
|
208
|
+
*/
|
|
209
|
+
CreateEdgeNodeUnitTemplate(req: CreateEdgeNodeUnitTemplateRequest, cb?: (error: string, rep: CreateEdgeNodeUnitTemplateResponse) => void): Promise<CreateEdgeNodeUnitTemplateResponse>;
|
|
210
|
+
/**
|
|
211
|
+
* Yaml方式修改应用配置
|
|
212
|
+
*/
|
|
213
|
+
ModifyEdgeUnitApplicationYaml(req: ModifyEdgeUnitApplicationYamlRequest, cb?: (error: string, rep: ModifyEdgeUnitApplicationYamlResponse) => void): Promise<ModifyEdgeUnitApplicationYamlResponse>;
|
|
214
|
+
/**
|
|
215
|
+
* 检查单元应用的Yaml配置
|
|
216
|
+
*/
|
|
217
|
+
DescribeEdgeUnitApplicationYamlError(req: DescribeEdgeUnitApplicationYamlErrorRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlErrorResponse) => void): Promise<DescribeEdgeUnitApplicationYamlErrorResponse>;
|
|
218
|
+
/**
|
|
219
|
+
* 修改Secret
|
|
220
|
+
*/
|
|
221
|
+
ModifySecret(req: ModifySecretRequest, cb?: (error: string, rep: ModifySecretResponse) => void): Promise<ModifySecretResponse>;
|
|
222
|
+
/**
|
|
223
|
+
* 删除边缘单元
|
|
224
|
+
*/
|
|
225
|
+
DeleteEdgeUnitCloud(req: DeleteEdgeUnitCloudRequest, cb?: (error: string, rep: DeleteEdgeUnitCloudResponse) => void): Promise<DeleteEdgeUnitCloudResponse>;
|
|
226
|
+
/**
|
|
227
|
+
* 查询指定NodeGroup下NodeUnit模版列表
|
|
228
|
+
*/
|
|
229
|
+
DescribeNodeUnitTemplateOnNodeGroup(req: DescribeNodeUnitTemplateOnNodeGroupRequest, cb?: (error: string, rep: DescribeNodeUnitTemplateOnNodeGroupResponse) => void): Promise<DescribeNodeUnitTemplateOnNodeGroupResponse>;
|
|
230
|
+
/**
|
|
231
|
+
* 查询节点Pod内的容器列表
|
|
232
|
+
*/
|
|
233
|
+
DescribeEdgeNodePodContainers(req: DescribeEdgeNodePodContainersRequest, cb?: (error: string, rep: DescribeEdgeNodePodContainersResponse) => void): Promise<DescribeEdgeNodePodContainersResponse>;
|
|
234
|
+
/**
|
|
235
|
+
* 获取Secrets列表
|
|
236
|
+
*/
|
|
237
|
+
DescribeSecrets(req: DescribeSecretsRequest, cb?: (error: string, rep: DescribeSecretsResponse) => void): Promise<DescribeSecretsResponse>;
|
|
238
|
+
/**
|
|
239
|
+
* 修改边缘集群
|
|
240
|
+
*/
|
|
241
|
+
ModifyEdgeUnit(req: ModifyEdgeUnitRequest, cb?: (error: string, rep: ModifyEdgeUnitResponse) => void): Promise<ModifyEdgeUnitResponse>;
|
|
242
|
+
/**
|
|
243
|
+
* 校验ConfigMap的Yaml语法
|
|
244
|
+
*/
|
|
245
|
+
DescribeConfigMapYamlError(req: DescribeConfigMapYamlErrorRequest, cb?: (error: string, rep: DescribeConfigMapYamlErrorResponse) => void): Promise<DescribeConfigMapYamlErrorResponse>;
|
|
246
|
+
/**
|
|
247
|
+
* 获取组件市场的组件信息
|
|
248
|
+
*/
|
|
249
|
+
GetMarketComponent(req: GetMarketComponentRequest, cb?: (error: string, rep: GetMarketComponentResponse) => void): Promise<GetMarketComponentResponse>;
|
|
250
|
+
/**
|
|
251
|
+
* 获取单元下应用列表
|
|
252
|
+
*/
|
|
253
|
+
DescribeEdgeUnitApplications(req: DescribeEdgeUnitApplicationsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationsResponse) => void): Promise<DescribeEdgeUnitApplicationsResponse>;
|
|
254
|
+
/**
|
|
255
|
+
* 获取命名空间列表信息
|
|
256
|
+
*/
|
|
257
|
+
DescribeNamespaces(req: DescribeNamespacesRequest, cb?: (error: string, rep: DescribeNamespacesResponse) => void): Promise<DescribeNamespacesResponse>;
|
|
258
|
+
/**
|
|
259
|
+
* 查询边缘节点列表
|
|
260
|
+
*/
|
|
261
|
+
DescribeEdgeNodes(req: DescribeEdgeNodesRequest, cb?: (error: string, rep: DescribeEdgeNodesResponse) => void): Promise<DescribeEdgeNodesResponse>;
|
|
262
|
+
/**
|
|
263
|
+
* 查询边缘操作日志
|
|
264
|
+
*/
|
|
265
|
+
DescribeEdgeOperationLogs(req: DescribeEdgeOperationLogsRequest, cb?: (error: string, rep: DescribeEdgeOperationLogsResponse) => void): Promise<DescribeEdgeOperationLogsResponse>;
|
|
266
|
+
/**
|
|
267
|
+
* 创建Secret
|
|
268
|
+
*/
|
|
269
|
+
CreateSecret(req: CreateSecretRequest, cb?: (error: string, rep: CreateSecretResponse) => void): Promise<CreateSecretResponse>;
|
|
270
|
+
/**
|
|
271
|
+
* 查询边缘单元Pod
|
|
272
|
+
*/
|
|
273
|
+
DescribeEdgePod(req: DescribeEdgePodRequest, cb?: (error: string, rep: DescribeEdgePodResponse) => void): Promise<DescribeEdgePodResponse>;
|
|
274
|
+
/**
|
|
275
|
+
* 获取应用模板列表
|
|
276
|
+
*/
|
|
277
|
+
DescribeApplications(req: DescribeApplicationsRequest, cb?: (error: string, rep: DescribeApplicationsResponse) => void): Promise<DescribeApplicationsResponse>;
|
|
278
|
+
/**
|
|
279
|
+
* 获取Secret详情
|
|
280
|
+
*/
|
|
281
|
+
DescribeSecret(req: DescribeSecretRequest, cb?: (error: string, rep: DescribeSecretResponse) => void): Promise<DescribeSecretResponse>;
|
|
282
|
+
/**
|
|
283
|
+
* 创建边缘单元NodeGroup
|
|
284
|
+
*/
|
|
285
|
+
CreateEdgeNodeGroup(req: CreateEdgeNodeGroupRequest, cb?: (error: string, rep: CreateEdgeNodeGroupResponse) => void): Promise<CreateEdgeNodeGroupResponse>;
|
|
286
|
+
/**
|
|
287
|
+
* 查询节点Pod列表
|
|
288
|
+
*/
|
|
289
|
+
DescribeEdgeNodePods(req: DescribeEdgeNodePodsRequest, cb?: (error: string, rep: DescribeEdgeNodePodsResponse) => void): Promise<DescribeEdgeNodePodsResponse>;
|
|
290
|
+
/**
|
|
291
|
+
* 修改边缘单元Grid部署应用副本数
|
|
292
|
+
*/
|
|
293
|
+
ModifyEdgeUnitDeployGridItem(req: ModifyEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: ModifyEdgeUnitDeployGridItemResponse) => void): Promise<ModifyEdgeUnitDeployGridItemResponse>;
|
|
294
|
+
/**
|
|
295
|
+
* 查询边缘集群NodeGroup
|
|
296
|
+
*/
|
|
297
|
+
DescribeEdgeUnitNodeGroup(req: DescribeEdgeUnitNodeGroupRequest, cb?: (error: string, rep: DescribeEdgeUnitNodeGroupResponse) => void): Promise<DescribeEdgeUnitNodeGroupResponse>;
|
|
298
|
+
/**
|
|
299
|
+
* 获取ConfigMap详情
|
|
300
|
+
*/
|
|
301
|
+
DescribeConfigMap(req: DescribeConfigMapRequest, cb?: (error: string, rep: DescribeConfigMapResponse) => void): Promise<DescribeConfigMapResponse>;
|
|
302
|
+
/**
|
|
303
|
+
* 删除边缘单元NodeUnit
|
|
304
|
+
*/
|
|
305
|
+
DeleteNodeUnit(req: DeleteNodeUnitRequest, cb?: (error: string, rep: DeleteNodeUnitResponse) => void): Promise<DeleteNodeUnitResponse>;
|
|
306
|
+
/**
|
|
307
|
+
* 删除应用列表
|
|
308
|
+
*/
|
|
309
|
+
DeleteEdgeUnitApplications(req: DeleteEdgeUnitApplicationsRequest, cb?: (error: string, rep: DeleteEdgeUnitApplicationsResponse) => void): Promise<DeleteEdgeUnitApplicationsResponse>;
|
|
310
|
+
/**
|
|
311
|
+
* 删除指定pod
|
|
312
|
+
*/
|
|
313
|
+
DeleteEdgeUnitPod(req: DeleteEdgeUnitPodRequest, cb?: (error: string, rep: DeleteEdgeUnitPodResponse) => void): Promise<DeleteEdgeUnitPodResponse>;
|
|
314
|
+
/**
|
|
315
|
+
* 查询边缘单元Grid列表
|
|
316
|
+
*/
|
|
317
|
+
DescribeEdgeUnitDeployGrid(req: DescribeEdgeUnitDeployGridRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridResponse) => void): Promise<DescribeEdgeUnitDeployGridResponse>;
|
|
318
|
+
/**
|
|
319
|
+
* 获取应用日志
|
|
320
|
+
*/
|
|
321
|
+
DescribeEdgeUnitApplicationLogs(req: DescribeEdgeUnitApplicationLogsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationLogsResponse) => void): Promise<DescribeEdgeUnitApplicationLogsResponse>;
|
|
322
|
+
/**
|
|
323
|
+
* 查询边缘单元Grid事件列表
|
|
324
|
+
*/
|
|
325
|
+
DescribeEdgeUnitGridEvents(req: DescribeEdgeUnitGridEventsRequest, cb?: (error: string, rep: DescribeEdgeUnitGridEventsResponse) => void): Promise<DescribeEdgeUnitGridEventsResponse>;
|
|
326
|
+
/**
|
|
327
|
+
* 查询边缘单元监控数据
|
|
328
|
+
*/
|
|
329
|
+
DescribeMonitorMetrics(req: DescribeMonitorMetricsRequest, cb?: (error: string, rep: DescribeMonitorMetricsResponse) => void): Promise<DescribeMonitorMetricsResponse>;
|
|
330
|
+
/**
|
|
331
|
+
* 修改应用模板配置
|
|
332
|
+
*/
|
|
333
|
+
ModifyApplicationVisualization(req: ModifyApplicationVisualizationRequest, cb?: (error: string, rep: ModifyApplicationVisualizationResponse) => void): Promise<ModifyApplicationVisualizationResponse>;
|
|
334
|
+
}
|