tencentcloud-sdk-nodejs 4.0.1015 → 4.0.1017
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 +190 -0
- package/SERVICE_CHANGELOG.md +160 -1235
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +20 -9
- package/src/services/cfs/v20190719/cfs_client.ts +19 -7
- package/src/services/cfs/v20190719/cfs_models.ts +52 -28
- package/src/services/cvm/v20170312/cvm_models.ts +24 -4
- package/src/services/faceid/v20180301/faceid_models.ts +7 -7
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +17 -4
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +156 -40
- package/src/services/lcic/v20220817/lcic_client.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +8 -0
- package/src/services/mps/v20190612/mps_models.ts +2 -5
- package/src/services/postgres/v20170312/postgres_models.ts +30 -16
- package/src/services/rum/v20210622/rum_models.ts +0 -1
- package/src/services/scf/v20180416/scf_models.ts +2 -2
- package/src/services/trro/v20220325/trro_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_models.ts +4 -0
- package/src/services/tse/v20201207/tse_client.ts +17 -4
- package/src/services/tse/v20201207/tse_models.ts +105 -64
- package/src/services/vpc/v20170312/vpc_client.ts +5179 -7
- package/src/services/vpc/v20170312/vpc_models.ts +18815 -9
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +20 -9
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +7 -3
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +9 -3
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +50 -28
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +7 -7
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +153 -40
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +8 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -16
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +102 -64
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1895 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2669 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17875 -9
- package/test/cfs.v20190719.test.js +12 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/vpc.v20170312.test.js +3872 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.1017";
|
|
@@ -223,12 +223,10 @@ export interface ScheduleInfo {
|
|
|
223
223
|
export interface BindUser {
|
|
224
224
|
/**
|
|
225
225
|
* 用户名
|
|
226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
227
226
|
*/
|
|
228
227
|
UserName?: string;
|
|
229
228
|
/**
|
|
230
229
|
* 主机信息
|
|
231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
232
230
|
*/
|
|
233
231
|
Host?: string;
|
|
234
232
|
}
|
|
@@ -842,6 +840,14 @@ export interface DescribeSlowQueryRecordsDownloadRequest {
|
|
|
842
840
|
* catalog名称
|
|
843
841
|
*/
|
|
844
842
|
CatalogName?: Array<string>;
|
|
843
|
+
/**
|
|
844
|
+
* 排序字段
|
|
845
|
+
*/
|
|
846
|
+
SortField?: string;
|
|
847
|
+
/**
|
|
848
|
+
* 排序方式
|
|
849
|
+
*/
|
|
850
|
+
SortOrder?: string;
|
|
845
851
|
}
|
|
846
852
|
/**
|
|
847
853
|
* DescribeRestoreTaskDetail返回参数结构体
|
|
@@ -1503,12 +1509,10 @@ export interface DescribeSlowQueryRecordsResponse {
|
|
|
1503
1509
|
SlowQueryRecords?: Array<SlowQueryRecord>;
|
|
1504
1510
|
/**
|
|
1505
1511
|
* 所有数据库名
|
|
1506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1507
1512
|
*/
|
|
1508
1513
|
DBNameList?: Array<string>;
|
|
1509
1514
|
/**
|
|
1510
1515
|
* 所有catalog名
|
|
1511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1512
1516
|
*/
|
|
1513
1517
|
CatalogNameList?: Array<string>;
|
|
1514
1518
|
/**
|
|
@@ -1795,6 +1799,14 @@ export interface DescribeSlowQueryRecordsRequest {
|
|
|
1795
1799
|
* MemoryUsage排序字段
|
|
1796
1800
|
*/
|
|
1797
1801
|
MemoryUsage?: string;
|
|
1802
|
+
/**
|
|
1803
|
+
* 排序字段
|
|
1804
|
+
*/
|
|
1805
|
+
SortField?: string;
|
|
1806
|
+
/**
|
|
1807
|
+
* 排序方式
|
|
1808
|
+
*/
|
|
1809
|
+
SortOrder?: string;
|
|
1798
1810
|
}
|
|
1799
1811
|
/**
|
|
1800
1812
|
* DescribeInstanceNodesRole返回参数结构体
|
|
@@ -2681,12 +2693,10 @@ export interface BackupStatus {
|
|
|
2681
2693
|
Timeout?: number;
|
|
2682
2694
|
/**
|
|
2683
2695
|
* 备份实例id
|
|
2684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2685
2696
|
*/
|
|
2686
2697
|
BackupJobId?: number;
|
|
2687
2698
|
/**
|
|
2688
2699
|
* 实例对应snapshoit的id
|
|
2689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2690
2700
|
*/
|
|
2691
2701
|
TaskId?: number;
|
|
2692
2702
|
}
|
|
@@ -2973,17 +2983,14 @@ export interface ModifySecurityGroupsResponse {
|
|
|
2973
2983
|
export interface BackupCosInfo {
|
|
2974
2984
|
/**
|
|
2975
2985
|
* 备份文件所在的cos桶
|
|
2976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2977
2986
|
*/
|
|
2978
2987
|
CosBucket?: string;
|
|
2979
2988
|
/**
|
|
2980
2989
|
* 备份文件所在的完整cos路径
|
|
2981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2982
2990
|
*/
|
|
2983
2991
|
CosPath?: string;
|
|
2984
2992
|
/**
|
|
2985
2993
|
* 备份文件名称
|
|
2986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2987
2994
|
*/
|
|
2988
2995
|
SnapShotPath?: string;
|
|
2989
2996
|
}
|
|
@@ -3772,6 +3779,10 @@ export interface DescribeDatabaseAuditDownloadRequest {
|
|
|
3772
3779
|
* catalog名称 (多选)
|
|
3773
3780
|
*/
|
|
3774
3781
|
Catalogs?: Array<string>;
|
|
3782
|
+
/**
|
|
3783
|
+
* 是否是查询
|
|
3784
|
+
*/
|
|
3785
|
+
IsQuery?: Array<boolean>;
|
|
3775
3786
|
}
|
|
3776
3787
|
/**
|
|
3777
3788
|
* 集群规格
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateMigrationTaskRequest, ScaleUpFileSystemResponse, DescribeCfsPGroupsResponse, DescribeMountTargetsResponse, DescribeSnapshotOperationLogsRequest, DescribeCfsFileSystemsResponse, CreateCfsFileSystemResponse, BindAutoSnapshotPolicyRequest, ModifyFileSystemAutoScaleUpRuleRequest, ScaleUpFileSystemRequest, CreateCfsPGroupRequest, DescribeMigrationTasksResponse, DescribeAutoSnapshotPoliciesRequest, DescribeAvailableZoneInfoRequest, DescribeMountTargetsRequest, BindAutoSnapshotPolicyResponse, SignUpCfsServiceRequest, SignUpCfsServiceResponse, DescribeCfsRulesRequest, UpdateCfsFileSystemNameRequest, DeleteCfsPGroupRequest, UpdateCfsPGroupResponse, DeleteAutoSnapshotPolicyRequest, DeleteCfsFileSystemResponse, UpdateCfsRuleRequest, DeleteUserQuotaRequest, DescribeAvailableZoneInfoResponse, DeleteCfsSnapshotResponse, DescribeCfsFileSystemClientsResponse, DeleteMountTargetResponse, CreateCfsSnapshotRequest, DescribeBucketListRequest, DeleteCfsRuleRequest, UpdateCfsRuleResponse, DeleteMigrationTaskResponse, UpdateFileSystemBandwidthLimitResponse, DescribeSnapshotOperationLogsResponse, DeleteCfsFileSystemRequest, UpdateFileSystemBandwidthLimitRequest, CreateCfsPGroupResponse, DescribeCfsServiceStatusRequest, DeleteUserQuotaResponse, DeleteMigrationTaskRequest, SetUserQuotaRequest, CreateAutoSnapshotPolicyResponse, ModifyFileSystemAutoScaleUpRuleResponse, CreateCfsSnapshotResponse, DeleteMountTargetRequest, CreateCfsRuleRequest, DescribeUserQuotaRequest, DescribeBucketListResponse, UpdateCfsFileSystemNameResponse, DescribeCfsSnapshotOverviewResponse, DeleteCfsSnapshotRequest, DescribeCfsFileSystemClientsRequest, DescribeCfsFileSystemsRequest, CreateCfsFileSystemRequest, DescribeMigrationTasksRequest, UnbindAutoSnapshotPolicyRequest, UnbindAutoSnapshotPolicyResponse, DescribeCfsServiceStatusResponse, DescribeCfsSnapshotsRequest, UpdateCfsFileSystemSizeLimitResponse, UpdateAutoSnapshotPolicyRequest, UpdateCfsFileSystemSizeLimitRequest, DescribeCfsRulesResponse, UpdateCfsFileSystemPGroupResponse, UpdateAutoSnapshotPolicyResponse, UpdateCfsFileSystemPGroupRequest, CreateMigrationTaskResponse, DeleteAutoSnapshotPolicyResponse, DeleteCfsRuleResponse, UpdateCfsSnapshotAttributeResponse, UpdateCfsPGroupRequest, SetUserQuotaResponse, DescribeCfsPGroupsRequest, DeleteCfsPGroupResponse, UpdateCfsSnapshotAttributeRequest, DescribeUserQuotaResponse, CreateCfsRuleResponse, StopMigrationTaskResponse, DescribeCfsSnapshotsResponse, StopMigrationTaskRequest, DescribeAutoSnapshotPoliciesResponse, DescribeCfsSnapshotOverviewRequest, CreateAutoSnapshotPolicyRequest } from "./cfs_models";
|
|
3
|
+
import { CreateMigrationTaskRequest, ScaleUpFileSystemResponse, DescribeCfsPGroupsResponse, DescribeMountTargetsResponse, DescribeSnapshotOperationLogsRequest, DescribeCfsFileSystemsResponse, CreateCfsFileSystemResponse, BindAutoSnapshotPolicyRequest, ModifyFileSystemAutoScaleUpRuleRequest, ScaleUpFileSystemRequest, CreateCfsPGroupRequest, DescribeMigrationTasksResponse, DescribeAutoSnapshotPoliciesRequest, DescribeAvailableZoneInfoRequest, DescribeMountTargetsRequest, BindAutoSnapshotPolicyResponse, SignUpCfsServiceRequest, SignUpCfsServiceResponse, DescribeCfsRulesRequest, UpdateCfsFileSystemNameRequest, DeleteCfsPGroupRequest, UpdateCfsPGroupResponse, DeleteAutoSnapshotPolicyRequest, DeleteCfsFileSystemResponse, UpdateCfsRuleRequest, DeleteUserQuotaRequest, DescribeAvailableZoneInfoResponse, DeleteCfsSnapshotResponse, DescribeCfsFileSystemClientsResponse, DeleteMountTargetResponse, CreateCfsSnapshotRequest, DescribeBucketListRequest, DeleteCfsRuleRequest, UpdateCfsRuleResponse, DeleteMigrationTaskResponse, UpdateFileSystemBandwidthLimitResponse, DescribeSnapshotOperationLogsResponse, DeleteCfsFileSystemRequest, UpdateFileSystemBandwidthLimitRequest, CreateCfsPGroupResponse, DescribeCfsServiceStatusRequest, DeleteUserQuotaResponse, DeleteMigrationTaskRequest, SetUserQuotaRequest, CreateAutoSnapshotPolicyResponse, ModifyFileSystemAutoScaleUpRuleResponse, CreateCfsSnapshotResponse, DeleteMountTargetRequest, CreateCfsRuleRequest, CreateAccessCertRequest, DescribeUserQuotaRequest, DescribeBucketListResponse, UpdateCfsFileSystemNameResponse, DescribeCfsSnapshotOverviewResponse, DeleteCfsSnapshotRequest, DescribeCfsFileSystemClientsRequest, DescribeCfsFileSystemsRequest, CreateCfsFileSystemRequest, DescribeMigrationTasksRequest, UnbindAutoSnapshotPolicyRequest, UnbindAutoSnapshotPolicyResponse, DescribeCfsServiceStatusResponse, DescribeCfsSnapshotsRequest, UpdateCfsFileSystemSizeLimitResponse, UpdateAutoSnapshotPolicyRequest, UpdateCfsFileSystemSizeLimitRequest, DescribeCfsRulesResponse, UpdateCfsFileSystemPGroupResponse, UpdateAutoSnapshotPolicyResponse, UpdateCfsFileSystemPGroupRequest, CreateMigrationTaskResponse, DeleteAutoSnapshotPolicyResponse, DeleteCfsRuleResponse, UpdateCfsSnapshotAttributeResponse, UpdateCfsPGroupRequest, CreateAccessCertResponse, SetUserQuotaResponse, DescribeCfsPGroupsRequest, DeleteCfsPGroupResponse, UpdateCfsSnapshotAttributeRequest, DescribeUserQuotaResponse, CreateCfsRuleResponse, StopMigrationTaskResponse, DescribeCfsSnapshotsResponse, StopMigrationTaskRequest, DescribeAutoSnapshotPoliciesResponse, DescribeCfsSnapshotOverviewRequest, CreateAutoSnapshotPolicyRequest } from "./cfs_models";
|
|
4
4
|
/**
|
|
5
5
|
* cfs client
|
|
6
6
|
* @class
|
|
@@ -119,6 +119,10 @@ export declare class Client extends AbstractClient {
|
|
|
119
119
|
* 更新定期自动快照策略
|
|
120
120
|
*/
|
|
121
121
|
UpdateAutoSnapshotPolicy(req: UpdateAutoSnapshotPolicyRequest, cb?: (error: string, rep: UpdateAutoSnapshotPolicyResponse) => void): Promise<UpdateAutoSnapshotPolicyResponse>;
|
|
122
|
+
/**
|
|
123
|
+
* 本接口(UpdateCfsRule)用于更新权限规则。
|
|
124
|
+
*/
|
|
125
|
+
UpdateCfsRule(req: UpdateCfsRuleRequest, cb?: (error: string, rep: UpdateCfsRuleResponse) => void): Promise<UpdateCfsRuleResponse>;
|
|
122
126
|
/**
|
|
123
127
|
* 本接口(DescribeCfsFileSystems)用于查询文件系统
|
|
124
128
|
*/
|
|
@@ -179,9 +183,9 @@ export declare class Client extends AbstractClient {
|
|
|
179
183
|
*/
|
|
180
184
|
CreateCfsRule(req: CreateCfsRuleRequest, cb?: (error: string, rep: CreateCfsRuleResponse) => void): Promise<CreateCfsRuleResponse>;
|
|
181
185
|
/**
|
|
182
|
-
*
|
|
186
|
+
* 创建用于访问文件系统的凭证
|
|
183
187
|
*/
|
|
184
|
-
|
|
188
|
+
CreateAccessCert(req: CreateAccessCertRequest, cb?: (error: string, rep: CreateAccessCertResponse) => void): Promise<CreateAccessCertResponse>;
|
|
185
189
|
/**
|
|
186
190
|
* 本接口(UpdateCfsPGroup)更新权限组信息。
|
|
187
191
|
*/
|
|
@@ -193,6 +193,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
193
193
|
async UpdateAutoSnapshotPolicy(req, cb) {
|
|
194
194
|
return this.request("UpdateAutoSnapshotPolicy", req, cb);
|
|
195
195
|
}
|
|
196
|
+
/**
|
|
197
|
+
* 本接口(UpdateCfsRule)用于更新权限规则。
|
|
198
|
+
*/
|
|
199
|
+
async UpdateCfsRule(req, cb) {
|
|
200
|
+
return this.request("UpdateCfsRule", req, cb);
|
|
201
|
+
}
|
|
196
202
|
/**
|
|
197
203
|
* 本接口(DescribeCfsFileSystems)用于查询文件系统
|
|
198
204
|
*/
|
|
@@ -281,10 +287,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
281
287
|
return this.request("CreateCfsRule", req, cb);
|
|
282
288
|
}
|
|
283
289
|
/**
|
|
284
|
-
*
|
|
290
|
+
* 创建用于访问文件系统的凭证
|
|
285
291
|
*/
|
|
286
|
-
async
|
|
287
|
-
return this.request("
|
|
292
|
+
async CreateAccessCert(req, cb) {
|
|
293
|
+
return this.request("CreateAccessCert", req, cb);
|
|
288
294
|
}
|
|
289
295
|
/**
|
|
290
296
|
* 本接口(UpdateCfsPGroup)更新权限组信息。
|
|
@@ -735,6 +735,39 @@ export interface UpdateCfsPGroupResponse {
|
|
|
735
735
|
*/
|
|
736
736
|
RequestId?: string;
|
|
737
737
|
}
|
|
738
|
+
/**
|
|
739
|
+
* 快照操作日志
|
|
740
|
+
*/
|
|
741
|
+
export interface SnapshotOperateLog {
|
|
742
|
+
/**
|
|
743
|
+
* 操作类型
|
|
744
|
+
CreateCfsSnapshot:创建快照
|
|
745
|
+
DeleteCfsSnapshot:删除快照
|
|
746
|
+
CreateCfsFileSystem:创建文件系统
|
|
747
|
+
UpdateCfsSnapshotAttribute:更新快照
|
|
748
|
+
*/
|
|
749
|
+
Action?: string;
|
|
750
|
+
/**
|
|
751
|
+
* 操作时间
|
|
752
|
+
*/
|
|
753
|
+
ActionTime?: string;
|
|
754
|
+
/**
|
|
755
|
+
* 操作名称
|
|
756
|
+
CreateCfsSnapshot
|
|
757
|
+
DeleteCfsSnapshot
|
|
758
|
+
CreateCfsFileSystem
|
|
759
|
+
UpdateCfsSnapshotAttribute
|
|
760
|
+
*/
|
|
761
|
+
ActionName?: string;
|
|
762
|
+
/**
|
|
763
|
+
* 操作者uin
|
|
764
|
+
*/
|
|
765
|
+
Operator?: string;
|
|
766
|
+
/**
|
|
767
|
+
* 1-任务进行中;2-任务成功;3-任务失败
|
|
768
|
+
*/
|
|
769
|
+
Result?: number;
|
|
770
|
+
}
|
|
738
771
|
/**
|
|
739
772
|
* DeleteAutoSnapshotPolicy请求参数结构体
|
|
740
773
|
*/
|
|
@@ -1259,37 +1292,13 @@ export interface BucketInfo {
|
|
|
1259
1292
|
Region: string;
|
|
1260
1293
|
}
|
|
1261
1294
|
/**
|
|
1262
|
-
*
|
|
1295
|
+
* CreateAccessCert请求参数结构体
|
|
1263
1296
|
*/
|
|
1264
|
-
export interface
|
|
1297
|
+
export interface CreateAccessCertRequest {
|
|
1265
1298
|
/**
|
|
1266
|
-
*
|
|
1267
|
-
CreateCfsSnapshot:创建快照
|
|
1268
|
-
DeleteCfsSnapshot:删除快照
|
|
1269
|
-
CreateCfsFileSystem:创建文件系统
|
|
1270
|
-
UpdateCfsSnapshotAttribute:更新快照
|
|
1271
|
-
*/
|
|
1272
|
-
Action?: string;
|
|
1273
|
-
/**
|
|
1274
|
-
* 操作时间
|
|
1299
|
+
* 证书描述
|
|
1275
1300
|
*/
|
|
1276
|
-
|
|
1277
|
-
/**
|
|
1278
|
-
* 操作名称
|
|
1279
|
-
CreateCfsSnapshot
|
|
1280
|
-
DeleteCfsSnapshot
|
|
1281
|
-
CreateCfsFileSystem
|
|
1282
|
-
UpdateCfsSnapshotAttribute
|
|
1283
|
-
*/
|
|
1284
|
-
ActionName?: string;
|
|
1285
|
-
/**
|
|
1286
|
-
* 操作者uin
|
|
1287
|
-
*/
|
|
1288
|
-
Operator?: string;
|
|
1289
|
-
/**
|
|
1290
|
-
* 1-任务进行中;2-任务成功;3-任务失败
|
|
1291
|
-
*/
|
|
1292
|
-
Result?: number;
|
|
1301
|
+
CertDesc: string;
|
|
1293
1302
|
}
|
|
1294
1303
|
/**
|
|
1295
1304
|
* DescribeUserQuota请求参数结构体
|
|
@@ -2071,6 +2080,19 @@ export interface UpdateCfsPGroupRequest {
|
|
|
2071
2080
|
*/
|
|
2072
2081
|
DescInfo?: string;
|
|
2073
2082
|
}
|
|
2083
|
+
/**
|
|
2084
|
+
* CreateAccessCert返回参数结构体
|
|
2085
|
+
*/
|
|
2086
|
+
export interface CreateAccessCertResponse {
|
|
2087
|
+
/**
|
|
2088
|
+
* 凭证唯一标识
|
|
2089
|
+
*/
|
|
2090
|
+
CertId?: string;
|
|
2091
|
+
/**
|
|
2092
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2093
|
+
*/
|
|
2094
|
+
RequestId?: string;
|
|
2095
|
+
}
|
|
2074
2096
|
/**
|
|
2075
2097
|
* SetUserQuota返回参数结构体
|
|
2076
2098
|
*/
|
|
@@ -86,6 +86,14 @@ export interface DescribeHpcClustersRequest {
|
|
|
86
86
|
* 高性能计算集群对应的业务场景标识,当前只支持CDC。
|
|
87
87
|
*/
|
|
88
88
|
HpcClusterBusinessId?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 高性能计算集群实例类型
|
|
91
|
+
*/
|
|
92
|
+
InstanceType?: string;
|
|
93
|
+
/**
|
|
94
|
+
* <li><strong>tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>tag-value</strong></li> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> <li><strong>tag:tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p> 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。
|
|
95
|
+
*/
|
|
96
|
+
Filters?: Array<Filter>;
|
|
89
97
|
}
|
|
90
98
|
/**
|
|
91
99
|
* DescribeImageQuota返回参数结构体
|
|
@@ -2276,7 +2284,7 @@ export interface InquiryPriceRunInstancesRequest {
|
|
|
2276
2284
|
*/
|
|
2277
2285
|
InstanceCount?: number;
|
|
2278
2286
|
/**
|
|
2279
|
-
* 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持
|
|
2287
|
+
* 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持128个字符(包含模式串)。</li>
|
|
2280
2288
|
*/
|
|
2281
2289
|
InstanceName?: string;
|
|
2282
2290
|
/**
|
|
@@ -3291,7 +3299,7 @@ export interface CreateLaunchTemplateVersionRequest {
|
|
|
3291
3299
|
*/
|
|
3292
3300
|
InstanceCount?: number;
|
|
3293
3301
|
/**
|
|
3294
|
-
* 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持
|
|
3302
|
+
* 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持128个字符(包含模式串)。</li>
|
|
3295
3303
|
*/
|
|
3296
3304
|
InstanceName?: string;
|
|
3297
3305
|
/**
|
|
@@ -3561,7 +3569,7 @@ export interface CreateLaunchTemplateRequest {
|
|
|
3561
3569
|
*/
|
|
3562
3570
|
InstanceCount?: number;
|
|
3563
3571
|
/**
|
|
3564
|
-
* 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持
|
|
3572
|
+
* 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持128个字符(包含模式串)。</li>
|
|
3565
3573
|
*/
|
|
3566
3574
|
InstanceName?: string;
|
|
3567
3575
|
/**
|
|
@@ -4007,7 +4015,7 @@ export interface RunInstancesRequest {
|
|
|
4007
4015
|
*/
|
|
4008
4016
|
InstanceCount?: number;
|
|
4009
4017
|
/**
|
|
4010
|
-
* 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持
|
|
4018
|
+
* 实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持128个字符(包含模式串)。</li>
|
|
4011
4019
|
*/
|
|
4012
4020
|
InstanceName?: string;
|
|
4013
4021
|
/**
|
|
@@ -4135,6 +4143,10 @@ export interface CreateHpcClusterRequest {
|
|
|
4135
4143
|
* 高性能计算集群对应的业务场景标识,当前只支持CDC。
|
|
4136
4144
|
*/
|
|
4137
4145
|
HpcClusterBusinessId?: string;
|
|
4146
|
+
/**
|
|
4147
|
+
* 标签描述列表。通过指定该参数可以同时绑定标签到相应的HPC高性能集群。
|
|
4148
|
+
*/
|
|
4149
|
+
TagSpecification?: Array<TagSpecification>;
|
|
4138
4150
|
}
|
|
4139
4151
|
/**
|
|
4140
4152
|
* InquiryPriceResetInstancesInternetMaxBandwidth请求参数结构体
|
|
@@ -5707,6 +5719,14 @@ export interface HpcClusterInfo {
|
|
|
5707
5719
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5708
5720
|
*/
|
|
5709
5721
|
HpcClusterBusinessId?: string;
|
|
5722
|
+
/**
|
|
5723
|
+
* 高性能计算集群网络模式
|
|
5724
|
+
*/
|
|
5725
|
+
HpcClusterNetMode?: number;
|
|
5726
|
+
/**
|
|
5727
|
+
* 高性能计算集群关联的标签列表
|
|
5728
|
+
*/
|
|
5729
|
+
Tags?: Array<Tag>;
|
|
5710
5730
|
}
|
|
5711
5731
|
/**
|
|
5712
5732
|
* HDD的本地存储信息
|
|
@@ -394,7 +394,7 @@ export interface ParseNfcDataResponse {
|
|
|
394
394
|
/**
|
|
395
395
|
* 旅行证件类的核验结果。
|
|
396
396
|
- JSON格式如下:
|
|
397
|
-
{"result_issuer ":"签发者证书合法性验证结果 ","
|
|
397
|
+
{"result_issuer ":"签发者证书合法性验证结果 ","result_paper":"证件安全对象合法性验证结果 ","result_data" :"防数据篡改验证结果 ","result_chip" :"防证书件芯片被复制验证结果"} 。
|
|
398
398
|
- 取值范围: 0:验证通过,1: 验证不通过,2: 未验证,3:部分通过,当4项核验结果都为0时,表示证件为真。
|
|
399
399
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
400
400
|
*/
|
|
@@ -585,7 +585,7 @@ export interface DetectAuthRequest {
|
|
|
585
585
|
*/
|
|
586
586
|
export interface CheckEidTokenStatusRequest {
|
|
587
587
|
/**
|
|
588
|
-
* E证通流程的唯一标识,调用GetEidToken接口时生成。
|
|
588
|
+
* E证通流程的唯一标识,调用[GetEidToken](https://cloud.tencent.com/document/product/1007/54089)接口时生成。
|
|
589
589
|
*/
|
|
590
590
|
EidToken: string;
|
|
591
591
|
}
|
|
@@ -971,7 +971,7 @@ export interface CheckBankCardInformationResponse {
|
|
|
971
971
|
*/
|
|
972
972
|
export interface GetEidTokenRequest {
|
|
973
973
|
/**
|
|
974
|
-
* EID商户
|
|
974
|
+
* EID商户ID。通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。
|
|
975
975
|
- 字段长度最长50位。
|
|
976
976
|
*/
|
|
977
977
|
MerchantId: string;
|
|
@@ -1874,7 +1874,7 @@ export interface MobileNetworkTimeVerificationResponse {
|
|
|
1874
1874
|
Description?: string;
|
|
1875
1875
|
/**
|
|
1876
1876
|
* 在网时长区间。
|
|
1877
|
-
- 格式为
|
|
1877
|
+
- 格式为[a,b),表示在网时长在a个月以上,b个月以下。
|
|
1878
1878
|
- 若b为+时表示没有上限。
|
|
1879
1879
|
*/
|
|
1880
1880
|
Range?: string;
|
|
@@ -2557,7 +2557,7 @@ export interface GetActionSequenceRequest {
|
|
|
2557
2557
|
*/
|
|
2558
2558
|
export interface GetDetectInfoEnhancedRequest {
|
|
2559
2559
|
/**
|
|
2560
|
-
* 人脸核身流程的标识,调用DetectAuth接口时生成。
|
|
2560
|
+
* 人脸核身流程的标识,调用[DetectAuth](https://cloud.tencent.com/document/product/1007/31816)接口时生成。
|
|
2561
2561
|
*/
|
|
2562
2562
|
BizToken: string;
|
|
2563
2563
|
/**
|
|
@@ -2760,7 +2760,7 @@ export interface PhoneVerificationRequest {
|
|
|
2760
2760
|
export interface GetFaceIdResultRequest {
|
|
2761
2761
|
/**
|
|
2762
2762
|
* SDK人脸核身流程的标识。
|
|
2763
|
-
- 调用GetFaceIdToken接口时生成。
|
|
2763
|
+
- 调用[GetFaceIdToken](https://cloud.tencent.com/document/product/1007/49198)接口时生成。
|
|
2764
2764
|
*/
|
|
2765
2765
|
FaceIdToken: string;
|
|
2766
2766
|
/**
|
|
@@ -3153,7 +3153,7 @@ export interface GetActionSequenceResponse {
|
|
|
3153
3153
|
*/
|
|
3154
3154
|
export interface GetFaceIdRiskInfoRequest {
|
|
3155
3155
|
/**
|
|
3156
|
-
* SDK人脸核身流程的标识,调用GetFaceidRiskInfoToken接口时生成。
|
|
3156
|
+
* SDK人脸核身流程的标识,调用[GetFaceidRiskInfoToken](https://cloud.tencent.com/document/product/1007/104581)接口时生成。
|
|
3157
3157
|
*/
|
|
3158
3158
|
FaceIdToken: string;
|
|
3159
3159
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { GetTWeCallPkgListRequest, DescribeCloudStoragePackageConsumeDetailsResponse, GetWechatDeviceTicketRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, DescribeDevicePackagesRequest, ControlDeviceDataRequest, DeleteLoRaFrequencyResponse, CreateFreeCloudStorageResponse, ModifyPositionFenceResponse, DescribeCloudStorageAIServiceTaskRequest, DescribeCloudStorageThumbnailListRequest, CheckFirmwareUpdateResponse, DescribeCloudStorageUsersResponse, DescribeCloudStoragePackageConsumeDetailsRequest, DescribeActivateLicenseServiceResponse, CreateCloudStorageAIServiceTaskRequest, DescribeCloudStorageOrderRequest, DescribeSpaceFenceEventListResponse, SearchTopicRuleResponse, ModifyCloudStorageAIServiceResponse, DescribeDeviceFirmWareRequest, BindCloudStorageUserRequest, CreateLoRaFrequencyRequest, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateProjectResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, InheritCloudStorageUserResponse, DescribeDeviceResponse, PublishBroadcastMessageRequest, GetStudioProductListResponse, GetTWeCallActiveStatusRequest, GetAuthMiniProgramAppListRequest, DescribeFenceEventListRequest, ActivateTWeCallLicenseResponse, DeleteTopicPolicyRequest, ResetCloudStorageEventRequest, GetFamilyDeviceUserListRequest, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, DescribeGatewaySubDeviceListRequest, GetDeviceListRequest, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, GetProjectListRequest, ModifyPositionSpaceRequest, DescribeDeviceBindGatewayRequest, ModifyProjectResponse, DescribeCloudStorageThumbnailRequest, ModifyProductCloudStorageAIServiceRequest, CreateExternalSourceAIServiceTaskRequest, GetDeviceSumStatisticsResponse, InheritCloudStorageUserRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PauseTWeCallDeviceRequest, DescribeDeviceDataHistoryResponse, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeDeviceFirmwaresResponse, DescribeCloudStorageUsersRequest, DescribeCloudStorageDateRequest, DescribeTopicPolicyRequest, DescribeDeviceFirmwaresRequest, DeleteDevicesRequest, UnbindDevicesRequest, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetPositionSpaceListRequest, DescribeGatewaySubProductsResponse, GetDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, DescribeFreeCloudStorageNumRequest, DescribeDevicePositionListRequest, InvokeExternalSourceAIServiceTaskResponse, CreateStudioProductRequest, TransferCloudStorageRequest, DescribeFirmwareRequest, DescribeCloudStorageAIServiceCallbackResponse, ListTopicPolicyResponse, GenSingleDeviceSignatureOfPublicResponse, DescribeBatchProductionResponse, DescribeProductCloudStorageAIServiceResponse, DescribeLoRaFrequencyRequest, DeleteCloudStorageEventRequest, SearchPositionSpaceRequest, BindDevicesResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ModifyTopicRuleRequest, DescribeFenceBindListResponse, TransferTWeCallDeviceRequest, UnbindProductsRequest, CreateCloudStorageAIServiceRequest, DescribeDeviceLocationSolveResponse, DescribeStudioProductResponse, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, CheckFirmwareUpdateRequest, RemoveUserByRoomIdFromTRTCRequest, ModifyPositionSpaceResponse, ModifyCloudStorageAIServiceCallbackResponse, CreateFenceBindResponse, DescribeBindedProductsResponse, ModifyTopicRuleResponse, DescribeBatchProductionRequest, DescribeCloudStorageAIServiceTaskResponse, PublishRRPCMessageResponse, DescribeInstanceResponse, GetLoRaGatewayListRequest, DescribeProjectRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, GetBatchProductionsListRequest, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, CreatePositionSpaceResponse, ResetCloudStorageEventResponse, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeActivateDeviceResponse, ResetTWeCallDeviceResponse, DescribeCloudStorageResponse, DescribeCloudStorageStreamDataRequest,
|
|
3
|
+
import { GetTWeCallPkgListRequest, DescribeCloudStoragePackageConsumeDetailsResponse, GetWechatDeviceTicketRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, DescribeDevicePackagesRequest, ControlDeviceDataRequest, DeleteLoRaFrequencyResponse, CreateFreeCloudStorageResponse, ModifyPositionFenceResponse, DescribeCloudStorageAIServiceTaskRequest, DescribeCloudStorageThumbnailListRequest, CheckFirmwareUpdateResponse, DescribeCloudStorageUsersResponse, DescribeCloudStoragePackageConsumeDetailsRequest, DescribeActivateLicenseServiceResponse, CreateCloudStorageAIServiceTaskRequest, DescribeCloudStorageOrderRequest, DescribeSpaceFenceEventListResponse, DescribeCloudStorageEventsWithAITasksResponse, SearchTopicRuleResponse, ModifyCloudStorageAIServiceResponse, DescribeDeviceFirmWareRequest, BindCloudStorageUserRequest, CreateLoRaFrequencyRequest, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateProjectResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, InheritCloudStorageUserResponse, DescribeDeviceResponse, PublishBroadcastMessageRequest, GetStudioProductListResponse, GetTWeCallActiveStatusRequest, GetAuthMiniProgramAppListRequest, DescribeFenceEventListRequest, ActivateTWeCallLicenseResponse, DeleteTopicPolicyRequest, ResetCloudStorageEventRequest, GetFamilyDeviceUserListRequest, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, DescribeGatewaySubDeviceListRequest, GetDeviceListRequest, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, GetProjectListRequest, ModifyPositionSpaceRequest, DescribeDeviceBindGatewayRequest, ModifyProjectResponse, DescribeCloudStorageThumbnailRequest, ModifyProductCloudStorageAIServiceRequest, CreateExternalSourceAIServiceTaskRequest, GetDeviceSumStatisticsResponse, InheritCloudStorageUserRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PauseTWeCallDeviceRequest, DescribeDeviceDataHistoryResponse, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeDeviceFirmwaresResponse, DescribeCloudStorageUsersRequest, DescribeCloudStorageDateRequest, DescribeTopicPolicyRequest, DescribeDeviceFirmwaresRequest, DeleteDevicesRequest, UnbindDevicesRequest, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetPositionSpaceListRequest, DescribeGatewaySubProductsResponse, GetDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, DescribeFreeCloudStorageNumRequest, DescribeDevicePositionListRequest, InvokeExternalSourceAIServiceTaskResponse, CreateStudioProductRequest, TransferCloudStorageRequest, DescribeFirmwareRequest, DescribeCloudStorageAIServiceCallbackResponse, ListTopicPolicyResponse, GenSingleDeviceSignatureOfPublicResponse, DescribeBatchProductionResponse, DescribeProductCloudStorageAIServiceResponse, DescribeLoRaFrequencyRequest, DeleteCloudStorageEventRequest, SearchPositionSpaceRequest, BindDevicesResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ModifyTopicRuleRequest, DescribeFenceBindListResponse, TransferTWeCallDeviceRequest, UnbindProductsRequest, CreateCloudStorageAIServiceRequest, DescribeDeviceLocationSolveResponse, DescribeStudioProductResponse, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, CheckFirmwareUpdateRequest, RemoveUserByRoomIdFromTRTCRequest, ModifyPositionSpaceResponse, ModifyCloudStorageAIServiceCallbackResponse, CreateFenceBindResponse, DescribeBindedProductsResponse, ModifyTopicRuleResponse, DescribeBatchProductionRequest, DescribeCloudStorageAIServiceTaskResponse, PublishRRPCMessageResponse, DescribeInstanceResponse, GetLoRaGatewayListRequest, DescribeProjectRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, GetBatchProductionsListRequest, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, CreatePositionSpaceResponse, ResetCloudStorageEventResponse, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeActivateDeviceResponse, ResetTWeCallDeviceResponse, DescribeCloudStorageResponse, DescribeCloudStorageStreamDataRequest, DirectBindDeviceInFamilyRequest, PublishMessageResponse, DescribeModelDefinitionRequest, DisableTopicRuleRequest, ActivateTWeCallLicenseRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribePositionFenceListRequest, InvokeCloudStorageAIServiceTaskRequest, CreatePositionSpaceRequest, DescribeCloudStorageEventsWithAITasksRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeDeviceLocationSolveRequest, DescribeVideoLicenseRequest, DescribeCloudStorageAIServiceResponse, AssignTWeCallLicenseRequest, DeleteDevicesResponse, ModifyStudioProductResponse, BindDevicesRequest, DescribePackageConsumeTaskRequest, DismissRoomByStrRoomIdFromTRTCResponse, DescribeFirmwareUpdateStatusResponse, PublishFirmwareUpdateMessageResponse, CallDeviceActionSyncRequest, ResetCloudStorageAIServiceResponse, InvokeCloudStorageAIServiceTaskResponse, ModifyFenceBindResponse, DescribeGatewayBindDevicesResponse, DeletePositionFenceResponse, GetAuthMiniProgramAppListResponse, UpdateDeviceTWeCallAuthorizeStatusResponse, ModifyProductCloudStorageAIServiceResponse, GetDeviceLocationHistoryRequest, DeletePositionSpaceRequest, DescribeActivateDeviceRequest, CreateProjectRequest, CreateCloudStorageAIServiceResponse, GetTWeCallActiveStatusResponse, PauseTWeCallDeviceResponse, DeleteDeviceRequest, GetProjectListResponse, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeFirmwareResponse, DescribePackageConsumeTasksResponse, UnbindProductsResponse, DescribeTopicPolicyResponse, DescribeDeviceFirmWareResponse, DescribeFenceEventListResponse, ModifyCloudStorageAIServiceRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, DescribeCloudStorageAIServiceTasksRequest, ListFirmwaresRequest, PublishMessageRequest, GetCOSURLResponse, ReleaseStudioProductRequest, SearchPositionSpaceResponse, GenerateCloudStorageAIServiceTaskFileURLResponse, ResetTWeCallDeviceRequest, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, GetPositionSpaceListResponse, CreatePositionFenceResponse, DescribeTopicRuleResponse, UpdateFirmwareRequest, DescribeDeviceRequest, CreateDeviceChannelRequest, DescribeDevicePackagesResponse, DescribeGatewaySubDeviceListResponse, SearchStudioProductResponse, DescribeVideoLicenseResponse, DescribePackageConsumeTasksRequest, GetFamilyDeviceUserListResponse, DeleteLoRaGatewayResponse, AssignTWeCallLicenseResponse, ModifyLoRaFrequencyRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, BindProductsResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, CreateExternalSourceAIServiceTaskResponse, BindProductsRequest, ModifyLoRaGatewayResponse, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageOrderResponse, DescribeActivateLicenseServiceRequest, CreateTRTCSignaturesWithRoomIdResponse, DescribeCloudStorageEventsRequest, DescribeInstanceRequest, ResetCloudStorageRequest, DeleteProjectRequest, UpdateDevicesEnableStateResponse, GenerateSignedVideoURLRequest, ModifyPositionFenceRequest, ModifySpacePropertyRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, TransferCloudStorageResponse, CreateStudioProductResponse, UpdateFirmwareResponse, ModifyStudioProductRequest, CreateBatchProductionRequest, GetTopicRuleListResponse, CancelAssignTWeCallLicenseRequest, DescribeCloudStoragePackageConsumeStatsResponse, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, PublishRRPCMessageRequest, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, DescribeFirmwareUpdateStatusRequest, DescribeDevicePositionListResponse, DescribeProjectResponse, ListTopicPolicyRequest, DeleteLoRaFrequencyRequest, InvokeExternalSourceAIServiceTaskRequest, DescribeProductCloudStorageAIServiceRequest, DeleteLoRaGatewayRequest, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, TransferTWeCallDeviceResponse, DescribeTopicRuleRequest, ModifyCloudStorageAIServiceCallbackRequest, GetWechatDeviceTicketResponse, ResumeWeCallDeviceResponse, ResetCloudStorageResponse, ResumeWeCallDeviceRequest, GetCOSURLRequest, CreateFenceBindRequest, UploadFirmwareRequest, GetDeviceLocationHistoryResponse, ModifyFenceBindRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, DescribeCloudStoragePackageConsumeStatsRequest, DeleteFenceBindResponse, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, CreateDeviceChannelResponse, CreateTopicRuleRequest, CreateTopicPolicyRequest, CancelAssignTWeCallLicenseResponse, DescribeCloudStorageEventsResponse, DescribeBindedProductsRequest, CreateFreeCloudStorageRequest, DescribeLoRaFrequencyResponse, CreateCloudStorageAIServiceTaskResponse, DescribeCloudStorageDateResponse, DescribeFreeCloudStorageNumResponse, CreateIotVideoCloudStorageRequest, GenerateCloudStorageAIServiceTaskFileURLRequest, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, UnbindDevicesResponse, CreateBatchProductionResponse, GetTopicRuleListRequest, DeleteStudioProductRequest, GetDeviceSumStatisticsRequest, DescribeCloudStorageAIServiceCallbackRequest, DescribeCloudStorageRequest, GenerateSignedVideoURLResponse, CreatePositionFenceRequest, DescribeCloudStorageThumbnailResponse, PublishFirmwareUpdateMessageRequest, UpdateDevicesEnableStateRequest, ResetCloudStorageAIServiceRequest, ModifyModelDefinitionResponse, RemoveUserByRoomIdFromTRTCResponse, ModifyLoRaGatewayRequest, DescribeCloudStorageTimeRequest, EnableTopicRuleRequest, GetTWeCallPkgListResponse, DescribeFirmwareTaskRequest } from "./iotexplorer_models";
|
|
4
4
|
/**
|
|
5
5
|
* iotexplorer client
|
|
6
6
|
* @class
|
|
@@ -27,6 +27,10 @@ export declare class Client extends AbstractClient {
|
|
|
27
27
|
* 用于查看某个设备的详细信息
|
|
28
28
|
*/
|
|
29
29
|
DescribeDevice(req: DescribeDeviceRequest, cb?: (error: string, rep: DescribeDeviceResponse) => void): Promise<DescribeDeviceResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* 拉取云存事件列表
|
|
32
|
+
*/
|
|
33
|
+
DescribeCloudStorageEventsWithAITasks(req: DescribeCloudStorageEventsWithAITasksRequest, cb?: (error: string, rep: DescribeCloudStorageEventsWithAITasksResponse) => void): Promise<DescribeCloudStorageEventsWithAITasksResponse>;
|
|
30
34
|
/**
|
|
31
35
|
* 本接口(DescribeTopicPolicy)用于查看Topic详细信息
|
|
32
36
|
*/
|
|
@@ -57,6 +57,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
57
57
|
async DescribeDevice(req, cb) {
|
|
58
58
|
return this.request("DescribeDevice", req, cb);
|
|
59
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* 拉取云存事件列表
|
|
62
|
+
*/
|
|
63
|
+
async DescribeCloudStorageEventsWithAITasks(req, cb) {
|
|
64
|
+
return this.request("DescribeCloudStorageEventsWithAITasks", req, cb);
|
|
65
|
+
}
|
|
60
66
|
/**
|
|
61
67
|
* 本接口(DescribeTopicPolicy)用于查看Topic详细信息
|
|
62
68
|
*/
|