tencentcloud-sdk-nodejs 4.0.320 → 4.0.321
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 +177 -0
- package/SERVICE_CHANGELOG.md +405 -0
- package/package.json +1 -1
- package/products.md +39 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +28 -21
- package/src/services/bmvpc/v20180625/bmvpc_models.ts +2 -2
- package/src/services/captcha/v20190722/captcha_client.ts +2 -2
- package/src/services/captcha/v20190722/captcha_models.ts +4 -4
- package/src/services/cdb/v20170320/cdb_models.ts +16 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +57 -35
- package/src/services/cfw/v20190904/cfw_models.ts +22 -6
- package/src/services/cls/v20201016/cls_client.ts +64 -13
- package/src/services/cls/v20201016/cls_models.ts +469 -164
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +8 -3
- package/src/services/ecdn/v20191012/ecdn_client.ts +1 -1
- package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
- package/src/services/gs/v20191118/gs_models.ts +7 -0
- package/src/services/iecp/v20210914/iecp_client.ts +167 -20
- package/src/services/iecp/v20210914/iecp_models.ts +892 -217
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +5 -0
- package/src/services/live/v20180801/live_client.ts +3 -2
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/tag/v20180813/tag_client.ts +203 -105
- package/src/services/tag/v20180813/tag_models.ts +377 -47
- package/src/services/tcm/v20210413/tcm_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
- package/src/services/tke/v20180525/tke_models.ts +12 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +28 -21
- package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +54 -34
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +408 -150
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -3
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +6 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +51 -3
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +75 -3
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +756 -189
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
- package/tencentcloud/services/live/v20180801/live_client.js +1 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +68 -36
- package/tencentcloud/services/tag/v20180813/tag_client.js +101 -53
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +329 -40
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +25 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +10 -0
- package/test/cls.v20201016.test.js +42 -2
- package/test/iecp.v20210914.test.js +122 -2
- package/test/tag.v20180813.test.js +116 -36
|
@@ -186,7 +186,7 @@ export declare class Client extends AbstractClient {
|
|
|
186
186
|
* 管理终端地址的有效期为 15 秒,调用接口成功后如果 15 秒内不使用该链接进行访问,管理终端地址自动失效,您需要重新查询。
|
|
187
187
|
* 管理终端地址一旦被访问,将自动失效,您需要重新查询。
|
|
188
188
|
* 如果连接断开,每分钟内重新连接的次数不能超过 30 次。
|
|
189
|
-
|
|
189
|
+
获取到 `InstanceVncUrl` 后,您需要在链接 `https://img.qcloud.com/qcloud/app/active_vnc/index.html?` 末尾加上参数 `InstanceVncUrl=xxxx`。
|
|
190
190
|
|
|
191
191
|
- 参数 `InstanceVncUrl` :调用接口成功后会返回的 `InstanceVncUrl` 的值。
|
|
192
192
|
|
|
@@ -256,7 +256,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
256
256
|
* 管理终端地址的有效期为 15 秒,调用接口成功后如果 15 秒内不使用该链接进行访问,管理终端地址自动失效,您需要重新查询。
|
|
257
257
|
* 管理终端地址一旦被访问,将自动失效,您需要重新查询。
|
|
258
258
|
* 如果连接断开,每分钟内重新连接的次数不能超过 30 次。
|
|
259
|
-
|
|
259
|
+
获取到 `InstanceVncUrl` 后,您需要在链接 `https://img.qcloud.com/qcloud/app/active_vnc/index.html?` 末尾加上参数 `InstanceVncUrl=xxxx`。
|
|
260
260
|
|
|
261
261
|
- 参数 `InstanceVncUrl` :调用接口成功后会返回的 `InstanceVncUrl` 的值。
|
|
262
262
|
|
|
@@ -2411,7 +2411,7 @@ export interface DescribeInstanceVncUrlResponse {
|
|
|
2411
2411
|
/**
|
|
2412
2412
|
* 实例的管理终端地址。
|
|
2413
2413
|
*/
|
|
2414
|
-
InstanceVncUrl
|
|
2414
|
+
InstanceVncUrl: string;
|
|
2415
2415
|
/**
|
|
2416
2416
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2417
2417
|
*/
|
|
@@ -3085,6 +3085,10 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
|
3085
3085
|
* 指定CHC物理服务器来创建CHC云主机。
|
|
3086
3086
|
*/
|
|
3087
3087
|
ChcIds?: Array<string>;
|
|
3088
|
+
/**
|
|
3089
|
+
* 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。
|
|
3090
|
+
*/
|
|
3091
|
+
DisableApiTermination?: boolean;
|
|
3088
3092
|
}
|
|
3089
3093
|
/**
|
|
3090
3094
|
* >描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
|
|
@@ -4090,7 +4094,7 @@ export interface DescribeInstanceTypeConfigsRequest {
|
|
|
4090
4094
|
* <li><strong>zone</strong></li>
|
|
4091
4095
|
<p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-1。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:<a href="https://cloud.tencent.com/document/product/213/6091">可用区列表</a></p>
|
|
4092
4096
|
<li><strong>instance-family</strong></li>
|
|
4093
|
-
<p style="padding-left: 30px;">按照【<strong>实例机型系列</strong>】进行过滤。实例机型系列形如:S1、I1、M1等。</p><p style="padding-left: 30px;">类型:
|
|
4097
|
+
<p style="padding-left: 30px;">按照【<strong>实例机型系列</strong>】进行过滤。实例机型系列形如:S1、I1、M1等。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
4094
4098
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为1。
|
|
4095
4099
|
*/
|
|
4096
4100
|
Filters?: Array<Filter>;
|
|
@@ -4520,7 +4524,7 @@ export interface DescribeInstanceTypeConfigsResponse {
|
|
|
4520
4524
|
/**
|
|
4521
4525
|
* 实例机型配置列表。
|
|
4522
4526
|
*/
|
|
4523
|
-
InstanceTypeConfigSet
|
|
4527
|
+
InstanceTypeConfigSet: Array<InstanceTypeConfig>;
|
|
4524
4528
|
/**
|
|
4525
4529
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4526
4530
|
*/
|
|
@@ -76,7 +76,7 @@ export declare class Client extends AbstractClient {
|
|
|
76
76
|
/**
|
|
77
77
|
* 本接口(DeleteEcdnDomain)用于删除指定加速域名。待删除域名必须处于已停用状态。
|
|
78
78
|
|
|
79
|
-
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/
|
|
79
|
+
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41122"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
80
80
|
*/
|
|
81
81
|
DeleteEcdnDomain(req: DeleteEcdnDomainRequest, cb?: (error: string, rep: DeleteEcdnDomainResponse) => void): Promise<DeleteEcdnDomainResponse>;
|
|
82
82
|
/**
|
|
@@ -118,7 +118,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
118
118
|
/**
|
|
119
119
|
* 本接口(DeleteEcdnDomain)用于删除指定加速域名。待删除域名必须处于已停用状态。
|
|
120
120
|
|
|
121
|
-
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/
|
|
121
|
+
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41122"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
122
122
|
*/
|
|
123
123
|
async DeleteEcdnDomain(req, cb) {
|
|
124
124
|
return this.request("DeleteEcdnDomain", req, cb);
|
|
@@ -542,11 +542,11 @@ export interface DescribeEcdnDomainLogsResponse {
|
|
|
542
542
|
* 日志链接列表。
|
|
543
543
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
544
544
|
*/
|
|
545
|
-
DomainLogs
|
|
545
|
+
DomainLogs: Array<DomainLogs>;
|
|
546
546
|
/**
|
|
547
547
|
* 日志链接总条数。
|
|
548
548
|
*/
|
|
549
|
-
TotalCount
|
|
549
|
+
TotalCount: number;
|
|
550
550
|
/**
|
|
551
551
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
552
552
|
*/
|
|
@@ -166,6 +166,12 @@ export interface CreateSessionRequest {
|
|
|
166
166
|
* 游戏相关参数
|
|
167
167
|
*/
|
|
168
168
|
GameContext?: string;
|
|
169
|
+
/**
|
|
170
|
+
* 云端运行模式。
|
|
171
|
+
RunWithoutClient:允许无客户端连接的情况下仍保持云端 App 运行
|
|
172
|
+
默认值(空):要求必须有客户端连接才会保持云端 App 运行。
|
|
173
|
+
*/
|
|
174
|
+
RunMode?: string;
|
|
169
175
|
}
|
|
170
176
|
/**
|
|
171
177
|
* CreateSession返回参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeApplicationYamlResponse, RedeployEdgeUnitApplicationResponse, CreateEdgeUnitCloudResponse, ModifyEdgeUnitApplicationBasicInfoRequest, CreateEdgeNodeGroupRequest, CreateEdgeUnitApplicationVisualizationRequest, CreateSecretRequest, DescribeEdgeUnitApplicationYamlRequest, CreateEdgeUnitApplicationVisualizationResponse, CreateEdgeNodeBatchResponse, DescribeNamespacesResponse, DescribeSecretResponse, DescribeSecretYamlErrorResponse, ModifyEdgeUnitDeployGridItemRequest, DescribeEdgeUnitMonitorStatusRequest, GetMarketComponentResponse, CreateApplicationVisualizationRequest, DeleteNodeUnitResponse, DescribeEdgeUnitApplicationsResponse, DescribeNodeUnitTemplateOnNodeGroupResponse,
|
|
3
|
+
import { DescribeApplicationYamlResponse, RedeployEdgeUnitApplicationResponse, CreateEdgeUnitCloudResponse, ModifyEdgeUnitApplicationBasicInfoRequest, CreateEdgeNodeGroupRequest, CreateEdgeUnitApplicationVisualizationRequest, CreateSecretRequest, DescribeEdgeUnitApplicationYamlRequest, CreateEdgeUnitApplicationVisualizationResponse, CreateEdgeNodeBatchResponse, DescribeNamespacesResponse, DescribeSecretResponse, DescribeSecretYamlErrorResponse, ModifyEdgeUnitDeployGridItemRequest, DescribeEdgeUnitMonitorStatusRequest, GetMarketComponentResponse, CreateApplicationVisualizationRequest, DeleteNodeUnitResponse, DescribeEdgeUnitApplicationsResponse, DescribeNodeUnitTemplateOnNodeGroupResponse, DescribeEdgeUnitGridEventsResponse, DescribeEdgeUnitApplicationYamlErrorResponse, DeleteEdgeUnitCloudResponse, ModifyConfigMapRequest, ModifyApplicationBasicInfoResponse, DeleteEdgeUnitDeployGridItemResponse, DescribeApplicationVisualizationRequest, DescribeEdgeSnNodesResponse, DescribeEdgeUnitApplicationsRequest, DescribeEdgeUnitApplicationYamlResponse, DescribeConfigMapYamlErrorResponse, DescribeConfigMapResponse, GetMarketComponentListRequest, DescribeApplicationYamlRequest, ModifyApplicationVisualizationRequest, DescribeEdgeUnitNodeUnitTemplatesRequest, DeleteEdgeUnitApplicationsRequest, DeleteApplicationsRequest, DescribeEdgeUnitApplicationPodContainersRequest, DescribeDracoEdgeNodeInstallerResponse, ModifyEdgeUnitCloudApiRequest, DescribeEdgeUnitDeployGridItemRequest, ModifyEdgeUnitRequest, DescribeEdgeUnitCloudResponse, RedeployEdgeUnitApplicationRequest, DescribeEdgeNodeRemarkListRequest, DeleteSecretResponse, DeleteConfigMapResponse, DescribeApplicationsResponse, DeleteConfigMapRequest, DescribeEdgeUnitDeployGridItemResponse, CreateMessageRouteRequest, DescribeEdgeUnitExtraRequest, CreateUpdateNodeUnitRequest, DescribeIotDeviceRequest, CreateConfigMapResponse, DescribeEdgeUnitsCloudRequest, DescribeEdgeDefaultVpcRequest, DescribeSecretsResponse, DeleteEdgeNodeGroupRequest, DescribeEdgeUnitApplicationYamlErrorRequest, DescribeEdgeNodePodsResponse, DescribeEdgePodResponse, CreateEdgeNodeUnitTemplateResponse, DescribeMonitorMetricsResponse, DescribeConfigMapsResponse, GetMarketComponentListResponse, DescribeEdgeNodePodContainersResponse, CreateNamespaceResponse, DeleteEdgeUnitDevicesRequest, DeleteEdgeUnitPodRequest, CreateIotDeviceRequest, CreateSecretResponse, DeleteEdgeNodeUnitTemplatesRequest, ModifyEdgeNodeLabelsResponse, DescribeEdgeUnitNodeGroupRequest, DescribeEdgeUnitApplicationPodsRequest, DescribeEdgeUnitApplicationLogsResponse, ModifyEdgeUnitDeployGridItemResponse, CreateEdgeNodeRequest, BuildMessageRouteResponse, DescribeEdgeUnitMonitorStatusResponse, DeleteNamespaceResponse, DescribeEdgeUnitExtraResponse, DescribeConfigMapsRequest, DescribeEdgeUnitNodeUnitTemplatesResponse, ModifyIotDeviceResponse, ModifyEdgeNodeLabelsRequest, DeleteEdgeUnitDevicesResponse, CreateEdgeNodeGroupResponse, CreateEdgeUnitApplicationYamlRequest, DeleteEdgeUnitApplicationsResponse, DescribeSecretRequest, DeleteApplicationsResponse, DescribeEdgeUnitDeployGridItemYamlRequest, CreateEdgeNodeBatchRequest, DescribeNamespaceRequest, DescribeNamespaceResponse, DescribeConfigMapRequest, CreateEdgeNodeUnitTemplateRequest, CreateApplicationVisualizationResponse, DescribeEdgeUnitCloudRequest, CreateEdgeUnitApplicationYamlResponse, DescribeSecretYamlErrorRequest, DescribeMessageRouteListResponse, CreateUserTokenResponse, DeleteSecretRequest, DescribeEdgeUnitApplicationPodsResponse, DescribeEdgeUnitApplicationVisualizationRequest, DescribeEdgeNodesResponse, ModifyIotDeviceRequest, DescribeEdgeUnitGridPodsRequest, DeleteIotDeviceResponse, DescribeEdgeDefaultVpcResponse, ModifyNodeUnitTemplateRequest, DescribeEdgeNodesRequest, DescribeEdgeUnitApplicationLogsRequest, CreateUserTokenRequest, DescribeEdgeAgentNodeInstallerResponse, ModifyEdgeUnitApplicationVisualizationRequest, ModifyConfigMapResponse, ModifyApplicationVisualizationResponse, DescribeEdgeNodePodsRequest, DeleteIotDeviceBatchRequest, DescribeEdgeAgentNodeInstallerRequest, DescribeApplicationVisualizationResponse, DescribeDracoEdgeNodeInstallerRequest, CreateNamespaceRequest, DeleteMessageRouteRequest, ApplyMarketComponentRequest, DescribeNamespaceResourcesResponse, DescribeEdgeUnitGridEventsRequest, CreateEdgeUnitDevicesResponse, ModifyEdgeDracoNodeRequest, CreateMessageRouteResponse, DescribeNodeUnitResponse, DeleteEdgeNodeGroupResponse, DescribeMessageRouteListRequest, ModifyEdgeUnitResponse, DescribeYeheResourceLimitResponse, DescribeEdgeUnitsCloudResponse, DescribeIotDevicesRequest, CreateConfigMapRequest, DescribeEdgeUnitDeployGridResponse, ModifyEdgeUnitCloudApiResponse, CreateUpdateNodeUnitResponse, ModifyEdgeUnitApplicationVisualizationResponse, DeleteEdgeNodesResponse, BuildMessageRouteRequest, DescribeEdgeNodePodContainersRequest, DescribeEdgeUnitApplicationEventsResponse, ModifySecretRequest, DeleteEdgeUnitPodResponse, DescribeEdgeUnitApplicationEventsRequest, DescribeNamespacesRequest, DeleteIotDeviceRequest, DescribeEdgeNodeRemarkListResponse, DescribeEdgeUnitApplicationPodContainersResponse, ModifyApplicationBasicInfoRequest, DescribeEdgeUnitNodeGroupResponse, DescribeEdgeOperationLogsResponse, DescribeEdgeSnNodesRequest, DeleteEdgeUnitDeployGridItemRequest, CreateIotDeviceResponse, CreateEdgeUnitDevicesRequest, ModifySecretResponse, DescribeEdgeUnitDeployGridItemYamlResponse, DescribeEdgeUnitApplicationVisualizationResponse, DescribeIotDeviceResponse, DescribeEdgePodRequest, DescribeNamespaceResourcesRequest, DescribeMonitorMetricsRequest, ModifyNodeUnitTemplateResponse, DescribeApplicationsRequest, DescribeEdgeOperationLogsRequest, SetRouteOnOffResponse, DeleteNamespaceRequest, GetMarketComponentRequest, DeleteMessageRouteResponse, DescribeEdgeUnitDeployGridRequest, ApplyMarketComponentResponse, DescribeApplicationYamlErrorResponse, DeleteIotDeviceBatchResponse, CreateEdgeNodeResponse, DeleteEdgeNodesRequest, DescribeApplicationYamlErrorRequest, DescribeYeheResourceLimitRequest, DescribeIotDevicesResponse, DescribeSecretsRequest, DescribeNodeUnitTemplateOnNodeGroupRequest, DescribeEdgeNodeRequest, DescribeNodeUnitRequest, DeleteNodeUnitRequest, ModifyEdgeUnitApplicationYamlResponse, DeleteEdgeNodeUnitTemplatesResponse, ModifyEdgeDracoNodeResponse, DescribeEdgeNodeResponse, ModifyEdgeUnitApplicationYamlRequest, DeleteEdgeUnitCloudRequest, CreateEdgeUnitCloudRequest, DescribeEdgeUnitGridPodsResponse, DescribeConfigMapYamlErrorRequest, ModifyEdgeUnitApplicationBasicInfoResponse, SetRouteOnOffRequest } from "./iecp_models";
|
|
4
4
|
/**
|
|
5
5
|
* iecp client
|
|
6
6
|
* @class
|
|
@@ -67,6 +67,18 @@ export declare class Client extends AbstractClient {
|
|
|
67
67
|
* 创建边缘单元NodeUnit模板
|
|
68
68
|
*/
|
|
69
69
|
CreateEdgeNodeUnitTemplate(req: CreateEdgeNodeUnitTemplateRequest, cb?: (error: string, rep: CreateEdgeNodeUnitTemplateResponse) => void): Promise<CreateEdgeNodeUnitTemplateResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* 批量解绑单元设备
|
|
72
|
+
*/
|
|
73
|
+
DeleteEdgeUnitDevices(req: DeleteEdgeUnitDevicesRequest, cb?: (error: string, rep: DeleteEdgeUnitDevicesResponse) => void): Promise<DeleteEdgeUnitDevicesResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* 批量绑定设备到单元
|
|
76
|
+
*/
|
|
77
|
+
CreateEdgeUnitDevices(req: CreateEdgeUnitDevicesRequest, cb?: (error: string, rep: CreateEdgeUnitDevicesResponse) => void): Promise<CreateEdgeUnitDevicesResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* 获取设备列表信息
|
|
80
|
+
*/
|
|
81
|
+
DescribeIotDevices(req: DescribeIotDevicesRequest, cb?: (error: string, rep: DescribeIotDevicesResponse) => void): Promise<DescribeIotDevicesResponse>;
|
|
70
82
|
/**
|
|
71
83
|
* 查询指定NodeGroup下NodeUnit模板列表
|
|
72
84
|
*/
|
|
@@ -87,6 +99,10 @@ export declare class Client extends AbstractClient {
|
|
|
87
99
|
* 获取应用模板列表
|
|
88
100
|
*/
|
|
89
101
|
DescribeApplications(req: DescribeApplicationsRequest, cb?: (error: string, rep: DescribeApplicationsResponse) => void): Promise<DescribeApplicationsResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* 获取设备信息
|
|
104
|
+
*/
|
|
105
|
+
DescribeIotDevice(req: DescribeIotDeviceRequest, cb?: (error: string, rep: DescribeIotDeviceResponse) => void): Promise<DescribeIotDeviceResponse>;
|
|
90
106
|
/**
|
|
91
107
|
* 删除指定pod
|
|
92
108
|
*/
|
|
@@ -103,6 +119,10 @@ export declare class Client extends AbstractClient {
|
|
|
103
119
|
* 删除边缘单元NodeGroup
|
|
104
120
|
*/
|
|
105
121
|
DeleteEdgeNodeGroup(req: DeleteEdgeNodeGroupRequest, cb?: (error: string, rep: DeleteEdgeNodeGroupResponse) => void): Promise<DeleteEdgeNodeGroupResponse>;
|
|
122
|
+
/**
|
|
123
|
+
* 创建子设备
|
|
124
|
+
*/
|
|
125
|
+
CreateIotDevice(req: CreateIotDeviceRequest, cb?: (error: string, rep: CreateIotDeviceResponse) => void): Promise<CreateIotDeviceResponse>;
|
|
106
126
|
/**
|
|
107
127
|
* 获取节点安装信息
|
|
108
128
|
*/
|
|
@@ -183,6 +203,10 @@ export declare class Client extends AbstractClient {
|
|
|
183
203
|
* 获取命名空间下的资源信息
|
|
184
204
|
*/
|
|
185
205
|
DescribeNamespaceResources(req: DescribeNamespaceResourcesRequest, cb?: (error: string, rep: DescribeNamespaceResourcesResponse) => void): Promise<DescribeNamespaceResourcesResponse>;
|
|
206
|
+
/**
|
|
207
|
+
* 修改设备信息
|
|
208
|
+
*/
|
|
209
|
+
ModifyIotDevice(req: ModifyIotDeviceRequest, cb?: (error: string, rep: ModifyIotDeviceResponse) => void): Promise<ModifyIotDeviceResponse>;
|
|
186
210
|
/**
|
|
187
211
|
* 校验ConfigMap的Yaml语法
|
|
188
212
|
*/
|
|
@@ -203,6 +227,10 @@ export declare class Client extends AbstractClient {
|
|
|
203
227
|
* 获取边缘节点信息
|
|
204
228
|
*/
|
|
205
229
|
DescribeEdgeNode(req: DescribeEdgeNodeRequest, cb?: (error: string, rep: DescribeEdgeNodeResponse) => void): Promise<DescribeEdgeNodeResponse>;
|
|
230
|
+
/**
|
|
231
|
+
* 删除设备
|
|
232
|
+
*/
|
|
233
|
+
DeleteIotDevice(req: DeleteIotDeviceRequest, cb?: (error: string, rep: DeleteIotDeviceResponse) => void): Promise<DeleteIotDeviceResponse>;
|
|
206
234
|
/**
|
|
207
235
|
* 检查应用模板的Yaml配置
|
|
208
236
|
*/
|
|
@@ -219,14 +247,26 @@ export declare class Client extends AbstractClient {
|
|
|
219
247
|
* 创建边缘单元
|
|
220
248
|
*/
|
|
221
249
|
CreateEdgeUnitCloud(req: CreateEdgeUnitCloudRequest, cb?: (error: string, rep: CreateEdgeUnitCloudResponse) => void): Promise<CreateEdgeUnitCloudResponse>;
|
|
250
|
+
/**
|
|
251
|
+
* 删除Secret
|
|
252
|
+
*/
|
|
253
|
+
DeleteSecret(req: DeleteSecretRequest, cb?: (error: string, rep: DeleteSecretResponse) => void): Promise<DeleteSecretResponse>;
|
|
222
254
|
/**
|
|
223
255
|
* 可视化创建应用
|
|
224
256
|
*/
|
|
225
257
|
CreateEdgeUnitApplicationVisualization(req: CreateEdgeUnitApplicationVisualizationRequest, cb?: (error: string, rep: CreateEdgeUnitApplicationVisualizationResponse) => void): Promise<CreateEdgeUnitApplicationVisualizationResponse>;
|
|
258
|
+
/**
|
|
259
|
+
* 开关消息路由
|
|
260
|
+
*/
|
|
261
|
+
SetRouteOnOff(req: SetRouteOnOffRequest, cb?: (error: string, rep: SetRouteOnOffResponse) => void): Promise<SetRouteOnOffResponse>;
|
|
226
262
|
/**
|
|
227
263
|
* 查询边缘集群NodeGroup
|
|
228
264
|
*/
|
|
229
265
|
DescribeEdgeUnitNodeGroup(req: DescribeEdgeUnitNodeGroupRequest, cb?: (error: string, rep: DescribeEdgeUnitNodeGroupResponse) => void): Promise<DescribeEdgeUnitNodeGroupResponse>;
|
|
266
|
+
/**
|
|
267
|
+
* 删除消息路由
|
|
268
|
+
*/
|
|
269
|
+
DeleteMessageRoute(req: DeleteMessageRouteRequest, cb?: (error: string, rep: DeleteMessageRouteResponse) => void): Promise<DeleteMessageRouteResponse>;
|
|
230
270
|
/**
|
|
231
271
|
* 从组件市场选中组件并添加到应用模板列表
|
|
232
272
|
*/
|
|
@@ -272,9 +312,9 @@ export declare class Client extends AbstractClient {
|
|
|
272
312
|
*/
|
|
273
313
|
DescribeEdgeUnitDeployGrid(req: DescribeEdgeUnitDeployGridRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridResponse) => void): Promise<DescribeEdgeUnitDeployGridResponse>;
|
|
274
314
|
/**
|
|
275
|
-
*
|
|
315
|
+
* 建立消息路由
|
|
276
316
|
*/
|
|
277
|
-
|
|
317
|
+
BuildMessageRoute(req: BuildMessageRouteRequest, cb?: (error: string, rep: BuildMessageRouteResponse) => void): Promise<BuildMessageRouteResponse>;
|
|
278
318
|
/**
|
|
279
319
|
* 批量删除边缘节点
|
|
280
320
|
*/
|
|
@@ -295,6 +335,10 @@ export declare class Client extends AbstractClient {
|
|
|
295
335
|
* 删除命名空间
|
|
296
336
|
*/
|
|
297
337
|
DeleteNamespace(req: DeleteNamespaceRequest, cb?: (error: string, rep: DeleteNamespaceResponse) => void): Promise<DeleteNamespaceResponse>;
|
|
338
|
+
/**
|
|
339
|
+
* 获取消息路由列表
|
|
340
|
+
*/
|
|
341
|
+
DescribeMessageRouteList(req: DescribeMessageRouteListRequest, cb?: (error: string, rep: DescribeMessageRouteListResponse) => void): Promise<DescribeMessageRouteListResponse>;
|
|
298
342
|
/**
|
|
299
343
|
* 编辑边缘节点标签
|
|
300
344
|
*/
|
|
@@ -351,6 +395,10 @@ export declare class Client extends AbstractClient {
|
|
|
351
395
|
* 批量预注册节点
|
|
352
396
|
*/
|
|
353
397
|
CreateEdgeNodeBatch(req: CreateEdgeNodeBatchRequest, cb?: (error: string, rep: CreateEdgeNodeBatchResponse) => void): Promise<CreateEdgeNodeBatchResponse>;
|
|
398
|
+
/**
|
|
399
|
+
* 创建消息路由
|
|
400
|
+
*/
|
|
401
|
+
CreateMessageRoute(req: CreateMessageRouteRequest, cb?: (error: string, rep: CreateMessageRouteResponse) => void): Promise<CreateMessageRouteResponse>;
|
|
354
402
|
/**
|
|
355
403
|
* 查询用户的资源限制
|
|
356
404
|
*/
|
|
@@ -117,6 +117,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
117
117
|
async CreateEdgeNodeUnitTemplate(req, cb) {
|
|
118
118
|
return this.request("CreateEdgeNodeUnitTemplate", req, cb);
|
|
119
119
|
}
|
|
120
|
+
/**
|
|
121
|
+
* 批量解绑单元设备
|
|
122
|
+
*/
|
|
123
|
+
async DeleteEdgeUnitDevices(req, cb) {
|
|
124
|
+
return this.request("DeleteEdgeUnitDevices", req, cb);
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* 批量绑定设备到单元
|
|
128
|
+
*/
|
|
129
|
+
async CreateEdgeUnitDevices(req, cb) {
|
|
130
|
+
return this.request("CreateEdgeUnitDevices", req, cb);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* 获取设备列表信息
|
|
134
|
+
*/
|
|
135
|
+
async DescribeIotDevices(req, cb) {
|
|
136
|
+
return this.request("DescribeIotDevices", req, cb);
|
|
137
|
+
}
|
|
120
138
|
/**
|
|
121
139
|
* 查询指定NodeGroup下NodeUnit模板列表
|
|
122
140
|
*/
|
|
@@ -147,6 +165,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
147
165
|
async DescribeApplications(req, cb) {
|
|
148
166
|
return this.request("DescribeApplications", req, cb);
|
|
149
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* 获取设备信息
|
|
170
|
+
*/
|
|
171
|
+
async DescribeIotDevice(req, cb) {
|
|
172
|
+
return this.request("DescribeIotDevice", req, cb);
|
|
173
|
+
}
|
|
150
174
|
/**
|
|
151
175
|
* 删除指定pod
|
|
152
176
|
*/
|
|
@@ -171,6 +195,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
171
195
|
async DeleteEdgeNodeGroup(req, cb) {
|
|
172
196
|
return this.request("DeleteEdgeNodeGroup", req, cb);
|
|
173
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* 创建子设备
|
|
200
|
+
*/
|
|
201
|
+
async CreateIotDevice(req, cb) {
|
|
202
|
+
return this.request("CreateIotDevice", req, cb);
|
|
203
|
+
}
|
|
174
204
|
/**
|
|
175
205
|
* 获取节点安装信息
|
|
176
206
|
*/
|
|
@@ -291,6 +321,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
291
321
|
async DescribeNamespaceResources(req, cb) {
|
|
292
322
|
return this.request("DescribeNamespaceResources", req, cb);
|
|
293
323
|
}
|
|
324
|
+
/**
|
|
325
|
+
* 修改设备信息
|
|
326
|
+
*/
|
|
327
|
+
async ModifyIotDevice(req, cb) {
|
|
328
|
+
return this.request("ModifyIotDevice", req, cb);
|
|
329
|
+
}
|
|
294
330
|
/**
|
|
295
331
|
* 校验ConfigMap的Yaml语法
|
|
296
332
|
*/
|
|
@@ -321,6 +357,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
321
357
|
async DescribeEdgeNode(req, cb) {
|
|
322
358
|
return this.request("DescribeEdgeNode", req, cb);
|
|
323
359
|
}
|
|
360
|
+
/**
|
|
361
|
+
* 删除设备
|
|
362
|
+
*/
|
|
363
|
+
async DeleteIotDevice(req, cb) {
|
|
364
|
+
return this.request("DeleteIotDevice", req, cb);
|
|
365
|
+
}
|
|
324
366
|
/**
|
|
325
367
|
* 检查应用模板的Yaml配置
|
|
326
368
|
*/
|
|
@@ -345,18 +387,36 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
345
387
|
async CreateEdgeUnitCloud(req, cb) {
|
|
346
388
|
return this.request("CreateEdgeUnitCloud", req, cb);
|
|
347
389
|
}
|
|
390
|
+
/**
|
|
391
|
+
* 删除Secret
|
|
392
|
+
*/
|
|
393
|
+
async DeleteSecret(req, cb) {
|
|
394
|
+
return this.request("DeleteSecret", req, cb);
|
|
395
|
+
}
|
|
348
396
|
/**
|
|
349
397
|
* 可视化创建应用
|
|
350
398
|
*/
|
|
351
399
|
async CreateEdgeUnitApplicationVisualization(req, cb) {
|
|
352
400
|
return this.request("CreateEdgeUnitApplicationVisualization", req, cb);
|
|
353
401
|
}
|
|
402
|
+
/**
|
|
403
|
+
* 开关消息路由
|
|
404
|
+
*/
|
|
405
|
+
async SetRouteOnOff(req, cb) {
|
|
406
|
+
return this.request("SetRouteOnOff", req, cb);
|
|
407
|
+
}
|
|
354
408
|
/**
|
|
355
409
|
* 查询边缘集群NodeGroup
|
|
356
410
|
*/
|
|
357
411
|
async DescribeEdgeUnitNodeGroup(req, cb) {
|
|
358
412
|
return this.request("DescribeEdgeUnitNodeGroup", req, cb);
|
|
359
413
|
}
|
|
414
|
+
/**
|
|
415
|
+
* 删除消息路由
|
|
416
|
+
*/
|
|
417
|
+
async DeleteMessageRoute(req, cb) {
|
|
418
|
+
return this.request("DeleteMessageRoute", req, cb);
|
|
419
|
+
}
|
|
360
420
|
/**
|
|
361
421
|
* 从组件市场选中组件并添加到应用模板列表
|
|
362
422
|
*/
|
|
@@ -424,10 +484,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
424
484
|
return this.request("DescribeEdgeUnitDeployGrid", req, cb);
|
|
425
485
|
}
|
|
426
486
|
/**
|
|
427
|
-
*
|
|
487
|
+
* 建立消息路由
|
|
428
488
|
*/
|
|
429
|
-
async
|
|
430
|
-
return this.request("
|
|
489
|
+
async BuildMessageRoute(req, cb) {
|
|
490
|
+
return this.request("BuildMessageRoute", req, cb);
|
|
431
491
|
}
|
|
432
492
|
/**
|
|
433
493
|
* 批量删除边缘节点
|
|
@@ -459,6 +519,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
459
519
|
async DeleteNamespace(req, cb) {
|
|
460
520
|
return this.request("DeleteNamespace", req, cb);
|
|
461
521
|
}
|
|
522
|
+
/**
|
|
523
|
+
* 获取消息路由列表
|
|
524
|
+
*/
|
|
525
|
+
async DescribeMessageRouteList(req, cb) {
|
|
526
|
+
return this.request("DescribeMessageRouteList", req, cb);
|
|
527
|
+
}
|
|
462
528
|
/**
|
|
463
529
|
* 编辑边缘节点标签
|
|
464
530
|
*/
|
|
@@ -543,6 +609,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
543
609
|
async CreateEdgeNodeBatch(req, cb) {
|
|
544
610
|
return this.request("CreateEdgeNodeBatch", req, cb);
|
|
545
611
|
}
|
|
612
|
+
/**
|
|
613
|
+
* 创建消息路由
|
|
614
|
+
*/
|
|
615
|
+
async CreateMessageRoute(req, cb) {
|
|
616
|
+
return this.request("CreateMessageRoute", req, cb);
|
|
617
|
+
}
|
|
546
618
|
/**
|
|
547
619
|
* 查询用户的资源限制
|
|
548
620
|
*/
|