tencentcloud-sdk-nodejs 4.0.564 → 4.0.566
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 +505 -0
- package/SERVICE_CHANGELOG.md +572 -82
- package/package.json +1 -1
- package/products.md +38 -38
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +147 -26
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +3 -0
- package/src/services/batch/v20170312/batch_models.ts +6 -4
- package/src/services/ccc/v20200210/ccc_models.ts +20 -8
- package/src/services/cdn/v20180606/cdn_client.ts +8 -4
- package/src/services/cdn/v20180606/cdn_models.ts +6 -6
- package/src/services/cfs/v20190719/cfs_models.ts +41 -9
- package/src/services/ckafka/v20190819/ckafka_client.ts +44 -7
- package/src/services/ckafka/v20190819/ckafka_models.ts +405 -242
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cme/v20191029/cme_client.ts +41 -12
- package/src/services/cme/v20191029/cme_models.ts +228 -50
- package/src/services/cvm/v20170312/cvm_models.ts +38 -18
- package/src/services/eb/v20210416/eb_client.ts +32 -5
- package/src/services/eb/v20210416/eb_models.ts +277 -37
- package/src/services/ess/v20201111/ess_models.ts +14 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +17 -0
- package/src/services/monitor/v20180724/monitor_client.ts +8 -8
- package/src/services/monitor/v20180724/monitor_models.ts +17 -7
- package/src/services/mps/v20190612/mps_models.ts +15 -0
- package/src/services/ocr/v20181119/ocr_client.ts +13 -5
- package/src/services/redis/v20180412/redis_client.ts +3 -3
- package/src/services/redis/v20180412/redis_models.ts +31 -22
- package/src/services/scf/v20180416/scf_models.ts +9 -0
- package/src/services/tcb/v20180608/tcb_models.ts +7 -7
- package/src/services/teo/v20220901/teo_client.ts +16 -2
- package/src/services/teo/v20220901/teo_models.ts +214 -34
- package/src/services/trtc/v20190722/trtc_client.ts +15 -0
- package/src/services/trtc/v20190722/trtc_models.ts +16 -1
- package/src/services/tsf/v20180326/tsf_client.ts +123 -26
- package/src/services/tsf/v20180326/tsf_models.ts +383 -81
- package/src/services/vod/v20180717/vod_models.ts +4 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_client.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +126 -26
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +17 -7
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +6 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -6
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +34 -8
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +13 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +18 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +326 -188
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +27 -9
- package/tencentcloud/services/cme/v20191029/cme_client.js +29 -9
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +193 -43
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +19 -0
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +9 -1
- package/tencentcloud/services/eb/v20210416/eb_client.js +12 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +238 -36
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -8
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +8 -8
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +15 -7
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +12 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +12 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +12 -4
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +3 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +27 -18
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +7 -7
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +187 -34
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +8 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +9 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +14 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +39 -7
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +57 -9
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +330 -70
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
- package/test/ckafka.v20190819.test.js +30 -0
- package/test/cme.v20191029.test.js +12 -2
- package/test/eb.v20210416.test.js +20 -0
- package/test/teo.v20220901.test.js +10 -0
- package/test/trtc.v20190722.test.js +10 -0
- package/test/tsf.v20180326.test.js +86 -6
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 描述如何数据转换
|
|
3
|
+
|
|
4
|
+
*/
|
|
5
|
+
export interface Transform {
|
|
6
|
+
/**
|
|
7
|
+
* 描述如何数据转换
|
|
8
|
+
*/
|
|
9
|
+
OutputStructs: Array<OutputStructParam>;
|
|
10
|
+
}
|
|
1
11
|
/**
|
|
2
12
|
* ListConnections返回参数结构体
|
|
3
13
|
*/
|
|
@@ -213,22 +223,66 @@ export interface DeleteTargetResponse {
|
|
|
213
223
|
RequestId?: string;
|
|
214
224
|
}
|
|
215
225
|
/**
|
|
216
|
-
*
|
|
226
|
+
* UpdateRule请求参数结构体
|
|
217
227
|
*/
|
|
218
|
-
export interface
|
|
228
|
+
export interface UpdateRuleRequest {
|
|
219
229
|
/**
|
|
220
|
-
*
|
|
230
|
+
* 事件规则ID
|
|
221
231
|
*/
|
|
222
|
-
|
|
232
|
+
RuleId: string;
|
|
223
233
|
/**
|
|
224
|
-
*
|
|
234
|
+
* 事件集ID
|
|
225
235
|
*/
|
|
226
|
-
|
|
236
|
+
EventBusId: string;
|
|
227
237
|
/**
|
|
228
|
-
*
|
|
229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
238
|
+
* 使能开关。
|
|
230
239
|
*/
|
|
231
|
-
|
|
240
|
+
Enable?: boolean;
|
|
241
|
+
/**
|
|
242
|
+
* 规则描述,不限字符类型,200字符描述以内。
|
|
243
|
+
*/
|
|
244
|
+
Description?: string;
|
|
245
|
+
/**
|
|
246
|
+
* 参考:[事件模式](https://cloud.tencent.com/document/product/1359/56084)
|
|
247
|
+
*/
|
|
248
|
+
EventPattern?: string;
|
|
249
|
+
/**
|
|
250
|
+
* 事件规则名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符
|
|
251
|
+
*/
|
|
252
|
+
RuleName?: string;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* DescribeLogTagValue请求参数结构体
|
|
256
|
+
*/
|
|
257
|
+
export interface DescribeLogTagValueRequest {
|
|
258
|
+
/**
|
|
259
|
+
* 起始时间
|
|
260
|
+
*/
|
|
261
|
+
StartTime: number;
|
|
262
|
+
/**
|
|
263
|
+
* 结束时间
|
|
264
|
+
*/
|
|
265
|
+
EndTime: number;
|
|
266
|
+
/**
|
|
267
|
+
* 事件集ID
|
|
268
|
+
*/
|
|
269
|
+
EventBusId: string;
|
|
270
|
+
/**
|
|
271
|
+
* 聚合字段
|
|
272
|
+
*/
|
|
273
|
+
GroupField: string;
|
|
274
|
+
/**
|
|
275
|
+
* 页数
|
|
276
|
+
*/
|
|
277
|
+
Page: number;
|
|
278
|
+
/**
|
|
279
|
+
* 每页数据大小
|
|
280
|
+
*/
|
|
281
|
+
Limit: number;
|
|
282
|
+
/**
|
|
283
|
+
* 筛选条件
|
|
284
|
+
*/
|
|
285
|
+
Filter?: Array<LogFilter>;
|
|
232
286
|
}
|
|
233
287
|
/**
|
|
234
288
|
* 目标简要信息
|
|
@@ -529,13 +583,22 @@ export interface DeadLetterConfig {
|
|
|
529
583
|
CkafkaDeliveryParams?: CkafkaDeliveryParams;
|
|
530
584
|
}
|
|
531
585
|
/**
|
|
532
|
-
*
|
|
586
|
+
* 日志存储过滤条件
|
|
533
587
|
*/
|
|
534
|
-
export interface
|
|
588
|
+
export interface LogFilters {
|
|
535
589
|
/**
|
|
536
|
-
*
|
|
590
|
+
* 过滤字段名称
|
|
537
591
|
*/
|
|
538
|
-
|
|
592
|
+
Key: string;
|
|
593
|
+
/**
|
|
594
|
+
* 运算符, 全等 eq,不等 neq,相似 like,排除相似 not like, 小于 lt,小于且等于 lte,大于 gt,大于且等于 gte,在范围内 range,不在范围内 norange
|
|
595
|
+
*/
|
|
596
|
+
Operator: string;
|
|
597
|
+
/**
|
|
598
|
+
* 过滤值,范围运算需要同时输入两个值,以英文逗号分隔
|
|
599
|
+
|
|
600
|
+
*/
|
|
601
|
+
Value: string;
|
|
539
602
|
}
|
|
540
603
|
/**
|
|
541
604
|
* UpdateEventBus请求参数结构体
|
|
@@ -753,6 +816,35 @@ export interface EtlFilter {
|
|
|
753
816
|
*/
|
|
754
817
|
Filter: string;
|
|
755
818
|
}
|
|
819
|
+
/**
|
|
820
|
+
* SearchLog返回参数结构体
|
|
821
|
+
*/
|
|
822
|
+
export interface SearchLogResponse {
|
|
823
|
+
/**
|
|
824
|
+
* 日志总数
|
|
825
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
826
|
+
*/
|
|
827
|
+
Total?: number;
|
|
828
|
+
/**
|
|
829
|
+
* 每页日志条数
|
|
830
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
831
|
+
*/
|
|
832
|
+
Limit?: number;
|
|
833
|
+
/**
|
|
834
|
+
* 页码
|
|
835
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
836
|
+
*/
|
|
837
|
+
Page?: number;
|
|
838
|
+
/**
|
|
839
|
+
* 日志检索结果
|
|
840
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
841
|
+
*/
|
|
842
|
+
Results?: Array<SearchLogResult>;
|
|
843
|
+
/**
|
|
844
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
845
|
+
*/
|
|
846
|
+
RequestId?: string;
|
|
847
|
+
}
|
|
756
848
|
/**
|
|
757
849
|
* CheckTransformation返回参数结构体
|
|
758
850
|
*/
|
|
@@ -833,6 +925,51 @@ export interface ConnectionDescription {
|
|
|
833
925
|
*/
|
|
834
926
|
DTSParams?: DTSParams;
|
|
835
927
|
}
|
|
928
|
+
/**
|
|
929
|
+
* 日志检索详情
|
|
930
|
+
*/
|
|
931
|
+
export interface SearchLogResult {
|
|
932
|
+
/**
|
|
933
|
+
* 单条日志上报时间
|
|
934
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
935
|
+
*/
|
|
936
|
+
Timestamp?: string;
|
|
937
|
+
/**
|
|
938
|
+
* 日志内容详情
|
|
939
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
940
|
+
*/
|
|
941
|
+
Message?: string;
|
|
942
|
+
/**
|
|
943
|
+
* 事件来源
|
|
944
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
945
|
+
*/
|
|
946
|
+
Source?: string;
|
|
947
|
+
/**
|
|
948
|
+
* 事件类型
|
|
949
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
950
|
+
*/
|
|
951
|
+
Type?: string;
|
|
952
|
+
/**
|
|
953
|
+
* 事件匹配规则
|
|
954
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
955
|
+
*/
|
|
956
|
+
RuleIds?: string;
|
|
957
|
+
/**
|
|
958
|
+
* 实例ID
|
|
959
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
960
|
+
*/
|
|
961
|
+
Subject?: string;
|
|
962
|
+
/**
|
|
963
|
+
* 地域
|
|
964
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
965
|
+
*/
|
|
966
|
+
Region?: string;
|
|
967
|
+
/**
|
|
968
|
+
* 事件状态
|
|
969
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
970
|
+
*/
|
|
971
|
+
Status?: string;
|
|
972
|
+
}
|
|
836
973
|
/**
|
|
837
974
|
* 用来描述需要投递到kafka topic的参数
|
|
838
975
|
*/
|
|
@@ -1162,13 +1299,22 @@ export interface DeleteTransformationRequest {
|
|
|
1162
1299
|
TransformationId: string;
|
|
1163
1300
|
}
|
|
1164
1301
|
/**
|
|
1165
|
-
*
|
|
1302
|
+
* 描述如何提取数据
|
|
1166
1303
|
*/
|
|
1167
|
-
export interface
|
|
1304
|
+
export interface Extraction {
|
|
1168
1305
|
/**
|
|
1169
|
-
*
|
|
1306
|
+
* JsonPath, 不指定则使用默认值$.
|
|
1170
1307
|
*/
|
|
1171
|
-
|
|
1308
|
+
ExtractionInputPath: string;
|
|
1309
|
+
/**
|
|
1310
|
+
* 取值: TEXT/JSON
|
|
1311
|
+
*/
|
|
1312
|
+
Format: string;
|
|
1313
|
+
/**
|
|
1314
|
+
* 仅在Text需要传递
|
|
1315
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1316
|
+
*/
|
|
1317
|
+
TextParams?: TextParams;
|
|
1172
1318
|
}
|
|
1173
1319
|
/**
|
|
1174
1320
|
* UpdateConnection请求参数结构体
|
|
@@ -1195,6 +1341,15 @@ export interface UpdateConnectionRequest {
|
|
|
1195
1341
|
*/
|
|
1196
1342
|
ConnectionName?: string;
|
|
1197
1343
|
}
|
|
1344
|
+
/**
|
|
1345
|
+
* GetEventBus请求参数结构体
|
|
1346
|
+
*/
|
|
1347
|
+
export interface GetEventBusRequest {
|
|
1348
|
+
/**
|
|
1349
|
+
* 事件集ID
|
|
1350
|
+
*/
|
|
1351
|
+
EventBusId: string;
|
|
1352
|
+
}
|
|
1198
1353
|
/**
|
|
1199
1354
|
* DeleteTarget请求参数结构体
|
|
1200
1355
|
*/
|
|
@@ -1226,33 +1381,53 @@ export interface CkafkaParams {
|
|
|
1226
1381
|
TopicName: string;
|
|
1227
1382
|
}
|
|
1228
1383
|
/**
|
|
1229
|
-
*
|
|
1384
|
+
* DescribeLogTagValue返回参数结构体
|
|
1230
1385
|
*/
|
|
1231
|
-
export interface
|
|
1386
|
+
export interface DescribeLogTagValueResponse {
|
|
1232
1387
|
/**
|
|
1233
|
-
*
|
|
1388
|
+
* 索引检索维度值
|
|
1389
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1234
1390
|
*/
|
|
1235
|
-
|
|
1391
|
+
Results?: Array<string>;
|
|
1236
1392
|
/**
|
|
1237
|
-
*
|
|
1393
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1238
1394
|
*/
|
|
1239
|
-
|
|
1395
|
+
RequestId?: string;
|
|
1396
|
+
}
|
|
1397
|
+
/**
|
|
1398
|
+
* 日志查询相关接口filter参数定义
|
|
1399
|
+
*/
|
|
1400
|
+
export interface LogFilter {
|
|
1240
1401
|
/**
|
|
1241
|
-
*
|
|
1402
|
+
* 过滤字段名称
|
|
1242
1403
|
*/
|
|
1243
|
-
|
|
1404
|
+
Key?: string;
|
|
1244
1405
|
/**
|
|
1245
|
-
*
|
|
1406
|
+
* 运算符,全等 eq,不等 neq,相似 like,排除相似 not like, 小于 lt,小于且等于 lte,大于 gt,大于且等于 gte,在范围内 range,不在范围内 norange
|
|
1246
1407
|
*/
|
|
1247
|
-
|
|
1408
|
+
Operator?: string;
|
|
1248
1409
|
/**
|
|
1249
|
-
*
|
|
1410
|
+
* 过滤值,范围运算需要同时输入两个值,以英文逗号分隔
|
|
1411
|
+
|
|
1250
1412
|
*/
|
|
1251
|
-
|
|
1413
|
+
Value?: string;
|
|
1252
1414
|
/**
|
|
1253
|
-
*
|
|
1415
|
+
* 该层级filters逻辑关系,取值 "AND" 或 "OR"
|
|
1254
1416
|
*/
|
|
1255
|
-
|
|
1417
|
+
Type?: string;
|
|
1418
|
+
/**
|
|
1419
|
+
* LogFilters数组
|
|
1420
|
+
*/
|
|
1421
|
+
Filters?: Array<LogFilters>;
|
|
1422
|
+
}
|
|
1423
|
+
/**
|
|
1424
|
+
* UpdateTransformation返回参数结构体
|
|
1425
|
+
*/
|
|
1426
|
+
export interface UpdateTransformationResponse {
|
|
1427
|
+
/**
|
|
1428
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1429
|
+
*/
|
|
1430
|
+
RequestId?: string;
|
|
1256
1431
|
}
|
|
1257
1432
|
/**
|
|
1258
1433
|
* Transform输出参数
|
|
@@ -1272,14 +1447,41 @@ export interface OutputStructParam {
|
|
|
1272
1447
|
ValueType: string;
|
|
1273
1448
|
}
|
|
1274
1449
|
/**
|
|
1275
|
-
*
|
|
1276
|
-
|
|
1450
|
+
* SearchLog请求参数结构体
|
|
1277
1451
|
*/
|
|
1278
|
-
export interface
|
|
1452
|
+
export interface SearchLogRequest {
|
|
1279
1453
|
/**
|
|
1280
|
-
*
|
|
1454
|
+
* 起始时间unix 毫秒时间戳
|
|
1281
1455
|
*/
|
|
1282
|
-
|
|
1456
|
+
StartTime: number;
|
|
1457
|
+
/**
|
|
1458
|
+
* 结束时间unix 毫秒时间戳
|
|
1459
|
+
*/
|
|
1460
|
+
EndTime: number;
|
|
1461
|
+
/**
|
|
1462
|
+
* 事件集ID
|
|
1463
|
+
*/
|
|
1464
|
+
EventBusId: string;
|
|
1465
|
+
/**
|
|
1466
|
+
* 页码
|
|
1467
|
+
*/
|
|
1468
|
+
Page: number;
|
|
1469
|
+
/**
|
|
1470
|
+
* 每页数据大小
|
|
1471
|
+
*/
|
|
1472
|
+
Limit: number;
|
|
1473
|
+
/**
|
|
1474
|
+
* 筛选条件
|
|
1475
|
+
*/
|
|
1476
|
+
Filter?: Array<LogFilter>;
|
|
1477
|
+
/**
|
|
1478
|
+
* 排序数组
|
|
1479
|
+
*/
|
|
1480
|
+
OrderFields?: Array<string>;
|
|
1481
|
+
/**
|
|
1482
|
+
* 排序方式,asc 从旧到新,desc 从新到旧
|
|
1483
|
+
*/
|
|
1484
|
+
OrderBy?: string;
|
|
1283
1485
|
}
|
|
1284
1486
|
/**
|
|
1285
1487
|
* CheckTransformation请求参数结构体
|
|
@@ -2080,6 +2080,18 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
|
2080
2080
|
* 签署人个性化能力值
|
|
2081
2081
|
*/
|
|
2082
2082
|
ApproverOption?: ApproverOption;
|
|
2083
|
+
/**
|
|
2084
|
+
* 签署人查看合同时认证方式,
|
|
2085
|
+
1-实名查看 2-短信验证码查看(企业签署方不支持该方式)
|
|
2086
|
+
如果不传默认为1
|
|
2087
|
+
*/
|
|
2088
|
+
ApproverVerifyTypes?: Array<number>;
|
|
2089
|
+
/**
|
|
2090
|
+
* 签署人签署合同时的认证方式
|
|
2091
|
+
1-人脸认证 2-签署密码 3-运营商三要素(默认为1,2)
|
|
2092
|
+
合同签署认证方式的优先级 verifyChannel>approverSignTypes
|
|
2093
|
+
*/
|
|
2094
|
+
ApproverSignTypes?: Array<number>;
|
|
2083
2095
|
}
|
|
2084
2096
|
/**
|
|
2085
2097
|
* CreateFlowSignReview返回参数结构体
|
|
@@ -939,6 +939,16 @@ HANDWRITE -手写签名
|
|
|
939
939
|
* 当前签署方进行签署操作是否需要企业内部审批,true 则为需要
|
|
940
940
|
*/
|
|
941
941
|
ApproverNeedSignReview?: boolean;
|
|
942
|
+
/**
|
|
943
|
+
* 签署人查看合同时认证方式, 1-实名查看 2-短信验证码查看(企业签署方不支持该方式) 如果不传默认为1
|
|
944
|
+
查看合同的签署方式 Flow层级的优先于approver层级的
|
|
945
|
+
*/
|
|
946
|
+
ApproverVerifyTypes?: Array<number>;
|
|
947
|
+
/**
|
|
948
|
+
* 签署人签署合同时的认证方式
|
|
949
|
+
1-人脸认证 2-签署密码 3-运营商三要素(默认为1,2)
|
|
950
|
+
*/
|
|
951
|
+
ApproverSignTypes?: Array<number>;
|
|
942
952
|
}
|
|
943
953
|
/**
|
|
944
954
|
* PrepareFlows返回参数结构体
|
|
@@ -2087,6 +2097,10 @@ export interface FlowDetailInfo {
|
|
|
2087
2097
|
* 合同(流程)的签署人数组
|
|
2088
2098
|
*/
|
|
2089
2099
|
FlowApproverInfos: Array<FlowApproverDetail>;
|
|
2100
|
+
/**
|
|
2101
|
+
* 合同(流程)关注方信息列表
|
|
2102
|
+
*/
|
|
2103
|
+
CcInfos?: Array<FlowApproverDetail>;
|
|
2090
2104
|
}
|
|
2091
2105
|
/**
|
|
2092
2106
|
* CreateFlowsByTemplates返回参数结构体
|
|
@@ -52,11 +52,11 @@ export declare class Client extends AbstractClient {
|
|
|
52
52
|
*/
|
|
53
53
|
CreateGrafanaInstance(req: CreateGrafanaInstanceRequest, cb?: (error: string, rep: CreateGrafanaInstanceResponse) => void): Promise<CreateGrafanaInstanceResponse>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 创建告警策略
|
|
56
56
|
*/
|
|
57
57
|
CreateAlarmPolicy(req: CreateAlarmPolicyRequest, cb?: (error: string, rep: CreateAlarmPolicyResponse) => void): Promise<CreateAlarmPolicyResponse>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 查询腾讯云可观测平台云产品列表,支持云服务器CVM、云数据库、云消息队列、负载均衡、容器服务、专线等云产品。
|
|
60
60
|
*/
|
|
61
61
|
DescribeProductList(req: DescribeProductListRequest, cb?: (error: string, rep: DescribeProductListResponse) => void): Promise<DescribeProductListResponse>;
|
|
62
62
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class Client extends AbstractClient {
|
|
|
124
124
|
*/
|
|
125
125
|
DescribeAlarmEvents(req: DescribeAlarmEventsRequest, cb?: (error: string, rep: DescribeAlarmEventsResponse) => void): Promise<DescribeAlarmEventsResponse>;
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 删除告警通知模板
|
|
128
128
|
*/
|
|
129
129
|
DeleteAlarmNotices(req: DeleteAlarmNoticesRequest, cb?: (error: string, rep: DeleteAlarmNoticesResponse) => void): Promise<DeleteAlarmNoticesResponse>;
|
|
130
130
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class Client extends AbstractClient {
|
|
|
158
158
|
*/
|
|
159
159
|
DeleteServiceDiscovery(req: DeleteServiceDiscoveryRequest, cb?: (error: string, rep: DeleteServiceDiscoveryResponse) => void): Promise<DeleteServiceDiscoveryResponse>;
|
|
160
160
|
/**
|
|
161
|
-
*
|
|
161
|
+
* 与腾讯云可观测融合的2.0实例关联集群
|
|
162
162
|
*/
|
|
163
163
|
CreatePrometheusClusterAgent(req: CreatePrometheusClusterAgentRequest, cb?: (error: string, rep: CreatePrometheusClusterAgentResponse) => void): Promise<CreatePrometheusClusterAgentResponse>;
|
|
164
164
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class Client extends AbstractClient {
|
|
|
228
228
|
*/
|
|
229
229
|
UpdateServiceDiscovery(req: UpdateServiceDiscoveryRequest, cb?: (error: string, rep: UpdateServiceDiscoveryResponse) => void): Promise<UpdateServiceDiscoveryResponse>;
|
|
230
230
|
/**
|
|
231
|
-
*
|
|
231
|
+
* 腾讯云可观测平台支持多种类型的监控,此接口列出支持的所有类型
|
|
232
232
|
*/
|
|
233
233
|
DescribeMonitorTypes(req: DescribeMonitorTypesRequest, cb?: (error: string, rep: DescribeMonitorTypesResponse) => void): Promise<DescribeMonitorTypesResponse>;
|
|
234
234
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class Client extends AbstractClient {
|
|
|
303
303
|
*/
|
|
304
304
|
SendCustomAlarmMsg(req: SendCustomAlarmMsgRequest, cb?: (error: string, rep: SendCustomAlarmMsgResponse) => void): Promise<SendCustomAlarmMsgResponse>;
|
|
305
305
|
/**
|
|
306
|
-
*
|
|
306
|
+
* 告警修改告警策略绑定的告警通知模板
|
|
307
307
|
*/
|
|
308
308
|
ModifyAlarmPolicyNotice(req: ModifyAlarmPolicyNoticeRequest, cb?: (error: string, rep: ModifyAlarmPolicyNoticeResponse) => void): Promise<ModifyAlarmPolicyNoticeResponse>;
|
|
309
309
|
/**
|
|
@@ -447,7 +447,7 @@ export declare class Client extends AbstractClient {
|
|
|
447
447
|
*/
|
|
448
448
|
DescribeAlarmMetrics(req: DescribeAlarmMetricsRequest, cb?: (error: string, rep: DescribeAlarmMetricsResponse) => void): Promise<DescribeAlarmMetricsResponse>;
|
|
449
449
|
/**
|
|
450
|
-
*
|
|
450
|
+
* 修改告警策略的触发任务,TriggerTasks字段放触发任务列表,TriggerTasks传空数组时,代表解绑该策略的所有触发任务。
|
|
451
451
|
*/
|
|
452
452
|
ModifyAlarmPolicyTasks(req: ModifyAlarmPolicyTasksRequest, cb?: (error: string, rep: ModifyAlarmPolicyTasksResponse) => void): Promise<ModifyAlarmPolicyTasksResponse>;
|
|
453
453
|
/**
|
|
@@ -583,7 +583,7 @@ export declare class Client extends AbstractClient {
|
|
|
583
583
|
*/
|
|
584
584
|
DeletePrometheusTemp(req: DeletePrometheusTempRequest, cb?: (error: string, rep: DeletePrometheusTempResponse) => void): Promise<DeletePrometheusTempResponse>;
|
|
585
585
|
/**
|
|
586
|
-
*
|
|
586
|
+
* 获取告警通知模板所有回调URL
|
|
587
587
|
*/
|
|
588
588
|
DescribeAlarmNoticeCallbacks(req: DescribeAlarmNoticeCallbacksRequest, cb?: (error: string, rep: DescribeAlarmNoticeCallbacksResponse) => void): Promise<DescribeAlarmNoticeCallbacksResponse>;
|
|
589
589
|
/**
|
|
@@ -92,13 +92,13 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
92
92
|
return this.request("CreateGrafanaInstance", req, cb);
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* 创建告警策略
|
|
96
96
|
*/
|
|
97
97
|
async CreateAlarmPolicy(req, cb) {
|
|
98
98
|
return this.request("CreateAlarmPolicy", req, cb);
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* 查询腾讯云可观测平台云产品列表,支持云服务器CVM、云数据库、云消息队列、负载均衡、容器服务、专线等云产品。
|
|
102
102
|
*/
|
|
103
103
|
async DescribeProductList(req, cb) {
|
|
104
104
|
return this.request("DescribeProductList", req, cb);
|
|
@@ -200,7 +200,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
200
200
|
return this.request("DescribeAlarmEvents", req, cb);
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
|
-
*
|
|
203
|
+
* 删除告警通知模板
|
|
204
204
|
*/
|
|
205
205
|
async DeleteAlarmNotices(req, cb) {
|
|
206
206
|
return this.request("DeleteAlarmNotices", req, cb);
|
|
@@ -250,7 +250,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
250
250
|
return this.request("DeleteServiceDiscovery", req, cb);
|
|
251
251
|
}
|
|
252
252
|
/**
|
|
253
|
-
*
|
|
253
|
+
* 与腾讯云可观测融合的2.0实例关联集群
|
|
254
254
|
*/
|
|
255
255
|
async CreatePrometheusClusterAgent(req, cb) {
|
|
256
256
|
return this.request("CreatePrometheusClusterAgent", req, cb);
|
|
@@ -354,7 +354,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
354
354
|
return this.request("UpdateServiceDiscovery", req, cb);
|
|
355
355
|
}
|
|
356
356
|
/**
|
|
357
|
-
*
|
|
357
|
+
* 腾讯云可观测平台支持多种类型的监控,此接口列出支持的所有类型
|
|
358
358
|
*/
|
|
359
359
|
async DescribeMonitorTypes(req, cb) {
|
|
360
360
|
return this.request("DescribeMonitorTypes", req, cb);
|
|
@@ -465,7 +465,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
465
465
|
return this.request("SendCustomAlarmMsg", req, cb);
|
|
466
466
|
}
|
|
467
467
|
/**
|
|
468
|
-
*
|
|
468
|
+
* 告警修改告警策略绑定的告警通知模板
|
|
469
469
|
*/
|
|
470
470
|
async ModifyAlarmPolicyNotice(req, cb) {
|
|
471
471
|
return this.request("ModifyAlarmPolicyNotice", req, cb);
|
|
@@ -679,7 +679,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
679
679
|
return this.request("DescribeAlarmMetrics", req, cb);
|
|
680
680
|
}
|
|
681
681
|
/**
|
|
682
|
-
*
|
|
682
|
+
* 修改告警策略的触发任务,TriggerTasks字段放触发任务列表,TriggerTasks传空数组时,代表解绑该策略的所有触发任务。
|
|
683
683
|
*/
|
|
684
684
|
async ModifyAlarmPolicyTasks(req, cb) {
|
|
685
685
|
return this.request("ModifyAlarmPolicyTasks", req, cb);
|
|
@@ -875,7 +875,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
875
875
|
return this.request("DeletePrometheusTemp", req, cb);
|
|
876
876
|
}
|
|
877
877
|
/**
|
|
878
|
-
*
|
|
878
|
+
* 获取告警通知模板所有回调URL
|
|
879
879
|
*/
|
|
880
880
|
async DescribeAlarmNoticeCallbacks(req, cb) {
|
|
881
881
|
return this.request("DescribeAlarmNoticeCallbacks", req, cb);
|
|
@@ -418,7 +418,7 @@ export interface SendCustomAlarmMsgRequest {
|
|
|
418
418
|
*/
|
|
419
419
|
Module: string;
|
|
420
420
|
/**
|
|
421
|
-
* 消息策略ID
|
|
421
|
+
* 消息策略ID,在自定义消息页面配置
|
|
422
422
|
*/
|
|
423
423
|
PolicyId: string;
|
|
424
424
|
/**
|
|
@@ -2037,12 +2037,12 @@ export interface DescribeProductListResponse {
|
|
|
2037
2037
|
* 产品信息列表
|
|
2038
2038
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2039
2039
|
*/
|
|
2040
|
-
ProductList
|
|
2040
|
+
ProductList?: Array<ProductSimple>;
|
|
2041
2041
|
/**
|
|
2042
2042
|
* 产品总数
|
|
2043
2043
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2044
2044
|
*/
|
|
2045
|
-
TotalCount
|
|
2045
|
+
TotalCount?: number;
|
|
2046
2046
|
/**
|
|
2047
2047
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2048
2048
|
*/
|
|
@@ -5579,11 +5579,11 @@ export interface CreateAlarmPolicyResponse {
|
|
|
5579
5579
|
/**
|
|
5580
5580
|
* 告警策略 ID
|
|
5581
5581
|
*/
|
|
5582
|
-
PolicyId
|
|
5582
|
+
PolicyId?: string;
|
|
5583
5583
|
/**
|
|
5584
5584
|
* 可用于实例、实例组的绑定和解绑接口([BindingPolicyObject](https://cloud.tencent.com/document/product/248/40421)、[UnBindingAllPolicyObject](https://cloud.tencent.com/document/product/248/40568)、[UnBindingPolicyObject](https://cloud.tencent.com/document/product/248/40567))的策略 ID
|
|
5585
5585
|
*/
|
|
5586
|
-
OriginId
|
|
5586
|
+
OriginId?: string;
|
|
5587
5587
|
/**
|
|
5588
5588
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5589
5589
|
*/
|
|
@@ -6129,11 +6129,11 @@ export interface DescribeMonitorTypesResponse {
|
|
|
6129
6129
|
/**
|
|
6130
6130
|
* 监控类型,云产品监控为 MT_QCE
|
|
6131
6131
|
*/
|
|
6132
|
-
MonitorTypes
|
|
6132
|
+
MonitorTypes?: Array<string>;
|
|
6133
6133
|
/**
|
|
6134
6134
|
* 监控类型详情
|
|
6135
6135
|
*/
|
|
6136
|
-
MonitorTypeInfos
|
|
6136
|
+
MonitorTypeInfos?: Array<MonitorTypeInfo>;
|
|
6137
6137
|
/**
|
|
6138
6138
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6139
6139
|
*/
|
|
@@ -7087,6 +7087,10 @@ export interface PrometheusClusterAgentBasic {
|
|
|
7087
7087
|
* 是否采集指标,true代表drop所有指标,false代表采集默认指标
|
|
7088
7088
|
*/
|
|
7089
7089
|
NotScrape?: boolean;
|
|
7090
|
+
/**
|
|
7091
|
+
* 是否开启默认预聚合规则
|
|
7092
|
+
*/
|
|
7093
|
+
OpenDefaultRecord?: boolean;
|
|
7090
7094
|
}
|
|
7091
7095
|
/**
|
|
7092
7096
|
* CreatePolicyGroup请求参数结构体
|
|
@@ -7863,6 +7867,10 @@ export interface ModifyAlarmPolicyNoticeRequest {
|
|
|
7863
7867
|
* 告警策略ID数组,支持给多个告警策略批量绑定通知模板。最多30个。
|
|
7864
7868
|
*/
|
|
7865
7869
|
PolicyIds?: Array<string>;
|
|
7870
|
+
/**
|
|
7871
|
+
* 告警分级通知规则配置
|
|
7872
|
+
*/
|
|
7873
|
+
HierarchicalNotices?: Array<AlarmHierarchicalNotice>;
|
|
7866
7874
|
}
|
|
7867
7875
|
/**
|
|
7868
7876
|
* DeleteAlarmPolicy请求参数结构体
|
|
@@ -751,6 +751,10 @@ export interface ModifyOutputInfo {
|
|
|
751
751
|
当Protocol为RTMP_PULL有效,为空代表不限制客户端IP。
|
|
752
752
|
*/
|
|
753
753
|
AllowIpList?: Array<string>;
|
|
754
|
+
/**
|
|
755
|
+
* 最大拉流并发数,最大4,默认4。
|
|
756
|
+
*/
|
|
757
|
+
MaxConcurrent?: number;
|
|
754
758
|
}
|
|
755
759
|
/**
|
|
756
760
|
* 点播文件指定时间点截图信息
|
|
@@ -4069,6 +4073,10 @@ export interface CreateOutputInfo {
|
|
|
4069
4073
|
当Protocol为RTMP_PULL有效,为空代表不限制客户端IP。
|
|
4070
4074
|
*/
|
|
4071
4075
|
AllowIpList?: Array<string>;
|
|
4076
|
+
/**
|
|
4077
|
+
* 最大拉流并发数,最大4,默认4。
|
|
4078
|
+
*/
|
|
4079
|
+
MaxConcurrent?: number;
|
|
4072
4080
|
}
|
|
4073
4081
|
/**
|
|
4074
4082
|
* 媒体处理输出对象信息。
|
|
@@ -6299,6 +6307,10 @@ export interface DescribeOutput {
|
|
|
6299
6307
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6300
6308
|
*/
|
|
6301
6309
|
HLSPullSettings: DescribeOutputHLSPullSettings;
|
|
6310
|
+
/**
|
|
6311
|
+
* 最大拉流并发数,最大为4,默认4。
|
|
6312
|
+
*/
|
|
6313
|
+
MaxConcurrent?: number;
|
|
6302
6314
|
}
|
|
6303
6315
|
/**
|
|
6304
6316
|
* 直播 AI 内容审核声音鉴黄结果
|